@lucide/astro 0.506.0 → 0.507.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +58 -58
- package/src/aliases/prefixed.ts +504 -502
- package/src/aliases/suffixed.ts +815 -813
- package/src/icons/air-vent.ts +2 -2
- package/src/icons/bell-electric.ts +2 -2
- package/src/icons/dumbbell.ts +2 -2
- package/src/icons/guitar.ts +2 -2
- package/src/icons/index.ts +154 -153
- package/src/icons/mail.ts +2 -2
- package/src/icons/menu.ts +2 -2
- package/src/icons/search.ts +2 -2
- package/src/icons/soap-dispenser-droplet.ts +18 -0
- package/src/icons/touchpad-off.ts +2 -2
package/src/aliases/suffixed.ts
CHANGED
|
@@ -2,44 +2,44 @@
|
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
3
|
// ALargeSmall aliases
|
|
4
4
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
|
-
// AArrowUp aliases
|
|
6
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
7
5
|
// Accessibility aliases
|
|
8
6
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
|
+
// AArrowUp aliases
|
|
8
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// AirVent aliases
|
|
12
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
|
-
// AlarmClockOff aliases
|
|
14
|
-
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
15
13
|
// Airplay aliases
|
|
16
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
17
|
-
//
|
|
18
|
-
export { default as
|
|
15
|
+
// AlarmClockOff aliases
|
|
16
|
+
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
19
17
|
// AlarmClock aliases
|
|
20
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
|
+
// AlarmSmoke aliases
|
|
20
|
+
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
21
|
// Album aliases
|
|
22
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
23
|
// AlignCenterHorizontal aliases
|
|
24
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
|
+
// AlignCenterVertical aliases
|
|
26
|
+
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
25
27
|
// AlignCenter aliases
|
|
26
28
|
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
27
29
|
// AlignEndHorizontal aliases
|
|
28
30
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
|
-
// AlignCenterVertical aliases
|
|
30
|
-
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
31
31
|
// AlignEndVertical aliases
|
|
32
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
33
|
// AlignHorizontalDistributeCenter aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
35
|
// AlignHorizontalDistributeEnd aliases
|
|
36
36
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
37
|
-
// AlignHorizontalJustifyCenter aliases
|
|
38
|
-
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
39
|
-
// AlignHorizontalJustifyEnd aliases
|
|
40
|
-
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
37
|
// AlignHorizontalDistributeStart aliases
|
|
42
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
|
+
// AlignHorizontalJustifyEnd aliases
|
|
40
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
|
+
// AlignHorizontalJustifyCenter aliases
|
|
42
|
+
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
43
43
|
// AlignHorizontalJustifyStart aliases
|
|
44
44
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
45
|
// AlignHorizontalSpaceAround aliases
|
|
@@ -62,30 +62,30 @@ export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-ver
|
|
|
62
62
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
63
63
|
// AlignVerticalDistributeStart aliases
|
|
64
64
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
65
|
-
// AlignVerticalJustifyCenter aliases
|
|
66
|
-
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
67
65
|
// AlignVerticalJustifyEnd aliases
|
|
68
66
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
67
|
+
// AlignVerticalJustifyCenter aliases
|
|
68
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
69
69
|
// AlignVerticalJustifyStart aliases
|
|
70
70
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
71
|
+
// AlignVerticalSpaceAround aliases
|
|
72
|
+
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
71
73
|
// AlignVerticalSpaceBetween aliases
|
|
72
74
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
73
|
-
// Ampersand aliases
|
|
74
|
-
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
75
75
|
// Ambulance aliases
|
|
76
76
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
77
|
-
//
|
|
78
|
-
export { default as
|
|
77
|
+
// Ampersand aliases
|
|
78
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
79
79
|
// Ampersands aliases
|
|
80
80
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
81
81
|
// Amphora aliases
|
|
82
82
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
83
|
-
// Annoyed aliases
|
|
84
|
-
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
85
83
|
// Angry aliases
|
|
86
84
|
export { default as AngryIcon } from '../icons/angry';
|
|
87
85
|
// Anchor aliases
|
|
88
86
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
87
|
+
// Annoyed aliases
|
|
88
|
+
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
89
89
|
// Antenna aliases
|
|
90
90
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
91
91
|
// Anvil aliases
|
|
@@ -96,10 +96,10 @@ export { default as ApertureIcon } from '../icons/aperture';
|
|
|
96
96
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
97
97
|
// AppWindow aliases
|
|
98
98
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
99
|
-
// ArchiveRestore aliases
|
|
100
|
-
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
101
99
|
// Apple aliases
|
|
102
100
|
export { default as AppleIcon } from '../icons/apple';
|
|
101
|
+
// ArchiveRestore aliases
|
|
102
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
103
103
|
// ArchiveX aliases
|
|
104
104
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
105
105
|
// Archive aliases
|
|
@@ -116,58 +116,58 @@ export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
|
116
116
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
117
117
|
// ArrowBigRightDash aliases
|
|
118
118
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
119
|
-
// ArrowBigUpDash aliases
|
|
120
|
-
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
121
119
|
// ArrowBigRight aliases
|
|
122
120
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
123
121
|
// ArrowBigUp aliases
|
|
124
122
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
125
|
-
// ArrowDownNarrowWide aliases
|
|
126
|
-
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
127
123
|
// ArrowDownFromLine aliases
|
|
128
124
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
129
|
-
//
|
|
130
|
-
export { default as
|
|
125
|
+
// ArrowBigUpDash aliases
|
|
126
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
131
127
|
// ArrowDownLeft aliases
|
|
132
128
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
129
|
+
// ArrowDownNarrowWide aliases
|
|
130
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
133
131
|
// ArrowDownRight aliases
|
|
134
132
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
135
|
-
//
|
|
136
|
-
export { default as
|
|
133
|
+
// ArrowDownToDot aliases
|
|
134
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
137
135
|
// ArrowDownUp aliases
|
|
138
136
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
137
|
+
// ArrowDownToLine aliases
|
|
138
|
+
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
139
139
|
// ArrowDown aliases
|
|
140
140
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
141
141
|
// ArrowLeftFromLine aliases
|
|
142
142
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
143
143
|
// ArrowLeftToLine aliases
|
|
144
144
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
145
|
-
// ArrowLeft aliases
|
|
146
|
-
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
147
145
|
// ArrowLeftRight aliases
|
|
148
146
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
149
147
|
// ArrowRightFromLine aliases
|
|
150
148
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
151
|
-
//
|
|
152
|
-
export { default as
|
|
149
|
+
// ArrowLeft aliases
|
|
150
|
+
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
153
151
|
// ArrowRightToLine aliases
|
|
154
152
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
155
153
|
// ArrowRight aliases
|
|
156
154
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
157
|
-
//
|
|
158
|
-
export { default as
|
|
155
|
+
// ArrowRightLeft aliases
|
|
156
|
+
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
159
157
|
// ArrowUpFromDot aliases
|
|
160
158
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
159
|
+
// ArrowUpDown aliases
|
|
160
|
+
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
161
161
|
// ArrowUpFromLine aliases
|
|
162
162
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
163
163
|
// ArrowUpLeft aliases
|
|
164
164
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
165
165
|
// ArrowUpRight aliases
|
|
166
166
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
167
|
-
// ArrowUpToLine aliases
|
|
168
|
-
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
169
167
|
// ArrowUpWideNarrow aliases
|
|
170
168
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
169
|
+
// ArrowUpToLine aliases
|
|
170
|
+
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
171
171
|
// ArrowUp aliases
|
|
172
172
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
173
173
|
// ArrowsUpFromLine aliases
|
|
@@ -180,40 +180,40 @@ export { default as AsteriskIcon } from '../icons/asterisk';
|
|
|
180
180
|
export { default as AtomIcon } from '../icons/atom';
|
|
181
181
|
// AudioLines aliases
|
|
182
182
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
183
|
-
// Award aliases
|
|
184
|
-
export { default as AwardIcon } from '../icons/award';
|
|
185
183
|
// AudioWaveform aliases
|
|
186
184
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
185
|
+
// Award aliases
|
|
186
|
+
export { default as AwardIcon } from '../icons/award';
|
|
187
187
|
// Axe aliases
|
|
188
188
|
export { default as AxeIcon } from '../icons/axe';
|
|
189
189
|
// Baby aliases
|
|
190
190
|
export { default as BabyIcon } from '../icons/baby';
|
|
191
191
|
// Backpack aliases
|
|
192
192
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
193
|
-
// BadgeCent aliases
|
|
194
|
-
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
195
193
|
// BadgeAlert aliases
|
|
196
194
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
197
|
-
//
|
|
198
|
-
export { default as
|
|
195
|
+
// BadgeCent aliases
|
|
196
|
+
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
199
197
|
// BadgeDollarSign aliases
|
|
200
198
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
201
|
-
//
|
|
202
|
-
export { default as
|
|
199
|
+
// BadgeEuro aliases
|
|
200
|
+
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
203
201
|
// BadgeIndianRupee aliases
|
|
204
202
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
203
|
+
// BadgeHelp aliases
|
|
204
|
+
export { default as BadgeHelpIcon } from '../icons/badge-help';
|
|
205
205
|
// BadgeInfo aliases
|
|
206
206
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
207
|
-
// BadgeMinus aliases
|
|
208
|
-
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
209
207
|
// BadgeJapaneseYen aliases
|
|
210
208
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
209
|
+
// BadgeMinus aliases
|
|
210
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
211
|
+
// BadgePlus aliases
|
|
212
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
211
213
|
// BadgePercent aliases
|
|
212
214
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
213
215
|
// BadgePoundSterling aliases
|
|
214
216
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
215
|
-
// BadgePlus aliases
|
|
216
|
-
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
217
217
|
// BadgeSwissFranc aliases
|
|
218
218
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
219
219
|
// BadgeRussianRuble aliases
|
|
@@ -224,10 +224,10 @@ export { default as BadgeXIcon } from '../icons/badge-x';
|
|
|
224
224
|
export { default as BadgeIcon } from '../icons/badge';
|
|
225
225
|
// BaggageClaim aliases
|
|
226
226
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
227
|
-
// Ban aliases
|
|
228
|
-
export { default as BanIcon } from '../icons/ban';
|
|
229
227
|
// Banana aliases
|
|
230
228
|
export { default as BananaIcon } from '../icons/banana';
|
|
229
|
+
// Ban aliases
|
|
230
|
+
export { default as BanIcon } from '../icons/ban';
|
|
231
231
|
// Bandage aliases
|
|
232
232
|
export { default as BandageIcon } from '../icons/bandage';
|
|
233
233
|
// BanknoteArrowDown aliases
|
|
@@ -238,30 +238,30 @@ export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
|
238
238
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
239
|
// Banknote aliases
|
|
240
240
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
|
+
// Barcode aliases
|
|
242
|
+
export { default as BarcodeIcon } from '../icons/barcode';
|
|
241
243
|
// Baseline aliases
|
|
242
244
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
243
245
|
// Bath aliases
|
|
244
246
|
export { default as BathIcon } from '../icons/bath';
|
|
245
|
-
// Barcode aliases
|
|
246
|
-
export { default as BarcodeIcon } from '../icons/barcode';
|
|
247
247
|
// BatteryCharging aliases
|
|
248
248
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
249
249
|
// BatteryFull aliases
|
|
250
250
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
251
251
|
// BatteryLow aliases
|
|
252
252
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
253
|
+
// BatteryPlus aliases
|
|
254
|
+
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
253
255
|
// BatteryMedium aliases
|
|
254
256
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
255
257
|
// BatteryWarning aliases
|
|
256
258
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
257
|
-
// BatteryPlus aliases
|
|
258
|
-
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
259
|
// Battery aliases
|
|
260
260
|
export { default as BatteryIcon } from '../icons/battery';
|
|
261
|
-
// Beaker aliases
|
|
262
|
-
export { default as BeakerIcon } from '../icons/beaker';
|
|
263
261
|
// BeanOff aliases
|
|
264
262
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
263
|
+
// Beaker aliases
|
|
264
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
265
265
|
// Bean aliases
|
|
266
266
|
export { default as BeanIcon } from '../icons/bean';
|
|
267
267
|
// BedDouble aliases
|
|
@@ -272,22 +272,22 @@ export { default as BedSingleIcon } from '../icons/bed-single';
|
|
|
272
272
|
export { default as BedIcon } from '../icons/bed';
|
|
273
273
|
// Beef aliases
|
|
274
274
|
export { default as BeefIcon } from '../icons/beef';
|
|
275
|
-
// Beer aliases
|
|
276
|
-
export { default as BeerIcon } from '../icons/beer';
|
|
277
275
|
// BeerOff aliases
|
|
278
276
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
279
277
|
// BellDot aliases
|
|
280
278
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
279
|
+
// Beer aliases
|
|
280
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
281
281
|
// BellElectric aliases
|
|
282
282
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
283
283
|
// BellMinus aliases
|
|
284
284
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
285
|
-
// BellRing aliases
|
|
286
|
-
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
287
285
|
// BellOff aliases
|
|
288
286
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
289
287
|
// BellPlus aliases
|
|
290
288
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
289
|
+
// BellRing aliases
|
|
290
|
+
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
291
291
|
// Bell aliases
|
|
292
292
|
export { default as BellIcon } from '../icons/bell';
|
|
293
293
|
// BetweenVerticalEnd aliases
|
|
@@ -310,44 +310,44 @@ export { default as BirdIcon } from '../icons/bird';
|
|
|
310
310
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
311
311
|
// Blend aliases
|
|
312
312
|
export { default as BlendIcon } from '../icons/blend';
|
|
313
|
-
// Blinds aliases
|
|
314
|
-
export { default as BlindsIcon } from '../icons/blinds';
|
|
315
313
|
// Blocks aliases
|
|
316
314
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
315
|
+
// Blinds aliases
|
|
316
|
+
export { default as BlindsIcon } from '../icons/blinds';
|
|
317
317
|
// BluetoothConnected aliases
|
|
318
318
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
319
|
-
// BluetoothSearching aliases
|
|
320
|
-
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
321
|
-
// Bluetooth aliases
|
|
322
|
-
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
319
|
// BluetoothOff aliases
|
|
324
320
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
321
|
+
// Bluetooth aliases
|
|
322
|
+
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
325
323
|
// Bold aliases
|
|
326
324
|
export { default as BoldIcon } from '../icons/bold';
|
|
327
325
|
// Bolt aliases
|
|
328
326
|
export { default as BoltIcon } from '../icons/bolt';
|
|
327
|
+
// BluetoothSearching aliases
|
|
328
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
329
329
|
// Bomb aliases
|
|
330
330
|
export { default as BombIcon } from '../icons/bomb';
|
|
331
331
|
// Bone aliases
|
|
332
332
|
export { default as BoneIcon } from '../icons/bone';
|
|
333
333
|
// BookA aliases
|
|
334
334
|
export { default as BookAIcon } from '../icons/book-a';
|
|
335
|
-
// BookAudio aliases
|
|
336
|
-
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
337
335
|
// BookCheck aliases
|
|
338
336
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
339
|
-
//
|
|
340
|
-
export { default as
|
|
337
|
+
// BookAudio aliases
|
|
338
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
341
339
|
// BookDown aliases
|
|
342
340
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
341
|
+
// BookCopy aliases
|
|
342
|
+
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
343
343
|
// BookHeadphones aliases
|
|
344
344
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
345
345
|
// BookHeart aliases
|
|
346
346
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
347
|
-
// BookImage aliases
|
|
348
|
-
export { default as BookImageIcon } from '../icons/book-image';
|
|
349
347
|
// BookKey aliases
|
|
350
348
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
349
|
+
// BookImage aliases
|
|
350
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
351
351
|
// BookLock aliases
|
|
352
352
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
353
353
|
// BookMarked aliases
|
|
@@ -356,10 +356,10 @@ export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
|
356
356
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
357
357
|
// BookOpenCheck aliases
|
|
358
358
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
359
|
-
// BookOpenText aliases
|
|
360
|
-
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
361
359
|
// BookOpen aliases
|
|
362
360
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
361
|
+
// BookOpenText aliases
|
|
362
|
+
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
363
363
|
// BookPlus aliases
|
|
364
364
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
365
365
|
// BookText aliases
|
|
@@ -374,10 +374,10 @@ export { default as BookUpIcon } from '../icons/book-up';
|
|
|
374
374
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
375
375
|
// BookX aliases
|
|
376
376
|
export { default as BookXIcon } from '../icons/book-x';
|
|
377
|
-
// BookmarkCheck aliases
|
|
378
|
-
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
379
377
|
// Book aliases
|
|
380
378
|
export { default as BookIcon } from '../icons/book';
|
|
379
|
+
// BookmarkCheck aliases
|
|
380
|
+
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
381
381
|
// BookmarkMinus aliases
|
|
382
382
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
383
383
|
// BookmarkPlus aliases
|
|
@@ -404,12 +404,12 @@ export { default as BoxesIcon } from '../icons/boxes';
|
|
|
404
404
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
405
405
|
// BrainCircuit aliases
|
|
406
406
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
407
|
-
// BrickWallFire aliases
|
|
408
|
-
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
409
407
|
// BrainCog aliases
|
|
410
408
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
411
409
|
// Brain aliases
|
|
412
410
|
export { default as BrainIcon } from '../icons/brain';
|
|
411
|
+
// BrickWallFire aliases
|
|
412
|
+
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
413
413
|
// BrickWall aliases
|
|
414
414
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
415
415
|
// BriefcaseBusiness aliases
|
|
@@ -446,10 +446,10 @@ export { default as BusIcon } from '../icons/bus';
|
|
|
446
446
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
447
447
|
// Cable aliases
|
|
448
448
|
export { default as CableIcon } from '../icons/cable';
|
|
449
|
-
// Cake aliases
|
|
450
|
-
export { default as CakeIcon } from '../icons/cake';
|
|
451
449
|
// CakeSlice aliases
|
|
452
450
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
451
|
+
// Cake aliases
|
|
452
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
453
453
|
// Calculator aliases
|
|
454
454
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
455
455
|
// Calendar1 aliases
|
|
@@ -484,12 +484,12 @@ export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
|
484
484
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
485
485
|
// CalendarRange aliases
|
|
486
486
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
487
|
-
// CalendarSync aliases
|
|
488
|
-
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
489
487
|
// CalendarSearch aliases
|
|
490
488
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
491
489
|
// CalendarX2 aliases
|
|
492
490
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
491
|
+
// CalendarSync aliases
|
|
492
|
+
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
493
493
|
// CalendarX aliases
|
|
494
494
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
495
495
|
// Calendar aliases
|
|
@@ -508,10 +508,10 @@ export { default as CandyIcon } from '../icons/candy';
|
|
|
508
508
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
509
509
|
// CaptionsOff aliases
|
|
510
510
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
511
|
-
// CarFront aliases
|
|
512
|
-
export { default as CarFrontIcon } from '../icons/car-front';
|
|
513
511
|
// CarTaxiFront aliases
|
|
514
512
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
513
|
+
// CarFront aliases
|
|
514
|
+
export { default as CarFrontIcon } from '../icons/car-front';
|
|
515
515
|
// Car aliases
|
|
516
516
|
export { default as CarIcon } from '../icons/car';
|
|
517
517
|
// Caravan aliases
|
|
@@ -544,36 +544,36 @@ export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
|
544
544
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
545
545
|
// ChartColumnStacked aliases
|
|
546
546
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
547
|
-
// ChartGantt aliases
|
|
548
|
-
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
549
547
|
// ChartNetwork aliases
|
|
550
548
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
551
549
|
// ChartNoAxesColumnDecreasing aliases
|
|
552
550
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
551
|
+
// ChartGantt aliases
|
|
552
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
553
553
|
// ChartNoAxesCombined aliases
|
|
554
554
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
555
|
-
// ChartSpline aliases
|
|
556
|
-
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
557
555
|
// CheckCheck aliases
|
|
558
556
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
557
|
+
// ChartSpline aliases
|
|
558
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
559
559
|
// Check aliases
|
|
560
560
|
export { default as CheckIcon } from '../icons/check';
|
|
561
561
|
// ChefHat aliases
|
|
562
562
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
563
|
-
// ChevronDown aliases
|
|
564
|
-
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
565
563
|
// Cherry aliases
|
|
566
564
|
export { default as CherryIcon } from '../icons/cherry';
|
|
567
|
-
//
|
|
568
|
-
export { default as
|
|
565
|
+
// ChevronDown aliases
|
|
566
|
+
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
569
567
|
// ChevronFirst aliases
|
|
570
568
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
569
|
+
// ChevronLast aliases
|
|
570
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
571
571
|
// ChevronLeft aliases
|
|
572
572
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
573
|
-
// ChevronRight aliases
|
|
574
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
575
573
|
// ChevronUp aliases
|
|
576
574
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
575
|
+
// ChevronRight aliases
|
|
576
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
577
577
|
// ChevronsDownUp aliases
|
|
578
578
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
579
579
|
// ChevronsDown aliases
|
|
@@ -592,10 +592,10 @@ export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
|
592
592
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
593
593
|
// ChevronsUp aliases
|
|
594
594
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
595
|
-
// Church aliases
|
|
596
|
-
export { default as ChurchIcon } from '../icons/church';
|
|
597
595
|
// Chrome aliases
|
|
598
596
|
export { default as ChromeIcon } from '../icons/chrome';
|
|
597
|
+
// Church aliases
|
|
598
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
599
599
|
// CigaretteOff aliases
|
|
600
600
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
601
601
|
// Cigarette aliases
|
|
@@ -604,10 +604,10 @@ export { default as CigaretteIcon } from '../icons/cigarette';
|
|
|
604
604
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
605
605
|
// CircleDollarSign aliases
|
|
606
606
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
607
|
-
// CircleDotDashed aliases
|
|
608
|
-
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
609
607
|
// CircleDot aliases
|
|
610
608
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
609
|
+
// CircleDotDashed aliases
|
|
610
|
+
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
611
611
|
// CircleEllipsis aliases
|
|
612
612
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
613
613
|
// CircleEqual aliases
|
|
@@ -624,30 +624,30 @@ export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
|
624
624
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
625
625
|
// Circle aliases
|
|
626
626
|
export { default as CircleIcon } from '../icons/circle';
|
|
627
|
-
// CircuitBoard aliases
|
|
628
|
-
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
629
627
|
// Citrus aliases
|
|
630
628
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
631
|
-
//
|
|
632
|
-
export { default as
|
|
629
|
+
// CircuitBoard aliases
|
|
630
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
633
631
|
// ClipboardCheck aliases
|
|
634
632
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
633
|
+
// Clapperboard aliases
|
|
634
|
+
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
635
635
|
// ClipboardCopy aliases
|
|
636
636
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
637
637
|
// ClipboardList aliases
|
|
638
638
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
639
|
-
// ClipboardMinus aliases
|
|
640
|
-
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
641
639
|
// ClipboardPaste aliases
|
|
642
640
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
643
|
-
//
|
|
644
|
-
export { default as
|
|
641
|
+
// ClipboardMinus aliases
|
|
642
|
+
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
645
643
|
// ClipboardType aliases
|
|
646
644
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
647
|
-
//
|
|
648
|
-
export { default as
|
|
645
|
+
// ClipboardPlus aliases
|
|
646
|
+
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
649
647
|
// Clipboard aliases
|
|
650
648
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
649
|
+
// ClipboardX aliases
|
|
650
|
+
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
651
651
|
// Clock1 aliases
|
|
652
652
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
653
653
|
// Clock10 aliases
|
|
@@ -662,10 +662,10 @@ export { default as Clock2Icon } from '../icons/clock-2';
|
|
|
662
662
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
663
663
|
// Clock4 aliases
|
|
664
664
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
665
|
-
// Clock5 aliases
|
|
666
|
-
export { default as Clock5Icon } from '../icons/clock-5';
|
|
667
665
|
// Clock6 aliases
|
|
668
666
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
667
|
+
// Clock5 aliases
|
|
668
|
+
export { default as Clock5Icon } from '../icons/clock-5';
|
|
669
669
|
// Clock7 aliases
|
|
670
670
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
671
671
|
// Clock8 aliases
|
|
@@ -674,10 +674,10 @@ export { default as Clock8Icon } from '../icons/clock-8';
|
|
|
674
674
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
675
675
|
// ClockAlert aliases
|
|
676
676
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
677
|
-
// ClockArrowUp aliases
|
|
678
|
-
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
679
677
|
// ClockArrowDown aliases
|
|
680
678
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
679
|
+
// ClockArrowUp aliases
|
|
680
|
+
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
681
681
|
// ClockFading aliases
|
|
682
682
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
683
683
|
// ClockPlus aliases
|
|
@@ -690,26 +690,26 @@ export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
|
690
690
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
691
691
|
// CloudDrizzle aliases
|
|
692
692
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
693
|
-
// CloudFog aliases
|
|
694
|
-
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
695
693
|
// CloudHail aliases
|
|
696
694
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
695
|
+
// CloudFog aliases
|
|
696
|
+
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
697
697
|
// CloudLightning aliases
|
|
698
698
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
699
|
-
// CloudMoon aliases
|
|
700
|
-
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
701
699
|
// CloudMoonRain aliases
|
|
702
700
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
701
|
+
// CloudMoon aliases
|
|
702
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
703
703
|
// CloudOff aliases
|
|
704
704
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
705
705
|
// CloudRainWind aliases
|
|
706
706
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
707
707
|
// CloudRain aliases
|
|
708
708
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
709
|
-
// CloudSnow aliases
|
|
710
|
-
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
711
709
|
// CloudSunRain aliases
|
|
712
710
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
711
|
+
// CloudSnow aliases
|
|
712
|
+
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
713
713
|
// CloudSun aliases
|
|
714
714
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
715
715
|
// Cloud aliases
|
|
@@ -718,44 +718,44 @@ export { default as CloudIcon } from '../icons/cloud';
|
|
|
718
718
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
719
719
|
// Clover aliases
|
|
720
720
|
export { default as CloverIcon } from '../icons/clover';
|
|
721
|
-
// Club aliases
|
|
722
|
-
export { default as ClubIcon } from '../icons/club';
|
|
723
721
|
// Code aliases
|
|
724
722
|
export { default as CodeIcon } from '../icons/code';
|
|
723
|
+
// Club aliases
|
|
724
|
+
export { default as ClubIcon } from '../icons/club';
|
|
725
725
|
// Codesandbox aliases
|
|
726
726
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
727
|
-
// Coffee aliases
|
|
728
|
-
export { default as CoffeeIcon } from '../icons/coffee';
|
|
729
727
|
// Codepen aliases
|
|
730
728
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
729
|
+
// Coffee aliases
|
|
730
|
+
export { default as CoffeeIcon } from '../icons/coffee';
|
|
731
731
|
// Cog aliases
|
|
732
732
|
export { default as CogIcon } from '../icons/cog';
|
|
733
733
|
// Coins aliases
|
|
734
734
|
export { default as CoinsIcon } from '../icons/coins';
|
|
735
735
|
// Columns4 aliases
|
|
736
736
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
737
|
+
// Command aliases
|
|
738
|
+
export { default as CommandIcon } from '../icons/command';
|
|
737
739
|
// Combine aliases
|
|
738
740
|
export { default as CombineIcon } from '../icons/combine';
|
|
739
741
|
// Compass aliases
|
|
740
742
|
export { default as CompassIcon } from '../icons/compass';
|
|
741
|
-
// Command aliases
|
|
742
|
-
export { default as CommandIcon } from '../icons/command';
|
|
743
743
|
// Component aliases
|
|
744
744
|
export { default as ComponentIcon } from '../icons/component';
|
|
745
|
-
// Computer aliases
|
|
746
|
-
export { default as ComputerIcon } from '../icons/computer';
|
|
747
745
|
// ConciergeBell aliases
|
|
748
746
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
749
|
-
//
|
|
750
|
-
export { default as
|
|
751
|
-
// Contact aliases
|
|
752
|
-
export { default as ContactIcon } from '../icons/contact';
|
|
747
|
+
// Computer aliases
|
|
748
|
+
export { default as ComputerIcon } from '../icons/computer';
|
|
753
749
|
// Cone aliases
|
|
754
750
|
export { default as ConeIcon } from '../icons/cone';
|
|
755
|
-
//
|
|
756
|
-
export { default as
|
|
751
|
+
// Construction aliases
|
|
752
|
+
export { default as ConstructionIcon } from '../icons/construction';
|
|
753
|
+
// Contact aliases
|
|
754
|
+
export { default as ContactIcon } from '../icons/contact';
|
|
757
755
|
// Container aliases
|
|
758
756
|
export { default as ContainerIcon } from '../icons/container';
|
|
757
|
+
// Contrast aliases
|
|
758
|
+
export { default as ContrastIcon } from '../icons/contrast';
|
|
759
759
|
// Cookie aliases
|
|
760
760
|
export { default as CookieIcon } from '../icons/cookie';
|
|
761
761
|
// CookingPot aliases
|
|
@@ -768,20 +768,20 @@ export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
|
768
768
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
769
769
|
// CopySlash aliases
|
|
770
770
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
771
|
-
// CopyX aliases
|
|
772
|
-
export { default as CopyXIcon } from '../icons/copy-x';
|
|
773
771
|
// Copy aliases
|
|
774
772
|
export { default as CopyIcon } from '../icons/copy';
|
|
773
|
+
// CopyX aliases
|
|
774
|
+
export { default as CopyXIcon } from '../icons/copy-x';
|
|
775
775
|
// Copyleft aliases
|
|
776
776
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
777
777
|
// Copyright aliases
|
|
778
778
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
779
779
|
// CornerDownLeft aliases
|
|
780
780
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
781
|
-
// CornerLeftDown aliases
|
|
782
|
-
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
783
781
|
// CornerDownRight aliases
|
|
784
782
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
783
|
+
// CornerLeftDown aliases
|
|
784
|
+
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
785
785
|
// CornerLeftUp aliases
|
|
786
786
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
787
787
|
// CornerRightDown aliases
|
|
@@ -792,22 +792,22 @@ export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
|
792
792
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
793
793
|
// CornerUpRight aliases
|
|
794
794
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
795
|
-
// Cpu aliases
|
|
796
|
-
export { default as CpuIcon } from '../icons/cpu';
|
|
797
795
|
// CreativeCommons aliases
|
|
798
796
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
797
|
+
// Cpu aliases
|
|
798
|
+
export { default as CpuIcon } from '../icons/cpu';
|
|
799
799
|
// CreditCard aliases
|
|
800
800
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
801
801
|
// Croissant aliases
|
|
802
802
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
803
803
|
// Crop aliases
|
|
804
804
|
export { default as CropIcon } from '../icons/crop';
|
|
805
|
+
// Cross aliases
|
|
806
|
+
export { default as CrossIcon } from '../icons/cross';
|
|
805
807
|
// Crosshair aliases
|
|
806
808
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
807
809
|
// Crown aliases
|
|
808
810
|
export { default as CrownIcon } from '../icons/crown';
|
|
809
|
-
// Cross aliases
|
|
810
|
-
export { default as CrossIcon } from '../icons/cross';
|
|
811
811
|
// Cuboid aliases
|
|
812
812
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
813
813
|
// CupSoda aliases
|
|
@@ -816,28 +816,28 @@ export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
|
816
816
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
817
817
|
// Cylinder aliases
|
|
818
818
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
819
|
-
// Dam aliases
|
|
820
|
-
export { default as DamIcon } from '../icons/dam';
|
|
821
819
|
// DatabaseBackup aliases
|
|
822
820
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
821
|
+
// Dam aliases
|
|
822
|
+
export { default as DamIcon } from '../icons/dam';
|
|
823
823
|
// DatabaseZap aliases
|
|
824
824
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
825
|
-
// Database aliases
|
|
826
|
-
export { default as DatabaseIcon } from '../icons/database';
|
|
827
825
|
// DecimalsArrowLeft aliases
|
|
828
826
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
827
|
+
// Database aliases
|
|
828
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
829
829
|
// DecimalsArrowRight aliases
|
|
830
830
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
831
|
-
// Delete aliases
|
|
832
|
-
export { default as DeleteIcon } from '../icons/delete';
|
|
833
831
|
// Dessert aliases
|
|
834
832
|
export { default as DessertIcon } from '../icons/dessert';
|
|
833
|
+
// Delete aliases
|
|
834
|
+
export { default as DeleteIcon } from '../icons/delete';
|
|
835
835
|
// Diameter aliases
|
|
836
836
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
837
|
-
// DiamondMinus aliases
|
|
838
|
-
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
839
837
|
// DiamondPlus aliases
|
|
840
838
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
839
|
+
// DiamondMinus aliases
|
|
840
|
+
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
841
841
|
// Diamond aliases
|
|
842
842
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
843
843
|
// Dice1 aliases
|
|
@@ -846,26 +846,26 @@ export { default as Dice1Icon } from '../icons/dice-1';
|
|
|
846
846
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
847
847
|
// Dice3 aliases
|
|
848
848
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
849
|
-
// Dice4 aliases
|
|
850
|
-
export { default as Dice4Icon } from '../icons/dice-4';
|
|
851
849
|
// Dice5 aliases
|
|
852
850
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
853
|
-
//
|
|
854
|
-
export { default as
|
|
851
|
+
// Dice4 aliases
|
|
852
|
+
export { default as Dice4Icon } from '../icons/dice-4';
|
|
855
853
|
// Dices aliases
|
|
856
854
|
export { default as DicesIcon } from '../icons/dices';
|
|
857
|
-
//
|
|
858
|
-
export { default as
|
|
855
|
+
// Dice6 aliases
|
|
856
|
+
export { default as Dice6Icon } from '../icons/dice-6';
|
|
859
857
|
// Disc2 aliases
|
|
860
858
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
859
|
+
// Diff aliases
|
|
860
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
861
861
|
// Disc3 aliases
|
|
862
862
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
863
863
|
// DiscAlbum aliases
|
|
864
864
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
865
|
-
// Disc aliases
|
|
866
|
-
export { default as DiscIcon } from '../icons/disc';
|
|
867
865
|
// Divide aliases
|
|
868
866
|
export { default as DivideIcon } from '../icons/divide';
|
|
867
|
+
// Disc aliases
|
|
868
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
869
869
|
// DnaOff aliases
|
|
870
870
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
871
871
|
// Dna aliases
|
|
@@ -874,38 +874,38 @@ export { default as DnaIcon } from '../icons/dna';
|
|
|
874
874
|
export { default as DockIcon } from '../icons/dock';
|
|
875
875
|
// Dog aliases
|
|
876
876
|
export { default as DogIcon } from '../icons/dog';
|
|
877
|
-
// DollarSign aliases
|
|
878
|
-
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
879
877
|
// Donut aliases
|
|
880
878
|
export { default as DonutIcon } from '../icons/donut';
|
|
881
|
-
//
|
|
882
|
-
export { default as
|
|
879
|
+
// DollarSign aliases
|
|
880
|
+
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
883
881
|
// DoorClosed aliases
|
|
884
882
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
885
883
|
// DoorOpen aliases
|
|
886
884
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
885
|
+
// DoorClosedLocked aliases
|
|
886
|
+
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
887
887
|
// Dot aliases
|
|
888
888
|
export { default as DotIcon } from '../icons/dot';
|
|
889
889
|
// Download aliases
|
|
890
890
|
export { default as DownloadIcon } from '../icons/download';
|
|
891
|
-
// Drama aliases
|
|
892
|
-
export { default as DramaIcon } from '../icons/drama';
|
|
893
891
|
// DraftingCompass aliases
|
|
894
892
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
893
|
+
// Drama aliases
|
|
894
|
+
export { default as DramaIcon } from '../icons/drama';
|
|
895
895
|
// Dribbble aliases
|
|
896
896
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
897
|
-
// Drill aliases
|
|
898
|
-
export { default as DrillIcon } from '../icons/drill';
|
|
899
897
|
// DropletOff aliases
|
|
900
898
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
899
|
+
// Drill aliases
|
|
900
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
901
901
|
// Droplet aliases
|
|
902
902
|
export { default as DropletIcon } from '../icons/droplet';
|
|
903
|
-
// Drumstick aliases
|
|
904
|
-
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
905
|
-
// Droplets aliases
|
|
906
|
-
export { default as DropletsIcon } from '../icons/droplets';
|
|
907
903
|
// Drum aliases
|
|
908
904
|
export { default as DrumIcon } from '../icons/drum';
|
|
905
|
+
// Droplets aliases
|
|
906
|
+
export { default as DropletsIcon } from '../icons/droplets';
|
|
907
|
+
// Drumstick aliases
|
|
908
|
+
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
909
909
|
// Dumbbell aliases
|
|
910
910
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
911
911
|
// EarOff aliases
|
|
@@ -924,12 +924,12 @@ export { default as EggOffIcon } from '../icons/egg-off';
|
|
|
924
924
|
export { default as EggIcon } from '../icons/egg';
|
|
925
925
|
// EqualApproximately aliases
|
|
926
926
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
927
|
-
// EqualNot aliases
|
|
928
|
-
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
929
927
|
// Equal aliases
|
|
930
928
|
export { default as EqualIcon } from '../icons/equal';
|
|
931
929
|
// Eraser aliases
|
|
932
930
|
export { default as EraserIcon } from '../icons/eraser';
|
|
931
|
+
// EqualNot aliases
|
|
932
|
+
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
933
933
|
// EthernetPort aliases
|
|
934
934
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
935
935
|
// Euro aliases
|
|
@@ -938,24 +938,24 @@ export { default as EuroIcon } from '../icons/euro';
|
|
|
938
938
|
export { default as ExpandIcon } from '../icons/expand';
|
|
939
939
|
// ExternalLink aliases
|
|
940
940
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
941
|
-
// EyeOff aliases
|
|
942
|
-
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
943
941
|
// EyeClosed aliases
|
|
944
942
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
943
|
+
// EyeOff aliases
|
|
944
|
+
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
945
945
|
// Eye aliases
|
|
946
946
|
export { default as EyeIcon } from '../icons/eye';
|
|
947
|
-
// Facebook aliases
|
|
948
|
-
export { default as FacebookIcon } from '../icons/facebook';
|
|
949
947
|
// Factory aliases
|
|
950
948
|
export { default as FactoryIcon } from '../icons/factory';
|
|
949
|
+
// Facebook aliases
|
|
950
|
+
export { default as FacebookIcon } from '../icons/facebook';
|
|
951
951
|
// Fan aliases
|
|
952
952
|
export { default as FanIcon } from '../icons/fan';
|
|
953
953
|
// FastForward aliases
|
|
954
954
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
955
|
-
// Fence aliases
|
|
956
|
-
export { default as FenceIcon } from '../icons/fence';
|
|
957
955
|
// Feather aliases
|
|
958
956
|
export { default as FeatherIcon } from '../icons/feather';
|
|
957
|
+
// Fence aliases
|
|
958
|
+
export { default as FenceIcon } from '../icons/fence';
|
|
959
959
|
// FerrisWheel aliases
|
|
960
960
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
961
961
|
// Figma aliases
|
|
@@ -964,10 +964,10 @@ export { default as FigmaIcon } from '../icons/figma';
|
|
|
964
964
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
965
965
|
// FileAudio2 aliases
|
|
966
966
|
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
967
|
-
// FileAudio aliases
|
|
968
|
-
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
969
967
|
// FileBadge2 aliases
|
|
970
968
|
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
969
|
+
// FileAudio aliases
|
|
970
|
+
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
971
971
|
// FileBadge aliases
|
|
972
972
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
973
973
|
// FileBox aliases
|
|
@@ -978,20 +978,20 @@ export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
|
978
978
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
979
979
|
// FileClock aliases
|
|
980
980
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
981
|
-
// FileCode aliases
|
|
982
|
-
export { default as FileCodeIcon } from '../icons/file-code';
|
|
983
981
|
// FileCode2 aliases
|
|
984
982
|
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
983
|
+
// FileCode aliases
|
|
984
|
+
export { default as FileCodeIcon } from '../icons/file-code';
|
|
985
985
|
// FileDiff aliases
|
|
986
986
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
987
987
|
// FileDigit aliases
|
|
988
988
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
989
989
|
// FileDown aliases
|
|
990
990
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
991
|
-
// FileHeart aliases
|
|
992
|
-
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
993
991
|
// FileImage aliases
|
|
994
992
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
993
|
+
// FileHeart aliases
|
|
994
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
995
995
|
// FileInput aliases
|
|
996
996
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
997
997
|
// FileJson2 aliases
|
|
@@ -1004,54 +1004,54 @@ export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
|
1004
1004
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1005
1005
|
// FileLock2 aliases
|
|
1006
1006
|
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1007
|
-
// FileLock aliases
|
|
1008
|
-
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1009
1007
|
// FileMinus2 aliases
|
|
1010
1008
|
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1011
1009
|
// FileMinus aliases
|
|
1012
1010
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1011
|
+
// FileLock aliases
|
|
1012
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1013
1013
|
// FileMusic aliases
|
|
1014
1014
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1015
|
-
// FileOutput aliases
|
|
1016
|
-
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1017
1015
|
// FilePlus2 aliases
|
|
1018
1016
|
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1017
|
+
// FileOutput aliases
|
|
1018
|
+
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1019
1019
|
// FilePlus aliases
|
|
1020
1020
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1021
|
-
// FileScan aliases
|
|
1022
|
-
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1023
1021
|
// FileQuestion aliases
|
|
1024
1022
|
export { default as FileQuestionIcon } from '../icons/file-question';
|
|
1025
|
-
//
|
|
1026
|
-
export { default as
|
|
1023
|
+
// FileScan aliases
|
|
1024
|
+
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1027
1025
|
// FileSearch aliases
|
|
1028
1026
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1029
|
-
//
|
|
1030
|
-
export { default as
|
|
1027
|
+
// FileSearch2 aliases
|
|
1028
|
+
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1031
1029
|
// FileSliders aliases
|
|
1032
1030
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1033
1031
|
// FileStack aliases
|
|
1034
1032
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1033
|
+
// FileSpreadsheet aliases
|
|
1034
|
+
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1035
1035
|
// FileSymlink aliases
|
|
1036
1036
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1037
1037
|
// FileTerminal aliases
|
|
1038
1038
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1039
1039
|
// FileText aliases
|
|
1040
1040
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1041
|
-
// FileType2 aliases
|
|
1042
|
-
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1043
1041
|
// FileType aliases
|
|
1044
1042
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1043
|
+
// FileType2 aliases
|
|
1044
|
+
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1045
1045
|
// FileUp aliases
|
|
1046
1046
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1047
|
-
// FileUser aliases
|
|
1048
|
-
export { default as FileUserIcon } from '../icons/file-user';
|
|
1049
1047
|
// FileVideo2 aliases
|
|
1050
1048
|
export { default as FileVideo2Icon } from '../icons/file-video-2';
|
|
1051
|
-
//
|
|
1052
|
-
export { default as
|
|
1049
|
+
// FileUser aliases
|
|
1050
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1053
1051
|
// FileVolume2 aliases
|
|
1054
1052
|
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1053
|
+
// FileVideo aliases
|
|
1054
|
+
export { default as FileVideoIcon } from '../icons/file-video';
|
|
1055
1055
|
// FileVolume aliases
|
|
1056
1056
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1057
1057
|
// FileWarning aliases
|
|
@@ -1072,24 +1072,24 @@ export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
|
1072
1072
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1073
1073
|
// FishSymbol aliases
|
|
1074
1074
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1075
|
-
// Fish aliases
|
|
1076
|
-
export { default as FishIcon } from '../icons/fish';
|
|
1077
1075
|
// FishOff aliases
|
|
1078
1076
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1077
|
+
// Fish aliases
|
|
1078
|
+
export { default as FishIcon } from '../icons/fish';
|
|
1079
1079
|
// FlagOff aliases
|
|
1080
1080
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1081
|
-
// FlagTriangleRight aliases
|
|
1082
|
-
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1083
|
-
// Flag aliases
|
|
1084
|
-
export { default as FlagIcon } from '../icons/flag';
|
|
1085
1081
|
// FlagTriangleLeft aliases
|
|
1086
1082
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1087
1083
|
// FlameKindling aliases
|
|
1088
1084
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1089
|
-
//
|
|
1090
|
-
export { default as
|
|
1085
|
+
// Flag aliases
|
|
1086
|
+
export { default as FlagIcon } from '../icons/flag';
|
|
1087
|
+
// FlagTriangleRight aliases
|
|
1088
|
+
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1091
1089
|
// FlashlightOff aliases
|
|
1092
1090
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1091
|
+
// Flame aliases
|
|
1092
|
+
export { default as FlameIcon } from '../icons/flame';
|
|
1093
1093
|
// Flashlight aliases
|
|
1094
1094
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1095
1095
|
// FlaskConicalOff aliases
|
|
@@ -1100,58 +1100,58 @@ export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
|
1100
1100
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1101
1101
|
// FlipHorizontal2 aliases
|
|
1102
1102
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1103
|
-
// FlipHorizontal aliases
|
|
1104
|
-
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1105
1103
|
// FlipVertical2 aliases
|
|
1106
1104
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1107
1105
|
// FlipVertical aliases
|
|
1108
1106
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1107
|
+
// FlipHorizontal aliases
|
|
1108
|
+
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1109
1109
|
// Flower2 aliases
|
|
1110
1110
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1111
|
+
// FoldHorizontal aliases
|
|
1112
|
+
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1111
1113
|
// Flower aliases
|
|
1112
1114
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1113
1115
|
// Focus aliases
|
|
1114
1116
|
export { default as FocusIcon } from '../icons/focus';
|
|
1115
|
-
// FoldHorizontal aliases
|
|
1116
|
-
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1117
1117
|
// FoldVertical aliases
|
|
1118
1118
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1119
|
-
// FolderCheck aliases
|
|
1120
|
-
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1121
1119
|
// FolderArchive aliases
|
|
1122
1120
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1123
|
-
//
|
|
1124
|
-
export { default as
|
|
1121
|
+
// FolderCheck aliases
|
|
1122
|
+
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1125
1123
|
// FolderClosed aliases
|
|
1126
1124
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1125
|
+
// FolderClock aliases
|
|
1126
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1127
1127
|
// FolderCode aliases
|
|
1128
1128
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1129
1129
|
// FolderDot aliases
|
|
1130
1130
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1131
|
-
// FolderGit2 aliases
|
|
1132
|
-
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1133
1131
|
// FolderDown aliases
|
|
1134
1132
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1133
|
+
// FolderGit2 aliases
|
|
1134
|
+
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1135
1135
|
// FolderGit aliases
|
|
1136
1136
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1137
|
-
// FolderInput aliases
|
|
1138
|
-
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1139
1137
|
// FolderHeart aliases
|
|
1140
1138
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1139
|
+
// FolderInput aliases
|
|
1140
|
+
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1141
1141
|
// FolderKanban aliases
|
|
1142
1142
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1143
1143
|
// FolderKey aliases
|
|
1144
1144
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1145
1145
|
// FolderLock aliases
|
|
1146
1146
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1147
|
-
// FolderOpenDot aliases
|
|
1148
|
-
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1149
|
-
// FolderOutput aliases
|
|
1150
|
-
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1151
1147
|
// FolderMinus aliases
|
|
1152
1148
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1149
|
+
// FolderOpenDot aliases
|
|
1150
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1153
1151
|
// FolderOpen aliases
|
|
1154
1152
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1153
|
+
// FolderOutput aliases
|
|
1154
|
+
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1155
1155
|
// FolderPlus aliases
|
|
1156
1156
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1157
1157
|
// FolderRoot aliases
|
|
@@ -1182,10 +1182,10 @@ export { default as ForwardIcon } from '../icons/forward';
|
|
|
1182
1182
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1183
1183
|
// Frame aliases
|
|
1184
1184
|
export { default as FrameIcon } from '../icons/frame';
|
|
1185
|
-
// Framer aliases
|
|
1186
|
-
export { default as FramerIcon } from '../icons/framer';
|
|
1187
1185
|
// Frown aliases
|
|
1188
1186
|
export { default as FrownIcon } from '../icons/frown';
|
|
1187
|
+
// Framer aliases
|
|
1188
|
+
export { default as FramerIcon } from '../icons/framer';
|
|
1189
1189
|
// Fuel aliases
|
|
1190
1190
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1191
1191
|
// Fullscreen aliases
|
|
@@ -1198,114 +1198,114 @@ export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal
|
|
|
1198
1198
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1199
1199
|
// GalleryThumbnails aliases
|
|
1200
1200
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1201
|
-
// GalleryVertical aliases
|
|
1202
|
-
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1203
1201
|
// GalleryVerticalEnd aliases
|
|
1204
1202
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1205
1203
|
// Gamepad2 aliases
|
|
1206
1204
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1205
|
+
// GalleryVertical aliases
|
|
1206
|
+
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1207
1207
|
// Gamepad aliases
|
|
1208
1208
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1209
|
-
// Gauge aliases
|
|
1210
|
-
export { default as GaugeIcon } from '../icons/gauge';
|
|
1211
1209
|
// Gavel aliases
|
|
1212
1210
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1213
|
-
//
|
|
1214
|
-
export { default as
|
|
1211
|
+
// Gauge aliases
|
|
1212
|
+
export { default as GaugeIcon } from '../icons/gauge';
|
|
1215
1213
|
// Gem aliases
|
|
1216
1214
|
export { default as GemIcon } from '../icons/gem';
|
|
1217
|
-
//
|
|
1218
|
-
export { default as
|
|
1215
|
+
// Ghost aliases
|
|
1216
|
+
export { default as GhostIcon } from '../icons/ghost';
|
|
1219
1217
|
// Gift aliases
|
|
1220
1218
|
export { default as GiftIcon } from '../icons/gift';
|
|
1219
|
+
// GitBranchPlus aliases
|
|
1220
|
+
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1221
1221
|
// GitBranch aliases
|
|
1222
1222
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1223
|
-
// GitCompareArrows aliases
|
|
1224
|
-
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1225
1223
|
// GitCommitVertical aliases
|
|
1226
1224
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1227
1225
|
// GitCompare aliases
|
|
1228
1226
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1227
|
+
// GitCompareArrows aliases
|
|
1228
|
+
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1229
1229
|
// GitFork aliases
|
|
1230
1230
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1231
|
-
// GitMerge aliases
|
|
1232
|
-
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1233
1231
|
// GitGraph aliases
|
|
1234
1232
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1235
|
-
//
|
|
1236
|
-
export { default as
|
|
1233
|
+
// GitMerge aliases
|
|
1234
|
+
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1237
1235
|
// GitPullRequestClosed aliases
|
|
1238
1236
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1239
1237
|
// GitPullRequestCreateArrow aliases
|
|
1240
1238
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1239
|
+
// GitPullRequestArrow aliases
|
|
1240
|
+
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1241
1241
|
// GitPullRequestCreate aliases
|
|
1242
1242
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1243
|
-
// GitPullRequestDraft aliases
|
|
1244
|
-
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1245
1243
|
// GitPullRequest aliases
|
|
1246
1244
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1245
|
+
// GitPullRequestDraft aliases
|
|
1246
|
+
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1247
1247
|
// Github aliases
|
|
1248
1248
|
export { default as GithubIcon } from '../icons/github';
|
|
1249
1249
|
// GlassWater aliases
|
|
1250
1250
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1251
|
-
// Gitlab aliases
|
|
1252
|
-
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1253
1251
|
// Glasses aliases
|
|
1254
1252
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1253
|
+
// Gitlab aliases
|
|
1254
|
+
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1255
|
+
// Globe aliases
|
|
1256
|
+
export { default as GlobeIcon } from '../icons/globe';
|
|
1255
1257
|
// GlobeLock aliases
|
|
1256
1258
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1259
|
+
// Goal aliases
|
|
1260
|
+
export { default as GoalIcon } from '../icons/goal';
|
|
1257
1261
|
// Grab aliases
|
|
1258
1262
|
export { default as GrabIcon } from '../icons/grab';
|
|
1259
|
-
// Globe aliases
|
|
1260
|
-
export { default as GlobeIcon } from '../icons/globe';
|
|
1261
1263
|
// GraduationCap aliases
|
|
1262
1264
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1263
|
-
// Goal aliases
|
|
1264
|
-
export { default as GoalIcon } from '../icons/goal';
|
|
1265
1265
|
// Grape aliases
|
|
1266
1266
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1267
1267
|
// GripHorizontal aliases
|
|
1268
1268
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1269
|
-
// GripVertical aliases
|
|
1270
|
-
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1271
1269
|
// Grip aliases
|
|
1272
1270
|
export { default as GripIcon } from '../icons/grip';
|
|
1271
|
+
// GripVertical aliases
|
|
1272
|
+
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1273
1273
|
// Group aliases
|
|
1274
1274
|
export { default as GroupIcon } from '../icons/group';
|
|
1275
1275
|
// Guitar aliases
|
|
1276
1276
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1277
1277
|
// Ham aliases
|
|
1278
1278
|
export { default as HamIcon } from '../icons/ham';
|
|
1279
|
-
// Hammer aliases
|
|
1280
|
-
export { default as HammerIcon } from '../icons/hammer';
|
|
1281
1279
|
// Hamburger aliases
|
|
1282
1280
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1281
|
+
// Hammer aliases
|
|
1282
|
+
export { default as HammerIcon } from '../icons/hammer';
|
|
1283
1283
|
// HandCoins aliases
|
|
1284
1284
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1285
1285
|
// HandHeart aliases
|
|
1286
1286
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1287
1287
|
// HandMetal aliases
|
|
1288
1288
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1289
|
+
// HandPlatter aliases
|
|
1290
|
+
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1289
1291
|
// Hand aliases
|
|
1290
1292
|
export { default as HandIcon } from '../icons/hand';
|
|
1291
1293
|
// Handshake aliases
|
|
1292
1294
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1293
|
-
// HandPlatter aliases
|
|
1294
|
-
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1295
1295
|
// HardDriveDownload aliases
|
|
1296
1296
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1297
1297
|
// HardDriveUpload aliases
|
|
1298
1298
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1299
|
-
// HardDrive aliases
|
|
1300
|
-
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1301
1299
|
// HardHat aliases
|
|
1302
1300
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1301
|
+
// HardDrive aliases
|
|
1302
|
+
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1303
1303
|
// Hash aliases
|
|
1304
1304
|
export { default as HashIcon } from '../icons/hash';
|
|
1305
|
-
// Haze aliases
|
|
1306
|
-
export { default as HazeIcon } from '../icons/haze';
|
|
1307
1305
|
// HdmiPort aliases
|
|
1308
1306
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1307
|
+
// Haze aliases
|
|
1308
|
+
export { default as HazeIcon } from '../icons/haze';
|
|
1309
1309
|
// Heading1 aliases
|
|
1310
1310
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1311
1311
|
// Heading2 aliases
|
|
@@ -1314,10 +1314,10 @@ export { default as Heading2Icon } from '../icons/heading-2';
|
|
|
1314
1314
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1315
1315
|
// Heading4 aliases
|
|
1316
1316
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1317
|
-
// Heading5 aliases
|
|
1318
|
-
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1319
1317
|
// Heading6 aliases
|
|
1320
1318
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1319
|
+
// Heading5 aliases
|
|
1320
|
+
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1321
1321
|
// Heading aliases
|
|
1322
1322
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1323
1323
|
// HeadphoneOff aliases
|
|
@@ -1330,52 +1330,52 @@ export { default as HeadsetIcon } from '../icons/headset';
|
|
|
1330
1330
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1331
1331
|
// HeartHandshake aliases
|
|
1332
1332
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1333
|
-
// HeartMinus aliases
|
|
1334
|
-
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1335
1333
|
// HeartOff aliases
|
|
1336
1334
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1335
|
+
// HeartMinus aliases
|
|
1336
|
+
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1337
1337
|
// HeartPlus aliases
|
|
1338
1338
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1339
|
-
// HeartPulse aliases
|
|
1340
|
-
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1341
1339
|
// Heart aliases
|
|
1342
1340
|
export { default as HeartIcon } from '../icons/heart';
|
|
1341
|
+
// HeartPulse aliases
|
|
1342
|
+
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1343
1343
|
// Heater aliases
|
|
1344
1344
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1345
1345
|
// Hexagon aliases
|
|
1346
1346
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1347
|
-
// Highlighter aliases
|
|
1348
|
-
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1349
1347
|
// History aliases
|
|
1350
1348
|
export { default as HistoryIcon } from '../icons/history';
|
|
1349
|
+
// Highlighter aliases
|
|
1350
|
+
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1351
1351
|
// HopOff aliases
|
|
1352
1352
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1353
1353
|
// Hop aliases
|
|
1354
1354
|
export { default as HopIcon } from '../icons/hop';
|
|
1355
|
-
// Hourglass aliases
|
|
1356
|
-
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1357
1355
|
// Hospital aliases
|
|
1358
1356
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1359
|
-
// HousePlug aliases
|
|
1360
|
-
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1361
1357
|
// Hotel aliases
|
|
1362
1358
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1363
1359
|
// HousePlus aliases
|
|
1364
1360
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1361
|
+
// Hourglass aliases
|
|
1362
|
+
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1363
|
+
// HousePlug aliases
|
|
1364
|
+
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1365
1365
|
// HouseWifi aliases
|
|
1366
1366
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1367
1367
|
// IdCard aliases
|
|
1368
1368
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1369
|
-
// ImageDown aliases
|
|
1370
|
-
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1371
1369
|
// ImageMinus aliases
|
|
1372
1370
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1371
|
+
// ImageDown aliases
|
|
1372
|
+
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1373
1373
|
// ImageOff aliases
|
|
1374
1374
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1375
|
-
// ImagePlus aliases
|
|
1376
|
-
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1377
1375
|
// ImagePlay aliases
|
|
1378
1376
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1377
|
+
// ImagePlus aliases
|
|
1378
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1379
1379
|
// ImageUp aliases
|
|
1380
1380
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1381
1381
|
// ImageUpscale aliases
|
|
@@ -1388,10 +1388,10 @@ export { default as ImagesIcon } from '../icons/images';
|
|
|
1388
1388
|
export { default as ImportIcon } from '../icons/import';
|
|
1389
1389
|
// Inbox aliases
|
|
1390
1390
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1391
|
-
// IndianRupee aliases
|
|
1392
|
-
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1393
1391
|
// Infinity aliases
|
|
1394
1392
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1393
|
+
// IndianRupee aliases
|
|
1394
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1395
1395
|
// Info aliases
|
|
1396
1396
|
export { default as InfoIcon } from '../icons/info';
|
|
1397
1397
|
// InspectionPanel aliases
|
|
@@ -1416,14 +1416,14 @@ export { default as KeyRoundIcon } from '../icons/key-round';
|
|
|
1416
1416
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1417
1417
|
// Key aliases
|
|
1418
1418
|
export { default as KeyIcon } from '../icons/key';
|
|
1419
|
-
// KeyboardOff aliases
|
|
1420
|
-
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1421
1419
|
// KeyboardMusic aliases
|
|
1422
1420
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1423
|
-
//
|
|
1424
|
-
export { default as
|
|
1421
|
+
// KeyboardOff aliases
|
|
1422
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1425
1423
|
// LampCeiling aliases
|
|
1426
1424
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1425
|
+
// Keyboard aliases
|
|
1426
|
+
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1427
1427
|
// LampDesk aliases
|
|
1428
1428
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1429
1429
|
// LampFloor aliases
|
|
@@ -1432,120 +1432,120 @@ export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
|
1432
1432
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1433
1433
|
// LampWallUp aliases
|
|
1434
1434
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1435
|
+
// Lamp aliases
|
|
1436
|
+
export { default as LampIcon } from '../icons/lamp';
|
|
1435
1437
|
// LandPlot aliases
|
|
1436
1438
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1437
1439
|
// Landmark aliases
|
|
1438
1440
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1439
|
-
// Lamp aliases
|
|
1440
|
-
export { default as LampIcon } from '../icons/lamp';
|
|
1441
1441
|
// Languages aliases
|
|
1442
1442
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1443
|
-
// Laptop aliases
|
|
1444
|
-
export { default as LaptopIcon } from '../icons/laptop';
|
|
1445
1443
|
// LaptopMinimalCheck aliases
|
|
1446
1444
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1445
|
+
// Laptop aliases
|
|
1446
|
+
export { default as LaptopIcon } from '../icons/laptop';
|
|
1447
1447
|
// LassoSelect aliases
|
|
1448
1448
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1449
|
-
// Layers2 aliases
|
|
1450
|
-
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1451
1449
|
// Lasso aliases
|
|
1452
1450
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1453
1451
|
// Laugh aliases
|
|
1454
1452
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1455
|
-
//
|
|
1456
|
-
export { default as
|
|
1453
|
+
// Layers2 aliases
|
|
1454
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1457
1455
|
// LayoutDashboard aliases
|
|
1458
1456
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1457
|
+
// LayoutGrid aliases
|
|
1458
|
+
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1459
1459
|
// LayoutList aliases
|
|
1460
1460
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1461
1461
|
// LayoutPanelLeft aliases
|
|
1462
1462
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1463
|
-
// LayoutTemplate aliases
|
|
1464
|
-
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1465
1463
|
// LayoutPanelTop aliases
|
|
1466
1464
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1465
|
+
// LayoutTemplate aliases
|
|
1466
|
+
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1467
1467
|
// Leaf aliases
|
|
1468
1468
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1469
1469
|
// LeafyGreen aliases
|
|
1470
1470
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1471
1471
|
// Lectern aliases
|
|
1472
1472
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1473
|
-
// LibraryBig aliases
|
|
1474
|
-
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1475
1473
|
// LetterText aliases
|
|
1476
1474
|
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1477
|
-
//
|
|
1478
|
-
export { default as
|
|
1475
|
+
// LibraryBig aliases
|
|
1476
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1479
1477
|
// LifeBuoy aliases
|
|
1480
1478
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1479
|
+
// Library aliases
|
|
1480
|
+
export { default as LibraryIcon } from '../icons/library';
|
|
1481
|
+
// LightbulbOff aliases
|
|
1482
|
+
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1481
1483
|
// Ligature aliases
|
|
1482
1484
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1483
1485
|
// Lightbulb aliases
|
|
1484
1486
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1485
1487
|
// Link2Off aliases
|
|
1486
1488
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1487
|
-
// LightbulbOff aliases
|
|
1488
|
-
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1489
1489
|
// Link2 aliases
|
|
1490
1490
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1491
1491
|
// Link aliases
|
|
1492
1492
|
export { default as LinkIcon } from '../icons/link';
|
|
1493
1493
|
// Linkedin aliases
|
|
1494
1494
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1495
|
-
// ListChecks aliases
|
|
1496
|
-
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1497
1495
|
// ListCheck aliases
|
|
1498
1496
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1497
|
+
// ListChecks aliases
|
|
1498
|
+
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1499
1499
|
// ListCollapse aliases
|
|
1500
1500
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1501
1501
|
// ListEnd aliases
|
|
1502
1502
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1503
1503
|
// ListFilterPlus aliases
|
|
1504
1504
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1505
|
-
// ListMinus aliases
|
|
1506
|
-
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1507
1505
|
// ListFilter aliases
|
|
1508
1506
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1509
|
-
//
|
|
1510
|
-
export { default as
|
|
1507
|
+
// ListMinus aliases
|
|
1508
|
+
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1511
1509
|
// ListMusic aliases
|
|
1512
1510
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1511
|
+
// ListOrdered aliases
|
|
1512
|
+
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1513
1513
|
// ListPlus aliases
|
|
1514
1514
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1515
|
-
// ListRestart aliases
|
|
1516
|
-
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1517
|
-
// ListStart aliases
|
|
1518
|
-
export { default as ListStartIcon } from '../icons/list-start';
|
|
1519
1515
|
// ListTodo aliases
|
|
1520
1516
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1517
|
+
// ListRestart aliases
|
|
1518
|
+
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1521
1519
|
// ListTree aliases
|
|
1522
1520
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1521
|
+
// ListStart aliases
|
|
1522
|
+
export { default as ListStartIcon } from '../icons/list-start';
|
|
1523
1523
|
// ListVideo aliases
|
|
1524
1524
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1525
1525
|
// ListX aliases
|
|
1526
1526
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1527
|
-
// LoaderPinwheel aliases
|
|
1528
|
-
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1529
1527
|
// List aliases
|
|
1530
1528
|
export { default as ListIcon } from '../icons/list';
|
|
1529
|
+
// LoaderPinwheel aliases
|
|
1530
|
+
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1531
1531
|
// Loader aliases
|
|
1532
1532
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1533
1533
|
// LocateFixed aliases
|
|
1534
1534
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1535
|
-
// LocateOff aliases
|
|
1536
|
-
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1537
1535
|
// Locate aliases
|
|
1538
1536
|
export { default as LocateIcon } from '../icons/locate';
|
|
1537
|
+
// LocateOff aliases
|
|
1538
|
+
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1539
1539
|
// LocationEdit aliases
|
|
1540
1540
|
export { default as LocationEditIcon } from '../icons/location-edit';
|
|
1541
1541
|
// LockKeyhole aliases
|
|
1542
1542
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1543
1543
|
// Lock aliases
|
|
1544
1544
|
export { default as LockIcon } from '../icons/lock';
|
|
1545
|
-
// LogIn aliases
|
|
1546
|
-
export { default as LogInIcon } from '../icons/log-in';
|
|
1547
1545
|
// LogOut aliases
|
|
1548
1546
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1547
|
+
// LogIn aliases
|
|
1548
|
+
export { default as LogInIcon } from '../icons/log-in';
|
|
1549
1549
|
// Logs aliases
|
|
1550
1550
|
export { default as LogsIcon } from '../icons/logs';
|
|
1551
1551
|
// Lollipop aliases
|
|
@@ -1554,28 +1554,28 @@ export { default as LollipopIcon } from '../icons/lollipop';
|
|
|
1554
1554
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1555
1555
|
// Magnet aliases
|
|
1556
1556
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1557
|
-
// MailCheck aliases
|
|
1558
|
-
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1559
1557
|
// MailMinus aliases
|
|
1560
1558
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1561
|
-
//
|
|
1562
|
-
export { default as
|
|
1559
|
+
// MailCheck aliases
|
|
1560
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1563
1561
|
// MailOpen aliases
|
|
1564
1562
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1565
|
-
//
|
|
1566
|
-
export { default as
|
|
1563
|
+
// MailPlus aliases
|
|
1564
|
+
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1567
1565
|
// MailSearch aliases
|
|
1568
1566
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1567
|
+
// MailQuestion aliases
|
|
1568
|
+
export { default as MailQuestionIcon } from '../icons/mail-question';
|
|
1569
1569
|
// MailWarning aliases
|
|
1570
1570
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1571
|
-
// MailX aliases
|
|
1572
|
-
export { default as MailXIcon } from '../icons/mail-x';
|
|
1573
1571
|
// Mail aliases
|
|
1574
1572
|
export { default as MailIcon } from '../icons/mail';
|
|
1575
|
-
// Mails aliases
|
|
1576
|
-
export { default as MailsIcon } from '../icons/mails';
|
|
1577
1573
|
// Mailbox aliases
|
|
1578
1574
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1575
|
+
// MailX aliases
|
|
1576
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1577
|
+
// Mails aliases
|
|
1578
|
+
export { default as MailsIcon } from '../icons/mails';
|
|
1579
1579
|
// MapPinCheckInside aliases
|
|
1580
1580
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1581
1581
|
// MapPinCheck aliases
|
|
@@ -1586,54 +1586,54 @@ export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
|
1586
1586
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1587
1587
|
// MapPinMinus aliases
|
|
1588
1588
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1589
|
-
// MapPinOff aliases
|
|
1590
|
-
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1591
1589
|
// MapPinPlusInside aliases
|
|
1592
1590
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1591
|
+
// MapPinOff aliases
|
|
1592
|
+
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1593
1593
|
// MapPinPlus aliases
|
|
1594
1594
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1595
|
+
// MapPin aliases
|
|
1596
|
+
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1595
1597
|
// MapPinXInside aliases
|
|
1596
1598
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1597
1599
|
// MapPinX aliases
|
|
1598
1600
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1599
|
-
// MapPin aliases
|
|
1600
|
-
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1601
1601
|
// MapPinned aliases
|
|
1602
1602
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1603
1603
|
// MapPlus aliases
|
|
1604
1604
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1605
|
-
// Map aliases
|
|
1606
|
-
export { default as MapIcon } from '../icons/map';
|
|
1607
1605
|
// MarsStroke aliases
|
|
1608
1606
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1607
|
+
// Map aliases
|
|
1608
|
+
export { default as MapIcon } from '../icons/map';
|
|
1609
1609
|
// Mars aliases
|
|
1610
1610
|
export { default as MarsIcon } from '../icons/mars';
|
|
1611
1611
|
// Martini aliases
|
|
1612
1612
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1613
|
-
// Maximize2 aliases
|
|
1614
|
-
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1615
1613
|
// Maximize aliases
|
|
1616
1614
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1615
|
+
// Maximize2 aliases
|
|
1616
|
+
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1617
1617
|
// Medal aliases
|
|
1618
1618
|
export { default as MedalIcon } from '../icons/medal';
|
|
1619
1619
|
// MegaphoneOff aliases
|
|
1620
1620
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1621
1621
|
// Megaphone aliases
|
|
1622
1622
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1623
|
-
// MemoryStick aliases
|
|
1624
|
-
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1625
1623
|
// Meh aliases
|
|
1626
1624
|
export { default as MehIcon } from '../icons/meh';
|
|
1625
|
+
// MemoryStick aliases
|
|
1626
|
+
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1627
1627
|
// Menu aliases
|
|
1628
1628
|
export { default as MenuIcon } from '../icons/menu';
|
|
1629
1629
|
// Merge aliases
|
|
1630
1630
|
export { default as MergeIcon } from '../icons/merge';
|
|
1631
|
+
// MessageCircleCode aliases
|
|
1632
|
+
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1631
1633
|
// MessageCircleDashed aliases
|
|
1632
1634
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1633
1635
|
// MessageCircleHeart aliases
|
|
1634
1636
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1635
|
-
// MessageCircleCode aliases
|
|
1636
|
-
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1637
1637
|
// MessageCircleMore aliases
|
|
1638
1638
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1639
1639
|
// MessageCircleOff aliases
|
|
@@ -1666,50 +1666,50 @@ export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
|
1666
1666
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1667
1667
|
// MessageSquareOff aliases
|
|
1668
1668
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1669
|
-
// MessageSquarePlus aliases
|
|
1670
|
-
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1671
1669
|
// MessageSquareQuote aliases
|
|
1672
1670
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1671
|
+
// MessageSquarePlus aliases
|
|
1672
|
+
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1673
1673
|
// MessageSquareReply aliases
|
|
1674
1674
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1675
|
-
// MessageSquareText aliases
|
|
1676
|
-
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1677
1675
|
// MessageSquareShare aliases
|
|
1678
1676
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1677
|
+
// MessageSquareText aliases
|
|
1678
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1679
1679
|
// MessageSquareWarning aliases
|
|
1680
1680
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1681
|
-
// MessageSquare aliases
|
|
1682
|
-
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1683
|
-
// MessagesSquare aliases
|
|
1684
|
-
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1685
1681
|
// MessageSquareX aliases
|
|
1686
1682
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1687
1683
|
// MicOff aliases
|
|
1688
1684
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1685
|
+
// MessageSquare aliases
|
|
1686
|
+
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1687
|
+
// MessagesSquare aliases
|
|
1688
|
+
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1689
1689
|
// Mic aliases
|
|
1690
1690
|
export { default as MicIcon } from '../icons/mic';
|
|
1691
|
-
// Microchip aliases
|
|
1692
|
-
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1693
1691
|
// Microscope aliases
|
|
1694
1692
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1695
|
-
//
|
|
1696
|
-
export { default as
|
|
1693
|
+
// Microchip aliases
|
|
1694
|
+
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1697
1695
|
// Milestone aliases
|
|
1698
1696
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1697
|
+
// Microwave aliases
|
|
1698
|
+
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1699
1699
|
// MilkOff aliases
|
|
1700
1700
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1701
1701
|
// Milk aliases
|
|
1702
1702
|
export { default as MilkIcon } from '../icons/milk';
|
|
1703
|
-
// Minus aliases
|
|
1704
|
-
export { default as MinusIcon } from '../icons/minus';
|
|
1705
|
-
// Minimize2 aliases
|
|
1706
|
-
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1707
1703
|
// Minimize aliases
|
|
1708
1704
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1709
|
-
//
|
|
1710
|
-
export { default as
|
|
1705
|
+
// Minimize2 aliases
|
|
1706
|
+
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1711
1707
|
// MonitorCheck aliases
|
|
1712
1708
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1709
|
+
// MonitorCog aliases
|
|
1710
|
+
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1711
|
+
// Minus aliases
|
|
1712
|
+
export { default as MinusIcon } from '../icons/minus';
|
|
1713
1713
|
// MonitorDot aliases
|
|
1714
1714
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1715
1715
|
// MonitorDown aliases
|
|
@@ -1718,42 +1718,42 @@ export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
|
1718
1718
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1719
1719
|
// MonitorOff aliases
|
|
1720
1720
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1721
|
-
// MonitorPlay aliases
|
|
1722
|
-
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1723
1721
|
// MonitorSmartphone aliases
|
|
1724
1722
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1723
|
+
// MonitorPlay aliases
|
|
1724
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1725
1725
|
// MonitorSpeaker aliases
|
|
1726
1726
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1727
|
-
// MonitorUp aliases
|
|
1728
|
-
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1729
1727
|
// MonitorStop aliases
|
|
1730
1728
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1731
1729
|
// MonitorX aliases
|
|
1732
1730
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1731
|
+
// MonitorUp aliases
|
|
1732
|
+
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1733
1733
|
// Monitor aliases
|
|
1734
1734
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1735
|
-
// Moon aliases
|
|
1736
|
-
export { default as MoonIcon } from '../icons/moon';
|
|
1737
1735
|
// MoonStar aliases
|
|
1738
1736
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1739
|
-
//
|
|
1740
|
-
export { default as
|
|
1737
|
+
// Moon aliases
|
|
1738
|
+
export { default as MoonIcon } from '../icons/moon';
|
|
1741
1739
|
// Mountain aliases
|
|
1742
1740
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1743
|
-
// MousePointer2 aliases
|
|
1744
|
-
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1745
1741
|
// MouseOff aliases
|
|
1746
1742
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1743
|
+
// MountainSnow aliases
|
|
1744
|
+
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1745
|
+
// MousePointer2 aliases
|
|
1746
|
+
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1747
1747
|
// MousePointerBan aliases
|
|
1748
1748
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1749
|
-
// MousePointerClick aliases
|
|
1750
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1751
1749
|
// MousePointer aliases
|
|
1752
1750
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1753
|
-
//
|
|
1754
|
-
export { default as
|
|
1751
|
+
// MousePointerClick aliases
|
|
1752
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1755
1753
|
// Mouse aliases
|
|
1756
1754
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1755
|
+
// MoveDiagonal2 aliases
|
|
1756
|
+
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1757
1757
|
// MoveDiagonal aliases
|
|
1758
1758
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1759
1759
|
// MoveDownLeft aliases
|
|
@@ -1780,42 +1780,42 @@ export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
|
1780
1780
|
export { default as MoveIcon } from '../icons/move';
|
|
1781
1781
|
// Music2 aliases
|
|
1782
1782
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1783
|
-
// Music4 aliases
|
|
1784
|
-
export { default as Music4Icon } from '../icons/music-4';
|
|
1785
1783
|
// Music3 aliases
|
|
1786
1784
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1785
|
+
// Music4 aliases
|
|
1786
|
+
export { default as Music4Icon } from '../icons/music-4';
|
|
1787
1787
|
// Music aliases
|
|
1788
1788
|
export { default as MusicIcon } from '../icons/music';
|
|
1789
|
+
// Navigation2 aliases
|
|
1790
|
+
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1789
1791
|
// Navigation2Off aliases
|
|
1790
1792
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1791
1793
|
// NavigationOff aliases
|
|
1792
1794
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1793
1795
|
// Navigation aliases
|
|
1794
1796
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1795
|
-
// Navigation2 aliases
|
|
1796
|
-
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1797
1797
|
// Network aliases
|
|
1798
1798
|
export { default as NetworkIcon } from '../icons/network';
|
|
1799
1799
|
// Newspaper aliases
|
|
1800
1800
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1801
|
-
// Nfc aliases
|
|
1802
|
-
export { default as NfcIcon } from '../icons/nfc';
|
|
1803
1801
|
// NonBinary aliases
|
|
1804
1802
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1805
1803
|
// NotebookPen aliases
|
|
1806
1804
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1805
|
+
// Nfc aliases
|
|
1806
|
+
export { default as NfcIcon } from '../icons/nfc';
|
|
1807
1807
|
// NotebookTabs aliases
|
|
1808
1808
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1809
|
-
// NotebookText aliases
|
|
1810
|
-
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1811
1809
|
// Notebook aliases
|
|
1812
1810
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1811
|
+
// NotebookText aliases
|
|
1812
|
+
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1813
1813
|
// NotepadTextDashed aliases
|
|
1814
1814
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1815
|
-
// NotepadText aliases
|
|
1816
|
-
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1817
1815
|
// NutOff aliases
|
|
1818
1816
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1817
|
+
// NotepadText aliases
|
|
1818
|
+
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1819
1819
|
// Nut aliases
|
|
1820
1820
|
export { default as NutIcon } from '../icons/nut';
|
|
1821
1821
|
// OctagonMinus aliases
|
|
@@ -1826,40 +1826,40 @@ export { default as OctagonIcon } from '../icons/octagon';
|
|
|
1826
1826
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1827
1827
|
// Option aliases
|
|
1828
1828
|
export { default as OptionIcon } from '../icons/option';
|
|
1829
|
-
// Orbit aliases
|
|
1830
|
-
export { default as OrbitIcon } from '../icons/orbit';
|
|
1831
1829
|
// Origami aliases
|
|
1832
1830
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1831
|
+
// Orbit aliases
|
|
1832
|
+
export { default as OrbitIcon } from '../icons/orbit';
|
|
1833
1833
|
// Package2 aliases
|
|
1834
1834
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1835
1835
|
// PackageCheck aliases
|
|
1836
1836
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1837
|
-
// PackageMinus aliases
|
|
1838
|
-
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1839
1837
|
// PackageOpen aliases
|
|
1840
1838
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1839
|
+
// PackageMinus aliases
|
|
1840
|
+
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1841
1841
|
// PackagePlus aliases
|
|
1842
1842
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1843
|
-
// PackageX aliases
|
|
1844
|
-
export { default as PackageXIcon } from '../icons/package-x';
|
|
1845
1843
|
// Package aliases
|
|
1846
1844
|
export { default as PackageIcon } from '../icons/package';
|
|
1847
|
-
// PaintBucket aliases
|
|
1848
|
-
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1849
1845
|
// PackageSearch aliases
|
|
1850
1846
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1847
|
+
// PaintBucket aliases
|
|
1848
|
+
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1849
|
+
// PackageX aliases
|
|
1850
|
+
export { default as PackageXIcon } from '../icons/package-x';
|
|
1851
1851
|
// PaintRoller aliases
|
|
1852
1852
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1853
|
+
// Paintbrush aliases
|
|
1854
|
+
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1853
1855
|
// Palette aliases
|
|
1854
1856
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1855
1857
|
// PanelBottomClose aliases
|
|
1856
1858
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1857
|
-
// Paintbrush aliases
|
|
1858
|
-
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1859
|
-
// PanelBottom aliases
|
|
1860
|
-
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1861
1859
|
// PanelBottomOpen aliases
|
|
1862
1860
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1861
|
+
// PanelBottom aliases
|
|
1862
|
+
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1863
1863
|
// PanelRightClose aliases
|
|
1864
1864
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1865
1865
|
// PanelRightOpen aliases
|
|
@@ -1868,38 +1868,38 @@ export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
|
1868
1868
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1869
1869
|
// PanelTopClose aliases
|
|
1870
1870
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1871
|
-
// PanelTop aliases
|
|
1872
|
-
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1873
1871
|
// PanelTopOpen aliases
|
|
1874
1872
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1873
|
+
// PanelTop aliases
|
|
1874
|
+
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1875
1875
|
// PanelsLeftBottom aliases
|
|
1876
1876
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1877
|
+
// Paperclip aliases
|
|
1878
|
+
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1877
1879
|
// PanelsRightBottom aliases
|
|
1878
1880
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1881
|
+
// ParkingMeter aliases
|
|
1882
|
+
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1879
1883
|
// Parentheses aliases
|
|
1880
1884
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1881
|
-
// Paperclip aliases
|
|
1882
|
-
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1883
1885
|
// PartyPopper aliases
|
|
1884
1886
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1885
|
-
//
|
|
1886
|
-
export { default as
|
|
1887
|
-
// Pause aliases
|
|
1888
|
-
export { default as PauseIcon } from '../icons/pause';
|
|
1887
|
+
// PawPrint aliases
|
|
1888
|
+
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1889
1889
|
// PcCase aliases
|
|
1890
1890
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1891
|
+
// Pause aliases
|
|
1892
|
+
export { default as PauseIcon } from '../icons/pause';
|
|
1891
1893
|
// PenOff aliases
|
|
1892
1894
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1893
|
-
// PawPrint aliases
|
|
1894
|
-
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1895
1895
|
// PencilLine aliases
|
|
1896
1896
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1897
|
-
// PencilOff aliases
|
|
1898
|
-
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1899
1897
|
// PenTool aliases
|
|
1900
1898
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1901
1899
|
// PencilRuler aliases
|
|
1902
1900
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1901
|
+
// PencilOff aliases
|
|
1902
|
+
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1903
1903
|
// Pencil aliases
|
|
1904
1904
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1905
1905
|
// Pentagon aliases
|
|
@@ -1910,78 +1910,78 @@ export { default as PercentIcon } from '../icons/percent';
|
|
|
1910
1910
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1911
1911
|
// PhilippinePeso aliases
|
|
1912
1912
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1913
|
-
// PhoneForwarded aliases
|
|
1914
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1915
|
-
// PhoneIncoming aliases
|
|
1916
|
-
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1917
1913
|
// PhoneCall aliases
|
|
1918
1914
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1915
|
+
// PhoneIncoming aliases
|
|
1916
|
+
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1917
|
+
// PhoneForwarded aliases
|
|
1918
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1919
1919
|
// PhoneMissed aliases
|
|
1920
1920
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1921
|
+
// PhoneOutgoing aliases
|
|
1922
|
+
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1921
1923
|
// PhoneOff aliases
|
|
1922
1924
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1923
1925
|
// Phone aliases
|
|
1924
1926
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1925
|
-
// PhoneOutgoing aliases
|
|
1926
|
-
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1927
|
-
// Piano aliases
|
|
1928
|
-
export { default as PianoIcon } from '../icons/piano';
|
|
1929
1927
|
// Pi aliases
|
|
1930
1928
|
export { default as PiIcon } from '../icons/pi';
|
|
1931
|
-
// Pickaxe aliases
|
|
1932
|
-
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1933
1929
|
// PictureInPicture2 aliases
|
|
1934
1930
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1931
|
+
// Piano aliases
|
|
1932
|
+
export { default as PianoIcon } from '../icons/piano';
|
|
1933
|
+
// Pickaxe aliases
|
|
1934
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1935
1935
|
// PictureInPicture aliases
|
|
1936
1936
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1937
1937
|
// PiggyBank aliases
|
|
1938
1938
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1939
1939
|
// PilcrowLeft aliases
|
|
1940
1940
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1941
|
+
// Pilcrow aliases
|
|
1942
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1941
1943
|
// PilcrowRight aliases
|
|
1942
1944
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1943
1945
|
// PillBottle aliases
|
|
1944
1946
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1945
|
-
// Pilcrow aliases
|
|
1946
|
-
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1947
1947
|
// Pill aliases
|
|
1948
1948
|
export { default as PillIcon } from '../icons/pill';
|
|
1949
|
-
// PinOff aliases
|
|
1950
|
-
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1951
1949
|
// Pin aliases
|
|
1952
1950
|
export { default as PinIcon } from '../icons/pin';
|
|
1953
|
-
// Pipette aliases
|
|
1954
|
-
export { default as PipetteIcon } from '../icons/pipette';
|
|
1955
1951
|
// Pizza aliases
|
|
1956
1952
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1957
|
-
//
|
|
1958
|
-
export { default as
|
|
1953
|
+
// PinOff aliases
|
|
1954
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1955
|
+
// Pipette aliases
|
|
1956
|
+
export { default as PipetteIcon } from '../icons/pipette';
|
|
1959
1957
|
// PlaneLanding aliases
|
|
1960
1958
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1961
1959
|
// PlaneTakeoff aliases
|
|
1962
1960
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1963
|
-
//
|
|
1964
|
-
export { default as
|
|
1961
|
+
// Plane aliases
|
|
1962
|
+
export { default as PlaneIcon } from '../icons/plane';
|
|
1965
1963
|
// Plug2 aliases
|
|
1966
1964
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1967
|
-
//
|
|
1968
|
-
export { default as
|
|
1969
|
-
// Pocket aliases
|
|
1970
|
-
export { default as PocketIcon } from '../icons/pocket';
|
|
1965
|
+
// Play aliases
|
|
1966
|
+
export { default as PlayIcon } from '../icons/play';
|
|
1971
1967
|
// Plug aliases
|
|
1972
1968
|
export { default as PlugIcon } from '../icons/plug';
|
|
1973
1969
|
// PocketKnife aliases
|
|
1974
1970
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1975
|
-
//
|
|
1976
|
-
export { default as
|
|
1977
|
-
//
|
|
1978
|
-
export { default as
|
|
1971
|
+
// Plus aliases
|
|
1972
|
+
export { default as PlusIcon } from '../icons/plus';
|
|
1973
|
+
// Pocket aliases
|
|
1974
|
+
export { default as PocketIcon } from '../icons/pocket';
|
|
1979
1975
|
// Podcast aliases
|
|
1980
1976
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
1981
|
-
//
|
|
1982
|
-
export { default as
|
|
1977
|
+
// Pointer aliases
|
|
1978
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
1979
|
+
// PointerOff aliases
|
|
1980
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1983
1981
|
// Popcorn aliases
|
|
1984
1982
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
1983
|
+
// Popsicle aliases
|
|
1984
|
+
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
1985
1985
|
// PoundSterling aliases
|
|
1986
1986
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
1987
1987
|
// PowerOff aliases
|
|
@@ -1990,60 +1990,60 @@ export { default as PowerOffIcon } from '../icons/power-off';
|
|
|
1990
1990
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
1991
1991
|
// Power aliases
|
|
1992
1992
|
export { default as PowerIcon } from '../icons/power';
|
|
1993
|
-
// PrinterCheck aliases
|
|
1994
|
-
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
1995
1993
|
// Printer aliases
|
|
1996
1994
|
export { default as PrinterIcon } from '../icons/printer';
|
|
1995
|
+
// PrinterCheck aliases
|
|
1996
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
1997
1997
|
// Projector aliases
|
|
1998
1998
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
1999
|
-
// Proportions aliases
|
|
2000
|
-
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2001
1999
|
// Puzzle aliases
|
|
2002
2000
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2001
|
+
// Proportions aliases
|
|
2002
|
+
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2003
2003
|
// Pyramid aliases
|
|
2004
2004
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2005
2005
|
// QrCode aliases
|
|
2006
2006
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2007
|
-
// Quote aliases
|
|
2008
|
-
export { default as QuoteIcon } from '../icons/quote';
|
|
2009
|
-
// Rabbit aliases
|
|
2010
|
-
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2011
2007
|
// Radar aliases
|
|
2012
2008
|
export { default as RadarIcon } from '../icons/radar';
|
|
2009
|
+
// Rabbit aliases
|
|
2010
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2011
|
+
// Quote aliases
|
|
2012
|
+
export { default as QuoteIcon } from '../icons/quote';
|
|
2013
2013
|
// Radiation aliases
|
|
2014
2014
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2015
2015
|
// Radical aliases
|
|
2016
2016
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2017
|
-
// RadioReceiver aliases
|
|
2018
|
-
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2019
|
-
// RadioTower aliases
|
|
2020
|
-
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2021
2017
|
// Radio aliases
|
|
2022
2018
|
export { default as RadioIcon } from '../icons/radio';
|
|
2019
|
+
// RadioReceiver aliases
|
|
2020
|
+
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2023
2021
|
// Radius aliases
|
|
2024
2022
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2025
|
-
//
|
|
2026
|
-
export { default as
|
|
2023
|
+
// RadioTower aliases
|
|
2024
|
+
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2027
2025
|
// RailSymbol aliases
|
|
2028
2026
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2027
|
+
// Rainbow aliases
|
|
2028
|
+
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2029
2029
|
// Rat aliases
|
|
2030
2030
|
export { default as RatIcon } from '../icons/rat';
|
|
2031
2031
|
// Ratio aliases
|
|
2032
2032
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2033
2033
|
// ReceiptCent aliases
|
|
2034
2034
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2035
|
-
// ReceiptIndianRupee aliases
|
|
2036
|
-
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2037
2035
|
// ReceiptEuro aliases
|
|
2038
2036
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2037
|
+
// ReceiptIndianRupee aliases
|
|
2038
|
+
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2039
2039
|
// ReceiptJapaneseYen aliases
|
|
2040
2040
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2041
2041
|
// ReceiptSwissFranc aliases
|
|
2042
2042
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2043
|
-
// ReceiptRussianRuble aliases
|
|
2044
|
-
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2045
2043
|
// ReceiptPoundSterling aliases
|
|
2046
2044
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2045
|
+
// ReceiptRussianRuble aliases
|
|
2046
|
+
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2047
2047
|
// ReceiptText aliases
|
|
2048
2048
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2049
2049
|
// Receipt aliases
|
|
@@ -2058,62 +2058,62 @@ export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
|
2058
2058
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2059
2059
|
// Redo2 aliases
|
|
2060
2060
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2061
|
+
// Redo aliases
|
|
2062
|
+
export { default as RedoIcon } from '../icons/redo';
|
|
2061
2063
|
// RedoDot aliases
|
|
2062
2064
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2063
|
-
// RefreshCcwDot aliases
|
|
2064
|
-
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2065
2065
|
// RefreshCcw aliases
|
|
2066
2066
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2067
|
+
// RefreshCcwDot aliases
|
|
2068
|
+
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2067
2069
|
// RefreshCw aliases
|
|
2068
2070
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2069
|
-
// Redo aliases
|
|
2070
|
-
export { default as RedoIcon } from '../icons/redo';
|
|
2071
2071
|
// RefreshCwOff aliases
|
|
2072
2072
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2073
|
+
// Regex aliases
|
|
2074
|
+
export { default as RegexIcon } from '../icons/regex';
|
|
2073
2075
|
// Refrigerator aliases
|
|
2074
2076
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2075
2077
|
// RemoveFormatting aliases
|
|
2076
2078
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2077
|
-
// Regex aliases
|
|
2078
|
-
export { default as RegexIcon } from '../icons/regex';
|
|
2079
2079
|
// Repeat1 aliases
|
|
2080
2080
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2081
|
+
// Repeat2 aliases
|
|
2082
|
+
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2081
2083
|
// Repeat aliases
|
|
2082
2084
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2083
2085
|
// ReplaceAll aliases
|
|
2084
2086
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2085
|
-
// Repeat2 aliases
|
|
2086
|
-
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2087
2087
|
// Replace aliases
|
|
2088
2088
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2089
2089
|
// ReplyAll aliases
|
|
2090
2090
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2091
2091
|
// Reply aliases
|
|
2092
2092
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2093
|
-
// Ribbon aliases
|
|
2094
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2095
2093
|
// Rewind aliases
|
|
2096
2094
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2097
|
-
//
|
|
2098
|
-
export { default as
|
|
2095
|
+
// Ribbon aliases
|
|
2096
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2099
2097
|
// RockingChair aliases
|
|
2100
2098
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2099
|
+
// Rocket aliases
|
|
2100
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2101
2101
|
// RollerCoaster aliases
|
|
2102
2102
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2103
|
-
// RotateCcwKey aliases
|
|
2104
|
-
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2105
2103
|
// RotateCcwSquare aliases
|
|
2106
2104
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2105
|
+
// RotateCcwKey aliases
|
|
2106
|
+
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2107
2107
|
// RotateCcw aliases
|
|
2108
2108
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2109
2109
|
// RotateCwSquare aliases
|
|
2110
2110
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2111
|
+
// RouteOff aliases
|
|
2112
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2111
2113
|
// RotateCw aliases
|
|
2112
2114
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2113
2115
|
// Route aliases
|
|
2114
2116
|
export { default as RouteIcon } from '../icons/route';
|
|
2115
|
-
// RouteOff aliases
|
|
2116
|
-
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2117
2117
|
// Router aliases
|
|
2118
2118
|
export { default as RouterIcon } from '../icons/router';
|
|
2119
2119
|
// Rows4 aliases
|
|
@@ -2128,124 +2128,124 @@ export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line
|
|
|
2128
2128
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2129
2129
|
// Sailboat aliases
|
|
2130
2130
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2131
|
-
// Sandwich aliases
|
|
2132
|
-
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2133
2131
|
// Salad aliases
|
|
2134
2132
|
export { default as SaladIcon } from '../icons/salad';
|
|
2133
|
+
// Sandwich aliases
|
|
2134
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2135
2135
|
// SatelliteDish aliases
|
|
2136
2136
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2137
|
-
// Satellite aliases
|
|
2138
|
-
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2139
2137
|
// SaudiRiyal aliases
|
|
2140
2138
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2139
|
+
// Satellite aliases
|
|
2140
|
+
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2141
2141
|
// SaveAll aliases
|
|
2142
2142
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2143
2143
|
// SaveOff aliases
|
|
2144
2144
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2145
2145
|
// Save aliases
|
|
2146
2146
|
export { default as SaveIcon } from '../icons/save';
|
|
2147
|
-
// Scaling aliases
|
|
2148
|
-
export { default as ScalingIcon } from '../icons/scaling';
|
|
2149
|
-
// ScanBarcode aliases
|
|
2150
|
-
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2151
2147
|
// Scale aliases
|
|
2152
2148
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2149
|
+
// Scaling aliases
|
|
2150
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2151
|
+
// ScanEye aliases
|
|
2152
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2153
2153
|
// ScanFace aliases
|
|
2154
2154
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2155
|
+
// ScanBarcode aliases
|
|
2156
|
+
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2155
2157
|
// ScanHeart aliases
|
|
2156
2158
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2157
|
-
// ScanEye aliases
|
|
2158
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2159
2159
|
// ScanLine aliases
|
|
2160
2160
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2161
2161
|
// ScanQrCode aliases
|
|
2162
2162
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2163
2163
|
// ScanSearch aliases
|
|
2164
2164
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2165
|
+
// Scan aliases
|
|
2166
|
+
export { default as ScanIcon } from '../icons/scan';
|
|
2165
2167
|
// ScanText aliases
|
|
2166
2168
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2167
|
-
// School aliases
|
|
2168
|
-
export { default as SchoolIcon } from '../icons/school';
|
|
2169
2169
|
// ScissorsLineDashed aliases
|
|
2170
2170
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2171
|
+
// School aliases
|
|
2172
|
+
export { default as SchoolIcon } from '../icons/school';
|
|
2171
2173
|
// Scissors aliases
|
|
2172
2174
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2173
|
-
// Scan aliases
|
|
2174
|
-
export { default as ScanIcon } from '../icons/scan';
|
|
2175
2175
|
// ScreenShareOff aliases
|
|
2176
2176
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2177
2177
|
// ScreenShare aliases
|
|
2178
2178
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2179
2179
|
// ScrollText aliases
|
|
2180
2180
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2181
|
-
// SearchCheck aliases
|
|
2182
|
-
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2183
2181
|
// Scroll aliases
|
|
2184
2182
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2185
2183
|
// SearchCode aliases
|
|
2186
2184
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2185
|
+
// SearchCheck aliases
|
|
2186
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2187
2187
|
// SearchSlash aliases
|
|
2188
2188
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2189
|
-
// SearchX aliases
|
|
2190
|
-
export { default as SearchXIcon } from '../icons/search-x';
|
|
2191
2189
|
// Search aliases
|
|
2192
2190
|
export { default as SearchIcon } from '../icons/search';
|
|
2191
|
+
// SearchX aliases
|
|
2192
|
+
export { default as SearchXIcon } from '../icons/search-x';
|
|
2193
2193
|
// Section aliases
|
|
2194
2194
|
export { default as SectionIcon } from '../icons/section';
|
|
2195
2195
|
// SendToBack aliases
|
|
2196
2196
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2197
|
-
// SeparatorHorizontal aliases
|
|
2198
|
-
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2199
2197
|
// Send aliases
|
|
2200
2198
|
export { default as SendIcon } from '../icons/send';
|
|
2201
2199
|
// SeparatorVertical aliases
|
|
2202
2200
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2201
|
+
// SeparatorHorizontal aliases
|
|
2202
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2203
2203
|
// ServerCog aliases
|
|
2204
2204
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2205
|
-
// ServerCrash aliases
|
|
2206
|
-
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2207
2205
|
// ServerOff aliases
|
|
2208
2206
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2207
|
+
// ServerCrash aliases
|
|
2208
|
+
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2209
2209
|
// Server aliases
|
|
2210
2210
|
export { default as ServerIcon } from '../icons/server';
|
|
2211
2211
|
// Settings2 aliases
|
|
2212
2212
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2213
|
-
// Settings aliases
|
|
2214
|
-
export { default as SettingsIcon } from '../icons/settings';
|
|
2215
2213
|
// Shapes aliases
|
|
2216
2214
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2217
|
-
//
|
|
2218
|
-
export { default as
|
|
2215
|
+
// Settings aliases
|
|
2216
|
+
export { default as SettingsIcon } from '../icons/settings';
|
|
2219
2217
|
// Share aliases
|
|
2220
2218
|
export { default as ShareIcon } from '../icons/share';
|
|
2219
|
+
// Share2 aliases
|
|
2220
|
+
export { default as Share2Icon } from '../icons/share-2';
|
|
2221
2221
|
// Sheet aliases
|
|
2222
2222
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2223
|
+
// Shell aliases
|
|
2224
|
+
export { default as ShellIcon } from '../icons/shell';
|
|
2223
2225
|
// ShieldAlert aliases
|
|
2224
2226
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2225
2227
|
// ShieldBan aliases
|
|
2226
2228
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2227
|
-
// Shell aliases
|
|
2228
|
-
export { default as ShellIcon } from '../icons/shell';
|
|
2229
2229
|
// ShieldCheck aliases
|
|
2230
2230
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2231
2231
|
// ShieldEllipsis aliases
|
|
2232
2232
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2233
|
-
// ShieldHalf aliases
|
|
2234
|
-
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2235
2233
|
// ShieldMinus aliases
|
|
2236
2234
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2237
|
-
// ShieldOff aliases
|
|
2238
|
-
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2239
|
-
// ShieldQuestion aliases
|
|
2240
|
-
export { default as ShieldQuestionIcon } from '../icons/shield-question';
|
|
2241
2235
|
// ShieldPlus aliases
|
|
2242
2236
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2237
|
+
// ShieldHalf aliases
|
|
2238
|
+
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2239
|
+
// ShieldOff aliases
|
|
2240
|
+
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2243
2241
|
// ShieldUser aliases
|
|
2244
2242
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2245
|
-
//
|
|
2246
|
-
export { default as
|
|
2243
|
+
// ShieldQuestion aliases
|
|
2244
|
+
export { default as ShieldQuestionIcon } from '../icons/shield-question';
|
|
2247
2245
|
// ShipWheel aliases
|
|
2248
2246
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2247
|
+
// Shield aliases
|
|
2248
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2249
2249
|
// Ship aliases
|
|
2250
2250
|
export { default as ShipIcon } from '../icons/ship';
|
|
2251
2251
|
// Shirt aliases
|
|
@@ -2256,56 +2256,56 @@ export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
|
2256
2256
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2257
2257
|
// ShoppingCart aliases
|
|
2258
2258
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2259
|
-
// Shovel aliases
|
|
2260
|
-
export { default as ShovelIcon } from '../icons/shovel';
|
|
2261
2259
|
// ShowerHead aliases
|
|
2262
2260
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2261
|
+
// Shovel aliases
|
|
2262
|
+
export { default as ShovelIcon } from '../icons/shovel';
|
|
2263
|
+
// Shredder aliases
|
|
2264
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2263
2265
|
// Shrimp aliases
|
|
2264
2266
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2265
2267
|
// Shrink aliases
|
|
2266
2268
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2267
|
-
// Shredder aliases
|
|
2268
|
-
export { default as ShredderIcon } from '../icons/shredder';
|
|
2269
|
-
// Shuffle aliases
|
|
2270
|
-
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2271
2269
|
// Shrub aliases
|
|
2272
2270
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2271
|
+
// Shuffle aliases
|
|
2272
|
+
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2273
2273
|
// Sigma aliases
|
|
2274
2274
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2275
2275
|
// SignalHigh aliases
|
|
2276
2276
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2277
2277
|
// SignalLow aliases
|
|
2278
2278
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2279
|
-
// SignalMedium aliases
|
|
2280
|
-
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2281
2279
|
// SignalZero aliases
|
|
2282
2280
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2281
|
+
// SignalMedium aliases
|
|
2282
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2283
2283
|
// Signal aliases
|
|
2284
2284
|
export { default as SignalIcon } from '../icons/signal';
|
|
2285
2285
|
// Signature aliases
|
|
2286
2286
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2287
2287
|
// SignpostBig aliases
|
|
2288
2288
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2289
|
-
// Siren aliases
|
|
2290
|
-
export { default as SirenIcon } from '../icons/siren';
|
|
2291
2289
|
// Signpost aliases
|
|
2292
2290
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2293
2291
|
// SkipBack aliases
|
|
2294
2292
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2295
|
-
//
|
|
2296
|
-
export { default as
|
|
2293
|
+
// Siren aliases
|
|
2294
|
+
export { default as SirenIcon } from '../icons/siren';
|
|
2297
2295
|
// SkipForward aliases
|
|
2298
2296
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2297
|
+
// Skull aliases
|
|
2298
|
+
export { default as SkullIcon } from '../icons/skull';
|
|
2299
2299
|
// Slack aliases
|
|
2300
2300
|
export { default as SlackIcon } from '../icons/slack';
|
|
2301
2301
|
// Slash aliases
|
|
2302
2302
|
export { default as SlashIcon } from '../icons/slash';
|
|
2303
|
+
// SlidersHorizontal aliases
|
|
2304
|
+
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2303
2305
|
// Slice aliases
|
|
2304
2306
|
export { default as SliceIcon } from '../icons/slice';
|
|
2305
2307
|
// SmartphoneCharging aliases
|
|
2306
2308
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2307
|
-
// SlidersHorizontal aliases
|
|
2308
|
-
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2309
2309
|
// SmartphoneNfc aliases
|
|
2310
2310
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2311
2311
|
// Smartphone aliases
|
|
@@ -2314,44 +2314,46 @@ export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
|
2314
2314
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2315
2315
|
// Smile aliases
|
|
2316
2316
|
export { default as SmileIcon } from '../icons/smile';
|
|
2317
|
-
// Snowflake aliases
|
|
2318
|
-
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2319
|
-
// Sofa aliases
|
|
2320
|
-
export { default as SofaIcon } from '../icons/sofa';
|
|
2321
2317
|
// Snail aliases
|
|
2322
2318
|
export { default as SnailIcon } from '../icons/snail';
|
|
2319
|
+
// SoapDispenserDroplet aliases
|
|
2320
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2321
|
+
// Sofa aliases
|
|
2322
|
+
export { default as SofaIcon } from '../icons/sofa';
|
|
2323
|
+
// Snowflake aliases
|
|
2324
|
+
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2323
2325
|
// Soup aliases
|
|
2324
2326
|
export { default as SoupIcon } from '../icons/soup';
|
|
2325
|
-
// Space aliases
|
|
2326
|
-
export { default as SpaceIcon } from '../icons/space';
|
|
2327
2327
|
// Spade aliases
|
|
2328
2328
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2329
|
+
// Space aliases
|
|
2330
|
+
export { default as SpaceIcon } from '../icons/space';
|
|
2329
2331
|
// Sparkle aliases
|
|
2330
2332
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2331
2333
|
// Speaker aliases
|
|
2332
2334
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2333
|
-
// Speech aliases
|
|
2334
|
-
export { default as SpeechIcon } from '../icons/speech';
|
|
2335
2335
|
// SpellCheck2 aliases
|
|
2336
2336
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2337
|
+
// Speech aliases
|
|
2338
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2337
2339
|
// SpellCheck aliases
|
|
2338
2340
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2341
|
+
// Spline aliases
|
|
2342
|
+
export { default as SplineIcon } from '../icons/spline';
|
|
2339
2343
|
// SplinePointer aliases
|
|
2340
2344
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2341
2345
|
// Split aliases
|
|
2342
2346
|
export { default as SplitIcon } from '../icons/split';
|
|
2343
|
-
// Spline aliases
|
|
2344
|
-
export { default as SplineIcon } from '../icons/spline';
|
|
2345
2347
|
// SprayCan aliases
|
|
2346
2348
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2347
2349
|
// Sprout aliases
|
|
2348
2350
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2349
2351
|
// SquareDashedBottomCode aliases
|
|
2350
2352
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2351
|
-
// SquareDashedBottom aliases
|
|
2352
|
-
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2353
2353
|
// SquareRoundCorner aliases
|
|
2354
2354
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2355
|
+
// SquareDashedBottom aliases
|
|
2356
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2355
2357
|
// SquareRadical aliases
|
|
2356
2358
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2357
2359
|
// SquareSquare aliases
|
|
@@ -2370,56 +2372,56 @@ export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
|
2370
2372
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2371
2373
|
// Squircle aliases
|
|
2372
2374
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2373
|
-
// Squirrel aliases
|
|
2374
|
-
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2375
2375
|
// Stamp aliases
|
|
2376
2376
|
export { default as StampIcon } from '../icons/stamp';
|
|
2377
|
+
// Squirrel aliases
|
|
2378
|
+
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2379
|
+
// StepBack aliases
|
|
2380
|
+
export { default as StepBackIcon } from '../icons/step-back';
|
|
2377
2381
|
// StarHalf aliases
|
|
2378
2382
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2379
2383
|
// StarOff aliases
|
|
2380
2384
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2381
2385
|
// Star aliases
|
|
2382
2386
|
export { default as StarIcon } from '../icons/star';
|
|
2383
|
-
// StepBack aliases
|
|
2384
|
-
export { default as StepBackIcon } from '../icons/step-back';
|
|
2385
|
-
// StepForward aliases
|
|
2386
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2387
2387
|
// Stethoscope aliases
|
|
2388
2388
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2389
|
+
// StepForward aliases
|
|
2390
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2389
2391
|
// Sticker aliases
|
|
2390
2392
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2391
|
-
// StickyNote aliases
|
|
2392
|
-
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2393
2393
|
// Store aliases
|
|
2394
2394
|
export { default as StoreIcon } from '../icons/store';
|
|
2395
|
+
// StickyNote aliases
|
|
2396
|
+
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2395
2397
|
// StretchHorizontal aliases
|
|
2396
2398
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2397
2399
|
// StretchVertical aliases
|
|
2398
2400
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2399
2401
|
// Strikethrough aliases
|
|
2400
2402
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2403
|
+
// SunDim aliases
|
|
2404
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2401
2405
|
// Subscript aliases
|
|
2402
2406
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2403
2407
|
// SunMedium aliases
|
|
2404
2408
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2405
|
-
// SunDim aliases
|
|
2406
|
-
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2407
2409
|
// SunMoon aliases
|
|
2408
2410
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2409
2411
|
// SunSnow aliases
|
|
2410
2412
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2411
2413
|
// Sun aliases
|
|
2412
2414
|
export { default as SunIcon } from '../icons/sun';
|
|
2413
|
-
// Sunrise aliases
|
|
2414
|
-
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2415
2415
|
// Sunset aliases
|
|
2416
2416
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2417
|
+
// Sunrise aliases
|
|
2418
|
+
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2417
2419
|
// Superscript aliases
|
|
2418
2420
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2419
|
-
// SwatchBook aliases
|
|
2420
|
-
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2421
2421
|
// SwissFranc aliases
|
|
2422
2422
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2423
|
+
// SwatchBook aliases
|
|
2424
|
+
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2423
2425
|
// SwitchCamera aliases
|
|
2424
2426
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2425
2427
|
// Sword aliases
|
|
@@ -2428,14 +2430,14 @@ export { default as SwordIcon } from '../icons/sword';
|
|
|
2428
2430
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2429
2431
|
// Table2 aliases
|
|
2430
2432
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2431
|
-
// TableCellsMerge aliases
|
|
2432
|
-
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2433
|
-
// TableCellsSplit aliases
|
|
2434
|
-
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2435
2433
|
// Syringe aliases
|
|
2436
2434
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2435
|
+
// TableCellsMerge aliases
|
|
2436
|
+
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2437
2437
|
// TableColumnsSplit aliases
|
|
2438
2438
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2439
|
+
// TableCellsSplit aliases
|
|
2440
|
+
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2439
2441
|
// TableOfContents aliases
|
|
2440
2442
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2441
2443
|
// TableProperties aliases
|
|
@@ -2446,78 +2448,78 @@ export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
|
2446
2448
|
export { default as TableIcon } from '../icons/table';
|
|
2447
2449
|
// TabletSmartphone aliases
|
|
2448
2450
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2451
|
+
// Tablet aliases
|
|
2452
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2449
2453
|
// Tablets aliases
|
|
2450
2454
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2451
2455
|
// Tag aliases
|
|
2452
2456
|
export { default as TagIcon } from '../icons/tag';
|
|
2453
|
-
// Tablet aliases
|
|
2454
|
-
export { default as TabletIcon } from '../icons/tablet';
|
|
2455
2457
|
// Tags aliases
|
|
2456
2458
|
export { default as TagsIcon } from '../icons/tags';
|
|
2457
2459
|
// Tally1 aliases
|
|
2458
2460
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2459
|
-
// Tally3 aliases
|
|
2460
|
-
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2461
2461
|
// Tally2 aliases
|
|
2462
2462
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2463
|
+
// Tally3 aliases
|
|
2464
|
+
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2463
2465
|
// Tally4 aliases
|
|
2464
2466
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2465
|
-
// Tangent aliases
|
|
2466
|
-
export { default as TangentIcon } from '../icons/tangent';
|
|
2467
2467
|
// Tally5 aliases
|
|
2468
2468
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2469
|
-
//
|
|
2470
|
-
export { default as
|
|
2469
|
+
// Tangent aliases
|
|
2470
|
+
export { default as TangentIcon } from '../icons/tangent';
|
|
2471
2471
|
// Telescope aliases
|
|
2472
2472
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2473
|
-
//
|
|
2474
|
-
export { default as
|
|
2473
|
+
// Target aliases
|
|
2474
|
+
export { default as TargetIcon } from '../icons/target';
|
|
2475
2475
|
// Tent aliases
|
|
2476
2476
|
export { default as TentIcon } from '../icons/tent';
|
|
2477
|
+
// TentTree aliases
|
|
2478
|
+
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2477
2479
|
// Terminal aliases
|
|
2478
2480
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2479
2481
|
// TestTube aliases
|
|
2480
2482
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2483
|
+
// TestTubes aliases
|
|
2484
|
+
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2481
2485
|
// TextCursorInput aliases
|
|
2482
2486
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2483
2487
|
// TextCursor aliases
|
|
2484
2488
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2485
|
-
// TestTubes aliases
|
|
2486
|
-
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2487
2489
|
// TextQuote aliases
|
|
2488
2490
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2489
2491
|
// Text aliases
|
|
2490
2492
|
export { default as TextIcon } from '../icons/text';
|
|
2491
|
-
// Theater aliases
|
|
2492
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2493
2493
|
// TextSearch aliases
|
|
2494
2494
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2495
|
-
//
|
|
2496
|
-
export { default as
|
|
2495
|
+
// Theater aliases
|
|
2496
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2497
2497
|
// Thermometer aliases
|
|
2498
2498
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2499
|
+
// ThermometerSnowflake aliases
|
|
2500
|
+
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2499
2501
|
// ThermometerSun aliases
|
|
2500
2502
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2501
2503
|
// ThumbsDown aliases
|
|
2502
2504
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2503
2505
|
// ThumbsUp aliases
|
|
2504
2506
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2505
|
-
// TicketMinus aliases
|
|
2506
|
-
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2507
2507
|
// TicketCheck aliases
|
|
2508
2508
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2509
|
-
// TicketPlus aliases
|
|
2510
|
-
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2511
2509
|
// TicketPercent aliases
|
|
2512
2510
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2511
|
+
// TicketMinus aliases
|
|
2512
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2513
|
+
// TicketPlus aliases
|
|
2514
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2513
2515
|
// TicketSlash aliases
|
|
2514
2516
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2515
2517
|
// TicketX aliases
|
|
2516
2518
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2517
|
-
// Ticket aliases
|
|
2518
|
-
export { default as TicketIcon } from '../icons/ticket';
|
|
2519
2519
|
// TicketsPlane aliases
|
|
2520
2520
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2521
|
+
// Ticket aliases
|
|
2522
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2521
2523
|
// Tickets aliases
|
|
2522
2524
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2523
2525
|
// TimerOff aliases
|
|
@@ -2526,34 +2528,34 @@ export { default as TimerOffIcon } from '../icons/timer-off';
|
|
|
2526
2528
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2527
2529
|
// Timer aliases
|
|
2528
2530
|
export { default as TimerIcon } from '../icons/timer';
|
|
2529
|
-
// ToggleRight aliases
|
|
2530
|
-
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2531
2531
|
// ToggleLeft aliases
|
|
2532
2532
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2533
|
+
// Toilet aliases
|
|
2534
|
+
export { default as ToiletIcon } from '../icons/toilet';
|
|
2535
|
+
// ToggleRight aliases
|
|
2536
|
+
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2533
2537
|
// Tornado aliases
|
|
2534
2538
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2535
2539
|
// Torus aliases
|
|
2536
2540
|
export { default as TorusIcon } from '../icons/torus';
|
|
2537
2541
|
// TouchpadOff aliases
|
|
2538
2542
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2539
|
-
// Toilet aliases
|
|
2540
|
-
export { default as ToiletIcon } from '../icons/toilet';
|
|
2541
|
-
// TowerControl aliases
|
|
2542
|
-
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2543
2543
|
// Touchpad aliases
|
|
2544
2544
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2545
|
+
// TowerControl aliases
|
|
2546
|
+
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2545
2547
|
// ToyBrick aliases
|
|
2546
2548
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2547
2549
|
// Tractor aliases
|
|
2548
2550
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2549
|
-
// TrafficCone aliases
|
|
2550
|
-
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2551
2551
|
// TrainFrontTunnel aliases
|
|
2552
2552
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2553
|
-
//
|
|
2554
|
-
export { default as
|
|
2553
|
+
// TrafficCone aliases
|
|
2554
|
+
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2555
2555
|
// TrainFront aliases
|
|
2556
2556
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2557
|
+
// TrainTrack aliases
|
|
2558
|
+
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2557
2559
|
// Transgender aliases
|
|
2558
2560
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2559
2561
|
// Trash2 aliases
|
|
@@ -2562,62 +2564,62 @@ export { default as Trash2Icon } from '../icons/trash-2';
|
|
|
2562
2564
|
export { default as TrashIcon } from '../icons/trash';
|
|
2563
2565
|
// TreeDeciduous aliases
|
|
2564
2566
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2565
|
-
// TreePine aliases
|
|
2566
|
-
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2567
2567
|
// Trees aliases
|
|
2568
2568
|
export { default as TreesIcon } from '../icons/trees';
|
|
2569
|
+
// TreePine aliases
|
|
2570
|
+
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2569
2571
|
// Trello aliases
|
|
2570
2572
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2571
2573
|
// TrendingDown aliases
|
|
2572
2574
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2573
2575
|
// TrendingUpDown aliases
|
|
2574
2576
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2577
|
+
// TrendingUp aliases
|
|
2578
|
+
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2575
2579
|
// TriangleDashed aliases
|
|
2576
2580
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2577
2581
|
// TriangleRight aliases
|
|
2578
2582
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2583
|
+
// Trophy aliases
|
|
2584
|
+
export { default as TrophyIcon } from '../icons/trophy';
|
|
2579
2585
|
// Triangle aliases
|
|
2580
2586
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2581
|
-
// TrendingUp aliases
|
|
2582
|
-
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2583
2587
|
// TruckElectric aliases
|
|
2584
2588
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2585
|
-
// Trophy aliases
|
|
2586
|
-
export { default as TrophyIcon } from '../icons/trophy';
|
|
2587
2589
|
// Truck aliases
|
|
2588
2590
|
export { default as TruckIcon } from '../icons/truck';
|
|
2589
2591
|
// Turtle aliases
|
|
2590
2592
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2591
2593
|
// TvMinimalPlay aliases
|
|
2592
2594
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2593
|
-
// Twitch aliases
|
|
2594
|
-
export { default as TwitchIcon } from '../icons/twitch';
|
|
2595
2595
|
// Tv aliases
|
|
2596
2596
|
export { default as TvIcon } from '../icons/tv';
|
|
2597
|
+
// Twitch aliases
|
|
2598
|
+
export { default as TwitchIcon } from '../icons/twitch';
|
|
2597
2599
|
// Twitter aliases
|
|
2598
2600
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2599
|
-
// Type aliases
|
|
2600
|
-
export { default as TypeIcon } from '../icons/type';
|
|
2601
2601
|
// TypeOutline aliases
|
|
2602
2602
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2603
|
+
// Type aliases
|
|
2604
|
+
export { default as TypeIcon } from '../icons/type';
|
|
2603
2605
|
// UmbrellaOff aliases
|
|
2604
2606
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2605
2607
|
// Umbrella aliases
|
|
2606
2608
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2607
|
-
// Undo2 aliases
|
|
2608
|
-
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2609
2609
|
// Underline aliases
|
|
2610
2610
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2611
|
+
// Undo2 aliases
|
|
2612
|
+
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2611
2613
|
// Undo aliases
|
|
2612
2614
|
export { default as UndoIcon } from '../icons/undo';
|
|
2613
2615
|
// UndoDot aliases
|
|
2614
2616
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2615
|
-
// UnfoldVertical aliases
|
|
2616
|
-
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2617
2617
|
// UnfoldHorizontal aliases
|
|
2618
2618
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2619
2619
|
// Ungroup aliases
|
|
2620
2620
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2621
|
+
// UnfoldVertical aliases
|
|
2622
|
+
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2621
2623
|
// Unlink2 aliases
|
|
2622
2624
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2623
2625
|
// Unlink aliases
|
|
@@ -2630,46 +2632,46 @@ export { default as UploadIcon } from '../icons/upload';
|
|
|
2630
2632
|
export { default as UsbIcon } from '../icons/usb';
|
|
2631
2633
|
// UserCheck aliases
|
|
2632
2634
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2633
|
-
// UserLock aliases
|
|
2634
|
-
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2635
2635
|
// UserCog aliases
|
|
2636
2636
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2637
|
+
// UserLock aliases
|
|
2638
|
+
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2637
2639
|
// UserMinus aliases
|
|
2638
2640
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2639
|
-
// UserPen aliases
|
|
2640
|
-
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2641
2641
|
// UserPlus aliases
|
|
2642
2642
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2643
|
+
// UserPen aliases
|
|
2644
|
+
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2643
2645
|
// UserRoundPen aliases
|
|
2644
2646
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2645
|
-
// UserSearch aliases
|
|
2646
|
-
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2647
2647
|
// UserRoundSearch aliases
|
|
2648
2648
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2649
|
+
// UserSearch aliases
|
|
2650
|
+
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2649
2651
|
// UserX aliases
|
|
2650
2652
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2651
2653
|
// User aliases
|
|
2652
2654
|
export { default as UserIcon } from '../icons/user';
|
|
2653
|
-
// Users aliases
|
|
2654
|
-
export { default as UsersIcon } from '../icons/users';
|
|
2655
|
-
// Variable aliases
|
|
2656
|
-
export { default as VariableIcon } from '../icons/variable';
|
|
2657
2655
|
// UtilityPole aliases
|
|
2658
2656
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2657
|
+
// Variable aliases
|
|
2658
|
+
export { default as VariableIcon } from '../icons/variable';
|
|
2659
|
+
// Users aliases
|
|
2660
|
+
export { default as UsersIcon } from '../icons/users';
|
|
2659
2661
|
// Vault aliases
|
|
2660
2662
|
export { default as VaultIcon } from '../icons/vault';
|
|
2661
|
-
// VenetianMask aliases
|
|
2662
|
-
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2663
2663
|
// Vegan aliases
|
|
2664
2664
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2665
|
-
//
|
|
2666
|
-
export { default as
|
|
2665
|
+
// VenetianMask aliases
|
|
2666
|
+
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2667
|
+
// Venus aliases
|
|
2668
|
+
export { default as VenusIcon } from '../icons/venus';
|
|
2667
2669
|
// VibrateOff aliases
|
|
2668
2670
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2671
|
+
// VenusAndMars aliases
|
|
2672
|
+
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2669
2673
|
// Vibrate aliases
|
|
2670
2674
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2671
|
-
// Venus aliases
|
|
2672
|
-
export { default as VenusIcon } from '../icons/venus';
|
|
2673
2675
|
// VideoOff aliases
|
|
2674
2676
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2675
2677
|
// Video aliases
|
|
@@ -2678,20 +2680,22 @@ export { default as VideoIcon } from '../icons/video';
|
|
|
2678
2680
|
export { default as ViewIcon } from '../icons/view';
|
|
2679
2681
|
// Videotape aliases
|
|
2680
2682
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2683
|
+
// Voicemail aliases
|
|
2684
|
+
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2681
2685
|
// Volleyball aliases
|
|
2682
2686
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2683
2687
|
// Volume1 aliases
|
|
2684
2688
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2685
|
-
// Voicemail aliases
|
|
2686
|
-
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2687
|
-
// VolumeOff aliases
|
|
2688
|
-
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2689
2689
|
// Volume2 aliases
|
|
2690
2690
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2691
|
-
//
|
|
2692
|
-
export { default as
|
|
2691
|
+
// VolumeOff aliases
|
|
2692
|
+
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2693
2693
|
// VolumeX aliases
|
|
2694
2694
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2695
|
+
// Volume aliases
|
|
2696
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2697
|
+
// Vote aliases
|
|
2698
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
2695
2699
|
// WalletCards aliases
|
|
2696
2700
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2697
2701
|
// Wallet aliases
|
|
@@ -2700,30 +2704,28 @@ export { default as WalletIcon } from '../icons/wallet';
|
|
|
2700
2704
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2701
2705
|
// Wand aliases
|
|
2702
2706
|
export { default as WandIcon } from '../icons/wand';
|
|
2703
|
-
// Volume aliases
|
|
2704
|
-
export { default as VolumeIcon } from '../icons/volume';
|
|
2705
|
-
// WashingMachine aliases
|
|
2706
|
-
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2707
2707
|
// Warehouse aliases
|
|
2708
2708
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2709
|
+
// WashingMachine aliases
|
|
2710
|
+
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2709
2711
|
// Watch aliases
|
|
2710
2712
|
export { default as WatchIcon } from '../icons/watch';
|
|
2711
2713
|
// WavesLadder aliases
|
|
2712
2714
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2713
|
-
// Waves aliases
|
|
2714
|
-
export { default as WavesIcon } from '../icons/waves';
|
|
2715
2715
|
// Waypoints aliases
|
|
2716
2716
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2717
|
+
// Waves aliases
|
|
2718
|
+
export { default as WavesIcon } from '../icons/waves';
|
|
2719
|
+
// Webcam aliases
|
|
2720
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
2717
2721
|
// WebhookOff aliases
|
|
2718
2722
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2719
2723
|
// Webhook aliases
|
|
2720
2724
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2721
|
-
// Webcam aliases
|
|
2722
|
-
export { default as WebcamIcon } from '../icons/webcam';
|
|
2723
|
-
// Weight aliases
|
|
2724
|
-
export { default as WeightIcon } from '../icons/weight';
|
|
2725
2725
|
// WheatOff aliases
|
|
2726
2726
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2727
|
+
// Weight aliases
|
|
2728
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2727
2729
|
// Wheat aliases
|
|
2728
2730
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2729
2731
|
// WholeWord aliases
|
|
@@ -2744,10 +2746,10 @@ export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
|
2744
2746
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2745
2747
|
// Wind aliases
|
|
2746
2748
|
export { default as WindIcon } from '../icons/wind';
|
|
2747
|
-
// WineOff aliases
|
|
2748
|
-
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2749
2749
|
// Wine aliases
|
|
2750
2750
|
export { default as WineIcon } from '../icons/wine';
|
|
2751
|
+
// WineOff aliases
|
|
2752
|
+
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2751
2753
|
// Workflow aliases
|
|
2752
2754
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2753
2755
|
// Worm aliases
|
|
@@ -2756,10 +2758,10 @@ export { default as WormIcon } from '../icons/worm';
|
|
|
2756
2758
|
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2757
2759
|
// Wrench aliases
|
|
2758
2760
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2759
|
-
// Youtube aliases
|
|
2760
|
-
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2761
2761
|
// X aliases
|
|
2762
2762
|
export { default as XIcon } from '../icons/x';
|
|
2763
|
+
// Youtube aliases
|
|
2764
|
+
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2763
2765
|
// ZapOff aliases
|
|
2764
2766
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2765
2767
|
// Zap aliases
|
|
@@ -2776,60 +2778,57 @@ export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
|
2776
2778
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2777
2779
|
// ArrowUp10 aliases
|
|
2778
2780
|
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2779
|
-
// AlarmClockCheck aliases
|
|
2780
|
-
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2781
|
-
export { default as AlarmCheckIcon } from '../icons/alarm-clock-check';
|
|
2782
2781
|
// AlarmClockMinus aliases
|
|
2783
2782
|
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2784
2783
|
export { default as AlarmMinusIcon } from '../icons/alarm-clock-minus';
|
|
2784
|
+
// AlarmClockCheck aliases
|
|
2785
|
+
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2786
|
+
export { default as AlarmCheckIcon } from '../icons/alarm-clock-check';
|
|
2785
2787
|
// AlarmClockPlus aliases
|
|
2786
2788
|
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2787
2789
|
export { default as AlarmPlusIcon } from '../icons/alarm-clock-plus';
|
|
2788
2790
|
// ArrowDownAZ aliases
|
|
2789
2791
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2790
2792
|
export { default as ArrowDownAzIcon } from '../icons/arrow-down-a-z';
|
|
2791
|
-
// ArrowDownWideNarrow aliases
|
|
2792
|
-
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2793
|
-
export { default as SortDescIcon } from '../icons/arrow-down-wide-narrow';
|
|
2794
2793
|
// ArrowDownZA aliases
|
|
2795
2794
|
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2796
2795
|
export { default as ArrowDownZaIcon } from '../icons/arrow-down-z-a';
|
|
2796
|
+
// ArrowDownWideNarrow aliases
|
|
2797
|
+
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2798
|
+
export { default as SortDescIcon } from '../icons/arrow-down-wide-narrow';
|
|
2797
2799
|
// ArrowUpAZ aliases
|
|
2798
2800
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2799
2801
|
export { default as ArrowUpAzIcon } from '../icons/arrow-up-a-z';
|
|
2800
|
-
// ArrowUpNarrowWide aliases
|
|
2801
|
-
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2802
|
-
export { default as SortAscIcon } from '../icons/arrow-up-narrow-wide';
|
|
2803
|
-
// ArrowUpZA aliases
|
|
2804
|
-
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2805
|
-
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
2806
2802
|
// Axis3d aliases
|
|
2807
2803
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2808
2804
|
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2809
|
-
//
|
|
2810
|
-
export { default as
|
|
2811
|
-
export { default as
|
|
2805
|
+
// ArrowUpZA aliases
|
|
2806
|
+
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2807
|
+
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
2808
|
+
// ArrowUpNarrowWide aliases
|
|
2809
|
+
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2810
|
+
export { default as SortAscIcon } from '../icons/arrow-up-narrow-wide';
|
|
2812
2811
|
// BetweenHorizontalEnd aliases
|
|
2813
2812
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2814
2813
|
export {
|
|
2815
2814
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2816
2815
|
default as BetweenHorizonalEndIcon
|
|
2817
2816
|
} from '../icons/between-horizontal-end';
|
|
2817
|
+
// BadgeCheck aliases
|
|
2818
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2819
|
+
export { default as VerifiedIcon } from '../icons/badge-check';
|
|
2818
2820
|
// BetweenHorizontalStart aliases
|
|
2819
2821
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2820
2822
|
export {
|
|
2821
2823
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2822
2824
|
default as BetweenHorizonalStartIcon
|
|
2823
2825
|
} from '../icons/between-horizontal-start';
|
|
2824
|
-
// BookDashed aliases
|
|
2825
|
-
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2826
|
-
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2827
2826
|
// Braces aliases
|
|
2828
2827
|
export { default as BracesIcon } from '../icons/braces';
|
|
2829
2828
|
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2830
|
-
//
|
|
2831
|
-
export { default as
|
|
2832
|
-
export { default as
|
|
2829
|
+
// BookDashed aliases
|
|
2830
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2831
|
+
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2833
2832
|
// ChartArea aliases
|
|
2834
2833
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2835
2834
|
export {
|
|
@@ -2842,18 +2841,27 @@ export {
|
|
|
2842
2841
|
/** @deprecated */
|
|
2843
2842
|
default as BarChartHorizontalBigIcon
|
|
2844
2843
|
} from '../icons/chart-bar-big';
|
|
2844
|
+
// Captions aliases
|
|
2845
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
2846
|
+
export { default as SubtitlesIcon } from '../icons/captions';
|
|
2847
|
+
// ChartBar aliases
|
|
2848
|
+
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2849
|
+
export {
|
|
2850
|
+
/** @deprecated */
|
|
2851
|
+
default as BarChartHorizontalIcon
|
|
2852
|
+
} from '../icons/chart-bar';
|
|
2845
2853
|
// ChartCandlestick aliases
|
|
2846
2854
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2847
2855
|
export {
|
|
2848
2856
|
/** @deprecated */
|
|
2849
2857
|
default as CandlestickChartIcon
|
|
2850
2858
|
} from '../icons/chart-candlestick';
|
|
2851
|
-
//
|
|
2852
|
-
export { default as
|
|
2859
|
+
// ChartColumnBig aliases
|
|
2860
|
+
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2853
2861
|
export {
|
|
2854
2862
|
/** @deprecated */
|
|
2855
|
-
default as
|
|
2856
|
-
} from '../icons/chart-
|
|
2863
|
+
default as BarChartBigIcon
|
|
2864
|
+
} from '../icons/chart-column-big';
|
|
2857
2865
|
// ChartColumnIncreasing aliases
|
|
2858
2866
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2859
2867
|
export {
|
|
@@ -2866,12 +2874,6 @@ export {
|
|
|
2866
2874
|
/** @deprecated */
|
|
2867
2875
|
default as BarChart3Icon
|
|
2868
2876
|
} from '../icons/chart-column';
|
|
2869
|
-
// ChartColumnBig aliases
|
|
2870
|
-
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2871
|
-
export {
|
|
2872
|
-
/** @deprecated */
|
|
2873
|
-
default as BarChartBigIcon
|
|
2874
|
-
} from '../icons/chart-column-big';
|
|
2875
2877
|
// ChartLine aliases
|
|
2876
2878
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2877
2879
|
export {
|
|
@@ -2902,9 +2904,6 @@ export {
|
|
|
2902
2904
|
/** @deprecated */
|
|
2903
2905
|
default as PieChartIcon
|
|
2904
2906
|
} from '../icons/chart-pie';
|
|
2905
|
-
// CircleAlert aliases
|
|
2906
|
-
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2907
|
-
export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
2908
2907
|
// ChartScatter aliases
|
|
2909
2908
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
2910
2909
|
export {
|
|
@@ -2914,12 +2913,15 @@ export {
|
|
|
2914
2913
|
// CircleArrowDown aliases
|
|
2915
2914
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2916
2915
|
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2917
|
-
//
|
|
2918
|
-
export { default as
|
|
2919
|
-
export { default as
|
|
2916
|
+
// CircleAlert aliases
|
|
2917
|
+
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2918
|
+
export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
2920
2919
|
// CircleArrowOutDownLeft aliases
|
|
2921
2920
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2922
2921
|
export { default as ArrowDownLeftFromCircleIcon } from '../icons/circle-arrow-out-down-left';
|
|
2922
|
+
// CircleArrowLeft aliases
|
|
2923
|
+
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2924
|
+
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
2923
2925
|
// CircleArrowOutDownRight aliases
|
|
2924
2926
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
2925
2927
|
export { default as ArrowDownRightFromCircleIcon } from '../icons/circle-arrow-out-down-right';
|
|
@@ -2932,18 +2934,15 @@ export { default as ArrowUpRightFromCircleIcon } from '../icons/circle-arrow-out
|
|
|
2932
2934
|
// CircleArrowRight aliases
|
|
2933
2935
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
2934
2936
|
export { default as ArrowRightCircleIcon } from '../icons/circle-arrow-right';
|
|
2935
|
-
// CircleArrowUp aliases
|
|
2936
|
-
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
2937
|
-
export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
2938
2937
|
// CircleCheckBig aliases
|
|
2939
2938
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
2940
2939
|
export { default as CheckCircleIcon } from '../icons/circle-check-big';
|
|
2940
|
+
// CircleArrowUp aliases
|
|
2941
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
2942
|
+
export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
2941
2943
|
// CircleCheck aliases
|
|
2942
2944
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
2943
2945
|
export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
2944
|
-
// CircleChevronUp aliases
|
|
2945
|
-
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
2946
|
-
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
2947
2946
|
// CircleChevronDown aliases
|
|
2948
2947
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
2949
2948
|
export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
@@ -2953,78 +2952,81 @@ export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
|
2953
2952
|
// CircleChevronRight aliases
|
|
2954
2953
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
2955
2954
|
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
2956
|
-
//
|
|
2957
|
-
export { default as
|
|
2958
|
-
export { default as
|
|
2955
|
+
// CircleChevronUp aliases
|
|
2956
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
2957
|
+
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
2959
2958
|
// CircleGauge aliases
|
|
2960
2959
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
2961
2960
|
export { default as GaugeCircleIcon } from '../icons/circle-gauge';
|
|
2961
|
+
// CircleDivide aliases
|
|
2962
|
+
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
2963
|
+
export { default as DivideCircleIcon } from '../icons/circle-divide';
|
|
2962
2964
|
// CircleHelp aliases
|
|
2963
2965
|
export { default as CircleHelpIcon } from '../icons/circle-help';
|
|
2964
2966
|
export { default as HelpCircleIcon } from '../icons/circle-help';
|
|
2965
2967
|
// CircleMinus aliases
|
|
2966
2968
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
2967
2969
|
export { default as MinusCircleIcon } from '../icons/circle-minus';
|
|
2968
|
-
// CircleParking aliases
|
|
2969
|
-
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
2970
|
-
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
2971
2970
|
// CircleParkingOff aliases
|
|
2972
2971
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
2973
2972
|
export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
2974
|
-
// CirclePercent aliases
|
|
2975
|
-
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
2976
|
-
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
2977
2973
|
// CirclePause aliases
|
|
2978
2974
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
2979
2975
|
export { default as PauseCircleIcon } from '../icons/circle-pause';
|
|
2980
2976
|
// CirclePlay aliases
|
|
2981
2977
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
2982
2978
|
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
2979
|
+
// CircleParking aliases
|
|
2980
|
+
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
2981
|
+
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
2982
|
+
// CirclePercent aliases
|
|
2983
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
2984
|
+
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
2983
2985
|
// CirclePlus aliases
|
|
2984
|
-
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
2985
|
-
export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
2986
|
-
//
|
|
2987
|
-
export { default as
|
|
2988
|
-
export { default as
|
|
2989
|
-
//
|
|
2990
|
-
export { default as
|
|
2991
|
-
export { default as
|
|
2992
|
-
// CircleUserRound aliases
|
|
2993
|
-
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
2994
|
-
export {
|
|
2995
|
-
/** @deprecated */
|
|
2996
|
-
default as UserCircle2Icon
|
|
2997
|
-
} from '../icons/circle-user-round';
|
|
2986
|
+
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
2987
|
+
export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
2988
|
+
// CircleSlash2 aliases
|
|
2989
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
2990
|
+
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
2991
|
+
// CirclePower aliases
|
|
2992
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
2993
|
+
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
2998
2994
|
// CircleStop aliases
|
|
2999
2995
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3000
2996
|
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
3001
2997
|
// CircleUser aliases
|
|
3002
2998
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3003
2999
|
export { default as UserCircleIcon } from '../icons/circle-user';
|
|
3004
|
-
// CircleX aliases
|
|
3005
|
-
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3006
|
-
export { default as XCircleIcon } from '../icons/circle-x';
|
|
3007
3000
|
// ClipboardPenLine aliases
|
|
3008
3001
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3009
3002
|
export { default as ClipboardSignatureIcon } from '../icons/clipboard-pen-line';
|
|
3010
|
-
//
|
|
3011
|
-
export { default as
|
|
3012
|
-
export {
|
|
3003
|
+
// CircleUserRound aliases
|
|
3004
|
+
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3005
|
+
export {
|
|
3006
|
+
/** @deprecated */
|
|
3007
|
+
default as UserCircle2Icon
|
|
3008
|
+
} from '../icons/circle-user-round';
|
|
3009
|
+
// CircleX aliases
|
|
3010
|
+
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3011
|
+
export { default as XCircleIcon } from '../icons/circle-x';
|
|
3013
3012
|
// CloudDownload aliases
|
|
3014
3013
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3015
3014
|
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
3016
|
-
//
|
|
3017
|
-
export { default as
|
|
3018
|
-
export {
|
|
3019
|
-
/** @deprecated */
|
|
3020
|
-
default as Code2Icon
|
|
3021
|
-
} from '../icons/code-xml';
|
|
3015
|
+
// ClipboardPen aliases
|
|
3016
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3017
|
+
export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
3022
3018
|
// CloudUpload aliases
|
|
3023
3019
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3024
3020
|
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
3025
3021
|
// Columns2 aliases
|
|
3026
3022
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3027
3023
|
export { default as ColumnsIcon } from '../icons/columns-2';
|
|
3024
|
+
// CodeXml aliases
|
|
3025
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3026
|
+
export {
|
|
3027
|
+
/** @deprecated */
|
|
3028
|
+
default as Code2Icon
|
|
3029
|
+
} from '../icons/code-xml';
|
|
3028
3030
|
// Columns3Cog aliases
|
|
3029
3031
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3030
3032
|
export { default as ColumnsSettingsIcon } from '../icons/columns-3-cog';
|
|
@@ -3035,24 +3037,24 @@ export {
|
|
|
3035
3037
|
/** @deprecated */
|
|
3036
3038
|
default as Contact2Icon
|
|
3037
3039
|
} from '../icons/contact-round';
|
|
3038
|
-
// DiamondPercent aliases
|
|
3039
|
-
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3040
|
-
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
3041
3040
|
// Columns3 aliases
|
|
3042
3041
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3043
3042
|
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
3044
|
-
//
|
|
3045
|
-
export { default as
|
|
3046
|
-
export { default as
|
|
3047
|
-
// Ellipsis aliases
|
|
3048
|
-
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3049
|
-
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3043
|
+
// DiamondPercent aliases
|
|
3044
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3045
|
+
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
3050
3046
|
// Earth aliases
|
|
3051
3047
|
export { default as EarthIcon } from '../icons/earth';
|
|
3052
3048
|
export {
|
|
3053
3049
|
/** @deprecated */
|
|
3054
3050
|
default as Globe2Icon
|
|
3055
3051
|
} from '../icons/earth';
|
|
3052
|
+
// Ellipsis aliases
|
|
3053
|
+
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3054
|
+
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3055
|
+
// EllipsisVertical aliases
|
|
3056
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3057
|
+
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3056
3058
|
// FileAxis3d aliases
|
|
3057
3059
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3058
3060
|
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
@@ -3068,30 +3070,30 @@ export {
|
|
|
3068
3070
|
/** @deprecated */
|
|
3069
3071
|
default as FileBarChartIcon
|
|
3070
3072
|
} from '../icons/file-chart-column-increasing';
|
|
3071
|
-
//
|
|
3072
|
-
export { default as
|
|
3073
|
+
// FileChartPie aliases
|
|
3074
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3073
3075
|
export {
|
|
3074
3076
|
/** @deprecated */
|
|
3075
|
-
default as
|
|
3076
|
-
} from '../icons/file-chart-
|
|
3077
|
+
default as FilePieChartIcon
|
|
3078
|
+
} from '../icons/file-chart-pie';
|
|
3077
3079
|
// FileCog aliases
|
|
3078
3080
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3079
3081
|
export {
|
|
3080
3082
|
/** @deprecated */
|
|
3081
3083
|
default as FileCog2Icon
|
|
3082
3084
|
} from '../icons/file-cog';
|
|
3085
|
+
// FileChartLine aliases
|
|
3086
|
+
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3087
|
+
export {
|
|
3088
|
+
/** @deprecated */
|
|
3089
|
+
default as FileLineChartIcon
|
|
3090
|
+
} from '../icons/file-chart-line';
|
|
3083
3091
|
// FilePenLine aliases
|
|
3084
3092
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3085
3093
|
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
3086
3094
|
// FilePen aliases
|
|
3087
3095
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3088
3096
|
export { default as FileEditIcon } from '../icons/file-pen';
|
|
3089
|
-
// FileChartPie aliases
|
|
3090
|
-
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3091
|
-
export {
|
|
3092
|
-
/** @deprecated */
|
|
3093
|
-
default as FilePieChartIcon
|
|
3094
|
-
} from '../icons/file-chart-pie';
|
|
3095
3097
|
// FolderCog aliases
|
|
3096
3098
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3097
3099
|
export {
|
|
@@ -3101,30 +3103,30 @@ export {
|
|
|
3101
3103
|
// FolderPen aliases
|
|
3102
3104
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3103
3105
|
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3104
|
-
// Funnel aliases
|
|
3105
|
-
export { default as FunnelIcon } from '../icons/funnel';
|
|
3106
|
-
export {
|
|
3107
|
-
/** @deprecated */
|
|
3108
|
-
default as FilterIcon
|
|
3109
|
-
} from '../icons/funnel';
|
|
3110
3106
|
// FunnelX aliases
|
|
3111
3107
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3112
3108
|
export {
|
|
3113
3109
|
/** @deprecated */
|
|
3114
3110
|
default as FilterXIcon
|
|
3115
3111
|
} from '../icons/funnel-x';
|
|
3112
|
+
// Funnel aliases
|
|
3113
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3114
|
+
export {
|
|
3115
|
+
/** @deprecated */
|
|
3116
|
+
default as FilterIcon
|
|
3117
|
+
} from '../icons/funnel';
|
|
3116
3118
|
// GitCommitHorizontal aliases
|
|
3117
3119
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3118
3120
|
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
3119
3121
|
// Grid2x2Check aliases
|
|
3120
3122
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3121
3123
|
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3122
|
-
// Grid2x2X aliases
|
|
3123
|
-
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3124
|
-
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3125
3124
|
// Grid2x2Plus aliases
|
|
3126
3125
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3127
3126
|
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3127
|
+
// Grid2x2X aliases
|
|
3128
|
+
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3129
|
+
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3128
3130
|
// Grid2x2 aliases
|
|
3129
3131
|
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3130
3132
|
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
@@ -3138,18 +3140,21 @@ export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
|
3138
3140
|
// House aliases
|
|
3139
3141
|
export { default as HouseIcon } from '../icons/house';
|
|
3140
3142
|
export { default as HomeIcon } from '../icons/house';
|
|
3141
|
-
// IceCreamCone aliases
|
|
3142
|
-
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3143
|
-
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3144
3143
|
// IceCreamBowl aliases
|
|
3145
3144
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3146
3145
|
export {
|
|
3147
3146
|
/** @deprecated */
|
|
3148
3147
|
default as IceCream2Icon
|
|
3149
3148
|
} from '../icons/ice-cream-bowl';
|
|
3149
|
+
// IceCreamCone aliases
|
|
3150
|
+
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3151
|
+
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3150
3152
|
// IndentDecrease aliases
|
|
3151
3153
|
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3152
3154
|
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3155
|
+
// IndentIncrease aliases
|
|
3156
|
+
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3157
|
+
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3153
3158
|
// LaptopMinimal aliases
|
|
3154
3159
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3155
3160
|
export {
|
|
@@ -3159,18 +3164,15 @@ export {
|
|
|
3159
3164
|
// Layers aliases
|
|
3160
3165
|
export { default as LayersIcon } from '../icons/layers';
|
|
3161
3166
|
export { default as Layers3Icon } from '../icons/layers';
|
|
3162
|
-
// IndentIncrease aliases
|
|
3163
|
-
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3164
|
-
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3165
3167
|
// LoaderCircle aliases
|
|
3166
3168
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3167
3169
|
export { default as Loader2Icon } from '../icons/loader-circle';
|
|
3168
|
-
// LockOpen aliases
|
|
3169
|
-
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3170
|
-
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3171
3170
|
// LockKeyholeOpen aliases
|
|
3172
3171
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3173
3172
|
export { default as UnlockKeyholeIcon } from '../icons/lock-keyhole-open';
|
|
3173
|
+
// LockOpen aliases
|
|
3174
|
+
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3175
|
+
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3174
3176
|
// MicVocal aliases
|
|
3175
3177
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3176
3178
|
export {
|
|
@@ -3180,24 +3182,24 @@ export {
|
|
|
3180
3182
|
// Move3d aliases
|
|
3181
3183
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3182
3184
|
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3183
|
-
// OctagonAlert aliases
|
|
3184
|
-
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3185
|
-
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3186
3185
|
// OctagonPause aliases
|
|
3187
3186
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3188
3187
|
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
3188
|
+
// OctagonAlert aliases
|
|
3189
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3190
|
+
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3189
3191
|
// OctagonX aliases
|
|
3190
3192
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3191
3193
|
export { default as XOctagonIcon } from '../icons/octagon-x';
|
|
3192
|
-
// PaintbrushVertical aliases
|
|
3193
|
-
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3194
|
-
export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
3195
3194
|
// PanelBottomDashed aliases
|
|
3196
3195
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3197
3196
|
export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed';
|
|
3198
3197
|
// PanelLeftClose aliases
|
|
3199
3198
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3200
3199
|
export { default as SidebarCloseIcon } from '../icons/panel-left-close';
|
|
3200
|
+
// PaintbrushVertical aliases
|
|
3201
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3202
|
+
export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
3201
3203
|
// PanelLeftDashed aliases
|
|
3202
3204
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3203
3205
|
export { default as PanelLeftInactiveIcon } from '../icons/panel-left-dashed';
|
|
@@ -3210,27 +3212,27 @@ export { default as SidebarIcon } from '../icons/panel-left';
|
|
|
3210
3212
|
// PanelRightDashed aliases
|
|
3211
3213
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3212
3214
|
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
3215
|
+
// PanelTopDashed aliases
|
|
3216
|
+
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3217
|
+
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
3213
3218
|
// PenLine aliases
|
|
3214
3219
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3215
3220
|
export {
|
|
3216
3221
|
/** @deprecated */
|
|
3217
3222
|
default as Edit3Icon
|
|
3218
3223
|
} from '../icons/pen-line';
|
|
3219
|
-
// PanelTopDashed aliases
|
|
3220
|
-
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3221
|
-
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
3222
3224
|
// PanelsTopLeft aliases
|
|
3223
3225
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3224
3226
|
export { default as LayoutIcon } from '../icons/panels-top-left';
|
|
3225
|
-
// PlugZap aliases
|
|
3226
|
-
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3227
|
-
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3228
3227
|
// Pen aliases
|
|
3229
3228
|
export { default as PenIcon } from '../icons/pen';
|
|
3230
3229
|
export {
|
|
3231
3230
|
/** @deprecated */
|
|
3232
3231
|
default as Edit2Icon
|
|
3233
3232
|
} from '../icons/pen';
|
|
3233
|
+
// PlugZap aliases
|
|
3234
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3235
|
+
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3234
3236
|
// RectangleEllipsis aliases
|
|
3235
3237
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3236
3238
|
export { default as FormInputIcon } from '../icons/rectangle-ellipsis';
|
|
@@ -3246,15 +3248,15 @@ export { default as PanelsTopBottomIcon } from '../icons/rows-3';
|
|
|
3246
3248
|
// Scale3d aliases
|
|
3247
3249
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3248
3250
|
export { default as Scale3DIcon } from '../icons/scale-3d';
|
|
3249
|
-
// ShieldX aliases
|
|
3250
|
-
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3251
|
-
export { default as ShieldCloseIcon } from '../icons/shield-x';
|
|
3252
3251
|
// SendHorizontal aliases
|
|
3253
3252
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3254
3253
|
export {
|
|
3255
3254
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3256
3255
|
default as SendHorizonalIcon
|
|
3257
3256
|
} from '../icons/send-horizontal';
|
|
3257
|
+
// ShieldX aliases
|
|
3258
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3259
|
+
export { default as ShieldCloseIcon } from '../icons/shield-x';
|
|
3258
3260
|
// Sparkles aliases
|
|
3259
3261
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3260
3262
|
export { default as StarsIcon } from '../icons/sparkles';
|
|
@@ -3279,33 +3281,33 @@ export { default as ArrowLeftSquareIcon } from '../icons/square-arrow-left';
|
|
|
3279
3281
|
// SquareArrowOutDownLeft aliases
|
|
3280
3282
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3281
3283
|
export { default as ArrowDownLeftFromSquareIcon } from '../icons/square-arrow-out-down-left';
|
|
3282
|
-
// SquareArrowOutUpLeft aliases
|
|
3283
|
-
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3284
|
-
export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-up-left';
|
|
3285
3284
|
// SquareArrowOutDownRight aliases
|
|
3286
3285
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3287
3286
|
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
3287
|
+
// SquareArrowOutUpLeft aliases
|
|
3288
|
+
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3289
|
+
export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-up-left';
|
|
3288
3290
|
// SquareArrowOutUpRight aliases
|
|
3289
3291
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3290
3292
|
export { default as ArrowUpRightFromSquareIcon } from '../icons/square-arrow-out-up-right';
|
|
3291
|
-
// SquareArrowUpLeft aliases
|
|
3292
|
-
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3293
|
-
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3294
|
-
// SquareArrowUp aliases
|
|
3295
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3296
|
-
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3297
3293
|
// SquareArrowRight aliases
|
|
3298
3294
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3299
3295
|
export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
3296
|
+
// SquareArrowUpLeft aliases
|
|
3297
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3298
|
+
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3300
3299
|
// SquareArrowUpRight aliases
|
|
3301
3300
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3302
3301
|
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3303
|
-
//
|
|
3304
|
-
export { default as
|
|
3305
|
-
export { default as
|
|
3302
|
+
// SquareArrowUp aliases
|
|
3303
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3304
|
+
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3306
3305
|
// SquareAsterisk aliases
|
|
3307
3306
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3308
3307
|
export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
3308
|
+
// SquareBottomDashedScissors aliases
|
|
3309
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3310
|
+
export { default as ScissorsSquareDashedBottomIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3309
3311
|
// SquareCheckBig aliases
|
|
3310
3312
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3311
3313
|
export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
@@ -3322,33 +3324,33 @@ export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
|
3322
3324
|
// SquareChevronLeft aliases
|
|
3323
3325
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3324
3326
|
export { default as ChevronLeftSquareIcon } from '../icons/square-chevron-left';
|
|
3325
|
-
//
|
|
3326
|
-
export { default as
|
|
3327
|
-
export { default as
|
|
3327
|
+
// SquareChevronRight aliases
|
|
3328
|
+
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3329
|
+
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
3328
3330
|
// SquareCode aliases
|
|
3329
3331
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3330
3332
|
export { default as CodeSquareIcon } from '../icons/square-code';
|
|
3333
|
+
// SquareChevronUp aliases
|
|
3334
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3335
|
+
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3331
3336
|
// SquareDashedKanban aliases
|
|
3332
3337
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3333
3338
|
export { default as KanbanSquareDashedIcon } from '../icons/square-dashed-kanban';
|
|
3334
3339
|
// SquareDashedMousePointer aliases
|
|
3335
3340
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3336
3341
|
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3337
|
-
// SquareDashed aliases
|
|
3338
|
-
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3339
|
-
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
3340
|
-
// SquareChevronRight aliases
|
|
3341
|
-
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3342
|
-
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
3343
3342
|
// SquareDivide aliases
|
|
3344
3343
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3345
3344
|
export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
3346
|
-
//
|
|
3347
|
-
export { default as
|
|
3348
|
-
export { default as
|
|
3345
|
+
// SquareDashed aliases
|
|
3346
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3347
|
+
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
3349
3348
|
// SquareEqual aliases
|
|
3350
3349
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3351
3350
|
export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
3351
|
+
// SquareDot aliases
|
|
3352
|
+
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3353
|
+
export { default as DotSquareIcon } from '../icons/square-dot';
|
|
3352
3354
|
// SquareFunction aliases
|
|
3353
3355
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3354
3356
|
export { default as FunctionSquareIcon } from '../icons/square-function';
|
|
@@ -3358,12 +3360,12 @@ export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
|
3358
3360
|
// SquareLibrary aliases
|
|
3359
3361
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3360
3362
|
export { default as LibrarySquareIcon } from '../icons/square-library';
|
|
3361
|
-
// SquareM aliases
|
|
3362
|
-
export { default as SquareMIcon } from '../icons/square-m';
|
|
3363
|
-
export { default as MSquareIcon } from '../icons/square-m';
|
|
3364
3363
|
// SquareMenu aliases
|
|
3365
3364
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3366
3365
|
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3366
|
+
// SquareM aliases
|
|
3367
|
+
export { default as SquareMIcon } from '../icons/square-m';
|
|
3368
|
+
export { default as MSquareIcon } from '../icons/square-m';
|
|
3367
3369
|
// SquareMinus aliases
|
|
3368
3370
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3369
3371
|
export { default as MinusSquareIcon } from '../icons/square-minus';
|
|
@@ -3384,42 +3386,39 @@ export { default as PenSquareIcon } from '../icons/square-pen';
|
|
|
3384
3386
|
// SquarePercent aliases
|
|
3385
3387
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3386
3388
|
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3387
|
-
// SquarePlay aliases
|
|
3388
|
-
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3389
|
-
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3390
3389
|
// SquarePi aliases
|
|
3391
3390
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3392
3391
|
export { default as PiSquareIcon } from '../icons/square-pi';
|
|
3393
|
-
// SquarePlus aliases
|
|
3394
|
-
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3395
|
-
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
3396
3392
|
// SquarePilcrow aliases
|
|
3397
3393
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3398
3394
|
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3395
|
+
// SquarePlay aliases
|
|
3396
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3397
|
+
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3398
|
+
// SquarePower aliases
|
|
3399
|
+
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3400
|
+
export { default as PowerSquareIcon } from '../icons/square-power';
|
|
3399
3401
|
// SquareScissors aliases
|
|
3400
3402
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
3401
3403
|
export { default as ScissorsSquareIcon } from '../icons/square-scissors';
|
|
3404
|
+
// SquarePlus aliases
|
|
3405
|
+
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3406
|
+
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
3402
3407
|
// SquareSigma aliases
|
|
3403
3408
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3404
3409
|
export { default as SigmaSquareIcon } from '../icons/square-sigma';
|
|
3405
|
-
// SquarePower aliases
|
|
3406
|
-
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3407
|
-
export { default as PowerSquareIcon } from '../icons/square-power';
|
|
3408
|
-
// SquareSplitHorizontal aliases
|
|
3409
|
-
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3410
|
-
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3411
3410
|
// SquareSlash aliases
|
|
3412
3411
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3413
3412
|
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3413
|
+
// SquareSplitHorizontal aliases
|
|
3414
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3415
|
+
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3414
3416
|
// SquareSplitVertical aliases
|
|
3415
3417
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3416
3418
|
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3417
3419
|
// SquareTerminal aliases
|
|
3418
3420
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3419
3421
|
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
3420
|
-
// SquareUser aliases
|
|
3421
|
-
export { default as SquareUserIcon } from '../icons/square-user';
|
|
3422
|
-
export { default as UserSquareIcon } from '../icons/square-user';
|
|
3423
3422
|
// SquareUserRound aliases
|
|
3424
3423
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
3425
3424
|
export {
|
|
@@ -3429,6 +3428,9 @@ export {
|
|
|
3429
3428
|
// SquareX aliases
|
|
3430
3429
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
3431
3430
|
export { default as XSquareIcon } from '../icons/square-x';
|
|
3431
|
+
// SquareUser aliases
|
|
3432
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
3433
|
+
export { default as UserSquareIcon } from '../icons/square-user';
|
|
3432
3434
|
// TestTubeDiagonal aliases
|
|
3433
3435
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
3434
3436
|
export { default as TestTube2Icon } from '../icons/test-tube-diagonal';
|
|
@@ -3456,30 +3458,30 @@ export {
|
|
|
3456
3458
|
/** @deprecated */
|
|
3457
3459
|
default as School2Icon
|
|
3458
3460
|
} from '../icons/university';
|
|
3459
|
-
// UserRoundCog aliases
|
|
3460
|
-
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
3461
|
-
export {
|
|
3462
|
-
/** @deprecated */
|
|
3463
|
-
default as UserCog2Icon
|
|
3464
|
-
} from '../icons/user-round-cog';
|
|
3465
|
-
// UserRoundMinus aliases
|
|
3466
|
-
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
3467
|
-
export {
|
|
3468
|
-
/** @deprecated */
|
|
3469
|
-
default as UserMinus2Icon
|
|
3470
|
-
} from '../icons/user-round-minus';
|
|
3471
3461
|
// UserRoundCheck aliases
|
|
3472
3462
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
3473
3463
|
export {
|
|
3474
3464
|
/** @deprecated */
|
|
3475
3465
|
default as UserCheck2Icon
|
|
3476
3466
|
} from '../icons/user-round-check';
|
|
3467
|
+
// UserRoundCog aliases
|
|
3468
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
3469
|
+
export {
|
|
3470
|
+
/** @deprecated */
|
|
3471
|
+
default as UserCog2Icon
|
|
3472
|
+
} from '../icons/user-round-cog';
|
|
3477
3473
|
// UserRoundPlus aliases
|
|
3478
3474
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
3479
3475
|
export {
|
|
3480
3476
|
/** @deprecated */
|
|
3481
3477
|
default as UserPlus2Icon
|
|
3482
3478
|
} from '../icons/user-round-plus';
|
|
3479
|
+
// UserRoundMinus aliases
|
|
3480
|
+
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
3481
|
+
export {
|
|
3482
|
+
/** @deprecated */
|
|
3483
|
+
default as UserMinus2Icon
|
|
3484
|
+
} from '../icons/user-round-minus';
|
|
3483
3485
|
// UserRoundX aliases
|
|
3484
3486
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
3485
3487
|
export {
|
|
@@ -3492,9 +3494,6 @@ export {
|
|
|
3492
3494
|
/** @deprecated */
|
|
3493
3495
|
default as User2Icon
|
|
3494
3496
|
} from '../icons/user-round';
|
|
3495
|
-
// UtensilsCrossed aliases
|
|
3496
|
-
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3497
|
-
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3498
3497
|
// UsersRound aliases
|
|
3499
3498
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
3500
3499
|
export {
|
|
@@ -3504,6 +3503,9 @@ export {
|
|
|
3504
3503
|
// Utensils aliases
|
|
3505
3504
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3506
3505
|
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3506
|
+
// UtensilsCrossed aliases
|
|
3507
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3508
|
+
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3507
3509
|
// WalletMinimal aliases
|
|
3508
3510
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3509
3511
|
export {
|