@lucide/astro 0.522.0 → 0.523.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 +18 -18
- package/src/aliases/prefixed.ts +404 -402
- package/src/aliases/suffixed.ts +779 -777
- package/src/icons/bottle-wine.ts +18 -0
- package/src/icons/index.ts +102 -101
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,15 +1,21 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
+
// Accessibility aliases
|
|
4
|
+
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
5
|
+
// AArrowUp aliases
|
|
6
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
7
|
+
// ALargeSmall aliases
|
|
8
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
3
9
|
// Activity aliases
|
|
4
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
5
11
|
// AirVent aliases
|
|
6
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
7
13
|
// Airplay aliases
|
|
8
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
9
|
-
// AlarmClock aliases
|
|
10
|
-
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
11
15
|
// AlarmClockOff aliases
|
|
12
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
|
+
// AlarmClock aliases
|
|
18
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
13
19
|
// AlarmSmoke aliases
|
|
14
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
15
21
|
// Album aliases
|
|
@@ -18,10 +24,10 @@ export { default as AlbumIcon } from '../icons/album';
|
|
|
18
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
19
25
|
// AlignCenterVertical aliases
|
|
20
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
21
|
-
// Accessibility aliases
|
|
22
|
-
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
23
27
|
// AlignCenter aliases
|
|
24
28
|
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
29
|
+
// AlignEndHorizontal aliases
|
|
30
|
+
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
25
31
|
// AlignEndVertical aliases
|
|
26
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
27
33
|
// AlignHorizontalDistributeCenter aliases
|
|
@@ -34,14 +40,14 @@ export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-ho
|
|
|
34
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
35
41
|
// AlignHorizontalJustifyEnd aliases
|
|
36
42
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
37
|
-
// AlignHorizontalSpaceAround aliases
|
|
38
|
-
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
39
43
|
// AlignHorizontalJustifyStart aliases
|
|
40
44
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
41
|
-
//
|
|
42
|
-
export { default as
|
|
45
|
+
// AlignHorizontalSpaceAround aliases
|
|
46
|
+
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
43
47
|
// AlignHorizontalSpaceBetween aliases
|
|
44
48
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
|
+
// AlignJustify aliases
|
|
50
|
+
export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
45
51
|
// AlignLeft aliases
|
|
46
52
|
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
47
53
|
// AlignRight aliases
|
|
@@ -50,20 +56,20 @@ export { default as AlignRightIcon } from '../icons/align-right';
|
|
|
50
56
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
51
57
|
// AlignStartVertical aliases
|
|
52
58
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
53
|
-
// AlignVerticalDistributeEnd aliases
|
|
54
|
-
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
|
-
// AlignVerticalJustifyCenter aliases
|
|
56
|
-
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
57
59
|
// AlignVerticalDistributeCenter aliases
|
|
58
60
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
61
|
+
// AlignVerticalDistributeEnd aliases
|
|
62
|
+
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
59
63
|
// AlignVerticalDistributeStart aliases
|
|
60
64
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
65
|
+
// AlignVerticalJustifyCenter aliases
|
|
66
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
61
67
|
// AlignVerticalJustifyEnd aliases
|
|
62
68
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
63
|
-
// AlignVerticalSpaceAround aliases
|
|
64
|
-
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
69
|
// AlignVerticalJustifyStart aliases
|
|
66
70
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
71
|
+
// AlignVerticalSpaceAround aliases
|
|
72
|
+
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
67
73
|
// AlignVerticalSpaceBetween aliases
|
|
68
74
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
69
75
|
// Ambulance aliases
|
|
@@ -74,18 +80,18 @@ export { default as AmpersandIcon } from '../icons/ampersand';
|
|
|
74
80
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
75
81
|
// Amphora aliases
|
|
76
82
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
77
|
-
// AlignEndHorizontal aliases
|
|
78
|
-
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
79
83
|
// Anchor aliases
|
|
80
84
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
81
85
|
// Angry aliases
|
|
82
86
|
export { default as AngryIcon } from '../icons/angry';
|
|
83
|
-
//
|
|
84
|
-
export { default as
|
|
87
|
+
// Annoyed aliases
|
|
88
|
+
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
85
89
|
// Anvil aliases
|
|
86
90
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
87
91
|
// Aperture aliases
|
|
88
92
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
93
|
+
// Antenna aliases
|
|
94
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
89
95
|
// AppWindowMac aliases
|
|
90
96
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
91
97
|
// AppWindow aliases
|
|
@@ -94,16 +100,16 @@ export { default as AppWindowIcon } from '../icons/app-window';
|
|
|
94
100
|
export { default as AppleIcon } from '../icons/apple';
|
|
95
101
|
// ArchiveRestore aliases
|
|
96
102
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
97
|
-
// Archive aliases
|
|
98
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
103
|
// ArchiveX aliases
|
|
100
104
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
101
|
-
//
|
|
102
|
-
export { default as
|
|
105
|
+
// Archive aliases
|
|
106
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
103
107
|
// Armchair aliases
|
|
104
108
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
105
109
|
// ArrowBigDownDash aliases
|
|
106
110
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
111
|
+
// ArrowBigDown aliases
|
|
112
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
107
113
|
// ArrowBigLeftDash aliases
|
|
108
114
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
109
115
|
// ArrowBigLeft aliases
|
|
@@ -118,16 +124,16 @@ export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
|
118
124
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
119
125
|
// ArrowDownFromLine aliases
|
|
120
126
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
121
|
-
// ArrowDownNarrowWide aliases
|
|
122
|
-
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
|
-
// ArrowDownRight aliases
|
|
124
|
-
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
|
-
// ArrowDownToLine aliases
|
|
126
|
-
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
127
127
|
// ArrowDownLeft aliases
|
|
128
128
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
129
|
+
// ArrowDownRight aliases
|
|
130
|
+
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
131
|
+
// ArrowDownNarrowWide aliases
|
|
132
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
129
133
|
// ArrowDownToDot aliases
|
|
130
134
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
135
|
+
// ArrowDownToLine aliases
|
|
136
|
+
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
131
137
|
// ArrowDownUp aliases
|
|
132
138
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
133
139
|
// ArrowDown aliases
|
|
@@ -138,10 +144,10 @@ export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line'
|
|
|
138
144
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
139
145
|
// ArrowLeftToLine aliases
|
|
140
146
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
141
|
-
// ArrowLeft aliases
|
|
142
|
-
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
143
147
|
// ArrowRightFromLine aliases
|
|
144
148
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
149
|
+
// ArrowLeft aliases
|
|
150
|
+
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
145
151
|
// ArrowRightLeft aliases
|
|
146
152
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
147
153
|
// ArrowRightToLine aliases
|
|
@@ -150,52 +156,52 @@ export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
|
150
156
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
151
157
|
// ArrowUpDown aliases
|
|
152
158
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
153
|
-
// ArrowUpFromDot aliases
|
|
154
|
-
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
155
159
|
// ArrowUpFromLine aliases
|
|
156
160
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
161
|
+
// ArrowUpFromDot aliases
|
|
162
|
+
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
157
163
|
// ArrowUpLeft aliases
|
|
158
164
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
159
165
|
// ArrowUpRight aliases
|
|
160
166
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
161
167
|
// ArrowUpToLine aliases
|
|
162
168
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
163
|
-
// ArrowUp aliases
|
|
164
|
-
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
169
|
// ArrowUpWideNarrow aliases
|
|
166
170
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
171
|
+
// ArrowUp aliases
|
|
172
|
+
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
167
173
|
// ArrowsUpFromLine aliases
|
|
168
174
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
169
175
|
// Asterisk aliases
|
|
170
176
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
171
|
-
// Atom aliases
|
|
172
|
-
export { default as AtomIcon } from '../icons/atom';
|
|
173
177
|
// AtSign aliases
|
|
174
178
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
179
|
+
// Atom aliases
|
|
180
|
+
export { default as AtomIcon } from '../icons/atom';
|
|
175
181
|
// AudioLines aliases
|
|
176
182
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
177
|
-
// AudioWaveform aliases
|
|
178
|
-
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
179
183
|
// Award aliases
|
|
180
184
|
export { default as AwardIcon } from '../icons/award';
|
|
185
|
+
// AudioWaveform aliases
|
|
186
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
181
187
|
// Axe aliases
|
|
182
188
|
export { default as AxeIcon } from '../icons/axe';
|
|
183
189
|
// Baby aliases
|
|
184
190
|
export { default as BabyIcon } from '../icons/baby';
|
|
185
191
|
// Backpack aliases
|
|
186
192
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
187
|
-
// BadgeCent aliases
|
|
188
|
-
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
189
|
-
// BadgeEuro aliases
|
|
190
|
-
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
191
193
|
// BadgeAlert aliases
|
|
192
194
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
195
|
+
// BadgeCent aliases
|
|
196
|
+
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
193
197
|
// BadgeDollarSign aliases
|
|
194
198
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
195
|
-
// BadgeIndianRupee aliases
|
|
196
|
-
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
197
199
|
// BadgeInfo aliases
|
|
198
200
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
201
|
+
// BadgeEuro aliases
|
|
202
|
+
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
203
|
+
// BadgeIndianRupee aliases
|
|
204
|
+
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
199
205
|
// BadgeJapaneseYen aliases
|
|
200
206
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
201
207
|
// BadgeMinus aliases
|
|
@@ -206,48 +212,46 @@ export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
|
206
212
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
207
213
|
// BadgePoundSterling aliases
|
|
208
214
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
209
|
-
// BadgeSwissFranc aliases
|
|
210
|
-
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
211
215
|
// BadgeRussianRuble aliases
|
|
212
216
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
213
|
-
//
|
|
214
|
-
export { default as
|
|
217
|
+
// BadgeSwissFranc aliases
|
|
218
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
215
219
|
// Badge aliases
|
|
216
220
|
export { default as BadgeIcon } from '../icons/badge';
|
|
221
|
+
// BadgeX aliases
|
|
222
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
217
223
|
// BaggageClaim aliases
|
|
218
224
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
219
225
|
// Ban aliases
|
|
220
226
|
export { default as BanIcon } from '../icons/ban';
|
|
221
|
-
// Banana aliases
|
|
222
|
-
export { default as BananaIcon } from '../icons/banana';
|
|
223
227
|
// Bandage aliases
|
|
224
228
|
export { default as BandageIcon } from '../icons/bandage';
|
|
229
|
+
// Banana aliases
|
|
230
|
+
export { default as BananaIcon } from '../icons/banana';
|
|
225
231
|
// BanknoteArrowDown aliases
|
|
226
232
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
227
233
|
// BanknoteArrowUp aliases
|
|
228
234
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
229
|
-
// BanknoteX aliases
|
|
230
|
-
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
231
235
|
// Banknote aliases
|
|
232
236
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
237
|
+
// BanknoteX aliases
|
|
238
|
+
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
233
239
|
// Barcode aliases
|
|
234
240
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
235
241
|
// Barrel aliases
|
|
236
242
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
237
|
-
// Bath aliases
|
|
238
|
-
export { default as BathIcon } from '../icons/bath';
|
|
239
243
|
// Baseline aliases
|
|
240
244
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
245
|
+
// Bath aliases
|
|
246
|
+
export { default as BathIcon } from '../icons/bath';
|
|
241
247
|
// BatteryCharging aliases
|
|
242
248
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
243
249
|
// BatteryFull aliases
|
|
244
250
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
245
|
-
// BatteryLow aliases
|
|
246
|
-
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
|
-
// Annoyed aliases
|
|
248
|
-
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
249
251
|
// BatteryMedium aliases
|
|
250
252
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
253
|
+
// BatteryLow aliases
|
|
254
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
251
255
|
// BatteryPlus aliases
|
|
252
256
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
253
257
|
// BatteryWarning aliases
|
|
@@ -258,30 +262,30 @@ export { default as BatteryIcon } from '../icons/battery';
|
|
|
258
262
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
259
263
|
// BeanOff aliases
|
|
260
264
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
261
|
-
// Bean aliases
|
|
262
|
-
export { default as BeanIcon } from '../icons/bean';
|
|
263
265
|
// BedDouble aliases
|
|
264
266
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
265
|
-
//
|
|
266
|
-
export { default as
|
|
267
|
+
// Bean aliases
|
|
268
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
267
269
|
// BedSingle aliases
|
|
268
270
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
271
|
+
// Bed aliases
|
|
272
|
+
export { default as BedIcon } from '../icons/bed';
|
|
269
273
|
// Beef aliases
|
|
270
274
|
export { default as BeefIcon } from '../icons/beef';
|
|
271
275
|
// BeerOff aliases
|
|
272
276
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
277
|
+
// Beer aliases
|
|
278
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
273
279
|
// BellDot aliases
|
|
274
280
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
275
281
|
// BellElectric aliases
|
|
276
282
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
277
|
-
// Beer aliases
|
|
278
|
-
export { default as BeerIcon } from '../icons/beer';
|
|
279
283
|
// BellMinus aliases
|
|
280
284
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
281
|
-
// BellOff aliases
|
|
282
|
-
export { default as BellOffIcon } from '../icons/bell-off';
|
|
283
285
|
// BellPlus aliases
|
|
284
286
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
287
|
+
// BellOff aliases
|
|
288
|
+
export { default as BellOffIcon } from '../icons/bell-off';
|
|
285
289
|
// BellRing aliases
|
|
286
290
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
287
291
|
// Bell aliases
|
|
@@ -292,12 +296,12 @@ export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end
|
|
|
292
296
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
293
297
|
// BicepsFlexed aliases
|
|
294
298
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
295
|
-
// Binary aliases
|
|
296
|
-
export { default as BinaryIcon } from '../icons/binary';
|
|
297
299
|
// Bike aliases
|
|
298
300
|
export { default as BikeIcon } from '../icons/bike';
|
|
299
301
|
// Binoculars aliases
|
|
300
302
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
303
|
+
// Binary aliases
|
|
304
|
+
export { default as BinaryIcon } from '../icons/binary';
|
|
301
305
|
// Biohazard aliases
|
|
302
306
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
303
307
|
// Bird aliases
|
|
@@ -308,60 +312,60 @@ export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
|
308
312
|
export { default as BlendIcon } from '../icons/blend';
|
|
309
313
|
// Blinds aliases
|
|
310
314
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
311
|
-
// BluetoothConnected aliases
|
|
312
|
-
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
313
315
|
// Blocks aliases
|
|
314
316
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
317
|
+
// BluetoothConnected aliases
|
|
318
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
315
319
|
// BluetoothOff aliases
|
|
316
320
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
317
|
-
// BluetoothSearching aliases
|
|
318
|
-
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
319
321
|
// Bluetooth aliases
|
|
320
322
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
|
+
// BluetoothSearching aliases
|
|
324
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
321
325
|
// Bold aliases
|
|
322
326
|
export { default as BoldIcon } from '../icons/bold';
|
|
323
327
|
// Bolt aliases
|
|
324
328
|
export { default as BoltIcon } from '../icons/bolt';
|
|
325
|
-
// Bomb aliases
|
|
326
|
-
export { default as BombIcon } from '../icons/bomb';
|
|
327
329
|
// Bone aliases
|
|
328
330
|
export { default as BoneIcon } from '../icons/bone';
|
|
331
|
+
// Bomb aliases
|
|
332
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
329
333
|
// BookA aliases
|
|
330
334
|
export { default as BookAIcon } from '../icons/book-a';
|
|
331
335
|
// BookAlert aliases
|
|
332
336
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
333
|
-
// BookCheck aliases
|
|
334
|
-
export { default as BookCheckIcon } from '../icons/book-check';
|
|
335
337
|
// BookAudio aliases
|
|
336
338
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
339
|
+
// BookCheck aliases
|
|
340
|
+
export { default as BookCheckIcon } from '../icons/book-check';
|
|
337
341
|
// BookCopy aliases
|
|
338
342
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
339
343
|
// BookDown aliases
|
|
340
344
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
341
|
-
// BookHeadphones aliases
|
|
342
|
-
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
343
345
|
// BookHeart aliases
|
|
344
346
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
345
347
|
// BookImage aliases
|
|
346
348
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
349
|
+
// BookHeadphones aliases
|
|
350
|
+
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
347
351
|
// BookKey aliases
|
|
348
352
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
349
353
|
// BookLock aliases
|
|
350
354
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
351
355
|
// BookMarked aliases
|
|
352
356
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
353
|
-
// BookOpenCheck aliases
|
|
354
|
-
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
355
357
|
// BookMinus aliases
|
|
356
358
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
357
|
-
//
|
|
358
|
-
export { default as
|
|
359
|
+
// BookOpenCheck aliases
|
|
360
|
+
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
359
361
|
// BookOpen aliases
|
|
360
362
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
361
|
-
//
|
|
362
|
-
export { default as
|
|
363
|
+
// BookOpenText aliases
|
|
364
|
+
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
363
365
|
// BookPlus aliases
|
|
364
366
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
367
|
+
// BookText aliases
|
|
368
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
365
369
|
// BookType aliases
|
|
366
370
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
367
371
|
// BookUp2 aliases
|
|
@@ -374,20 +378,22 @@ export { default as BookUserIcon } from '../icons/book-user';
|
|
|
374
378
|
export { default as BookXIcon } from '../icons/book-x';
|
|
375
379
|
// Book aliases
|
|
376
380
|
export { default as BookIcon } from '../icons/book';
|
|
377
|
-
// BookmarkMinus aliases
|
|
378
|
-
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
379
381
|
// BookmarkCheck aliases
|
|
380
382
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
381
|
-
//
|
|
382
|
-
export { default as
|
|
383
|
+
// BookmarkMinus aliases
|
|
384
|
+
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
383
385
|
// BookmarkPlus aliases
|
|
384
386
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
|
+
// BookmarkX aliases
|
|
388
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
385
389
|
// Bookmark aliases
|
|
386
390
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
387
391
|
// BoomBox aliases
|
|
388
392
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
389
393
|
// BotMessageSquare aliases
|
|
390
394
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
395
|
+
// BottleWine aliases
|
|
396
|
+
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
391
397
|
// BotOff aliases
|
|
392
398
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
393
399
|
// Bot aliases
|
|
@@ -402,10 +408,10 @@ export { default as BoxesIcon } from '../icons/boxes';
|
|
|
402
408
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
403
409
|
// Brackets aliases
|
|
404
410
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
405
|
-
// Brain aliases
|
|
406
|
-
export { default as BrainIcon } from '../icons/brain';
|
|
407
411
|
// BrainCog aliases
|
|
408
412
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
413
|
+
// Brain aliases
|
|
414
|
+
export { default as BrainIcon } from '../icons/brain';
|
|
409
415
|
// BrickWallFire aliases
|
|
410
416
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
411
417
|
// BrickWall aliases
|
|
@@ -432,22 +438,22 @@ export { default as BugOffIcon } from '../icons/bug-off';
|
|
|
432
438
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
433
439
|
// Bug aliases
|
|
434
440
|
export { default as BugIcon } from '../icons/bug';
|
|
435
|
-
// Building aliases
|
|
436
|
-
export { default as BuildingIcon } from '../icons/building';
|
|
437
441
|
// Building2 aliases
|
|
438
442
|
export { default as Building2Icon } from '../icons/building-2';
|
|
443
|
+
// Building aliases
|
|
444
|
+
export { default as BuildingIcon } from '../icons/building';
|
|
439
445
|
// BusFront aliases
|
|
440
446
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
441
|
-
// CableCar aliases
|
|
442
|
-
export { default as CableCarIcon } from '../icons/cable-car';
|
|
443
447
|
// Bus aliases
|
|
444
448
|
export { default as BusIcon } from '../icons/bus';
|
|
449
|
+
// CableCar aliases
|
|
450
|
+
export { default as CableCarIcon } from '../icons/cable-car';
|
|
445
451
|
// Cable aliases
|
|
446
452
|
export { default as CableIcon } from '../icons/cable';
|
|
447
|
-
// Cake aliases
|
|
448
|
-
export { default as CakeIcon } from '../icons/cake';
|
|
449
453
|
// CakeSlice aliases
|
|
450
454
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
455
|
+
// Cake aliases
|
|
456
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
451
457
|
// Calculator aliases
|
|
452
458
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
453
459
|
// Calendar1 aliases
|
|
@@ -458,20 +464,20 @@ export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
|
458
464
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
459
465
|
// CalendarCheck2 aliases
|
|
460
466
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
461
|
-
// CalendarCheck aliases
|
|
462
|
-
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
463
467
|
// CalendarClock aliases
|
|
464
468
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
469
|
+
// CalendarCheck aliases
|
|
470
|
+
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
465
471
|
// CalendarCog aliases
|
|
466
472
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
467
473
|
// CalendarDays aliases
|
|
468
474
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
469
475
|
// CalendarFold aliases
|
|
470
476
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
471
|
-
// CalendarHeart aliases
|
|
472
|
-
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
473
477
|
// CalendarMinus2 aliases
|
|
474
478
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
479
|
+
// CalendarHeart aliases
|
|
480
|
+
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
475
481
|
// CalendarOff aliases
|
|
476
482
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
477
483
|
// CalendarMinus aliases
|
|
@@ -480,42 +486,42 @@ export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
|
480
486
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
481
487
|
// CalendarPlus aliases
|
|
482
488
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
489
|
+
// CalendarRange aliases
|
|
490
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
483
491
|
// CalendarSearch aliases
|
|
484
492
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
485
493
|
// CalendarSync aliases
|
|
486
494
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
487
|
-
// CalendarRange aliases
|
|
488
|
-
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
489
|
-
// CalendarX aliases
|
|
490
|
-
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
491
495
|
// CalendarX2 aliases
|
|
492
496
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
497
|
+
// CalendarX aliases
|
|
498
|
+
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
493
499
|
// Calendar aliases
|
|
494
500
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
501
|
+
// Camera aliases
|
|
502
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
495
503
|
// CameraOff aliases
|
|
496
504
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
497
505
|
// CandyCane aliases
|
|
498
506
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
499
|
-
// Camera aliases
|
|
500
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
501
507
|
// CandyOff aliases
|
|
502
508
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
503
509
|
// Candy aliases
|
|
504
510
|
export { default as CandyIcon } from '../icons/candy';
|
|
511
|
+
// CaptionsOff aliases
|
|
512
|
+
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
505
513
|
// Cannabis aliases
|
|
506
514
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
507
515
|
// CarFront aliases
|
|
508
516
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
509
|
-
// CaptionsOff aliases
|
|
510
|
-
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
511
517
|
// CarTaxiFront aliases
|
|
512
518
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
513
519
|
// Car aliases
|
|
514
520
|
export { default as CarIcon } from '../icons/car';
|
|
515
|
-
// Caravan aliases
|
|
516
|
-
export { default as CaravanIcon } from '../icons/caravan';
|
|
517
521
|
// CardSim aliases
|
|
518
522
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
523
|
+
// Caravan aliases
|
|
524
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
519
525
|
// Carrot aliases
|
|
520
526
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
521
527
|
// CaseLower aliases
|
|
@@ -524,100 +530,96 @@ export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
|
524
530
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
525
531
|
// CaseUpper aliases
|
|
526
532
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
527
|
-
// CassetteTape aliases
|
|
528
|
-
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
529
533
|
// Cast aliases
|
|
530
534
|
export { default as CastIcon } from '../icons/cast';
|
|
531
535
|
// Castle aliases
|
|
532
536
|
export { default as CastleIcon } from '../icons/castle';
|
|
533
|
-
//
|
|
534
|
-
export { default as
|
|
537
|
+
// CassetteTape aliases
|
|
538
|
+
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
535
539
|
// Cat aliases
|
|
536
540
|
export { default as CatIcon } from '../icons/cat';
|
|
537
|
-
//
|
|
538
|
-
export { default as
|
|
541
|
+
// Cctv aliases
|
|
542
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
539
543
|
// ChartBarDecreasing aliases
|
|
540
544
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
541
545
|
// ChartBarStacked aliases
|
|
542
546
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
547
|
+
// ChartBarIncreasing aliases
|
|
548
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
543
549
|
// ChartColumnDecreasing aliases
|
|
544
550
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
545
|
-
// ChartGantt aliases
|
|
546
|
-
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
547
|
-
// ChartNetwork aliases
|
|
548
|
-
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
549
551
|
// ChartColumnStacked aliases
|
|
550
552
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
553
|
+
// ChartNetwork aliases
|
|
554
|
+
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
555
|
+
// ChartGantt aliases
|
|
556
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
551
557
|
// ChartNoAxesColumnDecreasing aliases
|
|
552
558
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
553
559
|
// ChartNoAxesCombined aliases
|
|
554
560
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
555
|
-
// ChartSpline aliases
|
|
556
|
-
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
557
561
|
// CheckCheck aliases
|
|
558
562
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
559
|
-
// CheckLine aliases
|
|
560
|
-
export { default as CheckLineIcon } from '../icons/check-line';
|
|
561
563
|
// Check aliases
|
|
562
564
|
export { default as CheckIcon } from '../icons/check';
|
|
565
|
+
// ChartSpline aliases
|
|
566
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
567
|
+
// CheckLine aliases
|
|
568
|
+
export { default as CheckLineIcon } from '../icons/check-line';
|
|
563
569
|
// ChefHat aliases
|
|
564
570
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
565
|
-
// Cherry aliases
|
|
566
|
-
export { default as CherryIcon } from '../icons/cherry';
|
|
567
571
|
// ChevronDown aliases
|
|
568
572
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
573
|
+
// Cherry aliases
|
|
574
|
+
export { default as CherryIcon } from '../icons/cherry';
|
|
569
575
|
// ChevronFirst aliases
|
|
570
576
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
571
577
|
// ChevronLast aliases
|
|
572
578
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
573
579
|
// ChevronLeft aliases
|
|
574
580
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
581
|
+
// ChevronUp aliases
|
|
582
|
+
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
575
583
|
// ChevronRight aliases
|
|
576
584
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
577
|
-
// ChevronsDownUp aliases
|
|
578
|
-
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
579
585
|
// ChevronsDown aliases
|
|
580
586
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
581
|
-
//
|
|
582
|
-
export { default as
|
|
587
|
+
// ChevronsDownUp aliases
|
|
588
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
583
589
|
// ChevronsLeftRightEllipsis aliases
|
|
584
590
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
585
591
|
// ChevronsLeftRight aliases
|
|
586
592
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
587
|
-
// ChevronsRightLeft aliases
|
|
588
|
-
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
589
593
|
// ChevronsLeft aliases
|
|
590
594
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
591
|
-
//
|
|
592
|
-
export { default as
|
|
595
|
+
// ChevronsRightLeft aliases
|
|
596
|
+
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
593
597
|
// ChevronsRight aliases
|
|
594
598
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
599
|
+
// ChevronsUpDown aliases
|
|
600
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
595
601
|
// ChevronsUp aliases
|
|
596
602
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
597
|
-
// ALargeSmall aliases
|
|
598
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
599
603
|
// Chrome aliases
|
|
600
604
|
export { default as ChromeIcon } from '../icons/chrome';
|
|
601
|
-
// AArrowUp aliases
|
|
602
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
603
605
|
// Church aliases
|
|
604
606
|
export { default as ChurchIcon } from '../icons/church';
|
|
605
607
|
// CigaretteOff aliases
|
|
606
608
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
607
|
-
// Cigarette aliases
|
|
608
|
-
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
609
609
|
// CircleDashed aliases
|
|
610
610
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
611
|
+
// Cigarette aliases
|
|
612
|
+
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
611
613
|
// CircleDollarSign aliases
|
|
612
614
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
613
|
-
// CircleEllipsis aliases
|
|
614
|
-
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
615
615
|
// CircleDotDashed aliases
|
|
616
616
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
617
|
-
//
|
|
618
|
-
export { default as
|
|
617
|
+
// CircleEllipsis aliases
|
|
618
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
619
619
|
// CircleDot aliases
|
|
620
620
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
621
|
+
// CircleEqual aliases
|
|
622
|
+
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
621
623
|
// CircleFadingArrowUp aliases
|
|
622
624
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
623
625
|
// CircleFadingPlus aliases
|
|
@@ -630,22 +632,22 @@ export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterli
|
|
|
630
632
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
631
633
|
// CircleSlash aliases
|
|
632
634
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
633
|
-
// CircuitBoard aliases
|
|
634
|
-
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
635
635
|
// Circle aliases
|
|
636
636
|
export { default as CircleIcon } from '../icons/circle';
|
|
637
|
+
// CircuitBoard aliases
|
|
638
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
637
639
|
// Citrus aliases
|
|
638
640
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
639
|
-
// ClipboardCheck aliases
|
|
640
|
-
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
641
|
-
// Clapperboard aliases
|
|
642
|
-
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
643
641
|
// ClipboardCopy aliases
|
|
644
642
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
645
|
-
//
|
|
646
|
-
export { default as
|
|
643
|
+
// Clapperboard aliases
|
|
644
|
+
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
645
|
+
// ClipboardCheck aliases
|
|
646
|
+
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
647
647
|
// ClipboardList aliases
|
|
648
648
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
649
|
+
// ClipboardMinus aliases
|
|
650
|
+
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
649
651
|
// ClipboardPaste aliases
|
|
650
652
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
651
653
|
// ClipboardPlus aliases
|
|
@@ -658,12 +660,12 @@ export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
|
658
660
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
659
661
|
// Clock1 aliases
|
|
660
662
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
661
|
-
// Clock11 aliases
|
|
662
|
-
export { default as Clock11Icon } from '../icons/clock-11';
|
|
663
663
|
// Clock10 aliases
|
|
664
664
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
665
665
|
// Clock12 aliases
|
|
666
666
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
667
|
+
// Clock11 aliases
|
|
668
|
+
export { default as Clock11Icon } from '../icons/clock-11';
|
|
667
669
|
// Clock2 aliases
|
|
668
670
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
669
671
|
// Clock3 aliases
|
|
@@ -682,64 +684,64 @@ export { default as Clock8Icon } from '../icons/clock-8';
|
|
|
682
684
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
683
685
|
// ClockAlert aliases
|
|
684
686
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
685
|
-
// ClockArrowDown aliases
|
|
686
|
-
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
687
687
|
// ClockArrowUp aliases
|
|
688
688
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
689
|
+
// ClockArrowDown aliases
|
|
690
|
+
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
689
691
|
// ClockFading aliases
|
|
690
692
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
691
693
|
// ClockPlus aliases
|
|
692
694
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
693
695
|
// Clock aliases
|
|
694
696
|
export { default as ClockIcon } from '../icons/clock';
|
|
695
|
-
// CloudAlert aliases
|
|
696
|
-
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
697
|
-
// CloudDrizzle aliases
|
|
698
|
-
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
699
697
|
// CloudCheck aliases
|
|
700
698
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
699
|
+
// CloudAlert aliases
|
|
700
|
+
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
701
701
|
// CloudCog aliases
|
|
702
702
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
703
|
+
// CloudDrizzle aliases
|
|
704
|
+
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
703
705
|
// CloudFog aliases
|
|
704
706
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
705
707
|
// CloudHail aliases
|
|
706
708
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
707
709
|
// CloudLightning aliases
|
|
708
710
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
711
|
+
// CloudMoonRain aliases
|
|
712
|
+
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
709
713
|
// CloudMoon aliases
|
|
710
714
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
711
715
|
// CloudOff aliases
|
|
712
716
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
713
|
-
// CloudMoonRain aliases
|
|
714
|
-
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
715
|
-
// CloudRain aliases
|
|
716
|
-
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
717
717
|
// CloudRainWind aliases
|
|
718
718
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
719
719
|
// CloudSnow aliases
|
|
720
720
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
721
|
+
// CloudRain aliases
|
|
722
|
+
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
721
723
|
// CloudSunRain aliases
|
|
722
724
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
723
725
|
// CloudSun aliases
|
|
724
726
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
725
|
-
// Cloud aliases
|
|
726
|
-
export { default as CloudIcon } from '../icons/cloud';
|
|
727
727
|
// Cloudy aliases
|
|
728
728
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
729
|
-
//
|
|
730
|
-
export { default as
|
|
729
|
+
// Cloud aliases
|
|
730
|
+
export { default as CloudIcon } from '../icons/cloud';
|
|
731
731
|
// Club aliases
|
|
732
732
|
export { default as ClubIcon } from '../icons/club';
|
|
733
|
+
// Clover aliases
|
|
734
|
+
export { default as CloverIcon } from '../icons/clover';
|
|
733
735
|
// Code aliases
|
|
734
736
|
export { default as CodeIcon } from '../icons/code';
|
|
735
|
-
// Codesandbox aliases
|
|
736
|
-
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
737
737
|
// Codepen aliases
|
|
738
738
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
739
|
-
//
|
|
740
|
-
export { default as
|
|
739
|
+
// Codesandbox aliases
|
|
740
|
+
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
741
741
|
// Coffee aliases
|
|
742
742
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
743
|
+
// Cog aliases
|
|
744
|
+
export { default as CogIcon } from '../icons/cog';
|
|
743
745
|
// Coins aliases
|
|
744
746
|
export { default as CoinsIcon } from '../icons/coins';
|
|
745
747
|
// Columns4 aliases
|
|
@@ -754,22 +756,22 @@ export { default as CompassIcon } from '../icons/compass';
|
|
|
754
756
|
export { default as ComponentIcon } from '../icons/component';
|
|
755
757
|
// Computer aliases
|
|
756
758
|
export { default as ComputerIcon } from '../icons/computer';
|
|
757
|
-
// ConciergeBell aliases
|
|
758
|
-
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
759
759
|
// Cone aliases
|
|
760
760
|
export { default as ConeIcon } from '../icons/cone';
|
|
761
|
+
// ConciergeBell aliases
|
|
762
|
+
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
763
|
+
// Contact aliases
|
|
764
|
+
export { default as ContactIcon } from '../icons/contact';
|
|
761
765
|
// Construction aliases
|
|
762
766
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
763
767
|
// Container aliases
|
|
764
768
|
export { default as ContainerIcon } from '../icons/container';
|
|
765
|
-
// Contact aliases
|
|
766
|
-
export { default as ContactIcon } from '../icons/contact';
|
|
767
769
|
// Contrast aliases
|
|
768
770
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
769
|
-
// CookingPot aliases
|
|
770
|
-
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
771
771
|
// Cookie aliases
|
|
772
772
|
export { default as CookieIcon } from '../icons/cookie';
|
|
773
|
+
// CookingPot aliases
|
|
774
|
+
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
773
775
|
// CopyCheck aliases
|
|
774
776
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
775
777
|
// CopyMinus aliases
|
|
@@ -810,22 +812,22 @@ export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
|
810
812
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
811
813
|
// Crop aliases
|
|
812
814
|
export { default as CropIcon } from '../icons/crop';
|
|
813
|
-
// Croissant aliases
|
|
814
|
-
export { default as CroissantIcon } from '../icons/croissant';
|
|
815
815
|
// Cross aliases
|
|
816
816
|
export { default as CrossIcon } from '../icons/cross';
|
|
817
|
-
//
|
|
818
|
-
export { default as
|
|
819
|
-
// Cuboid aliases
|
|
820
|
-
export { default as CuboidIcon } from '../icons/cuboid';
|
|
817
|
+
// Croissant aliases
|
|
818
|
+
export { default as CroissantIcon } from '../icons/croissant';
|
|
821
819
|
// Crosshair aliases
|
|
822
820
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
821
|
+
// Cuboid aliases
|
|
822
|
+
export { default as CuboidIcon } from '../icons/cuboid';
|
|
823
823
|
// CupSoda aliases
|
|
824
824
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
825
825
|
// Currency aliases
|
|
826
826
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
827
827
|
// Cylinder aliases
|
|
828
828
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
829
|
+
// Crown aliases
|
|
830
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
829
831
|
// Dam aliases
|
|
830
832
|
export { default as DamIcon } from '../icons/dam';
|
|
831
833
|
// DatabaseBackup aliases
|
|
@@ -842,58 +844,58 @@ export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right
|
|
|
842
844
|
export { default as DeleteIcon } from '../icons/delete';
|
|
843
845
|
// Diameter aliases
|
|
844
846
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
845
|
-
// DiamondMinus aliases
|
|
846
|
-
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
847
847
|
// Dessert aliases
|
|
848
848
|
export { default as DessertIcon } from '../icons/dessert';
|
|
849
849
|
// DiamondPlus aliases
|
|
850
850
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
851
|
+
// DiamondMinus aliases
|
|
852
|
+
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
851
853
|
// Diamond aliases
|
|
852
854
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
853
|
-
// Dice1 aliases
|
|
854
|
-
export { default as Dice1Icon } from '../icons/dice-1';
|
|
855
855
|
// Dice2 aliases
|
|
856
856
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
857
|
+
// Dice1 aliases
|
|
858
|
+
export { default as Dice1Icon } from '../icons/dice-1';
|
|
857
859
|
// Dice3 aliases
|
|
858
860
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
861
|
+
// Dice4 aliases
|
|
862
|
+
export { default as Dice4Icon } from '../icons/dice-4';
|
|
859
863
|
// Dice5 aliases
|
|
860
864
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
861
865
|
// Dice6 aliases
|
|
862
866
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
863
|
-
// Dice4 aliases
|
|
864
|
-
export { default as Dice4Icon } from '../icons/dice-4';
|
|
865
|
-
// Diff aliases
|
|
866
|
-
export { default as DiffIcon } from '../icons/diff';
|
|
867
867
|
// Dices aliases
|
|
868
868
|
export { default as DicesIcon } from '../icons/dices';
|
|
869
869
|
// Disc2 aliases
|
|
870
870
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
871
|
+
// Diff aliases
|
|
872
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
871
873
|
// Disc3 aliases
|
|
872
874
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
873
|
-
// DiscAlbum aliases
|
|
874
|
-
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
875
875
|
// Disc aliases
|
|
876
876
|
export { default as DiscIcon } from '../icons/disc';
|
|
877
|
-
// DnaOff aliases
|
|
878
|
-
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
879
877
|
// Divide aliases
|
|
880
878
|
export { default as DivideIcon } from '../icons/divide';
|
|
879
|
+
// DiscAlbum aliases
|
|
880
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
881
|
+
// DnaOff aliases
|
|
882
|
+
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
881
883
|
// Dna aliases
|
|
882
884
|
export { default as DnaIcon } from '../icons/dna';
|
|
883
885
|
// Dock aliases
|
|
884
886
|
export { default as DockIcon } from '../icons/dock';
|
|
885
887
|
// Dog aliases
|
|
886
888
|
export { default as DogIcon } from '../icons/dog';
|
|
887
|
-
// Donut aliases
|
|
888
|
-
export { default as DonutIcon } from '../icons/donut';
|
|
889
889
|
// DollarSign aliases
|
|
890
890
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
891
|
+
// Donut aliases
|
|
892
|
+
export { default as DonutIcon } from '../icons/donut';
|
|
891
893
|
// DoorClosedLocked aliases
|
|
892
894
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
893
|
-
// DoorClosed aliases
|
|
894
|
-
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
895
895
|
// DoorOpen aliases
|
|
896
896
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
897
|
+
// DoorClosed aliases
|
|
898
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
897
899
|
// Dot aliases
|
|
898
900
|
export { default as DotIcon } from '../icons/dot';
|
|
899
901
|
// Download aliases
|
|
@@ -904,28 +906,28 @@ export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
|
904
906
|
export { default as DramaIcon } from '../icons/drama';
|
|
905
907
|
// Dribbble aliases
|
|
906
908
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
907
|
-
// Drill aliases
|
|
908
|
-
export { default as DrillIcon } from '../icons/drill';
|
|
909
909
|
// Drone aliases
|
|
910
910
|
export { default as DroneIcon } from '../icons/drone';
|
|
911
|
+
// DropletOff aliases
|
|
912
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
913
|
+
// Drill aliases
|
|
914
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
911
915
|
// Droplet aliases
|
|
912
916
|
export { default as DropletIcon } from '../icons/droplet';
|
|
913
917
|
// Droplets aliases
|
|
914
918
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
915
|
-
// DropletOff aliases
|
|
916
|
-
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
917
|
-
// Drumstick aliases
|
|
918
|
-
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
919
919
|
// Drum aliases
|
|
920
920
|
export { default as DrumIcon } from '../icons/drum';
|
|
921
|
-
// Dumbbell aliases
|
|
922
|
-
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
923
921
|
// EarOff aliases
|
|
924
922
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
925
|
-
//
|
|
926
|
-
export { default as
|
|
923
|
+
// Drumstick aliases
|
|
924
|
+
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
925
|
+
// Dumbbell aliases
|
|
926
|
+
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
927
927
|
// Ear aliases
|
|
928
928
|
export { default as EarIcon } from '../icons/ear';
|
|
929
|
+
// EarthLock aliases
|
|
930
|
+
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
929
931
|
// Eclipse aliases
|
|
930
932
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
931
933
|
// EggFried aliases
|
|
@@ -938,36 +940,36 @@ export { default as EggIcon } from '../icons/egg';
|
|
|
938
940
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
939
941
|
// EqualNot aliases
|
|
940
942
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
941
|
-
// Equal aliases
|
|
942
|
-
export { default as EqualIcon } from '../icons/equal';
|
|
943
943
|
// Eraser aliases
|
|
944
944
|
export { default as EraserIcon } from '../icons/eraser';
|
|
945
945
|
// EthernetPort aliases
|
|
946
946
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
947
|
-
//
|
|
948
|
-
export { default as
|
|
947
|
+
// Equal aliases
|
|
948
|
+
export { default as EqualIcon } from '../icons/equal';
|
|
949
949
|
// Euro aliases
|
|
950
950
|
export { default as EuroIcon } from '../icons/euro';
|
|
951
951
|
// ExternalLink aliases
|
|
952
952
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
953
953
|
// EyeClosed aliases
|
|
954
954
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
955
|
+
// Expand aliases
|
|
956
|
+
export { default as ExpandIcon } from '../icons/expand';
|
|
955
957
|
// EyeOff aliases
|
|
956
958
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
957
959
|
// Facebook aliases
|
|
958
960
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
959
961
|
// Eye aliases
|
|
960
962
|
export { default as EyeIcon } from '../icons/eye';
|
|
961
|
-
// Factory aliases
|
|
962
|
-
export { default as FactoryIcon } from '../icons/factory';
|
|
963
963
|
// Fan aliases
|
|
964
964
|
export { default as FanIcon } from '../icons/fan';
|
|
965
|
+
// Factory aliases
|
|
966
|
+
export { default as FactoryIcon } from '../icons/factory';
|
|
967
|
+
// Feather aliases
|
|
968
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
965
969
|
// FastForward aliases
|
|
966
970
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
967
971
|
// Fence aliases
|
|
968
972
|
export { default as FenceIcon } from '../icons/fence';
|
|
969
|
-
// Feather aliases
|
|
970
|
-
export { default as FeatherIcon } from '../icons/feather';
|
|
971
973
|
// FerrisWheel aliases
|
|
972
974
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
973
975
|
// Figma aliases
|
|
@@ -976,12 +978,12 @@ export { default as FigmaIcon } from '../icons/figma';
|
|
|
976
978
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
977
979
|
// FileAudio2 aliases
|
|
978
980
|
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
979
|
-
// FileAudio aliases
|
|
980
|
-
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
981
981
|
// FileBadge2 aliases
|
|
982
982
|
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
983
983
|
// FileBadge aliases
|
|
984
984
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
985
|
+
// FileAudio aliases
|
|
986
|
+
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
985
987
|
// FileBox aliases
|
|
986
988
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
987
989
|
// FileCheck2 aliases
|
|
@@ -996,14 +998,14 @@ export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
|
996
998
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
997
999
|
// FileDiff aliases
|
|
998
1000
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
999
|
-
// FileDown aliases
|
|
1000
|
-
export { default as FileDownIcon } from '../icons/file-down';
|
|
1001
1001
|
// FileDigit aliases
|
|
1002
1002
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1003
|
-
//
|
|
1004
|
-
export { default as
|
|
1003
|
+
// FileDown aliases
|
|
1004
|
+
export { default as FileDownIcon } from '../icons/file-down';
|
|
1005
1005
|
// FileHeart aliases
|
|
1006
1006
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1007
|
+
// FileImage aliases
|
|
1008
|
+
export { default as FileImageIcon } from '../icons/file-image';
|
|
1007
1009
|
// FileInput aliases
|
|
1008
1010
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1009
1011
|
// FileJson2 aliases
|
|
@@ -1012,16 +1014,16 @@ export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
|
1012
1014
|
export { default as FileJsonIcon } from '../icons/file-json';
|
|
1013
1015
|
// FileKey2 aliases
|
|
1014
1016
|
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1015
|
-
// FileLock2 aliases
|
|
1016
|
-
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1017
1017
|
// FileKey aliases
|
|
1018
1018
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1019
|
+
// FileLock2 aliases
|
|
1020
|
+
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1019
1021
|
// FileLock aliases
|
|
1020
1022
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1021
|
-
// FileMinus aliases
|
|
1022
|
-
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1023
1023
|
// FileMinus2 aliases
|
|
1024
1024
|
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1025
|
+
// FileMinus aliases
|
|
1026
|
+
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1025
1027
|
// FileMusic aliases
|
|
1026
1028
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1027
1029
|
// FileOutput aliases
|
|
@@ -1032,32 +1034,32 @@ export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
|
1032
1034
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1033
1035
|
// FileScan aliases
|
|
1034
1036
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1035
|
-
// FileSliders aliases
|
|
1036
|
-
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1037
1037
|
// FileSearch2 aliases
|
|
1038
1038
|
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1039
1039
|
// FileSearch aliases
|
|
1040
1040
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1041
|
-
//
|
|
1042
|
-
export { default as
|
|
1041
|
+
// FileSliders aliases
|
|
1042
|
+
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1043
1043
|
// FileSpreadsheet aliases
|
|
1044
1044
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1045
|
+
// FileStack aliases
|
|
1046
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1045
1047
|
// FileSymlink aliases
|
|
1046
1048
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1047
1049
|
// FileTerminal aliases
|
|
1048
1050
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1049
|
-
// FileType2 aliases
|
|
1050
|
-
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1051
1051
|
// FileText aliases
|
|
1052
1052
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1053
|
-
//
|
|
1054
|
-
export { default as
|
|
1053
|
+
// FileType2 aliases
|
|
1054
|
+
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1055
1055
|
// FileUp aliases
|
|
1056
1056
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1057
|
-
//
|
|
1058
|
-
export { default as
|
|
1057
|
+
// FileType aliases
|
|
1058
|
+
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1059
1059
|
// FileVideo2 aliases
|
|
1060
1060
|
export { default as FileVideo2Icon } from '../icons/file-video-2';
|
|
1061
|
+
// FileUser aliases
|
|
1062
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1061
1063
|
// FileVideo aliases
|
|
1062
1064
|
export { default as FileVideoIcon } from '../icons/file-video';
|
|
1063
1065
|
// FileVolume2 aliases
|
|
@@ -1068,10 +1070,10 @@ export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
|
1068
1070
|
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1069
1071
|
// FileX2 aliases
|
|
1070
1072
|
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1071
|
-
// FileX aliases
|
|
1072
|
-
export { default as FileXIcon } from '../icons/file-x';
|
|
1073
1073
|
// File aliases
|
|
1074
1074
|
export { default as FileIcon } from '../icons/file';
|
|
1075
|
+
// FileX aliases
|
|
1076
|
+
export { default as FileXIcon } from '../icons/file-x';
|
|
1075
1077
|
// Files aliases
|
|
1076
1078
|
export { default as FilesIcon } from '../icons/files';
|
|
1077
1079
|
// Film aliases
|
|
@@ -1082,14 +1084,14 @@ export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
|
1082
1084
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1083
1085
|
// FishOff aliases
|
|
1084
1086
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1085
|
-
// Fish aliases
|
|
1086
|
-
export { default as FishIcon } from '../icons/fish';
|
|
1087
1087
|
// FishSymbol aliases
|
|
1088
1088
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1089
|
-
//
|
|
1090
|
-
export { default as
|
|
1089
|
+
// Fish aliases
|
|
1090
|
+
export { default as FishIcon } from '../icons/fish';
|
|
1091
1091
|
// FlagOff aliases
|
|
1092
1092
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1093
|
+
// FlagTriangleLeft aliases
|
|
1094
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1093
1095
|
// FlagTriangleRight aliases
|
|
1094
1096
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1095
1097
|
// Flag aliases
|
|
@@ -1098,26 +1100,26 @@ export { default as FlagIcon } from '../icons/flag';
|
|
|
1098
1100
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1099
1101
|
// Flame aliases
|
|
1100
1102
|
export { default as FlameIcon } from '../icons/flame';
|
|
1101
|
-
// Flashlight aliases
|
|
1102
|
-
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1103
1103
|
// FlashlightOff aliases
|
|
1104
1104
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1105
|
-
//
|
|
1106
|
-
export { default as
|
|
1107
|
-
// FlaskConical aliases
|
|
1108
|
-
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1105
|
+
// Flashlight aliases
|
|
1106
|
+
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1109
1107
|
// FlaskConicalOff aliases
|
|
1110
1108
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1111
|
-
//
|
|
1112
|
-
export { default as
|
|
1109
|
+
// FlaskConical aliases
|
|
1110
|
+
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1111
|
+
// FlaskRound aliases
|
|
1112
|
+
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1113
1113
|
// FlipHorizontal aliases
|
|
1114
1114
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1115
|
+
// FlipHorizontal2 aliases
|
|
1116
|
+
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1115
1117
|
// FlipVertical2 aliases
|
|
1116
1118
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1117
|
-
// Flower2 aliases
|
|
1118
|
-
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1119
1119
|
// FlipVertical aliases
|
|
1120
1120
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1121
|
+
// Flower2 aliases
|
|
1122
|
+
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1121
1123
|
// Flower aliases
|
|
1122
1124
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1123
1125
|
// Focus aliases
|
|
@@ -1126,38 +1128,38 @@ export { default as FocusIcon } from '../icons/focus';
|
|
|
1126
1128
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1127
1129
|
// FoldVertical aliases
|
|
1128
1130
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1129
|
-
// FolderArchive aliases
|
|
1130
|
-
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1131
1131
|
// FolderCheck aliases
|
|
1132
1132
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1133
|
-
//
|
|
1134
|
-
export { default as
|
|
1133
|
+
// FolderArchive aliases
|
|
1134
|
+
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1135
|
+
// FolderClock aliases
|
|
1136
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1135
1137
|
// FolderCode aliases
|
|
1136
1138
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1139
|
+
// FolderClosed aliases
|
|
1140
|
+
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1137
1141
|
// FolderDot aliases
|
|
1138
1142
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1139
|
-
// FolderClock aliases
|
|
1140
|
-
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1141
|
-
// FolderGit2 aliases
|
|
1142
|
-
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1143
1143
|
// FolderDown aliases
|
|
1144
1144
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1145
|
+
// FolderGit2 aliases
|
|
1146
|
+
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1147
|
+
// FolderGit aliases
|
|
1148
|
+
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1145
1149
|
// FolderHeart aliases
|
|
1146
1150
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1147
1151
|
// FolderInput aliases
|
|
1148
1152
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1149
|
-
// FolderGit aliases
|
|
1150
|
-
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1151
1153
|
// FolderKanban aliases
|
|
1152
1154
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1153
1155
|
// FolderKey aliases
|
|
1154
1156
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1155
1157
|
// FolderLock aliases
|
|
1156
1158
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1157
|
-
// FolderMinus aliases
|
|
1158
|
-
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1159
1159
|
// FolderOpenDot aliases
|
|
1160
1160
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1161
|
+
// FolderMinus aliases
|
|
1162
|
+
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1161
1163
|
// FolderOpen aliases
|
|
1162
1164
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1163
1165
|
// FolderOutput aliases
|
|
@@ -1166,10 +1168,10 @@ export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
|
1166
1168
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1167
1169
|
// FolderRoot aliases
|
|
1168
1170
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1169
|
-
// FolderSearch2 aliases
|
|
1170
|
-
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1171
1171
|
// FolderSearch aliases
|
|
1172
1172
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1173
|
+
// FolderSearch2 aliases
|
|
1174
|
+
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1173
1175
|
// FolderSymlink aliases
|
|
1174
1176
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1175
1177
|
// FolderSync aliases
|
|
@@ -1184,12 +1186,12 @@ export { default as FolderXIcon } from '../icons/folder-x';
|
|
|
1184
1186
|
export { default as FolderIcon } from '../icons/folder';
|
|
1185
1187
|
// Folders aliases
|
|
1186
1188
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1187
|
-
// Footprints aliases
|
|
1188
|
-
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1189
1189
|
// Forklift aliases
|
|
1190
1190
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1191
1191
|
// Forward aliases
|
|
1192
1192
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1193
|
+
// Footprints aliases
|
|
1194
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1193
1195
|
// Frame aliases
|
|
1194
1196
|
export { default as FrameIcon } from '../icons/frame';
|
|
1195
1197
|
// Framer aliases
|
|
@@ -1210,22 +1212,22 @@ export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
|
1210
1212
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1211
1213
|
// GalleryVertical aliases
|
|
1212
1214
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1213
|
-
// Gamepad2 aliases
|
|
1214
|
-
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1215
1215
|
// GalleryVerticalEnd aliases
|
|
1216
1216
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1217
|
-
//
|
|
1218
|
-
export { default as
|
|
1219
|
-
// Gauge aliases
|
|
1220
|
-
export { default as GaugeIcon } from '../icons/gauge';
|
|
1217
|
+
// Gamepad2 aliases
|
|
1218
|
+
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1221
1219
|
// Gavel aliases
|
|
1222
1220
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1221
|
+
// Gamepad aliases
|
|
1222
|
+
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1223
1223
|
// Gem aliases
|
|
1224
1224
|
export { default as GemIcon } from '../icons/gem';
|
|
1225
|
-
//
|
|
1226
|
-
export { default as
|
|
1225
|
+
// Gauge aliases
|
|
1226
|
+
export { default as GaugeIcon } from '../icons/gauge';
|
|
1227
1227
|
// GeorgianLari aliases
|
|
1228
1228
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1229
|
+
// Ghost aliases
|
|
1230
|
+
export { default as GhostIcon } from '../icons/ghost';
|
|
1229
1231
|
// Gift aliases
|
|
1230
1232
|
export { default as GiftIcon } from '../icons/gift';
|
|
1231
1233
|
// GitBranchPlus aliases
|
|
@@ -1234,22 +1236,22 @@ export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
|
1234
1236
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1235
1237
|
// GitCommitVertical aliases
|
|
1236
1238
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1237
|
-
// GitCompare aliases
|
|
1238
|
-
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1239
1239
|
// GitCompareArrows aliases
|
|
1240
1240
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1241
|
-
//
|
|
1242
|
-
export { default as
|
|
1241
|
+
// GitCompare aliases
|
|
1242
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1243
1243
|
// GitMerge aliases
|
|
1244
1244
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1245
|
+
// GitFork aliases
|
|
1246
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1245
1247
|
// GitGraph aliases
|
|
1246
1248
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1247
1249
|
// GitPullRequestArrow aliases
|
|
1248
1250
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1249
|
-
// GitPullRequestCreateArrow aliases
|
|
1250
|
-
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1251
1251
|
// GitPullRequestClosed aliases
|
|
1252
1252
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1253
|
+
// GitPullRequestCreateArrow aliases
|
|
1254
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1253
1255
|
// GitPullRequestCreate aliases
|
|
1254
1256
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1255
1257
|
// GitPullRequestDraft aliases
|
|
@@ -1260,28 +1262,28 @@ export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
|
1260
1262
|
export { default as GithubIcon } from '../icons/github';
|
|
1261
1263
|
// Gitlab aliases
|
|
1262
1264
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1263
|
-
// Glasses aliases
|
|
1264
|
-
export { default as GlassesIcon } from '../icons/glasses';
|
|
1265
1265
|
// GlassWater aliases
|
|
1266
1266
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1267
|
+
// Glasses aliases
|
|
1268
|
+
export { default as GlassesIcon } from '../icons/glasses';
|
|
1267
1269
|
// GlobeLock aliases
|
|
1268
1270
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1269
1271
|
// Globe aliases
|
|
1270
1272
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1271
1273
|
// Goal aliases
|
|
1272
1274
|
export { default as GoalIcon } from '../icons/goal';
|
|
1273
|
-
// Grab aliases
|
|
1274
|
-
export { default as GrabIcon } from '../icons/grab';
|
|
1275
1275
|
// Gpu aliases
|
|
1276
1276
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1277
|
-
//
|
|
1278
|
-
export { default as
|
|
1277
|
+
// Grab aliases
|
|
1278
|
+
export { default as GrabIcon } from '../icons/grab';
|
|
1279
1279
|
// Grape aliases
|
|
1280
1280
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1281
|
-
//
|
|
1282
|
-
export { default as
|
|
1281
|
+
// GraduationCap aliases
|
|
1282
|
+
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1283
1283
|
// Grid3x2 aliases
|
|
1284
1284
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1285
|
+
// GripHorizontal aliases
|
|
1286
|
+
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1285
1287
|
// GripVertical aliases
|
|
1286
1288
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1287
1289
|
// Grip aliases
|
|
@@ -1290,12 +1292,12 @@ export { default as GripIcon } from '../icons/grip';
|
|
|
1290
1292
|
export { default as GroupIcon } from '../icons/group';
|
|
1291
1293
|
// Guitar aliases
|
|
1292
1294
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1293
|
-
// Ham aliases
|
|
1294
|
-
export { default as HamIcon } from '../icons/ham';
|
|
1295
|
-
// Hammer aliases
|
|
1296
|
-
export { default as HammerIcon } from '../icons/hammer';
|
|
1297
1295
|
// Hamburger aliases
|
|
1298
1296
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1297
|
+
// Hammer aliases
|
|
1298
|
+
export { default as HammerIcon } from '../icons/hammer';
|
|
1299
|
+
// Ham aliases
|
|
1300
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1299
1301
|
// HandCoins aliases
|
|
1300
1302
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1301
1303
|
// HandHeart aliases
|
|
@@ -1306,22 +1308,22 @@ export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
|
1306
1308
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1307
1309
|
// Hand aliases
|
|
1308
1310
|
export { default as HandIcon } from '../icons/hand';
|
|
1309
|
-
// HardDriveDownload aliases
|
|
1310
|
-
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1311
1311
|
// Handshake aliases
|
|
1312
1312
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1313
|
+
// HardDriveDownload aliases
|
|
1314
|
+
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1313
1315
|
// HardDriveUpload aliases
|
|
1314
1316
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1315
|
-
// HardHat aliases
|
|
1316
|
-
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1317
1317
|
// HardDrive aliases
|
|
1318
1318
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1319
|
+
// HardHat aliases
|
|
1320
|
+
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1319
1321
|
// Hash aliases
|
|
1320
1322
|
export { default as HashIcon } from '../icons/hash';
|
|
1321
|
-
// Haze aliases
|
|
1322
|
-
export { default as HazeIcon } from '../icons/haze';
|
|
1323
1323
|
// HdmiPort aliases
|
|
1324
1324
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1325
|
+
// Haze aliases
|
|
1326
|
+
export { default as HazeIcon } from '../icons/haze';
|
|
1325
1327
|
// Heading1 aliases
|
|
1326
1328
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1327
1329
|
// Heading3 aliases
|
|
@@ -1338,20 +1340,20 @@ export { default as Heading6Icon } from '../icons/heading-6';
|
|
|
1338
1340
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1339
1341
|
// HeadphoneOff aliases
|
|
1340
1342
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1341
|
-
// Headphones aliases
|
|
1342
|
-
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1343
1343
|
// Headset aliases
|
|
1344
1344
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1345
|
-
// HeartHandshake aliases
|
|
1346
|
-
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1347
|
-
// HeartMinus aliases
|
|
1348
|
-
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1349
1345
|
// HeartCrack aliases
|
|
1350
1346
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1351
|
-
//
|
|
1352
|
-
export { default as
|
|
1347
|
+
// Headphones aliases
|
|
1348
|
+
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1349
|
+
// HeartMinus aliases
|
|
1350
|
+
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1351
|
+
// HeartHandshake aliases
|
|
1352
|
+
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1353
1353
|
// HeartPlus aliases
|
|
1354
1354
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1355
|
+
// HeartOff aliases
|
|
1356
|
+
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1355
1357
|
// HeartPulse aliases
|
|
1356
1358
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1357
1359
|
// Heart aliases
|
|
@@ -1362,24 +1364,24 @@ export { default as HeaterIcon } from '../icons/heater';
|
|
|
1362
1364
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1363
1365
|
// Highlighter aliases
|
|
1364
1366
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1365
|
-
// HopOff aliases
|
|
1366
|
-
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1367
1367
|
// History aliases
|
|
1368
1368
|
export { default as HistoryIcon } from '../icons/history';
|
|
1369
|
-
//
|
|
1370
|
-
export { default as
|
|
1369
|
+
// HopOff aliases
|
|
1370
|
+
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1371
1371
|
// Hospital aliases
|
|
1372
1372
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1373
|
-
//
|
|
1374
|
-
export { default as
|
|
1373
|
+
// Hop aliases
|
|
1374
|
+
export { default as HopIcon } from '../icons/hop';
|
|
1375
1375
|
// Hourglass aliases
|
|
1376
1376
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1377
|
+
// Hotel aliases
|
|
1378
|
+
export { default as HotelIcon } from '../icons/hotel';
|
|
1379
|
+
// HousePlus aliases
|
|
1380
|
+
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1377
1381
|
// HousePlug aliases
|
|
1378
1382
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1379
1383
|
// HouseWifi aliases
|
|
1380
1384
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1381
|
-
// HousePlus aliases
|
|
1382
|
-
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1383
1385
|
// IdCardLanyard aliases
|
|
1384
1386
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1385
1387
|
// IdCard aliases
|
|
@@ -1392,56 +1394,56 @@ export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
|
1392
1394
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1393
1395
|
// ImagePlay aliases
|
|
1394
1396
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1395
|
-
// ImagePlus aliases
|
|
1396
|
-
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1397
1397
|
// ImageUp aliases
|
|
1398
1398
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1399
1399
|
// ImageUpscale aliases
|
|
1400
1400
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1401
|
-
//
|
|
1402
|
-
export { default as
|
|
1401
|
+
// ImagePlus aliases
|
|
1402
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1403
1403
|
// Image aliases
|
|
1404
1404
|
export { default as ImageIcon } from '../icons/image';
|
|
1405
1405
|
// Images aliases
|
|
1406
1406
|
export { default as ImagesIcon } from '../icons/images';
|
|
1407
1407
|
// Import aliases
|
|
1408
1408
|
export { default as ImportIcon } from '../icons/import';
|
|
1409
|
+
// Inbox aliases
|
|
1410
|
+
export { default as InboxIcon } from '../icons/inbox';
|
|
1409
1411
|
// IndianRupee aliases
|
|
1410
1412
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1411
|
-
// Info aliases
|
|
1412
|
-
export { default as InfoIcon } from '../icons/info';
|
|
1413
1413
|
// Infinity aliases
|
|
1414
1414
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1415
|
+
// Info aliases
|
|
1416
|
+
export { default as InfoIcon } from '../icons/info';
|
|
1415
1417
|
// Instagram aliases
|
|
1416
1418
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1417
|
-
// Italic aliases
|
|
1418
|
-
export { default as ItalicIcon } from '../icons/italic';
|
|
1419
1419
|
// InspectionPanel aliases
|
|
1420
1420
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1421
|
+
// Italic aliases
|
|
1422
|
+
export { default as ItalicIcon } from '../icons/italic';
|
|
1421
1423
|
// IterationCcw aliases
|
|
1422
1424
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1423
|
-
// Joystick aliases
|
|
1424
|
-
export { default as JoystickIcon } from '../icons/joystick';
|
|
1425
1425
|
// IterationCw aliases
|
|
1426
1426
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1427
|
+
// Joystick aliases
|
|
1428
|
+
export { default as JoystickIcon } from '../icons/joystick';
|
|
1429
|
+
// Kanban aliases
|
|
1430
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1427
1431
|
// JapaneseYen aliases
|
|
1428
1432
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1429
1433
|
// KeyRound aliases
|
|
1430
1434
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1431
|
-
// Kanban aliases
|
|
1432
|
-
export { default as KanbanIcon } from '../icons/kanban';
|
|
1433
1435
|
// KeySquare aliases
|
|
1434
1436
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1435
|
-
// KeyboardMusic aliases
|
|
1436
|
-
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1437
1437
|
// Key aliases
|
|
1438
1438
|
export { default as KeyIcon } from '../icons/key';
|
|
1439
|
+
// KeyboardMusic aliases
|
|
1440
|
+
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1441
|
+
// KeyboardOff aliases
|
|
1442
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1439
1443
|
// Keyboard aliases
|
|
1440
1444
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1441
1445
|
// LampCeiling aliases
|
|
1442
1446
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1443
|
-
// KeyboardOff aliases
|
|
1444
|
-
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1445
1447
|
// LampDesk aliases
|
|
1446
1448
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1447
1449
|
// LampFloor aliases
|
|
@@ -1454,40 +1456,40 @@ export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
|
1454
1456
|
export { default as LampIcon } from '../icons/lamp';
|
|
1455
1457
|
// LandPlot aliases
|
|
1456
1458
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1459
|
+
// Languages aliases
|
|
1460
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1457
1461
|
// Landmark aliases
|
|
1458
1462
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1459
1463
|
// LaptopMinimalCheck aliases
|
|
1460
1464
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1461
|
-
// Languages aliases
|
|
1462
|
-
export { default as LanguagesIcon } from '../icons/languages';
|
|
1463
|
-
// Laptop aliases
|
|
1464
|
-
export { default as LaptopIcon } from '../icons/laptop';
|
|
1465
1465
|
// LassoSelect aliases
|
|
1466
1466
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1467
|
-
//
|
|
1468
|
-
export { default as
|
|
1467
|
+
// Laptop aliases
|
|
1468
|
+
export { default as LaptopIcon } from '../icons/laptop';
|
|
1469
1469
|
// Lasso aliases
|
|
1470
1470
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1471
|
+
// Laugh aliases
|
|
1472
|
+
export { default as LaughIcon } from '../icons/laugh';
|
|
1471
1473
|
// LayoutDashboard aliases
|
|
1472
1474
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1473
1475
|
// Layers2 aliases
|
|
1474
1476
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1477
|
+
// LayoutGrid aliases
|
|
1478
|
+
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1475
1479
|
// LayoutList aliases
|
|
1476
1480
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1477
1481
|
// LayoutPanelLeft aliases
|
|
1478
1482
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1479
|
-
// LayoutGrid aliases
|
|
1480
|
-
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1481
1483
|
// LayoutPanelTop aliases
|
|
1482
1484
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1485
|
+
// LayoutTemplate aliases
|
|
1486
|
+
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1483
1487
|
// Leaf aliases
|
|
1484
1488
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1485
1489
|
// LeafyGreen aliases
|
|
1486
1490
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1487
1491
|
// Lectern aliases
|
|
1488
1492
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1489
|
-
// LayoutTemplate aliases
|
|
1490
|
-
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1491
1493
|
// LetterText aliases
|
|
1492
1494
|
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1493
1495
|
// LibraryBig aliases
|
|
@@ -1502,10 +1504,10 @@ export { default as LigatureIcon } from '../icons/ligature';
|
|
|
1502
1504
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1503
1505
|
// Lightbulb aliases
|
|
1504
1506
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1505
|
-
// Link2Off aliases
|
|
1506
|
-
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1507
1507
|
// LineSquiggle aliases
|
|
1508
1508
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1509
|
+
// Link2Off aliases
|
|
1510
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1509
1511
|
// Link2 aliases
|
|
1510
1512
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1511
1513
|
// Link aliases
|
|
@@ -1518,36 +1520,36 @@ export { default as LinkedinIcon } from '../icons/linkedin';
|
|
|
1518
1520
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1519
1521
|
// ListCollapse aliases
|
|
1520
1522
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1523
|
+
// ListFilter aliases
|
|
1524
|
+
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1521
1525
|
// ListEnd aliases
|
|
1522
1526
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1523
|
-
// ListFilterPlus aliases
|
|
1524
|
-
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1525
1527
|
// ListMinus aliases
|
|
1526
1528
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1529
|
+
// ListFilterPlus aliases
|
|
1530
|
+
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1527
1531
|
// ListMusic aliases
|
|
1528
1532
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1529
|
-
// ListFilter aliases
|
|
1530
|
-
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1531
|
-
// ListPlus aliases
|
|
1532
|
-
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1533
1533
|
// ListOrdered aliases
|
|
1534
1534
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1535
|
+
// ListPlus aliases
|
|
1536
|
+
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1535
1537
|
// ListRestart aliases
|
|
1536
1538
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1537
|
-
// ListStart aliases
|
|
1538
|
-
export { default as ListStartIcon } from '../icons/list-start';
|
|
1539
1539
|
// ListTodo aliases
|
|
1540
1540
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1541
|
-
//
|
|
1542
|
-
export { default as
|
|
1541
|
+
// ListStart aliases
|
|
1542
|
+
export { default as ListStartIcon } from '../icons/list-start';
|
|
1543
1543
|
// ListVideo aliases
|
|
1544
1544
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1545
|
+
// ListTree aliases
|
|
1546
|
+
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1545
1547
|
// ListX aliases
|
|
1546
1548
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1547
|
-
// LoaderPinwheel aliases
|
|
1548
|
-
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1549
1549
|
// List aliases
|
|
1550
1550
|
export { default as ListIcon } from '../icons/list';
|
|
1551
|
+
// LoaderPinwheel aliases
|
|
1552
|
+
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1551
1553
|
// Loader aliases
|
|
1552
1554
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1553
1555
|
// LocateFixed aliases
|
|
@@ -1562,30 +1564,30 @@ export { default as LocationEditIcon } from '../icons/location-edit';
|
|
|
1562
1564
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1563
1565
|
// Lock aliases
|
|
1564
1566
|
export { default as LockIcon } from '../icons/lock';
|
|
1567
|
+
// LogIn aliases
|
|
1568
|
+
export { default as LogInIcon } from '../icons/log-in';
|
|
1565
1569
|
// LogOut aliases
|
|
1566
1570
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1567
1571
|
// Logs aliases
|
|
1568
1572
|
export { default as LogsIcon } from '../icons/logs';
|
|
1569
|
-
// LogIn aliases
|
|
1570
|
-
export { default as LogInIcon } from '../icons/log-in';
|
|
1571
|
-
// Lollipop aliases
|
|
1572
|
-
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1573
1573
|
// Luggage aliases
|
|
1574
1574
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1575
|
+
// Magnet aliases
|
|
1576
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1575
1577
|
// MailCheck aliases
|
|
1576
1578
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1579
|
+
// Lollipop aliases
|
|
1580
|
+
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1577
1581
|
// MailMinus aliases
|
|
1578
1582
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1579
|
-
// Magnet aliases
|
|
1580
|
-
export { default as MagnetIcon } from '../icons/magnet';
|
|
1581
1583
|
// MailOpen aliases
|
|
1582
1584
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1583
|
-
// MailPlus aliases
|
|
1584
|
-
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1585
1585
|
// MailSearch aliases
|
|
1586
1586
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1587
1587
|
// MailWarning aliases
|
|
1588
1588
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1589
|
+
// MailPlus aliases
|
|
1590
|
+
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1589
1591
|
// MailX aliases
|
|
1590
1592
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1591
1593
|
// Mail aliases
|
|
@@ -1602,16 +1604,16 @@ export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
|
1602
1604
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1603
1605
|
// MapPinMinusInside aliases
|
|
1604
1606
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1605
|
-
// MapPinMinus aliases
|
|
1606
|
-
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1607
1607
|
// MapPinOff aliases
|
|
1608
1608
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1609
|
+
// MapPinMinus aliases
|
|
1610
|
+
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1609
1611
|
// MapPinPlusInside aliases
|
|
1610
1612
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1611
|
-
// MapPinXInside aliases
|
|
1612
|
-
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1613
1613
|
// MapPinPlus aliases
|
|
1614
1614
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1615
|
+
// MapPinXInside aliases
|
|
1616
|
+
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1615
1617
|
// MapPinX aliases
|
|
1616
1618
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1617
1619
|
// MapPin aliases
|
|
@@ -1620,16 +1622,16 @@ export { default as MapPinIcon } from '../icons/map-pin';
|
|
|
1620
1622
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1621
1623
|
// MapPlus aliases
|
|
1622
1624
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1623
|
-
// MarsStroke aliases
|
|
1624
|
-
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1625
1625
|
// Map aliases
|
|
1626
1626
|
export { default as MapIcon } from '../icons/map';
|
|
1627
|
-
//
|
|
1628
|
-
export { default as
|
|
1629
|
-
// Maximize2 aliases
|
|
1630
|
-
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1627
|
+
// MarsStroke aliases
|
|
1628
|
+
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1631
1629
|
// Martini aliases
|
|
1632
1630
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1631
|
+
// Maximize2 aliases
|
|
1632
|
+
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1633
|
+
// Mars aliases
|
|
1634
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1633
1635
|
// Maximize aliases
|
|
1634
1636
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1635
1637
|
// Medal aliases
|
|
@@ -1642,38 +1644,38 @@ export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
|
1642
1644
|
export { default as MehIcon } from '../icons/meh';
|
|
1643
1645
|
// MemoryStick aliases
|
|
1644
1646
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1645
|
-
// Menu aliases
|
|
1646
|
-
export { default as MenuIcon } from '../icons/menu';
|
|
1647
1647
|
// Merge aliases
|
|
1648
1648
|
export { default as MergeIcon } from '../icons/merge';
|
|
1649
|
-
//
|
|
1650
|
-
export { default as
|
|
1649
|
+
// Menu aliases
|
|
1650
|
+
export { default as MenuIcon } from '../icons/menu';
|
|
1651
1651
|
// MessageCircleCode aliases
|
|
1652
1652
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1653
|
+
// MessageCircleDashed aliases
|
|
1654
|
+
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1653
1655
|
// MessageCircleHeart aliases
|
|
1654
1656
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1655
1657
|
// MessageCircleMore aliases
|
|
1656
1658
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1657
|
-
// MessageCirclePlus aliases
|
|
1658
|
-
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1659
1659
|
// MessageCircleOff aliases
|
|
1660
1660
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1661
|
+
// MessageCirclePlus aliases
|
|
1662
|
+
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1661
1663
|
// MessageCircleReply aliases
|
|
1662
1664
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1663
1665
|
// MessageCircleWarning aliases
|
|
1664
1666
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1665
1667
|
// MessageCircleX aliases
|
|
1666
1668
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1667
|
-
// MessageSquareCode aliases
|
|
1668
|
-
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1669
1669
|
// MessageCircle aliases
|
|
1670
1670
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1671
|
+
// MessageSquareCode aliases
|
|
1672
|
+
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1671
1673
|
// MessageSquareDashed aliases
|
|
1672
1674
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1673
|
-
// MessageSquareDot aliases
|
|
1674
|
-
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1675
1675
|
// MessageSquareDiff aliases
|
|
1676
1676
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1677
|
+
// MessageSquareDot aliases
|
|
1678
|
+
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1677
1679
|
// MessageSquareHeart aliases
|
|
1678
1680
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1679
1681
|
// MessageSquareLock aliases
|
|
@@ -1684,124 +1686,124 @@ export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
|
1684
1686
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1685
1687
|
// MessageSquarePlus aliases
|
|
1686
1688
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1689
|
+
// MessageSquareQuote aliases
|
|
1690
|
+
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1687
1691
|
// MessageSquareReply aliases
|
|
1688
1692
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1689
1693
|
// MessageSquareShare aliases
|
|
1690
1694
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1691
|
-
//
|
|
1692
|
-
export { default as
|
|
1693
|
-
// MessageSquareText aliases
|
|
1694
|
-
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1695
|
+
// MessageSquareWarning aliases
|
|
1696
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1695
1697
|
// MessageSquareX aliases
|
|
1696
1698
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1699
|
+
// MessageSquareText aliases
|
|
1700
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1697
1701
|
// MessageSquare aliases
|
|
1698
1702
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1699
|
-
// MessageSquareWarning aliases
|
|
1700
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1701
1703
|
// MessagesSquare aliases
|
|
1702
1704
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1703
1705
|
// MicOff aliases
|
|
1704
1706
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1705
1707
|
// Mic aliases
|
|
1706
1708
|
export { default as MicIcon } from '../icons/mic';
|
|
1707
|
-
// Microchip aliases
|
|
1708
|
-
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1709
1709
|
// Microscope aliases
|
|
1710
1710
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1711
1711
|
// Microwave aliases
|
|
1712
1712
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1713
|
+
// Microchip aliases
|
|
1714
|
+
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1713
1715
|
// Milestone aliases
|
|
1714
1716
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1715
|
-
// Milk aliases
|
|
1716
|
-
export { default as MilkIcon } from '../icons/milk';
|
|
1717
1717
|
// MilkOff aliases
|
|
1718
1718
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1719
|
+
// Milk aliases
|
|
1720
|
+
export { default as MilkIcon } from '../icons/milk';
|
|
1721
|
+
// Minimize2 aliases
|
|
1722
|
+
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1719
1723
|
// Minimize aliases
|
|
1720
1724
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1721
1725
|
// Minus aliases
|
|
1722
1726
|
export { default as MinusIcon } from '../icons/minus';
|
|
1723
|
-
// Minimize2 aliases
|
|
1724
|
-
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1725
1727
|
// MonitorCheck aliases
|
|
1726
1728
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1727
1729
|
// MonitorCog aliases
|
|
1728
1730
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1731
|
+
// MonitorDot aliases
|
|
1732
|
+
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1729
1733
|
// MonitorDown aliases
|
|
1730
1734
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1731
1735
|
// MonitorOff aliases
|
|
1732
1736
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1733
|
-
// MonitorDot aliases
|
|
1734
|
-
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1735
|
-
// MonitorPause aliases
|
|
1736
|
-
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1737
1737
|
// MonitorPlay aliases
|
|
1738
1738
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1739
|
+
// MonitorPause aliases
|
|
1740
|
+
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1739
1741
|
// MonitorSmartphone aliases
|
|
1740
1742
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1741
1743
|
// MonitorSpeaker aliases
|
|
1742
1744
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1743
|
-
// MonitorX aliases
|
|
1744
|
-
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1745
1745
|
// MonitorStop aliases
|
|
1746
1746
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1747
|
-
//
|
|
1748
|
-
export { default as
|
|
1747
|
+
// MonitorX aliases
|
|
1748
|
+
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1749
1749
|
// MonitorUp aliases
|
|
1750
1750
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1751
|
+
// Monitor aliases
|
|
1752
|
+
export { default as MonitorIcon } from '../icons/monitor';
|
|
1751
1753
|
// MoonStar aliases
|
|
1752
1754
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1753
1755
|
// Moon aliases
|
|
1754
1756
|
export { default as MoonIcon } from '../icons/moon';
|
|
1755
1757
|
// MountainSnow aliases
|
|
1756
1758
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1757
|
-
// MouseOff aliases
|
|
1758
|
-
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1759
1759
|
// Mountain aliases
|
|
1760
1760
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1761
|
+
// MouseOff aliases
|
|
1762
|
+
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1761
1763
|
// MousePointer2 aliases
|
|
1762
1764
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1763
1765
|
// MousePointerBan aliases
|
|
1764
1766
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1765
|
-
// MousePointer aliases
|
|
1766
|
-
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1767
1767
|
// MousePointerClick aliases
|
|
1768
1768
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1769
|
+
// MousePointer aliases
|
|
1770
|
+
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1769
1771
|
// Mouse aliases
|
|
1770
1772
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1771
1773
|
// MoveDiagonal2 aliases
|
|
1772
1774
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1773
|
-
// MoveDownRight aliases
|
|
1774
|
-
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1775
1775
|
// MoveDiagonal aliases
|
|
1776
1776
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1777
1777
|
// MoveDownLeft aliases
|
|
1778
1778
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1779
|
+
// MoveDownRight aliases
|
|
1780
|
+
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1779
1781
|
// MoveDown aliases
|
|
1780
1782
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1781
1783
|
// MoveLeft aliases
|
|
1782
1784
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1783
|
-
// MoveRight aliases
|
|
1784
|
-
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1785
1785
|
// MoveHorizontal aliases
|
|
1786
1786
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1787
1787
|
// MoveUpLeft aliases
|
|
1788
1788
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1789
|
+
// MoveRight aliases
|
|
1790
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1789
1791
|
// MoveUpRight aliases
|
|
1790
1792
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1791
1793
|
// MoveUp aliases
|
|
1792
1794
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1793
|
-
// MoveVertical aliases
|
|
1794
|
-
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1795
|
-
// Music2 aliases
|
|
1796
|
-
export { default as Music2Icon } from '../icons/music-2';
|
|
1797
1795
|
// Move aliases
|
|
1798
1796
|
export { default as MoveIcon } from '../icons/move';
|
|
1797
|
+
// MoveVertical aliases
|
|
1798
|
+
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1799
1799
|
// Music3 aliases
|
|
1800
1800
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1801
|
-
// Music aliases
|
|
1802
|
-
export { default as MusicIcon } from '../icons/music';
|
|
1803
1801
|
// Music4 aliases
|
|
1804
1802
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1803
|
+
// Music2 aliases
|
|
1804
|
+
export { default as Music2Icon } from '../icons/music-2';
|
|
1805
|
+
// Music aliases
|
|
1806
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1805
1807
|
// Navigation2Off aliases
|
|
1806
1808
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1807
1809
|
// Navigation2 aliases
|
|
@@ -1814,10 +1816,10 @@ export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
|
1814
1816
|
export { default as NetworkIcon } from '../icons/network';
|
|
1815
1817
|
// Nfc aliases
|
|
1816
1818
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1817
|
-
// NonBinary aliases
|
|
1818
|
-
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1819
1819
|
// Newspaper aliases
|
|
1820
1820
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1821
|
+
// NonBinary aliases
|
|
1822
|
+
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1821
1823
|
// NotebookPen aliases
|
|
1822
1824
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1823
1825
|
// NotebookTabs aliases
|
|
@@ -1828,66 +1830,66 @@ export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
|
1828
1830
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1829
1831
|
// NotepadTextDashed aliases
|
|
1830
1832
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1831
|
-
// NutOff aliases
|
|
1832
|
-
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1833
1833
|
// NotepadText aliases
|
|
1834
1834
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1835
|
+
// NutOff aliases
|
|
1836
|
+
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1835
1837
|
// Nut aliases
|
|
1836
1838
|
export { default as NutIcon } from '../icons/nut';
|
|
1837
1839
|
// OctagonMinus aliases
|
|
1838
1840
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1839
1841
|
// Octagon aliases
|
|
1840
1842
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1841
|
-
// Option aliases
|
|
1842
|
-
export { default as OptionIcon } from '../icons/option';
|
|
1843
1843
|
// Omega aliases
|
|
1844
1844
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1845
|
-
//
|
|
1846
|
-
export { default as
|
|
1845
|
+
// Option aliases
|
|
1846
|
+
export { default as OptionIcon } from '../icons/option';
|
|
1847
1847
|
// Orbit aliases
|
|
1848
1848
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1849
|
+
// Origami aliases
|
|
1850
|
+
export { default as OrigamiIcon } from '../icons/origami';
|
|
1849
1851
|
// Package2 aliases
|
|
1850
1852
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1851
|
-
// PackageMinus aliases
|
|
1852
|
-
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1853
1853
|
// PackageCheck aliases
|
|
1854
1854
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1855
1855
|
// PackageOpen aliases
|
|
1856
1856
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1857
|
+
// PackageMinus aliases
|
|
1858
|
+
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1857
1859
|
// PackagePlus aliases
|
|
1858
1860
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1859
1861
|
// PackageSearch aliases
|
|
1860
1862
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1861
|
-
// Package aliases
|
|
1862
|
-
export { default as PackageIcon } from '../icons/package';
|
|
1863
1863
|
// PackageX aliases
|
|
1864
1864
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1865
|
+
// Package aliases
|
|
1866
|
+
export { default as PackageIcon } from '../icons/package';
|
|
1865
1867
|
// PaintBucket aliases
|
|
1866
1868
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1867
1869
|
// PaintRoller aliases
|
|
1868
1870
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1869
|
-
// Paintbrush aliases
|
|
1870
|
-
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1871
1871
|
// Palette aliases
|
|
1872
1872
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1873
|
+
// Paintbrush aliases
|
|
1874
|
+
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1873
1875
|
// Panda aliases
|
|
1874
1876
|
export { default as PandaIcon } from '../icons/panda';
|
|
1875
|
-
// PanelBottomOpen aliases
|
|
1876
|
-
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1877
1877
|
// PanelBottomClose aliases
|
|
1878
1878
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1879
|
-
//
|
|
1880
|
-
export { default as
|
|
1879
|
+
// PanelBottomOpen aliases
|
|
1880
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1881
1881
|
// PanelBottom aliases
|
|
1882
1882
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1883
|
+
// PanelRightClose aliases
|
|
1884
|
+
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1883
1885
|
// PanelRightOpen aliases
|
|
1884
1886
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1885
1887
|
// PanelRight aliases
|
|
1886
1888
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1887
|
-
// PanelTopOpen aliases
|
|
1888
|
-
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1889
1889
|
// PanelTopClose aliases
|
|
1890
1890
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1891
|
+
// PanelTopOpen aliases
|
|
1892
|
+
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1891
1893
|
// PanelTop aliases
|
|
1892
1894
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1893
1895
|
// PanelsLeftBottom aliases
|
|
@@ -1896,16 +1898,16 @@ export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
|
1896
1898
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1897
1899
|
// Paperclip aliases
|
|
1898
1900
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1899
|
-
// ParkingMeter aliases
|
|
1900
|
-
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1901
1901
|
// Parentheses aliases
|
|
1902
1902
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1903
|
-
//
|
|
1904
|
-
export { default as
|
|
1903
|
+
// ParkingMeter aliases
|
|
1904
|
+
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1905
1905
|
// PartyPopper aliases
|
|
1906
1906
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1907
1907
|
// Pause aliases
|
|
1908
1908
|
export { default as PauseIcon } from '../icons/pause';
|
|
1909
|
+
// PawPrint aliases
|
|
1910
|
+
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1909
1911
|
// PcCase aliases
|
|
1910
1912
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1911
1913
|
// PenOff aliases
|
|
@@ -1920,18 +1922,18 @@ export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
|
1920
1922
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1921
1923
|
// Pencil aliases
|
|
1922
1924
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1923
|
-
// PersonStanding aliases
|
|
1924
|
-
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1925
1925
|
// Pentagon aliases
|
|
1926
1926
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1927
1927
|
// Percent aliases
|
|
1928
1928
|
export { default as PercentIcon } from '../icons/percent';
|
|
1929
|
+
// PersonStanding aliases
|
|
1930
|
+
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1929
1931
|
// PhilippinePeso aliases
|
|
1930
1932
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1931
|
-
// PhoneCall aliases
|
|
1932
|
-
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1933
1933
|
// PhoneForwarded aliases
|
|
1934
1934
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1935
|
+
// PhoneCall aliases
|
|
1936
|
+
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1935
1937
|
// PhoneIncoming aliases
|
|
1936
1938
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1937
1939
|
// PhoneMissed aliases
|
|
@@ -1970,14 +1972,14 @@ export { default as PinOffIcon } from '../icons/pin-off';
|
|
|
1970
1972
|
export { default as PinIcon } from '../icons/pin';
|
|
1971
1973
|
// Pipette aliases
|
|
1972
1974
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1973
|
-
// Pizza aliases
|
|
1974
|
-
export { default as PizzaIcon } from '../icons/pizza';
|
|
1975
1975
|
// PlaneLanding aliases
|
|
1976
1976
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1977
|
-
//
|
|
1978
|
-
export { default as
|
|
1977
|
+
// Pizza aliases
|
|
1978
|
+
export { default as PizzaIcon } from '../icons/pizza';
|
|
1979
1979
|
// PlaneTakeoff aliases
|
|
1980
1980
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1981
|
+
// Plane aliases
|
|
1982
|
+
export { default as PlaneIcon } from '../icons/plane';
|
|
1981
1983
|
// Play aliases
|
|
1982
1984
|
export { default as PlayIcon } from '../icons/play';
|
|
1983
1985
|
// Plug2 aliases
|
|
@@ -1990,136 +1992,136 @@ export { default as PlusIcon } from '../icons/plus';
|
|
|
1990
1992
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1991
1993
|
// Pocket aliases
|
|
1992
1994
|
export { default as PocketIcon } from '../icons/pocket';
|
|
1993
|
-
// PointerOff aliases
|
|
1994
|
-
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1995
1995
|
// Podcast aliases
|
|
1996
1996
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
1997
|
+
// PointerOff aliases
|
|
1998
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1997
1999
|
// Pointer aliases
|
|
1998
2000
|
export { default as PointerIcon } from '../icons/pointer';
|
|
1999
|
-
// Popsicle aliases
|
|
2000
|
-
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2001
2001
|
// Popcorn aliases
|
|
2002
2002
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2003
|
+
// Popsicle aliases
|
|
2004
|
+
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2003
2005
|
// PoundSterling aliases
|
|
2004
2006
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2005
|
-
// Power aliases
|
|
2006
|
-
export { default as PowerIcon } from '../icons/power';
|
|
2007
2007
|
// PowerOff aliases
|
|
2008
2008
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2009
|
+
// Power aliases
|
|
2010
|
+
export { default as PowerIcon } from '../icons/power';
|
|
2009
2011
|
// Presentation aliases
|
|
2010
2012
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2011
2013
|
// PrinterCheck aliases
|
|
2012
2014
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2013
2015
|
// Printer aliases
|
|
2014
2016
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2015
|
-
// Projector aliases
|
|
2016
|
-
export { default as ProjectorIcon } from '../icons/projector';
|
|
2017
|
-
// Proportions aliases
|
|
2018
|
-
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2019
2017
|
// Puzzle aliases
|
|
2020
2018
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2019
|
+
// Proportions aliases
|
|
2020
|
+
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2021
|
+
// Projector aliases
|
|
2022
|
+
export { default as ProjectorIcon } from '../icons/projector';
|
|
2021
2023
|
// Pyramid aliases
|
|
2022
2024
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2023
2025
|
// QrCode aliases
|
|
2024
2026
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2025
2027
|
// Quote aliases
|
|
2026
2028
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2027
|
-
// Rabbit aliases
|
|
2028
|
-
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2029
2029
|
// Radar aliases
|
|
2030
2030
|
export { default as RadarIcon } from '../icons/radar';
|
|
2031
2031
|
// Radiation aliases
|
|
2032
2032
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2033
|
+
// Rabbit aliases
|
|
2034
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2033
2035
|
// Radical aliases
|
|
2034
2036
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2035
2037
|
// RadioReceiver aliases
|
|
2036
2038
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2037
|
-
// RadioTower aliases
|
|
2038
|
-
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2039
|
-
// Radius aliases
|
|
2040
|
-
export { default as RadiusIcon } from '../icons/radius';
|
|
2041
2039
|
// Radio aliases
|
|
2042
2040
|
export { default as RadioIcon } from '../icons/radio';
|
|
2041
|
+
// RadioTower aliases
|
|
2042
|
+
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2043
2043
|
// RailSymbol aliases
|
|
2044
2044
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2045
|
-
//
|
|
2046
|
-
export { default as
|
|
2045
|
+
// Radius aliases
|
|
2046
|
+
export { default as RadiusIcon } from '../icons/radius';
|
|
2047
2047
|
// Rainbow aliases
|
|
2048
2048
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2049
2049
|
// Rat aliases
|
|
2050
2050
|
export { default as RatIcon } from '../icons/rat';
|
|
2051
|
-
// ReceiptEuro aliases
|
|
2052
|
-
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2053
2051
|
// ReceiptCent aliases
|
|
2054
2052
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2053
|
+
// Ratio aliases
|
|
2054
|
+
export { default as RatioIcon } from '../icons/ratio';
|
|
2055
|
+
// ReceiptEuro aliases
|
|
2056
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2057
|
+
// ReceiptJapaneseYen aliases
|
|
2058
|
+
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2055
2059
|
// ReceiptIndianRupee aliases
|
|
2056
2060
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2057
2061
|
// ReceiptPoundSterling aliases
|
|
2058
2062
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2059
2063
|
// ReceiptRussianRuble aliases
|
|
2060
2064
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2061
|
-
// ReceiptJapaneseYen aliases
|
|
2062
|
-
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2063
2065
|
// ReceiptSwissFranc aliases
|
|
2064
2066
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2065
2067
|
// ReceiptText aliases
|
|
2066
2068
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2067
|
-
// RectangleCircle aliases
|
|
2068
|
-
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2069
2069
|
// Receipt aliases
|
|
2070
2070
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2071
|
+
// RectangleCircle aliases
|
|
2072
|
+
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2071
2073
|
// RectangleGoggles aliases
|
|
2072
2074
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2073
2075
|
// RectangleHorizontal aliases
|
|
2074
2076
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2075
|
-
// Redo2 aliases
|
|
2076
|
-
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2077
|
-
// RectangleVertical aliases
|
|
2078
|
-
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2079
2077
|
// Recycle aliases
|
|
2080
2078
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2079
|
+
// RectangleVertical aliases
|
|
2080
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2081
|
+
// Redo2 aliases
|
|
2082
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2081
2083
|
// RedoDot aliases
|
|
2082
2084
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2083
2085
|
// Redo aliases
|
|
2084
2086
|
export { default as RedoIcon } from '../icons/redo';
|
|
2085
|
-
// RefreshCcw aliases
|
|
2086
|
-
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2087
2087
|
// RefreshCcwDot aliases
|
|
2088
2088
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2089
|
+
// RefreshCcw aliases
|
|
2090
|
+
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2089
2091
|
// RefreshCwOff aliases
|
|
2090
2092
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2093
|
+
// RefreshCw aliases
|
|
2094
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2091
2095
|
// Refrigerator aliases
|
|
2092
2096
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2093
2097
|
// Regex aliases
|
|
2094
2098
|
export { default as RegexIcon } from '../icons/regex';
|
|
2095
|
-
// RefreshCw aliases
|
|
2096
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2097
2099
|
// RemoveFormatting aliases
|
|
2098
2100
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2099
2101
|
// Repeat1 aliases
|
|
2100
2102
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2101
|
-
// Repeat aliases
|
|
2102
|
-
export { default as RepeatIcon } from '../icons/repeat';
|
|
2103
2103
|
// Repeat2 aliases
|
|
2104
2104
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2105
|
-
// ReplyAll aliases
|
|
2106
|
-
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2107
2105
|
// ReplaceAll aliases
|
|
2108
2106
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2107
|
+
// Repeat aliases
|
|
2108
|
+
export { default as RepeatIcon } from '../icons/repeat';
|
|
2109
2109
|
// Replace aliases
|
|
2110
2110
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2111
|
+
// ReplyAll aliases
|
|
2112
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2111
2113
|
// Reply aliases
|
|
2112
2114
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2113
2115
|
// Rewind aliases
|
|
2114
2116
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2117
|
+
// Ribbon aliases
|
|
2118
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2115
2119
|
// Rocket aliases
|
|
2116
2120
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2117
2121
|
// RockingChair aliases
|
|
2118
2122
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2119
2123
|
// RollerCoaster aliases
|
|
2120
2124
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2121
|
-
// Ribbon aliases
|
|
2122
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2123
2125
|
// RotateCcwKey aliases
|
|
2124
2126
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2125
2127
|
// RotateCcwSquare aliases
|
|
@@ -2140,16 +2142,16 @@ export { default as RouterIcon } from '../icons/router';
|
|
|
2140
2142
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2141
2143
|
// Rss aliases
|
|
2142
2144
|
export { default as RssIcon } from '../icons/rss';
|
|
2143
|
-
// RulerDimensionLine aliases
|
|
2144
|
-
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2145
2145
|
// Ruler aliases
|
|
2146
2146
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2147
2147
|
// RussianRuble aliases
|
|
2148
2148
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2149
|
-
//
|
|
2150
|
-
export { default as
|
|
2149
|
+
// RulerDimensionLine aliases
|
|
2150
|
+
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2151
2151
|
// Sailboat aliases
|
|
2152
2152
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2153
|
+
// Salad aliases
|
|
2154
|
+
export { default as SaladIcon } from '../icons/salad';
|
|
2153
2155
|
// Sandwich aliases
|
|
2154
2156
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2155
2157
|
// SatelliteDish aliases
|
|
@@ -2168,50 +2170,50 @@ export { default as SaveIcon } from '../icons/save';
|
|
|
2168
2170
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2169
2171
|
// ScanBarcode aliases
|
|
2170
2172
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2173
|
+
// ScanFace aliases
|
|
2174
|
+
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2171
2175
|
// Scaling aliases
|
|
2172
2176
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2173
2177
|
// ScanEye aliases
|
|
2174
2178
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2175
|
-
// ScanFace aliases
|
|
2176
|
-
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2177
2179
|
// ScanHeart aliases
|
|
2178
2180
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2181
|
+
// ScanLine aliases
|
|
2182
|
+
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2179
2183
|
// ScanQrCode aliases
|
|
2180
2184
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2181
2185
|
// ScanSearch aliases
|
|
2182
2186
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2183
|
-
// ScanLine aliases
|
|
2184
|
-
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2185
2187
|
// ScanText aliases
|
|
2186
2188
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2187
|
-
// Scan aliases
|
|
2188
|
-
export { default as ScanIcon } from '../icons/scan';
|
|
2189
2189
|
// School aliases
|
|
2190
2190
|
export { default as SchoolIcon } from '../icons/school';
|
|
2191
|
+
// Scan aliases
|
|
2192
|
+
export { default as ScanIcon } from '../icons/scan';
|
|
2191
2193
|
// ScissorsLineDashed aliases
|
|
2192
2194
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2193
|
-
// ScreenShareOff aliases
|
|
2194
|
-
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2195
2195
|
// Scissors aliases
|
|
2196
2196
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2197
|
+
// ScreenShareOff aliases
|
|
2198
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2197
2199
|
// ScreenShare aliases
|
|
2198
2200
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2199
|
-
// ScrollText aliases
|
|
2200
|
-
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2201
2201
|
// Scroll aliases
|
|
2202
2202
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2203
|
-
//
|
|
2204
|
-
export { default as
|
|
2203
|
+
// ScrollText aliases
|
|
2204
|
+
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2205
2205
|
// SearchCode aliases
|
|
2206
2206
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2207
|
+
// SearchCheck aliases
|
|
2208
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2207
2209
|
// SearchSlash aliases
|
|
2208
2210
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2209
2211
|
// SearchX aliases
|
|
2210
2212
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2211
|
-
// Section aliases
|
|
2212
|
-
export { default as SectionIcon } from '../icons/section';
|
|
2213
2213
|
// Search aliases
|
|
2214
2214
|
export { default as SearchIcon } from '../icons/search';
|
|
2215
|
+
// Section aliases
|
|
2216
|
+
export { default as SectionIcon } from '../icons/section';
|
|
2215
2217
|
// SendToBack aliases
|
|
2216
2218
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2217
2219
|
// Send aliases
|
|
@@ -2224,28 +2226,28 @@ export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
|
2224
2226
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2225
2227
|
// ServerCrash aliases
|
|
2226
2228
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2227
|
-
// Server aliases
|
|
2228
|
-
export { default as ServerIcon } from '../icons/server';
|
|
2229
2229
|
// ServerOff aliases
|
|
2230
2230
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2231
|
+
// Server aliases
|
|
2232
|
+
export { default as ServerIcon } from '../icons/server';
|
|
2231
2233
|
// Settings2 aliases
|
|
2232
2234
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2233
|
-
// Share2 aliases
|
|
2234
|
-
export { default as Share2Icon } from '../icons/share-2';
|
|
2235
2235
|
// Settings aliases
|
|
2236
2236
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2237
|
-
// Share aliases
|
|
2238
|
-
export { default as ShareIcon } from '../icons/share';
|
|
2239
2237
|
// Shapes aliases
|
|
2240
2238
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2239
|
+
// Share aliases
|
|
2240
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2241
|
+
// Share2 aliases
|
|
2242
|
+
export { default as Share2Icon } from '../icons/share-2';
|
|
2243
|
+
// ShieldAlert aliases
|
|
2244
|
+
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2241
2245
|
// Sheet aliases
|
|
2242
2246
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2243
2247
|
// Shell aliases
|
|
2244
2248
|
export { default as ShellIcon } from '../icons/shell';
|
|
2245
2249
|
// ShieldBan aliases
|
|
2246
2250
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2247
|
-
// ShieldAlert aliases
|
|
2248
|
-
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2249
2251
|
// ShieldCheck aliases
|
|
2250
2252
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2251
2253
|
// ShieldHalf aliases
|
|
@@ -2254,18 +2256,18 @@ export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
|
2254
2256
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2255
2257
|
// ShieldMinus aliases
|
|
2256
2258
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2257
|
-
// ShieldOff aliases
|
|
2258
|
-
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2259
2259
|
// ShieldPlus aliases
|
|
2260
2260
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2261
|
-
// Shield aliases
|
|
2262
|
-
export { default as ShieldIcon } from '../icons/shield';
|
|
2263
2261
|
// ShieldUser aliases
|
|
2264
2262
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2265
|
-
//
|
|
2266
|
-
export { default as
|
|
2263
|
+
// ShieldOff aliases
|
|
2264
|
+
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2265
|
+
// Shield aliases
|
|
2266
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2267
2267
|
// Ship aliases
|
|
2268
2268
|
export { default as ShipIcon } from '../icons/ship';
|
|
2269
|
+
// ShipWheel aliases
|
|
2270
|
+
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2269
2271
|
// Shirt aliases
|
|
2270
2272
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2271
2273
|
// ShoppingBag aliases
|
|
@@ -2276,10 +2278,10 @@ export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
|
2276
2278
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2277
2279
|
// Shovel aliases
|
|
2278
2280
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2279
|
-
// ShowerHead aliases
|
|
2280
|
-
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2281
2281
|
// Shredder aliases
|
|
2282
2282
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2283
|
+
// ShowerHead aliases
|
|
2284
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2283
2285
|
// Shrimp aliases
|
|
2284
2286
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2285
2287
|
// Shrink aliases
|
|
@@ -2288,18 +2290,18 @@ export { default as ShrinkIcon } from '../icons/shrink';
|
|
|
2288
2290
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2289
2291
|
// Shuffle aliases
|
|
2290
2292
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2291
|
-
// SignalHigh aliases
|
|
2292
|
-
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2293
2293
|
// Sigma aliases
|
|
2294
2294
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2295
|
+
// SignalHigh aliases
|
|
2296
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2295
2297
|
// SignalMedium aliases
|
|
2296
2298
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2299
|
+
// Signal aliases
|
|
2300
|
+
export { default as SignalIcon } from '../icons/signal';
|
|
2297
2301
|
// SignalLow aliases
|
|
2298
2302
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2299
2303
|
// SignalZero aliases
|
|
2300
2304
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2301
|
-
// Signal aliases
|
|
2302
|
-
export { default as SignalIcon } from '../icons/signal';
|
|
2303
2305
|
// Signature aliases
|
|
2304
2306
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2305
2307
|
// SignpostBig aliases
|
|
@@ -2312,10 +2314,10 @@ export { default as SirenIcon } from '../icons/siren';
|
|
|
2312
2314
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2313
2315
|
// SkipForward aliases
|
|
2314
2316
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2315
|
-
// Slack aliases
|
|
2316
|
-
export { default as SlackIcon } from '../icons/slack';
|
|
2317
2317
|
// Skull aliases
|
|
2318
2318
|
export { default as SkullIcon } from '../icons/skull';
|
|
2319
|
+
// Slack aliases
|
|
2320
|
+
export { default as SlackIcon } from '../icons/slack';
|
|
2319
2321
|
// Slash aliases
|
|
2320
2322
|
export { default as SlashIcon } from '../icons/slash';
|
|
2321
2323
|
// Slice aliases
|
|
@@ -2326,22 +2328,22 @@ export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
|
2326
2328
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2327
2329
|
// SmartphoneNfc aliases
|
|
2328
2330
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2329
|
-
// SmilePlus aliases
|
|
2330
|
-
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2331
2331
|
// Smartphone aliases
|
|
2332
2332
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2333
|
+
// SmilePlus aliases
|
|
2334
|
+
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2333
2335
|
// Snail aliases
|
|
2334
2336
|
export { default as SnailIcon } from '../icons/snail';
|
|
2335
|
-
// Smile aliases
|
|
2336
|
-
export { default as SmileIcon } from '../icons/smile';
|
|
2337
2337
|
// Snowflake aliases
|
|
2338
2338
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2339
|
+
// Smile aliases
|
|
2340
|
+
export { default as SmileIcon } from '../icons/smile';
|
|
2339
2341
|
// SoapDispenserDroplet aliases
|
|
2340
2342
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2341
|
-
// Sofa aliases
|
|
2342
|
-
export { default as SofaIcon } from '../icons/sofa';
|
|
2343
2343
|
// Soup aliases
|
|
2344
2344
|
export { default as SoupIcon } from '../icons/soup';
|
|
2345
|
+
// Sofa aliases
|
|
2346
|
+
export { default as SofaIcon } from '../icons/sofa';
|
|
2345
2347
|
// Space aliases
|
|
2346
2348
|
export { default as SpaceIcon } from '../icons/space';
|
|
2347
2349
|
// Spade aliases
|
|
@@ -2350,12 +2352,12 @@ export { default as SpadeIcon } from '../icons/spade';
|
|
|
2350
2352
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2351
2353
|
// Speaker aliases
|
|
2352
2354
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2355
|
+
// Speech aliases
|
|
2356
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2353
2357
|
// SpellCheck2 aliases
|
|
2354
2358
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2355
2359
|
// SpellCheck aliases
|
|
2356
2360
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2357
|
-
// Speech aliases
|
|
2358
|
-
export { default as SpeechIcon } from '../icons/speech';
|
|
2359
2361
|
// SplinePointer aliases
|
|
2360
2362
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2361
2363
|
// Spline aliases
|
|
@@ -2364,14 +2366,14 @@ export { default as SplineIcon } from '../icons/spline';
|
|
|
2364
2366
|
export { default as SplitIcon } from '../icons/split';
|
|
2365
2367
|
// Spool aliases
|
|
2366
2368
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2369
|
+
// SquareDashedBottomCode aliases
|
|
2370
|
+
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2371
|
+
// SquareDashedBottom aliases
|
|
2372
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2367
2373
|
// SprayCan aliases
|
|
2368
2374
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2369
2375
|
// Sprout aliases
|
|
2370
2376
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2371
|
-
// SquareDashedBottom aliases
|
|
2372
|
-
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2373
|
-
// SquareDashedBottomCode aliases
|
|
2374
|
-
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2375
2377
|
// SquareDashedTopSolid aliases
|
|
2376
2378
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2377
2379
|
// SquareRadical aliases
|
|
@@ -2384,10 +2386,10 @@ export { default as SquareSquareIcon } from '../icons/square-square';
|
|
|
2384
2386
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2385
2387
|
// Square aliases
|
|
2386
2388
|
export { default as SquareIcon } from '../icons/square';
|
|
2387
|
-
// SquaresIntersect aliases
|
|
2388
|
-
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2389
2389
|
// SquaresExclude aliases
|
|
2390
2390
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2391
|
+
// SquaresIntersect aliases
|
|
2392
|
+
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2391
2393
|
// SquaresSubtract aliases
|
|
2392
2394
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2393
2395
|
// SquaresUnite aliases
|
|
@@ -2396,12 +2398,12 @@ export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
|
2396
2398
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2397
2399
|
// Squircle aliases
|
|
2398
2400
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2401
|
+
// Squirrel aliases
|
|
2402
|
+
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2399
2403
|
// Stamp aliases
|
|
2400
2404
|
export { default as StampIcon } from '../icons/stamp';
|
|
2401
2405
|
// StarHalf aliases
|
|
2402
2406
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2403
|
-
// Squirrel aliases
|
|
2404
|
-
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2405
2407
|
// StarOff aliases
|
|
2406
2408
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2407
2409
|
// Star aliases
|
|
@@ -2412,26 +2414,26 @@ export { default as StepBackIcon } from '../icons/step-back';
|
|
|
2412
2414
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2413
2415
|
// Stethoscope aliases
|
|
2414
2416
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2417
|
+
// Store aliases
|
|
2418
|
+
export { default as StoreIcon } from '../icons/store';
|
|
2415
2419
|
// Sticker aliases
|
|
2416
2420
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2417
2421
|
// StickyNote aliases
|
|
2418
2422
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2419
|
-
// Store aliases
|
|
2420
|
-
export { default as StoreIcon } from '../icons/store';
|
|
2421
|
-
// StretchVertical aliases
|
|
2422
|
-
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2423
|
-
// Strikethrough aliases
|
|
2424
|
-
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2425
2423
|
// StretchHorizontal aliases
|
|
2426
2424
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2425
|
+
// Strikethrough aliases
|
|
2426
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2427
|
+
// StretchVertical aliases
|
|
2428
|
+
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2427
2429
|
// Subscript aliases
|
|
2428
2430
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2429
|
-
// SunDim aliases
|
|
2430
|
-
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2431
2431
|
// SunMedium aliases
|
|
2432
2432
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2433
2433
|
// SunMoon aliases
|
|
2434
2434
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2435
|
+
// SunDim aliases
|
|
2436
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2435
2437
|
// SunSnow aliases
|
|
2436
2438
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2437
2439
|
// Sun aliases
|
|
@@ -2444,48 +2446,46 @@ export { default as SunsetIcon } from '../icons/sunset';
|
|
|
2444
2446
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2445
2447
|
// SwatchBook aliases
|
|
2446
2448
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2447
|
-
// SwitchCamera aliases
|
|
2448
|
-
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2449
2449
|
// SwissFranc aliases
|
|
2450
2450
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2451
|
+
// SwitchCamera aliases
|
|
2452
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2451
2453
|
// Sword aliases
|
|
2452
2454
|
export { default as SwordIcon } from '../icons/sword';
|
|
2453
2455
|
// Swords aliases
|
|
2454
2456
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2455
2457
|
// Syringe aliases
|
|
2456
2458
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2459
|
+
// Table2 aliases
|
|
2460
|
+
export { default as Table2Icon } from '../icons/table-2';
|
|
2457
2461
|
// TableCellsMerge aliases
|
|
2458
2462
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2459
2463
|
// TableCellsSplit aliases
|
|
2460
2464
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2461
|
-
// Table2 aliases
|
|
2462
|
-
export { default as Table2Icon } from '../icons/table-2';
|
|
2463
2465
|
// TableColumnsSplit aliases
|
|
2464
2466
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2465
2467
|
// TableOfContents aliases
|
|
2466
2468
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2467
|
-
// TableProperties aliases
|
|
2468
|
-
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2469
2469
|
// TableRowsSplit aliases
|
|
2470
2470
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2471
|
+
// TableProperties aliases
|
|
2472
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2471
2473
|
// Table aliases
|
|
2472
2474
|
export { default as TableIcon } from '../icons/table';
|
|
2473
2475
|
// TabletSmartphone aliases
|
|
2474
2476
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2475
|
-
// Tablets aliases
|
|
2476
|
-
export { default as TabletsIcon } from '../icons/tablets';
|
|
2477
2477
|
// Tablet aliases
|
|
2478
2478
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2479
|
-
//
|
|
2480
|
-
export { default as
|
|
2479
|
+
// Tablets aliases
|
|
2480
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2481
2481
|
// Tags aliases
|
|
2482
2482
|
export { default as TagsIcon } from '../icons/tags';
|
|
2483
|
-
//
|
|
2484
|
-
export { default as
|
|
2483
|
+
// Tag aliases
|
|
2484
|
+
export { default as TagIcon } from '../icons/tag';
|
|
2485
2485
|
// Tally2 aliases
|
|
2486
2486
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2487
|
-
//
|
|
2488
|
-
export { default as
|
|
2487
|
+
// Tally1 aliases
|
|
2488
|
+
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2489
2489
|
// Tally4 aliases
|
|
2490
2490
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2491
2491
|
// Tally5 aliases
|
|
@@ -2494,14 +2494,16 @@ export { default as Tally5Icon } from '../icons/tally-5';
|
|
|
2494
2494
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2495
2495
|
// Target aliases
|
|
2496
2496
|
export { default as TargetIcon } from '../icons/target';
|
|
2497
|
+
// Tally3 aliases
|
|
2498
|
+
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2497
2499
|
// Telescope aliases
|
|
2498
2500
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2499
2501
|
// TentTree aliases
|
|
2500
2502
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2501
|
-
// Tent aliases
|
|
2502
|
-
export { default as TentIcon } from '../icons/tent';
|
|
2503
2503
|
// Terminal aliases
|
|
2504
2504
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2505
|
+
// Tent aliases
|
|
2506
|
+
export { default as TentIcon } from '../icons/tent';
|
|
2505
2507
|
// TestTubes aliases
|
|
2506
2508
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2507
2509
|
// TestTube aliases
|
|
@@ -2512,52 +2514,52 @@ export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
|
2512
2514
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2513
2515
|
// TextQuote aliases
|
|
2514
2516
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2515
|
-
// TextSearch aliases
|
|
2516
|
-
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2517
2517
|
// Text aliases
|
|
2518
2518
|
export { default as TextIcon } from '../icons/text';
|
|
2519
|
+
// TextSearch aliases
|
|
2520
|
+
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2519
2521
|
// Theater aliases
|
|
2520
2522
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2521
2523
|
// ThermometerSnowflake aliases
|
|
2522
2524
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2523
|
-
// Thermometer aliases
|
|
2524
|
-
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2525
2525
|
// ThermometerSun aliases
|
|
2526
2526
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2527
|
+
// Thermometer aliases
|
|
2528
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2527
2529
|
// ThumbsDown aliases
|
|
2528
2530
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2529
|
-
// TicketCheck aliases
|
|
2530
|
-
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2531
2531
|
// ThumbsUp aliases
|
|
2532
2532
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2533
2533
|
// TicketMinus aliases
|
|
2534
2534
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2535
|
+
// TicketCheck aliases
|
|
2536
|
+
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2535
2537
|
// TicketPercent aliases
|
|
2536
2538
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2537
2539
|
// TicketPlus aliases
|
|
2538
2540
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2539
2541
|
// TicketSlash aliases
|
|
2540
2542
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2541
|
-
// Ticket aliases
|
|
2542
|
-
export { default as TicketIcon } from '../icons/ticket';
|
|
2543
2543
|
// TicketX aliases
|
|
2544
2544
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2545
|
-
//
|
|
2546
|
-
export { default as
|
|
2545
|
+
// Ticket aliases
|
|
2546
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2547
2547
|
// Tickets aliases
|
|
2548
2548
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2549
2549
|
// TimerOff aliases
|
|
2550
2550
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2551
|
+
// TicketsPlane aliases
|
|
2552
|
+
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2551
2553
|
// TimerReset aliases
|
|
2552
2554
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2553
2555
|
// Timer aliases
|
|
2554
2556
|
export { default as TimerIcon } from '../icons/timer';
|
|
2555
2557
|
// ToggleLeft aliases
|
|
2556
2558
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2557
|
-
// ToggleRight aliases
|
|
2558
|
-
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2559
2559
|
// Toilet aliases
|
|
2560
2560
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2561
|
+
// ToggleRight aliases
|
|
2562
|
+
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2561
2563
|
// Tornado aliases
|
|
2562
2564
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2563
2565
|
// TouchpadOff aliases
|
|
@@ -2574,22 +2576,22 @@ export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
|
2574
2576
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2575
2577
|
// TrafficCone aliases
|
|
2576
2578
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2577
|
-
// TrainFront aliases
|
|
2578
|
-
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2579
2579
|
// TrainFrontTunnel aliases
|
|
2580
2580
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2581
|
+
// TrainFront aliases
|
|
2582
|
+
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2581
2583
|
// TrainTrack aliases
|
|
2582
2584
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2583
2585
|
// Transgender aliases
|
|
2584
2586
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2585
2587
|
// Trash2 aliases
|
|
2586
2588
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2587
|
-
// TreePine aliases
|
|
2588
|
-
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2589
|
-
// TreeDeciduous aliases
|
|
2590
|
-
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2591
2589
|
// Trash aliases
|
|
2592
2590
|
export { default as TrashIcon } from '../icons/trash';
|
|
2591
|
+
// TreeDeciduous aliases
|
|
2592
|
+
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2593
|
+
// TreePine aliases
|
|
2594
|
+
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2593
2595
|
// Trees aliases
|
|
2594
2596
|
export { default as TreesIcon } from '../icons/trees';
|
|
2595
2597
|
// Trello aliases
|
|
@@ -2600,34 +2602,34 @@ export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
|
2600
2602
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2601
2603
|
// TrendingUp aliases
|
|
2602
2604
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2603
|
-
// TriangleRight aliases
|
|
2604
|
-
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2605
|
-
// Triangle aliases
|
|
2606
|
-
export { default as TriangleIcon } from '../icons/triangle';
|
|
2607
2605
|
// TriangleDashed aliases
|
|
2608
2606
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2607
|
+
// Triangle aliases
|
|
2608
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2609
2609
|
// Trophy aliases
|
|
2610
2610
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2611
2611
|
// TruckElectric aliases
|
|
2612
2612
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2613
2613
|
// Truck aliases
|
|
2614
2614
|
export { default as TruckIcon } from '../icons/truck';
|
|
2615
|
+
// TriangleRight aliases
|
|
2616
|
+
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2615
2617
|
// Turtle aliases
|
|
2616
2618
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2617
|
-
// Tv aliases
|
|
2618
|
-
export { default as TvIcon } from '../icons/tv';
|
|
2619
2619
|
// TvMinimalPlay aliases
|
|
2620
2620
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2621
|
+
// Tv aliases
|
|
2622
|
+
export { default as TvIcon } from '../icons/tv';
|
|
2621
2623
|
// Twitch aliases
|
|
2622
2624
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2623
|
-
// Twitter aliases
|
|
2624
|
-
export { default as TwitterIcon } from '../icons/twitter';
|
|
2625
2625
|
// TypeOutline aliases
|
|
2626
2626
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2627
|
-
//
|
|
2628
|
-
export { default as
|
|
2627
|
+
// Twitter aliases
|
|
2628
|
+
export { default as TwitterIcon } from '../icons/twitter';
|
|
2629
2629
|
// Type aliases
|
|
2630
2630
|
export { default as TypeIcon } from '../icons/type';
|
|
2631
|
+
// UmbrellaOff aliases
|
|
2632
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2631
2633
|
// Umbrella aliases
|
|
2632
2634
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2633
2635
|
// Underline aliases
|
|
@@ -2638,10 +2640,10 @@ export { default as Undo2Icon } from '../icons/undo-2';
|
|
|
2638
2640
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2639
2641
|
// Undo aliases
|
|
2640
2642
|
export { default as UndoIcon } from '../icons/undo';
|
|
2641
|
-
// UnfoldVertical aliases
|
|
2642
|
-
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2643
2643
|
// UnfoldHorizontal aliases
|
|
2644
2644
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2645
|
+
// UnfoldVertical aliases
|
|
2646
|
+
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2645
2647
|
// Ungroup aliases
|
|
2646
2648
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2647
2649
|
// Unlink2 aliases
|
|
@@ -2656,28 +2658,28 @@ export { default as UploadIcon } from '../icons/upload';
|
|
|
2656
2658
|
export { default as UsbIcon } from '../icons/usb';
|
|
2657
2659
|
// UserCheck aliases
|
|
2658
2660
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2659
|
-
// UserLock aliases
|
|
2660
|
-
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2661
2661
|
// UserCog aliases
|
|
2662
2662
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2663
|
-
//
|
|
2664
|
-
export { default as
|
|
2663
|
+
// UserLock aliases
|
|
2664
|
+
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2665
2665
|
// UserMinus aliases
|
|
2666
2666
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2667
|
+
// UserPen aliases
|
|
2668
|
+
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2667
2669
|
// UserPlus aliases
|
|
2668
2670
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2669
2671
|
// UserRoundPen aliases
|
|
2670
2672
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2671
|
-
// UserSearch aliases
|
|
2672
|
-
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2673
2673
|
// UserRoundSearch aliases
|
|
2674
2674
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2675
|
+
// UserSearch aliases
|
|
2676
|
+
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2675
2677
|
// UserX aliases
|
|
2676
2678
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2677
|
-
// Users aliases
|
|
2678
|
-
export { default as UsersIcon } from '../icons/users';
|
|
2679
2679
|
// User aliases
|
|
2680
2680
|
export { default as UserIcon } from '../icons/user';
|
|
2681
|
+
// Users aliases
|
|
2682
|
+
export { default as UsersIcon } from '../icons/users';
|
|
2681
2683
|
// UtilityPole aliases
|
|
2682
2684
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2683
2685
|
// Variable aliases
|
|
@@ -2686,16 +2688,16 @@ export { default as VariableIcon } from '../icons/variable';
|
|
|
2686
2688
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2687
2689
|
// Vault aliases
|
|
2688
2690
|
export { default as VaultIcon } from '../icons/vault';
|
|
2691
|
+
// VenusAndMars aliases
|
|
2692
|
+
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2689
2693
|
// VenetianMask aliases
|
|
2690
2694
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2691
2695
|
// Venus aliases
|
|
2692
2696
|
export { default as VenusIcon } from '../icons/venus';
|
|
2693
|
-
// VenusAndMars aliases
|
|
2694
|
-
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2695
|
-
// VibrateOff aliases
|
|
2696
|
-
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2697
2697
|
// Vibrate aliases
|
|
2698
2698
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2699
|
+
// VibrateOff aliases
|
|
2700
|
+
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2699
2701
|
// VideoOff aliases
|
|
2700
2702
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2701
2703
|
// Video aliases
|
|
@@ -2704,42 +2706,42 @@ export { default as VideoIcon } from '../icons/video';
|
|
|
2704
2706
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2705
2707
|
// View aliases
|
|
2706
2708
|
export { default as ViewIcon } from '../icons/view';
|
|
2707
|
-
// Voicemail aliases
|
|
2708
|
-
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2709
2709
|
// Volleyball aliases
|
|
2710
2710
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2711
2711
|
// Volume1 aliases
|
|
2712
2712
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2713
|
-
// Volume2 aliases
|
|
2714
|
-
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2715
2713
|
// VolumeOff aliases
|
|
2716
2714
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2715
|
+
// Voicemail aliases
|
|
2716
|
+
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2717
2717
|
// VolumeX aliases
|
|
2718
2718
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2719
|
+
// Volume2 aliases
|
|
2720
|
+
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2719
2721
|
// Volume aliases
|
|
2720
2722
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2721
2723
|
// Vote aliases
|
|
2722
2724
|
export { default as VoteIcon } from '../icons/vote';
|
|
2723
2725
|
// WalletCards aliases
|
|
2724
2726
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2727
|
+
// Wallpaper aliases
|
|
2728
|
+
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2725
2729
|
// Wallet aliases
|
|
2726
2730
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2727
2731
|
// Wand aliases
|
|
2728
2732
|
export { default as WandIcon } from '../icons/wand';
|
|
2729
|
-
// Wallpaper aliases
|
|
2730
|
-
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2731
2733
|
// Warehouse aliases
|
|
2732
2734
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2733
2735
|
// WashingMachine aliases
|
|
2734
2736
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2735
|
-
// Watch aliases
|
|
2736
|
-
export { default as WatchIcon } from '../icons/watch';
|
|
2737
|
-
// Waypoints aliases
|
|
2738
|
-
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2739
2737
|
// WavesLadder aliases
|
|
2740
2738
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2741
2739
|
// Waves aliases
|
|
2742
2740
|
export { default as WavesIcon } from '../icons/waves';
|
|
2741
|
+
// Waypoints aliases
|
|
2742
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2743
|
+
// Watch aliases
|
|
2744
|
+
export { default as WatchIcon } from '../icons/watch';
|
|
2743
2745
|
// Webcam aliases
|
|
2744
2746
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2745
2747
|
// WebhookOff aliases
|
|
@@ -2758,12 +2760,12 @@ export { default as WholeWordIcon } from '../icons/whole-word';
|
|
|
2758
2760
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2759
2761
|
// WifiHigh aliases
|
|
2760
2762
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2763
|
+
// WifiLow aliases
|
|
2764
|
+
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2761
2765
|
// WifiOff aliases
|
|
2762
2766
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2763
2767
|
// WifiPen aliases
|
|
2764
2768
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2765
|
-
// WifiLow aliases
|
|
2766
|
-
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2767
2769
|
// WifiZero aliases
|
|
2768
2770
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2769
2771
|
// Wifi aliases
|
|
@@ -2778,22 +2780,22 @@ export { default as WineOffIcon } from '../icons/wine-off';
|
|
|
2778
2780
|
export { default as WineIcon } from '../icons/wine';
|
|
2779
2781
|
// Workflow aliases
|
|
2780
2782
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2781
|
-
// WrapText aliases
|
|
2782
|
-
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2783
2783
|
// Worm aliases
|
|
2784
2784
|
export { default as WormIcon } from '../icons/worm';
|
|
2785
|
-
//
|
|
2786
|
-
export { default as
|
|
2785
|
+
// WrapText aliases
|
|
2786
|
+
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2787
2787
|
// X aliases
|
|
2788
2788
|
export { default as XIcon } from '../icons/x';
|
|
2789
|
+
// Wrench aliases
|
|
2790
|
+
export { default as WrenchIcon } from '../icons/wrench';
|
|
2789
2791
|
// Youtube aliases
|
|
2790
2792
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2791
2793
|
// ZapOff aliases
|
|
2792
2794
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2793
|
-
// ZoomIn aliases
|
|
2794
|
-
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2795
2795
|
// Zap aliases
|
|
2796
2796
|
export { default as ZapIcon } from '../icons/zap';
|
|
2797
|
+
// ZoomIn aliases
|
|
2798
|
+
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2797
2799
|
// ZoomOut aliases
|
|
2798
2800
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2799
2801
|
// ArrowDown01 aliases
|
|
@@ -2816,27 +2818,27 @@ export { default as AlarmPlusIcon } from '../icons/alarm-clock-plus';
|
|
|
2816
2818
|
// ArrowDownAZ aliases
|
|
2817
2819
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2818
2820
|
export { default as ArrowDownAzIcon } from '../icons/arrow-down-a-z';
|
|
2819
|
-
// ArrowDownWideNarrow aliases
|
|
2820
|
-
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2821
|
-
export { default as SortDescIcon } from '../icons/arrow-down-wide-narrow';
|
|
2822
2821
|
// ArrowDownZA aliases
|
|
2823
2822
|
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2824
2823
|
export { default as ArrowDownZaIcon } from '../icons/arrow-down-z-a';
|
|
2824
|
+
// ArrowDownWideNarrow aliases
|
|
2825
|
+
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2826
|
+
export { default as SortDescIcon } from '../icons/arrow-down-wide-narrow';
|
|
2825
2827
|
// ArrowUpAZ aliases
|
|
2826
2828
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2827
2829
|
export { default as ArrowUpAzIcon } from '../icons/arrow-up-a-z';
|
|
2828
2830
|
// ArrowUpNarrowWide aliases
|
|
2829
2831
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2830
2832
|
export { default as SortAscIcon } from '../icons/arrow-up-narrow-wide';
|
|
2833
|
+
// Axis3d aliases
|
|
2834
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2835
|
+
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2831
2836
|
// ArrowUpZA aliases
|
|
2832
2837
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2833
2838
|
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
2834
2839
|
// BadgeCheck aliases
|
|
2835
2840
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2836
2841
|
export { default as VerifiedIcon } from '../icons/badge-check';
|
|
2837
|
-
// Axis3d aliases
|
|
2838
|
-
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2839
|
-
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2840
2842
|
// BadgeQuestionMark aliases
|
|
2841
2843
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2842
2844
|
export { default as BadgeHelpIcon } from '../icons/badge-question-mark';
|
|
@@ -2852,15 +2854,15 @@ export {
|
|
|
2852
2854
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2853
2855
|
default as BetweenHorizonalStartIcon
|
|
2854
2856
|
} from '../icons/between-horizontal-start';
|
|
2855
|
-
// BookDashed aliases
|
|
2856
|
-
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2857
|
-
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2858
2857
|
// Braces aliases
|
|
2859
2858
|
export { default as BracesIcon } from '../icons/braces';
|
|
2860
2859
|
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2861
2860
|
// Captions aliases
|
|
2862
2861
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2863
2862
|
export { default as SubtitlesIcon } from '../icons/captions';
|
|
2863
|
+
// BookDashed aliases
|
|
2864
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2865
|
+
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2864
2866
|
// ChartArea aliases
|
|
2865
2867
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2866
2868
|
export {
|
|
@@ -2873,24 +2875,18 @@ export {
|
|
|
2873
2875
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
2874
2876
|
default as BarChartHorizontalBigIcon
|
|
2875
2877
|
} from '../icons/chart-bar-big';
|
|
2876
|
-
// ChartBar aliases
|
|
2877
|
-
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2878
|
-
export {
|
|
2879
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
2880
|
-
default as BarChartHorizontalIcon
|
|
2881
|
-
} from '../icons/chart-bar';
|
|
2882
2878
|
// ChartCandlestick aliases
|
|
2883
2879
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2884
2880
|
export {
|
|
2885
2881
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
2886
2882
|
default as CandlestickChartIcon
|
|
2887
2883
|
} from '../icons/chart-candlestick';
|
|
2888
|
-
//
|
|
2889
|
-
export { default as
|
|
2884
|
+
// ChartBar aliases
|
|
2885
|
+
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2890
2886
|
export {
|
|
2891
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2892
|
-
default as
|
|
2893
|
-
} from '../icons/chart-
|
|
2887
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
2888
|
+
default as BarChartHorizontalIcon
|
|
2889
|
+
} from '../icons/chart-bar';
|
|
2894
2890
|
// ChartColumnIncreasing aliases
|
|
2895
2891
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2896
2892
|
export {
|
|
@@ -2903,6 +2899,12 @@ export {
|
|
|
2903
2899
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
2904
2900
|
default as BarChart3Icon
|
|
2905
2901
|
} from '../icons/chart-column';
|
|
2902
|
+
// ChartColumnBig aliases
|
|
2903
|
+
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2904
|
+
export {
|
|
2905
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
2906
|
+
default as BarChartBigIcon
|
|
2907
|
+
} from '../icons/chart-column-big';
|
|
2906
2908
|
// ChartLine aliases
|
|
2907
2909
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2908
2910
|
export {
|
|
@@ -2945,12 +2947,12 @@ export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
|
2945
2947
|
// CircleArrowDown aliases
|
|
2946
2948
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2947
2949
|
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2948
|
-
// CircleArrowOutDownLeft aliases
|
|
2949
|
-
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2950
|
-
export { default as ArrowDownLeftFromCircleIcon } from '../icons/circle-arrow-out-down-left';
|
|
2951
2950
|
// CircleArrowLeft aliases
|
|
2952
2951
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2953
2952
|
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
2953
|
+
// CircleArrowOutDownLeft aliases
|
|
2954
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2955
|
+
export { default as ArrowDownLeftFromCircleIcon } from '../icons/circle-arrow-out-down-left';
|
|
2954
2956
|
// CircleArrowOutDownRight aliases
|
|
2955
2957
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
2956
2958
|
export { default as ArrowDownRightFromCircleIcon } from '../icons/circle-arrow-out-down-right';
|
|
@@ -2969,30 +2971,30 @@ export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
|
2969
2971
|
// CircleCheckBig aliases
|
|
2970
2972
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
2971
2973
|
export { default as CheckCircleIcon } from '../icons/circle-check-big';
|
|
2972
|
-
// CircleChevronDown aliases
|
|
2973
|
-
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
2974
|
-
export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
2975
2974
|
// CircleCheck aliases
|
|
2976
2975
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
2977
2976
|
export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
2978
|
-
//
|
|
2979
|
-
export { default as
|
|
2980
|
-
export { default as
|
|
2977
|
+
// CircleChevronDown aliases
|
|
2978
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
2979
|
+
export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
2981
2980
|
// CircleChevronLeft aliases
|
|
2982
2981
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
2983
2982
|
export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
2984
2983
|
// CircleChevronUp aliases
|
|
2985
2984
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
2986
2985
|
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
2986
|
+
// CircleChevronRight aliases
|
|
2987
|
+
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
2988
|
+
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
2987
2989
|
// CircleDivide aliases
|
|
2988
2990
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
2989
2991
|
export { default as DivideCircleIcon } from '../icons/circle-divide';
|
|
2990
|
-
// CircleGauge aliases
|
|
2991
|
-
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
2992
|
-
export { default as GaugeCircleIcon } from '../icons/circle-gauge';
|
|
2993
2992
|
// CircleMinus aliases
|
|
2994
2993
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
2995
2994
|
export { default as MinusCircleIcon } from '../icons/circle-minus';
|
|
2995
|
+
// CircleGauge aliases
|
|
2996
|
+
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
2997
|
+
export { default as GaugeCircleIcon } from '../icons/circle-gauge';
|
|
2996
2998
|
// CircleParkingOff aliases
|
|
2997
2999
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
2998
3000
|
export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
@@ -3005,6 +3007,9 @@ export { default as PauseCircleIcon } from '../icons/circle-pause';
|
|
|
3005
3007
|
// CirclePercent aliases
|
|
3006
3008
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3007
3009
|
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
3010
|
+
// CirclePower aliases
|
|
3011
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3012
|
+
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
3008
3013
|
// CirclePlay aliases
|
|
3009
3014
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3010
3015
|
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
@@ -3021,30 +3026,27 @@ export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
|
3021
3026
|
// CircleStop aliases
|
|
3022
3027
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3023
3028
|
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
3024
|
-
// CirclePower aliases
|
|
3025
|
-
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3026
|
-
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
3027
3029
|
// CircleUserRound aliases
|
|
3028
3030
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3029
3031
|
export {
|
|
3030
3032
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3031
3033
|
default as UserCircle2Icon
|
|
3032
3034
|
} from '../icons/circle-user-round';
|
|
3033
|
-
// CircleUser aliases
|
|
3034
|
-
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3035
|
-
export { default as UserCircleIcon } from '../icons/circle-user';
|
|
3036
3035
|
// CircleX aliases
|
|
3037
3036
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3038
3037
|
export { default as XCircleIcon } from '../icons/circle-x';
|
|
3039
3038
|
// ClipboardPenLine aliases
|
|
3040
3039
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3041
3040
|
export { default as ClipboardSignatureIcon } from '../icons/clipboard-pen-line';
|
|
3042
|
-
//
|
|
3043
|
-
export { default as
|
|
3044
|
-
export { default as
|
|
3041
|
+
// CircleUser aliases
|
|
3042
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3043
|
+
export { default as UserCircleIcon } from '../icons/circle-user';
|
|
3045
3044
|
// ClipboardPen aliases
|
|
3046
3045
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3047
3046
|
export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
3047
|
+
// CloudDownload aliases
|
|
3048
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3049
|
+
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
3048
3050
|
// CloudUpload aliases
|
|
3049
3051
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3050
3052
|
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
@@ -3085,63 +3087,63 @@ export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
|
3085
3087
|
// Ellipsis aliases
|
|
3086
3088
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3087
3089
|
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3090
|
+
// FileAxis3d aliases
|
|
3091
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3092
|
+
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
3088
3093
|
// FileChartColumnIncreasing aliases
|
|
3089
3094
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3090
3095
|
export {
|
|
3091
3096
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3092
3097
|
default as FileBarChartIcon
|
|
3093
3098
|
} from '../icons/file-chart-column-increasing';
|
|
3094
|
-
// FileAxis3d aliases
|
|
3095
|
-
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3096
|
-
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
3097
|
-
// FileChartColumn aliases
|
|
3098
|
-
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3099
|
-
export {
|
|
3100
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3101
|
-
default as FileBarChart2Icon
|
|
3102
|
-
} from '../icons/file-chart-column';
|
|
3103
3099
|
// FileChartLine aliases
|
|
3104
3100
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3105
3101
|
export {
|
|
3106
3102
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3107
3103
|
default as FileLineChartIcon
|
|
3108
3104
|
} from '../icons/file-chart-line';
|
|
3109
|
-
//
|
|
3110
|
-
export { default as
|
|
3105
|
+
// FileChartColumn aliases
|
|
3106
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3111
3107
|
export {
|
|
3112
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3113
|
-
default as
|
|
3114
|
-
} from '../icons/file-chart-
|
|
3108
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3109
|
+
default as FileBarChart2Icon
|
|
3110
|
+
} from '../icons/file-chart-column';
|
|
3115
3111
|
// FileCog aliases
|
|
3116
3112
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3117
3113
|
export {
|
|
3118
3114
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3119
3115
|
default as FileCog2Icon
|
|
3120
3116
|
} from '../icons/file-cog';
|
|
3117
|
+
// FilePen aliases
|
|
3118
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3119
|
+
export { default as FileEditIcon } from '../icons/file-pen';
|
|
3121
3120
|
// FilePenLine aliases
|
|
3122
3121
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3123
3122
|
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
3124
3123
|
// FileQuestionMark aliases
|
|
3125
3124
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3126
3125
|
export { default as FileQuestionIcon } from '../icons/file-question-mark';
|
|
3127
|
-
//
|
|
3128
|
-
export { default as
|
|
3129
|
-
export {
|
|
3126
|
+
// FileChartPie aliases
|
|
3127
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3128
|
+
export {
|
|
3129
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3130
|
+
default as FilePieChartIcon
|
|
3131
|
+
} from '../icons/file-chart-pie';
|
|
3130
3132
|
// FolderCog aliases
|
|
3131
3133
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3132
3134
|
export {
|
|
3133
3135
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3134
3136
|
default as FolderCog2Icon
|
|
3135
3137
|
} from '../icons/folder-cog';
|
|
3136
|
-
// FolderPen aliases
|
|
3137
|
-
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3138
|
-
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3139
3138
|
// FunnelX aliases
|
|
3140
3139
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3141
3140
|
export {
|
|
3142
3141
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3143
3142
|
default as FilterXIcon
|
|
3144
3143
|
} from '../icons/funnel-x';
|
|
3144
|
+
// FolderPen aliases
|
|
3145
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3146
|
+
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3145
3147
|
// Funnel aliases
|
|
3146
3148
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3147
3149
|
export {
|
|
@@ -3182,12 +3184,12 @@ export {
|
|
|
3182
3184
|
// IceCreamCone aliases
|
|
3183
3185
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3184
3186
|
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3185
|
-
// IndentDecrease aliases
|
|
3186
|
-
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3187
|
-
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3188
3187
|
// IndentIncrease aliases
|
|
3189
3188
|
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3190
3189
|
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3190
|
+
// IndentDecrease aliases
|
|
3191
|
+
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3192
|
+
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3191
3193
|
// LaptopMinimal aliases
|
|
3192
3194
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3193
3195
|
export {
|
|
@@ -3206,27 +3208,27 @@ export { default as UnlockKeyholeIcon } from '../icons/lock-keyhole-open';
|
|
|
3206
3208
|
// LockOpen aliases
|
|
3207
3209
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3208
3210
|
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3209
|
-
// MessageCircleQuestionMark aliases
|
|
3210
|
-
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3211
|
-
export { default as MessageCircleQuestionIcon } from '../icons/message-circle-question-mark';
|
|
3212
3211
|
// MailQuestionMark aliases
|
|
3213
3212
|
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3214
3213
|
export { default as MailQuestionIcon } from '../icons/mail-question-mark';
|
|
3214
|
+
// MessageCircleQuestionMark aliases
|
|
3215
|
+
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3216
|
+
export { default as MessageCircleQuestionIcon } from '../icons/message-circle-question-mark';
|
|
3215
3217
|
// MicVocal aliases
|
|
3216
3218
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3217
3219
|
export {
|
|
3218
3220
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3219
3221
|
default as Mic2Icon
|
|
3220
3222
|
} from '../icons/mic-vocal';
|
|
3223
|
+
// Move3d aliases
|
|
3224
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3225
|
+
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3221
3226
|
// OctagonAlert aliases
|
|
3222
3227
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3223
3228
|
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3224
3229
|
// OctagonPause aliases
|
|
3225
3230
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3226
3231
|
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
3227
|
-
// Move3d aliases
|
|
3228
|
-
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3229
|
-
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3230
3232
|
// OctagonX aliases
|
|
3231
3233
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3232
3234
|
export { default as XOctagonIcon } from '../icons/octagon-x';
|
|
@@ -3239,51 +3241,51 @@ export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed
|
|
|
3239
3241
|
// PanelLeftClose aliases
|
|
3240
3242
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3241
3243
|
export { default as SidebarCloseIcon } from '../icons/panel-left-close';
|
|
3242
|
-
// PanelLeftOpen aliases
|
|
3243
|
-
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3244
|
-
export { default as SidebarOpenIcon } from '../icons/panel-left-open';
|
|
3245
3244
|
// PanelLeftDashed aliases
|
|
3246
3245
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3247
3246
|
export { default as PanelLeftInactiveIcon } from '../icons/panel-left-dashed';
|
|
3248
|
-
//
|
|
3249
|
-
export { default as
|
|
3250
|
-
export { default as
|
|
3247
|
+
// PanelLeftOpen aliases
|
|
3248
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3249
|
+
export { default as SidebarOpenIcon } from '../icons/panel-left-open';
|
|
3251
3250
|
// PanelRightDashed aliases
|
|
3252
3251
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3253
3252
|
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
3253
|
+
// PanelLeft aliases
|
|
3254
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3255
|
+
export { default as SidebarIcon } from '../icons/panel-left';
|
|
3254
3256
|
// PanelTopDashed aliases
|
|
3255
3257
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3256
3258
|
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
3257
3259
|
// PanelsTopLeft aliases
|
|
3258
3260
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3259
3261
|
export { default as LayoutIcon } from '../icons/panels-top-left';
|
|
3260
|
-
// Pen aliases
|
|
3261
|
-
export { default as PenIcon } from '../icons/pen';
|
|
3262
|
-
export {
|
|
3263
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3264
|
-
default as Edit2Icon
|
|
3265
|
-
} from '../icons/pen';
|
|
3266
3262
|
// PenLine aliases
|
|
3267
3263
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3268
3264
|
export {
|
|
3269
3265
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3270
3266
|
default as Edit3Icon
|
|
3271
3267
|
} from '../icons/pen-line';
|
|
3272
|
-
//
|
|
3273
|
-
export { default as
|
|
3274
|
-
export {
|
|
3268
|
+
// Pen aliases
|
|
3269
|
+
export { default as PenIcon } from '../icons/pen';
|
|
3270
|
+
export {
|
|
3271
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3272
|
+
default as Edit2Icon
|
|
3273
|
+
} from '../icons/pen';
|
|
3275
3274
|
// RectangleEllipsis aliases
|
|
3276
3275
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3277
3276
|
export { default as FormInputIcon } from '../icons/rectangle-ellipsis';
|
|
3277
|
+
// PlugZap aliases
|
|
3278
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3279
|
+
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3280
|
+
// Rotate3d aliases
|
|
3281
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3282
|
+
export { default as Rotate3DIcon } from '../icons/rotate-3d';
|
|
3278
3283
|
// Rows2 aliases
|
|
3279
3284
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3280
3285
|
export { default as RowsIcon } from '../icons/rows-2';
|
|
3281
3286
|
// Rows3 aliases
|
|
3282
3287
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3283
3288
|
export { default as PanelsTopBottomIcon } from '../icons/rows-3';
|
|
3284
|
-
// Rotate3d aliases
|
|
3285
|
-
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3286
|
-
export { default as Rotate3DIcon } from '../icons/rotate-3d';
|
|
3287
3289
|
// SendHorizontal aliases
|
|
3288
3290
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3289
3291
|
export {
|
|
@@ -3305,12 +3307,12 @@ export { default as SlidersIcon } from '../icons/sliders-vertical';
|
|
|
3305
3307
|
// Sparkles aliases
|
|
3306
3308
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3307
3309
|
export { default as StarsIcon } from '../icons/sparkles';
|
|
3308
|
-
// SquareArrowDownLeft aliases
|
|
3309
|
-
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3310
|
-
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3311
3310
|
// SquareActivity aliases
|
|
3312
3311
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3313
3312
|
export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
3313
|
+
// SquareArrowDownLeft aliases
|
|
3314
|
+
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3315
|
+
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3314
3316
|
// SquareArrowDownRight aliases
|
|
3315
3317
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3316
3318
|
export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-right';
|
|
@@ -3357,30 +3359,30 @@ export { default as SquareGanttChartIcon } from '../icons/square-chart-gantt';
|
|
|
3357
3359
|
// SquareCheckBig aliases
|
|
3358
3360
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3359
3361
|
export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
3360
|
-
// SquareChevronDown aliases
|
|
3361
|
-
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3362
|
-
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3363
3362
|
// SquareCheck aliases
|
|
3364
3363
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3365
3364
|
export { default as CheckSquare2Icon } from '../icons/square-check';
|
|
3366
|
-
//
|
|
3367
|
-
export { default as
|
|
3368
|
-
export { default as
|
|
3365
|
+
// SquareChevronDown aliases
|
|
3366
|
+
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3367
|
+
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3369
3368
|
// SquareChevronLeft aliases
|
|
3370
3369
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3371
3370
|
export { default as ChevronLeftSquareIcon } from '../icons/square-chevron-left';
|
|
3372
3371
|
// SquareChevronRight aliases
|
|
3373
3372
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3374
3373
|
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
3374
|
+
// SquareChevronUp aliases
|
|
3375
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3376
|
+
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3375
3377
|
// SquareCode aliases
|
|
3376
3378
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3377
3379
|
export { default as CodeSquareIcon } from '../icons/square-code';
|
|
3378
|
-
// SquareDashedMousePointer aliases
|
|
3379
|
-
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3380
|
-
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3381
3380
|
// SquareDashedKanban aliases
|
|
3382
3381
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3383
3382
|
export { default as KanbanSquareDashedIcon } from '../icons/square-dashed-kanban';
|
|
3383
|
+
// SquareDashedMousePointer aliases
|
|
3384
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3385
|
+
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3384
3386
|
// SquareDashed aliases
|
|
3385
3387
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3386
3388
|
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
@@ -3390,56 +3392,56 @@ export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
|
3390
3392
|
// SquareDot aliases
|
|
3391
3393
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3392
3394
|
export { default as DotSquareIcon } from '../icons/square-dot';
|
|
3395
|
+
// SquareKanban aliases
|
|
3396
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3397
|
+
export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
3393
3398
|
// SquareEqual aliases
|
|
3394
3399
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3395
3400
|
export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
3396
3401
|
// SquareFunction aliases
|
|
3397
3402
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3398
3403
|
export { default as FunctionSquareIcon } from '../icons/square-function';
|
|
3399
|
-
// SquareKanban aliases
|
|
3400
|
-
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3401
|
-
export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
3402
3404
|
// SquareLibrary aliases
|
|
3403
3405
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3404
3406
|
export { default as LibrarySquareIcon } from '../icons/square-library';
|
|
3405
|
-
// SquareMenu aliases
|
|
3406
|
-
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3407
|
-
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3408
3407
|
// SquareM aliases
|
|
3409
3408
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
3410
3409
|
export { default as MSquareIcon } from '../icons/square-m';
|
|
3410
|
+
// SquareMenu aliases
|
|
3411
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3412
|
+
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3411
3413
|
// SquareMinus aliases
|
|
3412
3414
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3413
3415
|
export { default as MinusSquareIcon } from '../icons/square-minus';
|
|
3414
|
-
// SquareMousePointer aliases
|
|
3415
|
-
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3416
|
-
export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
3417
3416
|
// SquareParkingOff aliases
|
|
3418
3417
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3419
3418
|
export { default as ParkingSquareOffIcon } from '../icons/square-parking-off';
|
|
3420
3419
|
// SquareParking aliases
|
|
3421
3420
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3422
3421
|
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
3422
|
+
// SquareMousePointer aliases
|
|
3423
|
+
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3424
|
+
export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
3425
|
+
// SquarePercent aliases
|
|
3426
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3427
|
+
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3423
3428
|
// SquarePen aliases
|
|
3424
3429
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
3425
3430
|
export { default as PenBoxIcon } from '../icons/square-pen';
|
|
3426
3431
|
export { default as EditIcon } from '../icons/square-pen';
|
|
3427
3432
|
export { default as PenSquareIcon } from '../icons/square-pen';
|
|
3428
|
-
// SquarePercent aliases
|
|
3429
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3430
|
-
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3431
3433
|
// SquarePi aliases
|
|
3432
3434
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3433
3435
|
export { default as PiSquareIcon } from '../icons/square-pi';
|
|
3434
3436
|
// SquarePilcrow aliases
|
|
3435
3437
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3436
3438
|
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3437
|
-
// SquarePlus aliases
|
|
3438
|
-
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3439
|
-
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
3440
3439
|
// SquarePlay aliases
|
|
3441
3440
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3442
3441
|
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3442
|
+
// SquarePlus aliases
|
|
3443
|
+
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3444
|
+
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
3443
3445
|
// SquarePower aliases
|
|
3444
3446
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3445
3447
|
export { default as PowerSquareIcon } from '../icons/square-power';
|
|
@@ -3458,6 +3460,9 @@ export { default as SplitSquareHorizontalIcon } from '../icons/square-split-hori
|
|
|
3458
3460
|
// SquareSplitVertical aliases
|
|
3459
3461
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3460
3462
|
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3463
|
+
// SquareTerminal aliases
|
|
3464
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3465
|
+
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
3461
3466
|
// SquareUserRound aliases
|
|
3462
3467
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
3463
3468
|
export {
|
|
@@ -3467,9 +3472,6 @@ export {
|
|
|
3467
3472
|
// SquareUser aliases
|
|
3468
3473
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
3469
3474
|
export { default as UserSquareIcon } from '../icons/square-user';
|
|
3470
|
-
// SquareTerminal aliases
|
|
3471
|
-
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3472
|
-
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
3473
3475
|
// SquareX aliases
|
|
3474
3476
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
3475
3477
|
export { default as XSquareIcon } from '../icons/square-x';
|
|
@@ -3479,27 +3481,33 @@ export { default as TestTube2Icon } from '../icons/test-tube-diagonal';
|
|
|
3479
3481
|
// TextSelect aliases
|
|
3480
3482
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3481
3483
|
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
3482
|
-
// TreePalm aliases
|
|
3483
|
-
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3484
|
-
export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
3485
3484
|
// TramFront aliases
|
|
3486
3485
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3487
3486
|
export { default as TrainIcon } from '../icons/tram-front';
|
|
3487
|
+
// TreePalm aliases
|
|
3488
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3489
|
+
export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
3490
|
+
// TriangleAlert aliases
|
|
3491
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3492
|
+
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3493
|
+
// University aliases
|
|
3494
|
+
export { default as UniversityIcon } from '../icons/university';
|
|
3495
|
+
export {
|
|
3496
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
3497
|
+
default as School2Icon
|
|
3498
|
+
} from '../icons/university';
|
|
3488
3499
|
// TvMinimal aliases
|
|
3489
3500
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
3490
3501
|
export {
|
|
3491
3502
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
3492
3503
|
default as Tv2Icon
|
|
3493
3504
|
} from '../icons/tv-minimal';
|
|
3494
|
-
//
|
|
3495
|
-
export { default as
|
|
3505
|
+
// UserRoundCog aliases
|
|
3506
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
3496
3507
|
export {
|
|
3497
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3498
|
-
default as
|
|
3499
|
-
} from '../icons/
|
|
3500
|
-
// TriangleAlert aliases
|
|
3501
|
-
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3502
|
-
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3508
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
3509
|
+
default as UserCog2Icon
|
|
3510
|
+
} from '../icons/user-round-cog';
|
|
3503
3511
|
// UserRoundCheck aliases
|
|
3504
3512
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
3505
3513
|
export {
|
|
@@ -3512,30 +3520,24 @@ export {
|
|
|
3512
3520
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
3513
3521
|
default as UserMinus2Icon
|
|
3514
3522
|
} from '../icons/user-round-minus';
|
|
3515
|
-
// UserRoundCog aliases
|
|
3516
|
-
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
3517
|
-
export {
|
|
3518
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
3519
|
-
default as UserCog2Icon
|
|
3520
|
-
} from '../icons/user-round-cog';
|
|
3521
3523
|
// UserRoundPlus aliases
|
|
3522
3524
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
3523
3525
|
export {
|
|
3524
3526
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
3525
3527
|
default as UserPlus2Icon
|
|
3526
3528
|
} from '../icons/user-round-plus';
|
|
3527
|
-
// UserRoundX aliases
|
|
3528
|
-
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
3529
|
-
export {
|
|
3530
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
3531
|
-
default as UserX2Icon
|
|
3532
|
-
} from '../icons/user-round-x';
|
|
3533
3529
|
// UserRound aliases
|
|
3534
3530
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
3535
3531
|
export {
|
|
3536
3532
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
3537
3533
|
default as User2Icon
|
|
3538
3534
|
} from '../icons/user-round';
|
|
3535
|
+
// UserRoundX aliases
|
|
3536
|
+
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
3537
|
+
export {
|
|
3538
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
3539
|
+
default as UserX2Icon
|
|
3540
|
+
} from '../icons/user-round-x';
|
|
3539
3541
|
// UsersRound aliases
|
|
3540
3542
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
3541
3543
|
export {
|
|
@@ -3548,16 +3550,16 @@ export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
|
3548
3550
|
// Utensils aliases
|
|
3549
3551
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3550
3552
|
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3551
|
-
// WandSparkles aliases
|
|
3552
|
-
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
3553
|
-
export {
|
|
3554
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
3555
|
-
default as Wand2Icon
|
|
3556
|
-
} from '../icons/wand-sparkles';
|
|
3557
3553
|
// WalletMinimal aliases
|
|
3558
3554
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3559
3555
|
export {
|
|
3560
3556
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
3561
3557
|
default as Wallet2Icon
|
|
3562
3558
|
} from '../icons/wallet-minimal';
|
|
3559
|
+
// WandSparkles aliases
|
|
3560
|
+
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
3561
|
+
export {
|
|
3562
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
3563
|
+
default as Wand2Icon
|
|
3564
|
+
} from '../icons/wand-sparkles';
|
|
3563
3565
|
|