@lucide/astro 0.500.0 → 0.501.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 +93 -87
- package/src/aliases/prefixed.ts +440 -436
- package/src/aliases/suffixed.ts +832 -828
- package/src/icons/columns-3-cog.ts +18 -0
- package/src/icons/index.ts +203 -202
package/src/aliases/suffixed.ts
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
3
|
// AArrowUp aliases
|
|
4
4
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
|
-
// ALargeSmall aliases
|
|
6
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
5
|
// Accessibility aliases
|
|
8
6
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
|
+
// ALargeSmall aliases
|
|
8
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// AirVent aliases
|
|
@@ -14,34 +14,34 @@ export { default as AirVentIcon } from '../icons/air-vent';
|
|
|
14
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
15
|
// AlarmClock aliases
|
|
16
16
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
17
|
-
// Album aliases
|
|
18
|
-
export { default as AlbumIcon } from '../icons/album';
|
|
19
17
|
// AlarmClockOff aliases
|
|
20
18
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
21
|
-
// AlignCenterHorizontal aliases
|
|
22
|
-
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
23
19
|
// AlarmSmoke aliases
|
|
24
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
|
+
// Album aliases
|
|
22
|
+
export { default as AlbumIcon } from '../icons/album';
|
|
23
|
+
// AlignCenterHorizontal aliases
|
|
24
|
+
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
25
|
// AlignCenterVertical aliases
|
|
26
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
|
-
// AlignEndHorizontal aliases
|
|
28
|
-
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
27
|
// AlignCenter aliases
|
|
30
28
|
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
29
|
+
// AlignEndHorizontal aliases
|
|
30
|
+
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
31
|
// AlignEndVertical aliases
|
|
32
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
|
-
// AlignHorizontalDistributeCenter aliases
|
|
34
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
33
|
// AlignHorizontalDistributeEnd aliases
|
|
36
34
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
|
+
// AlignHorizontalDistributeCenter aliases
|
|
36
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
37
37
|
// AlignHorizontalDistributeStart aliases
|
|
38
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
|
-
// AlignHorizontalJustifyEnd aliases
|
|
42
|
-
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
41
|
// AlignHorizontalJustifyStart aliases
|
|
44
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
|
+
// AlignHorizontalJustifyEnd aliases
|
|
44
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
45
45
|
// AlignHorizontalSpaceAround aliases
|
|
46
46
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
47
|
// AlignHorizontalSpaceBetween aliases
|
|
@@ -52,10 +52,10 @@ export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
|
52
52
|
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
53
53
|
// AlignRight aliases
|
|
54
54
|
export { default as AlignRightIcon } from '../icons/align-right';
|
|
55
|
-
// AlignStartVertical aliases
|
|
56
|
-
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
57
55
|
// AlignStartHorizontal aliases
|
|
58
56
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
57
|
+
// AlignStartVertical aliases
|
|
58
|
+
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
59
59
|
// AlignVerticalDistributeCenter aliases
|
|
60
60
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
61
61
|
// AlignVerticalDistributeEnd aliases
|
|
@@ -80,34 +80,34 @@ export { default as AmpersandIcon } from '../icons/ampersand';
|
|
|
80
80
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
81
81
|
// Amphora aliases
|
|
82
82
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
83
|
-
// Anchor aliases
|
|
84
|
-
export { default as AnchorIcon } from '../icons/anchor';
|
|
85
83
|
// Angry aliases
|
|
86
84
|
export { default as AngryIcon } from '../icons/angry';
|
|
85
|
+
// Anchor aliases
|
|
86
|
+
export { default as AnchorIcon } from '../icons/anchor';
|
|
87
87
|
// Annoyed aliases
|
|
88
88
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
89
|
-
// Antenna aliases
|
|
90
|
-
export { default as AntennaIcon } from '../icons/antenna';
|
|
91
89
|
// Anvil aliases
|
|
92
90
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
93
91
|
// Aperture aliases
|
|
94
92
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
95
93
|
// AppWindowMac aliases
|
|
96
94
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
95
|
+
// Antenna aliases
|
|
96
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
97
97
|
// AppWindow aliases
|
|
98
98
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
99
|
+
// ArchiveX aliases
|
|
100
|
+
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
99
101
|
// Apple aliases
|
|
100
102
|
export { default as AppleIcon } from '../icons/apple';
|
|
101
103
|
// ArchiveRestore aliases
|
|
102
104
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
103
|
-
// ArchiveX aliases
|
|
104
|
-
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
105
|
-
// Archive aliases
|
|
106
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
107
105
|
// Armchair aliases
|
|
108
106
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
109
107
|
// ArrowBigDownDash aliases
|
|
110
108
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
109
|
+
// Archive aliases
|
|
110
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
111
111
|
// ArrowBigDown aliases
|
|
112
112
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
113
113
|
// ArrowBigLeftDash aliases
|
|
@@ -116,48 +116,48 @@ 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
|
-
// ArrowBigRight aliases
|
|
120
|
-
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
121
119
|
// ArrowBigUpDash aliases
|
|
122
120
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
121
|
+
// ArrowBigRight aliases
|
|
122
|
+
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
123
|
+
// ArrowDownFromLine aliases
|
|
124
|
+
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
123
125
|
// ArrowBigUp aliases
|
|
124
126
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
125
127
|
// ArrowDownLeft aliases
|
|
126
128
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
127
|
-
// ArrowDownFromLine aliases
|
|
128
|
-
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
129
129
|
// ArrowDownNarrowWide aliases
|
|
130
130
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
131
|
-
// ArrowDownRight aliases
|
|
132
|
-
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
133
131
|
// ArrowDownToDot aliases
|
|
134
132
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
135
133
|
// ArrowDownToLine aliases
|
|
136
134
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
135
|
+
// ArrowDownRight aliases
|
|
136
|
+
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
137
137
|
// ArrowDownUp aliases
|
|
138
138
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
139
139
|
// ArrowDown aliases
|
|
140
140
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
141
|
+
// ArrowLeftFromLine aliases
|
|
142
|
+
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
141
143
|
// ArrowLeftRight aliases
|
|
142
144
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
143
145
|
// ArrowLeftToLine aliases
|
|
144
146
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
145
|
-
// ArrowLeftFromLine aliases
|
|
146
|
-
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
147
147
|
// ArrowLeft aliases
|
|
148
148
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
149
149
|
// ArrowRightFromLine aliases
|
|
150
150
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
151
151
|
// ArrowRightToLine aliases
|
|
152
152
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
153
|
-
// ArrowRight aliases
|
|
154
|
-
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
155
153
|
// ArrowRightLeft aliases
|
|
156
154
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
157
|
-
// ArrowUpFromDot aliases
|
|
158
|
-
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
159
155
|
// ArrowUpDown aliases
|
|
160
156
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
157
|
+
// ArrowRight aliases
|
|
158
|
+
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
159
|
+
// ArrowUpFromDot aliases
|
|
160
|
+
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
161
161
|
// ArrowUpFromLine aliases
|
|
162
162
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
163
163
|
// ArrowUpLeft aliases
|
|
@@ -172,36 +172,36 @@ export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow'
|
|
|
172
172
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
173
173
|
// ArrowsUpFromLine aliases
|
|
174
174
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
175
|
-
// Asterisk aliases
|
|
176
|
-
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
177
175
|
// AtSign aliases
|
|
178
176
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
177
|
+
// Asterisk aliases
|
|
178
|
+
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
179
179
|
// Atom aliases
|
|
180
180
|
export { default as AtomIcon } from '../icons/atom';
|
|
181
|
-
// AudioWaveform aliases
|
|
182
|
-
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
183
181
|
// AudioLines aliases
|
|
184
182
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
183
|
+
// AudioWaveform aliases
|
|
184
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
185
185
|
// Award aliases
|
|
186
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
|
-
// BadgeAlert aliases
|
|
192
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
193
191
|
// Backpack aliases
|
|
194
192
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
193
|
+
// BadgeAlert aliases
|
|
194
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
195
195
|
// BadgeCent aliases
|
|
196
196
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
197
197
|
// BadgeDollarSign aliases
|
|
198
198
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
199
199
|
// BadgeEuro aliases
|
|
200
200
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
201
|
-
// BadgeHelp aliases
|
|
202
|
-
export { default as BadgeHelpIcon } from '../icons/badge-help';
|
|
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
|
// BadgeJapaneseYen aliases
|
|
206
206
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
207
207
|
// BadgeInfo aliases
|
|
@@ -212,16 +212,16 @@ export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
|
212
212
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
213
213
|
// BadgePlus aliases
|
|
214
214
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
215
|
+
// BadgeRussianRuble aliases
|
|
216
|
+
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
215
217
|
// BadgePoundSterling aliases
|
|
216
218
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
217
219
|
// BadgeSwissFranc aliases
|
|
218
220
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
219
|
-
// BadgeRussianRuble aliases
|
|
220
|
-
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
221
|
-
// BadgeX aliases
|
|
222
|
-
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
223
221
|
// Badge aliases
|
|
224
222
|
export { default as BadgeIcon } from '../icons/badge';
|
|
223
|
+
// BadgeX aliases
|
|
224
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
225
225
|
// BaggageClaim aliases
|
|
226
226
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
227
227
|
// Ban aliases
|
|
@@ -240,10 +240,10 @@ export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
|
240
240
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
241
|
// Barcode aliases
|
|
242
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
|
-
// Bath aliases
|
|
244
|
-
export { default as BathIcon } from '../icons/bath';
|
|
245
243
|
// Baseline aliases
|
|
246
244
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
245
|
+
// Bath aliases
|
|
246
|
+
export { default as BathIcon } from '../icons/bath';
|
|
247
247
|
// BatteryCharging aliases
|
|
248
248
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
249
249
|
// BatteryFull aliases
|
|
@@ -252,98 +252,98 @@ export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
|
252
252
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
253
253
|
// BatteryMedium aliases
|
|
254
254
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
255
|
-
// BatteryPlus aliases
|
|
256
|
-
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
257
255
|
// BatteryWarning aliases
|
|
258
256
|
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
|
-
// BeanOff aliases
|
|
262
|
-
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
263
261
|
// Beaker aliases
|
|
264
262
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
263
|
+
// BeanOff aliases
|
|
264
|
+
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
265
265
|
// Bean aliases
|
|
266
266
|
export { default as BeanIcon } from '../icons/bean';
|
|
267
|
+
// Bed aliases
|
|
268
|
+
export { default as BedIcon } from '../icons/bed';
|
|
267
269
|
// BedDouble aliases
|
|
268
270
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
269
271
|
// BedSingle aliases
|
|
270
272
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
271
|
-
// Bed aliases
|
|
272
|
-
export { default as BedIcon } from '../icons/bed';
|
|
273
273
|
// Beef aliases
|
|
274
274
|
export { default as BeefIcon } from '../icons/beef';
|
|
275
275
|
// BeerOff aliases
|
|
276
276
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
277
|
+
// Beer aliases
|
|
278
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
277
279
|
// BellDot aliases
|
|
278
280
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
279
281
|
// BellElectric aliases
|
|
280
282
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
281
|
-
// Beer aliases
|
|
282
|
-
export { default as BeerIcon } from '../icons/beer';
|
|
283
283
|
// BellMinus aliases
|
|
284
284
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
285
285
|
// BellOff aliases
|
|
286
286
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
287
287
|
// BellPlus aliases
|
|
288
288
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
289
|
-
// Bell aliases
|
|
290
|
-
export { default as BellIcon } from '../icons/bell';
|
|
291
289
|
// BellRing aliases
|
|
292
290
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
291
|
+
// Bell aliases
|
|
292
|
+
export { default as BellIcon } from '../icons/bell';
|
|
293
293
|
// BetweenVerticalEnd aliases
|
|
294
294
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
295
295
|
// BetweenVerticalStart aliases
|
|
296
296
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
297
297
|
// BicepsFlexed aliases
|
|
298
298
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
299
|
-
// Bike aliases
|
|
300
|
-
export { default as BikeIcon } from '../icons/bike';
|
|
301
299
|
// Binary aliases
|
|
302
300
|
export { default as BinaryIcon } from '../icons/binary';
|
|
303
|
-
//
|
|
304
|
-
export { default as
|
|
301
|
+
// Bike aliases
|
|
302
|
+
export { default as BikeIcon } from '../icons/bike';
|
|
305
303
|
// Binoculars aliases
|
|
306
304
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
307
|
-
// Bitcoin aliases
|
|
308
|
-
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
309
305
|
// Biohazard aliases
|
|
310
306
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
307
|
+
// Bird aliases
|
|
308
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
309
|
+
// Bitcoin aliases
|
|
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';
|
|
313
315
|
// Blocks aliases
|
|
314
316
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
315
317
|
// BluetoothConnected aliases
|
|
316
318
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
317
319
|
// BluetoothOff aliases
|
|
318
320
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
319
|
-
// Blinds aliases
|
|
320
|
-
export { default as BlindsIcon } from '../icons/blinds';
|
|
321
321
|
// BluetoothSearching aliases
|
|
322
322
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
323
323
|
// Bluetooth aliases
|
|
324
324
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
325
325
|
// Bold aliases
|
|
326
326
|
export { default as BoldIcon } from '../icons/bold';
|
|
327
|
-
// Bolt aliases
|
|
328
|
-
export { default as BoltIcon } from '../icons/bolt';
|
|
329
327
|
// Bomb aliases
|
|
330
328
|
export { default as BombIcon } from '../icons/bomb';
|
|
331
329
|
// Bone aliases
|
|
332
330
|
export { default as BoneIcon } from '../icons/bone';
|
|
333
|
-
//
|
|
334
|
-
export { default as
|
|
331
|
+
// Bolt aliases
|
|
332
|
+
export { default as BoltIcon } from '../icons/bolt';
|
|
335
333
|
// BookA aliases
|
|
336
334
|
export { default as BookAIcon } from '../icons/book-a';
|
|
337
|
-
//
|
|
338
|
-
export { default as
|
|
335
|
+
// BookAudio aliases
|
|
336
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
339
337
|
// BookCheck aliases
|
|
340
338
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
339
|
+
// BookCopy aliases
|
|
340
|
+
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
341
341
|
// BookDown aliases
|
|
342
342
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
|
-
// BookHeadphones aliases
|
|
344
|
-
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
345
343
|
// BookHeart aliases
|
|
346
344
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
345
|
+
// BookHeadphones aliases
|
|
346
|
+
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
347
347
|
// BookKey aliases
|
|
348
348
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
349
349
|
// BookImage aliases
|
|
@@ -362,10 +362,10 @@ export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
|
362
362
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
363
363
|
// BookPlus aliases
|
|
364
364
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
365
|
-
// BookType aliases
|
|
366
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
367
365
|
// BookText aliases
|
|
368
366
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
367
|
+
// BookType aliases
|
|
368
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
369
369
|
// BookUp2 aliases
|
|
370
370
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
371
371
|
// BookUp aliases
|
|
@@ -382,20 +382,20 @@ export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
|
382
382
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
383
383
|
// BookmarkPlus aliases
|
|
384
384
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
385
|
+
// BookmarkX aliases
|
|
386
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
385
387
|
// Bookmark aliases
|
|
386
388
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
387
389
|
// BoomBox aliases
|
|
388
390
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
389
|
-
// BookmarkX aliases
|
|
390
|
-
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
391
391
|
// BotMessageSquare aliases
|
|
392
392
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
393
|
-
// BowArrow aliases
|
|
394
|
-
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
395
393
|
// BotOff aliases
|
|
396
394
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
397
395
|
// Bot aliases
|
|
398
396
|
export { default as BotIcon } from '../icons/bot';
|
|
397
|
+
// BowArrow aliases
|
|
398
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
399
399
|
// Box aliases
|
|
400
400
|
export { default as BoxIcon } from '../icons/box';
|
|
401
401
|
// Boxes aliases
|
|
@@ -410,16 +410,16 @@ export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
|
410
410
|
export { default as BrainIcon } from '../icons/brain';
|
|
411
411
|
// BrickWallFire aliases
|
|
412
412
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
413
|
-
// BriefcaseBusiness aliases
|
|
414
|
-
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
415
413
|
// BrickWall aliases
|
|
416
414
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
415
|
+
// BriefcaseBusiness aliases
|
|
416
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
417
417
|
// BriefcaseConveyorBelt aliases
|
|
418
418
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
419
|
-
// BriefcaseMedical aliases
|
|
420
|
-
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
421
419
|
// Briefcase aliases
|
|
422
420
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
421
|
+
// BriefcaseMedical aliases
|
|
422
|
+
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
423
423
|
// BringToFront aliases
|
|
424
424
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
425
425
|
// Brush aliases
|
|
@@ -434,10 +434,10 @@ export { default as BugPlayIcon } from '../icons/bug-play';
|
|
|
434
434
|
export { default as BugIcon } from '../icons/bug';
|
|
435
435
|
// Building2 aliases
|
|
436
436
|
export { default as Building2Icon } from '../icons/building-2';
|
|
437
|
-
// BusFront aliases
|
|
438
|
-
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
439
437
|
// Building aliases
|
|
440
438
|
export { default as BuildingIcon } from '../icons/building';
|
|
439
|
+
// BusFront aliases
|
|
440
|
+
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
441
441
|
// Bus aliases
|
|
442
442
|
export { default as BusIcon } from '../icons/bus';
|
|
443
443
|
// CableCar aliases
|
|
@@ -454,10 +454,10 @@ export { default as CalculatorIcon } from '../icons/calculator';
|
|
|
454
454
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
455
455
|
// CalendarArrowDown aliases
|
|
456
456
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
457
|
-
// CalendarArrowUp aliases
|
|
458
|
-
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
459
457
|
// CalendarCheck2 aliases
|
|
460
458
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
459
|
+
// CalendarArrowUp aliases
|
|
460
|
+
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
461
461
|
// CalendarCheck aliases
|
|
462
462
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
463
463
|
// CalendarClock aliases
|
|
@@ -496,14 +496,14 @@ export { default as CalendarIcon } from '../icons/calendar';
|
|
|
496
496
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
497
497
|
// Camera aliases
|
|
498
498
|
export { default as CameraIcon } from '../icons/camera';
|
|
499
|
-
// CandyOff aliases
|
|
500
|
-
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
501
499
|
// CandyCane aliases
|
|
502
500
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
503
|
-
//
|
|
504
|
-
export { default as
|
|
501
|
+
// CandyOff aliases
|
|
502
|
+
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
505
503
|
// Cannabis aliases
|
|
506
504
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
505
|
+
// Candy aliases
|
|
506
|
+
export { default as CandyIcon } from '../icons/candy';
|
|
507
507
|
// CaptionsOff aliases
|
|
508
508
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
509
509
|
// CarFront aliases
|
|
@@ -512,12 +512,12 @@ export { default as CarFrontIcon } from '../icons/car-front';
|
|
|
512
512
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
513
513
|
// Car aliases
|
|
514
514
|
export { default as CarIcon } from '../icons/car';
|
|
515
|
-
// Carrot aliases
|
|
516
|
-
export { default as CarrotIcon } from '../icons/carrot';
|
|
517
515
|
// Caravan aliases
|
|
518
516
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
519
517
|
// CaseLower aliases
|
|
520
518
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
519
|
+
// Carrot aliases
|
|
520
|
+
export { default as CarrotIcon } from '../icons/carrot';
|
|
521
521
|
// CaseSensitive aliases
|
|
522
522
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
523
523
|
// CaseUpper aliases
|
|
@@ -536,12 +536,12 @@ export { default as CctvIcon } from '../icons/cctv';
|
|
|
536
536
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
537
537
|
// ChartBarIncreasing aliases
|
|
538
538
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
539
|
+
// ChartBarStacked aliases
|
|
540
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
539
541
|
// ChartColumnDecreasing aliases
|
|
540
542
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
541
543
|
// ChartColumnStacked aliases
|
|
542
544
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
543
|
-
// ChartBarStacked aliases
|
|
544
|
-
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
545
545
|
// ChartGantt aliases
|
|
546
546
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
547
547
|
// ChartNetwork aliases
|
|
@@ -552,24 +552,24 @@ export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-ax
|
|
|
552
552
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
553
553
|
// ChartSpline aliases
|
|
554
554
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
555
|
-
// Check aliases
|
|
556
|
-
export { default as CheckIcon } from '../icons/check';
|
|
557
555
|
// CheckCheck aliases
|
|
558
556
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
557
|
+
// Check aliases
|
|
558
|
+
export { default as CheckIcon } from '../icons/check';
|
|
559
559
|
// ChefHat aliases
|
|
560
560
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
561
561
|
// Cherry aliases
|
|
562
562
|
export { default as CherryIcon } from '../icons/cherry';
|
|
563
|
-
// ChevronFirst aliases
|
|
564
|
-
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
565
563
|
// ChevronDown aliases
|
|
566
564
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
565
|
+
// ChevronFirst aliases
|
|
566
|
+
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
567
567
|
// ChevronLast aliases
|
|
568
568
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
569
|
-
// ChevronRight aliases
|
|
570
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
571
569
|
// ChevronLeft aliases
|
|
572
570
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
571
|
+
// ChevronRight aliases
|
|
572
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
573
573
|
// ChevronUp aliases
|
|
574
574
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
575
575
|
// ChevronsDownUp aliases
|
|
@@ -584,18 +584,18 @@ export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
|
584
584
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
585
585
|
// ChevronsRightLeft aliases
|
|
586
586
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
587
|
-
// ChevronsRight aliases
|
|
588
|
-
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
589
587
|
// ChevronsUpDown aliases
|
|
590
588
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
589
|
+
// ChevronsRight aliases
|
|
590
|
+
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
591
591
|
// ChevronsUp aliases
|
|
592
592
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
593
593
|
// Chrome aliases
|
|
594
594
|
export { default as ChromeIcon } from '../icons/chrome';
|
|
595
|
-
// CigaretteOff aliases
|
|
596
|
-
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
597
595
|
// Church aliases
|
|
598
596
|
export { default as ChurchIcon } from '../icons/church';
|
|
597
|
+
// CigaretteOff aliases
|
|
598
|
+
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
599
599
|
// Cigarette aliases
|
|
600
600
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
601
601
|
// CircleDashed aliases
|
|
@@ -604,28 +604,28 @@ export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
|
604
604
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
605
605
|
// CircleDotDashed aliases
|
|
606
606
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
607
|
-
// CircleDot aliases
|
|
608
|
-
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
609
607
|
// CircleEllipsis aliases
|
|
610
608
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
611
|
-
//
|
|
612
|
-
export { default as
|
|
609
|
+
// CircleDot aliases
|
|
610
|
+
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
613
611
|
// CircleFadingArrowUp aliases
|
|
614
612
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
615
|
-
//
|
|
616
|
-
export { default as
|
|
613
|
+
// CircleEqual aliases
|
|
614
|
+
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
617
615
|
// CircleFadingPlus aliases
|
|
618
616
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
619
|
-
//
|
|
620
|
-
export { default as
|
|
617
|
+
// CircleOff aliases
|
|
618
|
+
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
621
619
|
// CircleSlash aliases
|
|
622
620
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
621
|
+
// CircleSmall aliases
|
|
622
|
+
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
623
623
|
// Circle aliases
|
|
624
624
|
export { default as CircleIcon } from '../icons/circle';
|
|
625
|
-
// Citrus aliases
|
|
626
|
-
export { default as CitrusIcon } from '../icons/citrus';
|
|
627
625
|
// CircuitBoard aliases
|
|
628
626
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
627
|
+
// Citrus aliases
|
|
628
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
629
629
|
// Clapperboard aliases
|
|
630
630
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
631
631
|
// ClipboardCheck aliases
|
|
@@ -646,16 +646,16 @@ export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
|
646
646
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
647
647
|
// Clipboard aliases
|
|
648
648
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
649
|
-
// Clock10 aliases
|
|
650
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
651
649
|
// Clock1 aliases
|
|
652
650
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
651
|
+
// Clock10 aliases
|
|
652
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
653
653
|
// Clock11 aliases
|
|
654
654
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
655
|
-
// Clock2 aliases
|
|
656
|
-
export { default as Clock2Icon } from '../icons/clock-2';
|
|
657
655
|
// Clock12 aliases
|
|
658
656
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
657
|
+
// Clock2 aliases
|
|
658
|
+
export { default as Clock2Icon } from '../icons/clock-2';
|
|
659
659
|
// Clock3 aliases
|
|
660
660
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
661
661
|
// Clock4 aliases
|
|
@@ -678,40 +678,40 @@ export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
|
678
678
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
679
679
|
// ClockFading aliases
|
|
680
680
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
681
|
-
// Clock aliases
|
|
682
|
-
export { default as ClockIcon } from '../icons/clock';
|
|
683
681
|
// CloudAlert aliases
|
|
684
682
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
683
|
+
// Clock aliases
|
|
684
|
+
export { default as ClockIcon } from '../icons/clock';
|
|
685
685
|
// CloudCog aliases
|
|
686
686
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
687
|
-
// CloudFog aliases
|
|
688
|
-
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
689
687
|
// CloudDrizzle aliases
|
|
690
688
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
689
|
+
// CloudFog aliases
|
|
690
|
+
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
691
691
|
// CloudHail aliases
|
|
692
692
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
693
693
|
// CloudLightning aliases
|
|
694
694
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
695
|
+
// CloudMoonRain aliases
|
|
696
|
+
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
695
697
|
// CloudMoon aliases
|
|
696
698
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
697
699
|
// CloudOff aliases
|
|
698
700
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
699
|
-
// CloudMoonRain aliases
|
|
700
|
-
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
701
701
|
// CloudRainWind aliases
|
|
702
702
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
703
|
+
// CloudRain aliases
|
|
704
|
+
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
703
705
|
// CloudSnow aliases
|
|
704
706
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
705
707
|
// CloudSunRain aliases
|
|
706
708
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
707
|
-
// CloudRain aliases
|
|
708
|
-
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
709
709
|
// CloudSun aliases
|
|
710
710
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
711
|
-
// Cloudy aliases
|
|
712
|
-
export { default as CloudyIcon } from '../icons/cloudy';
|
|
713
711
|
// Cloud aliases
|
|
714
712
|
export { default as CloudIcon } from '../icons/cloud';
|
|
713
|
+
// Cloudy aliases
|
|
714
|
+
export { default as CloudyIcon } from '../icons/cloudy';
|
|
715
715
|
// Clover aliases
|
|
716
716
|
export { default as CloverIcon } from '../icons/clover';
|
|
717
717
|
// Club aliases
|
|
@@ -732,12 +732,12 @@ export { default as CoinsIcon } from '../icons/coins';
|
|
|
732
732
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
733
733
|
// Combine aliases
|
|
734
734
|
export { default as CombineIcon } from '../icons/combine';
|
|
735
|
-
// Component aliases
|
|
736
|
-
export { default as ComponentIcon } from '../icons/component';
|
|
737
|
-
// Compass aliases
|
|
738
|
-
export { default as CompassIcon } from '../icons/compass';
|
|
739
735
|
// Command aliases
|
|
740
736
|
export { default as CommandIcon } from '../icons/command';
|
|
737
|
+
// Compass aliases
|
|
738
|
+
export { default as CompassIcon } from '../icons/compass';
|
|
739
|
+
// Component aliases
|
|
740
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
741
741
|
// Computer aliases
|
|
742
742
|
export { default as ComputerIcon } from '../icons/computer';
|
|
743
743
|
// ConciergeBell aliases
|
|
@@ -750,28 +750,28 @@ export { default as ConstructionIcon } from '../icons/construction';
|
|
|
750
750
|
export { default as ContactIcon } from '../icons/contact';
|
|
751
751
|
// Container aliases
|
|
752
752
|
export { default as ContainerIcon } from '../icons/container';
|
|
753
|
-
// Contrast aliases
|
|
754
|
-
export { default as ContrastIcon } from '../icons/contrast';
|
|
755
|
-
// CookingPot aliases
|
|
756
|
-
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
757
753
|
// Cookie aliases
|
|
758
754
|
export { default as CookieIcon } from '../icons/cookie';
|
|
755
|
+
// CookingPot aliases
|
|
756
|
+
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
757
|
+
// Contrast aliases
|
|
758
|
+
export { default as ContrastIcon } from '../icons/contrast';
|
|
759
759
|
// CopyCheck aliases
|
|
760
760
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
761
|
-
// CopyPlus aliases
|
|
762
|
-
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
763
761
|
// CopyMinus aliases
|
|
764
762
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
763
|
+
// CopyPlus aliases
|
|
764
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
765
765
|
// CopySlash aliases
|
|
766
766
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
767
767
|
// CopyX aliases
|
|
768
768
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
769
769
|
// Copy aliases
|
|
770
770
|
export { default as CopyIcon } from '../icons/copy';
|
|
771
|
-
// Copyleft aliases
|
|
772
|
-
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
773
771
|
// Copyright aliases
|
|
774
772
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
773
|
+
// Copyleft aliases
|
|
774
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
775
775
|
// CornerDownLeft aliases
|
|
776
776
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
777
777
|
// CornerDownRight aliases
|
|
@@ -794,48 +794,48 @@ export { default as CpuIcon } from '../icons/cpu';
|
|
|
794
794
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
795
795
|
// CreditCard aliases
|
|
796
796
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
797
|
-
// Crop aliases
|
|
798
|
-
export { default as CropIcon } from '../icons/crop';
|
|
799
797
|
// Croissant aliases
|
|
800
798
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
799
|
+
// Crop aliases
|
|
800
|
+
export { default as CropIcon } from '../icons/crop';
|
|
801
801
|
// Cross aliases
|
|
802
802
|
export { default as CrossIcon } from '../icons/cross';
|
|
803
803
|
// Crosshair aliases
|
|
804
804
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
805
|
-
// Cuboid aliases
|
|
806
|
-
export { default as CuboidIcon } from '../icons/cuboid';
|
|
807
805
|
// Crown aliases
|
|
808
806
|
export { default as CrownIcon } from '../icons/crown';
|
|
807
|
+
// Cuboid aliases
|
|
808
|
+
export { default as CuboidIcon } from '../icons/cuboid';
|
|
809
809
|
// CupSoda aliases
|
|
810
810
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
811
811
|
// Currency aliases
|
|
812
812
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
813
|
-
// Dam aliases
|
|
814
|
-
export { default as DamIcon } from '../icons/dam';
|
|
815
813
|
// Cylinder aliases
|
|
816
814
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
817
|
-
//
|
|
818
|
-
export { default as
|
|
815
|
+
// Dam aliases
|
|
816
|
+
export { default as DamIcon } from '../icons/dam';
|
|
819
817
|
// DatabaseZap aliases
|
|
820
818
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
819
|
+
// DatabaseBackup aliases
|
|
820
|
+
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
821
821
|
// Database aliases
|
|
822
822
|
export { default as DatabaseIcon } from '../icons/database';
|
|
823
|
-
// DecimalsArrowLeft aliases
|
|
824
|
-
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
825
823
|
// DecimalsArrowRight aliases
|
|
826
824
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
825
|
+
// DecimalsArrowLeft aliases
|
|
826
|
+
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
827
|
+
// Dessert aliases
|
|
828
|
+
export { default as DessertIcon } from '../icons/dessert';
|
|
827
829
|
// Delete aliases
|
|
828
830
|
export { default as DeleteIcon } from '../icons/delete';
|
|
829
831
|
// Diameter aliases
|
|
830
832
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
831
|
-
// Dessert aliases
|
|
832
|
-
export { default as DessertIcon } from '../icons/dessert';
|
|
833
833
|
// DiamondMinus aliases
|
|
834
834
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
835
|
-
// DiamondPlus aliases
|
|
836
|
-
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
837
835
|
// Diamond aliases
|
|
838
836
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
837
|
+
// DiamondPlus aliases
|
|
838
|
+
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
839
839
|
// Dice2 aliases
|
|
840
840
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
841
841
|
// Dice1 aliases
|
|
@@ -844,42 +844,42 @@ export { default as Dice1Icon } from '../icons/dice-1';
|
|
|
844
844
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
845
845
|
// Dice4 aliases
|
|
846
846
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
847
|
-
// Dice6 aliases
|
|
848
|
-
export { default as Dice6Icon } from '../icons/dice-6';
|
|
849
847
|
// Dice5 aliases
|
|
850
848
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
851
|
-
//
|
|
852
|
-
export { default as
|
|
849
|
+
// Dice6 aliases
|
|
850
|
+
export { default as Dice6Icon } from '../icons/dice-6';
|
|
853
851
|
// Dices aliases
|
|
854
852
|
export { default as DicesIcon } from '../icons/dices';
|
|
853
|
+
// Diff aliases
|
|
854
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
855
855
|
// Disc2 aliases
|
|
856
856
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
857
857
|
// Disc3 aliases
|
|
858
858
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
859
|
-
// Disc aliases
|
|
860
|
-
export { default as DiscIcon } from '../icons/disc';
|
|
861
|
-
// Divide aliases
|
|
862
|
-
export { default as DivideIcon } from '../icons/divide';
|
|
863
859
|
// DiscAlbum aliases
|
|
864
860
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
861
|
+
// Disc aliases
|
|
862
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
865
863
|
// DnaOff aliases
|
|
866
864
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
865
|
+
// Divide aliases
|
|
866
|
+
export { default as DivideIcon } from '../icons/divide';
|
|
867
867
|
// Dna aliases
|
|
868
868
|
export { default as DnaIcon } from '../icons/dna';
|
|
869
|
-
// Dog aliases
|
|
870
|
-
export { default as DogIcon } from '../icons/dog';
|
|
871
869
|
// Dock aliases
|
|
872
870
|
export { default as DockIcon } from '../icons/dock';
|
|
871
|
+
// Dog aliases
|
|
872
|
+
export { default as DogIcon } from '../icons/dog';
|
|
873
873
|
// DollarSign aliases
|
|
874
874
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
875
|
-
// DoorClosed aliases
|
|
876
|
-
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
877
875
|
// Donut aliases
|
|
878
876
|
export { default as DonutIcon } from '../icons/donut';
|
|
879
|
-
//
|
|
880
|
-
export { default as
|
|
877
|
+
// DoorClosed aliases
|
|
878
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
881
879
|
// Dot aliases
|
|
882
880
|
export { default as DotIcon } from '../icons/dot';
|
|
881
|
+
// DoorOpen aliases
|
|
882
|
+
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
883
883
|
// Download aliases
|
|
884
884
|
export { default as DownloadIcon } from '../icons/download';
|
|
885
885
|
// DraftingCompass aliases
|
|
@@ -888,32 +888,32 @@ export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
|
888
888
|
export { default as DramaIcon } from '../icons/drama';
|
|
889
889
|
// Dribbble aliases
|
|
890
890
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
891
|
-
// DropletOff aliases
|
|
892
|
-
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
893
891
|
// Drill aliases
|
|
894
892
|
export { default as DrillIcon } from '../icons/drill';
|
|
895
|
-
//
|
|
896
|
-
export { default as
|
|
893
|
+
// DropletOff aliases
|
|
894
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
897
895
|
// Droplets aliases
|
|
898
896
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
899
|
-
// Drumstick aliases
|
|
900
|
-
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
901
897
|
// Drum aliases
|
|
902
898
|
export { default as DrumIcon } from '../icons/drum';
|
|
903
|
-
//
|
|
904
|
-
export { default as
|
|
899
|
+
// Droplet aliases
|
|
900
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
905
901
|
// EarOff aliases
|
|
906
902
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
903
|
+
// Dumbbell aliases
|
|
904
|
+
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
905
|
+
// Drumstick aliases
|
|
906
|
+
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
907
907
|
// Ear aliases
|
|
908
908
|
export { default as EarIcon } from '../icons/ear';
|
|
909
909
|
// EarthLock aliases
|
|
910
910
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
911
911
|
// EggFried aliases
|
|
912
912
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
913
|
-
// EggOff aliases
|
|
914
|
-
export { default as EggOffIcon } from '../icons/egg-off';
|
|
915
913
|
// Eclipse aliases
|
|
916
914
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
915
|
+
// EggOff aliases
|
|
916
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
917
917
|
// Egg aliases
|
|
918
918
|
export { default as EggIcon } from '../icons/egg';
|
|
919
919
|
// EqualApproximately aliases
|
|
@@ -930,18 +930,18 @@ export { default as EraserIcon } from '../icons/eraser';
|
|
|
930
930
|
export { default as EuroIcon } from '../icons/euro';
|
|
931
931
|
// Expand aliases
|
|
932
932
|
export { default as ExpandIcon } from '../icons/expand';
|
|
933
|
-
// EyeClosed aliases
|
|
934
|
-
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
935
933
|
// ExternalLink aliases
|
|
936
934
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
935
|
+
// EyeClosed aliases
|
|
936
|
+
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
937
937
|
// EyeOff aliases
|
|
938
938
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
939
939
|
// Eye aliases
|
|
940
940
|
export { default as EyeIcon } from '../icons/eye';
|
|
941
|
-
// Factory aliases
|
|
942
|
-
export { default as FactoryIcon } from '../icons/factory';
|
|
943
941
|
// Facebook aliases
|
|
944
942
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
943
|
+
// Factory aliases
|
|
944
|
+
export { default as FactoryIcon } from '../icons/factory';
|
|
945
945
|
// Fan aliases
|
|
946
946
|
export { default as FanIcon } from '../icons/fan';
|
|
947
947
|
// FastForward aliases
|
|
@@ -950,46 +950,46 @@ export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
|
950
950
|
export { default as FeatherIcon } from '../icons/feather';
|
|
951
951
|
// Fence aliases
|
|
952
952
|
export { default as FenceIcon } from '../icons/fence';
|
|
953
|
-
// Figma aliases
|
|
954
|
-
export { default as FigmaIcon } from '../icons/figma';
|
|
955
953
|
// FerrisWheel aliases
|
|
956
954
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
957
955
|
// FileArchive aliases
|
|
958
956
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
957
|
+
// Figma aliases
|
|
958
|
+
export { default as FigmaIcon } from '../icons/figma';
|
|
959
959
|
// FileAudio2 aliases
|
|
960
960
|
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
961
961
|
// FileAudio aliases
|
|
962
962
|
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
963
963
|
// FileBadge2 aliases
|
|
964
964
|
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
965
|
-
// FileBox aliases
|
|
966
|
-
export { default as FileBoxIcon } from '../icons/file-box';
|
|
967
965
|
// FileBadge aliases
|
|
968
966
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
967
|
+
// FileBox aliases
|
|
968
|
+
export { default as FileBoxIcon } from '../icons/file-box';
|
|
969
969
|
// FileCheck2 aliases
|
|
970
970
|
export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
971
|
-
// FileCheck aliases
|
|
972
|
-
export { default as FileCheckIcon } from '../icons/file-check';
|
|
973
|
-
// FileCode2 aliases
|
|
974
|
-
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
975
971
|
// FileClock aliases
|
|
976
972
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
973
|
+
// FileCode2 aliases
|
|
974
|
+
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
975
|
+
// FileCheck aliases
|
|
976
|
+
export { default as FileCheckIcon } from '../icons/file-check';
|
|
977
977
|
// FileCode aliases
|
|
978
978
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
979
979
|
// FileDiff aliases
|
|
980
980
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
981
|
-
// FileDown aliases
|
|
982
|
-
export { default as FileDownIcon } from '../icons/file-down';
|
|
983
981
|
// FileDigit aliases
|
|
984
982
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
983
|
+
// FileDown aliases
|
|
984
|
+
export { default as FileDownIcon } from '../icons/file-down';
|
|
985
985
|
// FileHeart aliases
|
|
986
986
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
987
|
-
// FileImage aliases
|
|
988
|
-
export { default as FileImageIcon } from '../icons/file-image';
|
|
989
987
|
// FileInput aliases
|
|
990
988
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
991
989
|
// FileJson2 aliases
|
|
992
990
|
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
991
|
+
// FileImage aliases
|
|
992
|
+
export { default as FileImageIcon } from '../icons/file-image';
|
|
993
993
|
// FileJson aliases
|
|
994
994
|
export { default as FileJsonIcon } from '../icons/file-json';
|
|
995
995
|
// FileKey2 aliases
|
|
@@ -998,10 +998,10 @@ export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
|
998
998
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
999
999
|
// FileLock2 aliases
|
|
1000
1000
|
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1001
|
-
// FileLock aliases
|
|
1002
|
-
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1003
1001
|
// FileMinus2 aliases
|
|
1004
1002
|
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1003
|
+
// FileLock aliases
|
|
1004
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1005
1005
|
// FileMinus aliases
|
|
1006
1006
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1007
1007
|
// FileMusic aliases
|
|
@@ -1010,58 +1010,58 @@ export { default as FileMusicIcon } from '../icons/file-music';
|
|
|
1010
1010
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1011
1011
|
// FilePlus aliases
|
|
1012
1012
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1013
|
-
// FilePlus2 aliases
|
|
1014
|
-
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1015
|
-
// FileScan aliases
|
|
1016
|
-
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1017
1013
|
// FileQuestion aliases
|
|
1018
1014
|
export { default as FileQuestionIcon } from '../icons/file-question';
|
|
1015
|
+
// FilePlus2 aliases
|
|
1016
|
+
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1019
1017
|
// FileSearch2 aliases
|
|
1020
1018
|
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1021
|
-
//
|
|
1022
|
-
export { default as
|
|
1019
|
+
// FileScan aliases
|
|
1020
|
+
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1023
1021
|
// FileSliders aliases
|
|
1024
1022
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1023
|
+
// FileSearch aliases
|
|
1024
|
+
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1025
1025
|
// FileSpreadsheet aliases
|
|
1026
1026
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1027
1027
|
// FileStack aliases
|
|
1028
1028
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1029
1029
|
// FileSymlink aliases
|
|
1030
1030
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1031
|
-
// FileTerminal aliases
|
|
1032
|
-
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1033
|
-
// FileType2 aliases
|
|
1034
|
-
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1035
1031
|
// FileText aliases
|
|
1036
1032
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1033
|
+
// FileType2 aliases
|
|
1034
|
+
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1035
|
+
// FileTerminal aliases
|
|
1036
|
+
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1037
1037
|
// FileType aliases
|
|
1038
1038
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1039
1039
|
// FileUp aliases
|
|
1040
1040
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1041
|
-
// FileUser aliases
|
|
1042
|
-
export { default as FileUserIcon } from '../icons/file-user';
|
|
1043
1041
|
// FileVideo2 aliases
|
|
1044
1042
|
export { default as FileVideo2Icon } from '../icons/file-video-2';
|
|
1043
|
+
// FileUser aliases
|
|
1044
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1045
1045
|
// FileVideo aliases
|
|
1046
1046
|
export { default as FileVideoIcon } from '../icons/file-video';
|
|
1047
1047
|
// FileVolume2 aliases
|
|
1048
1048
|
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1049
1049
|
// FileVolume aliases
|
|
1050
1050
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1051
|
-
// FileX2 aliases
|
|
1052
|
-
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1053
1051
|
// FileWarning aliases
|
|
1054
1052
|
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1053
|
+
// FileX2 aliases
|
|
1054
|
+
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1055
1055
|
// FileX aliases
|
|
1056
1056
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1057
|
-
// File aliases
|
|
1058
|
-
export { default as FileIcon } from '../icons/file';
|
|
1059
1057
|
// Files aliases
|
|
1060
1058
|
export { default as FilesIcon } from '../icons/files';
|
|
1061
|
-
//
|
|
1062
|
-
export { default as
|
|
1059
|
+
// File aliases
|
|
1060
|
+
export { default as FileIcon } from '../icons/file';
|
|
1063
1061
|
// Fingerprint aliases
|
|
1064
1062
|
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1063
|
+
// Film aliases
|
|
1064
|
+
export { default as FilmIcon } from '../icons/film';
|
|
1065
1065
|
// FireExtinguisher aliases
|
|
1066
1066
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1067
1067
|
// FishOff aliases
|
|
@@ -1070,10 +1070,10 @@ export { default as FishOffIcon } from '../icons/fish-off';
|
|
|
1070
1070
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1071
1071
|
// Fish aliases
|
|
1072
1072
|
export { default as FishIcon } from '../icons/fish';
|
|
1073
|
-
// FlagTriangleLeft aliases
|
|
1074
|
-
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1075
1073
|
// FlagOff aliases
|
|
1076
1074
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1075
|
+
// FlagTriangleLeft aliases
|
|
1076
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1077
1077
|
// FlagTriangleRight aliases
|
|
1078
1078
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1079
1079
|
// Flag aliases
|
|
@@ -1086,14 +1086,14 @@ export { default as FlameIcon } from '../icons/flame';
|
|
|
1086
1086
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1087
1087
|
// Flashlight aliases
|
|
1088
1088
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1089
|
-
// FlaskConical aliases
|
|
1090
|
-
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1091
1089
|
// FlaskConicalOff aliases
|
|
1092
1090
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1093
1091
|
// FlaskRound aliases
|
|
1094
1092
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1095
1093
|
// FlipHorizontal2 aliases
|
|
1096
1094
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1095
|
+
// FlaskConical aliases
|
|
1096
|
+
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1097
1097
|
// FlipHorizontal aliases
|
|
1098
1098
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1099
1099
|
// FlipVertical2 aliases
|
|
@@ -1104,18 +1104,18 @@ export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
|
1104
1104
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1105
1105
|
// Flower aliases
|
|
1106
1106
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1107
|
-
// Focus aliases
|
|
1108
|
-
export { default as FocusIcon } from '../icons/focus';
|
|
1109
1107
|
// FoldHorizontal aliases
|
|
1110
1108
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1111
|
-
//
|
|
1112
|
-
export { default as
|
|
1109
|
+
// Focus aliases
|
|
1110
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1113
1111
|
// FolderArchive aliases
|
|
1114
1112
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1115
|
-
//
|
|
1116
|
-
export { default as
|
|
1113
|
+
// FoldVertical aliases
|
|
1114
|
+
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1117
1115
|
// FolderClock aliases
|
|
1118
1116
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1117
|
+
// FolderCheck aliases
|
|
1118
|
+
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1119
1119
|
// FolderClosed aliases
|
|
1120
1120
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1121
1121
|
// FolderCode aliases
|
|
@@ -1124,10 +1124,10 @@ export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
|
1124
1124
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1125
1125
|
// FolderDown aliases
|
|
1126
1126
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1127
|
-
// FolderGit2 aliases
|
|
1128
|
-
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1129
1127
|
// FolderGit aliases
|
|
1130
1128
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1129
|
+
// FolderGit2 aliases
|
|
1130
|
+
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1131
1131
|
// FolderHeart aliases
|
|
1132
1132
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1133
1133
|
// FolderInput aliases
|
|
@@ -1138,10 +1138,10 @@ export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
|
1138
1138
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1139
1139
|
// FolderLock aliases
|
|
1140
1140
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1141
|
-
// FolderOpenDot aliases
|
|
1142
|
-
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1143
1141
|
// FolderMinus aliases
|
|
1144
1142
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1143
|
+
// FolderOpenDot aliases
|
|
1144
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1145
1145
|
// FolderOpen aliases
|
|
1146
1146
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1147
1147
|
// FolderOutput aliases
|
|
@@ -1150,26 +1150,26 @@ export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
|
1150
1150
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1151
1151
|
// FolderRoot aliases
|
|
1152
1152
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1153
|
-
// FolderSearch aliases
|
|
1154
|
-
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1155
1153
|
// FolderSearch2 aliases
|
|
1156
1154
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1155
|
+
// FolderSearch aliases
|
|
1156
|
+
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1157
1157
|
// FolderSymlink aliases
|
|
1158
1158
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1159
|
-
// FolderSync aliases
|
|
1160
|
-
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1161
1159
|
// FolderUp aliases
|
|
1162
1160
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1161
|
+
// FolderSync aliases
|
|
1162
|
+
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1163
1163
|
// FolderTree aliases
|
|
1164
1164
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1165
1165
|
// FolderX aliases
|
|
1166
1166
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1167
1167
|
// Folder aliases
|
|
1168
1168
|
export { default as FolderIcon } from '../icons/folder';
|
|
1169
|
-
// Footprints aliases
|
|
1170
|
-
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1171
1169
|
// Folders aliases
|
|
1172
1170
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1171
|
+
// Footprints aliases
|
|
1172
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1173
1173
|
// Forklift aliases
|
|
1174
1174
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1175
1175
|
// Forward aliases
|
|
@@ -1188,10 +1188,10 @@ export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
|
1188
1188
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1189
1189
|
// GalleryHorizontalEnd aliases
|
|
1190
1190
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1191
|
-
// GalleryThumbnails aliases
|
|
1192
|
-
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1193
1191
|
// GalleryHorizontal aliases
|
|
1194
1192
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1193
|
+
// GalleryThumbnails aliases
|
|
1194
|
+
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1195
1195
|
// GalleryVerticalEnd aliases
|
|
1196
1196
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1197
1197
|
// GalleryVertical aliases
|
|
@@ -1216,28 +1216,28 @@ export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
|
1216
1216
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1217
1217
|
// GitCommitVertical aliases
|
|
1218
1218
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1219
|
-
// GitCompare aliases
|
|
1220
|
-
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1221
1219
|
// GitCompareArrows aliases
|
|
1222
1220
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1223
|
-
//
|
|
1224
|
-
export { default as
|
|
1221
|
+
// GitCompare aliases
|
|
1222
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1225
1223
|
// GitGraph aliases
|
|
1226
1224
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1225
|
+
// GitFork aliases
|
|
1226
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1227
1227
|
// GitMerge aliases
|
|
1228
1228
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1229
1229
|
// GitPullRequestArrow aliases
|
|
1230
1230
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1231
|
-
// GitPullRequestCreateArrow aliases
|
|
1232
|
-
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1233
1231
|
// GitPullRequestClosed aliases
|
|
1234
1232
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1235
|
-
//
|
|
1236
|
-
export { default as
|
|
1233
|
+
// GitPullRequestCreateArrow aliases
|
|
1234
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1237
1235
|
// GitPullRequestDraft aliases
|
|
1238
1236
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1239
1237
|
// GitPullRequest aliases
|
|
1240
1238
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1239
|
+
// GitPullRequestCreate aliases
|
|
1240
|
+
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1241
1241
|
// Github aliases
|
|
1242
1242
|
export { default as GithubIcon } from '../icons/github';
|
|
1243
1243
|
// Gitlab aliases
|
|
@@ -1248,10 +1248,10 @@ export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
|
1248
1248
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1249
1249
|
// Glasses aliases
|
|
1250
1250
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1251
|
-
// Globe aliases
|
|
1252
|
-
export { default as GlobeIcon } from '../icons/globe';
|
|
1253
1251
|
// Goal aliases
|
|
1254
1252
|
export { default as GoalIcon } from '../icons/goal';
|
|
1253
|
+
// Globe aliases
|
|
1254
|
+
export { default as GlobeIcon } from '../icons/globe';
|
|
1255
1255
|
// Grab aliases
|
|
1256
1256
|
export { default as GrabIcon } from '../icons/grab';
|
|
1257
1257
|
// GraduationCap aliases
|
|
@@ -1260,18 +1260,18 @@ export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
|
1260
1260
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1261
1261
|
// GripHorizontal aliases
|
|
1262
1262
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1263
|
-
// Grip aliases
|
|
1264
|
-
export { default as GripIcon } from '../icons/grip';
|
|
1265
1263
|
// GripVertical aliases
|
|
1266
1264
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1265
|
+
// Grip aliases
|
|
1266
|
+
export { default as GripIcon } from '../icons/grip';
|
|
1267
1267
|
// Group aliases
|
|
1268
1268
|
export { default as GroupIcon } from '../icons/group';
|
|
1269
|
+
// Guitar aliases
|
|
1270
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1269
1271
|
// Ham aliases
|
|
1270
1272
|
export { default as HamIcon } from '../icons/ham';
|
|
1271
1273
|
// Hammer aliases
|
|
1272
1274
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1273
|
-
// Guitar aliases
|
|
1274
|
-
export { default as GuitarIcon } from '../icons/guitar';
|
|
1275
1275
|
// HandCoins aliases
|
|
1276
1276
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1277
1277
|
// HandHeart aliases
|
|
@@ -1284,78 +1284,78 @@ export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
|
1284
1284
|
export { default as HandIcon } from '../icons/hand';
|
|
1285
1285
|
// Handshake aliases
|
|
1286
1286
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1287
|
-
// HardDriveDownload aliases
|
|
1288
|
-
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1289
1287
|
// HardDriveUpload aliases
|
|
1290
1288
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1289
|
+
// HardDriveDownload aliases
|
|
1290
|
+
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1291
1291
|
// HardDrive aliases
|
|
1292
1292
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1293
|
-
// HardHat aliases
|
|
1294
|
-
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1295
1293
|
// Hash aliases
|
|
1296
1294
|
export { default as HashIcon } from '../icons/hash';
|
|
1295
|
+
// HardHat aliases
|
|
1296
|
+
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1297
1297
|
// Haze aliases
|
|
1298
1298
|
export { default as HazeIcon } from '../icons/haze';
|
|
1299
1299
|
// HdmiPort aliases
|
|
1300
1300
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1301
1301
|
// Heading1 aliases
|
|
1302
1302
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1303
|
-
// Heading2 aliases
|
|
1304
|
-
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1305
|
-
// Heading5 aliases
|
|
1306
|
-
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1307
1303
|
// Heading3 aliases
|
|
1308
1304
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1305
|
+
// Heading2 aliases
|
|
1306
|
+
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1309
1307
|
// Heading4 aliases
|
|
1310
1308
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1309
|
+
// Heading5 aliases
|
|
1310
|
+
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1311
1311
|
// Heading6 aliases
|
|
1312
1312
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1313
1313
|
// Heading aliases
|
|
1314
1314
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1315
1315
|
// HeadphoneOff aliases
|
|
1316
1316
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1317
|
+
// Headphones aliases
|
|
1318
|
+
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1317
1319
|
// Headset aliases
|
|
1318
1320
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1319
1321
|
// HeartCrack aliases
|
|
1320
1322
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1321
|
-
// Headphones aliases
|
|
1322
|
-
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1323
|
-
// HeartMinus aliases
|
|
1324
|
-
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1325
1323
|
// HeartHandshake aliases
|
|
1326
1324
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1325
|
+
// HeartMinus aliases
|
|
1326
|
+
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1327
1327
|
// HeartOff aliases
|
|
1328
1328
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1329
|
-
// HeartPlus aliases
|
|
1330
|
-
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1331
1329
|
// HeartPulse aliases
|
|
1332
1330
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1333
|
-
//
|
|
1334
|
-
export { default as
|
|
1331
|
+
// HeartPlus aliases
|
|
1332
|
+
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1335
1333
|
// Heater aliases
|
|
1336
1334
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1337
|
-
//
|
|
1338
|
-
export { default as
|
|
1335
|
+
// Heart aliases
|
|
1336
|
+
export { default as HeartIcon } from '../icons/heart';
|
|
1339
1337
|
// Hexagon aliases
|
|
1340
1338
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1341
1339
|
// History aliases
|
|
1342
1340
|
export { default as HistoryIcon } from '../icons/history';
|
|
1341
|
+
// Highlighter aliases
|
|
1342
|
+
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1343
1343
|
// HopOff aliases
|
|
1344
1344
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1345
|
-
// Hop aliases
|
|
1346
|
-
export { default as HopIcon } from '../icons/hop';
|
|
1347
1345
|
// Hospital aliases
|
|
1348
1346
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1347
|
+
// Hop aliases
|
|
1348
|
+
export { default as HopIcon } from '../icons/hop';
|
|
1349
1349
|
// Hotel aliases
|
|
1350
1350
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1351
1351
|
// Hourglass aliases
|
|
1352
1352
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1353
1353
|
// HousePlug aliases
|
|
1354
1354
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1355
|
-
// HouseWifi aliases
|
|
1356
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1357
1355
|
// HousePlus aliases
|
|
1358
1356
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1357
|
+
// HouseWifi aliases
|
|
1358
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1359
1359
|
// IdCard aliases
|
|
1360
1360
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1361
1361
|
// ImageDown aliases
|
|
@@ -1368,42 +1368,40 @@ export { default as ImageOffIcon } from '../icons/image-off';
|
|
|
1368
1368
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1369
1369
|
// ImagePlus aliases
|
|
1370
1370
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1371
|
-
// ImageUp aliases
|
|
1372
|
-
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1373
1371
|
// ImageUpscale aliases
|
|
1374
1372
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1373
|
+
// ImageUp aliases
|
|
1374
|
+
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1375
1375
|
// Image aliases
|
|
1376
1376
|
export { default as ImageIcon } from '../icons/image';
|
|
1377
|
-
// Import aliases
|
|
1378
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1379
1377
|
// Images aliases
|
|
1380
1378
|
export { default as ImagesIcon } from '../icons/images';
|
|
1379
|
+
// Import aliases
|
|
1380
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1381
1381
|
// Inbox aliases
|
|
1382
1382
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1383
1383
|
// IndianRupee aliases
|
|
1384
1384
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1385
1385
|
// Infinity aliases
|
|
1386
1386
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1387
|
+
// Info aliases
|
|
1388
|
+
export { default as InfoIcon } from '../icons/info';
|
|
1387
1389
|
// InspectionPanel aliases
|
|
1388
1390
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1389
1391
|
// Instagram aliases
|
|
1390
1392
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1391
|
-
// Info aliases
|
|
1392
|
-
export { default as InfoIcon } from '../icons/info';
|
|
1393
1393
|
// Italic aliases
|
|
1394
1394
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1395
1395
|
// IterationCcw aliases
|
|
1396
1396
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1397
1397
|
// IterationCw aliases
|
|
1398
1398
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1399
|
-
// JapaneseYen aliases
|
|
1400
|
-
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1401
1399
|
// Joystick aliases
|
|
1402
1400
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1401
|
+
// JapaneseYen aliases
|
|
1402
|
+
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1403
1403
|
// Kanban aliases
|
|
1404
1404
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1405
|
-
// KeySquare aliases
|
|
1406
|
-
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1407
1405
|
// KeyRound aliases
|
|
1408
1406
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1409
1407
|
// Key aliases
|
|
@@ -1414,14 +1412,16 @@ export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
|
1414
1412
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1415
1413
|
// Keyboard aliases
|
|
1416
1414
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1417
|
-
//
|
|
1418
|
-
export { default as
|
|
1415
|
+
// KeySquare aliases
|
|
1416
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1419
1417
|
// LampDesk aliases
|
|
1420
1418
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1421
|
-
// LampWallDown aliases
|
|
1422
|
-
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1423
1419
|
// LampFloor aliases
|
|
1424
1420
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1421
|
+
// LampCeiling aliases
|
|
1422
|
+
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1423
|
+
// LampWallDown aliases
|
|
1424
|
+
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1425
1425
|
// Lamp aliases
|
|
1426
1426
|
export { default as LampIcon } from '../icons/lamp';
|
|
1427
1427
|
// LampWallUp aliases
|
|
@@ -1460,60 +1460,60 @@ export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
|
1460
1460
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1461
1461
|
// LeafyGreen aliases
|
|
1462
1462
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1463
|
-
// LetterText aliases
|
|
1464
|
-
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1465
1463
|
// Lectern aliases
|
|
1466
1464
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1465
|
+
// LetterText aliases
|
|
1466
|
+
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1467
1467
|
// LibraryBig aliases
|
|
1468
1468
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1469
|
-
// Library aliases
|
|
1470
|
-
export { default as LibraryIcon } from '../icons/library';
|
|
1471
1469
|
// LifeBuoy aliases
|
|
1472
1470
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1473
|
-
// LightbulbOff aliases
|
|
1474
|
-
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1475
1471
|
// Ligature aliases
|
|
1476
1472
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1473
|
+
// LightbulbOff aliases
|
|
1474
|
+
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1475
|
+
// Library aliases
|
|
1476
|
+
export { default as LibraryIcon } from '../icons/library';
|
|
1477
1477
|
// Lightbulb aliases
|
|
1478
1478
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1479
1479
|
// Link2Off aliases
|
|
1480
1480
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1481
1481
|
// Link2 aliases
|
|
1482
1482
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1483
|
+
// Link aliases
|
|
1484
|
+
export { default as LinkIcon } from '../icons/link';
|
|
1483
1485
|
// Linkedin aliases
|
|
1484
1486
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1485
1487
|
// ListCheck aliases
|
|
1486
1488
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1487
|
-
// Link aliases
|
|
1488
|
-
export { default as LinkIcon } from '../icons/link';
|
|
1489
1489
|
// ListChecks aliases
|
|
1490
1490
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1491
1491
|
// ListCollapse aliases
|
|
1492
1492
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1493
1493
|
// ListEnd aliases
|
|
1494
1494
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1495
|
-
// ListFilterPlus aliases
|
|
1496
|
-
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1497
1495
|
// ListFilter aliases
|
|
1498
1496
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1497
|
+
// ListFilterPlus aliases
|
|
1498
|
+
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1499
1499
|
// ListMinus aliases
|
|
1500
1500
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1501
|
-
// ListOrdered aliases
|
|
1502
|
-
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1503
1501
|
// ListMusic aliases
|
|
1504
1502
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1505
1503
|
// ListPlus aliases
|
|
1506
1504
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1505
|
+
// ListOrdered aliases
|
|
1506
|
+
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1507
1507
|
// ListRestart aliases
|
|
1508
1508
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1509
|
+
// ListStart aliases
|
|
1510
|
+
export { default as ListStartIcon } from '../icons/list-start';
|
|
1509
1511
|
// ListTodo aliases
|
|
1510
1512
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1511
1513
|
// ListTree aliases
|
|
1512
1514
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1513
1515
|
// ListVideo aliases
|
|
1514
1516
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1515
|
-
// ListStart aliases
|
|
1516
|
-
export { default as ListStartIcon } from '../icons/list-start';
|
|
1517
1517
|
// ListX aliases
|
|
1518
1518
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1519
1519
|
// List aliases
|
|
@@ -1522,24 +1522,24 @@ export { default as ListIcon } from '../icons/list';
|
|
|
1522
1522
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1523
1523
|
// Loader aliases
|
|
1524
1524
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1525
|
-
// LocateFixed aliases
|
|
1526
|
-
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1527
1525
|
// LocateOff aliases
|
|
1528
1526
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1529
1527
|
// Locate aliases
|
|
1530
1528
|
export { default as LocateIcon } from '../icons/locate';
|
|
1531
|
-
//
|
|
1532
|
-
export { default as
|
|
1529
|
+
// LocateFixed aliases
|
|
1530
|
+
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1533
1531
|
// LockKeyhole aliases
|
|
1534
1532
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1535
|
-
//
|
|
1536
|
-
export { default as
|
|
1533
|
+
// LocationEdit aliases
|
|
1534
|
+
export { default as LocationEditIcon } from '../icons/location-edit';
|
|
1537
1535
|
// Lock aliases
|
|
1538
1536
|
export { default as LockIcon } from '../icons/lock';
|
|
1539
|
-
//
|
|
1540
|
-
export { default as
|
|
1537
|
+
// LogIn aliases
|
|
1538
|
+
export { default as LogInIcon } from '../icons/log-in';
|
|
1541
1539
|
// Logs aliases
|
|
1542
1540
|
export { default as LogsIcon } from '../icons/logs';
|
|
1541
|
+
// LogOut aliases
|
|
1542
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1543
1543
|
// Lollipop aliases
|
|
1544
1544
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1545
1545
|
// Luggage aliases
|
|
@@ -1556,10 +1556,10 @@ export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
|
1556
1556
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1557
1557
|
// MailQuestion aliases
|
|
1558
1558
|
export { default as MailQuestionIcon } from '../icons/mail-question';
|
|
1559
|
-
// MailWarning aliases
|
|
1560
|
-
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1561
1559
|
// MailSearch aliases
|
|
1562
1560
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1561
|
+
// MailWarning aliases
|
|
1562
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1563
1563
|
// MailX aliases
|
|
1564
1564
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1565
1565
|
// Mail aliases
|
|
@@ -1572,56 +1572,56 @@ export { default as MailsIcon } from '../icons/mails';
|
|
|
1572
1572
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1573
1573
|
// MapPinCheck aliases
|
|
1574
1574
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1575
|
-
// MapPinMinusInside aliases
|
|
1576
|
-
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1577
1575
|
// MapPinHouse aliases
|
|
1578
1576
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1577
|
+
// MapPinMinusInside aliases
|
|
1578
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1579
1579
|
// MapPinMinus aliases
|
|
1580
1580
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1581
|
-
// MapPinPlusInside aliases
|
|
1582
|
-
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1583
1581
|
// MapPinOff aliases
|
|
1584
1582
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1583
|
+
// MapPinPlusInside aliases
|
|
1584
|
+
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1585
1585
|
// MapPinPlus aliases
|
|
1586
1586
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1587
1587
|
// MapPinXInside aliases
|
|
1588
1588
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1589
|
+
// MapPin aliases
|
|
1590
|
+
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1589
1591
|
// MapPinX aliases
|
|
1590
1592
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1591
1593
|
// MapPinned aliases
|
|
1592
1594
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1593
|
-
// MapPlus aliases
|
|
1594
|
-
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1595
1595
|
// Map aliases
|
|
1596
1596
|
export { default as MapIcon } from '../icons/map';
|
|
1597
|
-
//
|
|
1598
|
-
export { default as
|
|
1597
|
+
// MapPlus aliases
|
|
1598
|
+
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1599
1599
|
// MarsStroke aliases
|
|
1600
1600
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1601
|
+
// Martini aliases
|
|
1602
|
+
export { default as MartiniIcon } from '../icons/martini';
|
|
1601
1603
|
// Mars aliases
|
|
1602
1604
|
export { default as MarsIcon } from '../icons/mars';
|
|
1603
1605
|
// Maximize2 aliases
|
|
1604
1606
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1605
|
-
// Martini aliases
|
|
1606
|
-
export { default as MartiniIcon } from '../icons/martini';
|
|
1607
|
-
// Maximize aliases
|
|
1608
|
-
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1609
1607
|
// Medal aliases
|
|
1610
1608
|
export { default as MedalIcon } from '../icons/medal';
|
|
1609
|
+
// Maximize aliases
|
|
1610
|
+
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1611
1611
|
// MegaphoneOff aliases
|
|
1612
1612
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1613
1613
|
// Megaphone aliases
|
|
1614
1614
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1615
1615
|
// Meh aliases
|
|
1616
1616
|
export { default as MehIcon } from '../icons/meh';
|
|
1617
|
+
// MemoryStick aliases
|
|
1618
|
+
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1617
1619
|
// Menu aliases
|
|
1618
1620
|
export { default as MenuIcon } from '../icons/menu';
|
|
1619
1621
|
// Merge aliases
|
|
1620
1622
|
export { default as MergeIcon } from '../icons/merge';
|
|
1621
1623
|
// MessageCircleCode aliases
|
|
1622
1624
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1623
|
-
// MemoryStick aliases
|
|
1624
|
-
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1625
1625
|
// MessageCircleDashed aliases
|
|
1626
1626
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1627
1627
|
// MessageCircleHeart aliases
|
|
@@ -1630,32 +1630,32 @@ export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart
|
|
|
1630
1630
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1631
1631
|
// MessageCircleOff aliases
|
|
1632
1632
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1633
|
-
// MessageCirclePlus aliases
|
|
1634
|
-
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1635
1633
|
// MessageCircleQuestion aliases
|
|
1636
1634
|
export { default as MessageCircleQuestionIcon } from '../icons/message-circle-question';
|
|
1635
|
+
// MessageCirclePlus aliases
|
|
1636
|
+
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1637
1637
|
// MessageCircleReply aliases
|
|
1638
1638
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1639
|
-
// MessageCircleWarning aliases
|
|
1640
|
-
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1641
1639
|
// MessageCircleX aliases
|
|
1642
1640
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1643
1641
|
// MessageCircle aliases
|
|
1644
1642
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1643
|
+
// MessageCircleWarning aliases
|
|
1644
|
+
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1645
1645
|
// MessageSquareCode aliases
|
|
1646
1646
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1647
1647
|
// MessageSquareDashed aliases
|
|
1648
1648
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1649
1649
|
// MessageSquareDiff aliases
|
|
1650
1650
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1651
|
-
// MessageSquareHeart aliases
|
|
1652
|
-
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1653
1651
|
// MessageSquareDot aliases
|
|
1654
1652
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1655
|
-
//
|
|
1656
|
-
export { default as
|
|
1653
|
+
// MessageSquareHeart aliases
|
|
1654
|
+
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1657
1655
|
// MessageSquareMore aliases
|
|
1658
1656
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1657
|
+
// MessageSquareLock aliases
|
|
1658
|
+
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1659
1659
|
// MessageSquareOff aliases
|
|
1660
1660
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1661
1661
|
// MessageSquarePlus aliases
|
|
@@ -1674,58 +1674,58 @@ export { default as MessageSquareWarningIcon } from '../icons/message-square-war
|
|
|
1674
1674
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1675
1675
|
// MessageSquare aliases
|
|
1676
1676
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1677
|
+
// MessagesSquare aliases
|
|
1678
|
+
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1677
1679
|
// MicOff aliases
|
|
1678
1680
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1679
1681
|
// Mic aliases
|
|
1680
1682
|
export { default as MicIcon } from '../icons/mic';
|
|
1681
|
-
// MessagesSquare aliases
|
|
1682
|
-
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1683
1683
|
// Microchip aliases
|
|
1684
1684
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1685
1685
|
// Microscope aliases
|
|
1686
1686
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1687
|
-
// Microwave aliases
|
|
1688
|
-
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1689
1687
|
// Milestone aliases
|
|
1690
1688
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1689
|
+
// Microwave aliases
|
|
1690
|
+
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1691
1691
|
// MilkOff aliases
|
|
1692
1692
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1693
1693
|
// Milk aliases
|
|
1694
1694
|
export { default as MilkIcon } from '../icons/milk';
|
|
1695
|
-
// Minimize aliases
|
|
1696
|
-
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1697
1695
|
// Minimize2 aliases
|
|
1698
1696
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1697
|
+
// Minimize aliases
|
|
1698
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1699
1699
|
// Minus aliases
|
|
1700
1700
|
export { default as MinusIcon } from '../icons/minus';
|
|
1701
|
+
// MonitorCheck aliases
|
|
1702
|
+
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1701
1703
|
// MonitorCog aliases
|
|
1702
1704
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1703
1705
|
// MonitorDot aliases
|
|
1704
1706
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1705
|
-
// MonitorCheck aliases
|
|
1706
|
-
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1707
|
-
// MonitorOff aliases
|
|
1708
|
-
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1709
1707
|
// MonitorDown aliases
|
|
1710
1708
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1711
|
-
//
|
|
1712
|
-
export { default as
|
|
1709
|
+
// MonitorOff aliases
|
|
1710
|
+
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1713
1711
|
// MonitorPause aliases
|
|
1714
1712
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1713
|
+
// MonitorPlay aliases
|
|
1714
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1715
1715
|
// MonitorSmartphone aliases
|
|
1716
1716
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1717
1717
|
// MonitorSpeaker aliases
|
|
1718
1718
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1719
1719
|
// MonitorStop aliases
|
|
1720
1720
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1721
|
-
// MonitorUp aliases
|
|
1722
|
-
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1723
1721
|
// MonitorX aliases
|
|
1724
1722
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1725
|
-
//
|
|
1726
|
-
export { default as
|
|
1723
|
+
// MonitorUp aliases
|
|
1724
|
+
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1727
1725
|
// Monitor aliases
|
|
1728
1726
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1727
|
+
// MoonStar aliases
|
|
1728
|
+
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1729
1729
|
// Moon aliases
|
|
1730
1730
|
export { default as MoonIcon } from '../icons/moon';
|
|
1731
1731
|
// MountainSnow aliases
|
|
@@ -1736,126 +1736,126 @@ export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
|
1736
1736
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1737
1737
|
// MousePointer2 aliases
|
|
1738
1738
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1739
|
-
// MousePointerBan aliases
|
|
1740
|
-
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1741
1739
|
// MousePointerClick aliases
|
|
1742
1740
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1743
1741
|
// MousePointer aliases
|
|
1744
1742
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1743
|
+
// MousePointerBan aliases
|
|
1744
|
+
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1745
1745
|
// Mouse aliases
|
|
1746
1746
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1747
1747
|
// MoveDiagonal2 aliases
|
|
1748
1748
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1749
|
-
// MoveDownLeft aliases
|
|
1750
|
-
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1751
1749
|
// MoveDiagonal aliases
|
|
1752
1750
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1751
|
+
// MoveDownLeft aliases
|
|
1752
|
+
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1753
1753
|
// MoveDownRight aliases
|
|
1754
1754
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1755
1755
|
// MoveDown aliases
|
|
1756
1756
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1757
|
-
// MoveHorizontal aliases
|
|
1758
|
-
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1759
1757
|
// MoveLeft aliases
|
|
1760
1758
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1761
|
-
//
|
|
1762
|
-
export { default as
|
|
1759
|
+
// MoveHorizontal aliases
|
|
1760
|
+
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1763
1761
|
// MoveUpLeft aliases
|
|
1764
1762
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1763
|
+
// MoveRight aliases
|
|
1764
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1765
1765
|
// MoveUpRight aliases
|
|
1766
1766
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1767
1767
|
// MoveUp aliases
|
|
1768
1768
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1769
|
-
// Move aliases
|
|
1770
|
-
export { default as MoveIcon } from '../icons/move';
|
|
1771
1769
|
// MoveVertical aliases
|
|
1772
1770
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1771
|
+
// Move aliases
|
|
1772
|
+
export { default as MoveIcon } from '../icons/move';
|
|
1773
1773
|
// Music2 aliases
|
|
1774
1774
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1775
1775
|
// Music3 aliases
|
|
1776
1776
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1777
1777
|
// Music4 aliases
|
|
1778
1778
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1779
|
-
// Navigation2Off aliases
|
|
1780
|
-
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1781
1779
|
// Music aliases
|
|
1782
1780
|
export { default as MusicIcon } from '../icons/music';
|
|
1781
|
+
// Navigation2Off aliases
|
|
1782
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1783
1783
|
// Navigation2 aliases
|
|
1784
1784
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1785
1785
|
// NavigationOff aliases
|
|
1786
1786
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1787
|
-
// Network aliases
|
|
1788
|
-
export { default as NetworkIcon } from '../icons/network';
|
|
1789
1787
|
// Navigation aliases
|
|
1790
1788
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1791
1789
|
// Newspaper aliases
|
|
1792
1790
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1791
|
+
// Network aliases
|
|
1792
|
+
export { default as NetworkIcon } from '../icons/network';
|
|
1793
1793
|
// Nfc aliases
|
|
1794
1794
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1795
|
+
// NotebookTabs aliases
|
|
1796
|
+
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1795
1797
|
// NonBinary aliases
|
|
1796
1798
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1797
1799
|
// NotebookPen aliases
|
|
1798
1800
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1799
|
-
//
|
|
1800
|
-
export { default as
|
|
1801
|
+
// Notebook aliases
|
|
1802
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1801
1803
|
// NotebookText aliases
|
|
1802
1804
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1803
1805
|
// NotepadTextDashed aliases
|
|
1804
1806
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1805
|
-
// Notebook aliases
|
|
1806
|
-
export { default as NotebookIcon } from '../icons/notebook';
|
|
1807
|
-
// NotepadText aliases
|
|
1808
|
-
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1809
1807
|
// NutOff aliases
|
|
1810
1808
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1811
1809
|
// Nut aliases
|
|
1812
1810
|
export { default as NutIcon } from '../icons/nut';
|
|
1813
|
-
//
|
|
1814
|
-
export { default as
|
|
1811
|
+
// NotepadText aliases
|
|
1812
|
+
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1815
1813
|
// Octagon aliases
|
|
1816
1814
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1817
|
-
//
|
|
1818
|
-
export { default as
|
|
1815
|
+
// OctagonMinus aliases
|
|
1816
|
+
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1819
1817
|
// Omega aliases
|
|
1820
1818
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1821
|
-
// Origami aliases
|
|
1822
|
-
export { default as OrigamiIcon } from '../icons/origami';
|
|
1823
1819
|
// Orbit aliases
|
|
1824
1820
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1821
|
+
// Option aliases
|
|
1822
|
+
export { default as OptionIcon } from '../icons/option';
|
|
1823
|
+
// Origami aliases
|
|
1824
|
+
export { default as OrigamiIcon } from '../icons/origami';
|
|
1825
1825
|
// Package2 aliases
|
|
1826
1826
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1827
1827
|
// PackageCheck aliases
|
|
1828
1828
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1829
1829
|
// PackageMinus aliases
|
|
1830
1830
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1831
|
-
// PackagePlus aliases
|
|
1832
|
-
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1833
1831
|
// PackageOpen aliases
|
|
1834
1832
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1835
|
-
//
|
|
1836
|
-
export { default as
|
|
1833
|
+
// PackagePlus aliases
|
|
1834
|
+
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1837
1835
|
// PackageX aliases
|
|
1838
1836
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1839
|
-
//
|
|
1840
|
-
export { default as
|
|
1837
|
+
// PackageSearch aliases
|
|
1838
|
+
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1841
1839
|
// Package aliases
|
|
1842
1840
|
export { default as PackageIcon } from '../icons/package';
|
|
1841
|
+
// PaintBucket aliases
|
|
1842
|
+
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1843
1843
|
// PaintRoller aliases
|
|
1844
1844
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1845
1845
|
// Paintbrush aliases
|
|
1846
1846
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1847
|
-
// Palette aliases
|
|
1848
|
-
export { default as PaletteIcon } from '../icons/palette';
|
|
1849
1847
|
// PanelBottomOpen aliases
|
|
1850
1848
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1849
|
+
// Palette aliases
|
|
1850
|
+
export { default as PaletteIcon } from '../icons/palette';
|
|
1851
1851
|
// PanelBottomClose aliases
|
|
1852
1852
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1853
1853
|
// PanelBottom aliases
|
|
1854
1854
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1855
|
-
// PanelRightClose aliases
|
|
1856
|
-
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1857
1855
|
// PanelRightOpen aliases
|
|
1858
1856
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1857
|
+
// PanelRightClose aliases
|
|
1858
|
+
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1859
1859
|
// PanelTopClose aliases
|
|
1860
1860
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1861
1861
|
// PanelRight aliases
|
|
@@ -1864,10 +1864,10 @@ export { default as PanelRightIcon } from '../icons/panel-right';
|
|
|
1864
1864
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1865
1865
|
// PanelTop aliases
|
|
1866
1866
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1867
|
-
// PanelsLeftBottom aliases
|
|
1868
|
-
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1869
1867
|
// PanelsRightBottom aliases
|
|
1870
1868
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1869
|
+
// PanelsLeftBottom aliases
|
|
1870
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1871
1871
|
// Paperclip aliases
|
|
1872
1872
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1873
1873
|
// Parentheses aliases
|
|
@@ -1878,72 +1878,72 @@ export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
|
1878
1878
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1879
1879
|
// Pause aliases
|
|
1880
1880
|
export { default as PauseIcon } from '../icons/pause';
|
|
1881
|
-
// PcCase aliases
|
|
1882
|
-
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1883
1881
|
// PawPrint aliases
|
|
1884
1882
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1885
|
-
//
|
|
1886
|
-
export { default as
|
|
1883
|
+
// PcCase aliases
|
|
1884
|
+
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1887
1885
|
// PenTool aliases
|
|
1888
1886
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1889
|
-
//
|
|
1890
|
-
export { default as
|
|
1887
|
+
// PenOff aliases
|
|
1888
|
+
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1891
1889
|
// PencilLine aliases
|
|
1892
1890
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1891
|
+
// PencilOff aliases
|
|
1892
|
+
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1893
1893
|
// PencilRuler aliases
|
|
1894
1894
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1895
1895
|
// Pencil aliases
|
|
1896
1896
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1897
1897
|
// Pentagon aliases
|
|
1898
1898
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1899
|
-
// Percent aliases
|
|
1900
|
-
export { default as PercentIcon } from '../icons/percent';
|
|
1901
1899
|
// PersonStanding aliases
|
|
1902
1900
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1903
1901
|
// PhilippinePeso aliases
|
|
1904
1902
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1905
|
-
//
|
|
1906
|
-
export { default as
|
|
1903
|
+
// Percent aliases
|
|
1904
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
1907
1905
|
// PhoneCall aliases
|
|
1908
1906
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1907
|
+
// PhoneForwarded aliases
|
|
1908
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1909
1909
|
// PhoneIncoming aliases
|
|
1910
1910
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1911
1911
|
// PhoneMissed aliases
|
|
1912
1912
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1913
1913
|
// PhoneOff aliases
|
|
1914
1914
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1915
|
-
// PhoneOutgoing aliases
|
|
1916
|
-
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1917
1915
|
// Phone aliases
|
|
1918
1916
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1919
1917
|
// Pi aliases
|
|
1920
1918
|
export { default as PiIcon } from '../icons/pi';
|
|
1921
1919
|
// Piano aliases
|
|
1922
1920
|
export { default as PianoIcon } from '../icons/piano';
|
|
1923
|
-
//
|
|
1924
|
-
export { default as
|
|
1921
|
+
// PhoneOutgoing aliases
|
|
1922
|
+
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1925
1923
|
// Pickaxe aliases
|
|
1926
1924
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1925
|
+
// PictureInPicture2 aliases
|
|
1926
|
+
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1927
1927
|
// PictureInPicture aliases
|
|
1928
1928
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1929
1929
|
// PiggyBank aliases
|
|
1930
1930
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1931
|
-
// PilcrowRight aliases
|
|
1932
|
-
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1933
|
-
// PilcrowLeft aliases
|
|
1934
|
-
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1935
1931
|
// Pilcrow aliases
|
|
1936
1932
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1933
|
+
// PilcrowLeft aliases
|
|
1934
|
+
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1937
1935
|
// PillBottle aliases
|
|
1938
1936
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1939
1937
|
// Pill aliases
|
|
1940
1938
|
export { default as PillIcon } from '../icons/pill';
|
|
1939
|
+
// PilcrowRight aliases
|
|
1940
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1941
1941
|
// PinOff aliases
|
|
1942
1942
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1943
|
-
// Pipette aliases
|
|
1944
|
-
export { default as PipetteIcon } from '../icons/pipette';
|
|
1945
1943
|
// Pin aliases
|
|
1946
1944
|
export { default as PinIcon } from '../icons/pin';
|
|
1945
|
+
// Pipette aliases
|
|
1946
|
+
export { default as PipetteIcon } from '../icons/pipette';
|
|
1947
1947
|
// Pizza aliases
|
|
1948
1948
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1949
1949
|
// PlaneLanding aliases
|
|
@@ -1954,10 +1954,10 @@ export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
|
1954
1954
|
export { default as PlaneIcon } from '../icons/plane';
|
|
1955
1955
|
// Play aliases
|
|
1956
1956
|
export { default as PlayIcon } from '../icons/play';
|
|
1957
|
-
// Plug aliases
|
|
1958
|
-
export { default as PlugIcon } from '../icons/plug';
|
|
1959
1957
|
// Plug2 aliases
|
|
1960
1958
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1959
|
+
// Plug aliases
|
|
1960
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
1961
1961
|
// Plus aliases
|
|
1962
1962
|
export { default as PlusIcon } from '../icons/plus';
|
|
1963
1963
|
// PocketKnife aliases
|
|
@@ -1968,24 +1968,24 @@ export { default as PocketIcon } from '../icons/pocket';
|
|
|
1968
1968
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
1969
1969
|
// PointerOff aliases
|
|
1970
1970
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1971
|
-
// Pointer aliases
|
|
1972
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
1973
1971
|
// Popcorn aliases
|
|
1974
1972
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
1973
|
+
// Pointer aliases
|
|
1974
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
1975
1975
|
// Popsicle aliases
|
|
1976
1976
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
1977
|
-
// PoundSterling aliases
|
|
1978
|
-
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
1979
1977
|
// PowerOff aliases
|
|
1980
1978
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
1979
|
+
// PoundSterling aliases
|
|
1980
|
+
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
1981
|
+
// Presentation aliases
|
|
1982
|
+
export { default as PresentationIcon } from '../icons/presentation';
|
|
1981
1983
|
// Power aliases
|
|
1982
1984
|
export { default as PowerIcon } from '../icons/power';
|
|
1983
|
-
// Printer aliases
|
|
1984
|
-
export { default as PrinterIcon } from '../icons/printer';
|
|
1985
1985
|
// PrinterCheck aliases
|
|
1986
1986
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
1987
|
-
//
|
|
1988
|
-
export { default as
|
|
1987
|
+
// Printer aliases
|
|
1988
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
1989
1989
|
// Projector aliases
|
|
1990
1990
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
1991
1991
|
// Proportions aliases
|
|
@@ -1994,154 +1994,154 @@ export { default as ProportionsIcon } from '../icons/proportions';
|
|
|
1994
1994
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
1995
1995
|
// Pyramid aliases
|
|
1996
1996
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
1997
|
-
// Quote aliases
|
|
1998
|
-
export { default as QuoteIcon } from '../icons/quote';
|
|
1999
1997
|
// QrCode aliases
|
|
2000
1998
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2001
|
-
//
|
|
2002
|
-
export { default as
|
|
1999
|
+
// Quote aliases
|
|
2000
|
+
export { default as QuoteIcon } from '../icons/quote';
|
|
2003
2001
|
// Rabbit aliases
|
|
2004
2002
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2003
|
+
// Radar aliases
|
|
2004
|
+
export { default as RadarIcon } from '../icons/radar';
|
|
2005
2005
|
// Radiation aliases
|
|
2006
2006
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2007
2007
|
// Radical aliases
|
|
2008
2008
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2009
|
-
// RadioTower aliases
|
|
2010
|
-
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2011
2009
|
// RadioReceiver aliases
|
|
2012
2010
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2013
|
-
// Radio aliases
|
|
2014
|
-
export { default as RadioIcon } from '../icons/radio';
|
|
2015
2011
|
// Radius aliases
|
|
2016
2012
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2013
|
+
// RadioTower aliases
|
|
2014
|
+
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2015
|
+
// Radio aliases
|
|
2016
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2017
2017
|
// RailSymbol aliases
|
|
2018
2018
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2019
|
+
// Rat aliases
|
|
2020
|
+
export { default as RatIcon } from '../icons/rat';
|
|
2019
2021
|
// Rainbow aliases
|
|
2020
2022
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2021
2023
|
// Ratio aliases
|
|
2022
2024
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2023
|
-
// Rat aliases
|
|
2024
|
-
export { default as RatIcon } from '../icons/rat';
|
|
2025
2025
|
// ReceiptCent aliases
|
|
2026
2026
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2027
2027
|
// ReceiptEuro aliases
|
|
2028
2028
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2029
|
-
// ReceiptJapaneseYen aliases
|
|
2030
|
-
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2031
2029
|
// ReceiptIndianRupee aliases
|
|
2032
2030
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2031
|
+
// ReceiptJapaneseYen aliases
|
|
2032
|
+
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2033
2033
|
// ReceiptPoundSterling aliases
|
|
2034
2034
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2035
2035
|
// ReceiptRussianRuble aliases
|
|
2036
2036
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2037
|
-
// ReceiptText aliases
|
|
2038
|
-
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2039
2037
|
// ReceiptSwissFranc aliases
|
|
2040
2038
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2041
|
-
//
|
|
2042
|
-
export { default as
|
|
2039
|
+
// ReceiptText aliases
|
|
2040
|
+
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2043
2041
|
// RectangleGoggles aliases
|
|
2044
2042
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2043
|
+
// Receipt aliases
|
|
2044
|
+
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2045
2045
|
// RectangleHorizontal aliases
|
|
2046
2046
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2047
|
-
// Recycle aliases
|
|
2048
|
-
export { default as RecycleIcon } from '../icons/recycle';
|
|
2049
2047
|
// RectangleVertical aliases
|
|
2050
2048
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2051
|
-
//
|
|
2052
|
-
export { default as
|
|
2049
|
+
// Recycle aliases
|
|
2050
|
+
export { default as RecycleIcon } from '../icons/recycle';
|
|
2053
2051
|
// Redo2 aliases
|
|
2054
2052
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2053
|
+
// RedoDot aliases
|
|
2054
|
+
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2055
2055
|
// Redo aliases
|
|
2056
2056
|
export { default as RedoIcon } from '../icons/redo';
|
|
2057
|
-
// RefreshCcwDot aliases
|
|
2058
|
-
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2059
|
-
// RefreshCwOff aliases
|
|
2060
|
-
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2061
2057
|
// RefreshCcw aliases
|
|
2062
2058
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2063
|
-
//
|
|
2064
|
-
export { default as
|
|
2059
|
+
// RefreshCwOff aliases
|
|
2060
|
+
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2061
|
+
// RefreshCcwDot aliases
|
|
2062
|
+
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2063
|
+
// RefreshCw aliases
|
|
2064
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2065
2065
|
// Regex aliases
|
|
2066
2066
|
export { default as RegexIcon } from '../icons/regex';
|
|
2067
|
+
// Refrigerator aliases
|
|
2068
|
+
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2067
2069
|
// RemoveFormatting aliases
|
|
2068
2070
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2069
|
-
// RefreshCw aliases
|
|
2070
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2071
2071
|
// Repeat1 aliases
|
|
2072
2072
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2073
2073
|
// Repeat2 aliases
|
|
2074
2074
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2075
2075
|
// Repeat aliases
|
|
2076
2076
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2077
|
+
// Replace aliases
|
|
2078
|
+
export { default as ReplaceIcon } from '../icons/replace';
|
|
2077
2079
|
// ReplaceAll aliases
|
|
2078
2080
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2079
2081
|
// ReplyAll aliases
|
|
2080
2082
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2081
|
-
// Replace aliases
|
|
2082
|
-
export { default as ReplaceIcon } from '../icons/replace';
|
|
2083
|
-
// Rewind aliases
|
|
2084
|
-
export { default as RewindIcon } from '../icons/rewind';
|
|
2085
2083
|
// Reply aliases
|
|
2086
2084
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2085
|
+
// Rewind aliases
|
|
2086
|
+
export { default as RewindIcon } from '../icons/rewind';
|
|
2087
2087
|
// Ribbon aliases
|
|
2088
2088
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2089
|
+
// Rocket aliases
|
|
2090
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2089
2091
|
// RockingChair aliases
|
|
2090
2092
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2091
2093
|
// RollerCoaster aliases
|
|
2092
2094
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2093
|
-
// RotateCcwSquare aliases
|
|
2094
|
-
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2095
|
-
// Rocket aliases
|
|
2096
|
-
export { default as RocketIcon } from '../icons/rocket';
|
|
2097
2095
|
// RotateCcwKey aliases
|
|
2098
2096
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2099
2097
|
// RotateCcw aliases
|
|
2100
2098
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2101
|
-
//
|
|
2102
|
-
export { default as
|
|
2103
|
-
// RouteOff aliases
|
|
2104
|
-
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2099
|
+
// RotateCcwSquare aliases
|
|
2100
|
+
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2105
2101
|
// RotateCw aliases
|
|
2106
2102
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2103
|
+
// RouteOff aliases
|
|
2104
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2105
|
+
// RotateCwSquare aliases
|
|
2106
|
+
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2107
2107
|
// Router aliases
|
|
2108
2108
|
export { default as RouterIcon } from '../icons/router';
|
|
2109
|
-
// Route aliases
|
|
2110
|
-
export { default as RouteIcon } from '../icons/route';
|
|
2111
2109
|
// Rows4 aliases
|
|
2112
2110
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2111
|
+
// Route aliases
|
|
2112
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2113
2113
|
// Rss aliases
|
|
2114
2114
|
export { default as RssIcon } from '../icons/rss';
|
|
2115
2115
|
// Ruler aliases
|
|
2116
2116
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2117
|
-
// Salad aliases
|
|
2118
|
-
export { default as SaladIcon } from '../icons/salad';
|
|
2119
2117
|
// RussianRuble aliases
|
|
2120
2118
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2121
2119
|
// Sailboat aliases
|
|
2122
2120
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2121
|
+
// Salad aliases
|
|
2122
|
+
export { default as SaladIcon } from '../icons/salad';
|
|
2123
2123
|
// Sandwich aliases
|
|
2124
2124
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2125
2125
|
// SatelliteDish aliases
|
|
2126
2126
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2127
2127
|
// Satellite aliases
|
|
2128
2128
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2129
|
-
// SaveAll aliases
|
|
2130
|
-
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2131
2129
|
// SaudiRiyal aliases
|
|
2132
2130
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2133
|
-
//
|
|
2134
|
-
export { default as
|
|
2135
|
-
// Scale aliases
|
|
2136
|
-
export { default as ScaleIcon } from '../icons/scale';
|
|
2131
|
+
// SaveAll aliases
|
|
2132
|
+
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2137
2133
|
// Save aliases
|
|
2138
2134
|
export { default as SaveIcon } from '../icons/save';
|
|
2135
|
+
// SaveOff aliases
|
|
2136
|
+
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2139
2137
|
// Scaling aliases
|
|
2140
2138
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2141
|
-
//
|
|
2142
|
-
export { default as
|
|
2139
|
+
// Scale aliases
|
|
2140
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2143
2141
|
// ScanBarcode aliases
|
|
2144
2142
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2143
|
+
// ScanEye aliases
|
|
2144
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2145
2145
|
// ScanFace aliases
|
|
2146
2146
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2147
2147
|
// ScanHeart aliases
|
|
@@ -2150,90 +2150,90 @@ export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
|
2150
2150
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2151
2151
|
// ScanLine aliases
|
|
2152
2152
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2153
|
-
// ScanText aliases
|
|
2154
|
-
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2155
2153
|
// ScanSearch aliases
|
|
2156
2154
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2157
|
-
// School aliases
|
|
2158
|
-
export { default as SchoolIcon } from '../icons/school';
|
|
2159
2155
|
// Scan aliases
|
|
2160
2156
|
export { default as ScanIcon } from '../icons/scan';
|
|
2161
|
-
//
|
|
2162
|
-
export { default as
|
|
2157
|
+
// School aliases
|
|
2158
|
+
export { default as SchoolIcon } from '../icons/school';
|
|
2159
|
+
// ScanText aliases
|
|
2160
|
+
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2163
2161
|
// ScissorsLineDashed aliases
|
|
2164
2162
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2165
2163
|
// ScreenShareOff aliases
|
|
2166
2164
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2167
|
-
//
|
|
2168
|
-
export { default as
|
|
2165
|
+
// Scissors aliases
|
|
2166
|
+
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2169
2167
|
// ScreenShare aliases
|
|
2170
2168
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2171
2169
|
// Scroll aliases
|
|
2172
2170
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2173
|
-
// SearchCode aliases
|
|
2174
|
-
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2175
2171
|
// SearchCheck aliases
|
|
2176
2172
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2173
|
+
// ScrollText aliases
|
|
2174
|
+
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2175
|
+
// SearchCode aliases
|
|
2176
|
+
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2177
|
+
// SearchSlash aliases
|
|
2178
|
+
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2177
2179
|
// SearchX aliases
|
|
2178
2180
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2179
2181
|
// Search aliases
|
|
2180
2182
|
export { default as SearchIcon } from '../icons/search';
|
|
2181
2183
|
// Section aliases
|
|
2182
2184
|
export { default as SectionIcon } from '../icons/section';
|
|
2183
|
-
// Send aliases
|
|
2184
|
-
export { default as SendIcon } from '../icons/send';
|
|
2185
2185
|
// SendToBack aliases
|
|
2186
2186
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2187
|
+
// Send aliases
|
|
2188
|
+
export { default as SendIcon } from '../icons/send';
|
|
2187
2189
|
// SeparatorHorizontal aliases
|
|
2188
2190
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2189
|
-
// SearchSlash aliases
|
|
2190
|
-
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2191
|
-
// SeparatorVertical aliases
|
|
2192
|
-
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2193
|
-
// ServerOff aliases
|
|
2194
|
-
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2195
2191
|
// ServerCog aliases
|
|
2196
2192
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2193
|
+
// SeparatorVertical aliases
|
|
2194
|
+
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2197
2195
|
// ServerCrash aliases
|
|
2198
2196
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2197
|
+
// ServerOff aliases
|
|
2198
|
+
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2199
2199
|
// Server aliases
|
|
2200
2200
|
export { default as ServerIcon } from '../icons/server';
|
|
2201
|
-
// Settings2 aliases
|
|
2202
|
-
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2203
2201
|
// Settings aliases
|
|
2204
2202
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2205
|
-
//
|
|
2206
|
-
export { default as
|
|
2203
|
+
// Settings2 aliases
|
|
2204
|
+
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2207
2205
|
// Share2 aliases
|
|
2208
2206
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2207
|
+
// Shapes aliases
|
|
2208
|
+
export { default as ShapesIcon } from '../icons/shapes';
|
|
2209
2209
|
// Share aliases
|
|
2210
2210
|
export { default as ShareIcon } from '../icons/share';
|
|
2211
|
-
// Sheet aliases
|
|
2212
|
-
export { default as SheetIcon } from '../icons/sheet';
|
|
2213
2211
|
// Shell aliases
|
|
2214
2212
|
export { default as ShellIcon } from '../icons/shell';
|
|
2213
|
+
// Sheet aliases
|
|
2214
|
+
export { default as SheetIcon } from '../icons/sheet';
|
|
2215
2215
|
// ShieldAlert aliases
|
|
2216
2216
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2217
|
-
// ShieldBan aliases
|
|
2218
|
-
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2219
2217
|
// ShieldCheck aliases
|
|
2220
2218
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2221
|
-
//
|
|
2222
|
-
export { default as
|
|
2219
|
+
// ShieldBan aliases
|
|
2220
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2223
2221
|
// ShieldEllipsis aliases
|
|
2224
2222
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2225
|
-
//
|
|
2226
|
-
export { default as
|
|
2223
|
+
// ShieldHalf aliases
|
|
2224
|
+
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2227
2225
|
// ShieldMinus aliases
|
|
2228
2226
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2227
|
+
// ShieldOff aliases
|
|
2228
|
+
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2229
2229
|
// ShieldPlus aliases
|
|
2230
2230
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2231
2231
|
// ShieldQuestion aliases
|
|
2232
2232
|
export { default as ShieldQuestionIcon } from '../icons/shield-question';
|
|
2233
|
-
// Shield aliases
|
|
2234
|
-
export { default as ShieldIcon } from '../icons/shield';
|
|
2235
2233
|
// ShieldUser aliases
|
|
2236
2234
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2235
|
+
// Shield aliases
|
|
2236
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2237
2237
|
// ShipWheel aliases
|
|
2238
2238
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2239
2239
|
// Ship aliases
|
|
@@ -2242,98 +2242,98 @@ export { default as ShipIcon } from '../icons/ship';
|
|
|
2242
2242
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2243
2243
|
// ShoppingBag aliases
|
|
2244
2244
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2245
|
+
// ShoppingBasket aliases
|
|
2246
|
+
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2245
2247
|
// ShoppingCart aliases
|
|
2246
2248
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2247
2249
|
// Shovel aliases
|
|
2248
2250
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2249
|
-
// ShoppingBasket aliases
|
|
2250
|
-
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2251
2251
|
// ShowerHead aliases
|
|
2252
2252
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2253
2253
|
// Shredder aliases
|
|
2254
2254
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2255
|
-
// Shrimp aliases
|
|
2256
|
-
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2257
2255
|
// Shrink aliases
|
|
2258
2256
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2259
2257
|
// Shrub aliases
|
|
2260
2258
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2259
|
+
// Shrimp aliases
|
|
2260
|
+
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2261
2261
|
// Shuffle aliases
|
|
2262
2262
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2263
2263
|
// Sigma aliases
|
|
2264
2264
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2265
|
-
// SignalLow aliases
|
|
2266
|
-
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2267
2265
|
// SignalHigh aliases
|
|
2268
2266
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2269
|
-
//
|
|
2270
|
-
export { default as
|
|
2267
|
+
// SignalLow aliases
|
|
2268
|
+
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2271
2269
|
// SignalZero aliases
|
|
2272
2270
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2271
|
+
// SignalMedium aliases
|
|
2272
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2273
2273
|
// Signal aliases
|
|
2274
2274
|
export { default as SignalIcon } from '../icons/signal';
|
|
2275
2275
|
// Signature aliases
|
|
2276
2276
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2277
|
+
// Signpost aliases
|
|
2278
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2277
2279
|
// SignpostBig aliases
|
|
2278
2280
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2279
2281
|
// Siren aliases
|
|
2280
2282
|
export { default as SirenIcon } from '../icons/siren';
|
|
2281
|
-
// Signpost aliases
|
|
2282
|
-
export { default as SignpostIcon } from '../icons/signpost';
|
|
2283
2283
|
// SkipBack aliases
|
|
2284
2284
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2285
2285
|
// SkipForward aliases
|
|
2286
2286
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2287
|
-
// Skull aliases
|
|
2288
|
-
export { default as SkullIcon } from '../icons/skull';
|
|
2289
2287
|
// Slack aliases
|
|
2290
2288
|
export { default as SlackIcon } from '../icons/slack';
|
|
2291
2289
|
// Slash aliases
|
|
2292
2290
|
export { default as SlashIcon } from '../icons/slash';
|
|
2293
|
-
//
|
|
2294
|
-
export { default as
|
|
2291
|
+
// Skull aliases
|
|
2292
|
+
export { default as SkullIcon } from '../icons/skull';
|
|
2295
2293
|
// Slice aliases
|
|
2296
2294
|
export { default as SliceIcon } from '../icons/slice';
|
|
2295
|
+
// SlidersHorizontal aliases
|
|
2296
|
+
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2297
2297
|
// SmartphoneCharging aliases
|
|
2298
2298
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2299
2299
|
// SmartphoneNfc aliases
|
|
2300
2300
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2301
|
-
// SmilePlus aliases
|
|
2302
|
-
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2303
2301
|
// Smartphone aliases
|
|
2304
2302
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2303
|
+
// SmilePlus aliases
|
|
2304
|
+
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2305
2305
|
// Smile aliases
|
|
2306
2306
|
export { default as SmileIcon } from '../icons/smile';
|
|
2307
|
+
// Sofa aliases
|
|
2308
|
+
export { default as SofaIcon } from '../icons/sofa';
|
|
2307
2309
|
// Snail aliases
|
|
2308
2310
|
export { default as SnailIcon } from '../icons/snail';
|
|
2309
2311
|
// Snowflake aliases
|
|
2310
2312
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2311
|
-
//
|
|
2312
|
-
export { default as
|
|
2313
|
+
// Space aliases
|
|
2314
|
+
export { default as SpaceIcon } from '../icons/space';
|
|
2313
2315
|
// Soup aliases
|
|
2314
2316
|
export { default as SoupIcon } from '../icons/soup';
|
|
2315
2317
|
// Spade aliases
|
|
2316
2318
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2317
|
-
// Space aliases
|
|
2318
|
-
export { default as SpaceIcon } from '../icons/space';
|
|
2319
|
-
// Sparkle aliases
|
|
2320
|
-
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2321
2319
|
// Speaker aliases
|
|
2322
2320
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2321
|
+
// Sparkle aliases
|
|
2322
|
+
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2323
2323
|
// Speech aliases
|
|
2324
2324
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2325
|
+
// SpellCheck aliases
|
|
2326
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2325
2327
|
// SpellCheck2 aliases
|
|
2326
2328
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2327
2329
|
// SplinePointer aliases
|
|
2328
2330
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2329
|
-
// SpellCheck aliases
|
|
2330
|
-
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2331
2331
|
// Spline aliases
|
|
2332
2332
|
export { default as SplineIcon } from '../icons/spline';
|
|
2333
|
-
// Split aliases
|
|
2334
|
-
export { default as SplitIcon } from '../icons/split';
|
|
2335
2333
|
// SprayCan aliases
|
|
2336
2334
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2335
|
+
// Split aliases
|
|
2336
|
+
export { default as SplitIcon } from '../icons/split';
|
|
2337
2337
|
// Sprout aliases
|
|
2338
2338
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2339
2339
|
// SquareDashedBottomCode aliases
|
|
@@ -2346,48 +2346,48 @@ export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
|
2346
2346
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2347
2347
|
// SquareSquare aliases
|
|
2348
2348
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2349
|
-
// SquareStack aliases
|
|
2350
|
-
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2351
2349
|
// Square aliases
|
|
2352
2350
|
export { default as SquareIcon } from '../icons/square';
|
|
2351
|
+
// SquareStack aliases
|
|
2352
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2353
|
+
// SquaresExclude aliases
|
|
2354
|
+
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2353
2355
|
// SquaresIntersect aliases
|
|
2354
2356
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2355
2357
|
// SquaresSubtract aliases
|
|
2356
2358
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2357
|
-
// SquaresExclude aliases
|
|
2358
|
-
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2359
|
-
// Squircle aliases
|
|
2360
|
-
export { default as SquircleIcon } from '../icons/squircle';
|
|
2361
|
-
// Squirrel aliases
|
|
2362
|
-
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2363
2359
|
// SquaresUnite aliases
|
|
2364
2360
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2361
|
+
// Squircle aliases
|
|
2362
|
+
export { default as SquircleIcon } from '../icons/squircle';
|
|
2365
2363
|
// Stamp aliases
|
|
2366
2364
|
export { default as StampIcon } from '../icons/stamp';
|
|
2365
|
+
// Squirrel aliases
|
|
2366
|
+
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2367
2367
|
// StarHalf aliases
|
|
2368
2368
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2369
|
+
// StarOff aliases
|
|
2370
|
+
export { default as StarOffIcon } from '../icons/star-off';
|
|
2369
2371
|
// Star aliases
|
|
2370
2372
|
export { default as StarIcon } from '../icons/star';
|
|
2371
2373
|
// StepBack aliases
|
|
2372
2374
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2373
|
-
// StarOff aliases
|
|
2374
|
-
export { default as StarOffIcon } from '../icons/star-off';
|
|
2375
2375
|
// StepForward aliases
|
|
2376
2376
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2377
2377
|
// Sticker aliases
|
|
2378
2378
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2379
|
-
// Stethoscope aliases
|
|
2380
|
-
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2381
2379
|
// StickyNote aliases
|
|
2382
2380
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2381
|
+
// Stethoscope aliases
|
|
2382
|
+
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2383
2383
|
// Store aliases
|
|
2384
2384
|
export { default as StoreIcon } from '../icons/store';
|
|
2385
|
+
// StretchVertical aliases
|
|
2386
|
+
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2385
2387
|
// StretchHorizontal aliases
|
|
2386
2388
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2387
2389
|
// Strikethrough aliases
|
|
2388
2390
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2389
|
-
// StretchVertical aliases
|
|
2390
|
-
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2391
2391
|
// Subscript aliases
|
|
2392
2392
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2393
2393
|
// SunDim aliases
|
|
@@ -2408,10 +2408,10 @@ export { default as SunriseIcon } from '../icons/sunrise';
|
|
|
2408
2408
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2409
2409
|
// Superscript aliases
|
|
2410
2410
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2411
|
-
// SwitchCamera aliases
|
|
2412
|
-
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2413
2411
|
// SwissFranc aliases
|
|
2414
2412
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2413
|
+
// SwitchCamera aliases
|
|
2414
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2415
2415
|
// Sword aliases
|
|
2416
2416
|
export { default as SwordIcon } from '../icons/sword';
|
|
2417
2417
|
// Swords aliases
|
|
@@ -2420,50 +2420,50 @@ export { default as SwordsIcon } from '../icons/swords';
|
|
|
2420
2420
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2421
2421
|
// Table2 aliases
|
|
2422
2422
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2423
|
-
// TableCellsMerge aliases
|
|
2424
|
-
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2425
2423
|
// TableCellsSplit aliases
|
|
2426
2424
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2427
|
-
//
|
|
2428
|
-
export { default as
|
|
2425
|
+
// TableCellsMerge aliases
|
|
2426
|
+
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2429
2427
|
// TableColumnsSplit aliases
|
|
2430
2428
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2431
2429
|
// TableProperties aliases
|
|
2432
2430
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2431
|
+
// TableOfContents aliases
|
|
2432
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2433
2433
|
// TableRowsSplit aliases
|
|
2434
2434
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2435
|
-
// TabletSmartphone aliases
|
|
2436
|
-
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2437
2435
|
// Table aliases
|
|
2438
2436
|
export { default as TableIcon } from '../icons/table';
|
|
2439
2437
|
// Tablet aliases
|
|
2440
2438
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2441
2439
|
// Tablets aliases
|
|
2442
2440
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2441
|
+
// TabletSmartphone aliases
|
|
2442
|
+
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2443
2443
|
// Tag aliases
|
|
2444
2444
|
export { default as TagIcon } from '../icons/tag';
|
|
2445
|
-
// Tally1 aliases
|
|
2446
|
-
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2447
2445
|
// Tags aliases
|
|
2448
2446
|
export { default as TagsIcon } from '../icons/tags';
|
|
2447
|
+
// Tally1 aliases
|
|
2448
|
+
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2449
2449
|
// Tally2 aliases
|
|
2450
2450
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2451
2451
|
// Tally3 aliases
|
|
2452
2452
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2453
|
-
// Tally4 aliases
|
|
2454
|
-
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2455
2453
|
// Tally5 aliases
|
|
2456
2454
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2457
|
-
//
|
|
2458
|
-
export { default as
|
|
2455
|
+
// Tally4 aliases
|
|
2456
|
+
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2459
2457
|
// Target aliases
|
|
2460
2458
|
export { default as TargetIcon } from '../icons/target';
|
|
2459
|
+
// Tangent aliases
|
|
2460
|
+
export { default as TangentIcon } from '../icons/tangent';
|
|
2461
|
+
// TentTree aliases
|
|
2462
|
+
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2461
2463
|
// Telescope aliases
|
|
2462
2464
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2463
2465
|
// Tent aliases
|
|
2464
2466
|
export { default as TentIcon } from '../icons/tent';
|
|
2465
|
-
// TentTree aliases
|
|
2466
|
-
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2467
2467
|
// Terminal aliases
|
|
2468
2468
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2469
2469
|
// TestTube aliases
|
|
@@ -2478,94 +2478,94 @@ export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
|
2478
2478
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2479
2479
|
// TextSearch aliases
|
|
2480
2480
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2481
|
-
// ThermometerSnowflake aliases
|
|
2482
|
-
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2483
2481
|
// Text aliases
|
|
2484
2482
|
export { default as TextIcon } from '../icons/text';
|
|
2485
2483
|
// Theater aliases
|
|
2486
2484
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2487
|
-
//
|
|
2488
|
-
export { default as
|
|
2489
|
-
// ThumbsDown aliases
|
|
2490
|
-
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2485
|
+
// ThermometerSnowflake aliases
|
|
2486
|
+
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2491
2487
|
// Thermometer aliases
|
|
2492
2488
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2489
|
+
// ThermometerSun aliases
|
|
2490
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2493
2491
|
// ThumbsUp aliases
|
|
2494
2492
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2493
|
+
// ThumbsDown aliases
|
|
2494
|
+
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2495
2495
|
// TicketCheck aliases
|
|
2496
2496
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2497
|
-
// TicketMinus aliases
|
|
2498
|
-
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2499
2497
|
// TicketPercent aliases
|
|
2500
2498
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2499
|
+
// TicketMinus aliases
|
|
2500
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2501
|
+
// TicketPlus aliases
|
|
2502
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2501
2503
|
// TicketSlash aliases
|
|
2502
2504
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2503
|
-
// Ticket aliases
|
|
2504
|
-
export { default as TicketIcon } from '../icons/ticket';
|
|
2505
2505
|
// TicketX aliases
|
|
2506
2506
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2507
|
-
//
|
|
2508
|
-
export { default as
|
|
2509
|
-
// TicketsPlane aliases
|
|
2510
|
-
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2507
|
+
// Ticket aliases
|
|
2508
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2511
2509
|
// Tickets aliases
|
|
2512
2510
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2511
|
+
// TicketsPlane aliases
|
|
2512
|
+
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2513
2513
|
// TimerOff aliases
|
|
2514
2514
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2515
|
+
// TimerReset aliases
|
|
2516
|
+
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2515
2517
|
// Timer aliases
|
|
2516
2518
|
export { default as TimerIcon } from '../icons/timer';
|
|
2517
2519
|
// ToggleLeft aliases
|
|
2518
2520
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2519
2521
|
// ToggleRight aliases
|
|
2520
2522
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2521
|
-
// TimerReset aliases
|
|
2522
|
-
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2523
2523
|
// Toilet aliases
|
|
2524
2524
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2525
2525
|
// Tornado aliases
|
|
2526
2526
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2527
2527
|
// Torus aliases
|
|
2528
2528
|
export { default as TorusIcon } from '../icons/torus';
|
|
2529
|
+
// TouchpadOff aliases
|
|
2530
|
+
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2529
2531
|
// Touchpad aliases
|
|
2530
2532
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2531
2533
|
// TowerControl aliases
|
|
2532
2534
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2533
|
-
// ToyBrick aliases
|
|
2534
|
-
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2535
|
-
// TouchpadOff aliases
|
|
2536
|
-
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2537
2535
|
// Tractor aliases
|
|
2538
2536
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2537
|
+
// ToyBrick aliases
|
|
2538
|
+
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2539
2539
|
// TrafficCone aliases
|
|
2540
2540
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2541
2541
|
// TrainFront aliases
|
|
2542
2542
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2543
2543
|
// TrainFrontTunnel aliases
|
|
2544
2544
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2545
|
-
// TrainTrack aliases
|
|
2546
|
-
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2547
2545
|
// Transgender aliases
|
|
2548
2546
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2549
2547
|
// Trash2 aliases
|
|
2550
2548
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2551
|
-
//
|
|
2552
|
-
export { default as
|
|
2549
|
+
// TrainTrack aliases
|
|
2550
|
+
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2553
2551
|
// Trash aliases
|
|
2554
2552
|
export { default as TrashIcon } from '../icons/trash';
|
|
2553
|
+
// TreeDeciduous aliases
|
|
2554
|
+
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2555
2555
|
// TreePine aliases
|
|
2556
2556
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2557
|
-
// Trees aliases
|
|
2558
|
-
export { default as TreesIcon } from '../icons/trees';
|
|
2559
2557
|
// Trello aliases
|
|
2560
2558
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2559
|
+
// Trees aliases
|
|
2560
|
+
export { default as TreesIcon } from '../icons/trees';
|
|
2561
2561
|
// TrendingDown aliases
|
|
2562
2562
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2563
|
-
// TrendingUpDown aliases
|
|
2564
|
-
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2565
2563
|
// TrendingUp aliases
|
|
2566
2564
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2567
2565
|
// TriangleDashed aliases
|
|
2568
2566
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2567
|
+
// TrendingUpDown aliases
|
|
2568
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2569
2569
|
// TriangleRight aliases
|
|
2570
2570
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2571
2571
|
// Triangle aliases
|
|
@@ -2574,86 +2574,86 @@ export { default as TriangleIcon } from '../icons/triangle';
|
|
|
2574
2574
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2575
2575
|
// TruckElectric aliases
|
|
2576
2576
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2577
|
+
// Truck aliases
|
|
2578
|
+
export { default as TruckIcon } from '../icons/truck';
|
|
2577
2579
|
// Turtle aliases
|
|
2578
2580
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2579
2581
|
// TvMinimalPlay aliases
|
|
2580
2582
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2581
|
-
// Truck aliases
|
|
2582
|
-
export { default as TruckIcon } from '../icons/truck';
|
|
2583
|
-
// Tv aliases
|
|
2584
|
-
export { default as TvIcon } from '../icons/tv';
|
|
2585
2583
|
// Twitch aliases
|
|
2586
2584
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2585
|
+
// Tv aliases
|
|
2586
|
+
export { default as TvIcon } from '../icons/tv';
|
|
2587
2587
|
// Twitter aliases
|
|
2588
2588
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2589
|
-
// UmbrellaOff aliases
|
|
2590
|
-
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2591
|
-
// TypeOutline aliases
|
|
2592
|
-
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2593
|
-
// Underline aliases
|
|
2594
|
-
export { default as UnderlineIcon } from '../icons/underline';
|
|
2595
2589
|
// Type aliases
|
|
2596
2590
|
export { default as TypeIcon } from '../icons/type';
|
|
2591
|
+
// TypeOutline aliases
|
|
2592
|
+
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2593
|
+
// UmbrellaOff aliases
|
|
2594
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2597
2595
|
// Umbrella aliases
|
|
2598
2596
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2597
|
+
// Underline aliases
|
|
2598
|
+
export { default as UnderlineIcon } from '../icons/underline';
|
|
2599
2599
|
// Undo2 aliases
|
|
2600
2600
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2601
2601
|
// UndoDot aliases
|
|
2602
2602
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2603
|
-
// Undo aliases
|
|
2604
|
-
export { default as UndoIcon } from '../icons/undo';
|
|
2605
2603
|
// UnfoldHorizontal aliases
|
|
2606
2604
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2605
|
+
// Undo aliases
|
|
2606
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2607
2607
|
// UnfoldVertical aliases
|
|
2608
2608
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2609
|
-
// Unlink2 aliases
|
|
2610
|
-
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2611
|
-
// Ungroup aliases
|
|
2612
|
-
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2613
2609
|
// Unlink aliases
|
|
2614
2610
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2615
|
-
//
|
|
2616
|
-
export { default as
|
|
2611
|
+
// Ungroup aliases
|
|
2612
|
+
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2617
2613
|
// Unplug aliases
|
|
2618
2614
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2615
|
+
// Unlink2 aliases
|
|
2616
|
+
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2617
|
+
// Upload aliases
|
|
2618
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2619
2619
|
// Usb aliases
|
|
2620
2620
|
export { default as UsbIcon } from '../icons/usb';
|
|
2621
|
+
// UserCheck aliases
|
|
2622
|
+
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2621
2623
|
// UserCog aliases
|
|
2622
2624
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2623
2625
|
// UserMinus aliases
|
|
2624
2626
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2625
|
-
// UserCheck aliases
|
|
2626
|
-
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2627
2627
|
// UserLock aliases
|
|
2628
2628
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2629
2629
|
// UserPen aliases
|
|
2630
2630
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2631
|
-
// UserPlus aliases
|
|
2632
|
-
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2633
2631
|
// UserRoundPen aliases
|
|
2634
2632
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2635
2633
|
// UserRoundSearch aliases
|
|
2636
2634
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2637
|
-
//
|
|
2638
|
-
export { default as
|
|
2639
|
-
// User aliases
|
|
2640
|
-
export { default as UserIcon } from '../icons/user';
|
|
2635
|
+
// UserPlus aliases
|
|
2636
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2641
2637
|
// UserSearch aliases
|
|
2642
2638
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2639
|
+
// UserX aliases
|
|
2640
|
+
export { default as UserXIcon } from '../icons/user-x';
|
|
2643
2641
|
// Users aliases
|
|
2644
2642
|
export { default as UsersIcon } from '../icons/users';
|
|
2645
|
-
//
|
|
2646
|
-
export { default as
|
|
2643
|
+
// User aliases
|
|
2644
|
+
export { default as UserIcon } from '../icons/user';
|
|
2647
2645
|
// UtilityPole aliases
|
|
2648
2646
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2647
|
+
// Variable aliases
|
|
2648
|
+
export { default as VariableIcon } from '../icons/variable';
|
|
2649
2649
|
// Vault aliases
|
|
2650
2650
|
export { default as VaultIcon } from '../icons/vault';
|
|
2651
|
-
// Vegan aliases
|
|
2652
|
-
export { default as VeganIcon } from '../icons/vegan';
|
|
2653
2651
|
// VenetianMask aliases
|
|
2654
2652
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2655
2653
|
// VenusAndMars aliases
|
|
2656
2654
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2655
|
+
// Vegan aliases
|
|
2656
|
+
export { default as VeganIcon } from '../icons/vegan';
|
|
2657
2657
|
// Venus aliases
|
|
2658
2658
|
export { default as VenusIcon } from '../icons/venus';
|
|
2659
2659
|
// VibrateOff aliases
|
|
@@ -2672,52 +2672,52 @@ export { default as ViewIcon } from '../icons/view';
|
|
|
2672
2672
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2673
2673
|
// Volleyball aliases
|
|
2674
2674
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2675
|
+
// Volume2 aliases
|
|
2676
|
+
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2675
2677
|
// Volume1 aliases
|
|
2676
2678
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2677
2679
|
// VolumeOff aliases
|
|
2678
2680
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2679
|
-
// Volume2 aliases
|
|
2680
|
-
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2681
2681
|
// VolumeX aliases
|
|
2682
2682
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2683
|
-
// Volume aliases
|
|
2684
|
-
export { default as VolumeIcon } from '../icons/volume';
|
|
2685
2683
|
// Vote aliases
|
|
2686
2684
|
export { default as VoteIcon } from '../icons/vote';
|
|
2687
2685
|
// WalletCards aliases
|
|
2688
2686
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2687
|
+
// Volume aliases
|
|
2688
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2689
2689
|
// Wallet aliases
|
|
2690
2690
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2691
2691
|
// Wallpaper aliases
|
|
2692
2692
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2693
2693
|
// Wand aliases
|
|
2694
2694
|
export { default as WandIcon } from '../icons/wand';
|
|
2695
|
-
// WashingMachine aliases
|
|
2696
|
-
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2697
2695
|
// Warehouse aliases
|
|
2698
2696
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2699
|
-
// Watch aliases
|
|
2700
|
-
export { default as WatchIcon } from '../icons/watch';
|
|
2701
2697
|
// WavesLadder aliases
|
|
2702
2698
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2703
|
-
//
|
|
2704
|
-
export { default as
|
|
2699
|
+
// Watch aliases
|
|
2700
|
+
export { default as WatchIcon } from '../icons/watch';
|
|
2705
2701
|
// Waves aliases
|
|
2706
2702
|
export { default as WavesIcon } from '../icons/waves';
|
|
2703
|
+
// WashingMachine aliases
|
|
2704
|
+
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2707
2705
|
// Waypoints aliases
|
|
2708
2706
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2707
|
+
// Webcam aliases
|
|
2708
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
2709
2709
|
// WebhookOff aliases
|
|
2710
2710
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2711
2711
|
// Webhook aliases
|
|
2712
2712
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2713
|
-
// WheatOff aliases
|
|
2714
|
-
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2715
2713
|
// Weight aliases
|
|
2716
2714
|
export { default as WeightIcon } from '../icons/weight';
|
|
2717
|
-
//
|
|
2718
|
-
export { default as
|
|
2715
|
+
// WheatOff aliases
|
|
2716
|
+
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2719
2717
|
// WholeWord aliases
|
|
2720
2718
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2719
|
+
// Wheat aliases
|
|
2720
|
+
export { default as WheatIcon } from '../icons/wheat';
|
|
2721
2721
|
// WifiHigh aliases
|
|
2722
2722
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2723
2723
|
// WifiLow aliases
|
|
@@ -2730,40 +2730,40 @@ export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
|
2730
2730
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2731
2731
|
// WindArrowDown aliases
|
|
2732
2732
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2733
|
-
// WineOff aliases
|
|
2734
|
-
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2735
2733
|
// Wind aliases
|
|
2736
2734
|
export { default as WindIcon } from '../icons/wind';
|
|
2735
|
+
// WineOff aliases
|
|
2736
|
+
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2737
|
+
// Wine aliases
|
|
2738
|
+
export { default as WineIcon } from '../icons/wine';
|
|
2737
2739
|
// Workflow aliases
|
|
2738
2740
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2739
|
-
//
|
|
2740
|
-
export { default as
|
|
2741
|
+
// Worm aliases
|
|
2742
|
+
export { default as WormIcon } from '../icons/worm';
|
|
2741
2743
|
// Wrench aliases
|
|
2742
2744
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2743
|
-
// Wine aliases
|
|
2744
|
-
export { default as WineIcon } from '../icons/wine';
|
|
2745
2745
|
// X aliases
|
|
2746
2746
|
export { default as XIcon } from '../icons/x';
|
|
2747
|
-
//
|
|
2748
|
-
export { default as
|
|
2747
|
+
// WrapText aliases
|
|
2748
|
+
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2749
2749
|
// Youtube aliases
|
|
2750
2750
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2751
2751
|
// ZapOff aliases
|
|
2752
2752
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2753
|
+
// Zap aliases
|
|
2754
|
+
export { default as ZapIcon } from '../icons/zap';
|
|
2753
2755
|
// ZoomIn aliases
|
|
2754
2756
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2755
2757
|
// ZoomOut aliases
|
|
2756
2758
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2757
|
-
// Zap aliases
|
|
2758
|
-
export { default as ZapIcon } from '../icons/zap';
|
|
2759
2759
|
// ArrowDown01 aliases
|
|
2760
2760
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2761
2761
|
// ArrowDown10 aliases
|
|
2762
2762
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2763
|
-
// ArrowUp01 aliases
|
|
2764
|
-
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2765
2763
|
// ArrowUp10 aliases
|
|
2766
2764
|
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2765
|
+
// ArrowUp01 aliases
|
|
2766
|
+
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2767
2767
|
// AlarmClockCheck aliases
|
|
2768
2768
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2769
2769
|
export { default as AlarmCheckIcon } from '../icons/alarm-clock-check';
|
|
@@ -2773,12 +2773,12 @@ export { default as AlarmMinusIcon } from '../icons/alarm-clock-minus';
|
|
|
2773
2773
|
// AlarmClockPlus aliases
|
|
2774
2774
|
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2775
2775
|
export { default as AlarmPlusIcon } from '../icons/alarm-clock-plus';
|
|
2776
|
-
// ArrowDownWideNarrow aliases
|
|
2777
|
-
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2778
|
-
export { default as SortDescIcon } from '../icons/arrow-down-wide-narrow';
|
|
2779
2776
|
// ArrowDownAZ aliases
|
|
2780
2777
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2781
2778
|
export { default as ArrowDownAzIcon } from '../icons/arrow-down-a-z';
|
|
2779
|
+
// ArrowDownWideNarrow aliases
|
|
2780
|
+
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2781
|
+
export { default as SortDescIcon } from '../icons/arrow-down-wide-narrow';
|
|
2782
2782
|
// ArrowDownZA aliases
|
|
2783
2783
|
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2784
2784
|
export { default as ArrowDownZaIcon } from '../icons/arrow-down-z-a';
|
|
@@ -2788,12 +2788,12 @@ export { default as ArrowUpAzIcon } from '../icons/arrow-up-a-z';
|
|
|
2788
2788
|
// ArrowUpNarrowWide aliases
|
|
2789
2789
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2790
2790
|
export { default as SortAscIcon } from '../icons/arrow-up-narrow-wide';
|
|
2791
|
-
// ArrowUpZA aliases
|
|
2792
|
-
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2793
|
-
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
2794
2791
|
// Axis3d aliases
|
|
2795
2792
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2796
2793
|
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2794
|
+
// ArrowUpZA aliases
|
|
2795
|
+
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2796
|
+
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
2797
2797
|
// BadgeCheck aliases
|
|
2798
2798
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2799
2799
|
export { default as VerifiedIcon } from '../icons/badge-check';
|
|
@@ -2818,12 +2818,6 @@ export { default as SubtitlesIcon } from '../icons/captions';
|
|
|
2818
2818
|
// Braces aliases
|
|
2819
2819
|
export { default as BracesIcon } from '../icons/braces';
|
|
2820
2820
|
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2821
|
-
// ChartArea aliases
|
|
2822
|
-
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2823
|
-
export {
|
|
2824
|
-
/** @deprecated */
|
|
2825
|
-
default as AreaChartIcon
|
|
2826
|
-
} from '../icons/chart-area';
|
|
2827
2821
|
// ChartBarBig aliases
|
|
2828
2822
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2829
2823
|
export {
|
|
@@ -2836,54 +2830,66 @@ export {
|
|
|
2836
2830
|
/** @deprecated */
|
|
2837
2831
|
default as CandlestickChartIcon
|
|
2838
2832
|
} from '../icons/chart-candlestick';
|
|
2833
|
+
// ChartArea aliases
|
|
2834
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2835
|
+
export {
|
|
2836
|
+
/** @deprecated */
|
|
2837
|
+
default as AreaChartIcon
|
|
2838
|
+
} from '../icons/chart-area';
|
|
2839
2839
|
// ChartBar aliases
|
|
2840
2840
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2841
2841
|
export {
|
|
2842
2842
|
/** @deprecated */
|
|
2843
2843
|
default as BarChartHorizontalIcon
|
|
2844
2844
|
} from '../icons/chart-bar';
|
|
2845
|
-
//
|
|
2846
|
-
export { default as
|
|
2845
|
+
// ChartColumn aliases
|
|
2846
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2847
2847
|
export {
|
|
2848
2848
|
/** @deprecated */
|
|
2849
|
-
default as
|
|
2850
|
-
} from '../icons/chart-column
|
|
2849
|
+
default as BarChart3Icon
|
|
2850
|
+
} from '../icons/chart-column';
|
|
2851
2851
|
// ChartColumnIncreasing aliases
|
|
2852
2852
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2853
2853
|
export {
|
|
2854
2854
|
/** @deprecated */
|
|
2855
2855
|
default as BarChart4Icon
|
|
2856
2856
|
} from '../icons/chart-column-increasing';
|
|
2857
|
-
//
|
|
2858
|
-
export { default as
|
|
2857
|
+
// ChartColumnBig aliases
|
|
2858
|
+
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2859
2859
|
export {
|
|
2860
2860
|
/** @deprecated */
|
|
2861
|
-
default as
|
|
2862
|
-
} from '../icons/chart-column';
|
|
2861
|
+
default as BarChartBigIcon
|
|
2862
|
+
} from '../icons/chart-column-big';
|
|
2863
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
2864
|
+
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
2865
|
+
export {
|
|
2866
|
+
/** @deprecated */
|
|
2867
|
+
default as BarChartIcon
|
|
2868
|
+
} from '../icons/chart-no-axes-column-increasing';
|
|
2863
2869
|
// ChartLine aliases
|
|
2864
2870
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2865
2871
|
export {
|
|
2866
2872
|
/** @deprecated */
|
|
2867
2873
|
default as LineChartIcon
|
|
2868
2874
|
} from '../icons/chart-line';
|
|
2875
|
+
// ChartNoAxesGantt aliases
|
|
2876
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2877
|
+
export {
|
|
2878
|
+
/** @deprecated */
|
|
2879
|
+
default as GanttChartIcon
|
|
2880
|
+
} from '../icons/chart-no-axes-gantt';
|
|
2869
2881
|
// ChartNoAxesColumn aliases
|
|
2870
2882
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
2871
2883
|
export {
|
|
2872
2884
|
/** @deprecated */
|
|
2873
2885
|
default as BarChart2Icon
|
|
2874
2886
|
} from '../icons/chart-no-axes-column';
|
|
2875
|
-
//
|
|
2876
|
-
export { default as
|
|
2877
|
-
export {
|
|
2878
|
-
/** @deprecated */
|
|
2879
|
-
default as BarChartIcon
|
|
2880
|
-
} from '../icons/chart-no-axes-column-increasing';
|
|
2881
|
-
// ChartNoAxesGantt aliases
|
|
2882
|
-
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2887
|
+
// ChartScatter aliases
|
|
2888
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
2883
2889
|
export {
|
|
2884
2890
|
/** @deprecated */
|
|
2885
|
-
default as
|
|
2886
|
-
} from '../icons/chart-
|
|
2891
|
+
default as ScatterChartIcon
|
|
2892
|
+
} from '../icons/chart-scatter';
|
|
2887
2893
|
// ChartPie aliases
|
|
2888
2894
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
2889
2895
|
export {
|
|
@@ -2896,12 +2902,6 @@ export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
|
2896
2902
|
// CircleArrowDown aliases
|
|
2897
2903
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2898
2904
|
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2899
|
-
// ChartScatter aliases
|
|
2900
|
-
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
2901
|
-
export {
|
|
2902
|
-
/** @deprecated */
|
|
2903
|
-
default as ScatterChartIcon
|
|
2904
|
-
} from '../icons/chart-scatter';
|
|
2905
2905
|
// CircleArrowLeft aliases
|
|
2906
2906
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2907
2907
|
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
@@ -2926,18 +2926,15 @@ export { default as ArrowRightCircleIcon } from '../icons/circle-arrow-right';
|
|
|
2926
2926
|
// CircleCheckBig aliases
|
|
2927
2927
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
2928
2928
|
export { default as CheckCircleIcon } from '../icons/circle-check-big';
|
|
2929
|
-
// CircleCheck aliases
|
|
2930
|
-
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
2931
|
-
export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
2932
2929
|
// CircleChevronDown aliases
|
|
2933
2930
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
2934
2931
|
export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
2932
|
+
// CircleCheck aliases
|
|
2933
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
2934
|
+
export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
2935
2935
|
// CircleChevronLeft aliases
|
|
2936
2936
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
2937
2937
|
export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
2938
|
-
// CircleChevronUp aliases
|
|
2939
|
-
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
2940
|
-
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
2941
2938
|
// CircleChevronRight aliases
|
|
2942
2939
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
2943
2940
|
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
@@ -2947,60 +2944,63 @@ export { default as DivideCircleIcon } from '../icons/circle-divide';
|
|
|
2947
2944
|
// CircleGauge aliases
|
|
2948
2945
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
2949
2946
|
export { default as GaugeCircleIcon } from '../icons/circle-gauge';
|
|
2950
|
-
//
|
|
2951
|
-
export { default as
|
|
2952
|
-
export { default as
|
|
2947
|
+
// CircleChevronUp aliases
|
|
2948
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
2949
|
+
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
2953
2950
|
// CircleParkingOff aliases
|
|
2954
2951
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
2955
2952
|
export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
2956
|
-
// CircleParking aliases
|
|
2957
|
-
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
2958
|
-
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
2959
2953
|
// CircleMinus aliases
|
|
2960
2954
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
2961
2955
|
export { default as MinusCircleIcon } from '../icons/circle-minus';
|
|
2956
|
+
// CircleHelp aliases
|
|
2957
|
+
export { default as CircleHelpIcon } from '../icons/circle-help';
|
|
2958
|
+
export { default as HelpCircleIcon } from '../icons/circle-help';
|
|
2959
|
+
// CircleParking aliases
|
|
2960
|
+
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
2961
|
+
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
2962
2962
|
// CirclePause aliases
|
|
2963
2963
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
2964
2964
|
export { default as PauseCircleIcon } from '../icons/circle-pause';
|
|
2965
|
-
// CirclePlay aliases
|
|
2966
|
-
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
2967
|
-
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
2968
2965
|
// CirclePercent aliases
|
|
2969
2966
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
2970
2967
|
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
2968
|
+
// CirclePlay aliases
|
|
2969
|
+
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
2970
|
+
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
2971
2971
|
// CirclePlus aliases
|
|
2972
2972
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
2973
2973
|
export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
2974
|
-
// CircleSlash2 aliases
|
|
2975
|
-
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
2976
|
-
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
2977
2974
|
// CirclePower aliases
|
|
2978
2975
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
2979
2976
|
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
2977
|
+
// CircleSlash2 aliases
|
|
2978
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
2979
|
+
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
2980
2980
|
// CircleStop aliases
|
|
2981
2981
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
2982
2982
|
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
2983
|
+
// CircleUser aliases
|
|
2984
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
2985
|
+
export { default as UserCircleIcon } from '../icons/circle-user';
|
|
2983
2986
|
// CircleUserRound aliases
|
|
2984
2987
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
2985
2988
|
export {
|
|
2986
2989
|
/** @deprecated */
|
|
2987
|
-
default as UserCircle2Icon
|
|
2988
|
-
} from '../icons/circle-user-round';
|
|
2989
|
-
//
|
|
2990
|
-
export { default as
|
|
2991
|
-
export { default as
|
|
2990
|
+
default as UserCircle2Icon
|
|
2991
|
+
} from '../icons/circle-user-round';
|
|
2992
|
+
// CircleX aliases
|
|
2993
|
+
export { default as CircleXIcon } from '../icons/circle-x';
|
|
2994
|
+
export { default as XCircleIcon } from '../icons/circle-x';
|
|
2992
2995
|
// ClipboardPenLine aliases
|
|
2993
2996
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
2994
2997
|
export { default as ClipboardSignatureIcon } from '../icons/clipboard-pen-line';
|
|
2995
|
-
// ClipboardPen aliases
|
|
2996
|
-
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
2997
|
-
export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
2998
2998
|
// CloudDownload aliases
|
|
2999
2999
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3000
3000
|
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
3001
|
-
//
|
|
3002
|
-
export { default as
|
|
3003
|
-
export { default as
|
|
3001
|
+
// ClipboardPen aliases
|
|
3002
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3003
|
+
export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
3004
3004
|
// CloudUpload aliases
|
|
3005
3005
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3006
3006
|
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
@@ -3016,6 +3016,10 @@ export { default as ColumnsIcon } from '../icons/columns-2';
|
|
|
3016
3016
|
// Columns3 aliases
|
|
3017
3017
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3018
3018
|
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
3019
|
+
// Columns3Cog aliases
|
|
3020
|
+
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3021
|
+
export { default as ColumnsSettingsIcon } from '../icons/columns-3-cog';
|
|
3022
|
+
export { default as TableConfigIcon } from '../icons/columns-3-cog';
|
|
3019
3023
|
// ContactRound aliases
|
|
3020
3024
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3021
3025
|
export {
|
|
@@ -3031,15 +3035,15 @@ export {
|
|
|
3031
3035
|
/** @deprecated */
|
|
3032
3036
|
default as Globe2Icon
|
|
3033
3037
|
} from '../icons/earth';
|
|
3034
|
-
// EllipsisVertical aliases
|
|
3035
|
-
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3036
|
-
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3037
3038
|
// Ellipsis aliases
|
|
3038
3039
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3039
3040
|
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3040
3041
|
// FileAxis3d aliases
|
|
3041
3042
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3042
3043
|
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
3044
|
+
// EllipsisVertical aliases
|
|
3045
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3046
|
+
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3043
3047
|
// FileChartColumnIncreasing aliases
|
|
3044
3048
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3045
3049
|
export {
|
|
@@ -3052,30 +3056,30 @@ export {
|
|
|
3052
3056
|
/** @deprecated */
|
|
3053
3057
|
default as FileBarChart2Icon
|
|
3054
3058
|
} from '../icons/file-chart-column';
|
|
3059
|
+
// FileChartPie aliases
|
|
3060
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3061
|
+
export {
|
|
3062
|
+
/** @deprecated */
|
|
3063
|
+
default as FilePieChartIcon
|
|
3064
|
+
} from '../icons/file-chart-pie';
|
|
3055
3065
|
// FileChartLine aliases
|
|
3056
3066
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3057
3067
|
export {
|
|
3058
3068
|
/** @deprecated */
|
|
3059
3069
|
default as FileLineChartIcon
|
|
3060
3070
|
} from '../icons/file-chart-line';
|
|
3061
|
-
// FilePenLine aliases
|
|
3062
|
-
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3063
|
-
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
3064
3071
|
// FileCog aliases
|
|
3065
3072
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3066
3073
|
export {
|
|
3067
3074
|
/** @deprecated */
|
|
3068
3075
|
default as FileCog2Icon
|
|
3069
3076
|
} from '../icons/file-cog';
|
|
3077
|
+
// FilePenLine aliases
|
|
3078
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3079
|
+
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
3070
3080
|
// FilePen aliases
|
|
3071
3081
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3072
3082
|
export { default as FileEditIcon } from '../icons/file-pen';
|
|
3073
|
-
// FileChartPie aliases
|
|
3074
|
-
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3075
|
-
export {
|
|
3076
|
-
/** @deprecated */
|
|
3077
|
-
default as FilePieChartIcon
|
|
3078
|
-
} from '../icons/file-chart-pie';
|
|
3079
3083
|
// FolderCog aliases
|
|
3080
3084
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3081
3085
|
export {
|
|
@@ -3091,91 +3095,91 @@ export {
|
|
|
3091
3095
|
/** @deprecated */
|
|
3092
3096
|
default as FilterXIcon
|
|
3093
3097
|
} from '../icons/funnel-x';
|
|
3094
|
-
// GitCommitHorizontal aliases
|
|
3095
|
-
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3096
|
-
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
3097
|
-
// Grid2x2Check aliases
|
|
3098
|
-
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3099
|
-
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3100
3098
|
// Funnel aliases
|
|
3101
3099
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3102
3100
|
export {
|
|
3103
3101
|
/** @deprecated */
|
|
3104
3102
|
default as FilterIcon
|
|
3105
3103
|
} from '../icons/funnel';
|
|
3104
|
+
// GitCommitHorizontal aliases
|
|
3105
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3106
|
+
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
3107
|
+
// Grid2x2Check aliases
|
|
3108
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3109
|
+
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3106
3110
|
// Grid2x2Plus aliases
|
|
3107
3111
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3108
3112
|
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3109
|
-
// Grid2x2X aliases
|
|
3110
|
-
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3111
|
-
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3112
3113
|
// Grid2x2 aliases
|
|
3113
3114
|
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3114
3115
|
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3116
|
+
// Grid2x2X aliases
|
|
3117
|
+
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3118
|
+
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3119
|
+
// HandHelping aliases
|
|
3120
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3121
|
+
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
3115
3122
|
// Grid3x3 aliases
|
|
3116
3123
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3117
3124
|
export { default as GridIcon } from '../icons/grid-3x3';
|
|
3118
3125
|
export { default as Grid3X3Icon } from '../icons/grid-3x3';
|
|
3119
|
-
// HandHelping aliases
|
|
3120
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3121
|
-
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
3122
3126
|
// IceCreamBowl aliases
|
|
3123
3127
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3124
3128
|
export {
|
|
3125
3129
|
/** @deprecated */
|
|
3126
3130
|
default as IceCream2Icon
|
|
3127
3131
|
} from '../icons/ice-cream-bowl';
|
|
3128
|
-
// IceCreamCone aliases
|
|
3129
|
-
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3130
|
-
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3131
3132
|
// House aliases
|
|
3132
3133
|
export { default as HouseIcon } from '../icons/house';
|
|
3133
3134
|
export { default as HomeIcon } from '../icons/house';
|
|
3135
|
+
// IceCreamCone aliases
|
|
3136
|
+
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3137
|
+
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3134
3138
|
// IndentDecrease aliases
|
|
3135
3139
|
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3136
3140
|
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3137
|
-
// LaptopMinimal aliases
|
|
3138
|
-
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3139
|
-
export {
|
|
3140
|
-
/** @deprecated */
|
|
3141
|
-
default as Laptop2Icon
|
|
3142
|
-
} from '../icons/laptop-minimal';
|
|
3143
3141
|
// IndentIncrease aliases
|
|
3144
3142
|
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3145
3143
|
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3146
3144
|
// LoaderCircle aliases
|
|
3147
3145
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3148
3146
|
export { default as Loader2Icon } from '../icons/loader-circle';
|
|
3149
|
-
//
|
|
3150
|
-
export { default as
|
|
3151
|
-
export {
|
|
3147
|
+
// LaptopMinimal aliases
|
|
3148
|
+
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3149
|
+
export {
|
|
3150
|
+
/** @deprecated */
|
|
3151
|
+
default as Laptop2Icon
|
|
3152
|
+
} from '../icons/laptop-minimal';
|
|
3152
3153
|
// LockKeyholeOpen aliases
|
|
3153
3154
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3154
3155
|
export { default as UnlockKeyholeIcon } from '../icons/lock-keyhole-open';
|
|
3155
|
-
//
|
|
3156
|
-
export { default as
|
|
3157
|
-
export { default as
|
|
3156
|
+
// Layers aliases
|
|
3157
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3158
|
+
export { default as Layers3Icon } from '../icons/layers';
|
|
3158
3159
|
// MicVocal aliases
|
|
3159
3160
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3160
3161
|
export {
|
|
3161
3162
|
/** @deprecated */
|
|
3162
3163
|
default as Mic2Icon
|
|
3163
3164
|
} from '../icons/mic-vocal';
|
|
3165
|
+
// LockOpen aliases
|
|
3166
|
+
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3167
|
+
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3164
3168
|
// Move3d aliases
|
|
3165
3169
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3166
3170
|
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3167
|
-
// OctagonAlert aliases
|
|
3168
|
-
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3169
|
-
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3170
3171
|
// OctagonPause aliases
|
|
3171
3172
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3172
3173
|
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
3173
|
-
//
|
|
3174
|
-
export { default as
|
|
3175
|
-
export { default as
|
|
3174
|
+
// OctagonAlert aliases
|
|
3175
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3176
|
+
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3176
3177
|
// OctagonX aliases
|
|
3177
3178
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3178
3179
|
export { default as XOctagonIcon } from '../icons/octagon-x';
|
|
3180
|
+
// PaintbrushVertical aliases
|
|
3181
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3182
|
+
export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
3179
3183
|
// PanelBottomDashed aliases
|
|
3180
3184
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3181
3185
|
export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed';
|
|
@@ -3188,15 +3192,15 @@ export { default as SidebarOpenIcon } from '../icons/panel-left-open';
|
|
|
3188
3192
|
// PanelLeftDashed aliases
|
|
3189
3193
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3190
3194
|
export { default as PanelLeftInactiveIcon } from '../icons/panel-left-dashed';
|
|
3191
|
-
// PanelRightDashed aliases
|
|
3192
|
-
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3193
|
-
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
3194
3195
|
// PanelLeft aliases
|
|
3195
3196
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3196
3197
|
export { default as SidebarIcon } from '../icons/panel-left';
|
|
3197
3198
|
// PanelTopDashed aliases
|
|
3198
3199
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3199
3200
|
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
3201
|
+
// PanelRightDashed aliases
|
|
3202
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3203
|
+
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
3200
3204
|
// PanelsTopLeft aliases
|
|
3201
3205
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3202
3206
|
export { default as LayoutIcon } from '../icons/panels-top-left';
|
|
@@ -3212,24 +3216,24 @@ export {
|
|
|
3212
3216
|
/** @deprecated */
|
|
3213
3217
|
default as Edit2Icon
|
|
3214
3218
|
} from '../icons/pen';
|
|
3215
|
-
// RectangleEllipsis aliases
|
|
3216
|
-
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3217
|
-
export { default as FormInputIcon } from '../icons/rectangle-ellipsis';
|
|
3218
3219
|
// PlugZap aliases
|
|
3219
3220
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3220
3221
|
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3221
3222
|
// Rotate3d aliases
|
|
3222
3223
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3223
3224
|
export { default as Rotate3DIcon } from '../icons/rotate-3d';
|
|
3225
|
+
// RectangleEllipsis aliases
|
|
3226
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3227
|
+
export { default as FormInputIcon } from '../icons/rectangle-ellipsis';
|
|
3224
3228
|
// Rows2 aliases
|
|
3225
3229
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3226
3230
|
export { default as RowsIcon } from '../icons/rows-2';
|
|
3227
|
-
// Rows3 aliases
|
|
3228
|
-
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3229
|
-
export { default as PanelsTopBottomIcon } from '../icons/rows-3';
|
|
3230
3231
|
// Scale3d aliases
|
|
3231
3232
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3232
3233
|
export { default as Scale3DIcon } from '../icons/scale-3d';
|
|
3234
|
+
// Rows3 aliases
|
|
3235
|
+
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3236
|
+
export { default as PanelsTopBottomIcon } from '../icons/rows-3';
|
|
3233
3237
|
// SendHorizontal aliases
|
|
3234
3238
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3235
3239
|
export {
|
|
@@ -3251,12 +3255,12 @@ export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
|
3251
3255
|
// SquareArrowDownLeft aliases
|
|
3252
3256
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3253
3257
|
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3254
|
-
// SquareArrowDown aliases
|
|
3255
|
-
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3256
|
-
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
3257
3258
|
// SquareArrowDownRight aliases
|
|
3258
3259
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3259
3260
|
export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-right';
|
|
3261
|
+
// SquareArrowDown aliases
|
|
3262
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3263
|
+
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
3260
3264
|
// SquareArrowLeft aliases
|
|
3261
3265
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3262
3266
|
export { default as ArrowLeftSquareIcon } from '../icons/square-arrow-left';
|
|
@@ -3278,61 +3282,58 @@ export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
|
3278
3282
|
// SquareArrowUpLeft aliases
|
|
3279
3283
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3280
3284
|
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3281
|
-
// SquareArrowUp aliases
|
|
3282
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3283
|
-
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3284
3285
|
// SquareArrowUpRight aliases
|
|
3285
3286
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3286
3287
|
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3287
3288
|
// SquareAsterisk aliases
|
|
3288
3289
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3289
3290
|
export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
3290
|
-
//
|
|
3291
|
-
export { default as
|
|
3292
|
-
export { default as
|
|
3291
|
+
// SquareArrowUp aliases
|
|
3292
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3293
|
+
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3293
3294
|
// SquareChartGantt aliases
|
|
3294
3295
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3295
3296
|
export { default as GanttChartSquareIcon } from '../icons/square-chart-gantt';
|
|
3296
3297
|
export { default as SquareGanttChartIcon } from '../icons/square-chart-gantt';
|
|
3298
|
+
// SquareBottomDashedScissors aliases
|
|
3299
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3300
|
+
export { default as ScissorsSquareDashedBottomIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3297
3301
|
// SquareCheckBig aliases
|
|
3298
3302
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3299
3303
|
export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
3300
|
-
// SquareChevronDown aliases
|
|
3301
|
-
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3302
|
-
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3303
3304
|
// SquareCheck aliases
|
|
3304
3305
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3305
3306
|
export { default as CheckSquare2Icon } from '../icons/square-check';
|
|
3307
|
+
// SquareChevronDown aliases
|
|
3308
|
+
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3309
|
+
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3306
3310
|
// SquareChevronLeft aliases
|
|
3307
3311
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3308
3312
|
export { default as ChevronLeftSquareIcon } from '../icons/square-chevron-left';
|
|
3309
3313
|
// SquareChevronRight aliases
|
|
3310
3314
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3311
3315
|
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
3312
|
-
// SquareChevronUp aliases
|
|
3313
|
-
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3314
|
-
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3315
|
-
// SquareDashedMousePointer aliases
|
|
3316
|
-
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3317
|
-
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3318
3316
|
// SquareCode aliases
|
|
3319
3317
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3320
3318
|
export { default as CodeSquareIcon } from '../icons/square-code';
|
|
3319
|
+
// SquareChevronUp aliases
|
|
3320
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3321
|
+
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3321
3322
|
// SquareDashedKanban aliases
|
|
3322
3323
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3323
3324
|
export { default as KanbanSquareDashedIcon } from '../icons/square-dashed-kanban';
|
|
3324
|
-
//
|
|
3325
|
-
export { default as
|
|
3326
|
-
export { default as
|
|
3325
|
+
// SquareDashedMousePointer aliases
|
|
3326
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3327
|
+
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3327
3328
|
// SquareDivide aliases
|
|
3328
3329
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3329
3330
|
export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
3331
|
+
// SquareDashed aliases
|
|
3332
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3333
|
+
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
3330
3334
|
// SquareDot aliases
|
|
3331
3335
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3332
3336
|
export { default as DotSquareIcon } from '../icons/square-dot';
|
|
3333
|
-
// SquareEqual aliases
|
|
3334
|
-
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3335
|
-
export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
3336
3337
|
// SquareFunction aliases
|
|
3337
3338
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3338
3339
|
export { default as FunctionSquareIcon } from '../icons/square-function';
|
|
@@ -3342,21 +3343,24 @@ export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
|
3342
3343
|
// SquareLibrary aliases
|
|
3343
3344
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3344
3345
|
export { default as LibrarySquareIcon } from '../icons/square-library';
|
|
3346
|
+
// SquareM aliases
|
|
3347
|
+
export { default as SquareMIcon } from '../icons/square-m';
|
|
3348
|
+
export { default as MSquareIcon } from '../icons/square-m';
|
|
3349
|
+
// SquareEqual aliases
|
|
3350
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3351
|
+
export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
3352
|
+
// SquareMinus aliases
|
|
3353
|
+
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3354
|
+
export { default as MinusSquareIcon } from '../icons/square-minus';
|
|
3345
3355
|
// SquareMenu aliases
|
|
3346
3356
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3347
3357
|
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3348
3358
|
// SquareMousePointer aliases
|
|
3349
3359
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3350
3360
|
export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
3351
|
-
// SquareM aliases
|
|
3352
|
-
export { default as SquareMIcon } from '../icons/square-m';
|
|
3353
|
-
export { default as MSquareIcon } from '../icons/square-m';
|
|
3354
3361
|
// SquareParkingOff aliases
|
|
3355
3362
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3356
3363
|
export { default as ParkingSquareOffIcon } from '../icons/square-parking-off';
|
|
3357
|
-
// SquareMinus aliases
|
|
3358
|
-
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3359
|
-
export { default as MinusSquareIcon } from '../icons/square-minus';
|
|
3360
3364
|
// SquareParking aliases
|
|
3361
3365
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3362
3366
|
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
@@ -3368,90 +3372,78 @@ export { default as PenSquareIcon } from '../icons/square-pen';
|
|
|
3368
3372
|
// SquarePercent aliases
|
|
3369
3373
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3370
3374
|
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3371
|
-
// SquarePilcrow aliases
|
|
3372
|
-
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3373
|
-
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3374
3375
|
// SquarePi aliases
|
|
3375
3376
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3376
3377
|
export { default as PiSquareIcon } from '../icons/square-pi';
|
|
3378
|
+
// SquarePilcrow aliases
|
|
3379
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3380
|
+
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3377
3381
|
// SquarePlay aliases
|
|
3378
3382
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3379
3383
|
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3380
|
-
// SquarePlus aliases
|
|
3381
|
-
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3382
|
-
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
3383
3384
|
// SquarePower aliases
|
|
3384
3385
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3385
3386
|
export { default as PowerSquareIcon } from '../icons/square-power';
|
|
3387
|
+
// SquarePlus aliases
|
|
3388
|
+
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3389
|
+
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
3386
3390
|
// SquareScissors aliases
|
|
3387
3391
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
3388
3392
|
export { default as ScissorsSquareIcon } from '../icons/square-scissors';
|
|
3389
|
-
// SquareSlash aliases
|
|
3390
|
-
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3391
|
-
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3392
3393
|
// SquareSigma aliases
|
|
3393
3394
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3394
3395
|
export { default as SigmaSquareIcon } from '../icons/square-sigma';
|
|
3395
3396
|
// SquareSplitHorizontal aliases
|
|
3396
3397
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3397
3398
|
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3398
|
-
//
|
|
3399
|
-
export { default as
|
|
3400
|
-
export { default as
|
|
3399
|
+
// SquareSlash aliases
|
|
3400
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3401
|
+
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3401
3402
|
// SquareSplitVertical aliases
|
|
3402
3403
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3403
3404
|
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3404
|
-
//
|
|
3405
|
-
export { default as
|
|
3406
|
-
export { default as
|
|
3405
|
+
// SquareTerminal aliases
|
|
3406
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3407
|
+
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
3407
3408
|
// SquareUserRound aliases
|
|
3408
3409
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
3409
3410
|
export {
|
|
3410
3411
|
/** @deprecated */
|
|
3411
3412
|
default as UserSquare2Icon
|
|
3412
3413
|
} from '../icons/square-user-round';
|
|
3413
|
-
//
|
|
3414
|
-
export { default as
|
|
3415
|
-
export { default as
|
|
3414
|
+
// SquareUser aliases
|
|
3415
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
3416
|
+
export { default as UserSquareIcon } from '../icons/square-user';
|
|
3416
3417
|
// SquareX aliases
|
|
3417
3418
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
3418
3419
|
export { default as XSquareIcon } from '../icons/square-x';
|
|
3419
|
-
// TramFront aliases
|
|
3420
|
-
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3421
|
-
export { default as TrainIcon } from '../icons/tram-front';
|
|
3422
3420
|
// TextSelect aliases
|
|
3423
3421
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3424
3422
|
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
3423
|
+
// TestTubeDiagonal aliases
|
|
3424
|
+
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
3425
|
+
export { default as TestTube2Icon } from '../icons/test-tube-diagonal';
|
|
3426
|
+
// TramFront aliases
|
|
3427
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3428
|
+
export { default as TrainIcon } from '../icons/tram-front';
|
|
3425
3429
|
// TreePalm aliases
|
|
3426
3430
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3427
3431
|
export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
3428
3432
|
// TriangleAlert aliases
|
|
3429
3433
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3430
3434
|
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3431
|
-
// TvMinimal aliases
|
|
3432
|
-
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
3433
|
-
export {
|
|
3434
|
-
/** @deprecated */
|
|
3435
|
-
default as Tv2Icon
|
|
3436
|
-
} from '../icons/tv-minimal';
|
|
3437
|
-
// UserRoundCog aliases
|
|
3438
|
-
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
3439
|
-
export {
|
|
3440
|
-
/** @deprecated */
|
|
3441
|
-
default as UserCog2Icon
|
|
3442
|
-
} from '../icons/user-round-cog';
|
|
3443
3435
|
// University aliases
|
|
3444
3436
|
export { default as UniversityIcon } from '../icons/university';
|
|
3445
3437
|
export {
|
|
3446
3438
|
/** @deprecated */
|
|
3447
3439
|
default as School2Icon
|
|
3448
3440
|
} from '../icons/university';
|
|
3449
|
-
//
|
|
3450
|
-
export { default as
|
|
3441
|
+
// TvMinimal aliases
|
|
3442
|
+
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
3451
3443
|
export {
|
|
3452
3444
|
/** @deprecated */
|
|
3453
|
-
default as
|
|
3454
|
-
} from '../icons/
|
|
3445
|
+
default as Tv2Icon
|
|
3446
|
+
} from '../icons/tv-minimal';
|
|
3455
3447
|
// UserRoundCheck aliases
|
|
3456
3448
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
3457
3449
|
export {
|
|
@@ -3464,6 +3456,18 @@ export {
|
|
|
3464
3456
|
/** @deprecated */
|
|
3465
3457
|
default as UserMinus2Icon
|
|
3466
3458
|
} from '../icons/user-round-minus';
|
|
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
|
+
// UserRoundPlus aliases
|
|
3466
|
+
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
3467
|
+
export {
|
|
3468
|
+
/** @deprecated */
|
|
3469
|
+
default as UserPlus2Icon
|
|
3470
|
+
} from '../icons/user-round-plus';
|
|
3467
3471
|
// UserRoundX aliases
|
|
3468
3472
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
3469
3473
|
export {
|