@lucide/astro 0.528.0 → 0.529.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 +38 -32
- package/src/aliases/prefixed.ts +454 -448
- package/src/aliases/suffixed.ts +778 -772
- package/src/icons/castle.ts +2 -2
- package/src/icons/index.ts +150 -149
- package/src/icons/map-minus.ts +18 -0
- package/src/icons/{location-edit.ts → map-pin-pen.ts} +4 -4
- package/src/icons/shovel.ts +2 -2
package/src/aliases/suffixed.ts
CHANGED
|
@@ -6,42 +6,42 @@ export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
|
6
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
7
|
// Accessibility aliases
|
|
8
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
|
-
// AirVent aliases
|
|
10
|
-
export { default as AirVentIcon } from '../icons/air-vent';
|
|
11
9
|
// Activity aliases
|
|
12
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
13
11
|
// Airplay aliases
|
|
14
12
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
13
|
+
// AirVent aliases
|
|
14
|
+
export { default as AirVentIcon } from '../icons/air-vent';
|
|
15
15
|
// AlarmClockOff aliases
|
|
16
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
17
|
// AlarmClock aliases
|
|
18
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
19
|
// AlarmSmoke aliases
|
|
20
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
|
+
// Album aliases
|
|
22
|
+
export { default as AlbumIcon } from '../icons/album';
|
|
21
23
|
// AlignCenterHorizontal aliases
|
|
22
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
23
25
|
// AlignCenterVertical aliases
|
|
24
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
25
|
-
// Album aliases
|
|
26
|
-
export { default as AlbumIcon } from '../icons/album';
|
|
27
|
-
// AlignEndHorizontal aliases
|
|
28
|
-
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
27
|
// AlignCenter aliases
|
|
30
28
|
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
29
|
+
// AlignEndHorizontal aliases
|
|
30
|
+
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
31
|
// AlignEndVertical aliases
|
|
32
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
|
+
// AlignHorizontalDistributeEnd aliases
|
|
34
|
+
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
33
35
|
// AlignHorizontalDistributeCenter aliases
|
|
34
36
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
37
|
// AlignHorizontalDistributeStart aliases
|
|
36
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
|
-
// AlignHorizontalDistributeEnd aliases
|
|
38
|
-
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
|
-
// AlignHorizontalJustifyEnd aliases
|
|
42
|
-
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
41
|
// AlignHorizontalJustifyStart aliases
|
|
44
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
|
+
// AlignHorizontalJustifyEnd aliases
|
|
44
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
45
45
|
// AlignHorizontalSpaceAround aliases
|
|
46
46
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
47
|
// AlignHorizontalSpaceBetween aliases
|
|
@@ -56,30 +56,30 @@ export { default as AlignRightIcon } from '../icons/align-right';
|
|
|
56
56
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
57
57
|
// AlignStartVertical aliases
|
|
58
58
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
59
|
-
// AlignVerticalDistributeCenter aliases
|
|
60
|
-
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
61
59
|
// AlignVerticalDistributeEnd aliases
|
|
62
60
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
61
|
+
// AlignVerticalDistributeCenter aliases
|
|
62
|
+
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
63
63
|
// AlignVerticalDistributeStart aliases
|
|
64
64
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
65
65
|
// AlignVerticalJustifyCenter aliases
|
|
66
66
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
67
|
-
// AlignVerticalJustifyEnd aliases
|
|
68
|
-
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
69
67
|
// AlignVerticalJustifyStart aliases
|
|
70
68
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
69
|
+
// AlignVerticalJustifyEnd aliases
|
|
70
|
+
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
71
71
|
// AlignVerticalSpaceAround aliases
|
|
72
72
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
73
|
-
// AlignVerticalSpaceBetween aliases
|
|
74
|
-
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
75
73
|
// Ambulance aliases
|
|
76
74
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
75
|
+
// AlignVerticalSpaceBetween aliases
|
|
76
|
+
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
77
77
|
// Ampersand aliases
|
|
78
78
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
79
|
-
// Amphora aliases
|
|
80
|
-
export { default as AmphoraIcon } from '../icons/amphora';
|
|
81
79
|
// Ampersands aliases
|
|
82
80
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
81
|
+
// Amphora aliases
|
|
82
|
+
export { default as AmphoraIcon } from '../icons/amphora';
|
|
83
83
|
// Anchor aliases
|
|
84
84
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
85
85
|
// Angry aliases
|
|
@@ -88,10 +88,10 @@ export { default as AngryIcon } from '../icons/angry';
|
|
|
88
88
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
89
89
|
// Antenna aliases
|
|
90
90
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
91
|
-
// Anvil aliases
|
|
92
|
-
export { default as AnvilIcon } from '../icons/anvil';
|
|
93
91
|
// Aperture aliases
|
|
94
92
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
93
|
+
// Anvil aliases
|
|
94
|
+
export { default as AnvilIcon } from '../icons/anvil';
|
|
95
95
|
// AppWindowMac aliases
|
|
96
96
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
97
97
|
// AppWindow aliases
|
|
@@ -106,66 +106,66 @@ export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
|
106
106
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
107
107
|
// Armchair aliases
|
|
108
108
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
109
|
-
// ArrowBigDownDash aliases
|
|
110
|
-
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
111
109
|
// ArrowBigDown aliases
|
|
112
110
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
111
|
+
// ArrowBigDownDash aliases
|
|
112
|
+
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
113
113
|
// ArrowBigLeftDash aliases
|
|
114
114
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
115
|
-
// ArrowBigRightDash aliases
|
|
116
|
-
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
117
115
|
// ArrowBigLeft aliases
|
|
118
116
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
117
|
+
// ArrowBigRightDash aliases
|
|
118
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
119
119
|
// ArrowBigRight aliases
|
|
120
120
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
121
|
-
// ArrowBigUpDash aliases
|
|
122
|
-
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
123
121
|
// ArrowBigUp aliases
|
|
124
122
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
125
|
-
// ArrowDownLeft aliases
|
|
126
|
-
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
127
123
|
// ArrowDownFromLine aliases
|
|
128
124
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
125
|
+
// ArrowBigUpDash aliases
|
|
126
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
127
|
+
// ArrowDownLeft aliases
|
|
128
|
+
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
129
129
|
// ArrowDownNarrowWide aliases
|
|
130
130
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
131
131
|
// ArrowDownRight aliases
|
|
132
132
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
133
|
+
// ArrowDownToLine aliases
|
|
134
|
+
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
133
135
|
// ArrowDownToDot aliases
|
|
134
136
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
135
137
|
// ArrowDownUp aliases
|
|
136
138
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
137
|
-
// ArrowDownToLine aliases
|
|
138
|
-
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
139
139
|
// ArrowDown aliases
|
|
140
140
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
141
141
|
// ArrowLeftFromLine aliases
|
|
142
142
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
143
143
|
// ArrowLeftRight aliases
|
|
144
144
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
145
|
-
// ArrowLeftToLine aliases
|
|
146
|
-
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
147
145
|
// ArrowLeft aliases
|
|
148
146
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
147
|
+
// ArrowLeftToLine aliases
|
|
148
|
+
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
149
149
|
// ArrowRightFromLine aliases
|
|
150
150
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
151
151
|
// ArrowRightLeft aliases
|
|
152
152
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
153
153
|
// ArrowRightToLine aliases
|
|
154
154
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
155
|
-
// ArrowUpDown aliases
|
|
156
|
-
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
157
155
|
// ArrowRight aliases
|
|
158
156
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
157
|
+
// ArrowUpDown aliases
|
|
158
|
+
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
159
159
|
// ArrowUpFromDot aliases
|
|
160
160
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
161
|
-
// ArrowUpFromLine aliases
|
|
162
|
-
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
163
161
|
// ArrowUpLeft aliases
|
|
164
162
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
165
|
-
//
|
|
166
|
-
export { default as
|
|
163
|
+
// ArrowUpFromLine aliases
|
|
164
|
+
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
167
165
|
// ArrowUpRight aliases
|
|
168
166
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
167
|
+
// ArrowUpToLine aliases
|
|
168
|
+
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
169
169
|
// ArrowUpWideNarrow aliases
|
|
170
170
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
171
171
|
// ArrowUp aliases
|
|
@@ -176,94 +176,94 @@ export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
|
176
176
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
177
177
|
// AtSign aliases
|
|
178
178
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
179
|
+
// Atom aliases
|
|
180
|
+
export { default as AtomIcon } from '../icons/atom';
|
|
179
181
|
// AudioLines aliases
|
|
180
182
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
181
183
|
// AudioWaveform aliases
|
|
182
184
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
183
|
-
// Atom aliases
|
|
184
|
-
export { default as AtomIcon } from '../icons/atom';
|
|
185
185
|
// Award aliases
|
|
186
186
|
export { default as AwardIcon } from '../icons/award';
|
|
187
187
|
// Axe aliases
|
|
188
188
|
export { default as AxeIcon } from '../icons/axe';
|
|
189
|
-
// Baby aliases
|
|
190
|
-
export { default as BabyIcon } from '../icons/baby';
|
|
191
189
|
// Backpack aliases
|
|
192
190
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
193
|
-
// BadgeAlert aliases
|
|
194
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
195
191
|
// BadgeCent aliases
|
|
196
192
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
193
|
+
// Baby aliases
|
|
194
|
+
export { default as BabyIcon } from '../icons/baby';
|
|
195
|
+
// BadgeAlert aliases
|
|
196
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
197
197
|
// BadgeDollarSign aliases
|
|
198
198
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
199
|
-
// BadgeIndianRupee aliases
|
|
200
|
-
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
201
199
|
// BadgeEuro aliases
|
|
202
200
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
203
201
|
// BadgeInfo aliases
|
|
204
202
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
205
|
-
//
|
|
206
|
-
export { default as
|
|
203
|
+
// BadgeIndianRupee aliases
|
|
204
|
+
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
207
205
|
// BadgeJapaneseYen aliases
|
|
208
206
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
207
|
+
// BadgeMinus aliases
|
|
208
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
209
209
|
// BadgePercent aliases
|
|
210
210
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
211
|
-
// BadgePoundSterling aliases
|
|
212
|
-
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
213
211
|
// BadgePlus aliases
|
|
214
212
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
213
|
+
// BadgePoundSterling aliases
|
|
214
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
215
215
|
// BadgeRussianRuble aliases
|
|
216
216
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
217
217
|
// BadgeSwissFranc aliases
|
|
218
218
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
219
219
|
// BadgeTurkishLira aliases
|
|
220
220
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
221
|
-
// Badge aliases
|
|
222
|
-
export { default as BadgeIcon } from '../icons/badge';
|
|
223
221
|
// BadgeX aliases
|
|
224
222
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
225
|
-
//
|
|
226
|
-
export { default as
|
|
223
|
+
// Badge aliases
|
|
224
|
+
export { default as BadgeIcon } from '../icons/badge';
|
|
227
225
|
// BaggageClaim aliases
|
|
228
226
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
229
227
|
// Ban aliases
|
|
230
228
|
export { default as BanIcon } from '../icons/ban';
|
|
231
|
-
//
|
|
232
|
-
export { default as
|
|
233
|
-
// BanknoteArrowUp aliases
|
|
234
|
-
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
229
|
+
// Banana aliases
|
|
230
|
+
export { default as BananaIcon } from '../icons/banana';
|
|
235
231
|
// Bandage aliases
|
|
236
232
|
export { default as BandageIcon } from '../icons/bandage';
|
|
233
|
+
// BanknoteArrowDown aliases
|
|
234
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
237
235
|
// BanknoteX aliases
|
|
238
236
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
237
|
// Banknote aliases
|
|
240
238
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
239
|
+
// BanknoteArrowUp aliases
|
|
240
|
+
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
241
241
|
// Barcode aliases
|
|
242
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
243
|
// Barrel aliases
|
|
244
244
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
245
|
-
// Bath aliases
|
|
246
|
-
export { default as BathIcon } from '../icons/bath';
|
|
247
245
|
// Baseline aliases
|
|
248
246
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
247
|
+
// Bath aliases
|
|
248
|
+
export { default as BathIcon } from '../icons/bath';
|
|
249
|
+
// BatteryCharging aliases
|
|
250
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
249
251
|
// BatteryFull aliases
|
|
250
252
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
251
253
|
// BatteryLow aliases
|
|
252
254
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
253
255
|
// BatteryMedium aliases
|
|
254
256
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
255
|
-
// BatteryCharging aliases
|
|
256
|
-
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
257
|
-
// BatteryPlus aliases
|
|
258
|
-
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
257
|
// BatteryWarning aliases
|
|
260
258
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
259
|
+
// BatteryPlus aliases
|
|
260
|
+
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
261
|
+
// Battery aliases
|
|
262
|
+
export { default as BatteryIcon } from '../icons/battery';
|
|
261
263
|
// Beaker aliases
|
|
262
264
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
263
265
|
// BeanOff aliases
|
|
264
266
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
265
|
-
// Battery aliases
|
|
266
|
-
export { default as BatteryIcon } from '../icons/battery';
|
|
267
267
|
// Bean aliases
|
|
268
268
|
export { default as BeanIcon } from '../icons/bean';
|
|
269
269
|
// BedDouble aliases
|
|
@@ -272,14 +272,14 @@ export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
|
272
272
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
273
273
|
// Bed aliases
|
|
274
274
|
export { default as BedIcon } from '../icons/bed';
|
|
275
|
+
// Beef aliases
|
|
276
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
275
277
|
// BeerOff aliases
|
|
276
278
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
277
279
|
// Beer aliases
|
|
278
280
|
export { default as BeerIcon } from '../icons/beer';
|
|
279
281
|
// BellDot aliases
|
|
280
282
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
281
|
-
// Beef aliases
|
|
282
|
-
export { default as BeefIcon } from '../icons/beef';
|
|
283
283
|
// BellElectric aliases
|
|
284
284
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
285
285
|
// BellMinus aliases
|
|
@@ -294,46 +294,46 @@ export { default as BellRingIcon } from '../icons/bell-ring';
|
|
|
294
294
|
export { default as BellIcon } from '../icons/bell';
|
|
295
295
|
// BetweenVerticalEnd aliases
|
|
296
296
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
297
|
+
// BicepsFlexed aliases
|
|
298
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
297
299
|
// BetweenVerticalStart aliases
|
|
298
300
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
299
301
|
// Bike aliases
|
|
300
302
|
export { default as BikeIcon } from '../icons/bike';
|
|
301
|
-
// BicepsFlexed aliases
|
|
302
|
-
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
303
303
|
// Binary aliases
|
|
304
304
|
export { default as BinaryIcon } from '../icons/binary';
|
|
305
305
|
// Binoculars aliases
|
|
306
306
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
307
|
-
// Bird aliases
|
|
308
|
-
export { default as BirdIcon } from '../icons/bird';
|
|
309
307
|
// Biohazard aliases
|
|
310
308
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
309
|
+
// Bird aliases
|
|
310
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
311
311
|
// Bitcoin aliases
|
|
312
312
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
313
|
-
// Blinds aliases
|
|
314
|
-
export { default as BlindsIcon } from '../icons/blinds';
|
|
315
313
|
// Blend aliases
|
|
316
314
|
export { default as BlendIcon } from '../icons/blend';
|
|
315
|
+
// Blinds aliases
|
|
316
|
+
export { default as BlindsIcon } from '../icons/blinds';
|
|
317
317
|
// Blocks aliases
|
|
318
318
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
319
|
+
// BluetoothConnected aliases
|
|
320
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
319
321
|
// BluetoothOff aliases
|
|
320
322
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
321
|
-
// BluetoothSearching aliases
|
|
322
|
-
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
323
323
|
// Bluetooth aliases
|
|
324
324
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
325
|
-
//
|
|
326
|
-
export { default as
|
|
327
|
-
// Bomb aliases
|
|
328
|
-
export { default as BombIcon } from '../icons/bomb';
|
|
329
|
-
// Bolt aliases
|
|
330
|
-
export { default as BoltIcon } from '../icons/bolt';
|
|
325
|
+
// BluetoothSearching aliases
|
|
326
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
331
327
|
// Bold aliases
|
|
332
328
|
export { default as BoldIcon } from '../icons/bold';
|
|
333
|
-
//
|
|
334
|
-
export { default as
|
|
329
|
+
// Bolt aliases
|
|
330
|
+
export { default as BoltIcon } from '../icons/bolt';
|
|
331
|
+
// Bomb aliases
|
|
332
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
335
333
|
// Bone aliases
|
|
336
334
|
export { default as BoneIcon } from '../icons/bone';
|
|
335
|
+
// BookA aliases
|
|
336
|
+
export { default as BookAIcon } from '../icons/book-a';
|
|
337
337
|
// BookAlert aliases
|
|
338
338
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
339
339
|
// BookAudio aliases
|
|
@@ -342,64 +342,64 @@ export { default as BookAudioIcon } from '../icons/book-audio';
|
|
|
342
342
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
343
343
|
// BookCopy aliases
|
|
344
344
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
345
|
-
// BookDown aliases
|
|
346
|
-
export { default as BookDownIcon } from '../icons/book-down';
|
|
347
345
|
// BookHeart aliases
|
|
348
346
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
349
|
-
// BookHeadphones aliases
|
|
350
|
-
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
351
347
|
// BookImage aliases
|
|
352
348
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
353
|
-
//
|
|
354
|
-
export { default as
|
|
349
|
+
// BookDown aliases
|
|
350
|
+
export { default as BookDownIcon } from '../icons/book-down';
|
|
351
|
+
// BookHeadphones aliases
|
|
352
|
+
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
355
353
|
// BookKey aliases
|
|
356
354
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
357
355
|
// BookLock aliases
|
|
358
356
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
357
|
+
// BookMarked aliases
|
|
358
|
+
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
359
359
|
// BookMinus aliases
|
|
360
360
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
361
361
|
// BookOpenCheck aliases
|
|
362
362
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
363
363
|
// BookOpenText aliases
|
|
364
364
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
365
|
-
// BookOpen aliases
|
|
366
|
-
export { default as BookOpenIcon } from '../icons/book-open';
|
|
367
365
|
// BookPlus aliases
|
|
368
366
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
369
|
-
// BookType aliases
|
|
370
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
371
367
|
// BookText aliases
|
|
372
368
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
373
|
-
//
|
|
374
|
-
export { default as
|
|
369
|
+
// BookOpen aliases
|
|
370
|
+
export { default as BookOpenIcon } from '../icons/book-open';
|
|
371
|
+
// BookType aliases
|
|
372
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
375
373
|
// BookUp2 aliases
|
|
376
374
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
377
|
-
//
|
|
378
|
-
export { default as
|
|
375
|
+
// BookUp aliases
|
|
376
|
+
export { default as BookUpIcon } from '../icons/book-up';
|
|
379
377
|
// BookX aliases
|
|
380
378
|
export { default as BookXIcon } from '../icons/book-x';
|
|
379
|
+
// BookUser aliases
|
|
380
|
+
export { default as BookUserIcon } from '../icons/book-user';
|
|
381
381
|
// Book aliases
|
|
382
382
|
export { default as BookIcon } from '../icons/book';
|
|
383
|
-
// BookmarkCheck aliases
|
|
384
|
-
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
385
|
-
// BookmarkPlus aliases
|
|
386
|
-
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
383
|
// BookmarkMinus aliases
|
|
388
384
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
385
|
+
// BookmarkCheck aliases
|
|
386
|
+
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
389
387
|
// BookmarkX aliases
|
|
390
388
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
391
|
-
//
|
|
392
|
-
export { default as
|
|
393
|
-
// BotMessageSquare aliases
|
|
394
|
-
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
389
|
+
// BookmarkPlus aliases
|
|
390
|
+
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
395
391
|
// Bookmark aliases
|
|
396
392
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
393
|
+
// BotMessageSquare aliases
|
|
394
|
+
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
395
|
+
// BoomBox aliases
|
|
396
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
397
397
|
// BotOff aliases
|
|
398
398
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
399
|
-
// BottleWine aliases
|
|
400
|
-
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
401
399
|
// Bot aliases
|
|
402
400
|
export { default as BotIcon } from '../icons/bot';
|
|
401
|
+
// BottleWine aliases
|
|
402
|
+
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
403
403
|
// BowArrow aliases
|
|
404
404
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
405
405
|
// Box aliases
|
|
@@ -410,104 +410,104 @@ export { default as BoxesIcon } from '../icons/boxes';
|
|
|
410
410
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
411
411
|
// BrainCircuit aliases
|
|
412
412
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
413
|
-
// Brain aliases
|
|
414
|
-
export { default as BrainIcon } from '../icons/brain';
|
|
415
413
|
// BrainCog aliases
|
|
416
414
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
417
415
|
// BrickWallFire aliases
|
|
418
416
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
417
|
+
// Brain aliases
|
|
418
|
+
export { default as BrainIcon } from '../icons/brain';
|
|
419
419
|
// BrickWall aliases
|
|
420
420
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
421
|
-
// BriefcaseBusiness aliases
|
|
422
|
-
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
423
421
|
// BriefcaseConveyorBelt aliases
|
|
424
422
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
423
|
+
// BriefcaseBusiness aliases
|
|
424
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
425
425
|
// BriefcaseMedical aliases
|
|
426
426
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
427
|
-
// BringToFront aliases
|
|
428
|
-
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
429
|
-
// BrushCleaning aliases
|
|
430
|
-
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
431
427
|
// Briefcase aliases
|
|
432
428
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
429
|
+
// BrushCleaning aliases
|
|
430
|
+
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
431
|
+
// BringToFront aliases
|
|
432
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
433
433
|
// Brush aliases
|
|
434
434
|
export { default as BrushIcon } from '../icons/brush';
|
|
435
435
|
// Bubbles aliases
|
|
436
436
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
437
|
-
// BugOff aliases
|
|
438
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
439
437
|
// BugPlay aliases
|
|
440
438
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
439
|
+
// BugOff aliases
|
|
440
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
441
441
|
// Bug aliases
|
|
442
442
|
export { default as BugIcon } from '../icons/bug';
|
|
443
443
|
// Building2 aliases
|
|
444
444
|
export { default as Building2Icon } from '../icons/building-2';
|
|
445
445
|
// Building aliases
|
|
446
446
|
export { default as BuildingIcon } from '../icons/building';
|
|
447
|
-
// BusFront aliases
|
|
448
|
-
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
449
447
|
// Bus aliases
|
|
450
448
|
export { default as BusIcon } from '../icons/bus';
|
|
449
|
+
// BusFront aliases
|
|
450
|
+
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
451
451
|
// CableCar aliases
|
|
452
452
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
453
|
-
// CakeSlice aliases
|
|
454
|
-
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
455
453
|
// Cable aliases
|
|
456
454
|
export { default as CableIcon } from '../icons/cable';
|
|
455
|
+
// CakeSlice aliases
|
|
456
|
+
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
457
457
|
// Cake aliases
|
|
458
458
|
export { default as CakeIcon } from '../icons/cake';
|
|
459
459
|
// Calculator aliases
|
|
460
460
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
461
461
|
// Calendar1 aliases
|
|
462
462
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
|
-
// CalendarArrowDown aliases
|
|
464
|
-
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
465
463
|
// CalendarArrowUp aliases
|
|
466
464
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
467
|
-
//
|
|
468
|
-
export { default as
|
|
465
|
+
// CalendarArrowDown aliases
|
|
466
|
+
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
469
467
|
// CalendarCheck2 aliases
|
|
470
468
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
471
|
-
//
|
|
472
|
-
export { default as
|
|
469
|
+
// CalendarCheck aliases
|
|
470
|
+
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
473
471
|
// CalendarCog aliases
|
|
474
472
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
473
|
+
// CalendarClock aliases
|
|
474
|
+
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
475
475
|
// CalendarDays aliases
|
|
476
476
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
477
477
|
// CalendarFold aliases
|
|
478
478
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
479
479
|
// CalendarMinus2 aliases
|
|
480
480
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
481
|
-
// CalendarMinus aliases
|
|
482
|
-
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
483
481
|
// CalendarHeart aliases
|
|
484
|
-
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
485
|
-
//
|
|
486
|
-
export { default as
|
|
482
|
+
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
483
|
+
// CalendarMinus aliases
|
|
484
|
+
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
487
485
|
// CalendarPlus2 aliases
|
|
488
486
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
487
|
+
// CalendarOff aliases
|
|
488
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
489
489
|
// CalendarPlus aliases
|
|
490
490
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
491
491
|
// CalendarRange aliases
|
|
492
492
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
493
493
|
// CalendarSearch aliases
|
|
494
494
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
495
|
+
// CalendarSync aliases
|
|
496
|
+
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
495
497
|
// CalendarX2 aliases
|
|
496
498
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
497
499
|
// CalendarX aliases
|
|
498
500
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
499
|
-
// CalendarSync aliases
|
|
500
|
-
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
501
|
-
// Calendar aliases
|
|
502
|
-
export { default as CalendarIcon } from '../icons/calendar';
|
|
503
501
|
// CameraOff aliases
|
|
504
502
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
503
|
+
// Calendar aliases
|
|
504
|
+
export { default as CalendarIcon } from '../icons/calendar';
|
|
505
505
|
// Camera aliases
|
|
506
506
|
export { default as CameraIcon } from '../icons/camera';
|
|
507
|
-
// CandyCane aliases
|
|
508
|
-
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
509
507
|
// CandyOff aliases
|
|
510
508
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
509
|
+
// CandyCane aliases
|
|
510
|
+
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
511
511
|
// Candy aliases
|
|
512
512
|
export { default as CandyIcon } from '../icons/candy';
|
|
513
513
|
// Cannabis aliases
|
|
@@ -534,42 +534,42 @@ export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
|
534
534
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
535
535
|
// CassetteTape aliases
|
|
536
536
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
537
|
-
// Cast aliases
|
|
538
|
-
export { default as CastIcon } from '../icons/cast';
|
|
539
537
|
// Castle aliases
|
|
540
538
|
export { default as CastleIcon } from '../icons/castle';
|
|
541
539
|
// Cat aliases
|
|
542
540
|
export { default as CatIcon } from '../icons/cat';
|
|
541
|
+
// Cast aliases
|
|
542
|
+
export { default as CastIcon } from '../icons/cast';
|
|
543
|
+
// Cctv aliases
|
|
544
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
543
545
|
// ChartBarIncreasing aliases
|
|
544
546
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
545
547
|
// ChartBarDecreasing aliases
|
|
546
548
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
547
|
-
// Cctv aliases
|
|
548
|
-
export { default as CctvIcon } from '../icons/cctv';
|
|
549
549
|
// ChartBarStacked aliases
|
|
550
550
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
551
551
|
// ChartColumnDecreasing aliases
|
|
552
552
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
553
|
-
// ChartColumnStacked aliases
|
|
554
|
-
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
555
553
|
// ChartGantt aliases
|
|
556
554
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
557
555
|
// ChartNetwork aliases
|
|
558
556
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
559
|
-
// ChartNoAxesCombined aliases
|
|
560
|
-
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
561
557
|
// ChartNoAxesColumnDecreasing aliases
|
|
562
558
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
563
|
-
//
|
|
564
|
-
export { default as
|
|
559
|
+
// ChartColumnStacked aliases
|
|
560
|
+
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
561
|
+
// ChartNoAxesCombined aliases
|
|
562
|
+
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
565
563
|
// ChartSpline aliases
|
|
566
564
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
567
565
|
// CheckLine aliases
|
|
568
566
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
569
|
-
//
|
|
570
|
-
export { default as
|
|
567
|
+
// CheckCheck aliases
|
|
568
|
+
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
571
569
|
// Check aliases
|
|
572
570
|
export { default as CheckIcon } from '../icons/check';
|
|
571
|
+
// ChefHat aliases
|
|
572
|
+
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
573
573
|
// ChevronDown aliases
|
|
574
574
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
575
575
|
// Cherry aliases
|
|
@@ -580,16 +580,16 @@ export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
|
580
580
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
581
581
|
// ChevronLeft aliases
|
|
582
582
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
583
|
-
// ChevronUp aliases
|
|
584
|
-
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
585
|
-
// ChevronsDownUp aliases
|
|
586
|
-
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
587
583
|
// ChevronRight aliases
|
|
588
584
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
589
|
-
//
|
|
590
|
-
export { default as
|
|
585
|
+
// ChevronsDownUp aliases
|
|
586
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
587
|
+
// ChevronUp aliases
|
|
588
|
+
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
591
589
|
// ChevronsDown aliases
|
|
592
590
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
591
|
+
// ChevronsLeftRightEllipsis aliases
|
|
592
|
+
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
593
593
|
// ChevronsLeftRight aliases
|
|
594
594
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
595
595
|
// ChevronsLeft aliases
|
|
@@ -606,40 +606,40 @@ export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
|
606
606
|
export { default as ChromeIcon } from '../icons/chrome';
|
|
607
607
|
// Church aliases
|
|
608
608
|
export { default as ChurchIcon } from '../icons/church';
|
|
609
|
-
// CigaretteOff aliases
|
|
610
|
-
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
611
609
|
// Cigarette aliases
|
|
612
610
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
611
|
+
// CigaretteOff aliases
|
|
612
|
+
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
613
613
|
// CircleDashed aliases
|
|
614
614
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
615
|
-
// CircleDollarSign aliases
|
|
616
|
-
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
617
615
|
// CircleDotDashed aliases
|
|
618
616
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
617
|
+
// CircleDollarSign aliases
|
|
618
|
+
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
619
619
|
// CircleDot aliases
|
|
620
620
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
621
621
|
// CircleEllipsis aliases
|
|
622
622
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
623
623
|
// CircleEqual aliases
|
|
624
624
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
625
|
-
// CircleFadingPlus aliases
|
|
626
|
-
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
627
|
-
// CircleOff aliases
|
|
628
|
-
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
629
625
|
// CircleFadingArrowUp aliases
|
|
630
626
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
627
|
+
// CircleFadingPlus aliases
|
|
628
|
+
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
631
629
|
// CirclePoundSterling aliases
|
|
632
630
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
631
|
+
// CircleOff aliases
|
|
632
|
+
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
633
633
|
// CircleSlash aliases
|
|
634
634
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
635
635
|
// CircleSmall aliases
|
|
636
636
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
637
637
|
// Circle aliases
|
|
638
638
|
export { default as CircleIcon } from '../icons/circle';
|
|
639
|
-
// Citrus aliases
|
|
640
|
-
export { default as CitrusIcon } from '../icons/citrus';
|
|
641
639
|
// CircuitBoard aliases
|
|
642
640
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
641
|
+
// Citrus aliases
|
|
642
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
643
643
|
// Clapperboard aliases
|
|
644
644
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
645
645
|
// ClipboardCheck aliases
|
|
@@ -648,16 +648,16 @@ export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
|
648
648
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
649
649
|
// ClipboardCopy aliases
|
|
650
650
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
651
|
-
// ClipboardMinus aliases
|
|
652
|
-
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
653
651
|
// ClipboardPaste aliases
|
|
654
652
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
653
|
+
// ClipboardMinus aliases
|
|
654
|
+
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
655
655
|
// ClipboardPlus aliases
|
|
656
656
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
657
|
-
// ClipboardX aliases
|
|
658
|
-
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
659
657
|
// ClipboardType aliases
|
|
660
658
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
659
|
+
// ClipboardX aliases
|
|
660
|
+
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
661
661
|
// Clock1 aliases
|
|
662
662
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
663
663
|
// Clipboard aliases
|
|
@@ -668,10 +668,10 @@ export { default as Clock10Icon } from '../icons/clock-10';
|
|
|
668
668
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
669
669
|
// Clock12 aliases
|
|
670
670
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
671
|
-
// Clock3 aliases
|
|
672
|
-
export { default as Clock3Icon } from '../icons/clock-3';
|
|
673
671
|
// Clock2 aliases
|
|
674
672
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
673
|
+
// Clock3 aliases
|
|
674
|
+
export { default as Clock3Icon } from '../icons/clock-3';
|
|
675
675
|
// Clock4 aliases
|
|
676
676
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
677
677
|
// Clock6 aliases
|
|
@@ -686,20 +686,20 @@ export { default as Clock8Icon } from '../icons/clock-8';
|
|
|
686
686
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
687
687
|
// ClockAlert aliases
|
|
688
688
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
689
|
-
// ClockArrowUp aliases
|
|
690
|
-
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
691
689
|
// ClockArrowDown aliases
|
|
692
690
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
691
|
+
// ClockArrowUp aliases
|
|
692
|
+
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
693
693
|
// ClockFading aliases
|
|
694
694
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
695
695
|
// Clock aliases
|
|
696
696
|
export { default as ClockIcon } from '../icons/clock';
|
|
697
697
|
// ClockPlus aliases
|
|
698
698
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
699
|
-
// CloudAlert aliases
|
|
700
|
-
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
701
699
|
// CloudCheck aliases
|
|
702
700
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
701
|
+
// CloudAlert aliases
|
|
702
|
+
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
703
703
|
// CloudCog aliases
|
|
704
704
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
705
705
|
// CloudDrizzle aliases
|
|
@@ -720,26 +720,26 @@ export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
|
720
720
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
721
721
|
// CloudRainWind aliases
|
|
722
722
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
723
|
-
// CloudSunRain aliases
|
|
724
|
-
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
725
723
|
// CloudSnow aliases
|
|
726
724
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
725
|
+
// CloudSunRain aliases
|
|
726
|
+
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
727
|
+
// Cloud aliases
|
|
728
|
+
export { default as CloudIcon } from '../icons/cloud';
|
|
727
729
|
// CloudSun aliases
|
|
728
730
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
729
731
|
// Cloudy aliases
|
|
730
732
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
731
|
-
// Cloud aliases
|
|
732
|
-
export { default as CloudIcon } from '../icons/cloud';
|
|
733
733
|
// Clover aliases
|
|
734
734
|
export { default as CloverIcon } from '../icons/clover';
|
|
735
735
|
// Club aliases
|
|
736
736
|
export { default as ClubIcon } from '../icons/club';
|
|
737
|
+
// Codepen aliases
|
|
738
|
+
export { default as CodepenIcon } from '../icons/codepen';
|
|
737
739
|
// Code aliases
|
|
738
740
|
export { default as CodeIcon } from '../icons/code';
|
|
739
741
|
// Codesandbox aliases
|
|
740
742
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
741
|
-
// Codepen aliases
|
|
742
|
-
export { default as CodepenIcon } from '../icons/codepen';
|
|
743
743
|
// Coffee aliases
|
|
744
744
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
745
745
|
// Cog aliases
|
|
@@ -748,12 +748,12 @@ export { default as CogIcon } from '../icons/cog';
|
|
|
748
748
|
export { default as CoinsIcon } from '../icons/coins';
|
|
749
749
|
// Columns4 aliases
|
|
750
750
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
751
|
+
// Combine aliases
|
|
752
|
+
export { default as CombineIcon } from '../icons/combine';
|
|
751
753
|
// Command aliases
|
|
752
754
|
export { default as CommandIcon } from '../icons/command';
|
|
753
755
|
// Compass aliases
|
|
754
756
|
export { default as CompassIcon } from '../icons/compass';
|
|
755
|
-
// Combine aliases
|
|
756
|
-
export { default as CombineIcon } from '../icons/combine';
|
|
757
757
|
// Component aliases
|
|
758
758
|
export { default as ComponentIcon } from '../icons/component';
|
|
759
759
|
// Computer aliases
|
|
@@ -768,10 +768,10 @@ export { default as ConstructionIcon } from '../icons/construction';
|
|
|
768
768
|
export { default as ContactIcon } from '../icons/contact';
|
|
769
769
|
// Container aliases
|
|
770
770
|
export { default as ContainerIcon } from '../icons/container';
|
|
771
|
-
// Contrast aliases
|
|
772
|
-
export { default as ContrastIcon } from '../icons/contrast';
|
|
773
771
|
// Cookie aliases
|
|
774
772
|
export { default as CookieIcon } from '../icons/cookie';
|
|
773
|
+
// Contrast aliases
|
|
774
|
+
export { default as ContrastIcon } from '../icons/contrast';
|
|
775
775
|
// CookingPot aliases
|
|
776
776
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
777
777
|
// CopyCheck aliases
|
|
@@ -784,24 +784,24 @@ export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
|
784
784
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
785
785
|
// CopyX aliases
|
|
786
786
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
787
|
-
// Copy aliases
|
|
788
|
-
export { default as CopyIcon } from '../icons/copy';
|
|
789
787
|
// Copyleft aliases
|
|
790
788
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
789
|
+
// Copy aliases
|
|
790
|
+
export { default as CopyIcon } from '../icons/copy';
|
|
791
791
|
// Copyright aliases
|
|
792
792
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
793
793
|
// CornerDownLeft aliases
|
|
794
794
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
795
|
-
// CornerLeftDown aliases
|
|
796
|
-
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
797
795
|
// CornerDownRight aliases
|
|
798
796
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
797
|
+
// CornerLeftDown aliases
|
|
798
|
+
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
799
|
+
// CornerLeftUp aliases
|
|
800
|
+
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
799
801
|
// CornerRightDown aliases
|
|
800
802
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
801
803
|
// CornerRightUp aliases
|
|
802
804
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
803
|
-
// CornerLeftUp aliases
|
|
804
|
-
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
805
805
|
// CornerUpLeft aliases
|
|
806
806
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
807
807
|
// CornerUpRight aliases
|
|
@@ -820,14 +820,14 @@ export { default as CropIcon } from '../icons/crop';
|
|
|
820
820
|
export { default as CrossIcon } from '../icons/cross';
|
|
821
821
|
// Crosshair aliases
|
|
822
822
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
823
|
-
// Crown aliases
|
|
824
|
-
export { default as CrownIcon } from '../icons/crown';
|
|
825
823
|
// Cuboid aliases
|
|
826
824
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
827
|
-
//
|
|
828
|
-
export { default as
|
|
825
|
+
// Crown aliases
|
|
826
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
829
827
|
// CupSoda aliases
|
|
830
828
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
829
|
+
// Currency aliases
|
|
830
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
831
831
|
// Cylinder aliases
|
|
832
832
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
833
833
|
// Dam aliases
|
|
@@ -836,38 +836,38 @@ export { default as DamIcon } from '../icons/dam';
|
|
|
836
836
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
837
837
|
// DatabaseZap aliases
|
|
838
838
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
839
|
-
// Database aliases
|
|
840
|
-
export { default as DatabaseIcon } from '../icons/database';
|
|
841
839
|
// DecimalsArrowLeft aliases
|
|
842
840
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
841
|
+
// Database aliases
|
|
842
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
843
843
|
// DecimalsArrowRight aliases
|
|
844
844
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
845
845
|
// Delete aliases
|
|
846
846
|
export { default as DeleteIcon } from '../icons/delete';
|
|
847
847
|
// Dessert aliases
|
|
848
848
|
export { default as DessertIcon } from '../icons/dessert';
|
|
849
|
-
// Diameter aliases
|
|
850
|
-
export { default as DiameterIcon } from '../icons/diameter';
|
|
851
849
|
// DiamondMinus aliases
|
|
852
850
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
851
|
+
// Diameter aliases
|
|
852
|
+
export { default as DiameterIcon } from '../icons/diameter';
|
|
853
853
|
// DiamondPlus aliases
|
|
854
854
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
855
|
-
// Diamond aliases
|
|
856
|
-
export { default as DiamondIcon } from '../icons/diamond';
|
|
857
855
|
// Dice1 aliases
|
|
858
856
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
859
857
|
// Dice2 aliases
|
|
860
858
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
861
|
-
//
|
|
862
|
-
export { default as
|
|
859
|
+
// Diamond aliases
|
|
860
|
+
export { default as DiamondIcon } from '../icons/diamond';
|
|
863
861
|
// Dice3 aliases
|
|
864
862
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
863
|
+
// Dice4 aliases
|
|
864
|
+
export { default as Dice4Icon } from '../icons/dice-4';
|
|
865
865
|
// Dice5 aliases
|
|
866
866
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
867
|
-
// Dices aliases
|
|
868
|
-
export { default as DicesIcon } from '../icons/dices';
|
|
869
867
|
// Dice6 aliases
|
|
870
868
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
869
|
+
// Dices aliases
|
|
870
|
+
export { default as DicesIcon } from '../icons/dices';
|
|
871
871
|
// Diff aliases
|
|
872
872
|
export { default as DiffIcon } from '../icons/diff';
|
|
873
873
|
// Disc2 aliases
|
|
@@ -876,44 +876,44 @@ export { default as Disc2Icon } from '../icons/disc-2';
|
|
|
876
876
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
877
877
|
// DiscAlbum aliases
|
|
878
878
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
879
|
-
// Disc aliases
|
|
880
|
-
export { default as DiscIcon } from '../icons/disc';
|
|
881
879
|
// Divide aliases
|
|
882
880
|
export { default as DivideIcon } from '../icons/divide';
|
|
881
|
+
// Disc aliases
|
|
882
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
883
883
|
// DnaOff aliases
|
|
884
884
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
885
885
|
// Dna aliases
|
|
886
886
|
export { default as DnaIcon } from '../icons/dna';
|
|
887
|
+
// Dog aliases
|
|
888
|
+
export { default as DogIcon } from '../icons/dog';
|
|
887
889
|
// Dock aliases
|
|
888
890
|
export { default as DockIcon } from '../icons/dock';
|
|
889
891
|
// DollarSign aliases
|
|
890
892
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
891
893
|
// Donut aliases
|
|
892
894
|
export { default as DonutIcon } from '../icons/donut';
|
|
893
|
-
// Dog aliases
|
|
894
|
-
export { default as DogIcon } from '../icons/dog';
|
|
895
|
-
// DoorClosed aliases
|
|
896
|
-
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
897
895
|
// DoorClosedLocked aliases
|
|
898
896
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
897
|
+
// DoorClosed aliases
|
|
898
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
899
899
|
// DoorOpen aliases
|
|
900
900
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
901
901
|
// Dot aliases
|
|
902
902
|
export { default as DotIcon } from '../icons/dot';
|
|
903
|
-
// Download aliases
|
|
904
|
-
export { default as DownloadIcon } from '../icons/download';
|
|
905
903
|
// DraftingCompass aliases
|
|
906
904
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
905
|
+
// Download aliases
|
|
906
|
+
export { default as DownloadIcon } from '../icons/download';
|
|
907
907
|
// Drama aliases
|
|
908
908
|
export { default as DramaIcon } from '../icons/drama';
|
|
909
909
|
// Dribbble aliases
|
|
910
910
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
911
911
|
// Drill aliases
|
|
912
912
|
export { default as DrillIcon } from '../icons/drill';
|
|
913
|
-
// Drone aliases
|
|
914
|
-
export { default as DroneIcon } from '../icons/drone';
|
|
915
913
|
// DropletOff aliases
|
|
916
914
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
915
|
+
// Drone aliases
|
|
916
|
+
export { default as DroneIcon } from '../icons/drone';
|
|
917
917
|
// Droplet aliases
|
|
918
918
|
export { default as DropletIcon } from '../icons/droplet';
|
|
919
919
|
// Droplets aliases
|
|
@@ -926,18 +926,18 @@ export { default as DrumstickIcon } from '../icons/drumstick';
|
|
|
926
926
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
927
927
|
// EarOff aliases
|
|
928
928
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
929
|
-
// Ear aliases
|
|
930
|
-
export { default as EarIcon } from '../icons/ear';
|
|
931
929
|
// EarthLock aliases
|
|
932
930
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
931
|
+
// Ear aliases
|
|
932
|
+
export { default as EarIcon } from '../icons/ear';
|
|
933
933
|
// Eclipse aliases
|
|
934
934
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
935
|
+
// EggOff aliases
|
|
936
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
935
937
|
// EggFried aliases
|
|
936
938
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
937
939
|
// Egg aliases
|
|
938
940
|
export { default as EggIcon } from '../icons/egg';
|
|
939
|
-
// EggOff aliases
|
|
940
|
-
export { default as EggOffIcon } from '../icons/egg-off';
|
|
941
941
|
// EqualApproximately aliases
|
|
942
942
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
943
943
|
// EqualNot aliases
|
|
@@ -946,24 +946,24 @@ export { default as EqualNotIcon } from '../icons/equal-not';
|
|
|
946
946
|
export { default as EqualIcon } from '../icons/equal';
|
|
947
947
|
// Eraser aliases
|
|
948
948
|
export { default as EraserIcon } from '../icons/eraser';
|
|
949
|
-
// EthernetPort aliases
|
|
950
|
-
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
951
949
|
// Euro aliases
|
|
952
950
|
export { default as EuroIcon } from '../icons/euro';
|
|
953
|
-
//
|
|
954
|
-
export { default as
|
|
955
|
-
// EyeClosed aliases
|
|
956
|
-
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
951
|
+
// EthernetPort aliases
|
|
952
|
+
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
957
953
|
// ExternalLink aliases
|
|
958
954
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
959
955
|
// EyeOff aliases
|
|
960
956
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
957
|
+
// Expand aliases
|
|
958
|
+
export { default as ExpandIcon } from '../icons/expand';
|
|
959
|
+
// EyeClosed aliases
|
|
960
|
+
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
961
|
+
// Facebook aliases
|
|
962
|
+
export { default as FacebookIcon } from '../icons/facebook';
|
|
961
963
|
// Eye aliases
|
|
962
964
|
export { default as EyeIcon } from '../icons/eye';
|
|
963
965
|
// Fan aliases
|
|
964
966
|
export { default as FanIcon } from '../icons/fan';
|
|
965
|
-
// Facebook aliases
|
|
966
|
-
export { default as FacebookIcon } from '../icons/facebook';
|
|
967
967
|
// Factory aliases
|
|
968
968
|
export { default as FactoryIcon } from '../icons/factory';
|
|
969
969
|
// Feather aliases
|
|
@@ -1008,28 +1008,28 @@ export { default as FileDownIcon } from '../icons/file-down';
|
|
|
1008
1008
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1009
1009
|
// FileImage aliases
|
|
1010
1010
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1011
|
-
// FileJson2 aliases
|
|
1012
|
-
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
1013
1011
|
// FileInput aliases
|
|
1014
1012
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1015
1013
|
// FileJson aliases
|
|
1016
1014
|
export { default as FileJsonIcon } from '../icons/file-json';
|
|
1015
|
+
// FileJson2 aliases
|
|
1016
|
+
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
1017
1017
|
// FileKey2 aliases
|
|
1018
1018
|
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1019
|
+
// FileLock2 aliases
|
|
1020
|
+
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1019
1021
|
// FileKey aliases
|
|
1020
1022
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1021
1023
|
// FileLock aliases
|
|
1022
1024
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1023
|
-
// FileLock2 aliases
|
|
1024
|
-
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1025
1025
|
// FileMinus2 aliases
|
|
1026
1026
|
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1027
|
+
// FileMinus aliases
|
|
1028
|
+
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1027
1029
|
// FileMusic aliases
|
|
1028
1030
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1029
1031
|
// FileOutput aliases
|
|
1030
1032
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1031
|
-
// FileMinus aliases
|
|
1032
|
-
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1033
1033
|
// FilePlus aliases
|
|
1034
1034
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1035
1035
|
// FileScan aliases
|
|
@@ -1042,36 +1042,36 @@ export { default as FileSearchIcon } from '../icons/file-search';
|
|
|
1042
1042
|
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1043
1043
|
// FileSliders aliases
|
|
1044
1044
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1045
|
-
// FileSpreadsheet aliases
|
|
1046
|
-
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1047
1045
|
// FileStack aliases
|
|
1048
1046
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1047
|
+
// FileSpreadsheet aliases
|
|
1048
|
+
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1049
1049
|
// FileSymlink aliases
|
|
1050
1050
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1051
1051
|
// FileTerminal aliases
|
|
1052
1052
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1053
|
-
// FileText aliases
|
|
1054
|
-
export { default as FileTextIcon } from '../icons/file-text';
|
|
1055
1053
|
// FileType2 aliases
|
|
1056
1054
|
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1055
|
+
// FileText aliases
|
|
1056
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1057
1057
|
// FileType aliases
|
|
1058
1058
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1059
1059
|
// FileUp aliases
|
|
1060
1060
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1061
1061
|
// FileUser aliases
|
|
1062
1062
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1063
|
-
// FileVolume aliases
|
|
1064
|
-
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1065
1063
|
// FileVolume2 aliases
|
|
1066
1064
|
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1067
|
-
// FileX2 aliases
|
|
1068
|
-
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1069
1065
|
// FileWarning aliases
|
|
1070
1066
|
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1071
|
-
//
|
|
1072
|
-
export { default as
|
|
1067
|
+
// FileVolume aliases
|
|
1068
|
+
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1069
|
+
// FileX2 aliases
|
|
1070
|
+
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1073
1071
|
// File aliases
|
|
1074
1072
|
export { default as FileIcon } from '../icons/file';
|
|
1073
|
+
// FileX aliases
|
|
1074
|
+
export { default as FileXIcon } from '../icons/file-x';
|
|
1075
1075
|
// Files aliases
|
|
1076
1076
|
export { default as FilesIcon } from '../icons/files';
|
|
1077
1077
|
// Film aliases
|
|
@@ -1082,16 +1082,16 @@ export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
|
1082
1082
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1083
1083
|
// FishOff aliases
|
|
1084
1084
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1085
|
-
// FishSymbol aliases
|
|
1086
|
-
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1087
1085
|
// Fish aliases
|
|
1088
1086
|
export { default as FishIcon } from '../icons/fish';
|
|
1087
|
+
// FishSymbol aliases
|
|
1088
|
+
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1089
1089
|
// FlagOff aliases
|
|
1090
1090
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1091
|
-
// FlagTriangleLeft aliases
|
|
1092
|
-
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1093
1091
|
// FlagTriangleRight aliases
|
|
1094
1092
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1093
|
+
// FlagTriangleLeft aliases
|
|
1094
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1095
1095
|
// Flag aliases
|
|
1096
1096
|
export { default as FlagIcon } from '../icons/flag';
|
|
1097
1097
|
// FlameKindling aliases
|
|
@@ -1114,26 +1114,26 @@ export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
|
1114
1114
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1115
1115
|
// FlipVertical2 aliases
|
|
1116
1116
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1117
|
-
// FlipVertical aliases
|
|
1118
|
-
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1119
1117
|
// Flower2 aliases
|
|
1120
1118
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1119
|
+
// FlipVertical aliases
|
|
1120
|
+
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1121
1121
|
// Flower aliases
|
|
1122
1122
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1123
|
-
// FoldHorizontal aliases
|
|
1124
|
-
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1125
1123
|
// Focus aliases
|
|
1126
1124
|
export { default as FocusIcon } from '../icons/focus';
|
|
1125
|
+
// FoldHorizontal aliases
|
|
1126
|
+
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1127
1127
|
// FoldVertical aliases
|
|
1128
1128
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1129
|
+
// FolderClosed aliases
|
|
1130
|
+
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1131
|
+
// FolderCheck aliases
|
|
1132
|
+
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1129
1133
|
// FolderArchive aliases
|
|
1130
1134
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1131
1135
|
// FolderClock aliases
|
|
1132
1136
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1133
|
-
// FolderCheck aliases
|
|
1134
|
-
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1135
|
-
// FolderClosed aliases
|
|
1136
|
-
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1137
1137
|
// FolderCode aliases
|
|
1138
1138
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1139
1139
|
// FolderDot aliases
|
|
@@ -1143,31 +1143,31 @@ export { default as FolderDownIcon } from '../icons/folder-down';
|
|
|
1143
1143
|
// FolderGit2 aliases
|
|
1144
1144
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1145
1145
|
// FolderGit aliases
|
|
1146
|
-
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1147
|
-
// FolderInput aliases
|
|
1148
|
-
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1146
|
+
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1149
1147
|
// FolderHeart aliases
|
|
1150
1148
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1149
|
+
// FolderInput aliases
|
|
1150
|
+
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1151
1151
|
// FolderKanban aliases
|
|
1152
1152
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1153
1153
|
// FolderKey aliases
|
|
1154
1154
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1155
|
-
// FolderLock aliases
|
|
1156
|
-
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1157
1155
|
// FolderMinus aliases
|
|
1158
1156
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1159
|
-
//
|
|
1160
|
-
export { default as
|
|
1157
|
+
// FolderLock aliases
|
|
1158
|
+
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1161
1159
|
// FolderOpen aliases
|
|
1162
1160
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1163
1161
|
// FolderOutput aliases
|
|
1164
1162
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1163
|
+
// FolderOpenDot aliases
|
|
1164
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1165
1165
|
// FolderPlus aliases
|
|
1166
1166
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1167
|
-
// FolderRoot aliases
|
|
1168
|
-
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1169
1167
|
// FolderSearch2 aliases
|
|
1170
1168
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1169
|
+
// FolderRoot aliases
|
|
1170
|
+
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1171
1171
|
// FolderSearch aliases
|
|
1172
1172
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1173
1173
|
// FolderSymlink aliases
|
|
@@ -1176,34 +1176,34 @@ export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
|
1176
1176
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1177
1177
|
// FolderTree aliases
|
|
1178
1178
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1179
|
-
// FolderUp aliases
|
|
1180
|
-
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1181
1179
|
// FolderX aliases
|
|
1182
1180
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1181
|
+
// FolderUp aliases
|
|
1182
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1183
1183
|
// Folder aliases
|
|
1184
1184
|
export { default as FolderIcon } from '../icons/folder';
|
|
1185
|
-
// Footprints aliases
|
|
1186
|
-
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1187
1185
|
// Folders aliases
|
|
1188
1186
|
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
|
+
// Frame aliases
|
|
1192
|
+
export { default as FrameIcon } from '../icons/frame';
|
|
1191
1193
|
// Forward aliases
|
|
1192
1194
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1193
1195
|
// Framer aliases
|
|
1194
1196
|
export { default as FramerIcon } from '../icons/framer';
|
|
1195
|
-
// Frame aliases
|
|
1196
|
-
export { default as FrameIcon } from '../icons/frame';
|
|
1197
|
-
// Frown aliases
|
|
1198
|
-
export { default as FrownIcon } from '../icons/frown';
|
|
1199
1197
|
// Fuel aliases
|
|
1200
1198
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1201
|
-
//
|
|
1202
|
-
export { default as
|
|
1203
|
-
// Fullscreen aliases
|
|
1204
|
-
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1199
|
+
// Frown aliases
|
|
1200
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1205
1201
|
// GalleryHorizontalEnd aliases
|
|
1206
1202
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1203
|
+
// Fullscreen aliases
|
|
1204
|
+
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1205
|
+
// FunnelPlus aliases
|
|
1206
|
+
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1207
1207
|
// GalleryHorizontal aliases
|
|
1208
1208
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1209
1209
|
// GalleryThumbnails aliases
|
|
@@ -1216,26 +1216,26 @@ export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
|
1216
1216
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1217
1217
|
// Gamepad aliases
|
|
1218
1218
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1219
|
-
// Gauge aliases
|
|
1220
|
-
export { default as GaugeIcon } from '../icons/gauge';
|
|
1221
1219
|
// Gavel aliases
|
|
1222
1220
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1221
|
+
// Gauge aliases
|
|
1222
|
+
export { default as GaugeIcon } from '../icons/gauge';
|
|
1223
1223
|
// Gem aliases
|
|
1224
1224
|
export { default as GemIcon } from '../icons/gem';
|
|
1225
|
-
// Ghost aliases
|
|
1226
|
-
export { default as GhostIcon } from '../icons/ghost';
|
|
1227
1225
|
// GeorgianLari aliases
|
|
1228
1226
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1227
|
+
// Ghost aliases
|
|
1228
|
+
export { default as GhostIcon } from '../icons/ghost';
|
|
1229
1229
|
// Gift aliases
|
|
1230
1230
|
export { default as GiftIcon } from '../icons/gift';
|
|
1231
1231
|
// GitBranchPlus aliases
|
|
1232
1232
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1233
|
-
// GitBranch aliases
|
|
1234
|
-
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1235
1233
|
// GitCommitVertical aliases
|
|
1236
1234
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1237
1235
|
// GitCompareArrows aliases
|
|
1238
1236
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1237
|
+
// GitBranch aliases
|
|
1238
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1239
1239
|
// GitCompare aliases
|
|
1240
1240
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1241
1241
|
// GitFork aliases
|
|
@@ -1248,14 +1248,14 @@ export { default as GitMergeIcon } from '../icons/git-merge';
|
|
|
1248
1248
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1249
1249
|
// GitPullRequestClosed aliases
|
|
1250
1250
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1251
|
-
// GitPullRequestCreateArrow aliases
|
|
1252
|
-
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1253
1251
|
// GitPullRequestCreate aliases
|
|
1254
1252
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1255
|
-
// GitPullRequest aliases
|
|
1256
|
-
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1257
1253
|
// GitPullRequestDraft aliases
|
|
1258
1254
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1255
|
+
// GitPullRequestCreateArrow aliases
|
|
1256
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1257
|
+
// GitPullRequest aliases
|
|
1258
|
+
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1259
1259
|
// Github aliases
|
|
1260
1260
|
export { default as GithubIcon } from '../icons/github';
|
|
1261
1261
|
// Gitlab aliases
|
|
@@ -1266,48 +1266,48 @@ export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
|
1266
1266
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1267
1267
|
// GlobeLock aliases
|
|
1268
1268
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1269
|
-
// Gpu aliases
|
|
1270
|
-
export { default as GpuIcon } from '../icons/gpu';
|
|
1271
1269
|
// Globe aliases
|
|
1272
1270
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1273
1271
|
// Goal aliases
|
|
1274
1272
|
export { default as GoalIcon } from '../icons/goal';
|
|
1275
|
-
//
|
|
1276
|
-
export { default as
|
|
1273
|
+
// Gpu aliases
|
|
1274
|
+
export { default as GpuIcon } from '../icons/gpu';
|
|
1277
1275
|
// Grab aliases
|
|
1278
1276
|
export { default as GrabIcon } from '../icons/grab';
|
|
1277
|
+
// GraduationCap aliases
|
|
1278
|
+
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1279
1279
|
// Grape aliases
|
|
1280
1280
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1281
|
-
// Grid3x2 aliases
|
|
1282
|
-
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1283
1281
|
// GripHorizontal aliases
|
|
1284
1282
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1283
|
+
// Grid3x2 aliases
|
|
1284
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1285
1285
|
// GripVertical aliases
|
|
1286
1286
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1287
1287
|
// Grip aliases
|
|
1288
1288
|
export { default as GripIcon } from '../icons/grip';
|
|
1289
1289
|
// Group aliases
|
|
1290
1290
|
export { default as GroupIcon } from '../icons/group';
|
|
1291
|
-
// Ham aliases
|
|
1292
|
-
export { default as HamIcon } from '../icons/ham';
|
|
1293
1291
|
// Guitar aliases
|
|
1294
1292
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1293
|
+
// Ham aliases
|
|
1294
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1295
1295
|
// Hamburger aliases
|
|
1296
1296
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1297
|
-
// HandCoins aliases
|
|
1298
|
-
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1299
1297
|
// Hammer aliases
|
|
1300
1298
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1299
|
+
// HandCoins aliases
|
|
1300
|
+
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1301
1301
|
// HandHeart aliases
|
|
1302
1302
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1303
1303
|
// HandMetal aliases
|
|
1304
1304
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1305
1305
|
// HandPlatter aliases
|
|
1306
1306
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1307
|
-
// Handshake aliases
|
|
1308
|
-
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1309
1307
|
// Hand aliases
|
|
1310
1308
|
export { default as HandIcon } from '../icons/hand';
|
|
1309
|
+
// Handshake aliases
|
|
1310
|
+
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1311
1311
|
// HardDriveDownload aliases
|
|
1312
1312
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1313
1313
|
// HardDriveUpload aliases
|
|
@@ -1318,24 +1318,24 @@ export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
|
1318
1318
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1319
1319
|
// Hash aliases
|
|
1320
1320
|
export { default as HashIcon } from '../icons/hash';
|
|
1321
|
-
// Haze aliases
|
|
1322
|
-
export { default as HazeIcon } from '../icons/haze';
|
|
1323
1321
|
// HatGlasses aliases
|
|
1324
1322
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1323
|
+
// Haze aliases
|
|
1324
|
+
export { default as HazeIcon } from '../icons/haze';
|
|
1325
1325
|
// HdmiPort aliases
|
|
1326
1326
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1327
1327
|
// Heading2 aliases
|
|
1328
1328
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1329
|
-
// Heading1 aliases
|
|
1330
|
-
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1331
1329
|
// Heading3 aliases
|
|
1332
1330
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1333
|
-
//
|
|
1334
|
-
export { default as
|
|
1331
|
+
// Heading1 aliases
|
|
1332
|
+
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1335
1333
|
// Heading5 aliases
|
|
1336
1334
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1337
1335
|
// Heading6 aliases
|
|
1338
1336
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1337
|
+
// Heading4 aliases
|
|
1338
|
+
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1339
1339
|
// Heading aliases
|
|
1340
1340
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1341
1341
|
// HeadphoneOff aliases
|
|
@@ -1346,12 +1346,12 @@ export { default as HeadphonesIcon } from '../icons/headphones';
|
|
|
1346
1346
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1347
1347
|
// HeartCrack aliases
|
|
1348
1348
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1349
|
-
// HeartHandshake aliases
|
|
1350
|
-
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1351
1349
|
// HeartMinus aliases
|
|
1352
1350
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1353
1351
|
// HeartOff aliases
|
|
1354
1352
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1353
|
+
// HeartHandshake aliases
|
|
1354
|
+
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1355
1355
|
// HeartPlus aliases
|
|
1356
1356
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1357
1357
|
// HeartPulse aliases
|
|
@@ -1374,72 +1374,72 @@ export { default as HopIcon } from '../icons/hop';
|
|
|
1374
1374
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1375
1375
|
// Hotel aliases
|
|
1376
1376
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1377
|
-
// Hourglass aliases
|
|
1378
|
-
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1379
1377
|
// HousePlug aliases
|
|
1380
1378
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1379
|
+
// Hourglass aliases
|
|
1380
|
+
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1381
1381
|
// HousePlus aliases
|
|
1382
1382
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1383
1383
|
// HouseWifi aliases
|
|
1384
1384
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1385
|
-
// IdCardLanyard aliases
|
|
1386
|
-
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1387
1385
|
// IdCard aliases
|
|
1388
1386
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1389
|
-
//
|
|
1390
|
-
export { default as
|
|
1391
|
-
// ImageOff aliases
|
|
1392
|
-
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1387
|
+
// IdCardLanyard aliases
|
|
1388
|
+
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1393
1389
|
// ImageMinus aliases
|
|
1394
1390
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1395
|
-
//
|
|
1396
|
-
export { default as
|
|
1391
|
+
// ImageOff aliases
|
|
1392
|
+
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1393
|
+
// ImageDown aliases
|
|
1394
|
+
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1397
1395
|
// ImagePlay aliases
|
|
1398
1396
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1397
|
+
// ImagePlus aliases
|
|
1398
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1399
1399
|
// ImageUp aliases
|
|
1400
1400
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1401
|
-
// Image aliases
|
|
1402
|
-
export { default as ImageIcon } from '../icons/image';
|
|
1403
1401
|
// ImageUpscale aliases
|
|
1404
1402
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1405
1403
|
// Images aliases
|
|
1406
1404
|
export { default as ImagesIcon } from '../icons/images';
|
|
1407
1405
|
// Import aliases
|
|
1408
1406
|
export { default as ImportIcon } from '../icons/import';
|
|
1407
|
+
// Image aliases
|
|
1408
|
+
export { default as ImageIcon } from '../icons/image';
|
|
1409
1409
|
// Inbox aliases
|
|
1410
1410
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1411
1411
|
// Infinity aliases
|
|
1412
1412
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1413
|
-
// IndianRupee aliases
|
|
1414
|
-
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1415
1413
|
// Info aliases
|
|
1416
1414
|
export { default as InfoIcon } from '../icons/info';
|
|
1415
|
+
// IndianRupee aliases
|
|
1416
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1417
1417
|
// InspectionPanel aliases
|
|
1418
1418
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1419
1419
|
// Instagram aliases
|
|
1420
1420
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1421
|
-
// Italic aliases
|
|
1422
|
-
export { default as ItalicIcon } from '../icons/italic';
|
|
1423
1421
|
// IterationCcw aliases
|
|
1424
1422
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1423
|
+
// Italic aliases
|
|
1424
|
+
export { default as ItalicIcon } from '../icons/italic';
|
|
1425
1425
|
// IterationCw aliases
|
|
1426
1426
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1427
1427
|
// JapaneseYen aliases
|
|
1428
1428
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1429
1429
|
// Joystick aliases
|
|
1430
1430
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1431
|
-
// KeyRound aliases
|
|
1432
|
-
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1433
1431
|
// Kanban aliases
|
|
1434
1432
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1435
|
-
//
|
|
1436
|
-
export { default as
|
|
1433
|
+
// KeyRound aliases
|
|
1434
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1437
1435
|
// Key aliases
|
|
1438
1436
|
export { default as KeyIcon } from '../icons/key';
|
|
1439
|
-
// KeyboardOff aliases
|
|
1440
|
-
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1441
1437
|
// KeyboardMusic aliases
|
|
1442
1438
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1439
|
+
// KeySquare aliases
|
|
1440
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1441
|
+
// KeyboardOff aliases
|
|
1442
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1443
1443
|
// Keyboard aliases
|
|
1444
1444
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1445
1445
|
// LampCeiling aliases
|
|
@@ -1448,28 +1448,28 @@ export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
|
1448
1448
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1449
1449
|
// LampFloor aliases
|
|
1450
1450
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1451
|
-
// LampWallDown aliases
|
|
1452
|
-
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1453
1451
|
// LampWallUp aliases
|
|
1454
1452
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1453
|
+
// LampWallDown aliases
|
|
1454
|
+
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1455
1455
|
// Lamp aliases
|
|
1456
1456
|
export { default as LampIcon } from '../icons/lamp';
|
|
1457
|
-
// LandPlot aliases
|
|
1458
|
-
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1459
|
-
// Landmark aliases
|
|
1460
|
-
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1461
1457
|
// Languages aliases
|
|
1462
1458
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1463
|
-
//
|
|
1464
|
-
export { default as
|
|
1459
|
+
// Landmark aliases
|
|
1460
|
+
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1461
|
+
// LandPlot aliases
|
|
1462
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1465
1463
|
// LaptopMinimalCheck aliases
|
|
1466
1464
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1465
|
+
// LassoSelect aliases
|
|
1466
|
+
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1467
1467
|
// Laptop aliases
|
|
1468
1468
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1469
|
-
// Laugh aliases
|
|
1470
|
-
export { default as LaughIcon } from '../icons/laugh';
|
|
1471
1469
|
// Lasso aliases
|
|
1472
1470
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1471
|
+
// Laugh aliases
|
|
1472
|
+
export { default as LaughIcon } from '../icons/laugh';
|
|
1473
1473
|
// Layers2 aliases
|
|
1474
1474
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1475
1475
|
// LayoutGrid aliases
|
|
@@ -1482,10 +1482,10 @@ export { default as LayoutListIcon } from '../icons/layout-list';
|
|
|
1482
1482
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1483
1483
|
// LayoutPanelTop aliases
|
|
1484
1484
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1485
|
-
// Leaf aliases
|
|
1486
|
-
export { default as LeafIcon } from '../icons/leaf';
|
|
1487
1485
|
// LayoutTemplate aliases
|
|
1488
1486
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1487
|
+
// Leaf aliases
|
|
1488
|
+
export { default as LeafIcon } from '../icons/leaf';
|
|
1489
1489
|
// LeafyGreen aliases
|
|
1490
1490
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1491
1491
|
// Lectern aliases
|
|
@@ -1494,10 +1494,10 @@ export { default as LecternIcon } from '../icons/lectern';
|
|
|
1494
1494
|
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1495
1495
|
// LibraryBig aliases
|
|
1496
1496
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1497
|
-
// LifeBuoy aliases
|
|
1498
|
-
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1499
1497
|
// Library aliases
|
|
1500
1498
|
export { default as LibraryIcon } from '../icons/library';
|
|
1499
|
+
// LifeBuoy aliases
|
|
1500
|
+
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1501
1501
|
// Ligature aliases
|
|
1502
1502
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1503
1503
|
// LightbulbOff aliases
|
|
@@ -1530,46 +1530,44 @@ export { default as ListFilterIcon } from '../icons/list-filter';
|
|
|
1530
1530
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1531
1531
|
// ListMinus aliases
|
|
1532
1532
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1533
|
-
// ListPlus aliases
|
|
1534
|
-
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1535
1533
|
// ListOrdered aliases
|
|
1536
1534
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1535
|
+
// ListPlus aliases
|
|
1536
|
+
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1537
1537
|
// ListRestart aliases
|
|
1538
1538
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1539
1539
|
// ListStart aliases
|
|
1540
1540
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1541
|
-
// ListTree aliases
|
|
1542
|
-
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1543
1541
|
// ListTodo aliases
|
|
1544
1542
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1543
|
+
// ListTree aliases
|
|
1544
|
+
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1545
1545
|
// ListVideo aliases
|
|
1546
1546
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1547
|
-
// ListX aliases
|
|
1548
|
-
export { default as ListXIcon } from '../icons/list-x';
|
|
1549
1547
|
// List aliases
|
|
1550
1548
|
export { default as ListIcon } from '../icons/list';
|
|
1549
|
+
// ListX aliases
|
|
1550
|
+
export { default as ListXIcon } from '../icons/list-x';
|
|
1551
1551
|
// LoaderPinwheel aliases
|
|
1552
1552
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1553
1553
|
// Loader aliases
|
|
1554
1554
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1555
|
-
// LocateFixed aliases
|
|
1556
|
-
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1557
1555
|
// LocateOff aliases
|
|
1558
1556
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1557
|
+
// LocateFixed aliases
|
|
1558
|
+
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1559
1559
|
// Locate aliases
|
|
1560
1560
|
export { default as LocateIcon } from '../icons/locate';
|
|
1561
|
-
// Lock aliases
|
|
1562
|
-
export { default as LockIcon } from '../icons/lock';
|
|
1563
1561
|
// LockKeyhole aliases
|
|
1564
1562
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1563
|
+
// Lock aliases
|
|
1564
|
+
export { default as LockIcon } from '../icons/lock';
|
|
1565
1565
|
// LogIn aliases
|
|
1566
1566
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1567
|
-
// LocationEdit aliases
|
|
1568
|
-
export { default as LocationEditIcon } from '../icons/location-edit';
|
|
1569
|
-
// Logs aliases
|
|
1570
|
-
export { default as LogsIcon } from '../icons/logs';
|
|
1571
1567
|
// LogOut aliases
|
|
1572
1568
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1569
|
+
// Logs aliases
|
|
1570
|
+
export { default as LogsIcon } from '../icons/logs';
|
|
1573
1571
|
// Lollipop aliases
|
|
1574
1572
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1575
1573
|
// Luggage aliases
|
|
@@ -1580,40 +1578,42 @@ export { default as MagnetIcon } from '../icons/magnet';
|
|
|
1580
1578
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1581
1579
|
// MailMinus aliases
|
|
1582
1580
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1583
|
-
// MailPlus aliases
|
|
1584
|
-
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1585
1581
|
// MailOpen aliases
|
|
1586
1582
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1583
|
+
// MailPlus aliases
|
|
1584
|
+
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1587
1585
|
// MailSearch aliases
|
|
1588
1586
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1589
|
-
// MailX aliases
|
|
1590
|
-
export { default as MailXIcon } from '../icons/mail-x';
|
|
1591
1587
|
// MailWarning aliases
|
|
1592
1588
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1593
|
-
//
|
|
1594
|
-
export { default as
|
|
1589
|
+
// MailX aliases
|
|
1590
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1595
1591
|
// Mailbox aliases
|
|
1596
1592
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1593
|
+
// Mail aliases
|
|
1594
|
+
export { default as MailIcon } from '../icons/mail';
|
|
1597
1595
|
// Mails aliases
|
|
1598
1596
|
export { default as MailsIcon } from '../icons/mails';
|
|
1597
|
+
// MapMinus aliases
|
|
1598
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1599
1599
|
// MapPinCheckInside aliases
|
|
1600
1600
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1601
|
-
// MapPinCheck aliases
|
|
1602
|
-
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1603
1601
|
// MapPinMinusInside aliases
|
|
1604
1602
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1603
|
+
// MapPinCheck aliases
|
|
1604
|
+
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1605
1605
|
// MapPinHouse aliases
|
|
1606
1606
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1607
1607
|
// MapPinMinus aliases
|
|
1608
1608
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1609
|
-
// MapPinOff aliases
|
|
1610
|
-
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1611
1609
|
// MapPinPlusInside aliases
|
|
1612
1610
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1613
|
-
//
|
|
1614
|
-
export { default as
|
|
1611
|
+
// MapPinOff aliases
|
|
1612
|
+
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1615
1613
|
// MapPinPlus aliases
|
|
1616
1614
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1615
|
+
// MapPinXInside aliases
|
|
1616
|
+
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1617
1617
|
// MapPinX aliases
|
|
1618
1618
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1619
1619
|
// MapPin aliases
|
|
@@ -1630,36 +1630,36 @@ export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
|
1630
1630
|
export { default as MarsIcon } from '../icons/mars';
|
|
1631
1631
|
// Martini aliases
|
|
1632
1632
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1633
|
+
// Medal aliases
|
|
1634
|
+
export { default as MedalIcon } from '../icons/medal';
|
|
1633
1635
|
// Maximize2 aliases
|
|
1634
1636
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1635
1637
|
// Maximize aliases
|
|
1636
1638
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1637
|
-
// Medal aliases
|
|
1638
|
-
export { default as MedalIcon } from '../icons/medal';
|
|
1639
|
-
// Megaphone aliases
|
|
1640
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1641
1639
|
// MegaphoneOff aliases
|
|
1642
1640
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1641
|
+
// Megaphone aliases
|
|
1642
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1643
1643
|
// Meh aliases
|
|
1644
1644
|
export { default as MehIcon } from '../icons/meh';
|
|
1645
1645
|
// MemoryStick aliases
|
|
1646
1646
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1647
|
-
// Merge aliases
|
|
1648
|
-
export { default as MergeIcon } from '../icons/merge';
|
|
1649
1647
|
// Menu aliases
|
|
1650
1648
|
export { default as MenuIcon } from '../icons/menu';
|
|
1649
|
+
// Merge aliases
|
|
1650
|
+
export { default as MergeIcon } from '../icons/merge';
|
|
1651
1651
|
// MessageCircleCode aliases
|
|
1652
1652
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1653
1653
|
// MessageCircleDashed aliases
|
|
1654
1654
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1655
|
-
// MessageCircleHeart aliases
|
|
1656
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1657
1655
|
// MessageCircleMore aliases
|
|
1658
1656
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1659
|
-
//
|
|
1660
|
-
export { default as
|
|
1657
|
+
// MessageCircleHeart aliases
|
|
1658
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1661
1659
|
// MessageCircleReply aliases
|
|
1662
1660
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1661
|
+
// MessageCircleOff aliases
|
|
1662
|
+
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1663
1663
|
// MessageCirclePlus aliases
|
|
1664
1664
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1665
1665
|
// MessageCircleWarning aliases
|
|
@@ -1668,16 +1668,16 @@ export { default as MessageCircleWarningIcon } from '../icons/message-circle-war
|
|
|
1668
1668
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1669
1669
|
// MessageCircle aliases
|
|
1670
1670
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1671
|
-
// MessageSquareDiff aliases
|
|
1672
|
-
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1673
1671
|
// MessageSquareCode aliases
|
|
1674
1672
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1673
|
+
// MessageSquareDiff aliases
|
|
1674
|
+
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1675
1675
|
// MessageSquareDashed aliases
|
|
1676
1676
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1677
|
-
// MessageSquareDot aliases
|
|
1678
|
-
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1679
1677
|
// MessageSquareHeart aliases
|
|
1680
1678
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1679
|
+
// MessageSquareDot aliases
|
|
1680
|
+
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1681
1681
|
// MessageSquareLock aliases
|
|
1682
1682
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1683
1683
|
// MessageSquareMore aliases
|
|
@@ -1690,10 +1690,10 @@ export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
|
1690
1690
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1691
1691
|
// MessageSquareReply aliases
|
|
1692
1692
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1693
|
-
// MessageSquareWarning aliases
|
|
1694
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1695
1693
|
// MessageSquareShare aliases
|
|
1696
1694
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1695
|
+
// MessageSquareWarning aliases
|
|
1696
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1697
1697
|
// MessageSquareText aliases
|
|
1698
1698
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1699
1699
|
// MessageSquareX aliases
|
|
@@ -1704,30 +1704,30 @@ export { default as MessageSquareIcon } from '../icons/message-square';
|
|
|
1704
1704
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1705
1705
|
// MicOff aliases
|
|
1706
1706
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1707
|
-
// Microchip aliases
|
|
1708
|
-
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1709
1707
|
// Mic aliases
|
|
1710
|
-
export { default as MicIcon } from '../icons/mic';
|
|
1711
|
-
//
|
|
1712
|
-
export { default as
|
|
1708
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1709
|
+
// Microchip aliases
|
|
1710
|
+
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1713
1711
|
// Microwave aliases
|
|
1714
1712
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1713
|
+
// Microscope aliases
|
|
1714
|
+
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1715
1715
|
// Milestone aliases
|
|
1716
1716
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1717
1717
|
// Milk aliases
|
|
1718
1718
|
export { default as MilkIcon } from '../icons/milk';
|
|
1719
|
-
// Minimize2 aliases
|
|
1720
|
-
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1721
1719
|
// MilkOff aliases
|
|
1722
1720
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1723
|
-
//
|
|
1724
|
-
export { default as
|
|
1721
|
+
// Minimize2 aliases
|
|
1722
|
+
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1723
|
+
// Minimize aliases
|
|
1724
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1725
1725
|
// MonitorCheck aliases
|
|
1726
1726
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1727
1727
|
// MonitorCog aliases
|
|
1728
1728
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1729
|
-
//
|
|
1730
|
-
export { default as
|
|
1729
|
+
// Minus aliases
|
|
1730
|
+
export { default as MinusIcon } from '../icons/minus';
|
|
1731
1731
|
// MonitorDot aliases
|
|
1732
1732
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1733
1733
|
// MonitorDown aliases
|
|
@@ -1742,10 +1742,10 @@ export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
|
1742
1742
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1743
1743
|
// MonitorSpeaker aliases
|
|
1744
1744
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1745
|
-
// MonitorUp aliases
|
|
1746
|
-
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1747
1745
|
// MonitorStop aliases
|
|
1748
1746
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1747
|
+
// MonitorUp aliases
|
|
1748
|
+
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1749
1749
|
// MonitorX aliases
|
|
1750
1750
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1751
1751
|
// Monitor aliases
|
|
@@ -1758,10 +1758,10 @@ export { default as MoonIcon } from '../icons/moon';
|
|
|
1758
1758
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
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';
|
|
1763
1761
|
// MousePointer2 aliases
|
|
1764
1762
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1763
|
+
// MouseOff aliases
|
|
1764
|
+
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1765
1765
|
// MousePointerBan aliases
|
|
1766
1766
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1767
1767
|
// MousePointerClick aliases
|
|
@@ -1772,38 +1772,38 @@ export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
|
1772
1772
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1773
1773
|
// MoveDiagonal2 aliases
|
|
1774
1774
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1775
|
-
// MoveDownLeft aliases
|
|
1776
|
-
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1777
1775
|
// MoveDiagonal aliases
|
|
1778
1776
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1777
|
+
// MoveDownLeft aliases
|
|
1778
|
+
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1779
1779
|
// MoveDownRight aliases
|
|
1780
1780
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1781
1781
|
// MoveDown aliases
|
|
1782
1782
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1783
1783
|
// MoveHorizontal aliases
|
|
1784
1784
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1785
|
-
// MoveRight aliases
|
|
1786
|
-
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1787
1785
|
// MoveLeft aliases
|
|
1788
1786
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1787
|
+
// MoveRight aliases
|
|
1788
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1789
1789
|
// MoveUpLeft aliases
|
|
1790
1790
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1791
|
-
// MoveUpRight aliases
|
|
1792
|
-
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1793
1791
|
// MoveUp aliases
|
|
1794
1792
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1793
|
+
// MoveUpRight aliases
|
|
1794
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1795
1795
|
// MoveVertical aliases
|
|
1796
1796
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1797
1797
|
// Move aliases
|
|
1798
1798
|
export { default as MoveIcon } from '../icons/move';
|
|
1799
|
-
// Music2 aliases
|
|
1800
|
-
export { default as Music2Icon } from '../icons/music-2';
|
|
1801
1799
|
// Music3 aliases
|
|
1802
1800
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1803
|
-
//
|
|
1804
|
-
export { default as
|
|
1801
|
+
// Music2 aliases
|
|
1802
|
+
export { default as Music2Icon } from '../icons/music-2';
|
|
1805
1803
|
// Music aliases
|
|
1806
1804
|
export { default as MusicIcon } from '../icons/music';
|
|
1805
|
+
// Music4 aliases
|
|
1806
|
+
export { default as Music4Icon } from '../icons/music-4';
|
|
1807
1807
|
// Navigation2Off aliases
|
|
1808
1808
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1809
1809
|
// Navigation2 aliases
|
|
@@ -1832,10 +1832,10 @@ export { default as NotebookIcon } from '../icons/notebook';
|
|
|
1832
1832
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
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';
|
|
1837
1835
|
// Nut aliases
|
|
1838
1836
|
export { default as NutIcon } from '../icons/nut';
|
|
1837
|
+
// NutOff aliases
|
|
1838
|
+
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1839
1839
|
// OctagonMinus aliases
|
|
1840
1840
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1841
1841
|
// Octagon aliases
|
|
@@ -1856,10 +1856,10 @@ export { default as PackageCheckIcon } from '../icons/package-check';
|
|
|
1856
1856
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1857
1857
|
// PackageOpen aliases
|
|
1858
1858
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1859
|
-
// PackagePlus aliases
|
|
1860
|
-
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1861
1859
|
// PackageSearch aliases
|
|
1862
1860
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1861
|
+
// PackagePlus aliases
|
|
1862
|
+
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1863
1863
|
// PackageX aliases
|
|
1864
1864
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1865
1865
|
// Package aliases
|
|
@@ -1872,10 +1872,10 @@ export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
|
1872
1872
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1873
1873
|
// Palette aliases
|
|
1874
1874
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1875
|
-
// Panda aliases
|
|
1876
|
-
export { default as PandaIcon } from '../icons/panda';
|
|
1877
1875
|
// PanelBottomClose aliases
|
|
1878
1876
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1877
|
+
// Panda aliases
|
|
1878
|
+
export { default as PandaIcon } from '../icons/panda';
|
|
1879
1879
|
// PanelBottomOpen aliases
|
|
1880
1880
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1881
1881
|
// PanelBottom aliases
|
|
@@ -1886,22 +1886,22 @@ export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
|
1886
1886
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1887
1887
|
// PanelRight aliases
|
|
1888
1888
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1889
|
-
// PanelTopClose aliases
|
|
1890
|
-
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1891
1889
|
// PanelTopOpen aliases
|
|
1892
1890
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1893
1891
|
// PanelTop aliases
|
|
1894
1892
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1893
|
+
// PanelTopClose aliases
|
|
1894
|
+
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1895
1895
|
// PanelsRightBottom aliases
|
|
1896
1896
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1897
1897
|
// PanelsLeftBottom aliases
|
|
1898
1898
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1899
|
+
// Paperclip aliases
|
|
1900
|
+
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1899
1901
|
// Parentheses aliases
|
|
1900
1902
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1901
1903
|
// ParkingMeter aliases
|
|
1902
1904
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1903
|
-
// Paperclip aliases
|
|
1904
|
-
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1905
1905
|
// PartyPopper aliases
|
|
1906
1906
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1907
1907
|
// Pause aliases
|
|
@@ -1924,12 +1924,12 @@ export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
|
1924
1924
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1925
1925
|
// Pentagon aliases
|
|
1926
1926
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1927
|
-
// Percent aliases
|
|
1928
|
-
export { default as PercentIcon } from '../icons/percent';
|
|
1929
1927
|
// PersonStanding aliases
|
|
1930
1928
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1931
1929
|
// PhilippinePeso aliases
|
|
1932
1930
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1931
|
+
// Percent aliases
|
|
1932
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
1933
1933
|
// PhoneCall aliases
|
|
1934
1934
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1935
1935
|
// PhoneForwarded aliases
|
|
@@ -1940,10 +1940,10 @@ export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
|
1940
1940
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1941
1941
|
// PhoneOff aliases
|
|
1942
1942
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1943
|
-
// Phone aliases
|
|
1944
|
-
export { default as PhoneIcon } from '../icons/phone';
|
|
1945
1943
|
// PhoneOutgoing aliases
|
|
1946
1944
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1945
|
+
// Phone aliases
|
|
1946
|
+
export { default as PhoneIcon } from '../icons/phone';
|
|
1947
1947
|
// Pi aliases
|
|
1948
1948
|
export { default as PiIcon } from '../icons/pi';
|
|
1949
1949
|
// Piano aliases
|
|
@@ -1960,12 +1960,12 @@ export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
|
1960
1960
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1961
1961
|
// PilcrowRight aliases
|
|
1962
1962
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1963
|
-
// Pilcrow aliases
|
|
1964
|
-
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1965
1963
|
// PillBottle aliases
|
|
1966
1964
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1967
1965
|
// Pill aliases
|
|
1968
1966
|
export { default as PillIcon } from '../icons/pill';
|
|
1967
|
+
// Pilcrow aliases
|
|
1968
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1969
1969
|
// PinOff aliases
|
|
1970
1970
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1971
1971
|
// Pin aliases
|
|
@@ -1988,26 +1988,26 @@ export { default as Plug2Icon } from '../icons/plug-2';
|
|
|
1988
1988
|
export { default as PlugIcon } from '../icons/plug';
|
|
1989
1989
|
// Plus aliases
|
|
1990
1990
|
export { default as PlusIcon } from '../icons/plus';
|
|
1991
|
-
// PocketKnife aliases
|
|
1992
|
-
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1993
1991
|
// Pocket aliases
|
|
1994
1992
|
export { default as PocketIcon } from '../icons/pocket';
|
|
1995
1993
|
// Podcast aliases
|
|
1996
1994
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
1997
|
-
//
|
|
1998
|
-
export { default as
|
|
1995
|
+
// PocketKnife aliases
|
|
1996
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1999
1997
|
// Pointer aliases
|
|
2000
1998
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2001
1999
|
// Popcorn aliases
|
|
2002
2000
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2001
|
+
// PointerOff aliases
|
|
2002
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2003
2003
|
// Popsicle aliases
|
|
2004
2004
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2005
|
-
// PoundSterling aliases
|
|
2006
|
-
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2007
2005
|
// PowerOff aliases
|
|
2008
2006
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2009
2007
|
// Power aliases
|
|
2010
2008
|
export { default as PowerIcon } from '../icons/power';
|
|
2009
|
+
// PoundSterling aliases
|
|
2010
|
+
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2011
2011
|
// Presentation aliases
|
|
2012
2012
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2013
2013
|
// PrinterCheck aliases
|
|
@@ -2020,26 +2020,26 @@ export { default as PrinterIcon } from '../icons/printer';
|
|
|
2020
2020
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2021
2021
|
// Puzzle aliases
|
|
2022
2022
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2023
|
-
// QrCode aliases
|
|
2024
|
-
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2025
2023
|
// Pyramid aliases
|
|
2026
2024
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2025
|
+
// QrCode aliases
|
|
2026
|
+
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2027
2027
|
// Quote aliases
|
|
2028
2028
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2029
|
-
// Radar aliases
|
|
2030
|
-
export { default as RadarIcon } from '../icons/radar';
|
|
2031
2029
|
// Rabbit aliases
|
|
2032
2030
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2031
|
+
// Radar aliases
|
|
2032
|
+
export { default as RadarIcon } from '../icons/radar';
|
|
2033
2033
|
// Radiation aliases
|
|
2034
2034
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2035
2035
|
// Radical aliases
|
|
2036
2036
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2037
|
-
// RadioReceiver aliases
|
|
2038
|
-
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2039
2037
|
// RadioTower aliases
|
|
2040
2038
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2041
2039
|
// Radio aliases
|
|
2042
2040
|
export { default as RadioIcon } from '../icons/radio';
|
|
2041
|
+
// RadioReceiver aliases
|
|
2042
|
+
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2043
2043
|
// Radius aliases
|
|
2044
2044
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2045
2045
|
// RailSymbol aliases
|
|
@@ -2048,50 +2048,50 @@ export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
|
2048
2048
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2049
2049
|
// Rat aliases
|
|
2050
2050
|
export { default as RatIcon } from '../icons/rat';
|
|
2051
|
-
// ReceiptCent aliases
|
|
2052
|
-
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2053
2051
|
// Ratio aliases
|
|
2054
2052
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2055
2053
|
// ReceiptEuro aliases
|
|
2056
2054
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2055
|
+
// ReceiptCent aliases
|
|
2056
|
+
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2057
2057
|
// ReceiptIndianRupee aliases
|
|
2058
2058
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2059
|
-
// ReceiptJapaneseYen aliases
|
|
2060
|
-
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2061
2059
|
// ReceiptPoundSterling aliases
|
|
2062
2060
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2061
|
+
// ReceiptJapaneseYen aliases
|
|
2062
|
+
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2063
2063
|
// ReceiptRussianRuble aliases
|
|
2064
2064
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2065
|
-
// ReceiptText aliases
|
|
2066
|
-
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2067
2065
|
// ReceiptSwissFranc aliases
|
|
2068
2066
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2069
2067
|
// ReceiptTurkishLira aliases
|
|
2070
2068
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2071
2069
|
// Receipt aliases
|
|
2072
2070
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2071
|
+
// ReceiptText aliases
|
|
2072
|
+
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2073
2073
|
// RectangleCircle aliases
|
|
2074
2074
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2075
2075
|
// RectangleGoggles aliases
|
|
2076
2076
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2077
2077
|
// RectangleHorizontal aliases
|
|
2078
2078
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2079
|
-
// RectangleVertical aliases
|
|
2080
|
-
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2081
2079
|
// Recycle aliases
|
|
2082
2080
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2083
|
-
// RedoDot aliases
|
|
2084
|
-
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2085
2081
|
// Redo2 aliases
|
|
2086
2082
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2083
|
+
// RectangleVertical aliases
|
|
2084
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2085
|
+
// RedoDot aliases
|
|
2086
|
+
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2087
2087
|
// Redo aliases
|
|
2088
2088
|
export { default as RedoIcon } from '../icons/redo';
|
|
2089
2089
|
// RefreshCcwDot aliases
|
|
2090
2090
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2091
|
-
// RefreshCcw aliases
|
|
2092
|
-
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2093
2091
|
// RefreshCwOff aliases
|
|
2094
2092
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2093
|
+
// RefreshCcw aliases
|
|
2094
|
+
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2095
2095
|
// RefreshCw aliases
|
|
2096
2096
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2097
2097
|
// Refrigerator aliases
|
|
@@ -2100,30 +2100,30 @@ export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
|
2100
2100
|
export { default as RegexIcon } from '../icons/regex';
|
|
2101
2101
|
// RemoveFormatting aliases
|
|
2102
2102
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2103
|
-
// Repeat1 aliases
|
|
2104
|
-
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2105
2103
|
// Repeat2 aliases
|
|
2106
2104
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2105
|
+
// Repeat1 aliases
|
|
2106
|
+
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2107
2107
|
// Repeat aliases
|
|
2108
2108
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2109
2109
|
// ReplaceAll aliases
|
|
2110
2110
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2111
2111
|
// Replace aliases
|
|
2112
2112
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2113
|
-
// ReplyAll aliases
|
|
2114
|
-
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2115
2113
|
// Reply aliases
|
|
2116
2114
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2117
2115
|
// Rewind aliases
|
|
2118
2116
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2119
2117
|
// Ribbon aliases
|
|
2120
2118
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2119
|
+
// ReplyAll aliases
|
|
2120
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2121
2121
|
// Rocket aliases
|
|
2122
2122
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2123
|
-
// RockingChair aliases
|
|
2124
|
-
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2125
2123
|
// RollerCoaster aliases
|
|
2126
2124
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2125
|
+
// RockingChair aliases
|
|
2126
|
+
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2127
2127
|
// RotateCcwKey aliases
|
|
2128
2128
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2129
2129
|
// RotateCcwSquare aliases
|
|
@@ -2132,112 +2132,112 @@ export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
|
2132
2132
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2133
2133
|
// RotateCcw aliases
|
|
2134
2134
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2135
|
-
// RouteOff aliases
|
|
2136
|
-
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2137
2135
|
// RotateCw aliases
|
|
2138
2136
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2137
|
+
// RouteOff aliases
|
|
2138
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2139
2139
|
// Route aliases
|
|
2140
2140
|
export { default as RouteIcon } from '../icons/route';
|
|
2141
|
-
// Rows4 aliases
|
|
2142
|
-
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2143
2141
|
// Router aliases
|
|
2144
2142
|
export { default as RouterIcon } from '../icons/router';
|
|
2145
|
-
// Rss aliases
|
|
2146
|
-
export { default as RssIcon } from '../icons/rss';
|
|
2147
2143
|
// RulerDimensionLine aliases
|
|
2148
2144
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2145
|
+
// Rows4 aliases
|
|
2146
|
+
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2149
2147
|
// Ruler aliases
|
|
2150
2148
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2149
|
+
// Rss aliases
|
|
2150
|
+
export { default as RssIcon } from '../icons/rss';
|
|
2151
2151
|
// RussianRuble aliases
|
|
2152
2152
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2153
2153
|
// Sailboat aliases
|
|
2154
2154
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2155
|
-
// Salad aliases
|
|
2156
|
-
export { default as SaladIcon } from '../icons/salad';
|
|
2157
2155
|
// Sandwich aliases
|
|
2158
2156
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2159
|
-
//
|
|
2160
|
-
export { default as
|
|
2157
|
+
// Salad aliases
|
|
2158
|
+
export { default as SaladIcon } from '../icons/salad';
|
|
2161
2159
|
// SatelliteDish aliases
|
|
2162
2160
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2163
|
-
//
|
|
2164
|
-
export { default as
|
|
2161
|
+
// Satellite aliases
|
|
2162
|
+
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2165
2163
|
// SaudiRiyal aliases
|
|
2166
2164
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2165
|
+
// SaveAll aliases
|
|
2166
|
+
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2167
2167
|
// SaveOff aliases
|
|
2168
2168
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2169
2169
|
// Save aliases
|
|
2170
2170
|
export { default as SaveIcon } from '../icons/save';
|
|
2171
|
+
// Scale aliases
|
|
2172
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2171
2173
|
// Scaling aliases
|
|
2172
2174
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2173
2175
|
// ScanBarcode aliases
|
|
2174
2176
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2175
|
-
// Scale aliases
|
|
2176
|
-
export { default as ScaleIcon } from '../icons/scale';
|
|
2177
2177
|
// ScanEye aliases
|
|
2178
2178
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2179
|
+
// ScanFace aliases
|
|
2180
|
+
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2179
2181
|
// ScanHeart aliases
|
|
2180
2182
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2181
2183
|
// ScanLine aliases
|
|
2182
2184
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2183
|
-
// ScanFace aliases
|
|
2184
|
-
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2185
2185
|
// ScanQrCode aliases
|
|
2186
2186
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2187
2187
|
// ScanSearch aliases
|
|
2188
2188
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2189
|
-
// Scan aliases
|
|
2190
|
-
export { default as ScanIcon } from '../icons/scan';
|
|
2191
2189
|
// ScanText aliases
|
|
2192
2190
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2191
|
+
// Scan aliases
|
|
2192
|
+
export { default as ScanIcon } from '../icons/scan';
|
|
2193
2193
|
// School aliases
|
|
2194
2194
|
export { default as SchoolIcon } from '../icons/school';
|
|
2195
|
-
// Scissors aliases
|
|
2196
|
-
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2197
2195
|
// ScissorsLineDashed aliases
|
|
2198
2196
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2199
|
-
//
|
|
2200
|
-
export { default as
|
|
2197
|
+
// Scissors aliases
|
|
2198
|
+
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2201
2199
|
// ScreenShare aliases
|
|
2202
2200
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2201
|
+
// ScreenShareOff aliases
|
|
2202
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2203
2203
|
// ScrollText aliases
|
|
2204
2204
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2205
|
-
// SearchCheck aliases
|
|
2206
|
-
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2207
2205
|
// Scroll aliases
|
|
2208
2206
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2207
|
+
// SearchCheck aliases
|
|
2208
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2209
2209
|
// SearchCode aliases
|
|
2210
2210
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2211
|
-
// SearchX aliases
|
|
2212
|
-
export { default as SearchXIcon } from '../icons/search-x';
|
|
2213
2211
|
// SearchSlash aliases
|
|
2214
2212
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2215
|
-
//
|
|
2216
|
-
export { default as
|
|
2213
|
+
// SearchX aliases
|
|
2214
|
+
export { default as SearchXIcon } from '../icons/search-x';
|
|
2217
2215
|
// Section aliases
|
|
2218
2216
|
export { default as SectionIcon } from '../icons/section';
|
|
2219
|
-
//
|
|
2220
|
-
export { default as
|
|
2217
|
+
// Search aliases
|
|
2218
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2221
2219
|
// SendToBack aliases
|
|
2222
2220
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2221
|
+
// Send aliases
|
|
2222
|
+
export { default as SendIcon } from '../icons/send';
|
|
2223
2223
|
// SeparatorHorizontal aliases
|
|
2224
2224
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2225
|
-
// SeparatorVertical aliases
|
|
2226
|
-
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2227
2225
|
// ServerCog aliases
|
|
2228
2226
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2227
|
+
// SeparatorVertical aliases
|
|
2228
|
+
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2229
2229
|
// ServerCrash aliases
|
|
2230
2230
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2231
|
-
// ServerOff aliases
|
|
2232
|
-
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2233
2231
|
// Server aliases
|
|
2234
2232
|
export { default as ServerIcon } from '../icons/server';
|
|
2233
|
+
// ServerOff aliases
|
|
2234
|
+
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2235
2235
|
// Settings2 aliases
|
|
2236
2236
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2237
|
-
// Settings aliases
|
|
2238
|
-
export { default as SettingsIcon } from '../icons/settings';
|
|
2239
2237
|
// Shapes aliases
|
|
2240
2238
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2239
|
+
// Settings aliases
|
|
2240
|
+
export { default as SettingsIcon } from '../icons/settings';
|
|
2241
2241
|
// Share2 aliases
|
|
2242
2242
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2243
2243
|
// Share aliases
|
|
@@ -2260,26 +2260,26 @@ export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
|
2260
2260
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2261
2261
|
// ShieldOff aliases
|
|
2262
2262
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2263
|
-
// ShieldUser aliases
|
|
2264
|
-
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2265
2263
|
// ShieldPlus aliases
|
|
2266
2264
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2267
2265
|
// Shield aliases
|
|
2268
2266
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2267
|
+
// ShieldUser aliases
|
|
2268
|
+
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2269
2269
|
// ShipWheel aliases
|
|
2270
2270
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2271
2271
|
// Ship aliases
|
|
2272
2272
|
export { default as ShipIcon } from '../icons/ship';
|
|
2273
2273
|
// Shirt aliases
|
|
2274
2274
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2275
|
-
// ShoppingBasket aliases
|
|
2276
|
-
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2277
|
-
// ShoppingCart aliases
|
|
2278
|
-
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2279
2275
|
// ShoppingBag aliases
|
|
2280
2276
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2277
|
+
// ShoppingBasket aliases
|
|
2278
|
+
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2281
2279
|
// Shovel aliases
|
|
2282
2280
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2281
|
+
// ShoppingCart aliases
|
|
2282
|
+
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2283
2283
|
// ShowerHead aliases
|
|
2284
2284
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2285
2285
|
// Shredder aliases
|
|
@@ -2294,24 +2294,24 @@ export { default as ShrubIcon } from '../icons/shrub';
|
|
|
2294
2294
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2295
2295
|
// Sigma aliases
|
|
2296
2296
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2297
|
-
// SignalHigh aliases
|
|
2298
|
-
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2299
2297
|
// SignalLow aliases
|
|
2300
2298
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2301
|
-
// SignalZero aliases
|
|
2302
|
-
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2303
2299
|
// SignalMedium aliases
|
|
2304
2300
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2301
|
+
// SignalHigh aliases
|
|
2302
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2303
|
+
// SignalZero aliases
|
|
2304
|
+
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2305
2305
|
// Signal aliases
|
|
2306
2306
|
export { default as SignalIcon } from '../icons/signal';
|
|
2307
|
+
// Signpost aliases
|
|
2308
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2307
2309
|
// Signature aliases
|
|
2308
2310
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2309
2311
|
// SignpostBig aliases
|
|
2310
2312
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2311
2313
|
// Siren aliases
|
|
2312
2314
|
export { default as SirenIcon } from '../icons/siren';
|
|
2313
|
-
// Signpost aliases
|
|
2314
|
-
export { default as SignpostIcon } from '../icons/signpost';
|
|
2315
2315
|
// SkipBack aliases
|
|
2316
2316
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2317
2317
|
// SkipForward aliases
|
|
@@ -2322,10 +2322,10 @@ export { default as SkullIcon } from '../icons/skull';
|
|
|
2322
2322
|
export { default as SlackIcon } from '../icons/slack';
|
|
2323
2323
|
// Slash aliases
|
|
2324
2324
|
export { default as SlashIcon } from '../icons/slash';
|
|
2325
|
-
// Slice aliases
|
|
2326
|
-
export { default as SliceIcon } from '../icons/slice';
|
|
2327
2325
|
// SlidersHorizontal aliases
|
|
2328
2326
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2327
|
+
// Slice aliases
|
|
2328
|
+
export { default as SliceIcon } from '../icons/slice';
|
|
2329
2329
|
// SmartphoneCharging aliases
|
|
2330
2330
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2331
2331
|
// SmartphoneNfc aliases
|
|
@@ -2358,22 +2358,22 @@ export { default as SpeakerIcon } from '../icons/speaker';
|
|
|
2358
2358
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2359
2359
|
// SpellCheck2 aliases
|
|
2360
2360
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2361
|
-
// SpellCheck aliases
|
|
2362
|
-
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2363
|
-
// Spline aliases
|
|
2364
|
-
export { default as SplineIcon } from '../icons/spline';
|
|
2365
2361
|
// SplinePointer aliases
|
|
2366
2362
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2367
2363
|
// Split aliases
|
|
2368
2364
|
export { default as SplitIcon } from '../icons/split';
|
|
2365
|
+
// SpellCheck aliases
|
|
2366
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2367
|
+
// Spline aliases
|
|
2368
|
+
export { default as SplineIcon } from '../icons/spline';
|
|
2369
2369
|
// Spool aliases
|
|
2370
2370
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2371
2371
|
// Spotlight aliases
|
|
2372
2372
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2373
|
-
// Sprout aliases
|
|
2374
|
-
export { default as SproutIcon } from '../icons/sprout';
|
|
2375
2373
|
// SprayCan aliases
|
|
2376
2374
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2375
|
+
// Sprout aliases
|
|
2376
|
+
export { default as SproutIcon } from '../icons/sprout';
|
|
2377
2377
|
// SquareDashedBottomCode aliases
|
|
2378
2378
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2379
2379
|
// SquareDashedBottom aliases
|
|
@@ -2388,58 +2388,58 @@ export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
|
2388
2388
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2389
2389
|
// SquareSquare aliases
|
|
2390
2390
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2391
|
+
// Square aliases
|
|
2392
|
+
export { default as SquareIcon } from '../icons/square';
|
|
2391
2393
|
// SquareStack aliases
|
|
2392
2394
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2393
2395
|
// SquareStop aliases
|
|
2394
2396
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2395
|
-
// Square aliases
|
|
2396
|
-
export { default as SquareIcon } from '../icons/square';
|
|
2397
2397
|
// SquaresExclude aliases
|
|
2398
2398
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2399
2399
|
// SquaresIntersect aliases
|
|
2400
2400
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2401
|
-
// SquaresSubtract aliases
|
|
2402
|
-
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2403
2401
|
// SquaresUnite aliases
|
|
2404
2402
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2403
|
+
// SquaresSubtract aliases
|
|
2404
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2405
2405
|
// SquircleDashed aliases
|
|
2406
2406
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2407
|
-
// Squirrel aliases
|
|
2408
|
-
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2409
2407
|
// Squircle aliases
|
|
2410
2408
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2411
|
-
//
|
|
2412
|
-
export { default as
|
|
2409
|
+
// Squirrel aliases
|
|
2410
|
+
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2413
2411
|
// StarHalf aliases
|
|
2414
2412
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2413
|
+
// Stamp aliases
|
|
2414
|
+
export { default as StampIcon } from '../icons/stamp';
|
|
2415
2415
|
// StarOff aliases
|
|
2416
2416
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2417
2417
|
// Star aliases
|
|
2418
2418
|
export { default as StarIcon } from '../icons/star';
|
|
2419
|
-
// StepBack aliases
|
|
2420
|
-
export { default as StepBackIcon } from '../icons/step-back';
|
|
2421
2419
|
// StepForward aliases
|
|
2422
2420
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2421
|
+
// StepBack aliases
|
|
2422
|
+
export { default as StepBackIcon } from '../icons/step-back';
|
|
2423
2423
|
// Stethoscope aliases
|
|
2424
2424
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2425
|
-
// StickyNote aliases
|
|
2426
|
-
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2427
|
-
// StretchHorizontal aliases
|
|
2428
|
-
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2429
2425
|
// Sticker aliases
|
|
2430
2426
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2431
2427
|
// Store aliases
|
|
2432
2428
|
export { default as StoreIcon } from '../icons/store';
|
|
2429
|
+
// StretchHorizontal aliases
|
|
2430
|
+
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2431
|
+
// StickyNote aliases
|
|
2432
|
+
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2433
|
+
// Strikethrough aliases
|
|
2434
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2433
2435
|
// StretchVertical aliases
|
|
2434
2436
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2435
2437
|
// Subscript aliases
|
|
2436
2438
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2437
|
-
// Strikethrough aliases
|
|
2438
|
-
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2439
|
-
// SunMedium aliases
|
|
2440
|
-
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2441
2439
|
// SunDim aliases
|
|
2442
2440
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2441
|
+
// SunMedium aliases
|
|
2442
|
+
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2443
2443
|
// SunMoon aliases
|
|
2444
2444
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2445
2445
|
// SunSnow aliases
|
|
@@ -2450,10 +2450,10 @@ export { default as SunIcon } from '../icons/sun';
|
|
|
2450
2450
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2451
2451
|
// Sunrise aliases
|
|
2452
2452
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2453
|
-
// SwatchBook aliases
|
|
2454
|
-
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2455
2453
|
// Superscript aliases
|
|
2456
2454
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2455
|
+
// SwatchBook aliases
|
|
2456
|
+
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2457
2457
|
// SwissFranc aliases
|
|
2458
2458
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2459
2459
|
// SwitchCamera aliases
|
|
@@ -2464,16 +2464,16 @@ export { default as SwordIcon } from '../icons/sword';
|
|
|
2464
2464
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2465
2465
|
// Swords aliases
|
|
2466
2466
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2467
|
+
// Table2 aliases
|
|
2468
|
+
export { default as Table2Icon } from '../icons/table-2';
|
|
2467
2469
|
// TableCellsMerge aliases
|
|
2468
2470
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2469
2471
|
// TableCellsSplit aliases
|
|
2470
2472
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2471
|
-
// Table2 aliases
|
|
2472
|
-
export { default as Table2Icon } from '../icons/table-2';
|
|
2473
|
-
// TableOfContents aliases
|
|
2474
|
-
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2475
2473
|
// TableColumnsSplit aliases
|
|
2476
2474
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2475
|
+
// TableOfContents aliases
|
|
2476
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2477
2477
|
// TableProperties aliases
|
|
2478
2478
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2479
2479
|
// TableRowsSplit aliases
|
|
@@ -2494,66 +2494,66 @@ export { default as TagsIcon } from '../icons/tags';
|
|
|
2494
2494
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2495
2495
|
// Tally2 aliases
|
|
2496
2496
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2497
|
-
// Tally3 aliases
|
|
2498
|
-
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2499
2497
|
// Tally4 aliases
|
|
2500
2498
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2499
|
+
// Tally5 aliases
|
|
2500
|
+
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2501
|
+
// Tally3 aliases
|
|
2502
|
+
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2501
2503
|
// Tangent aliases
|
|
2502
2504
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2503
2505
|
// Target aliases
|
|
2504
2506
|
export { default as TargetIcon } from '../icons/target';
|
|
2505
|
-
// Tally5 aliases
|
|
2506
|
-
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2507
|
-
// Telescope aliases
|
|
2508
|
-
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2509
2507
|
// TentTree aliases
|
|
2510
2508
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2509
|
+
// Telescope aliases
|
|
2510
|
+
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2511
2511
|
// Tent aliases
|
|
2512
2512
|
export { default as TentIcon } from '../icons/tent';
|
|
2513
|
-
// TestTube aliases
|
|
2514
|
-
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2515
2513
|
// Terminal aliases
|
|
2516
2514
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2517
|
-
//
|
|
2518
|
-
export { default as
|
|
2515
|
+
// TestTube aliases
|
|
2516
|
+
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2519
2517
|
// TextCursorInput aliases
|
|
2520
2518
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2521
|
-
//
|
|
2522
|
-
export { default as
|
|
2519
|
+
// TestTubes aliases
|
|
2520
|
+
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2523
2521
|
// TextQuote aliases
|
|
2524
2522
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2523
|
+
// TextCursor aliases
|
|
2524
|
+
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2525
2525
|
// TextSearch aliases
|
|
2526
2526
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2527
|
-
// Theater aliases
|
|
2528
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2529
2527
|
// Text aliases
|
|
2530
2528
|
export { default as TextIcon } from '../icons/text';
|
|
2529
|
+
// Theater aliases
|
|
2530
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2531
2531
|
// ThermometerSnowflake aliases
|
|
2532
2532
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2533
|
+
// ThermometerSun aliases
|
|
2534
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2533
2535
|
// Thermometer aliases
|
|
2534
2536
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2535
2537
|
// ThumbsDown aliases
|
|
2536
2538
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2537
|
-
// ThermometerSun aliases
|
|
2538
|
-
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2539
|
-
// TicketCheck aliases
|
|
2540
|
-
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2541
2539
|
// ThumbsUp aliases
|
|
2542
2540
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2541
|
+
// TicketCheck aliases
|
|
2542
|
+
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2543
2543
|
// TicketMinus aliases
|
|
2544
2544
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2545
|
-
// TicketPercent aliases
|
|
2546
|
-
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2547
2545
|
// TicketPlus aliases
|
|
2548
2546
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2547
|
+
// TicketPercent aliases
|
|
2548
|
+
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2549
2549
|
// TicketSlash aliases
|
|
2550
2550
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2551
2551
|
// TicketX aliases
|
|
2552
2552
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2553
|
-
// Ticket aliases
|
|
2554
|
-
export { default as TicketIcon } from '../icons/ticket';
|
|
2555
2553
|
// TicketsPlane aliases
|
|
2556
2554
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2555
|
+
// Ticket aliases
|
|
2556
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2557
2557
|
// Tickets aliases
|
|
2558
2558
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2559
2559
|
// TimerOff aliases
|
|
@@ -2562,48 +2562,48 @@ export { default as TimerOffIcon } from '../icons/timer-off';
|
|
|
2562
2562
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2563
2563
|
// Timer aliases
|
|
2564
2564
|
export { default as TimerIcon } from '../icons/timer';
|
|
2565
|
-
// ToggleLeft aliases
|
|
2566
|
-
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2567
2565
|
// ToggleRight aliases
|
|
2568
2566
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2567
|
+
// ToggleLeft aliases
|
|
2568
|
+
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2569
2569
|
// Toilet aliases
|
|
2570
2570
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2571
2571
|
// ToolCase aliases
|
|
2572
2572
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2573
|
+
// Tornado aliases
|
|
2574
|
+
export { default as TornadoIcon } from '../icons/tornado';
|
|
2573
2575
|
// Torus aliases
|
|
2574
2576
|
export { default as TorusIcon } from '../icons/torus';
|
|
2575
2577
|
// TouchpadOff aliases
|
|
2576
2578
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2577
|
-
// Tornado aliases
|
|
2578
|
-
export { default as TornadoIcon } from '../icons/tornado';
|
|
2579
2579
|
// Touchpad aliases
|
|
2580
2580
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2581
2581
|
// TowerControl aliases
|
|
2582
2582
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2583
|
-
// Tractor aliases
|
|
2584
|
-
export { default as TractorIcon } from '../icons/tractor';
|
|
2585
2583
|
// ToyBrick aliases
|
|
2586
2584
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2585
|
+
// Tractor aliases
|
|
2586
|
+
export { default as TractorIcon } from '../icons/tractor';
|
|
2587
2587
|
// TrafficCone aliases
|
|
2588
2588
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2589
|
-
// TrainFront aliases
|
|
2590
|
-
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2591
2589
|
// TrainFrontTunnel aliases
|
|
2592
2590
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2593
|
-
// Transgender aliases
|
|
2594
|
-
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2595
2591
|
// TrainTrack aliases
|
|
2596
2592
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2597
|
-
//
|
|
2598
|
-
export { default as
|
|
2593
|
+
// TrainFront aliases
|
|
2594
|
+
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2599
2595
|
// Trash2 aliases
|
|
2600
2596
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2601
|
-
//
|
|
2602
|
-
export { default as
|
|
2603
|
-
//
|
|
2604
|
-
export { default as
|
|
2597
|
+
// Trash aliases
|
|
2598
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2599
|
+
// Transgender aliases
|
|
2600
|
+
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2605
2601
|
// TreeDeciduous aliases
|
|
2606
2602
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2603
|
+
// Trees aliases
|
|
2604
|
+
export { default as TreesIcon } from '../icons/trees';
|
|
2605
|
+
// TreePine aliases
|
|
2606
|
+
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2607
2607
|
// Trello aliases
|
|
2608
2608
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2609
2609
|
// TrendingDown aliases
|
|
@@ -2618,58 +2618,58 @@ export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
|
2618
2618
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2619
2619
|
// Triangle aliases
|
|
2620
2620
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2621
|
+
// TruckElectric aliases
|
|
2622
|
+
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2621
2623
|
// Trophy aliases
|
|
2622
2624
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2623
2625
|
// Truck aliases
|
|
2624
2626
|
export { default as TruckIcon } from '../icons/truck';
|
|
2625
|
-
// TruckElectric aliases
|
|
2626
|
-
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2627
|
-
// Turtle aliases
|
|
2628
|
-
export { default as TurtleIcon } from '../icons/turtle';
|
|
2629
2627
|
// TurkishLira aliases
|
|
2630
2628
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2631
2629
|
// TvMinimalPlay aliases
|
|
2632
2630
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2633
2631
|
// Tv aliases
|
|
2634
2632
|
export { default as TvIcon } from '../icons/tv';
|
|
2633
|
+
// Turtle aliases
|
|
2634
|
+
export { default as TurtleIcon } from '../icons/turtle';
|
|
2635
2635
|
// Twitch aliases
|
|
2636
2636
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2637
2637
|
// Twitter aliases
|
|
2638
2638
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2639
|
-
// TypeOutline aliases
|
|
2640
|
-
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2641
2639
|
// Type aliases
|
|
2642
2640
|
export { default as TypeIcon } from '../icons/type';
|
|
2641
|
+
// TypeOutline aliases
|
|
2642
|
+
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2643
2643
|
// UmbrellaOff aliases
|
|
2644
2644
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2645
|
+
// Underline aliases
|
|
2646
|
+
export { default as UnderlineIcon } from '../icons/underline';
|
|
2645
2647
|
// Umbrella aliases
|
|
2646
2648
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2647
2649
|
// Undo2 aliases
|
|
2648
2650
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2649
|
-
// Underline aliases
|
|
2650
|
-
export { default as UnderlineIcon } from '../icons/underline';
|
|
2651
2651
|
// Undo aliases
|
|
2652
2652
|
export { default as UndoIcon } from '../icons/undo';
|
|
2653
2653
|
// UndoDot aliases
|
|
2654
2654
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2655
|
-
// UnfoldHorizontal aliases
|
|
2656
|
-
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2657
2655
|
// UnfoldVertical aliases
|
|
2658
2656
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2657
|
+
// UnfoldHorizontal aliases
|
|
2658
|
+
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2659
2659
|
// Ungroup aliases
|
|
2660
2660
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2661
2661
|
// Unlink2 aliases
|
|
2662
2662
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2663
|
-
// Unplug aliases
|
|
2664
|
-
export { default as UnplugIcon } from '../icons/unplug';
|
|
2665
|
-
// Upload aliases
|
|
2666
|
-
export { default as UploadIcon } from '../icons/upload';
|
|
2667
2663
|
// Unlink aliases
|
|
2668
2664
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2669
|
-
//
|
|
2670
|
-
export { default as
|
|
2665
|
+
// Upload aliases
|
|
2666
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2671
2667
|
// Usb aliases
|
|
2672
2668
|
export { default as UsbIcon } from '../icons/usb';
|
|
2669
|
+
// Unplug aliases
|
|
2670
|
+
export { default as UnplugIcon } from '../icons/unplug';
|
|
2671
|
+
// UserCheck aliases
|
|
2672
|
+
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2673
2673
|
// UserCog aliases
|
|
2674
2674
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2675
2675
|
// UserLock aliases
|
|
@@ -2680,10 +2680,10 @@ export { default as UserMinusIcon } from '../icons/user-minus';
|
|
|
2680
2680
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2681
2681
|
// UserPlus aliases
|
|
2682
2682
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2683
|
-
// UserRoundSearch aliases
|
|
2684
|
-
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2685
2683
|
// UserRoundPen aliases
|
|
2686
2684
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2685
|
+
// UserRoundSearch aliases
|
|
2686
|
+
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2687
2687
|
// UserSearch aliases
|
|
2688
2688
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2689
2689
|
// UserX aliases
|
|
@@ -2696,32 +2696,32 @@ export { default as UsersIcon } from '../icons/users';
|
|
|
2696
2696
|
export { default as VariableIcon } from '../icons/variable';
|
|
2697
2697
|
// UtilityPole aliases
|
|
2698
2698
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2699
|
-
// Vault aliases
|
|
2700
|
-
export { default as VaultIcon } from '../icons/vault';
|
|
2701
2699
|
// VectorSquare aliases
|
|
2702
2700
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2701
|
+
// Vault aliases
|
|
2702
|
+
export { default as VaultIcon } from '../icons/vault';
|
|
2703
2703
|
// Vegan aliases
|
|
2704
2704
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2705
|
-
// VenetianMask aliases
|
|
2706
|
-
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2707
2705
|
// VenusAndMars aliases
|
|
2708
2706
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2707
|
+
// VenetianMask aliases
|
|
2708
|
+
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2709
2709
|
// Venus aliases
|
|
2710
2710
|
export { default as VenusIcon } from '../icons/venus';
|
|
2711
2711
|
// VibrateOff aliases
|
|
2712
2712
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2713
|
-
// VideoOff aliases
|
|
2714
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2715
2713
|
// Vibrate aliases
|
|
2716
2714
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2715
|
+
// VideoOff aliases
|
|
2716
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2717
2717
|
// Video aliases
|
|
2718
2718
|
export { default as VideoIcon } from '../icons/video';
|
|
2719
2719
|
// View aliases
|
|
2720
2720
|
export { default as ViewIcon } from '../icons/view';
|
|
2721
|
-
// Voicemail aliases
|
|
2722
|
-
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2723
2721
|
// Videotape aliases
|
|
2724
2722
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2723
|
+
// Voicemail aliases
|
|
2724
|
+
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2725
2725
|
// Volleyball aliases
|
|
2726
2726
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2727
2727
|
// Volume1 aliases
|
|
@@ -2730,28 +2730,28 @@ export { default as Volume1Icon } from '../icons/volume-1';
|
|
|
2730
2730
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2731
2731
|
// VolumeOff aliases
|
|
2732
2732
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2733
|
-
// Volume aliases
|
|
2734
|
-
export { default as VolumeIcon } from '../icons/volume';
|
|
2735
2733
|
// VolumeX aliases
|
|
2736
2734
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2735
|
+
// Volume aliases
|
|
2736
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2737
2737
|
// Vote aliases
|
|
2738
2738
|
export { default as VoteIcon } from '../icons/vote';
|
|
2739
|
-
// Wallet aliases
|
|
2740
|
-
export { default as WalletIcon } from '../icons/wallet';
|
|
2741
2739
|
// WalletCards aliases
|
|
2742
2740
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2743
|
-
//
|
|
2744
|
-
export { default as
|
|
2741
|
+
// Wallet aliases
|
|
2742
|
+
export { default as WalletIcon } from '../icons/wallet';
|
|
2745
2743
|
// Wallpaper aliases
|
|
2746
2744
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2745
|
+
// Wand aliases
|
|
2746
|
+
export { default as WandIcon } from '../icons/wand';
|
|
2747
2747
|
// Warehouse aliases
|
|
2748
2748
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2749
2749
|
// WashingMachine aliases
|
|
2750
2750
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2751
|
-
// Watch aliases
|
|
2752
|
-
export { default as WatchIcon } from '../icons/watch';
|
|
2753
2751
|
// WavesLadder aliases
|
|
2754
2752
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2753
|
+
// Watch aliases
|
|
2754
|
+
export { default as WatchIcon } from '../icons/watch';
|
|
2755
2755
|
// Waves aliases
|
|
2756
2756
|
export { default as WavesIcon } from '../icons/waves';
|
|
2757
2757
|
// Waypoints aliases
|
|
@@ -2760,50 +2760,50 @@ export { default as WaypointsIcon } from '../icons/waypoints';
|
|
|
2760
2760
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2761
2761
|
// WebhookOff aliases
|
|
2762
2762
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2763
|
+
// Weight aliases
|
|
2764
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2763
2765
|
// Webhook aliases
|
|
2764
2766
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2765
2767
|
// WheatOff aliases
|
|
2766
2768
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2767
|
-
// Weight aliases
|
|
2768
|
-
export { default as WeightIcon } from '../icons/weight';
|
|
2769
|
-
// Wheat aliases
|
|
2770
|
-
export { default as WheatIcon } from '../icons/wheat';
|
|
2771
2769
|
// WholeWord aliases
|
|
2772
2770
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2771
|
+
// Wheat aliases
|
|
2772
|
+
export { default as WheatIcon } from '../icons/wheat';
|
|
2773
2773
|
// WifiCog aliases
|
|
2774
2774
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2775
2775
|
// WifiHigh aliases
|
|
2776
2776
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2777
|
-
// WifiOff aliases
|
|
2778
|
-
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2779
2777
|
// WifiLow aliases
|
|
2780
2778
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2779
|
+
// WifiOff aliases
|
|
2780
|
+
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2781
2781
|
// WifiPen aliases
|
|
2782
2782
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2783
2783
|
// WifiSync aliases
|
|
2784
2784
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2785
|
-
// WindArrowDown aliases
|
|
2786
|
-
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2787
|
-
// WifiZero aliases
|
|
2788
|
-
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2789
2785
|
// Wifi aliases
|
|
2790
2786
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2787
|
+
// WifiZero aliases
|
|
2788
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2791
2789
|
// Wind aliases
|
|
2792
2790
|
export { default as WindIcon } from '../icons/wind';
|
|
2793
|
-
// Wine aliases
|
|
2794
|
-
export { default as WineIcon } from '../icons/wine';
|
|
2795
2791
|
// WineOff aliases
|
|
2796
2792
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2793
|
+
// WindArrowDown aliases
|
|
2794
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2795
|
+
// Wine aliases
|
|
2796
|
+
export { default as WineIcon } from '../icons/wine';
|
|
2797
2797
|
// Workflow aliases
|
|
2798
2798
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2799
|
-
// Wrench aliases
|
|
2800
|
-
export { default as WrenchIcon } from '../icons/wrench';
|
|
2801
2799
|
// Worm aliases
|
|
2802
2800
|
export { default as WormIcon } from '../icons/worm';
|
|
2803
2801
|
// WrapText aliases
|
|
2804
2802
|
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2805
2803
|
// X aliases
|
|
2806
2804
|
export { default as XIcon } from '../icons/x';
|
|
2805
|
+
// Wrench aliases
|
|
2806
|
+
export { default as WrenchIcon } from '../icons/wrench';
|
|
2807
2807
|
// Youtube aliases
|
|
2808
2808
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2809
2809
|
// ZapOff aliases
|
|
@@ -2814,10 +2814,10 @@ export { default as ZapIcon } from '../icons/zap';
|
|
|
2814
2814
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2815
2815
|
// ZoomOut aliases
|
|
2816
2816
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2817
|
-
// ArrowDown01 aliases
|
|
2818
|
-
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2819
2817
|
// ArrowDown10 aliases
|
|
2820
2818
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2819
|
+
// ArrowDown01 aliases
|
|
2820
|
+
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2821
2821
|
// ArrowUp01 aliases
|
|
2822
2822
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2823
2823
|
// ArrowUp10 aliases
|
|
@@ -2840,15 +2840,15 @@ export { default as SortDescIcon } from '../icons/arrow-down-wide-narrow';
|
|
|
2840
2840
|
// ArrowDownZA aliases
|
|
2841
2841
|
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2842
2842
|
export { default as ArrowDownZaIcon } from '../icons/arrow-down-z-a';
|
|
2843
|
+
// ArrowUpAZ aliases
|
|
2844
|
+
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2845
|
+
export { default as ArrowUpAzIcon } from '../icons/arrow-up-a-z';
|
|
2843
2846
|
// ArrowUpNarrowWide aliases
|
|
2844
2847
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2845
2848
|
export { default as SortAscIcon } from '../icons/arrow-up-narrow-wide';
|
|
2846
2849
|
// ArrowUpZA aliases
|
|
2847
2850
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2848
2851
|
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
2849
|
-
// ArrowUpAZ aliases
|
|
2850
|
-
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2851
|
-
export { default as ArrowUpAzIcon } from '../icons/arrow-up-a-z';
|
|
2852
2852
|
// Axis3d aliases
|
|
2853
2853
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2854
2854
|
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
@@ -2933,18 +2933,18 @@ export {
|
|
|
2933
2933
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
2934
2934
|
default as BarChartIcon
|
|
2935
2935
|
} from '../icons/chart-no-axes-column-increasing';
|
|
2936
|
-
// ChartNoAxesGantt aliases
|
|
2937
|
-
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2938
|
-
export {
|
|
2939
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
2940
|
-
default as GanttChartIcon
|
|
2941
|
-
} from '../icons/chart-no-axes-gantt';
|
|
2942
2936
|
// ChartNoAxesColumn aliases
|
|
2943
2937
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
2944
2938
|
export {
|
|
2945
2939
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
2946
2940
|
default as BarChart2Icon
|
|
2947
2941
|
} from '../icons/chart-no-axes-column';
|
|
2942
|
+
// ChartNoAxesGantt aliases
|
|
2943
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2944
|
+
export {
|
|
2945
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
2946
|
+
default as GanttChartIcon
|
|
2947
|
+
} from '../icons/chart-no-axes-gantt';
|
|
2948
2948
|
// ChartPie aliases
|
|
2949
2949
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
2950
2950
|
export {
|
|
@@ -2963,12 +2963,12 @@ export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
|
2963
2963
|
// CircleArrowDown aliases
|
|
2964
2964
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2965
2965
|
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2966
|
-
// CircleArrowLeft aliases
|
|
2967
|
-
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2968
|
-
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
2969
2966
|
// CircleArrowOutDownLeft aliases
|
|
2970
2967
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2971
2968
|
export { default as ArrowDownLeftFromCircleIcon } from '../icons/circle-arrow-out-down-left';
|
|
2969
|
+
// CircleArrowLeft aliases
|
|
2970
|
+
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2971
|
+
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
2972
2972
|
// CircleArrowOutDownRight aliases
|
|
2973
2973
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
2974
2974
|
export { default as ArrowDownRightFromCircleIcon } from '../icons/circle-arrow-out-down-right';
|
|
@@ -2999,15 +2999,15 @@ export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
|
2999
2999
|
// CircleChevronRight aliases
|
|
3000
3000
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3001
3001
|
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
3002
|
-
// CircleChevronUp aliases
|
|
3003
|
-
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3004
|
-
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
3005
3002
|
// CircleDivide aliases
|
|
3006
3003
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3007
3004
|
export { default as DivideCircleIcon } from '../icons/circle-divide';
|
|
3008
3005
|
// CircleGauge aliases
|
|
3009
3006
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3010
3007
|
export { default as GaugeCircleIcon } from '../icons/circle-gauge';
|
|
3008
|
+
// CircleChevronUp aliases
|
|
3009
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3010
|
+
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
3011
3011
|
// CircleMinus aliases
|
|
3012
3012
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3013
3013
|
export { default as MinusCircleIcon } from '../icons/circle-minus';
|
|
@@ -3020,18 +3020,18 @@ export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
|
3020
3020
|
// CirclePause aliases
|
|
3021
3021
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3022
3022
|
export { default as PauseCircleIcon } from '../icons/circle-pause';
|
|
3023
|
-
// CirclePercent aliases
|
|
3024
|
-
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3025
|
-
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
3026
|
-
// CirclePlus aliases
|
|
3027
|
-
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3028
|
-
export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
3029
|
-
// CirclePower aliases
|
|
3030
|
-
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3031
|
-
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
3023
|
+
// CirclePercent aliases
|
|
3024
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3025
|
+
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
3032
3026
|
// CirclePlay aliases
|
|
3033
3027
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3034
3028
|
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
3029
|
+
// CirclePower aliases
|
|
3030
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3031
|
+
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
3032
|
+
// CirclePlus aliases
|
|
3033
|
+
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3034
|
+
export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
3035
3035
|
// CircleQuestionMark aliases
|
|
3036
3036
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3037
3037
|
export { default as HelpCircleIcon } from '../icons/circle-question-mark';
|
|
@@ -3051,15 +3051,15 @@ export {
|
|
|
3051
3051
|
// CircleUser aliases
|
|
3052
3052
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3053
3053
|
export { default as UserCircleIcon } from '../icons/circle-user';
|
|
3054
|
+
// ClipboardPenLine aliases
|
|
3055
|
+
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3056
|
+
export { default as ClipboardSignatureIcon } from '../icons/clipboard-pen-line';
|
|
3054
3057
|
// CircleX aliases
|
|
3055
3058
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3056
3059
|
export { default as XCircleIcon } from '../icons/circle-x';
|
|
3057
3060
|
// ClipboardPen aliases
|
|
3058
3061
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3059
3062
|
export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
3060
|
-
// ClipboardPenLine aliases
|
|
3061
|
-
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3062
|
-
export { default as ClipboardSignatureIcon } from '../icons/clipboard-pen-line';
|
|
3063
3063
|
// CloudDownload aliases
|
|
3064
3064
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3065
3065
|
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
@@ -3103,15 +3103,15 @@ export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
|
3103
3103
|
// Ellipsis aliases
|
|
3104
3104
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3105
3105
|
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3106
|
-
// FileAxis3d aliases
|
|
3107
|
-
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3108
|
-
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
3109
3106
|
// FileChartColumnIncreasing aliases
|
|
3110
3107
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3111
3108
|
export {
|
|
3112
3109
|
/** @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 */
|
|
3113
3110
|
default as FileBarChartIcon
|
|
3114
3111
|
} from '../icons/file-chart-column-increasing';
|
|
3112
|
+
// FileAxis3d aliases
|
|
3113
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3114
|
+
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
3115
3115
|
// FileChartColumn aliases
|
|
3116
3116
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3117
3117
|
export {
|
|
@@ -3139,100 +3139,106 @@ export {
|
|
|
3139
3139
|
// FilePenLine aliases
|
|
3140
3140
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3141
3141
|
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
3142
|
-
// FilePlay aliases
|
|
3143
|
-
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3144
|
-
export { default as FileVideoIcon } from '../icons/file-play';
|
|
3145
|
-
// FileQuestionMark aliases
|
|
3146
|
-
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3147
|
-
export { default as FileQuestionIcon } from '../icons/file-question-mark';
|
|
3148
3142
|
// FilePen aliases
|
|
3149
3143
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3150
3144
|
export { default as FileEditIcon } from '../icons/file-pen';
|
|
3145
|
+
// FilePlay aliases
|
|
3146
|
+
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3147
|
+
export { default as FileVideoIcon } from '../icons/file-play';
|
|
3151
3148
|
// FileVideoCamera aliases
|
|
3152
3149
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3153
3150
|
export { default as FileVideo2Icon } from '../icons/file-video-camera';
|
|
3151
|
+
// FileQuestionMark aliases
|
|
3152
|
+
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3153
|
+
export { default as FileQuestionIcon } from '../icons/file-question-mark';
|
|
3154
|
+
// FolderPen aliases
|
|
3155
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3156
|
+
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3154
3157
|
// FolderCog aliases
|
|
3155
3158
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3156
3159
|
export {
|
|
3157
3160
|
/** @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 */
|
|
3158
3161
|
default as FolderCog2Icon
|
|
3159
3162
|
} from '../icons/folder-cog';
|
|
3160
|
-
// FolderPen aliases
|
|
3161
|
-
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3162
|
-
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3163
|
-
// Funnel aliases
|
|
3164
|
-
export { default as FunnelIcon } from '../icons/funnel';
|
|
3165
|
-
export {
|
|
3166
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3167
|
-
default as FilterIcon
|
|
3168
|
-
} from '../icons/funnel';
|
|
3169
3163
|
// FunnelX aliases
|
|
3170
3164
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3171
3165
|
export {
|
|
3172
3166
|
/** @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 */
|
|
3173
3167
|
default as FilterXIcon
|
|
3174
3168
|
} from '../icons/funnel-x';
|
|
3175
|
-
//
|
|
3176
|
-
export { default as
|
|
3177
|
-
export {
|
|
3169
|
+
// Funnel aliases
|
|
3170
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3171
|
+
export {
|
|
3172
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3173
|
+
default as FilterIcon
|
|
3174
|
+
} from '../icons/funnel';
|
|
3178
3175
|
// Grid2x2Check aliases
|
|
3179
3176
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3180
3177
|
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3181
|
-
// Grid2x2X aliases
|
|
3182
|
-
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3183
|
-
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3184
3178
|
// Grid2x2Plus aliases
|
|
3185
3179
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3186
3180
|
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3181
|
+
// GitCommitHorizontal aliases
|
|
3182
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3183
|
+
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
3184
|
+
// Grid2x2 aliases
|
|
3185
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3186
|
+
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3187
|
+
// Grid2x2X aliases
|
|
3188
|
+
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3189
|
+
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3187
3190
|
// Grid3x3 aliases
|
|
3188
3191
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3189
3192
|
export { default as GridIcon } from '../icons/grid-3x3';
|
|
3190
3193
|
export { default as Grid3X3Icon } from '../icons/grid-3x3';
|
|
3191
|
-
// Grid2x2 aliases
|
|
3192
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3193
|
-
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3194
|
-
// House aliases
|
|
3195
|
-
export { default as HouseIcon } from '../icons/house';
|
|
3196
|
-
export { default as HomeIcon } from '../icons/house';
|
|
3197
3194
|
// HandHelping aliases
|
|
3198
3195
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3199
3196
|
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
3197
|
+
// House aliases
|
|
3198
|
+
export { default as HouseIcon } from '../icons/house';
|
|
3199
|
+
export { default as HomeIcon } from '../icons/house';
|
|
3200
3200
|
// IceCreamBowl aliases
|
|
3201
3201
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3202
3202
|
export {
|
|
3203
3203
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3204
3204
|
default as IceCream2Icon
|
|
3205
3205
|
} from '../icons/ice-cream-bowl';
|
|
3206
|
-
// IndentDecrease aliases
|
|
3207
|
-
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3208
|
-
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3209
|
-
// IndentIncrease aliases
|
|
3210
|
-
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3211
|
-
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3212
3206
|
// IceCreamCone aliases
|
|
3213
3207
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3214
3208
|
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3209
|
+
// IndentDecrease aliases
|
|
3210
|
+
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3211
|
+
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3215
3212
|
// LaptopMinimal aliases
|
|
3216
3213
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3217
3214
|
export {
|
|
3218
3215
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3219
3216
|
default as Laptop2Icon
|
|
3220
3217
|
} from '../icons/laptop-minimal';
|
|
3221
|
-
//
|
|
3222
|
-
export { default as
|
|
3223
|
-
export { default as
|
|
3218
|
+
// IndentIncrease aliases
|
|
3219
|
+
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3220
|
+
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3224
3221
|
// Layers aliases
|
|
3225
3222
|
export { default as LayersIcon } from '../icons/layers';
|
|
3226
3223
|
export { default as Layers3Icon } from '../icons/layers';
|
|
3227
|
-
//
|
|
3228
|
-
export { default as
|
|
3229
|
-
export { default as
|
|
3224
|
+
// LoaderCircle aliases
|
|
3225
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3226
|
+
export { default as Loader2Icon } from '../icons/loader-circle';
|
|
3230
3227
|
// LockOpen aliases
|
|
3231
3228
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3232
3229
|
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3233
3230
|
// MailQuestionMark aliases
|
|
3234
3231
|
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3235
3232
|
export { default as MailQuestionIcon } from '../icons/mail-question-mark';
|
|
3233
|
+
// LockKeyholeOpen aliases
|
|
3234
|
+
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3235
|
+
export { default as UnlockKeyholeIcon } from '../icons/lock-keyhole-open';
|
|
3236
|
+
// MapPinPen aliases
|
|
3237
|
+
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3238
|
+
export {
|
|
3239
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3240
|
+
default as LocationEditIcon
|
|
3241
|
+
} from '../icons/map-pin-pen';
|
|
3236
3242
|
// MessageCircleQuestionMark aliases
|
|
3237
3243
|
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3238
3244
|
export { default as MessageCircleQuestionIcon } from '../icons/message-circle-question-mark';
|
|
@@ -3248,54 +3254,54 @@ export { default as Move3DIcon } from '../icons/move-3d';
|
|
|
3248
3254
|
// OctagonAlert aliases
|
|
3249
3255
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3250
3256
|
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3251
|
-
// OctagonX aliases
|
|
3252
|
-
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3253
|
-
export { default as XOctagonIcon } from '../icons/octagon-x';
|
|
3254
3257
|
// OctagonPause aliases
|
|
3255
3258
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3256
3259
|
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
3257
3260
|
// PaintbrushVertical aliases
|
|
3258
3261
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3259
3262
|
export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
3263
|
+
// OctagonX aliases
|
|
3264
|
+
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3265
|
+
export { default as XOctagonIcon } from '../icons/octagon-x';
|
|
3260
3266
|
// PanelBottomDashed aliases
|
|
3261
3267
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3262
3268
|
export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed';
|
|
3263
|
-
// PanelLeftClose aliases
|
|
3264
|
-
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3265
|
-
export { default as SidebarCloseIcon } from '../icons/panel-left-close';
|
|
3266
3269
|
// PanelLeftDashed aliases
|
|
3267
3270
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3268
3271
|
export { default as PanelLeftInactiveIcon } from '../icons/panel-left-dashed';
|
|
3272
|
+
// PanelLeftClose aliases
|
|
3273
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3274
|
+
export { default as SidebarCloseIcon } from '../icons/panel-left-close';
|
|
3269
3275
|
// PanelLeftOpen aliases
|
|
3270
3276
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3271
3277
|
export { default as SidebarOpenIcon } from '../icons/panel-left-open';
|
|
3272
|
-
// PanelLeft aliases
|
|
3273
|
-
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3274
|
-
export { default as SidebarIcon } from '../icons/panel-left';
|
|
3275
3278
|
// PanelRightDashed aliases
|
|
3276
3279
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3277
3280
|
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
3281
|
+
// PanelLeft aliases
|
|
3282
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3283
|
+
export { default as SidebarIcon } from '../icons/panel-left';
|
|
3284
|
+
// PanelTopDashed aliases
|
|
3285
|
+
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3286
|
+
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
3278
3287
|
// PanelsTopLeft aliases
|
|
3279
3288
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3280
3289
|
export { default as LayoutIcon } from '../icons/panels-top-left';
|
|
3290
|
+
// Pen aliases
|
|
3291
|
+
export { default as PenIcon } from '../icons/pen';
|
|
3292
|
+
export {
|
|
3293
|
+
/** @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 */
|
|
3294
|
+
default as Edit2Icon
|
|
3295
|
+
} from '../icons/pen';
|
|
3281
3296
|
// PenLine aliases
|
|
3282
3297
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3283
3298
|
export {
|
|
3284
3299
|
/** @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 */
|
|
3285
3300
|
default as Edit3Icon
|
|
3286
3301
|
} from '../icons/pen-line';
|
|
3287
|
-
// PanelTopDashed aliases
|
|
3288
|
-
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3289
|
-
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
3290
3302
|
// PlugZap aliases
|
|
3291
3303
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3292
3304
|
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3293
|
-
// Pen aliases
|
|
3294
|
-
export { default as PenIcon } from '../icons/pen';
|
|
3295
|
-
export {
|
|
3296
|
-
/** @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 */
|
|
3297
|
-
default as Edit2Icon
|
|
3298
|
-
} from '../icons/pen';
|
|
3299
3305
|
// RectangleEllipsis aliases
|
|
3300
3306
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3301
3307
|
export { default as FormInputIcon } from '../icons/rectangle-ellipsis';
|
|
@@ -3320,6 +3326,9 @@ export {
|
|
|
3320
3326
|
// ShieldQuestionMark aliases
|
|
3321
3327
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3322
3328
|
export { default as ShieldQuestionIcon } from '../icons/shield-question-mark';
|
|
3329
|
+
// SquareActivity aliases
|
|
3330
|
+
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3331
|
+
export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
3323
3332
|
// SlidersVertical aliases
|
|
3324
3333
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3325
3334
|
export { default as SlidersIcon } from '../icons/sliders-vertical';
|
|
@@ -3329,18 +3338,15 @@ export { default as ShieldCloseIcon } from '../icons/shield-x';
|
|
|
3329
3338
|
// Sparkles aliases
|
|
3330
3339
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3331
3340
|
export { default as StarsIcon } from '../icons/sparkles';
|
|
3332
|
-
// SquareActivity aliases
|
|
3333
|
-
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3334
|
-
export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
3335
|
-
// SquareArrowDown aliases
|
|
3336
|
-
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3337
|
-
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
3338
|
-
// SquareArrowDownRight aliases
|
|
3339
|
-
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3340
|
-
export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-right';
|
|
3341
3341
|
// SquareArrowDownLeft aliases
|
|
3342
3342
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3343
3343
|
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3344
|
+
// SquareArrowDownRight aliases
|
|
3345
|
+
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3346
|
+
export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-right';
|
|
3347
|
+
// SquareArrowDown aliases
|
|
3348
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3349
|
+
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
3344
3350
|
// SquareArrowLeft aliases
|
|
3345
3351
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3346
3352
|
export { default as ArrowLeftSquareIcon } from '../icons/square-arrow-left';
|
|
@@ -3353,18 +3359,18 @@ export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-o
|
|
|
3353
3359
|
// SquareArrowOutUpLeft aliases
|
|
3354
3360
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3355
3361
|
export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-up-left';
|
|
3356
|
-
//
|
|
3357
|
-
export { default as
|
|
3358
|
-
export { default as
|
|
3362
|
+
// SquareArrowOutUpRight aliases
|
|
3363
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3364
|
+
export { default as ArrowUpRightFromSquareIcon } from '../icons/square-arrow-out-up-right';
|
|
3359
3365
|
// SquareArrowUpLeft aliases
|
|
3360
3366
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3361
3367
|
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3368
|
+
// SquareArrowRight aliases
|
|
3369
|
+
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3370
|
+
export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
3362
3371
|
// SquareArrowUpRight aliases
|
|
3363
3372
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3364
3373
|
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3365
|
-
// SquareArrowOutUpRight aliases
|
|
3366
|
-
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3367
|
-
export { default as ArrowUpRightFromSquareIcon } from '../icons/square-arrow-out-up-right';
|
|
3368
3374
|
// SquareArrowUp aliases
|
|
3369
3375
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3370
3376
|
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
@@ -3374,40 +3380,43 @@ export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
|
3374
3380
|
// SquareBottomDashedScissors aliases
|
|
3375
3381
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3376
3382
|
export { default as ScissorsSquareDashedBottomIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3383
|
+
// SquareCheckBig aliases
|
|
3384
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3385
|
+
export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
3377
3386
|
// SquareChartGantt aliases
|
|
3378
3387
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3379
3388
|
export { default as GanttChartSquareIcon } from '../icons/square-chart-gantt';
|
|
3380
3389
|
export { default as SquareGanttChartIcon } from '../icons/square-chart-gantt';
|
|
3381
|
-
// SquareCheckBig aliases
|
|
3382
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3383
|
-
export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
3384
3390
|
// SquareCheck aliases
|
|
3385
3391
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3386
3392
|
export { default as CheckSquare2Icon } from '../icons/square-check';
|
|
3387
|
-
// SquareChevronDown aliases
|
|
3388
|
-
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3389
|
-
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3390
3393
|
// SquareChevronLeft aliases
|
|
3391
3394
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3392
3395
|
export { default as ChevronLeftSquareIcon } from '../icons/square-chevron-left';
|
|
3396
|
+
// SquareChevronDown aliases
|
|
3397
|
+
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3398
|
+
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3393
3399
|
// SquareChevronRight aliases
|
|
3394
3400
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3395
3401
|
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
3396
3402
|
// SquareChevronUp aliases
|
|
3397
3403
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3398
3404
|
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3399
|
-
// SquareCode aliases
|
|
3400
|
-
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3401
|
-
export { default as CodeSquareIcon } from '../icons/square-code';
|
|
3402
3405
|
// SquareDashedKanban aliases
|
|
3403
3406
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3404
3407
|
export { default as KanbanSquareDashedIcon } from '../icons/square-dashed-kanban';
|
|
3408
|
+
// SquareCode aliases
|
|
3409
|
+
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3410
|
+
export { default as CodeSquareIcon } from '../icons/square-code';
|
|
3405
3411
|
// SquareDashedMousePointer aliases
|
|
3406
3412
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3407
3413
|
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3408
3414
|
// SquareDashed aliases
|
|
3409
3415
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3410
3416
|
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
3417
|
+
// SquareEqual aliases
|
|
3418
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3419
|
+
export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
3411
3420
|
// SquareDivide aliases
|
|
3412
3421
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3413
3422
|
export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
@@ -3417,9 +3426,6 @@ export { default as DotSquareIcon } from '../icons/square-dot';
|
|
|
3417
3426
|
// SquareFunction aliases
|
|
3418
3427
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3419
3428
|
export { default as FunctionSquareIcon } from '../icons/square-function';
|
|
3420
|
-
// SquareEqual aliases
|
|
3421
|
-
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3422
|
-
export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
3423
3429
|
// SquareKanban aliases
|
|
3424
3430
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3425
3431
|
export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
@@ -3441,14 +3447,14 @@ export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
|
3441
3447
|
// SquareParkingOff aliases
|
|
3442
3448
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3443
3449
|
export { default as ParkingSquareOffIcon } from '../icons/square-parking-off';
|
|
3444
|
-
// SquareParking aliases
|
|
3445
|
-
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3446
|
-
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
3447
3450
|
// SquarePen aliases
|
|
3448
3451
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
3449
3452
|
export { default as PenBoxIcon } from '../icons/square-pen';
|
|
3450
3453
|
export { default as EditIcon } from '../icons/square-pen';
|
|
3451
3454
|
export { default as PenSquareIcon } from '../icons/square-pen';
|
|
3455
|
+
// SquareParking aliases
|
|
3456
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3457
|
+
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
3452
3458
|
// SquarePercent aliases
|
|
3453
3459
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3454
3460
|
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
@@ -3458,27 +3464,27 @@ export { default as PiSquareIcon } from '../icons/square-pi';
|
|
|
3458
3464
|
// SquarePilcrow aliases
|
|
3459
3465
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3460
3466
|
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3467
|
+
// SquarePlay aliases
|
|
3468
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3469
|
+
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3461
3470
|
// SquarePlus aliases
|
|
3462
3471
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3463
3472
|
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
3464
3473
|
// SquarePower aliases
|
|
3465
3474
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3466
3475
|
export { default as PowerSquareIcon } from '../icons/square-power';
|
|
3467
|
-
// SquarePlay aliases
|
|
3468
|
-
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3469
|
-
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3470
3476
|
// SquareScissors aliases
|
|
3471
3477
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
3472
3478
|
export { default as ScissorsSquareIcon } from '../icons/square-scissors';
|
|
3479
|
+
// SquareSlash aliases
|
|
3480
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3481
|
+
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3473
3482
|
// SquareSigma aliases
|
|
3474
3483
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3475
3484
|
export { default as SigmaSquareIcon } from '../icons/square-sigma';
|
|
3476
3485
|
// SquareSplitHorizontal aliases
|
|
3477
3486
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3478
3487
|
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3479
|
-
// SquareSlash aliases
|
|
3480
|
-
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3481
|
-
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3482
3488
|
// SquareSplitVertical aliases
|
|
3483
3489
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3484
3490
|
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
@@ -3500,30 +3506,30 @@ export { default as TestTube2Icon } from '../icons/test-tube-diagonal';
|
|
|
3500
3506
|
// SquareX aliases
|
|
3501
3507
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
3502
3508
|
export { default as XSquareIcon } from '../icons/square-x';
|
|
3503
|
-
//
|
|
3504
|
-
export { default as
|
|
3505
|
-
export { default as
|
|
3509
|
+
// TramFront aliases
|
|
3510
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3511
|
+
export { default as TrainIcon } from '../icons/tram-front';
|
|
3506
3512
|
// TreePalm aliases
|
|
3507
3513
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3508
3514
|
export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
3515
|
+
// TextSelect aliases
|
|
3516
|
+
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3517
|
+
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
3509
3518
|
// TriangleAlert aliases
|
|
3510
3519
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3511
3520
|
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3512
|
-
// TvMinimal aliases
|
|
3513
|
-
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
3514
|
-
export {
|
|
3515
|
-
/** @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 */
|
|
3516
|
-
default as Tv2Icon
|
|
3517
|
-
} from '../icons/tv-minimal';
|
|
3518
|
-
// TramFront aliases
|
|
3519
|
-
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3520
|
-
export { default as TrainIcon } from '../icons/tram-front';
|
|
3521
3521
|
// University aliases
|
|
3522
3522
|
export { default as UniversityIcon } from '../icons/university';
|
|
3523
3523
|
export {
|
|
3524
3524
|
/** @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 */
|
|
3525
3525
|
default as School2Icon
|
|
3526
3526
|
} from '../icons/university';
|
|
3527
|
+
// TvMinimal aliases
|
|
3528
|
+
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
3529
|
+
export {
|
|
3530
|
+
/** @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 */
|
|
3531
|
+
default as Tv2Icon
|
|
3532
|
+
} from '../icons/tv-minimal';
|
|
3527
3533
|
// UserRoundCheck aliases
|
|
3528
3534
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
3529
3535
|
export {
|
|
@@ -3536,18 +3542,18 @@ export {
|
|
|
3536
3542
|
/** @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 */
|
|
3537
3543
|
default as UserCog2Icon
|
|
3538
3544
|
} from '../icons/user-round-cog';
|
|
3539
|
-
// UserRoundMinus aliases
|
|
3540
|
-
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
3541
|
-
export {
|
|
3542
|
-
/** @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 */
|
|
3543
|
-
default as UserMinus2Icon
|
|
3544
|
-
} from '../icons/user-round-minus';
|
|
3545
3545
|
// UserRoundPlus aliases
|
|
3546
3546
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
3547
3547
|
export {
|
|
3548
3548
|
/** @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 */
|
|
3549
3549
|
default as UserPlus2Icon
|
|
3550
3550
|
} from '../icons/user-round-plus';
|
|
3551
|
+
// UserRoundMinus aliases
|
|
3552
|
+
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
3553
|
+
export {
|
|
3554
|
+
/** @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 */
|
|
3555
|
+
default as UserMinus2Icon
|
|
3556
|
+
} from '../icons/user-round-minus';
|
|
3551
3557
|
// UserRoundX aliases
|
|
3552
3558
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
3553
3559
|
export {
|
|
@@ -3560,24 +3566,24 @@ export {
|
|
|
3560
3566
|
/** @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 */
|
|
3561
3567
|
default as User2Icon
|
|
3562
3568
|
} from '../icons/user-round';
|
|
3563
|
-
// UtensilsCrossed aliases
|
|
3564
|
-
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3565
|
-
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3566
3569
|
// UsersRound aliases
|
|
3567
3570
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
3568
3571
|
export {
|
|
3569
3572
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
3570
3573
|
default as Users2Icon
|
|
3571
3574
|
} from '../icons/users-round';
|
|
3575
|
+
// UtensilsCrossed aliases
|
|
3576
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3577
|
+
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3578
|
+
// Utensils aliases
|
|
3579
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3580
|
+
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3572
3581
|
// WalletMinimal aliases
|
|
3573
3582
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3574
3583
|
export {
|
|
3575
3584
|
/** @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 */
|
|
3576
3585
|
default as Wallet2Icon
|
|
3577
3586
|
} from '../icons/wallet-minimal';
|
|
3578
|
-
// Utensils aliases
|
|
3579
|
-
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3580
|
-
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3581
3587
|
// WandSparkles aliases
|
|
3582
3588
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
3583
3589
|
export {
|