@lucide/astro 0.494.0 → 0.496.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 +64 -64
- package/src/aliases/prefixed.ts +379 -369
- package/src/aliases/suffixed.ts +659 -649
- package/src/icons/index.ts +172 -167
- package/src/icons/rectangle-goggles.ts +18 -0
- package/src/icons/squares-exclude.ts +18 -0
- package/src/icons/squares-intersect.ts +18 -0
- package/src/icons/squares-subtract.ts +18 -0
- package/src/icons/squares-unite.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
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
|
-
// Accessibility aliases
|
|
6
|
-
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
5
|
// ALargeSmall aliases
|
|
8
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
9
7
|
// Activity aliases
|
|
10
8
|
export { default as ActivityIcon } from '../icons/activity';
|
|
9
|
+
// Accessibility aliases
|
|
10
|
+
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
11
11
|
// AirVent aliases
|
|
12
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
13
|
// Airplay aliases
|
|
@@ -18,28 +18,28 @@ export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
|
18
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
19
|
// AlarmSmoke aliases
|
|
20
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
|
-
// AlignCenterHorizontal aliases
|
|
22
|
-
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
23
21
|
// Album aliases
|
|
24
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
27
|
// AlignCenter aliases
|
|
28
28
|
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
29
|
-
// AlignEndHorizontal aliases
|
|
30
|
-
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
29
|
// AlignEndVertical aliases
|
|
32
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
|
+
// AlignEndHorizontal aliases
|
|
32
|
+
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
33
33
|
// AlignHorizontalDistributeCenter aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
35
|
// AlignHorizontalDistributeEnd aliases
|
|
36
36
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
37
37
|
// AlignHorizontalDistributeStart aliases
|
|
38
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
|
-
// AlignHorizontalJustifyCenter aliases
|
|
40
|
-
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
39
|
// AlignHorizontalJustifyEnd aliases
|
|
42
40
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
|
+
// AlignHorizontalJustifyCenter aliases
|
|
42
|
+
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
43
43
|
// AlignHorizontalJustifyStart aliases
|
|
44
44
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
45
|
// AlignHorizontalSpaceAround aliases
|
|
@@ -50,10 +50,10 @@ export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horiz
|
|
|
50
50
|
export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
51
51
|
// AlignRight aliases
|
|
52
52
|
export { default as AlignRightIcon } from '../icons/align-right';
|
|
53
|
-
// AlignLeft aliases
|
|
54
|
-
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
55
53
|
// AlignStartHorizontal aliases
|
|
56
54
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
55
|
+
// AlignLeft aliases
|
|
56
|
+
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
57
57
|
// AlignStartVertical aliases
|
|
58
58
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
59
59
|
// AlignVerticalDistributeCenter aliases
|
|
@@ -84,30 +84,30 @@ export { default as AmphoraIcon } from '../icons/amphora';
|
|
|
84
84
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
85
85
|
// Angry aliases
|
|
86
86
|
export { default as AngryIcon } from '../icons/angry';
|
|
87
|
-
// Antenna aliases
|
|
88
|
-
export { default as AntennaIcon } from '../icons/antenna';
|
|
89
87
|
// Annoyed aliases
|
|
90
88
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
89
|
+
// Antenna aliases
|
|
90
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
91
91
|
// Anvil aliases
|
|
92
92
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
93
93
|
// Aperture aliases
|
|
94
94
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
95
95
|
// AppWindowMac aliases
|
|
96
96
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
97
|
-
// AppWindow aliases
|
|
98
|
-
export { default as AppWindowIcon } from '../icons/app-window';
|
|
99
|
-
// ArchiveRestore aliases
|
|
100
|
-
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
101
97
|
// Apple aliases
|
|
102
98
|
export { default as AppleIcon } from '../icons/apple';
|
|
99
|
+
// ArchiveRestore aliases
|
|
100
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
101
|
+
// AppWindow aliases
|
|
102
|
+
export { default as AppWindowIcon } from '../icons/app-window';
|
|
103
103
|
// ArchiveX aliases
|
|
104
104
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
105
|
+
// Armchair aliases
|
|
106
|
+
export { default as ArmchairIcon } from '../icons/armchair';
|
|
105
107
|
// Archive aliases
|
|
106
108
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
107
109
|
// ArrowBigDownDash aliases
|
|
108
110
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
109
|
-
// Armchair aliases
|
|
110
|
-
export { default as ArmchairIcon } from '../icons/armchair';
|
|
111
111
|
// ArrowBigDown aliases
|
|
112
112
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
113
113
|
// ArrowBigLeftDash aliases
|
|
@@ -116,40 +116,40 @@ export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
|
116
116
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
117
117
|
// ArrowBigRightDash aliases
|
|
118
118
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
119
|
-
// ArrowBigUpDash aliases
|
|
120
|
-
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
121
119
|
// ArrowBigRight aliases
|
|
122
120
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
121
|
+
// ArrowBigUpDash aliases
|
|
122
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
123
123
|
// ArrowBigUp aliases
|
|
124
124
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
125
125
|
// ArrowDownFromLine aliases
|
|
126
126
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
127
|
-
// ArrowDownRight aliases
|
|
128
|
-
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
129
127
|
// ArrowDownLeft aliases
|
|
130
128
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
131
|
-
// ArrowDownToDot aliases
|
|
132
|
-
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
133
129
|
// ArrowDownNarrowWide aliases
|
|
134
130
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
135
|
-
//
|
|
136
|
-
export { default as
|
|
131
|
+
// ArrowDownToDot aliases
|
|
132
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
133
|
+
// ArrowDownRight aliases
|
|
134
|
+
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
137
135
|
// ArrowDownUp aliases
|
|
138
136
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
139
137
|
// ArrowDown aliases
|
|
140
138
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
141
139
|
// ArrowLeftFromLine aliases
|
|
142
140
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
141
|
+
// ArrowDownToLine aliases
|
|
142
|
+
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
143
143
|
// ArrowLeftRight aliases
|
|
144
144
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
145
145
|
// ArrowLeftToLine aliases
|
|
146
146
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
147
|
+
// ArrowRightFromLine aliases
|
|
148
|
+
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
147
149
|
// ArrowLeft aliases
|
|
148
150
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
149
151
|
// ArrowRightLeft aliases
|
|
150
152
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
151
|
-
// ArrowRightFromLine aliases
|
|
152
|
-
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
153
153
|
// ArrowRightToLine aliases
|
|
154
154
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
155
155
|
// ArrowRight aliases
|
|
@@ -160,14 +160,14 @@ export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
|
160
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
|
-
// ArrowUpLeft aliases
|
|
164
|
-
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
165
163
|
// ArrowUpRight aliases
|
|
166
164
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
167
|
-
//
|
|
168
|
-
export { default as
|
|
165
|
+
// ArrowUpLeft aliases
|
|
166
|
+
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
169
167
|
// ArrowUpToLine aliases
|
|
170
168
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
169
|
+
// ArrowUpWideNarrow aliases
|
|
170
|
+
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
171
171
|
// ArrowUp aliases
|
|
172
172
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
173
173
|
// ArrowsUpFromLine aliases
|
|
@@ -186,28 +186,28 @@ export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
|
186
186
|
export { default as AwardIcon } from '../icons/award';
|
|
187
187
|
// Axe aliases
|
|
188
188
|
export { default as AxeIcon } from '../icons/axe';
|
|
189
|
+
// BadgeAlert aliases
|
|
190
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
189
191
|
// Baby aliases
|
|
190
192
|
export { default as BabyIcon } from '../icons/baby';
|
|
191
193
|
// Backpack aliases
|
|
192
194
|
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
|
-
// BadgeEuro aliases
|
|
198
|
-
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
199
197
|
// BadgeDollarSign aliases
|
|
200
198
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
199
|
+
// BadgeEuro aliases
|
|
200
|
+
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
201
201
|
// BadgeHelp aliases
|
|
202
202
|
export { default as BadgeHelpIcon } from '../icons/badge-help';
|
|
203
203
|
// BadgeIndianRupee aliases
|
|
204
204
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
205
|
+
// BadgeInfo aliases
|
|
206
|
+
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
205
207
|
// BadgeJapaneseYen aliases
|
|
206
208
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
207
209
|
// BadgeMinus aliases
|
|
208
210
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
209
|
-
// BadgeInfo aliases
|
|
210
|
-
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
211
211
|
// BadgePercent aliases
|
|
212
212
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
213
213
|
// BadgePlus aliases
|
|
@@ -226,60 +226,60 @@ export { default as BadgeIcon } from '../icons/badge';
|
|
|
226
226
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
227
227
|
// Ban aliases
|
|
228
228
|
export { default as BanIcon } from '../icons/ban';
|
|
229
|
-
// Banana aliases
|
|
230
|
-
export { default as BananaIcon } from '../icons/banana';
|
|
231
229
|
// Bandage aliases
|
|
232
230
|
export { default as BandageIcon } from '../icons/bandage';
|
|
233
|
-
//
|
|
234
|
-
export { default as
|
|
231
|
+
// Banana aliases
|
|
232
|
+
export { default as BananaIcon } from '../icons/banana';
|
|
235
233
|
// BanknoteArrowDown aliases
|
|
236
234
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
235
|
+
// BanknoteArrowUp aliases
|
|
236
|
+
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
237
237
|
// BanknoteX aliases
|
|
238
238
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
|
+
// Baseline aliases
|
|
240
|
+
export { default as BaselineIcon } from '../icons/baseline';
|
|
239
241
|
// Banknote aliases
|
|
240
242
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
243
|
// Barcode aliases
|
|
242
244
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
|
-
// Baseline aliases
|
|
244
|
-
export { default as BaselineIcon } from '../icons/baseline';
|
|
245
|
-
// Bath aliases
|
|
246
|
-
export { default as BathIcon } from '../icons/bath';
|
|
247
245
|
// BatteryCharging aliases
|
|
248
246
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
247
|
+
// Bath aliases
|
|
248
|
+
export { default as BathIcon } from '../icons/bath';
|
|
249
249
|
// BatteryFull aliases
|
|
250
250
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
251
|
-
// BatteryLow aliases
|
|
252
|
-
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
253
251
|
// BatteryMedium aliases
|
|
254
252
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
255
|
-
// BatteryWarning aliases
|
|
256
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
257
253
|
// BatteryPlus aliases
|
|
258
254
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
|
-
//
|
|
260
|
-
export { default as
|
|
255
|
+
// BatteryLow aliases
|
|
256
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
257
|
+
// BatteryWarning aliases
|
|
258
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
261
259
|
// Battery aliases
|
|
262
260
|
export { default as BatteryIcon } from '../icons/battery';
|
|
261
|
+
// Beaker aliases
|
|
262
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
263
263
|
// BeanOff aliases
|
|
264
264
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
265
265
|
// Bean aliases
|
|
266
266
|
export { default as BeanIcon } from '../icons/bean';
|
|
267
267
|
// BedDouble aliases
|
|
268
268
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
269
|
-
// BedSingle aliases
|
|
270
|
-
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
271
269
|
// Bed aliases
|
|
272
270
|
export { default as BedIcon } from '../icons/bed';
|
|
273
|
-
//
|
|
274
|
-
export { default as
|
|
275
|
-
// BeerOff aliases
|
|
276
|
-
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
277
|
-
// BellDot aliases
|
|
278
|
-
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
271
|
+
// BedSingle aliases
|
|
272
|
+
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
279
273
|
// Beer aliases
|
|
280
274
|
export { default as BeerIcon } from '../icons/beer';
|
|
275
|
+
// BeerOff aliases
|
|
276
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
277
|
+
// Beef aliases
|
|
278
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
281
279
|
// BellElectric aliases
|
|
282
280
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
281
|
+
// BellDot aliases
|
|
282
|
+
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
283
283
|
// BellMinus aliases
|
|
284
284
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
285
285
|
// BellOff aliases
|
|
@@ -290,52 +290,52 @@ export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
|
290
290
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
291
291
|
// Bell aliases
|
|
292
292
|
export { default as BellIcon } from '../icons/bell';
|
|
293
|
-
// BetweenVerticalStart aliases
|
|
294
|
-
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
295
293
|
// BetweenVerticalEnd aliases
|
|
296
294
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
297
|
-
//
|
|
298
|
-
export { default as
|
|
295
|
+
// BetweenVerticalStart aliases
|
|
296
|
+
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
299
297
|
// Bike aliases
|
|
300
298
|
export { default as BikeIcon } from '../icons/bike';
|
|
301
299
|
// Binary aliases
|
|
302
300
|
export { default as BinaryIcon } from '../icons/binary';
|
|
301
|
+
// BicepsFlexed aliases
|
|
302
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
303
303
|
// Binoculars aliases
|
|
304
304
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
305
305
|
// Biohazard aliases
|
|
306
306
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
307
307
|
// Bird aliases
|
|
308
308
|
export { default as BirdIcon } from '../icons/bird';
|
|
309
|
-
// Blend aliases
|
|
310
|
-
export { default as BlendIcon } from '../icons/blend';
|
|
311
309
|
// Bitcoin aliases
|
|
312
310
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
313
311
|
// Blinds aliases
|
|
314
312
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
|
+
// Blend aliases
|
|
314
|
+
export { default as BlendIcon } from '../icons/blend';
|
|
315
315
|
// Blocks aliases
|
|
316
316
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
317
317
|
// BluetoothConnected aliases
|
|
318
318
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
319
|
+
// BluetoothOff aliases
|
|
320
|
+
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
319
321
|
// BluetoothSearching aliases
|
|
320
322
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
321
323
|
// Bluetooth aliases
|
|
322
324
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
|
-
// BluetoothOff aliases
|
|
324
|
-
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
325
325
|
// Bold aliases
|
|
326
326
|
export { default as BoldIcon } from '../icons/bold';
|
|
327
327
|
// Bolt aliases
|
|
328
328
|
export { default as BoltIcon } from '../icons/bolt';
|
|
329
|
-
// Bomb aliases
|
|
330
|
-
export { default as BombIcon } from '../icons/bomb';
|
|
331
329
|
// Bone aliases
|
|
332
330
|
export { default as BoneIcon } from '../icons/bone';
|
|
331
|
+
// Bomb aliases
|
|
332
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
333
333
|
// BookA aliases
|
|
334
334
|
export { default as BookAIcon } from '../icons/book-a';
|
|
335
|
-
// BookAudio aliases
|
|
336
|
-
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
337
335
|
// BookCheck aliases
|
|
338
336
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
337
|
+
// BookAudio aliases
|
|
338
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
339
339
|
// BookCopy aliases
|
|
340
340
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
341
341
|
// BookDown aliases
|
|
@@ -350,24 +350,24 @@ export { default as BookImageIcon } from '../icons/book-image';
|
|
|
350
350
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
351
351
|
// BookLock aliases
|
|
352
352
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
353
|
-
// BookMinus aliases
|
|
354
|
-
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
355
353
|
// BookMarked aliases
|
|
356
354
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
355
|
+
// BookMinus aliases
|
|
356
|
+
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
357
357
|
// BookOpenCheck aliases
|
|
358
358
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
359
359
|
// BookOpenText aliases
|
|
360
360
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
361
361
|
// BookOpen aliases
|
|
362
362
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
363
|
-
// BookText aliases
|
|
364
|
-
export { default as BookTextIcon } from '../icons/book-text';
|
|
365
363
|
// BookPlus aliases
|
|
366
364
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
367
|
-
//
|
|
368
|
-
export { default as
|
|
365
|
+
// BookText aliases
|
|
366
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
369
367
|
// BookType aliases
|
|
370
368
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
369
|
+
// BookUp2 aliases
|
|
370
|
+
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
371
371
|
// BookUp aliases
|
|
372
372
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
373
373
|
// BookUser aliases
|
|
@@ -376,18 +376,18 @@ export { default as BookUserIcon } from '../icons/book-user';
|
|
|
376
376
|
export { default as BookXIcon } from '../icons/book-x';
|
|
377
377
|
// Book aliases
|
|
378
378
|
export { default as BookIcon } from '../icons/book';
|
|
379
|
-
// BookmarkMinus aliases
|
|
380
|
-
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
381
379
|
// BookmarkCheck aliases
|
|
382
380
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
383
|
-
//
|
|
384
|
-
export { default as
|
|
381
|
+
// BookmarkMinus aliases
|
|
382
|
+
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
385
383
|
// BookmarkX aliases
|
|
386
384
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
387
|
-
//
|
|
388
|
-
export { default as
|
|
385
|
+
// BookmarkPlus aliases
|
|
386
|
+
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
389
387
|
// BoomBox aliases
|
|
390
388
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
389
|
+
// Bookmark aliases
|
|
390
|
+
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
391
391
|
// BotMessageSquare aliases
|
|
392
392
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
393
393
|
// BotOff aliases
|
|
@@ -426,20 +426,20 @@ export { default as BrushIcon } from '../icons/brush';
|
|
|
426
426
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
427
427
|
// BugOff aliases
|
|
428
428
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
429
|
-
// BugPlay aliases
|
|
430
|
-
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
431
429
|
// Bug aliases
|
|
432
430
|
export { default as BugIcon } from '../icons/bug';
|
|
431
|
+
// BugPlay aliases
|
|
432
|
+
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
433
433
|
// Building2 aliases
|
|
434
434
|
export { default as Building2Icon } from '../icons/building-2';
|
|
435
435
|
// Building aliases
|
|
436
436
|
export { default as BuildingIcon } from '../icons/building';
|
|
437
437
|
// BusFront aliases
|
|
438
438
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
439
|
-
// CableCar aliases
|
|
440
|
-
export { default as CableCarIcon } from '../icons/cable-car';
|
|
441
439
|
// Bus aliases
|
|
442
440
|
export { default as BusIcon } from '../icons/bus';
|
|
441
|
+
// CableCar aliases
|
|
442
|
+
export { default as CableCarIcon } from '../icons/cable-car';
|
|
443
443
|
// Cable aliases
|
|
444
444
|
export { default as CableIcon } from '../icons/cable';
|
|
445
445
|
// CakeSlice aliases
|
|
@@ -460,10 +460,10 @@ export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
|
460
460
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
461
461
|
// CalendarClock aliases
|
|
462
462
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
463
|
-
// CalendarCog aliases
|
|
464
|
-
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
465
463
|
// CalendarDays aliases
|
|
466
464
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
465
|
+
// CalendarCog aliases
|
|
466
|
+
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
467
467
|
// CalendarFold aliases
|
|
468
468
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
469
469
|
// CalendarHeart aliases
|
|
@@ -488,10 +488,10 @@ export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
|
488
488
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
489
489
|
// CalendarX aliases
|
|
490
490
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
491
|
-
// CameraOff aliases
|
|
492
|
-
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
493
491
|
// Calendar aliases
|
|
494
492
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
493
|
+
// CameraOff aliases
|
|
494
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
495
495
|
// Camera aliases
|
|
496
496
|
export { default as CameraIcon } from '../icons/camera';
|
|
497
497
|
// CandyCane aliases
|
|
@@ -520,10 +520,10 @@ export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
|
520
520
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
521
521
|
// CaseUpper aliases
|
|
522
522
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
523
|
-
// Cast aliases
|
|
524
|
-
export { default as CastIcon } from '../icons/cast';
|
|
525
523
|
// CassetteTape aliases
|
|
526
524
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
525
|
+
// Cast aliases
|
|
526
|
+
export { default as CastIcon } from '../icons/cast';
|
|
527
527
|
// Castle aliases
|
|
528
528
|
export { default as CastleIcon } from '../icons/castle';
|
|
529
529
|
// Cat aliases
|
|
@@ -546,10 +546,10 @@ export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
|
546
546
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
547
547
|
// ChartNoAxesColumnDecreasing aliases
|
|
548
548
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
549
|
-
// ChartSpline aliases
|
|
550
|
-
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
551
549
|
// ChartNoAxesCombined aliases
|
|
552
550
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
551
|
+
// ChartSpline aliases
|
|
552
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
553
553
|
// CheckCheck aliases
|
|
554
554
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
555
555
|
// Check aliases
|
|
@@ -568,50 +568,50 @@ export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
|
568
568
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
569
569
|
// ChevronUp aliases
|
|
570
570
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
571
|
+
// ChevronsDownUp aliases
|
|
572
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
571
573
|
// ChevronRight aliases
|
|
572
574
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
573
575
|
// ChevronsDown aliases
|
|
574
576
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
575
577
|
// ChevronsLeftRightEllipsis aliases
|
|
576
578
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
577
|
-
// ChevronsDownUp aliases
|
|
578
|
-
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
579
579
|
// ChevronsLeftRight aliases
|
|
580
580
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
581
581
|
// ChevronsLeft aliases
|
|
582
582
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
583
583
|
// ChevronsRightLeft aliases
|
|
584
584
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
585
|
-
// ChevronsRight aliases
|
|
586
|
-
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
587
585
|
// ChevronsUpDown aliases
|
|
588
586
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
587
|
+
// ChevronsRight aliases
|
|
588
|
+
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
589
589
|
// ChevronsUp aliases
|
|
590
590
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
591
591
|
// Chrome aliases
|
|
592
592
|
export { default as ChromeIcon } from '../icons/chrome';
|
|
593
|
-
// Church aliases
|
|
594
|
-
export { default as ChurchIcon } from '../icons/church';
|
|
595
593
|
// CigaretteOff aliases
|
|
596
594
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
595
|
+
// Church aliases
|
|
596
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
597
597
|
// Cigarette aliases
|
|
598
598
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
599
599
|
// CircleDashed aliases
|
|
600
600
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
601
|
-
// CircleDotDashed aliases
|
|
602
|
-
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
603
601
|
// CircleDollarSign aliases
|
|
604
602
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
603
|
+
// CircleDotDashed aliases
|
|
604
|
+
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
605
|
+
// CircleDot aliases
|
|
606
|
+
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
605
607
|
// CircleEllipsis aliases
|
|
606
608
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
607
609
|
// CircleEqual aliases
|
|
608
610
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
609
|
-
// CircleDot aliases
|
|
610
|
-
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
611
|
-
// CircleFadingPlus aliases
|
|
612
|
-
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
613
611
|
// CircleFadingArrowUp aliases
|
|
614
612
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
613
|
+
// CircleFadingPlus aliases
|
|
614
|
+
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
615
615
|
// CircleOff aliases
|
|
616
616
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
617
617
|
// CircleSlash aliases
|
|
@@ -622,10 +622,10 @@ export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
|
622
622
|
export { default as CircleIcon } from '../icons/circle';
|
|
623
623
|
// Citrus aliases
|
|
624
624
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
625
|
-
// Clapperboard aliases
|
|
626
|
-
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
627
625
|
// CircuitBoard aliases
|
|
628
626
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
627
|
+
// Clapperboard aliases
|
|
628
|
+
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
629
629
|
// ClipboardCheck aliases
|
|
630
630
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
631
631
|
// ClipboardCopy aliases
|
|
@@ -644,10 +644,10 @@ export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
|
644
644
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
645
645
|
// Clipboard aliases
|
|
646
646
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
647
|
-
// Clock1 aliases
|
|
648
|
-
export { default as Clock1Icon } from '../icons/clock-1';
|
|
649
647
|
// Clock10 aliases
|
|
650
648
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
649
|
+
// Clock1 aliases
|
|
650
|
+
export { default as Clock1Icon } from '../icons/clock-1';
|
|
651
651
|
// Clock11 aliases
|
|
652
652
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
653
653
|
// Clock12 aliases
|
|
@@ -680,16 +680,16 @@ export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
|
680
680
|
export { default as ClockIcon } from '../icons/clock';
|
|
681
681
|
// CloudAlert aliases
|
|
682
682
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
683
|
-
// CloudDrizzle aliases
|
|
684
|
-
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
685
683
|
// CloudCog aliases
|
|
686
684
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
685
|
+
// CloudDrizzle aliases
|
|
686
|
+
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
687
687
|
// CloudFog aliases
|
|
688
688
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
689
|
-
// CloudHail aliases
|
|
690
|
-
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
691
689
|
// CloudLightning aliases
|
|
692
690
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
691
|
+
// CloudHail aliases
|
|
692
|
+
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
693
693
|
// CloudMoonRain aliases
|
|
694
694
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
695
695
|
// CloudMoon aliases
|
|
@@ -704,16 +704,16 @@ export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
|
704
704
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
705
705
|
// CloudSunRain aliases
|
|
706
706
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
707
|
-
// CloudSun aliases
|
|
708
|
-
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
709
707
|
// Cloud aliases
|
|
710
708
|
export { default as CloudIcon } from '../icons/cloud';
|
|
711
709
|
// Cloudy aliases
|
|
712
710
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
713
|
-
//
|
|
714
|
-
export { default as
|
|
711
|
+
// CloudSun aliases
|
|
712
|
+
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
715
713
|
// Clover aliases
|
|
716
714
|
export { default as CloverIcon } from '../icons/clover';
|
|
715
|
+
// Club aliases
|
|
716
|
+
export { default as ClubIcon } from '../icons/club';
|
|
717
717
|
// Code aliases
|
|
718
718
|
export { default as CodeIcon } from '../icons/code';
|
|
719
719
|
// Codepen aliases
|
|
@@ -728,12 +728,12 @@ export { default as CogIcon } from '../icons/cog';
|
|
|
728
728
|
export { default as CoinsIcon } from '../icons/coins';
|
|
729
729
|
// Columns4 aliases
|
|
730
730
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
731
|
-
// Combine aliases
|
|
732
|
-
export { default as CombineIcon } from '../icons/combine';
|
|
733
731
|
// Command aliases
|
|
734
732
|
export { default as CommandIcon } from '../icons/command';
|
|
735
733
|
// Compass aliases
|
|
736
734
|
export { default as CompassIcon } from '../icons/compass';
|
|
735
|
+
// Combine aliases
|
|
736
|
+
export { default as CombineIcon } from '../icons/combine';
|
|
737
737
|
// Component aliases
|
|
738
738
|
export { default as ComponentIcon } from '../icons/component';
|
|
739
739
|
// Computer aliases
|
|
@@ -746,28 +746,28 @@ export { default as ConeIcon } from '../icons/cone';
|
|
|
746
746
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
747
747
|
// Contact aliases
|
|
748
748
|
export { default as ContactIcon } from '../icons/contact';
|
|
749
|
-
// Contrast aliases
|
|
750
|
-
export { default as ContrastIcon } from '../icons/contrast';
|
|
751
749
|
// Container aliases
|
|
752
750
|
export { default as ContainerIcon } from '../icons/container';
|
|
751
|
+
// Contrast aliases
|
|
752
|
+
export { default as ContrastIcon } from '../icons/contrast';
|
|
753
753
|
// Cookie aliases
|
|
754
754
|
export { default as CookieIcon } from '../icons/cookie';
|
|
755
755
|
// CookingPot aliases
|
|
756
756
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
757
|
-
// CopyMinus aliases
|
|
758
|
-
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
759
757
|
// CopyCheck aliases
|
|
760
758
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
759
|
+
// CopyMinus aliases
|
|
760
|
+
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
761
761
|
// CopyPlus aliases
|
|
762
762
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
763
763
|
// CopySlash aliases
|
|
764
764
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
765
765
|
// CopyX aliases
|
|
766
766
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
767
|
-
// Copy aliases
|
|
768
|
-
export { default as CopyIcon } from '../icons/copy';
|
|
769
767
|
// Copyleft aliases
|
|
770
768
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
769
|
+
// Copy aliases
|
|
770
|
+
export { default as CopyIcon } from '../icons/copy';
|
|
771
771
|
// Copyright aliases
|
|
772
772
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
773
773
|
// CornerDownLeft aliases
|
|
@@ -778,28 +778,28 @@ export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
|
778
778
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
779
779
|
// CornerLeftUp aliases
|
|
780
780
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
781
|
-
// CornerRightUp aliases
|
|
782
|
-
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
783
781
|
// CornerRightDown aliases
|
|
784
782
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
783
|
+
// CornerRightUp aliases
|
|
784
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
785
|
+
// Cpu aliases
|
|
786
|
+
export { default as CpuIcon } from '../icons/cpu';
|
|
785
787
|
// CornerUpLeft aliases
|
|
786
788
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
787
789
|
// CornerUpRight aliases
|
|
788
790
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
789
|
-
// Cpu aliases
|
|
790
|
-
export { default as CpuIcon } from '../icons/cpu';
|
|
791
|
-
// CreditCard aliases
|
|
792
|
-
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
793
791
|
// CreativeCommons aliases
|
|
794
792
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
793
|
+
// CreditCard aliases
|
|
794
|
+
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
795
795
|
// Croissant aliases
|
|
796
796
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
797
797
|
// Crop aliases
|
|
798
798
|
export { default as CropIcon } from '../icons/crop';
|
|
799
|
-
// Cross aliases
|
|
800
|
-
export { default as CrossIcon } from '../icons/cross';
|
|
801
799
|
// Crosshair aliases
|
|
802
800
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
801
|
+
// Cross aliases
|
|
802
|
+
export { default as CrossIcon } from '../icons/cross';
|
|
803
803
|
// Crown aliases
|
|
804
804
|
export { default as CrownIcon } from '../icons/crown';
|
|
805
805
|
// Cuboid aliases
|
|
@@ -810,10 +810,10 @@ export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
|
810
810
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
811
811
|
// Cylinder aliases
|
|
812
812
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
813
|
-
// Dam aliases
|
|
814
|
-
export { default as DamIcon } from '../icons/dam';
|
|
815
813
|
// DatabaseBackup aliases
|
|
816
814
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
815
|
+
// Dam aliases
|
|
816
|
+
export { default as DamIcon } from '../icons/dam';
|
|
817
817
|
// DatabaseZap aliases
|
|
818
818
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
819
819
|
// Database aliases
|
|
@@ -824,12 +824,12 @@ export { default as DeleteIcon } from '../icons/delete';
|
|
|
824
824
|
export { default as DessertIcon } from '../icons/dessert';
|
|
825
825
|
// Diameter aliases
|
|
826
826
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
827
|
-
// DiamondPlus aliases
|
|
828
|
-
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
829
827
|
// DiamondMinus aliases
|
|
830
828
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
831
829
|
// Diamond aliases
|
|
832
830
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
831
|
+
// DiamondPlus aliases
|
|
832
|
+
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
833
833
|
// Dice1 aliases
|
|
834
834
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
835
835
|
// Dice2 aliases
|
|
@@ -838,20 +838,20 @@ export { default as Dice2Icon } from '../icons/dice-2';
|
|
|
838
838
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
839
839
|
// Dice4 aliases
|
|
840
840
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
841
|
+
// Dice6 aliases
|
|
842
|
+
export { default as Dice6Icon } from '../icons/dice-6';
|
|
841
843
|
// Dice5 aliases
|
|
842
844
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
843
845
|
// Dices aliases
|
|
844
846
|
export { default as DicesIcon } from '../icons/dices';
|
|
845
847
|
// Diff aliases
|
|
846
848
|
export { default as DiffIcon } from '../icons/diff';
|
|
847
|
-
// Dice6 aliases
|
|
848
|
-
export { default as Dice6Icon } from '../icons/dice-6';
|
|
849
849
|
// Disc2 aliases
|
|
850
850
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
851
|
-
// Disc3 aliases
|
|
852
|
-
export { default as Disc3Icon } from '../icons/disc-3';
|
|
853
851
|
// DiscAlbum aliases
|
|
854
852
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
853
|
+
// Disc3 aliases
|
|
854
|
+
export { default as Disc3Icon } from '../icons/disc-3';
|
|
855
855
|
// Disc aliases
|
|
856
856
|
export { default as DiscIcon } from '../icons/disc';
|
|
857
857
|
// Divide aliases
|
|
@@ -868,42 +868,42 @@ export { default as DogIcon } from '../icons/dog';
|
|
|
868
868
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
869
869
|
// Donut aliases
|
|
870
870
|
export { default as DonutIcon } from '../icons/donut';
|
|
871
|
-
// DoorOpen aliases
|
|
872
|
-
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
873
871
|
// DoorClosed aliases
|
|
874
872
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
875
|
-
//
|
|
876
|
-
export { default as
|
|
873
|
+
// DoorOpen aliases
|
|
874
|
+
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
877
875
|
// Dot aliases
|
|
878
876
|
export { default as DotIcon } from '../icons/dot';
|
|
879
877
|
// DraftingCompass aliases
|
|
880
878
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
879
|
+
// Download aliases
|
|
880
|
+
export { default as DownloadIcon } from '../icons/download';
|
|
881
881
|
// Drama aliases
|
|
882
882
|
export { default as DramaIcon } from '../icons/drama';
|
|
883
883
|
// Dribbble aliases
|
|
884
884
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
885
885
|
// Drill aliases
|
|
886
886
|
export { default as DrillIcon } from '../icons/drill';
|
|
887
|
-
// DropletOff aliases
|
|
888
|
-
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
889
887
|
// Droplet aliases
|
|
890
888
|
export { default as DropletIcon } from '../icons/droplet';
|
|
891
889
|
// Droplets aliases
|
|
892
890
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
891
|
+
// DropletOff aliases
|
|
892
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
893
893
|
// Drum aliases
|
|
894
894
|
export { default as DrumIcon } from '../icons/drum';
|
|
895
895
|
// Drumstick aliases
|
|
896
896
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
897
897
|
// Dumbbell aliases
|
|
898
898
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
899
|
-
// EarOff aliases
|
|
900
|
-
export { default as EarOffIcon } from '../icons/ear-off';
|
|
901
899
|
// Ear aliases
|
|
902
900
|
export { default as EarIcon } from '../icons/ear';
|
|
903
|
-
//
|
|
904
|
-
export { default as
|
|
901
|
+
// EarOff aliases
|
|
902
|
+
export { default as EarOffIcon } from '../icons/ear-off';
|
|
905
903
|
// EarthLock aliases
|
|
906
904
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
905
|
+
// Eclipse aliases
|
|
906
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
907
907
|
// EggFried aliases
|
|
908
908
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
909
909
|
// EggOff aliases
|
|
@@ -922,12 +922,12 @@ export { default as EraserIcon } from '../icons/eraser';
|
|
|
922
922
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
923
923
|
// Euro aliases
|
|
924
924
|
export { default as EuroIcon } from '../icons/euro';
|
|
925
|
+
// ExternalLink aliases
|
|
926
|
+
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
925
927
|
// Expand aliases
|
|
926
928
|
export { default as ExpandIcon } from '../icons/expand';
|
|
927
929
|
// EyeClosed aliases
|
|
928
930
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
929
|
-
// ExternalLink aliases
|
|
930
|
-
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
931
931
|
// EyeOff aliases
|
|
932
932
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
933
933
|
// Eye aliases
|
|
@@ -936,16 +936,16 @@ export { default as EyeIcon } from '../icons/eye';
|
|
|
936
936
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
937
937
|
// Factory aliases
|
|
938
938
|
export { default as FactoryIcon } from '../icons/factory';
|
|
939
|
+
// Fan aliases
|
|
940
|
+
export { default as FanIcon } from '../icons/fan';
|
|
939
941
|
// FastForward aliases
|
|
940
942
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
941
943
|
// Feather aliases
|
|
942
944
|
export { default as FeatherIcon } from '../icons/feather';
|
|
943
|
-
// Fan aliases
|
|
944
|
-
export { default as FanIcon } from '../icons/fan';
|
|
945
|
-
// Fence aliases
|
|
946
|
-
export { default as FenceIcon } from '../icons/fence';
|
|
947
945
|
// FerrisWheel aliases
|
|
948
946
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
947
|
+
// Fence aliases
|
|
948
|
+
export { default as FenceIcon } from '../icons/fence';
|
|
949
949
|
// Figma aliases
|
|
950
950
|
export { default as FigmaIcon } from '../icons/figma';
|
|
951
951
|
// FileArchive aliases
|
|
@@ -966,10 +966,10 @@ export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
|
966
966
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
967
967
|
// FileClock aliases
|
|
968
968
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
969
|
-
// FileCode2 aliases
|
|
970
|
-
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
971
969
|
// FileCode aliases
|
|
972
970
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
971
|
+
// FileCode2 aliases
|
|
972
|
+
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
973
973
|
// FileDiff aliases
|
|
974
974
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
975
975
|
// FileDigit aliases
|
|
@@ -984,18 +984,18 @@ export { default as FileImageIcon } from '../icons/file-image';
|
|
|
984
984
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
985
985
|
// FileJson2 aliases
|
|
986
986
|
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
987
|
-
// FileJson aliases
|
|
988
|
-
export { default as FileJsonIcon } from '../icons/file-json';
|
|
989
987
|
// FileKey2 aliases
|
|
990
988
|
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
989
|
+
// FileJson aliases
|
|
990
|
+
export { default as FileJsonIcon } from '../icons/file-json';
|
|
991
991
|
// FileKey aliases
|
|
992
992
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
993
|
+
// FileLock aliases
|
|
994
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
993
995
|
// FileLock2 aliases
|
|
994
996
|
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
995
997
|
// FileMinus2 aliases
|
|
996
998
|
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
997
|
-
// FileLock aliases
|
|
998
|
-
export { default as FileLockIcon } from '../icons/file-lock';
|
|
999
999
|
// FileMinus aliases
|
|
1000
1000
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1001
1001
|
// FileMusic aliases
|
|
@@ -1016,12 +1016,12 @@ export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
|
1016
1016
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1017
1017
|
// FileSliders aliases
|
|
1018
1018
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1019
|
-
// FileSpreadsheet aliases
|
|
1020
|
-
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1021
1019
|
// FileStack aliases
|
|
1022
1020
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1023
1021
|
// FileSymlink aliases
|
|
1024
1022
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1023
|
+
// FileSpreadsheet aliases
|
|
1024
|
+
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1025
1025
|
// FileTerminal aliases
|
|
1026
1026
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1027
1027
|
// FileText aliases
|
|
@@ -1044,30 +1044,30 @@ export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
|
1044
1044
|
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1045
1045
|
// FileWarning aliases
|
|
1046
1046
|
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1047
|
-
// FileX2 aliases
|
|
1048
|
-
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1049
1047
|
// FileX aliases
|
|
1050
1048
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1051
|
-
//
|
|
1052
|
-
export { default as
|
|
1049
|
+
// FileX2 aliases
|
|
1050
|
+
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1053
1051
|
// File aliases
|
|
1054
1052
|
export { default as FileIcon } from '../icons/file';
|
|
1055
|
-
//
|
|
1056
|
-
export { default as
|
|
1053
|
+
// Files aliases
|
|
1054
|
+
export { default as FilesIcon } from '../icons/files';
|
|
1057
1055
|
// Film aliases
|
|
1058
1056
|
export { default as FilmIcon } from '../icons/film';
|
|
1057
|
+
// Fingerprint aliases
|
|
1058
|
+
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1059
1059
|
// FireExtinguisher aliases
|
|
1060
1060
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1061
1061
|
// FishOff aliases
|
|
1062
1062
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1063
|
-
// Fish aliases
|
|
1064
|
-
export { default as FishIcon } from '../icons/fish';
|
|
1065
1063
|
// FishSymbol aliases
|
|
1066
1064
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1067
|
-
//
|
|
1068
|
-
export { default as
|
|
1065
|
+
// Fish aliases
|
|
1066
|
+
export { default as FishIcon } from '../icons/fish';
|
|
1069
1067
|
// FlagTriangleLeft aliases
|
|
1070
1068
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1069
|
+
// FlagOff aliases
|
|
1070
|
+
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1071
1071
|
// FlagTriangleRight aliases
|
|
1072
1072
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1073
1073
|
// Flag aliases
|
|
@@ -1078,10 +1078,10 @@ export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
|
1078
1078
|
export { default as FlameIcon } from '../icons/flame';
|
|
1079
1079
|
// FlashlightOff aliases
|
|
1080
1080
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1081
|
-
// Flashlight aliases
|
|
1082
|
-
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1083
1081
|
// FlaskConicalOff aliases
|
|
1084
1082
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1083
|
+
// Flashlight aliases
|
|
1084
|
+
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1085
1085
|
// FlaskConical aliases
|
|
1086
1086
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1087
1087
|
// FlaskRound aliases
|
|
@@ -1096,10 +1096,10 @@ export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
|
1096
1096
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1097
1097
|
// Flower2 aliases
|
|
1098
1098
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1099
|
-
// Focus aliases
|
|
1100
|
-
export { default as FocusIcon } from '../icons/focus';
|
|
1101
1099
|
// Flower aliases
|
|
1102
1100
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1101
|
+
// Focus aliases
|
|
1102
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1103
1103
|
// FoldHorizontal aliases
|
|
1104
1104
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1105
1105
|
// FoldVertical aliases
|
|
@@ -1110,10 +1110,10 @@ export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
|
1110
1110
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1111
1111
|
// FolderClock aliases
|
|
1112
1112
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1113
|
-
// FolderCode aliases
|
|
1114
|
-
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1115
1113
|
// FolderClosed aliases
|
|
1116
1114
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1115
|
+
// FolderCode aliases
|
|
1116
|
+
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1117
1117
|
// FolderDot aliases
|
|
1118
1118
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1119
1119
|
// FolderDown aliases
|
|
@@ -1124,46 +1124,46 @@ export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
|
1124
1124
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1125
1125
|
// FolderHeart aliases
|
|
1126
1126
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1127
|
-
// FolderKanban aliases
|
|
1128
|
-
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1129
|
-
// FolderKey aliases
|
|
1130
|
-
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1131
1127
|
// FolderInput aliases
|
|
1132
1128
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1129
|
+
// FolderKey aliases
|
|
1130
|
+
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1133
1131
|
// FolderLock aliases
|
|
1134
1132
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1135
1133
|
// FolderMinus aliases
|
|
1136
1134
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1135
|
+
// FolderKanban aliases
|
|
1136
|
+
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1137
1137
|
// FolderOpenDot aliases
|
|
1138
1138
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1139
1139
|
// FolderOpen aliases
|
|
1140
1140
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1141
|
-
// FolderPlus aliases
|
|
1142
|
-
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1143
1141
|
// FolderOutput aliases
|
|
1144
1142
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1143
|
+
// FolderPlus aliases
|
|
1144
|
+
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1145
1145
|
// FolderRoot aliases
|
|
1146
1146
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1147
1147
|
// FolderSearch2 aliases
|
|
1148
1148
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1149
|
-
// FolderSymlink aliases
|
|
1150
|
-
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1151
1149
|
// FolderSearch aliases
|
|
1152
1150
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1151
|
+
// FolderSymlink aliases
|
|
1152
|
+
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1153
1153
|
// FolderSync aliases
|
|
1154
1154
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1155
1155
|
// FolderTree aliases
|
|
1156
1156
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1157
1157
|
// FolderX aliases
|
|
1158
1158
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1159
|
-
// FolderUp aliases
|
|
1160
|
-
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1161
1159
|
// Folder aliases
|
|
1162
1160
|
export { default as FolderIcon } from '../icons/folder';
|
|
1163
|
-
//
|
|
1164
|
-
export { default as
|
|
1161
|
+
// FolderUp aliases
|
|
1162
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1165
1163
|
// Footprints aliases
|
|
1166
1164
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1165
|
+
// Folders aliases
|
|
1166
|
+
export { default as FoldersIcon } from '../icons/folders';
|
|
1167
1167
|
// Forklift aliases
|
|
1168
1168
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1169
1169
|
// Forward aliases
|
|
@@ -1178,10 +1178,10 @@ export { default as FrownIcon } from '../icons/frown';
|
|
|
1178
1178
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1179
1179
|
// Fullscreen aliases
|
|
1180
1180
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1181
|
-
// FunnelPlus aliases
|
|
1182
|
-
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1183
1181
|
// GalleryHorizontalEnd aliases
|
|
1184
1182
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1183
|
+
// FunnelPlus aliases
|
|
1184
|
+
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1185
1185
|
// GalleryHorizontal aliases
|
|
1186
1186
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1187
1187
|
// GalleryThumbnails aliases
|
|
@@ -1192,18 +1192,18 @@ export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end
|
|
|
1192
1192
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1193
1193
|
// Gamepad2 aliases
|
|
1194
1194
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1195
|
-
// Gauge aliases
|
|
1196
|
-
export { default as GaugeIcon } from '../icons/gauge';
|
|
1197
1195
|
// Gamepad aliases
|
|
1198
1196
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1199
|
-
//
|
|
1200
|
-
export { default as
|
|
1201
|
-
// Gem aliases
|
|
1202
|
-
export { default as GemIcon } from '../icons/gem';
|
|
1197
|
+
// Gauge aliases
|
|
1198
|
+
export { default as GaugeIcon } from '../icons/gauge';
|
|
1203
1199
|
// Ghost aliases
|
|
1204
1200
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1201
|
+
// Gavel aliases
|
|
1202
|
+
export { default as GavelIcon } from '../icons/gavel';
|
|
1205
1203
|
// Gift aliases
|
|
1206
1204
|
export { default as GiftIcon } from '../icons/gift';
|
|
1205
|
+
// Gem aliases
|
|
1206
|
+
export { default as GemIcon } from '../icons/gem';
|
|
1207
1207
|
// GitBranchPlus aliases
|
|
1208
1208
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1209
1209
|
// GitBranch aliases
|
|
@@ -1216,10 +1216,10 @@ export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
|
1216
1216
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1217
1217
|
// GitFork aliases
|
|
1218
1218
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1219
|
-
// GitGraph aliases
|
|
1220
|
-
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1221
1219
|
// GitMerge aliases
|
|
1222
1220
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1221
|
+
// GitGraph aliases
|
|
1222
|
+
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1223
1223
|
// GitPullRequestArrow aliases
|
|
1224
1224
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1225
1225
|
// GitPullRequestClosed aliases
|
|
@@ -1228,10 +1228,10 @@ export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-c
|
|
|
1228
1228
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1229
1229
|
// GitPullRequestCreate aliases
|
|
1230
1230
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1231
|
-
// GitPullRequestDraft aliases
|
|
1232
|
-
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1233
1231
|
// GitPullRequest aliases
|
|
1234
1232
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1233
|
+
// GitPullRequestDraft aliases
|
|
1234
|
+
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1235
1235
|
// Github aliases
|
|
1236
1236
|
export { default as GithubIcon } from '../icons/github';
|
|
1237
1237
|
// Gitlab aliases
|
|
@@ -1244,26 +1244,26 @@ export { default as GlassesIcon } from '../icons/glasses';
|
|
|
1244
1244
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1245
1245
|
// Globe aliases
|
|
1246
1246
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1247
|
-
// Goal aliases
|
|
1248
|
-
export { default as GoalIcon } from '../icons/goal';
|
|
1249
1247
|
// Grab aliases
|
|
1250
1248
|
export { default as GrabIcon } from '../icons/grab';
|
|
1251
1249
|
// GraduationCap aliases
|
|
1252
1250
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1253
|
-
//
|
|
1254
|
-
export { default as
|
|
1255
|
-
// Grape aliases
|
|
1256
|
-
export { default as GrapeIcon } from '../icons/grape';
|
|
1251
|
+
// Goal aliases
|
|
1252
|
+
export { default as GoalIcon } from '../icons/goal';
|
|
1257
1253
|
// GripVertical aliases
|
|
1258
1254
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1255
|
+
// Grape aliases
|
|
1256
|
+
export { default as GrapeIcon } from '../icons/grape';
|
|
1257
|
+
// GripHorizontal aliases
|
|
1258
|
+
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1259
1259
|
// Grip aliases
|
|
1260
1260
|
export { default as GripIcon } from '../icons/grip';
|
|
1261
1261
|
// Group aliases
|
|
1262
1262
|
export { default as GroupIcon } from '../icons/group';
|
|
1263
|
-
// Guitar aliases
|
|
1264
|
-
export { default as GuitarIcon } from '../icons/guitar';
|
|
1265
1263
|
// Ham aliases
|
|
1266
1264
|
export { default as HamIcon } from '../icons/ham';
|
|
1265
|
+
// Guitar aliases
|
|
1266
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1267
1267
|
// Hammer aliases
|
|
1268
1268
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1269
1269
|
// HandCoins aliases
|
|
@@ -1278,34 +1278,34 @@ export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
|
1278
1278
|
export { default as HandIcon } from '../icons/hand';
|
|
1279
1279
|
// Handshake aliases
|
|
1280
1280
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1281
|
-
// HardDriveDownload aliases
|
|
1282
|
-
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1283
1281
|
// HardDriveUpload aliases
|
|
1284
1282
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1285
1283
|
// HardDrive aliases
|
|
1286
1284
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1285
|
+
// HardDriveDownload aliases
|
|
1286
|
+
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1287
1287
|
// HardHat aliases
|
|
1288
1288
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1289
1289
|
// Hash aliases
|
|
1290
1290
|
export { default as HashIcon } from '../icons/hash';
|
|
1291
|
-
// Haze aliases
|
|
1292
|
-
export { default as HazeIcon } from '../icons/haze';
|
|
1293
1291
|
// HdmiPort aliases
|
|
1294
1292
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1295
|
-
//
|
|
1296
|
-
export { default as
|
|
1293
|
+
// Haze aliases
|
|
1294
|
+
export { default as HazeIcon } from '../icons/haze';
|
|
1297
1295
|
// Heading2 aliases
|
|
1298
1296
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1299
1297
|
// Heading3 aliases
|
|
1300
1298
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1301
1299
|
// Heading4 aliases
|
|
1302
1300
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1303
|
-
// Heading6 aliases
|
|
1304
|
-
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1305
1301
|
// Heading5 aliases
|
|
1306
1302
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1303
|
+
// Heading1 aliases
|
|
1304
|
+
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1307
1305
|
// Heading aliases
|
|
1308
1306
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1307
|
+
// Heading6 aliases
|
|
1308
|
+
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1309
1309
|
// HeadphoneOff aliases
|
|
1310
1310
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1311
1311
|
// Headphones aliases
|
|
@@ -1314,10 +1314,10 @@ export { default as HeadphonesIcon } from '../icons/headphones';
|
|
|
1314
1314
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1315
1315
|
// HeartCrack aliases
|
|
1316
1316
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1317
|
-
// HeartMinus aliases
|
|
1318
|
-
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1319
1317
|
// HeartHandshake aliases
|
|
1320
1318
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1319
|
+
// HeartMinus aliases
|
|
1320
|
+
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1321
1321
|
// HeartPlus aliases
|
|
1322
1322
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1323
1323
|
// HeartOff aliases
|
|
@@ -1334,28 +1334,28 @@ export { default as HexagonIcon } from '../icons/hexagon';
|
|
|
1334
1334
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1335
1335
|
// History aliases
|
|
1336
1336
|
export { default as HistoryIcon } from '../icons/history';
|
|
1337
|
-
// Hop aliases
|
|
1338
|
-
export { default as HopIcon } from '../icons/hop';
|
|
1339
1337
|
// HopOff aliases
|
|
1340
1338
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1341
|
-
// Hospital aliases
|
|
1342
|
-
export { default as HospitalIcon } from '../icons/hospital';
|
|
1343
1339
|
// Hotel aliases
|
|
1344
1340
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1341
|
+
// Hop aliases
|
|
1342
|
+
export { default as HopIcon } from '../icons/hop';
|
|
1345
1343
|
// Hourglass aliases
|
|
1346
1344
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1347
|
-
//
|
|
1348
|
-
export { default as
|
|
1345
|
+
// Hospital aliases
|
|
1346
|
+
export { default as HospitalIcon } from '../icons/hospital';
|
|
1349
1347
|
// HousePlus aliases
|
|
1350
1348
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1349
|
+
// HousePlug aliases
|
|
1350
|
+
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1351
1351
|
// HouseWifi aliases
|
|
1352
1352
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1353
1353
|
// IdCard aliases
|
|
1354
1354
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1355
|
-
// ImageDown aliases
|
|
1356
|
-
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1357
1355
|
// ImageMinus aliases
|
|
1358
1356
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1357
|
+
// ImageDown aliases
|
|
1358
|
+
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1359
1359
|
// ImagePlay aliases
|
|
1360
1360
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1361
1361
|
// ImageOff aliases
|
|
@@ -1366,10 +1366,10 @@ export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
|
1366
1366
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1367
1367
|
// ImageUpscale aliases
|
|
1368
1368
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1369
|
-
// Images aliases
|
|
1370
|
-
export { default as ImagesIcon } from '../icons/images';
|
|
1371
1369
|
// Image aliases
|
|
1372
1370
|
export { default as ImageIcon } from '../icons/image';
|
|
1371
|
+
// Images aliases
|
|
1372
|
+
export { default as ImagesIcon } from '../icons/images';
|
|
1373
1373
|
// Import aliases
|
|
1374
1374
|
export { default as ImportIcon } from '../icons/import';
|
|
1375
1375
|
// Inbox aliases
|
|
@@ -1390,10 +1390,10 @@ export { default as ItalicIcon } from '../icons/italic';
|
|
|
1390
1390
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1391
1391
|
// IterationCw aliases
|
|
1392
1392
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1393
|
-
// Joystick aliases
|
|
1394
|
-
export { default as JoystickIcon } from '../icons/joystick';
|
|
1395
1393
|
// JapaneseYen aliases
|
|
1396
1394
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1395
|
+
// Joystick aliases
|
|
1396
|
+
export { default as JoystickIcon } from '../icons/joystick';
|
|
1397
1397
|
// Kanban aliases
|
|
1398
1398
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1399
1399
|
// KeyRound aliases
|
|
@@ -1422,10 +1422,10 @@ export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
|
1422
1422
|
export { default as LampIcon } from '../icons/lamp';
|
|
1423
1423
|
// LandPlot aliases
|
|
1424
1424
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1425
|
-
// Languages aliases
|
|
1426
|
-
export { default as LanguagesIcon } from '../icons/languages';
|
|
1427
1425
|
// Landmark aliases
|
|
1428
1426
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1427
|
+
// Languages aliases
|
|
1428
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1429
1429
|
// LaptopMinimalCheck aliases
|
|
1430
1430
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1431
1431
|
// Laptop aliases
|
|
@@ -1442,10 +1442,10 @@ export { default as Layers2Icon } from '../icons/layers-2';
|
|
|
1442
1442
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1443
1443
|
// LayoutGrid aliases
|
|
1444
1444
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1445
|
-
// LayoutPanelLeft aliases
|
|
1446
|
-
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1447
1445
|
// LayoutList aliases
|
|
1448
1446
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1447
|
+
// LayoutPanelLeft aliases
|
|
1448
|
+
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1449
1449
|
// LayoutPanelTop aliases
|
|
1450
1450
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1451
1451
|
// LayoutTemplate aliases
|
|
@@ -1454,14 +1454,14 @@ export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
|
1454
1454
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1455
1455
|
// LeafyGreen aliases
|
|
1456
1456
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1457
|
-
// Lectern aliases
|
|
1458
|
-
export { default as LecternIcon } from '../icons/lectern';
|
|
1459
|
-
// LetterText aliases
|
|
1460
|
-
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1461
1457
|
// LibraryBig aliases
|
|
1462
1458
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1459
|
+
// LetterText aliases
|
|
1460
|
+
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1463
1461
|
// Library aliases
|
|
1464
1462
|
export { default as LibraryIcon } from '../icons/library';
|
|
1463
|
+
// Lectern aliases
|
|
1464
|
+
export { default as LecternIcon } from '../icons/lectern';
|
|
1465
1465
|
// LifeBuoy aliases
|
|
1466
1466
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1467
1467
|
// Ligature aliases
|
|
@@ -1476,26 +1476,26 @@ export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
|
1476
1476
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1477
1477
|
// Link aliases
|
|
1478
1478
|
export { default as LinkIcon } from '../icons/link';
|
|
1479
|
-
// Linkedin aliases
|
|
1480
|
-
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1481
1479
|
// ListCheck aliases
|
|
1482
1480
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1481
|
+
// Linkedin aliases
|
|
1482
|
+
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1483
1483
|
// ListChecks aliases
|
|
1484
1484
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1485
|
-
// ListCollapse aliases
|
|
1486
|
-
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1487
|
-
// ListEnd aliases
|
|
1488
|
-
export { default as ListEndIcon } from '../icons/list-end';
|
|
1489
1485
|
// ListFilterPlus aliases
|
|
1490
1486
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1487
|
+
// ListEnd aliases
|
|
1488
|
+
export { default as ListEndIcon } from '../icons/list-end';
|
|
1489
|
+
// ListCollapse aliases
|
|
1490
|
+
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1491
1491
|
// ListFilter aliases
|
|
1492
1492
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1493
1493
|
// ListMinus aliases
|
|
1494
1494
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1495
|
-
// ListMusic aliases
|
|
1496
|
-
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1497
1495
|
// ListOrdered aliases
|
|
1498
1496
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1497
|
+
// ListMusic aliases
|
|
1498
|
+
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1499
1499
|
// ListPlus aliases
|
|
1500
1500
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1501
1501
|
// ListRestart aliases
|
|
@@ -1504,30 +1504,30 @@ export { default as ListRestartIcon } from '../icons/list-restart';
|
|
|
1504
1504
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1505
1505
|
// ListTodo aliases
|
|
1506
1506
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1507
|
-
// ListTree aliases
|
|
1508
|
-
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1509
1507
|
// ListVideo aliases
|
|
1510
1508
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1509
|
+
// ListTree aliases
|
|
1510
|
+
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1511
1511
|
// ListX aliases
|
|
1512
1512
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1513
|
-
// List aliases
|
|
1514
|
-
export { default as ListIcon } from '../icons/list';
|
|
1515
1513
|
// Loader aliases
|
|
1516
1514
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1515
|
+
// List aliases
|
|
1516
|
+
export { default as ListIcon } from '../icons/list';
|
|
1517
1517
|
// LoaderPinwheel aliases
|
|
1518
1518
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1519
|
-
// LocateFixed aliases
|
|
1520
|
-
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1521
1519
|
// LocateOff aliases
|
|
1522
1520
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1521
|
+
// LocateFixed aliases
|
|
1522
|
+
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1523
1523
|
// Locate aliases
|
|
1524
1524
|
export { default as LocateIcon } from '../icons/locate';
|
|
1525
|
-
// LocationEdit aliases
|
|
1526
|
-
export { default as LocationEditIcon } from '../icons/location-edit';
|
|
1527
1525
|
// LockKeyhole aliases
|
|
1528
1526
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1529
1527
|
// Lock aliases
|
|
1530
1528
|
export { default as LockIcon } from '../icons/lock';
|
|
1529
|
+
// LocationEdit aliases
|
|
1530
|
+
export { default as LocationEditIcon } from '../icons/location-edit';
|
|
1531
1531
|
// LogIn aliases
|
|
1532
1532
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1533
1533
|
// LogOut aliases
|
|
@@ -1536,16 +1536,16 @@ export { default as LogOutIcon } from '../icons/log-out';
|
|
|
1536
1536
|
export { default as LogsIcon } from '../icons/logs';
|
|
1537
1537
|
// Lollipop aliases
|
|
1538
1538
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1539
|
-
// Luggage aliases
|
|
1540
|
-
export { default as LuggageIcon } from '../icons/luggage';
|
|
1541
1539
|
// Magnet aliases
|
|
1542
1540
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1541
|
+
// Luggage aliases
|
|
1542
|
+
export { default as LuggageIcon } from '../icons/luggage';
|
|
1543
1543
|
// MailCheck aliases
|
|
1544
1544
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1545
|
-
// MailMinus aliases
|
|
1546
|
-
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1547
1545
|
// MailOpen aliases
|
|
1548
1546
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1547
|
+
// MailMinus aliases
|
|
1548
|
+
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1549
1549
|
// MailPlus aliases
|
|
1550
1550
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1551
1551
|
// MailQuestion aliases
|
|
@@ -1556,20 +1556,20 @@ export { default as MailSearchIcon } from '../icons/mail-search';
|
|
|
1556
1556
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1557
1557
|
// MailX aliases
|
|
1558
1558
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1559
|
-
// Mail aliases
|
|
1560
|
-
export { default as MailIcon } from '../icons/mail';
|
|
1561
1559
|
// Mailbox aliases
|
|
1562
1560
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1561
|
+
// Mail aliases
|
|
1562
|
+
export { default as MailIcon } from '../icons/mail';
|
|
1563
1563
|
// Mails aliases
|
|
1564
1564
|
export { default as MailsIcon } from '../icons/mails';
|
|
1565
1565
|
// MapPinCheckInside aliases
|
|
1566
1566
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1567
1567
|
// MapPinCheck aliases
|
|
1568
1568
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1569
|
-
// MapPinMinusInside aliases
|
|
1570
|
-
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1571
1569
|
// MapPinHouse aliases
|
|
1572
1570
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1571
|
+
// MapPinMinusInside aliases
|
|
1572
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1573
1573
|
// MapPinMinus aliases
|
|
1574
1574
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1575
1575
|
// MapPinOff aliases
|
|
@@ -1580,12 +1580,12 @@ export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
|
1580
1580
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1581
1581
|
// MapPinXInside aliases
|
|
1582
1582
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1583
|
+
// MapPin aliases
|
|
1584
|
+
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1583
1585
|
// MapPinX aliases
|
|
1584
1586
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1585
1587
|
// MapPinned aliases
|
|
1586
1588
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1587
|
-
// MapPin aliases
|
|
1588
|
-
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1589
1589
|
// MapPlus aliases
|
|
1590
1590
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1591
1591
|
// Map aliases
|
|
@@ -1598,16 +1598,16 @@ export { default as MarsIcon } from '../icons/mars';
|
|
|
1598
1598
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1599
1599
|
// Maximize2 aliases
|
|
1600
1600
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1601
|
-
// Medal aliases
|
|
1602
|
-
export { default as MedalIcon } from '../icons/medal';
|
|
1603
1601
|
// Maximize aliases
|
|
1604
1602
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1603
|
+
// Medal aliases
|
|
1604
|
+
export { default as MedalIcon } from '../icons/medal';
|
|
1605
1605
|
// MegaphoneOff aliases
|
|
1606
1606
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1607
|
-
// Megaphone aliases
|
|
1608
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1609
1607
|
// Meh aliases
|
|
1610
1608
|
export { default as MehIcon } from '../icons/meh';
|
|
1609
|
+
// Megaphone aliases
|
|
1610
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1611
1611
|
// MemoryStick aliases
|
|
1612
1612
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1613
1613
|
// Menu aliases
|
|
@@ -1624,10 +1624,10 @@ export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart
|
|
|
1624
1624
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1625
1625
|
// MessageCircleOff aliases
|
|
1626
1626
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1627
|
-
// MessageCircleQuestion aliases
|
|
1628
|
-
export { default as MessageCircleQuestionIcon } from '../icons/message-circle-question';
|
|
1629
1627
|
// MessageCirclePlus aliases
|
|
1630
1628
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1629
|
+
// MessageCircleQuestion aliases
|
|
1630
|
+
export { default as MessageCircleQuestionIcon } from '../icons/message-circle-question';
|
|
1631
1631
|
// MessageCircleReply aliases
|
|
1632
1632
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1633
1633
|
// MessageCircleWarning aliases
|
|
@@ -1638,10 +1638,10 @@ export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
|
1638
1638
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1639
1639
|
// MessageSquareCode aliases
|
|
1640
1640
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1641
|
-
// MessageSquareDashed aliases
|
|
1642
|
-
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1643
1641
|
// MessageSquareDiff aliases
|
|
1644
1642
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1643
|
+
// MessageSquareDashed aliases
|
|
1644
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1645
1645
|
// MessageSquareDot aliases
|
|
1646
1646
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1647
1647
|
// MessageSquareHeart aliases
|
|
@@ -1652,10 +1652,10 @@ export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
|
1652
1652
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1653
1653
|
// MessageSquareOff aliases
|
|
1654
1654
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1655
|
-
// MessageSquarePlus aliases
|
|
1656
|
-
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1657
1655
|
// MessageSquareQuote aliases
|
|
1658
1656
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1657
|
+
// MessageSquarePlus aliases
|
|
1658
|
+
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1659
1659
|
// MessageSquareReply aliases
|
|
1660
1660
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1661
1661
|
// MessageSquareShare aliases
|
|
@@ -1668,16 +1668,16 @@ export { default as MessageSquareWarningIcon } from '../icons/message-square-war
|
|
|
1668
1668
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1669
1669
|
// MessageSquare aliases
|
|
1670
1670
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1671
|
-
// MessagesSquare aliases
|
|
1672
|
-
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1673
|
-
// Mic aliases
|
|
1674
|
-
export { default as MicIcon } from '../icons/mic';
|
|
1675
1671
|
// MicOff aliases
|
|
1676
1672
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1673
|
+
// MessagesSquare aliases
|
|
1674
|
+
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1677
1675
|
// Microchip aliases
|
|
1678
1676
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1679
1677
|
// Microscope aliases
|
|
1680
1678
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1679
|
+
// Mic aliases
|
|
1680
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1681
1681
|
// Microwave aliases
|
|
1682
1682
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1683
1683
|
// Milestone aliases
|
|
@@ -1694,26 +1694,26 @@ export { default as MinimizeIcon } from '../icons/minimize';
|
|
|
1694
1694
|
export { default as MinusIcon } from '../icons/minus';
|
|
1695
1695
|
// MonitorCheck aliases
|
|
1696
1696
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1697
|
+
// MonitorCog aliases
|
|
1698
|
+
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1697
1699
|
// MonitorDot aliases
|
|
1698
1700
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1699
1701
|
// MonitorDown aliases
|
|
1700
1702
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1701
|
-
// MonitorCog aliases
|
|
1702
|
-
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1703
|
-
// MonitorOff aliases
|
|
1704
|
-
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1705
1703
|
// MonitorPause aliases
|
|
1706
1704
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1705
|
+
// MonitorOff aliases
|
|
1706
|
+
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1707
1707
|
// MonitorPlay aliases
|
|
1708
1708
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1709
|
-
// MonitorSmartphone aliases
|
|
1710
|
-
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1711
1709
|
// MonitorSpeaker aliases
|
|
1712
1710
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1713
|
-
//
|
|
1714
|
-
export { default as
|
|
1711
|
+
// MonitorSmartphone aliases
|
|
1712
|
+
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1715
1713
|
// MonitorUp aliases
|
|
1716
1714
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1715
|
+
// MonitorStop aliases
|
|
1716
|
+
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1717
1717
|
// MonitorX aliases
|
|
1718
1718
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1719
1719
|
// Monitor aliases
|
|
@@ -1724,10 +1724,10 @@ export { default as MoonStarIcon } from '../icons/moon-star';
|
|
|
1724
1724
|
export { default as MoonIcon } from '../icons/moon';
|
|
1725
1725
|
// MountainSnow aliases
|
|
1726
1726
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1727
|
-
// Mountain aliases
|
|
1728
|
-
export { default as MountainIcon } from '../icons/mountain';
|
|
1729
1727
|
// MouseOff aliases
|
|
1730
1728
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1729
|
+
// Mountain aliases
|
|
1730
|
+
export { default as MountainIcon } from '../icons/mountain';
|
|
1731
1731
|
// MousePointer2 aliases
|
|
1732
1732
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1733
1733
|
// MousePointerBan aliases
|
|
@@ -1736,28 +1736,28 @@ export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
|
1736
1736
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1737
1737
|
// MousePointer aliases
|
|
1738
1738
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1739
|
+
// Mouse aliases
|
|
1740
|
+
export { default as MouseIcon } from '../icons/mouse';
|
|
1739
1741
|
// MoveDiagonal2 aliases
|
|
1740
1742
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1741
1743
|
// MoveDiagonal aliases
|
|
1742
1744
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1743
|
-
// Mouse aliases
|
|
1744
|
-
export { default as MouseIcon } from '../icons/mouse';
|
|
1745
1745
|
// MoveDownLeft aliases
|
|
1746
1746
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1747
|
-
// MoveDownRight aliases
|
|
1748
|
-
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1749
1747
|
// MoveDown aliases
|
|
1750
1748
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1749
|
+
// MoveDownRight aliases
|
|
1750
|
+
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1751
1751
|
// MoveHorizontal aliases
|
|
1752
1752
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1753
1753
|
// MoveLeft aliases
|
|
1754
1754
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1755
1755
|
// MoveRight aliases
|
|
1756
1756
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1757
|
-
// MoveUpLeft aliases
|
|
1758
|
-
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1759
1757
|
// MoveUpRight aliases
|
|
1760
1758
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1759
|
+
// MoveUpLeft aliases
|
|
1760
|
+
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1761
1761
|
// MoveUp aliases
|
|
1762
1762
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1763
1763
|
// MoveVertical aliases
|
|
@@ -1770,18 +1770,18 @@ export { default as Music2Icon } from '../icons/music-2';
|
|
|
1770
1770
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1771
1771
|
// Music4 aliases
|
|
1772
1772
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1773
|
-
// Navigation2Off aliases
|
|
1774
|
-
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1775
1773
|
// Music aliases
|
|
1776
1774
|
export { default as MusicIcon } from '../icons/music';
|
|
1775
|
+
// Navigation2Off aliases
|
|
1776
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1777
1777
|
// Navigation2 aliases
|
|
1778
1778
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1779
1779
|
// NavigationOff aliases
|
|
1780
1780
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1781
|
-
// Network aliases
|
|
1782
|
-
export { default as NetworkIcon } from '../icons/network';
|
|
1783
1781
|
// Navigation aliases
|
|
1784
1782
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1783
|
+
// Network aliases
|
|
1784
|
+
export { default as NetworkIcon } from '../icons/network';
|
|
1785
1785
|
// Newspaper aliases
|
|
1786
1786
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1787
1787
|
// Nfc aliases
|
|
@@ -1794,22 +1794,20 @@ export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
|
1794
1794
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1795
1795
|
// NotebookText aliases
|
|
1796
1796
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1797
|
-
// Notebook aliases
|
|
1798
|
-
export { default as NotebookIcon } from '../icons/notebook';
|
|
1799
1797
|
// NotepadTextDashed aliases
|
|
1800
1798
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1801
|
-
//
|
|
1802
|
-
export { default as
|
|
1799
|
+
// Notebook aliases
|
|
1800
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1803
1801
|
// NutOff aliases
|
|
1804
1802
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1805
1803
|
// Nut aliases
|
|
1806
1804
|
export { default as NutIcon } from '../icons/nut';
|
|
1805
|
+
// NotepadText aliases
|
|
1806
|
+
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1807
1807
|
// Octagon aliases
|
|
1808
1808
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1809
1809
|
// Omega aliases
|
|
1810
1810
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1811
|
-
// Option aliases
|
|
1812
|
-
export { default as OptionIcon } from '../icons/option';
|
|
1813
1811
|
// OctagonMinus aliases
|
|
1814
1812
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1815
1813
|
// Orbit aliases
|
|
@@ -1818,32 +1816,34 @@ export { default as OrbitIcon } from '../icons/orbit';
|
|
|
1818
1816
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1819
1817
|
// Package2 aliases
|
|
1820
1818
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1819
|
+
// Option aliases
|
|
1820
|
+
export { default as OptionIcon } from '../icons/option';
|
|
1821
1821
|
// PackageCheck aliases
|
|
1822
1822
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1823
1823
|
// PackageMinus aliases
|
|
1824
1824
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1825
1825
|
// PackageOpen aliases
|
|
1826
1826
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1827
|
-
// PackagePlus aliases
|
|
1828
|
-
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1829
1827
|
// PackageSearch aliases
|
|
1830
1828
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1829
|
+
// PackagePlus aliases
|
|
1830
|
+
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1831
1831
|
// PackageX aliases
|
|
1832
1832
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1833
1833
|
// Package aliases
|
|
1834
1834
|
export { default as PackageIcon } from '../icons/package';
|
|
1835
|
-
// PaintBucket aliases
|
|
1836
|
-
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1837
1835
|
// PaintRoller aliases
|
|
1838
1836
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1837
|
+
// PaintBucket aliases
|
|
1838
|
+
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1839
1839
|
// Paintbrush aliases
|
|
1840
1840
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1841
1841
|
// Palette aliases
|
|
1842
1842
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1843
|
-
// PanelBottomOpen aliases
|
|
1844
|
-
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1845
1843
|
// PanelBottomClose aliases
|
|
1846
1844
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1845
|
+
// PanelBottomOpen aliases
|
|
1846
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1847
1847
|
// PanelBottom aliases
|
|
1848
1848
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1849
1849
|
// PanelRightOpen aliases
|
|
@@ -1858,32 +1858,32 @@ export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
|
1858
1858
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1859
1859
|
// PanelTop aliases
|
|
1860
1860
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1861
|
-
// PanelsRightBottom aliases
|
|
1862
|
-
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1863
1861
|
// PanelsLeftBottom aliases
|
|
1864
1862
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1865
|
-
//
|
|
1866
|
-
export { default as
|
|
1863
|
+
// PanelsRightBottom aliases
|
|
1864
|
+
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1867
1865
|
// Paperclip aliases
|
|
1868
1866
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1867
|
+
// Parentheses aliases
|
|
1868
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1869
1869
|
// ParkingMeter aliases
|
|
1870
1870
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1871
|
+
// PartyPopper aliases
|
|
1872
|
+
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1871
1873
|
// Pause aliases
|
|
1872
1874
|
export { default as PauseIcon } from '../icons/pause';
|
|
1873
1875
|
// PawPrint aliases
|
|
1874
1876
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1875
|
-
// PartyPopper aliases
|
|
1876
|
-
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1877
1877
|
// PcCase aliases
|
|
1878
1878
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1879
|
-
// PenOff aliases
|
|
1880
|
-
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1881
1879
|
// PenTool aliases
|
|
1882
1880
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1883
|
-
//
|
|
1884
|
-
export { default as
|
|
1881
|
+
// PenOff aliases
|
|
1882
|
+
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1885
1883
|
// PencilOff aliases
|
|
1886
1884
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1885
|
+
// PencilLine aliases
|
|
1886
|
+
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1887
1887
|
// PencilRuler aliases
|
|
1888
1888
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1889
1889
|
// Pencil aliases
|
|
@@ -1910,10 +1910,10 @@ export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
|
1910
1910
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1911
1911
|
// Phone aliases
|
|
1912
1912
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1913
|
-
// Piano aliases
|
|
1914
|
-
export { default as PianoIcon } from '../icons/piano';
|
|
1915
1913
|
// Pi aliases
|
|
1916
1914
|
export { default as PiIcon } from '../icons/pi';
|
|
1915
|
+
// Piano aliases
|
|
1916
|
+
export { default as PianoIcon } from '../icons/piano';
|
|
1917
1917
|
// Pickaxe aliases
|
|
1918
1918
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1919
1919
|
// PictureInPicture2 aliases
|
|
@@ -1924,10 +1924,10 @@ export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
|
1924
1924
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1925
1925
|
// PilcrowLeft aliases
|
|
1926
1926
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1927
|
-
// PilcrowRight aliases
|
|
1928
|
-
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1929
1927
|
// Pilcrow aliases
|
|
1930
1928
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1929
|
+
// PilcrowRight aliases
|
|
1930
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1931
1931
|
// PillBottle aliases
|
|
1932
1932
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1933
1933
|
// Pill aliases
|
|
@@ -1940,22 +1940,22 @@ export { default as PinIcon } from '../icons/pin';
|
|
|
1940
1940
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1941
1941
|
// Pizza aliases
|
|
1942
1942
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1943
|
-
// PlaneLanding aliases
|
|
1944
|
-
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1945
1943
|
// PlaneTakeoff aliases
|
|
1946
1944
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1947
|
-
//
|
|
1948
|
-
export { default as
|
|
1945
|
+
// PlaneLanding aliases
|
|
1946
|
+
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1949
1947
|
// Play aliases
|
|
1950
1948
|
export { default as PlayIcon } from '../icons/play';
|
|
1949
|
+
// Plane aliases
|
|
1950
|
+
export { default as PlaneIcon } from '../icons/plane';
|
|
1951
1951
|
// Plug2 aliases
|
|
1952
1952
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1953
1953
|
// Plug aliases
|
|
1954
1954
|
export { default as PlugIcon } from '../icons/plug';
|
|
1955
|
-
// PocketKnife aliases
|
|
1956
|
-
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1957
1955
|
// Plus aliases
|
|
1958
1956
|
export { default as PlusIcon } from '../icons/plus';
|
|
1957
|
+
// PocketKnife aliases
|
|
1958
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1959
1959
|
// Pocket aliases
|
|
1960
1960
|
export { default as PocketIcon } from '../icons/pocket';
|
|
1961
1961
|
// Podcast aliases
|
|
@@ -1974,86 +1974,88 @@ export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
|
1974
1974
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
1975
1975
|
// Power aliases
|
|
1976
1976
|
export { default as PowerIcon } from '../icons/power';
|
|
1977
|
-
// Presentation aliases
|
|
1978
|
-
export { default as PresentationIcon } from '../icons/presentation';
|
|
1979
1977
|
// PrinterCheck aliases
|
|
1980
1978
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
1979
|
+
// Presentation aliases
|
|
1980
|
+
export { default as PresentationIcon } from '../icons/presentation';
|
|
1981
1981
|
// Printer aliases
|
|
1982
1982
|
export { default as PrinterIcon } from '../icons/printer';
|
|
1983
1983
|
// Projector aliases
|
|
1984
1984
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
1985
|
-
// Proportions aliases
|
|
1986
|
-
export { default as ProportionsIcon } from '../icons/proportions';
|
|
1987
1985
|
// Puzzle aliases
|
|
1988
1986
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
1987
|
+
// Proportions aliases
|
|
1988
|
+
export { default as ProportionsIcon } from '../icons/proportions';
|
|
1989
1989
|
// Pyramid aliases
|
|
1990
1990
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
1991
1991
|
// QrCode aliases
|
|
1992
1992
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
1993
|
-
// Rabbit aliases
|
|
1994
|
-
export { default as RabbitIcon } from '../icons/rabbit';
|
|
1995
1993
|
// Quote aliases
|
|
1996
1994
|
export { default as QuoteIcon } from '../icons/quote';
|
|
1997
1995
|
// Radar aliases
|
|
1998
1996
|
export { default as RadarIcon } from '../icons/radar';
|
|
1999
1997
|
// Radiation aliases
|
|
2000
1998
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
1999
|
+
// Rabbit aliases
|
|
2000
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2001
2001
|
// Radical aliases
|
|
2002
2002
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2003
|
-
// RadioTower aliases
|
|
2004
|
-
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2005
|
-
// Radius aliases
|
|
2006
|
-
export { default as RadiusIcon } from '../icons/radius';
|
|
2007
2003
|
// RadioReceiver aliases
|
|
2008
2004
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2009
2005
|
// Radio aliases
|
|
2010
2006
|
export { default as RadioIcon } from '../icons/radio';
|
|
2007
|
+
// RadioTower aliases
|
|
2008
|
+
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2011
2009
|
// RailSymbol aliases
|
|
2012
2010
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2011
|
+
// Radius aliases
|
|
2012
|
+
export { default as RadiusIcon } from '../icons/radius';
|
|
2013
2013
|
// Rainbow aliases
|
|
2014
2014
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2015
|
-
// Rat aliases
|
|
2016
|
-
export { default as RatIcon } from '../icons/rat';
|
|
2017
2015
|
// Ratio aliases
|
|
2018
2016
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2017
|
+
// Rat aliases
|
|
2018
|
+
export { default as RatIcon } from '../icons/rat';
|
|
2019
2019
|
// ReceiptCent aliases
|
|
2020
2020
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2021
2021
|
// ReceiptEuro aliases
|
|
2022
2022
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2023
|
-
// ReceiptIndianRupee aliases
|
|
2024
|
-
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2025
2023
|
// ReceiptJapaneseYen aliases
|
|
2026
2024
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2027
2025
|
// ReceiptPoundSterling aliases
|
|
2028
2026
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2027
|
+
// ReceiptIndianRupee aliases
|
|
2028
|
+
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2029
2029
|
// ReceiptRussianRuble aliases
|
|
2030
2030
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2031
2031
|
// ReceiptSwissFranc aliases
|
|
2032
2032
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2033
|
-
// Receipt aliases
|
|
2034
|
-
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2035
2033
|
// ReceiptText aliases
|
|
2036
2034
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2037
|
-
//
|
|
2038
|
-
export { default as
|
|
2035
|
+
// Receipt aliases
|
|
2036
|
+
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2037
|
+
// RectangleGoggles aliases
|
|
2038
|
+
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2039
2039
|
// RectangleVertical aliases
|
|
2040
2040
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2041
|
+
// RectangleHorizontal aliases
|
|
2042
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2041
2043
|
// Recycle aliases
|
|
2042
2044
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2043
2045
|
// Redo2 aliases
|
|
2044
2046
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2045
|
-
// RedoDot aliases
|
|
2046
|
-
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2047
2047
|
// Redo aliases
|
|
2048
2048
|
export { default as RedoIcon } from '../icons/redo';
|
|
2049
|
-
//
|
|
2050
|
-
export { default as
|
|
2049
|
+
// RedoDot aliases
|
|
2050
|
+
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2051
2051
|
// RefreshCcw aliases
|
|
2052
2052
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2053
|
-
//
|
|
2054
|
-
export { default as
|
|
2053
|
+
// RefreshCcwDot aliases
|
|
2054
|
+
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2055
2055
|
// RefreshCw aliases
|
|
2056
2056
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2057
|
+
// RefreshCwOff aliases
|
|
2058
|
+
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2057
2059
|
// Refrigerator aliases
|
|
2058
2060
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2059
2061
|
// Regex aliases
|
|
@@ -2066,60 +2068,60 @@ export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
|
2066
2068
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2067
2069
|
// Repeat aliases
|
|
2068
2070
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2071
|
+
// Reply aliases
|
|
2072
|
+
export { default as ReplyIcon } from '../icons/reply';
|
|
2069
2073
|
// ReplaceAll aliases
|
|
2070
2074
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2071
2075
|
// Replace aliases
|
|
2072
2076
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2073
|
-
// Reply aliases
|
|
2074
|
-
export { default as ReplyIcon } from '../icons/reply';
|
|
2075
2077
|
// ReplyAll aliases
|
|
2076
2078
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2077
2079
|
// Rewind aliases
|
|
2078
2080
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2079
|
-
// Ribbon aliases
|
|
2080
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2081
2081
|
// Rocket aliases
|
|
2082
2082
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2083
|
+
// Ribbon aliases
|
|
2084
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2083
2085
|
// RockingChair aliases
|
|
2084
2086
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2085
|
-
// RollerCoaster aliases
|
|
2086
|
-
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2087
2087
|
// RotateCcwKey aliases
|
|
2088
2088
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2089
|
+
// RollerCoaster aliases
|
|
2090
|
+
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2089
2091
|
// RotateCcwSquare aliases
|
|
2090
2092
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2091
2093
|
// RotateCwSquare aliases
|
|
2092
2094
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2093
|
-
// RotateCw aliases
|
|
2094
|
-
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2095
2095
|
// RotateCcw aliases
|
|
2096
2096
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2097
|
-
//
|
|
2098
|
-
export { default as
|
|
2097
|
+
// RotateCw aliases
|
|
2098
|
+
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2099
2099
|
// Route aliases
|
|
2100
2100
|
export { default as RouteIcon } from '../icons/route';
|
|
2101
|
+
// RouteOff aliases
|
|
2102
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2101
2103
|
// Router aliases
|
|
2102
2104
|
export { default as RouterIcon } from '../icons/router';
|
|
2103
|
-
// Rss aliases
|
|
2104
|
-
export { default as RssIcon } from '../icons/rss';
|
|
2105
2105
|
// Rows4 aliases
|
|
2106
2106
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2107
|
+
// Rss aliases
|
|
2108
|
+
export { default as RssIcon } from '../icons/rss';
|
|
2107
2109
|
// Ruler aliases
|
|
2108
2110
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2111
|
+
// RussianRuble aliases
|
|
2112
|
+
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2109
2113
|
// Sailboat aliases
|
|
2110
2114
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2111
2115
|
// Salad aliases
|
|
2112
2116
|
export { default as SaladIcon } from '../icons/salad';
|
|
2113
|
-
// RussianRuble aliases
|
|
2114
|
-
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2115
2117
|
// Sandwich aliases
|
|
2116
2118
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2117
2119
|
// SatelliteDish aliases
|
|
2118
2120
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2119
|
-
// Satellite aliases
|
|
2120
|
-
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2121
2121
|
// SaudiRiyal aliases
|
|
2122
2122
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2123
|
+
// Satellite aliases
|
|
2124
|
+
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2123
2125
|
// SaveAll aliases
|
|
2124
2126
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2125
2127
|
// SaveOff aliases
|
|
@@ -2166,46 +2168,46 @@ export { default as ScrollIcon } from '../icons/scroll';
|
|
|
2166
2168
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2167
2169
|
// SearchCode aliases
|
|
2168
2170
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2171
|
+
// Search aliases
|
|
2172
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2169
2173
|
// SearchSlash aliases
|
|
2170
2174
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2171
2175
|
// SearchX aliases
|
|
2172
2176
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2173
|
-
// Search aliases
|
|
2174
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2175
2177
|
// Section aliases
|
|
2176
2178
|
export { default as SectionIcon } from '../icons/section';
|
|
2177
|
-
// SendToBack aliases
|
|
2178
|
-
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2179
2179
|
// Send aliases
|
|
2180
2180
|
export { default as SendIcon } from '../icons/send';
|
|
2181
|
+
// SendToBack aliases
|
|
2182
|
+
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2181
2183
|
// SeparatorHorizontal aliases
|
|
2182
2184
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2183
2185
|
// SeparatorVertical aliases
|
|
2184
2186
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2185
|
-
// ServerCog aliases
|
|
2186
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2187
2187
|
// ServerCrash aliases
|
|
2188
2188
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2189
2189
|
// ServerOff aliases
|
|
2190
2190
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2191
|
+
// ServerCog aliases
|
|
2192
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2191
2193
|
// Server aliases
|
|
2192
2194
|
export { default as ServerIcon } from '../icons/server';
|
|
2193
|
-
// Shapes aliases
|
|
2194
|
-
export { default as ShapesIcon } from '../icons/shapes';
|
|
2195
2195
|
// Settings2 aliases
|
|
2196
2196
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2197
2197
|
// Settings aliases
|
|
2198
2198
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2199
|
+
// Shapes aliases
|
|
2200
|
+
export { default as ShapesIcon } from '../icons/shapes';
|
|
2199
2201
|
// Share2 aliases
|
|
2200
2202
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2201
2203
|
// Share aliases
|
|
2202
2204
|
export { default as ShareIcon } from '../icons/share';
|
|
2205
|
+
// Shell aliases
|
|
2206
|
+
export { default as ShellIcon } from '../icons/shell';
|
|
2203
2207
|
// Sheet aliases
|
|
2204
2208
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2205
2209
|
// ShieldAlert aliases
|
|
2206
2210
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2207
|
-
// Shell aliases
|
|
2208
|
-
export { default as ShellIcon } from '../icons/shell';
|
|
2209
2211
|
// ShieldBan aliases
|
|
2210
2212
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2211
2213
|
// ShieldCheck aliases
|
|
@@ -2216,10 +2218,10 @@ export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
|
2216
2218
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2217
2219
|
// ShieldMinus aliases
|
|
2218
2220
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2219
|
-
// ShieldOff aliases
|
|
2220
|
-
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2221
2221
|
// ShieldPlus aliases
|
|
2222
2222
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2223
|
+
// ShieldOff aliases
|
|
2224
|
+
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2223
2225
|
// ShieldQuestion aliases
|
|
2224
2226
|
export { default as ShieldQuestionIcon } from '../icons/shield-question';
|
|
2225
2227
|
// ShieldUser aliases
|
|
@@ -2228,10 +2230,10 @@ export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
|
2228
2230
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2229
2231
|
// ShipWheel aliases
|
|
2230
2232
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2231
|
-
// Ship aliases
|
|
2232
|
-
export { default as ShipIcon } from '../icons/ship';
|
|
2233
2233
|
// Shirt aliases
|
|
2234
2234
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2235
|
+
// Ship aliases
|
|
2236
|
+
export { default as ShipIcon } from '../icons/ship';
|
|
2235
2237
|
// ShoppingBag aliases
|
|
2236
2238
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2237
2239
|
// ShoppingBasket aliases
|
|
@@ -2252,38 +2254,38 @@ export { default as ShrubIcon } from '../icons/shrub';
|
|
|
2252
2254
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2253
2255
|
// Sigma aliases
|
|
2254
2256
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2257
|
+
// SignalMedium aliases
|
|
2258
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2255
2259
|
// SignalHigh aliases
|
|
2256
2260
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2257
2261
|
// SignalLow aliases
|
|
2258
2262
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2259
|
-
// SignalMedium aliases
|
|
2260
|
-
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2261
2263
|
// SignalZero aliases
|
|
2262
2264
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2263
|
-
// Signal aliases
|
|
2264
|
-
export { default as SignalIcon } from '../icons/signal';
|
|
2265
2265
|
// Signature aliases
|
|
2266
2266
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2267
|
+
// Signal aliases
|
|
2268
|
+
export { default as SignalIcon } from '../icons/signal';
|
|
2267
2269
|
// SignpostBig aliases
|
|
2268
2270
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2269
2271
|
// Signpost aliases
|
|
2270
2272
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2271
|
-
// Siren aliases
|
|
2272
|
-
export { default as SirenIcon } from '../icons/siren';
|
|
2273
2273
|
// SkipBack aliases
|
|
2274
2274
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2275
|
-
//
|
|
2276
|
-
export { default as
|
|
2275
|
+
// Siren aliases
|
|
2276
|
+
export { default as SirenIcon } from '../icons/siren';
|
|
2277
2277
|
// Skull aliases
|
|
2278
2278
|
export { default as SkullIcon } from '../icons/skull';
|
|
2279
|
+
// SkipForward aliases
|
|
2280
|
+
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2279
2281
|
// Slack aliases
|
|
2280
2282
|
export { default as SlackIcon } from '../icons/slack';
|
|
2281
2283
|
// Slash aliases
|
|
2282
2284
|
export { default as SlashIcon } from '../icons/slash';
|
|
2283
|
-
// SlidersHorizontal aliases
|
|
2284
|
-
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2285
2285
|
// Slice aliases
|
|
2286
2286
|
export { default as SliceIcon } from '../icons/slice';
|
|
2287
|
+
// SlidersHorizontal aliases
|
|
2288
|
+
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2287
2289
|
// SmartphoneCharging aliases
|
|
2288
2290
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2289
2291
|
// SmartphoneNfc aliases
|
|
@@ -2300,62 +2302,70 @@ export { default as SnailIcon } from '../icons/snail';
|
|
|
2300
2302
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2301
2303
|
// Sofa aliases
|
|
2302
2304
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2303
|
-
// Space aliases
|
|
2304
|
-
export { default as SpaceIcon } from '../icons/space';
|
|
2305
2305
|
// Soup aliases
|
|
2306
2306
|
export { default as SoupIcon } from '../icons/soup';
|
|
2307
|
+
// Space aliases
|
|
2308
|
+
export { default as SpaceIcon } from '../icons/space';
|
|
2307
2309
|
// Spade aliases
|
|
2308
2310
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2309
2311
|
// Sparkle aliases
|
|
2310
2312
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2313
|
+
// Speaker aliases
|
|
2314
|
+
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2311
2315
|
// Speech aliases
|
|
2312
2316
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2313
2317
|
// SpellCheck2 aliases
|
|
2314
2318
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2315
2319
|
// SpellCheck aliases
|
|
2316
2320
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2317
|
-
// Speaker aliases
|
|
2318
|
-
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2319
2321
|
// SplinePointer aliases
|
|
2320
2322
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2321
|
-
// Split aliases
|
|
2322
|
-
export { default as SplitIcon } from '../icons/split';
|
|
2323
2323
|
// Spline aliases
|
|
2324
2324
|
export { default as SplineIcon } from '../icons/spline';
|
|
2325
|
-
//
|
|
2326
|
-
export { default as
|
|
2325
|
+
// Split aliases
|
|
2326
|
+
export { default as SplitIcon } from '../icons/split';
|
|
2327
2327
|
// Sprout aliases
|
|
2328
2328
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2329
|
+
// SprayCan aliases
|
|
2330
|
+
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2329
2331
|
// SquareDashedBottomCode aliases
|
|
2330
2332
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2331
|
-
// SquareRadical aliases
|
|
2332
|
-
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2333
2333
|
// SquareDashedBottom aliases
|
|
2334
2334
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2335
|
-
// SquareSquare aliases
|
|
2336
|
-
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2337
2335
|
// SquareRoundCorner aliases
|
|
2338
2336
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2337
|
+
// SquareRadical aliases
|
|
2338
|
+
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2339
|
+
// SquareSquare aliases
|
|
2340
|
+
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2339
2341
|
// SquareStack aliases
|
|
2340
2342
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2341
2343
|
// Square aliases
|
|
2342
2344
|
export { default as SquareIcon } from '../icons/square';
|
|
2345
|
+
// SquaresExclude aliases
|
|
2346
|
+
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2347
|
+
// SquaresIntersect aliases
|
|
2348
|
+
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2349
|
+
// SquaresSubtract aliases
|
|
2350
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2351
|
+
// SquaresUnite aliases
|
|
2352
|
+
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2343
2353
|
// Squircle aliases
|
|
2344
2354
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2345
2355
|
// Squirrel aliases
|
|
2346
2356
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2347
2357
|
// Stamp aliases
|
|
2348
2358
|
export { default as StampIcon } from '../icons/stamp';
|
|
2359
|
+
// Star aliases
|
|
2360
|
+
export { default as StarIcon } from '../icons/star';
|
|
2349
2361
|
// StarHalf aliases
|
|
2350
2362
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2351
2363
|
// StarOff aliases
|
|
2352
2364
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2353
|
-
// Star aliases
|
|
2354
|
-
export { default as StarIcon } from '../icons/star';
|
|
2355
|
-
// StepBack aliases
|
|
2356
|
-
export { default as StepBackIcon } from '../icons/step-back';
|
|
2357
2365
|
// StepForward aliases
|
|
2358
2366
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2367
|
+
// StepBack aliases
|
|
2368
|
+
export { default as StepBackIcon } from '../icons/step-back';
|
|
2359
2369
|
// Stethoscope aliases
|
|
2360
2370
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2361
2371
|
// Sticker aliases
|
|
@@ -2370,10 +2380,10 @@ export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
|
2370
2380
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2371
2381
|
// Strikethrough aliases
|
|
2372
2382
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2373
|
-
// Subscript aliases
|
|
2374
|
-
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2375
2383
|
// SunDim aliases
|
|
2376
2384
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2385
|
+
// Subscript aliases
|
|
2386
|
+
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2377
2387
|
// SunMedium aliases
|
|
2378
2388
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2379
2389
|
// SunMoon aliases
|
|
@@ -2382,10 +2392,10 @@ export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
|
2382
2392
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2383
2393
|
// Sun aliases
|
|
2384
2394
|
export { default as SunIcon } from '../icons/sun';
|
|
2385
|
-
// Sunrise aliases
|
|
2386
|
-
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2387
2395
|
// Sunset aliases
|
|
2388
2396
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2397
|
+
// Sunrise aliases
|
|
2398
|
+
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2389
2399
|
// Superscript aliases
|
|
2390
2400
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2391
2401
|
// SwatchBook aliases
|
|
@@ -2402,34 +2412,34 @@ export { default as SwordsIcon } from '../icons/swords';
|
|
|
2402
2412
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2403
2413
|
// Table2 aliases
|
|
2404
2414
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2405
|
-
// TableCellsMerge aliases
|
|
2406
|
-
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2407
2415
|
// TableCellsSplit aliases
|
|
2408
2416
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2417
|
+
// TableCellsMerge aliases
|
|
2418
|
+
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2409
2419
|
// TableColumnsSplit aliases
|
|
2410
2420
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2421
|
+
// TableRowsSplit aliases
|
|
2422
|
+
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2411
2423
|
// TableOfContents aliases
|
|
2412
2424
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2413
2425
|
// TableProperties aliases
|
|
2414
2426
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2415
|
-
// TableRowsSplit aliases
|
|
2416
|
-
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2417
2427
|
// Table aliases
|
|
2418
2428
|
export { default as TableIcon } from '../icons/table';
|
|
2419
2429
|
// TabletSmartphone aliases
|
|
2420
2430
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2421
2431
|
// Tablet aliases
|
|
2422
2432
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2423
|
-
// Tag aliases
|
|
2424
|
-
export { default as TagIcon } from '../icons/tag';
|
|
2425
2433
|
// Tablets aliases
|
|
2426
2434
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2435
|
+
// Tag aliases
|
|
2436
|
+
export { default as TagIcon } from '../icons/tag';
|
|
2427
2437
|
// Tags aliases
|
|
2428
2438
|
export { default as TagsIcon } from '../icons/tags';
|
|
2429
|
-
// Tally2 aliases
|
|
2430
|
-
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2431
2439
|
// Tally1 aliases
|
|
2432
2440
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2441
|
+
// Tally2 aliases
|
|
2442
|
+
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2433
2443
|
// Tally3 aliases
|
|
2434
2444
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2435
2445
|
// Tally4 aliases
|
|
@@ -2446,10 +2456,10 @@ export { default as TelescopeIcon } from '../icons/telescope';
|
|
|
2446
2456
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2447
2457
|
// Tent aliases
|
|
2448
2458
|
export { default as TentIcon } from '../icons/tent';
|
|
2449
|
-
// TestTube aliases
|
|
2450
|
-
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2451
2459
|
// Terminal aliases
|
|
2452
2460
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2461
|
+
// TestTube aliases
|
|
2462
|
+
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2453
2463
|
// TestTubes aliases
|
|
2454
2464
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2455
2465
|
// TextCursorInput aliases
|
|
@@ -2460,46 +2470,46 @@ export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
|
2460
2470
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2461
2471
|
// TextSearch aliases
|
|
2462
2472
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2463
|
-
// Theater aliases
|
|
2464
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2465
2473
|
// Text aliases
|
|
2466
2474
|
export { default as TextIcon } from '../icons/text';
|
|
2475
|
+
// Theater aliases
|
|
2476
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2467
2477
|
// ThermometerSnowflake aliases
|
|
2468
2478
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2469
2479
|
// ThermometerSun aliases
|
|
2470
2480
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2471
|
-
// ThumbsDown aliases
|
|
2472
|
-
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2473
2481
|
// Thermometer aliases
|
|
2474
2482
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2483
|
+
// ThumbsDown aliases
|
|
2484
|
+
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2475
2485
|
// ThumbsUp aliases
|
|
2476
2486
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2477
2487
|
// TicketCheck aliases
|
|
2478
2488
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2489
|
+
// TicketMinus aliases
|
|
2490
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2479
2491
|
// TicketPercent aliases
|
|
2480
2492
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2481
2493
|
// TicketPlus aliases
|
|
2482
2494
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2483
|
-
// TicketMinus aliases
|
|
2484
|
-
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2485
2495
|
// TicketSlash aliases
|
|
2486
2496
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2497
|
+
// Ticket aliases
|
|
2498
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2487
2499
|
// TicketX aliases
|
|
2488
2500
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2489
2501
|
// TicketsPlane aliases
|
|
2490
2502
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2491
|
-
// Ticket aliases
|
|
2492
|
-
export { default as TicketIcon } from '../icons/ticket';
|
|
2493
2503
|
// Tickets aliases
|
|
2494
2504
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2495
2505
|
// TimerOff aliases
|
|
2496
2506
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2497
2507
|
// TimerReset aliases
|
|
2498
2508
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2499
|
-
// ToggleLeft aliases
|
|
2500
|
-
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2501
2509
|
// Timer aliases
|
|
2502
2510
|
export { default as TimerIcon } from '../icons/timer';
|
|
2511
|
+
// ToggleLeft aliases
|
|
2512
|
+
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2503
2513
|
// ToggleRight aliases
|
|
2504
2514
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2505
2515
|
// Toilet aliases
|
|
@@ -2508,26 +2518,26 @@ export { default as ToiletIcon } from '../icons/toilet';
|
|
|
2508
2518
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2509
2519
|
// Torus aliases
|
|
2510
2520
|
export { default as TorusIcon } from '../icons/torus';
|
|
2511
|
-
// TouchpadOff aliases
|
|
2512
|
-
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2513
2521
|
// Touchpad aliases
|
|
2514
2522
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2523
|
+
// TouchpadOff aliases
|
|
2524
|
+
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2515
2525
|
// TowerControl aliases
|
|
2516
2526
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2517
2527
|
// ToyBrick aliases
|
|
2518
2528
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2519
|
-
// TrafficCone aliases
|
|
2520
|
-
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2521
2529
|
// Tractor aliases
|
|
2522
2530
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2531
|
+
// TrafficCone aliases
|
|
2532
|
+
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2523
2533
|
// TrainFrontTunnel aliases
|
|
2524
2534
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2525
2535
|
// TrainFront aliases
|
|
2526
2536
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2527
|
-
// TrainTrack aliases
|
|
2528
|
-
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2529
2537
|
// Transgender aliases
|
|
2530
2538
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2539
|
+
// TrainTrack aliases
|
|
2540
|
+
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2531
2541
|
// Trash2 aliases
|
|
2532
2542
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2533
2543
|
// Trash aliases
|
|
@@ -2540,14 +2550,14 @@ export { default as TreePineIcon } from '../icons/tree-pine';
|
|
|
2540
2550
|
export { default as TreesIcon } from '../icons/trees';
|
|
2541
2551
|
// Trello aliases
|
|
2542
2552
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2543
|
-
// TrendingDown aliases
|
|
2544
|
-
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2545
2553
|
// TrendingUpDown aliases
|
|
2546
2554
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2547
|
-
//
|
|
2548
|
-
export { default as
|
|
2555
|
+
// TrendingDown aliases
|
|
2556
|
+
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2549
2557
|
// TrendingUp aliases
|
|
2550
2558
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2559
|
+
// TriangleDashed aliases
|
|
2560
|
+
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2551
2561
|
// TriangleRight aliases
|
|
2552
2562
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2553
2563
|
// Triangle aliases
|
|
@@ -2562,14 +2572,14 @@ export { default as TurtleIcon } from '../icons/turtle';
|
|
|
2562
2572
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2563
2573
|
// Tv aliases
|
|
2564
2574
|
export { default as TvIcon } from '../icons/tv';
|
|
2565
|
-
// Twitter aliases
|
|
2566
|
-
export { default as TwitterIcon } from '../icons/twitter';
|
|
2567
2575
|
// Twitch aliases
|
|
2568
2576
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2569
|
-
//
|
|
2570
|
-
export { default as
|
|
2577
|
+
// Twitter aliases
|
|
2578
|
+
export { default as TwitterIcon } from '../icons/twitter';
|
|
2571
2579
|
// TypeOutline aliases
|
|
2572
2580
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2581
|
+
// Type aliases
|
|
2582
|
+
export { default as TypeIcon } from '../icons/type';
|
|
2573
2583
|
// UmbrellaOff aliases
|
|
2574
2584
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2575
2585
|
// Umbrella aliases
|
|
@@ -2592,34 +2602,34 @@ export { default as UngroupIcon } from '../icons/ungroup';
|
|
|
2592
2602
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2593
2603
|
// Unlink2 aliases
|
|
2594
2604
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2595
|
-
// Unplug aliases
|
|
2596
|
-
export { default as UnplugIcon } from '../icons/unplug';
|
|
2597
2605
|
// Upload aliases
|
|
2598
2606
|
export { default as UploadIcon } from '../icons/upload';
|
|
2599
2607
|
// Usb aliases
|
|
2600
2608
|
export { default as UsbIcon } from '../icons/usb';
|
|
2601
2609
|
// UserCheck aliases
|
|
2602
2610
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2611
|
+
// Unplug aliases
|
|
2612
|
+
export { default as UnplugIcon } from '../icons/unplug';
|
|
2603
2613
|
// UserCog aliases
|
|
2604
2614
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2615
|
+
// UserPen aliases
|
|
2616
|
+
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2605
2617
|
// UserMinus aliases
|
|
2606
2618
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2607
2619
|
// UserPlus aliases
|
|
2608
2620
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2609
2621
|
// UserRoundPen aliases
|
|
2610
2622
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2611
|
-
// UserPen aliases
|
|
2612
|
-
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2613
|
-
// UserRoundSearch aliases
|
|
2614
|
-
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2615
|
-
// UserSearch aliases
|
|
2616
|
-
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2617
2623
|
// UserX aliases
|
|
2618
2624
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2619
|
-
//
|
|
2620
|
-
export { default as
|
|
2625
|
+
// UserSearch aliases
|
|
2626
|
+
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2627
|
+
// UserRoundSearch aliases
|
|
2628
|
+
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2621
2629
|
// User aliases
|
|
2622
2630
|
export { default as UserIcon } from '../icons/user';
|
|
2631
|
+
// Users aliases
|
|
2632
|
+
export { default as UsersIcon } from '../icons/users';
|
|
2623
2633
|
// UtilityPole aliases
|
|
2624
2634
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2625
2635
|
// Variable aliases
|
|
@@ -2628,32 +2638,32 @@ export { default as VariableIcon } from '../icons/variable';
|
|
|
2628
2638
|
export { default as VaultIcon } from '../icons/vault';
|
|
2629
2639
|
// Vegan aliases
|
|
2630
2640
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2631
|
-
// VenusAndMars aliases
|
|
2632
|
-
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2633
2641
|
// VenetianMask aliases
|
|
2634
2642
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2635
2643
|
// Venus aliases
|
|
2636
2644
|
export { default as VenusIcon } from '../icons/venus';
|
|
2645
|
+
// VenusAndMars aliases
|
|
2646
|
+
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2647
|
+
// Vibrate aliases
|
|
2648
|
+
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2637
2649
|
// VibrateOff aliases
|
|
2638
2650
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2639
2651
|
// VideoOff aliases
|
|
2640
2652
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2641
|
-
// Vibrate aliases
|
|
2642
|
-
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2643
2653
|
// Video aliases
|
|
2644
2654
|
export { default as VideoIcon } from '../icons/video';
|
|
2645
2655
|
// Videotape aliases
|
|
2646
2656
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2647
|
-
// View aliases
|
|
2648
|
-
export { default as ViewIcon } from '../icons/view';
|
|
2649
2657
|
// Voicemail aliases
|
|
2650
2658
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2659
|
+
// View aliases
|
|
2660
|
+
export { default as ViewIcon } from '../icons/view';
|
|
2651
2661
|
// Volleyball aliases
|
|
2652
2662
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2653
|
-
// Volume2 aliases
|
|
2654
|
-
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2655
2663
|
// Volume1 aliases
|
|
2656
2664
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2665
|
+
// Volume2 aliases
|
|
2666
|
+
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2657
2667
|
// VolumeOff aliases
|
|
2658
2668
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2659
2669
|
// VolumeX aliases
|
|
@@ -2670,10 +2680,10 @@ export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
|
2670
2680
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2671
2681
|
// Wand aliases
|
|
2672
2682
|
export { default as WandIcon } from '../icons/wand';
|
|
2673
|
-
// Warehouse aliases
|
|
2674
|
-
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2675
2683
|
// WashingMachine aliases
|
|
2676
2684
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2685
|
+
// Warehouse aliases
|
|
2686
|
+
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2677
2687
|
// Watch aliases
|
|
2678
2688
|
export { default as WatchIcon } from '../icons/watch';
|
|
2679
2689
|
// WavesLadder aliases
|
|
@@ -2684,16 +2694,16 @@ export { default as WaypointsIcon } from '../icons/waypoints';
|
|
|
2684
2694
|
export { default as WavesIcon } from '../icons/waves';
|
|
2685
2695
|
// Webcam aliases
|
|
2686
2696
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2687
|
-
// WebhookOff aliases
|
|
2688
|
-
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2689
2697
|
// Webhook aliases
|
|
2690
2698
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2691
2699
|
// Weight aliases
|
|
2692
2700
|
export { default as WeightIcon } from '../icons/weight';
|
|
2693
|
-
// Wheat aliases
|
|
2694
|
-
export { default as WheatIcon } from '../icons/wheat';
|
|
2695
2701
|
// WheatOff aliases
|
|
2696
2702
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2703
|
+
// WebhookOff aliases
|
|
2704
|
+
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2705
|
+
// Wheat aliases
|
|
2706
|
+
export { default as WheatIcon } from '../icons/wheat';
|
|
2697
2707
|
// WifiHigh aliases
|
|
2698
2708
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2699
2709
|
// WholeWord aliases
|
|
@@ -2702,10 +2712,10 @@ export { default as WholeWordIcon } from '../icons/whole-word';
|
|
|
2702
2712
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2703
2713
|
// WifiOff aliases
|
|
2704
2714
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2705
|
-
// WifiZero aliases
|
|
2706
|
-
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2707
2715
|
// Wifi aliases
|
|
2708
2716
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2717
|
+
// WifiZero aliases
|
|
2718
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2709
2719
|
// WindArrowDown aliases
|
|
2710
2720
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2711
2721
|
// Wind aliases
|
|
@@ -2718,10 +2728,10 @@ export { default as WineIcon } from '../icons/wine';
|
|
|
2718
2728
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2719
2729
|
// Worm aliases
|
|
2720
2730
|
export { default as WormIcon } from '../icons/worm';
|
|
2721
|
-
// Wrench aliases
|
|
2722
|
-
export { default as WrenchIcon } from '../icons/wrench';
|
|
2723
2731
|
// WrapText aliases
|
|
2724
2732
|
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2733
|
+
// Wrench aliases
|
|
2734
|
+
export { default as WrenchIcon } from '../icons/wrench';
|
|
2725
2735
|
// X aliases
|
|
2726
2736
|
export { default as XIcon } from '../icons/x';
|
|
2727
2737
|
// Youtube aliases
|
|
@@ -2734,10 +2744,10 @@ export { default as ZapIcon } from '../icons/zap';
|
|
|
2734
2744
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2735
2745
|
// ZoomOut aliases
|
|
2736
2746
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2737
|
-
// ArrowDown01 aliases
|
|
2738
|
-
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2739
2747
|
// ArrowDown10 aliases
|
|
2740
2748
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2749
|
+
// ArrowDown01 aliases
|
|
2750
|
+
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2741
2751
|
// ArrowUp01 aliases
|
|
2742
2752
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2743
2753
|
// ArrowUp10 aliases
|
|
@@ -2745,12 +2755,12 @@ export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
|
2745
2755
|
// AlarmClockCheck aliases
|
|
2746
2756
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2747
2757
|
export { default as AlarmCheckIcon } from '../icons/alarm-clock-check';
|
|
2748
|
-
// AlarmClockPlus aliases
|
|
2749
|
-
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2750
|
-
export { default as AlarmPlusIcon } from '../icons/alarm-clock-plus';
|
|
2751
2758
|
// AlarmClockMinus aliases
|
|
2752
2759
|
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2753
2760
|
export { default as AlarmMinusIcon } from '../icons/alarm-clock-minus';
|
|
2761
|
+
// AlarmClockPlus aliases
|
|
2762
|
+
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2763
|
+
export { default as AlarmPlusIcon } from '../icons/alarm-clock-plus';
|
|
2754
2764
|
// ArrowDownAZ aliases
|
|
2755
2765
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2756
2766
|
export { default as ArrowDownAzIcon } from '../icons/arrow-down-a-z';
|
|
@@ -2793,6 +2803,9 @@ export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
|
2793
2803
|
// Braces aliases
|
|
2794
2804
|
export { default as BracesIcon } from '../icons/braces';
|
|
2795
2805
|
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2806
|
+
// Captions aliases
|
|
2807
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
2808
|
+
export { default as SubtitlesIcon } from '../icons/captions';
|
|
2796
2809
|
// ChartArea aliases
|
|
2797
2810
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2798
2811
|
export {
|
|
@@ -2805,9 +2818,6 @@ export {
|
|
|
2805
2818
|
/** @deprecated */
|
|
2806
2819
|
default as BarChartHorizontalBigIcon
|
|
2807
2820
|
} from '../icons/chart-bar-big';
|
|
2808
|
-
// Captions aliases
|
|
2809
|
-
export { default as CaptionsIcon } from '../icons/captions';
|
|
2810
|
-
export { default as SubtitlesIcon } from '../icons/captions';
|
|
2811
2821
|
// ChartBar aliases
|
|
2812
2822
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2813
2823
|
export {
|
|
@@ -2826,18 +2836,18 @@ export {
|
|
|
2826
2836
|
/** @deprecated */
|
|
2827
2837
|
default as BarChartBigIcon
|
|
2828
2838
|
} from '../icons/chart-column-big';
|
|
2829
|
-
// ChartColumn aliases
|
|
2830
|
-
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2831
|
-
export {
|
|
2832
|
-
/** @deprecated */
|
|
2833
|
-
default as BarChart3Icon
|
|
2834
|
-
} from '../icons/chart-column';
|
|
2835
2839
|
// ChartColumnIncreasing aliases
|
|
2836
2840
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2837
2841
|
export {
|
|
2838
2842
|
/** @deprecated */
|
|
2839
2843
|
default as BarChart4Icon
|
|
2840
2844
|
} from '../icons/chart-column-increasing';
|
|
2845
|
+
// ChartColumn aliases
|
|
2846
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2847
|
+
export {
|
|
2848
|
+
/** @deprecated */
|
|
2849
|
+
default as BarChart3Icon
|
|
2850
|
+
} from '../icons/chart-column';
|
|
2841
2851
|
// ChartLine aliases
|
|
2842
2852
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2843
2853
|
export {
|
|
@@ -2850,12 +2860,6 @@ export {
|
|
|
2850
2860
|
/** @deprecated */
|
|
2851
2861
|
default as BarChartIcon
|
|
2852
2862
|
} from '../icons/chart-no-axes-column-increasing';
|
|
2853
|
-
// ChartNoAxesGantt aliases
|
|
2854
|
-
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2855
|
-
export {
|
|
2856
|
-
/** @deprecated */
|
|
2857
|
-
default as GanttChartIcon
|
|
2858
|
-
} from '../icons/chart-no-axes-gantt';
|
|
2859
2863
|
// ChartNoAxesColumn aliases
|
|
2860
2864
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
2861
2865
|
export {
|
|
@@ -2874,21 +2878,27 @@ export {
|
|
|
2874
2878
|
/** @deprecated */
|
|
2875
2879
|
default as ScatterChartIcon
|
|
2876
2880
|
} from '../icons/chart-scatter';
|
|
2881
|
+
// ChartNoAxesGantt aliases
|
|
2882
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2883
|
+
export {
|
|
2884
|
+
/** @deprecated */
|
|
2885
|
+
default as GanttChartIcon
|
|
2886
|
+
} from '../icons/chart-no-axes-gantt';
|
|
2877
2887
|
// CircleAlert aliases
|
|
2878
2888
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2879
2889
|
export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
2880
|
-
// CircleArrowDown aliases
|
|
2881
|
-
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2882
|
-
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2883
2890
|
// CircleArrowLeft aliases
|
|
2884
2891
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2885
2892
|
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
2886
|
-
//
|
|
2887
|
-
export { default as
|
|
2888
|
-
export { default as
|
|
2893
|
+
// CircleArrowDown aliases
|
|
2894
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2895
|
+
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2889
2896
|
// CircleArrowOutDownRight aliases
|
|
2890
2897
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
2891
2898
|
export { default as ArrowDownRightFromCircleIcon } from '../icons/circle-arrow-out-down-right';
|
|
2899
|
+
// CircleArrowOutDownLeft aliases
|
|
2900
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2901
|
+
export { default as ArrowDownLeftFromCircleIcon } from '../icons/circle-arrow-out-down-left';
|
|
2892
2902
|
// CircleArrowOutUpLeft aliases
|
|
2893
2903
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
2894
2904
|
export { default as ArrowUpLeftFromCircleIcon } from '../icons/circle-arrow-out-up-left';
|
|
@@ -2901,60 +2911,60 @@ export { default as ArrowRightCircleIcon } from '../icons/circle-arrow-right';
|
|
|
2901
2911
|
// CircleArrowUp aliases
|
|
2902
2912
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
2903
2913
|
export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
2904
|
-
// CircleCheckBig aliases
|
|
2905
|
-
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
2906
|
-
export { default as CheckCircleIcon } from '../icons/circle-check-big';
|
|
2907
2914
|
// CircleCheck aliases
|
|
2908
2915
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
2909
2916
|
export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
2910
|
-
//
|
|
2917
|
+
// CircleCheckBig aliases
|
|
2918
|
+
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
2919
|
+
export { default as CheckCircleIcon } from '../icons/circle-check-big';
|
|
2920
|
+
// CircleChevronDown aliases
|
|
2911
2921
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
2912
2922
|
export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
2913
|
-
// CircleChevronLeft aliases
|
|
2914
|
-
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
2915
|
-
export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
2916
2923
|
// CircleChevronRight aliases
|
|
2917
2924
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
2918
2925
|
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
2926
|
+
// CircleChevronLeft aliases
|
|
2927
|
+
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
2928
|
+
export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
2919
2929
|
// CircleChevronUp aliases
|
|
2920
2930
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
2921
2931
|
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
2922
2932
|
// CircleDivide aliases
|
|
2923
2933
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
2924
2934
|
export { default as DivideCircleIcon } from '../icons/circle-divide';
|
|
2925
|
-
// CircleHelp aliases
|
|
2926
|
-
export { default as CircleHelpIcon } from '../icons/circle-help';
|
|
2927
|
-
export { default as HelpCircleIcon } from '../icons/circle-help';
|
|
2928
2935
|
// CircleGauge aliases
|
|
2929
2936
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
2930
2937
|
export { default as GaugeCircleIcon } from '../icons/circle-gauge';
|
|
2931
|
-
//
|
|
2932
|
-
export { default as
|
|
2933
|
-
export { default as
|
|
2938
|
+
// CircleHelp aliases
|
|
2939
|
+
export { default as CircleHelpIcon } from '../icons/circle-help';
|
|
2940
|
+
export { default as HelpCircleIcon } from '../icons/circle-help';
|
|
2934
2941
|
// CircleMinus aliases
|
|
2935
2942
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
2936
2943
|
export { default as MinusCircleIcon } from '../icons/circle-minus';
|
|
2937
|
-
//
|
|
2938
|
-
export { default as
|
|
2939
|
-
export { default as
|
|
2944
|
+
// CircleParkingOff aliases
|
|
2945
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
2946
|
+
export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
2940
2947
|
// CirclePause aliases
|
|
2941
2948
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
2942
2949
|
export { default as PauseCircleIcon } from '../icons/circle-pause';
|
|
2943
|
-
//
|
|
2944
|
-
export { default as
|
|
2945
|
-
export { default as
|
|
2946
|
-
// CirclePlay aliases
|
|
2947
|
-
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
2948
|
-
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
2950
|
+
// CircleParking aliases
|
|
2951
|
+
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
2952
|
+
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
2949
2953
|
// CirclePlus aliases
|
|
2950
2954
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
2951
2955
|
export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
2952
2956
|
// CirclePower aliases
|
|
2953
2957
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
2954
2958
|
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
2959
|
+
// CirclePercent aliases
|
|
2960
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
2961
|
+
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
2955
2962
|
// CircleSlash2 aliases
|
|
2956
2963
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
2957
2964
|
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
2965
|
+
// CirclePlay aliases
|
|
2966
|
+
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
2967
|
+
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
2958
2968
|
// CircleStop aliases
|
|
2959
2969
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
2960
2970
|
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
@@ -2976,33 +2986,33 @@ export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
|
2976
2986
|
// CircleX aliases
|
|
2977
2987
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
2978
2988
|
export { default as XCircleIcon } from '../icons/circle-x';
|
|
2979
|
-
// CloudDownload aliases
|
|
2980
|
-
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
2981
|
-
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
2982
2989
|
// CloudUpload aliases
|
|
2983
2990
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
2984
2991
|
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
2992
|
+
// CloudDownload aliases
|
|
2993
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
2994
|
+
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
2985
2995
|
// CodeXml aliases
|
|
2986
2996
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
2987
2997
|
export {
|
|
2988
2998
|
/** @deprecated */
|
|
2989
2999
|
default as Code2Icon
|
|
2990
3000
|
} from '../icons/code-xml';
|
|
3001
|
+
// Columns3 aliases
|
|
3002
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3003
|
+
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
3004
|
+
// Columns2 aliases
|
|
3005
|
+
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3006
|
+
export { default as ColumnsIcon } from '../icons/columns-2';
|
|
2991
3007
|
// ContactRound aliases
|
|
2992
3008
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
2993
3009
|
export {
|
|
2994
3010
|
/** @deprecated */
|
|
2995
3011
|
default as Contact2Icon
|
|
2996
3012
|
} from '../icons/contact-round';
|
|
2997
|
-
// Columns2 aliases
|
|
2998
|
-
export { default as Columns2Icon } from '../icons/columns-2';
|
|
2999
|
-
export { default as ColumnsIcon } from '../icons/columns-2';
|
|
3000
3013
|
// DiamondPercent aliases
|
|
3001
3014
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3002
3015
|
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
3003
|
-
// Columns3 aliases
|
|
3004
|
-
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3005
|
-
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
3006
3016
|
// Earth aliases
|
|
3007
3017
|
export { default as EarthIcon } from '../icons/earth';
|
|
3008
3018
|
export {
|
|
@@ -3012,48 +3022,51 @@ export {
|
|
|
3012
3022
|
// EllipsisVertical aliases
|
|
3013
3023
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3014
3024
|
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3015
|
-
// FileAxis3d aliases
|
|
3016
|
-
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3017
|
-
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
3018
3025
|
// Ellipsis aliases
|
|
3019
3026
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3020
3027
|
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3021
|
-
//
|
|
3022
|
-
export { default as
|
|
3023
|
-
export {
|
|
3024
|
-
/** @deprecated */
|
|
3025
|
-
default as FileBarChartIcon
|
|
3026
|
-
} from '../icons/file-chart-column-increasing';
|
|
3028
|
+
// FileAxis3d aliases
|
|
3029
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3030
|
+
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
3027
3031
|
// FileChartColumn aliases
|
|
3028
3032
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3029
3033
|
export {
|
|
3030
3034
|
/** @deprecated */
|
|
3031
3035
|
default as FileBarChart2Icon
|
|
3032
3036
|
} from '../icons/file-chart-column';
|
|
3037
|
+
// FileChartColumnIncreasing aliases
|
|
3038
|
+
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3039
|
+
export {
|
|
3040
|
+
/** @deprecated */
|
|
3041
|
+
default as FileBarChartIcon
|
|
3042
|
+
} from '../icons/file-chart-column-increasing';
|
|
3033
3043
|
// FileChartLine aliases
|
|
3034
3044
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3035
3045
|
export {
|
|
3036
3046
|
/** @deprecated */
|
|
3037
3047
|
default as FileLineChartIcon
|
|
3038
3048
|
} from '../icons/file-chart-line';
|
|
3039
|
-
// FileCog aliases
|
|
3040
|
-
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3041
|
-
export {
|
|
3042
|
-
/** @deprecated */
|
|
3043
|
-
default as FileCog2Icon
|
|
3044
|
-
} from '../icons/file-cog';
|
|
3045
3049
|
// FileChartPie aliases
|
|
3046
3050
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3047
3051
|
export {
|
|
3048
3052
|
/** @deprecated */
|
|
3049
3053
|
default as FilePieChartIcon
|
|
3050
3054
|
} from '../icons/file-chart-pie';
|
|
3055
|
+
// FileCog aliases
|
|
3056
|
+
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3057
|
+
export {
|
|
3058
|
+
/** @deprecated */
|
|
3059
|
+
default as FileCog2Icon
|
|
3060
|
+
} from '../icons/file-cog';
|
|
3051
3061
|
// FilePenLine aliases
|
|
3052
3062
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3053
3063
|
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
3054
3064
|
// FilePen aliases
|
|
3055
3065
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3056
3066
|
export { default as FileEditIcon } from '../icons/file-pen';
|
|
3067
|
+
// FolderPen aliases
|
|
3068
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3069
|
+
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3057
3070
|
// FolderCog aliases
|
|
3058
3071
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3059
3072
|
export {
|
|
@@ -3072,12 +3085,6 @@ export {
|
|
|
3072
3085
|
/** @deprecated */
|
|
3073
3086
|
default as FilterIcon
|
|
3074
3087
|
} from '../icons/funnel';
|
|
3075
|
-
// FolderPen aliases
|
|
3076
|
-
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3077
|
-
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3078
|
-
// Grid2x2Check aliases
|
|
3079
|
-
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3080
|
-
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3081
3088
|
// GitCommitHorizontal aliases
|
|
3082
3089
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3083
3090
|
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
@@ -3087,16 +3094,19 @@ export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
|
3087
3094
|
// Grid2x2X aliases
|
|
3088
3095
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3089
3096
|
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3097
|
+
// Grid2x2Check aliases
|
|
3098
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3099
|
+
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3090
3100
|
// Grid2x2 aliases
|
|
3091
3101
|
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3092
3102
|
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3103
|
+
// HandHelping aliases
|
|
3104
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3105
|
+
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
3093
3106
|
// Grid3x3 aliases
|
|
3094
3107
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3095
3108
|
export { default as GridIcon } from '../icons/grid-3x3';
|
|
3096
3109
|
export { default as Grid3X3Icon } from '../icons/grid-3x3';
|
|
3097
|
-
// HandHelping aliases
|
|
3098
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3099
|
-
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
3100
3110
|
// House aliases
|
|
3101
3111
|
export { default as HouseIcon } from '../icons/house';
|
|
3102
3112
|
export { default as HomeIcon } from '../icons/house';
|
|
@@ -3115,6 +3125,9 @@ export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
|
3115
3125
|
// IndentIncrease aliases
|
|
3116
3126
|
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3117
3127
|
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3128
|
+
// LoaderCircle aliases
|
|
3129
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3130
|
+
export { default as Loader2Icon } from '../icons/loader-circle';
|
|
3118
3131
|
// Layers aliases
|
|
3119
3132
|
export { default as LayersIcon } from '../icons/layers';
|
|
3120
3133
|
export { default as Layers3Icon } from '../icons/layers';
|
|
@@ -3130,9 +3143,9 @@ export { default as UnlockKeyholeIcon } from '../icons/lock-keyhole-open';
|
|
|
3130
3143
|
// LockOpen aliases
|
|
3131
3144
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3132
3145
|
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3133
|
-
//
|
|
3134
|
-
export { default as
|
|
3135
|
-
export { default as
|
|
3146
|
+
// Move3d aliases
|
|
3147
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3148
|
+
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3136
3149
|
// MicVocal aliases
|
|
3137
3150
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3138
3151
|
export {
|
|
@@ -3142,9 +3155,6 @@ export {
|
|
|
3142
3155
|
// OctagonAlert aliases
|
|
3143
3156
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3144
3157
|
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3145
|
-
// Move3d aliases
|
|
3146
|
-
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3147
|
-
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3148
3158
|
// OctagonPause aliases
|
|
3149
3159
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3150
3160
|
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
@@ -3172,18 +3182,18 @@ export { default as SidebarIcon } from '../icons/panel-left';
|
|
|
3172
3182
|
// PanelRightDashed aliases
|
|
3173
3183
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3174
3184
|
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
3175
|
-
// PanelTopDashed aliases
|
|
3176
|
-
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3177
|
-
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
3178
|
-
// PanelsTopLeft aliases
|
|
3179
|
-
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3180
|
-
export { default as LayoutIcon } from '../icons/panels-top-left';
|
|
3181
3185
|
// PenLine aliases
|
|
3182
3186
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3183
3187
|
export {
|
|
3184
3188
|
/** @deprecated */
|
|
3185
3189
|
default as Edit3Icon
|
|
3186
3190
|
} from '../icons/pen-line';
|
|
3191
|
+
// PanelTopDashed aliases
|
|
3192
|
+
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3193
|
+
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
3194
|
+
// PanelsTopLeft aliases
|
|
3195
|
+
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3196
|
+
export { default as LayoutIcon } from '../icons/panels-top-left';
|
|
3187
3197
|
// Pen aliases
|
|
3188
3198
|
export { default as PenIcon } from '../icons/pen';
|
|
3189
3199
|
export {
|
|
@@ -3217,88 +3227,88 @@ export {
|
|
|
3217
3227
|
// ShieldX aliases
|
|
3218
3228
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3219
3229
|
export { default as ShieldCloseIcon } from '../icons/shield-x';
|
|
3220
|
-
// Sparkles aliases
|
|
3221
|
-
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3222
|
-
export { default as StarsIcon } from '../icons/sparkles';
|
|
3223
3230
|
// SlidersVertical aliases
|
|
3224
3231
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3225
3232
|
export { default as SlidersIcon } from '../icons/sliders-vertical';
|
|
3233
|
+
// Sparkles aliases
|
|
3234
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3235
|
+
export { default as StarsIcon } from '../icons/sparkles';
|
|
3226
3236
|
// SquareActivity aliases
|
|
3227
3237
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3228
3238
|
export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
3229
|
-
// SquareArrowDownRight aliases
|
|
3230
|
-
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3231
|
-
export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-right';
|
|
3232
3239
|
// SquareArrowDownLeft aliases
|
|
3233
3240
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3234
3241
|
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3235
|
-
//
|
|
3236
|
-
export { default as
|
|
3237
|
-
export { default as
|
|
3242
|
+
// SquareArrowDownRight aliases
|
|
3243
|
+
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3244
|
+
export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-right';
|
|
3238
3245
|
// SquareArrowLeft aliases
|
|
3239
3246
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3240
3247
|
export { default as ArrowLeftSquareIcon } from '../icons/square-arrow-left';
|
|
3248
|
+
// SquareArrowDown aliases
|
|
3249
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3250
|
+
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
3241
3251
|
// SquareArrowOutDownLeft aliases
|
|
3242
3252
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3243
3253
|
export { default as ArrowDownLeftFromSquareIcon } from '../icons/square-arrow-out-down-left';
|
|
3244
3254
|
// SquareArrowOutDownRight aliases
|
|
3245
3255
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3246
3256
|
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
3247
|
-
// SquareArrowOutUpLeft aliases
|
|
3248
|
-
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3249
|
-
export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-up-left';
|
|
3250
3257
|
// SquareArrowOutUpRight aliases
|
|
3251
3258
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3252
3259
|
export { default as ArrowUpRightFromSquareIcon } from '../icons/square-arrow-out-up-right';
|
|
3253
|
-
//
|
|
3254
|
-
export { default as
|
|
3255
|
-
export { default as
|
|
3260
|
+
// SquareArrowOutUpLeft aliases
|
|
3261
|
+
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3262
|
+
export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-up-left';
|
|
3256
3263
|
// SquareArrowRight aliases
|
|
3257
3264
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3258
3265
|
export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
3266
|
+
// SquareArrowUpLeft aliases
|
|
3267
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3268
|
+
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3259
3269
|
// SquareArrowUpRight aliases
|
|
3260
3270
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3261
3271
|
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3262
3272
|
// SquareArrowUp aliases
|
|
3263
3273
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3264
3274
|
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3265
|
-
// SquareAsterisk aliases
|
|
3266
|
-
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3267
|
-
export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
3268
3275
|
// SquareBottomDashedScissors aliases
|
|
3269
3276
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3270
3277
|
export { default as ScissorsSquareDashedBottomIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3278
|
+
// SquareAsterisk aliases
|
|
3279
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3280
|
+
export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
3281
|
+
// SquareCheckBig aliases
|
|
3282
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3283
|
+
export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
3271
3284
|
// SquareChartGantt aliases
|
|
3272
3285
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3273
3286
|
export { default as GanttChartSquareIcon } from '../icons/square-chart-gantt';
|
|
3274
3287
|
export { default as SquareGanttChartIcon } from '../icons/square-chart-gantt';
|
|
3275
|
-
// SquareCheckBig aliases
|
|
3276
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3277
|
-
export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
3278
|
-
// SquareCheck aliases
|
|
3279
|
-
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3280
|
-
export { default as CheckSquare2Icon } from '../icons/square-check';
|
|
3281
3288
|
// SquareChevronDown aliases
|
|
3282
3289
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3283
3290
|
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3291
|
+
// SquareCheck aliases
|
|
3292
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3293
|
+
export { default as CheckSquare2Icon } from '../icons/square-check';
|
|
3284
3294
|
// SquareChevronLeft aliases
|
|
3285
3295
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3286
3296
|
export { default as ChevronLeftSquareIcon } from '../icons/square-chevron-left';
|
|
3287
3297
|
// SquareChevronRight aliases
|
|
3288
3298
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3289
3299
|
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
3290
|
-
// SquareChevronUp aliases
|
|
3291
|
-
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3292
|
-
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3293
3300
|
// SquareCode aliases
|
|
3294
3301
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3295
3302
|
export { default as CodeSquareIcon } from '../icons/square-code';
|
|
3296
|
-
//
|
|
3297
|
-
export { default as
|
|
3298
|
-
export { default as
|
|
3303
|
+
// SquareChevronUp aliases
|
|
3304
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3305
|
+
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3299
3306
|
// SquareDashedMousePointer aliases
|
|
3300
3307
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3301
3308
|
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3309
|
+
// SquareDashedKanban aliases
|
|
3310
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3311
|
+
export { default as KanbanSquareDashedIcon } from '../icons/square-dashed-kanban';
|
|
3302
3312
|
// SquareDivide aliases
|
|
3303
3313
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3304
3314
|
export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
@@ -3308,12 +3318,12 @@ export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
|
3308
3318
|
// SquareDot aliases
|
|
3309
3319
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3310
3320
|
export { default as DotSquareIcon } from '../icons/square-dot';
|
|
3311
|
-
// SquareEqual aliases
|
|
3312
|
-
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3313
|
-
export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
3314
3321
|
// SquareFunction aliases
|
|
3315
3322
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3316
3323
|
export { default as FunctionSquareIcon } from '../icons/square-function';
|
|
3324
|
+
// SquareEqual aliases
|
|
3325
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3326
|
+
export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
3317
3327
|
// SquareKanban aliases
|
|
3318
3328
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3319
3329
|
export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
@@ -3326,59 +3336,59 @@ export { default as MSquareIcon } from '../icons/square-m';
|
|
|
3326
3336
|
// SquareMenu aliases
|
|
3327
3337
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3328
3338
|
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3329
|
-
// SquareMousePointer aliases
|
|
3330
|
-
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3331
|
-
export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
3332
3339
|
// SquareMinus aliases
|
|
3333
3340
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3334
3341
|
export { default as MinusSquareIcon } from '../icons/square-minus';
|
|
3342
|
+
// SquareMousePointer aliases
|
|
3343
|
+
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3344
|
+
export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
3335
3345
|
// SquareParkingOff aliases
|
|
3336
3346
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3337
3347
|
export { default as ParkingSquareOffIcon } from '../icons/square-parking-off';
|
|
3338
3348
|
// SquareParking aliases
|
|
3339
3349
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3340
3350
|
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
3341
|
-
// SquarePercent aliases
|
|
3342
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3343
|
-
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3344
3351
|
// SquarePen aliases
|
|
3345
3352
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
3346
3353
|
export { default as PenBoxIcon } from '../icons/square-pen';
|
|
3347
3354
|
export { default as EditIcon } from '../icons/square-pen';
|
|
3348
3355
|
export { default as PenSquareIcon } from '../icons/square-pen';
|
|
3356
|
+
// SquarePercent aliases
|
|
3357
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3358
|
+
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3349
3359
|
// SquarePi aliases
|
|
3350
3360
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3351
3361
|
export { default as PiSquareIcon } from '../icons/square-pi';
|
|
3352
|
-
// SquarePilcrow aliases
|
|
3353
|
-
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3354
|
-
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3355
3362
|
// SquarePlay aliases
|
|
3356
3363
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3357
3364
|
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3365
|
+
// SquarePilcrow aliases
|
|
3366
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3367
|
+
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3358
3368
|
// SquarePlus aliases
|
|
3359
3369
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3360
3370
|
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
3371
|
+
// SquareScissors aliases
|
|
3372
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
3373
|
+
export { default as ScissorsSquareIcon } from '../icons/square-scissors';
|
|
3361
3374
|
// SquarePower aliases
|
|
3362
3375
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3363
3376
|
export { default as PowerSquareIcon } from '../icons/square-power';
|
|
3364
3377
|
// SquareSigma aliases
|
|
3365
3378
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3366
3379
|
export { default as SigmaSquareIcon } from '../icons/square-sigma';
|
|
3367
|
-
// SquareScissors aliases
|
|
3368
|
-
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
3369
|
-
export { default as ScissorsSquareIcon } from '../icons/square-scissors';
|
|
3370
|
-
// SquareSplitHorizontal aliases
|
|
3371
|
-
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3372
|
-
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3373
|
-
// SquareSplitVertical aliases
|
|
3374
|
-
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3375
|
-
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3376
3380
|
// SquareSlash aliases
|
|
3377
3381
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3378
3382
|
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3383
|
+
// SquareSplitHorizontal aliases
|
|
3384
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3385
|
+
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3379
3386
|
// SquareTerminal aliases
|
|
3380
3387
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3381
3388
|
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
3389
|
+
// SquareSplitVertical aliases
|
|
3390
|
+
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3391
|
+
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3382
3392
|
// SquareUserRound aliases
|
|
3383
3393
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
3384
3394
|
export {
|
|
@@ -3403,6 +3413,9 @@ export { default as TrainIcon } from '../icons/tram-front';
|
|
|
3403
3413
|
// TreePalm aliases
|
|
3404
3414
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3405
3415
|
export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
3416
|
+
// TriangleAlert aliases
|
|
3417
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3418
|
+
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3406
3419
|
// TvMinimal aliases
|
|
3407
3420
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
3408
3421
|
export {
|
|
@@ -3415,9 +3428,6 @@ export {
|
|
|
3415
3428
|
/** @deprecated */
|
|
3416
3429
|
default as School2Icon
|
|
3417
3430
|
} from '../icons/university';
|
|
3418
|
-
// TriangleAlert aliases
|
|
3419
|
-
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3420
|
-
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3421
3431
|
// UserRoundCheck aliases
|
|
3422
3432
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
3423
3433
|
export {
|
|
@@ -3430,30 +3440,30 @@ export {
|
|
|
3430
3440
|
/** @deprecated */
|
|
3431
3441
|
default as UserCog2Icon
|
|
3432
3442
|
} from '../icons/user-round-cog';
|
|
3433
|
-
// UserRoundMinus aliases
|
|
3434
|
-
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
3435
|
-
export {
|
|
3436
|
-
/** @deprecated */
|
|
3437
|
-
default as UserMinus2Icon
|
|
3438
|
-
} from '../icons/user-round-minus';
|
|
3439
|
-
// UserRoundX aliases
|
|
3440
|
-
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
3441
|
-
export {
|
|
3442
|
-
/** @deprecated */
|
|
3443
|
-
default as UserX2Icon
|
|
3444
|
-
} from '../icons/user-round-x';
|
|
3445
3443
|
// UserRoundPlus aliases
|
|
3446
3444
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
3447
3445
|
export {
|
|
3448
3446
|
/** @deprecated */
|
|
3449
3447
|
default as UserPlus2Icon
|
|
3450
3448
|
} from '../icons/user-round-plus';
|
|
3449
|
+
// UserRoundMinus aliases
|
|
3450
|
+
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
3451
|
+
export {
|
|
3452
|
+
/** @deprecated */
|
|
3453
|
+
default as UserMinus2Icon
|
|
3454
|
+
} from '../icons/user-round-minus';
|
|
3451
3455
|
// UserRound aliases
|
|
3452
3456
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
3453
3457
|
export {
|
|
3454
3458
|
/** @deprecated */
|
|
3455
3459
|
default as User2Icon
|
|
3456
3460
|
} from '../icons/user-round';
|
|
3461
|
+
// UserRoundX aliases
|
|
3462
|
+
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
3463
|
+
export {
|
|
3464
|
+
/** @deprecated */
|
|
3465
|
+
default as UserX2Icon
|
|
3466
|
+
} from '../icons/user-round-x';
|
|
3457
3467
|
// UsersRound aliases
|
|
3458
3468
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
3459
3469
|
export {
|
|
@@ -3466,16 +3476,16 @@ export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
|
3466
3476
|
// Utensils aliases
|
|
3467
3477
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3468
3478
|
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3469
|
-
// WandSparkles aliases
|
|
3470
|
-
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
3471
|
-
export {
|
|
3472
|
-
/** @deprecated */
|
|
3473
|
-
default as Wand2Icon
|
|
3474
|
-
} from '../icons/wand-sparkles';
|
|
3475
3479
|
// WalletMinimal aliases
|
|
3476
3480
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3477
3481
|
export {
|
|
3478
3482
|
/** @deprecated */
|
|
3479
3483
|
default as Wallet2Icon
|
|
3480
3484
|
} from '../icons/wallet-minimal';
|
|
3485
|
+
// WandSparkles aliases
|
|
3486
|
+
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
3487
|
+
export {
|
|
3488
|
+
/** @deprecated */
|
|
3489
|
+
default as Wand2Icon
|
|
3490
|
+
} from '../icons/wand-sparkles';
|
|
3481
3491
|
|