@lucide/astro 1.12.0 → 1.13.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 +54 -48
- package/src/aliases/prefixed.ts +680 -674
- package/src/aliases/suffixed.ts +984 -978
- package/src/icons/index.ts +112 -111
- package/src/icons/waves-horizontal.ts +18 -0
- package/src/icons/waves-vertical.ts +18 -0
- package/src/icons/waves.ts +0 -18
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
-
// AArrowUp aliases
|
|
4
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
3
|
// ALargeSmall aliases
|
|
6
4
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
|
-
//
|
|
8
|
-
export { default as
|
|
9
|
-
// Activity aliases
|
|
10
|
-
export { default as ActivityIcon } from '../icons/activity';
|
|
5
|
+
// AArrowUp aliases
|
|
6
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
11
7
|
// AirVent aliases
|
|
12
8
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
9
|
+
// Accessibility aliases
|
|
10
|
+
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
13
11
|
// Airplay aliases
|
|
14
12
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
13
|
+
// Activity aliases
|
|
14
|
+
export { default as ActivityIcon } from '../icons/activity';
|
|
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
|
-
// AlarmSmoke aliases
|
|
20
|
-
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
19
|
// Album aliases
|
|
22
20
|
export { default as AlbumIcon } from '../icons/album';
|
|
21
|
+
// AlarmSmoke aliases
|
|
22
|
+
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
23
23
|
// AlignCenterHorizontal aliases
|
|
24
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
25
|
// AlignCenterVertical aliases
|
|
26
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
|
+
// AlignHorizontalDistributeCenter aliases
|
|
28
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
27
29
|
// AlignEndVertical aliases
|
|
28
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
29
31
|
// AlignEndHorizontal aliases
|
|
30
32
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
|
-
// AlignHorizontalDistributeCenter aliases
|
|
32
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
33
|
// AlignHorizontalDistributeEnd aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
35
|
// AlignHorizontalDistributeStart aliases
|
|
36
36
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
|
-
// AlignHorizontalJustifyCenter aliases
|
|
38
|
-
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
39
37
|
// AlignHorizontalJustifyEnd aliases
|
|
40
38
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
39
|
+
// AlignHorizontalJustifyCenter aliases
|
|
40
|
+
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
41
|
// AlignHorizontalJustifyStart aliases
|
|
42
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
43
|
// AlignHorizontalSpaceAround aliases
|
|
@@ -50,38 +50,38 @@ export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizo
|
|
|
50
50
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
51
|
// AlignVerticalDistributeCenter aliases
|
|
52
52
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
|
-
// AlignVerticalDistributeEnd aliases
|
|
54
|
-
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
53
|
// AlignVerticalDistributeStart aliases
|
|
56
54
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
55
|
// AlignVerticalJustifyCenter aliases
|
|
58
56
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
|
-
//
|
|
60
|
-
export { default as
|
|
57
|
+
// AlignVerticalDistributeEnd aliases
|
|
58
|
+
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
61
59
|
// AlignVerticalJustifyStart aliases
|
|
62
60
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
63
|
-
//
|
|
64
|
-
export { default as
|
|
61
|
+
// AlignVerticalJustifyEnd aliases
|
|
62
|
+
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
65
63
|
// AlignVerticalSpaceBetween aliases
|
|
66
64
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
65
|
+
// AlignVerticalSpaceAround aliases
|
|
66
|
+
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
67
67
|
// Ambulance aliases
|
|
68
68
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
|
-
// Ampersand aliases
|
|
70
|
-
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
71
69
|
// Ampersands aliases
|
|
72
70
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
71
|
+
// Ampersand aliases
|
|
72
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
73
|
// Amphora aliases
|
|
74
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
75
|
// Anchor aliases
|
|
76
76
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
|
-
// Angry aliases
|
|
78
|
-
export { default as AngryIcon } from '../icons/angry';
|
|
79
77
|
// Annoyed aliases
|
|
80
78
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
|
-
//
|
|
82
|
-
export { default as
|
|
79
|
+
// Angry aliases
|
|
80
|
+
export { default as AngryIcon } from '../icons/angry';
|
|
83
81
|
// Anvil aliases
|
|
84
82
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
83
|
+
// Antenna aliases
|
|
84
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
85
85
|
// Aperture aliases
|
|
86
86
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
87
|
// AppWindowMac aliases
|
|
@@ -94,40 +94,40 @@ export { default as AppleIcon } from '../icons/apple';
|
|
|
94
94
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
95
|
// ArchiveX aliases
|
|
96
96
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
|
-
// Armchair aliases
|
|
98
|
-
export { default as ArmchairIcon } from '../icons/armchair';
|
|
99
97
|
// Archive aliases
|
|
100
98
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
|
+
// Armchair aliases
|
|
100
|
+
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
101
|
// ArrowBigDownDash aliases
|
|
102
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
|
-
// ArrowBigDown aliases
|
|
104
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
103
|
// ArrowBigLeftDash aliases
|
|
106
104
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
105
|
+
// ArrowBigDown aliases
|
|
106
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
107
107
|
// ArrowBigLeft aliases
|
|
108
108
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
109
|
// ArrowBigRightDash aliases
|
|
110
110
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
|
-
// ArrowBigUpDash aliases
|
|
112
|
-
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
113
111
|
// ArrowBigRight aliases
|
|
114
112
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
115
|
-
//
|
|
116
|
-
export { default as
|
|
113
|
+
// ArrowBigUpDash aliases
|
|
114
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
|
+
// ArrowDownLeft aliases
|
|
116
|
+
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
117
117
|
// ArrowDownFromLine aliases
|
|
118
118
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
119
|
+
// ArrowBigUp aliases
|
|
120
|
+
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
119
121
|
// ArrowDownNarrowWide aliases
|
|
120
122
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
121
|
-
// ArrowDownRight aliases
|
|
122
|
-
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
123
|
-
// ArrowDownLeft aliases
|
|
124
|
-
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
125
123
|
// ArrowDownToDot aliases
|
|
126
124
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
127
|
-
//
|
|
128
|
-
export { default as
|
|
125
|
+
// ArrowDownRight aliases
|
|
126
|
+
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
129
127
|
// ArrowDownUp aliases
|
|
130
128
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
129
|
+
// ArrowDownToLine aliases
|
|
130
|
+
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
131
131
|
// ArrowDown aliases
|
|
132
132
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
133
133
|
// ArrowLeftFromLine aliases
|
|
@@ -136,60 +136,60 @@ export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line'
|
|
|
136
136
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
137
137
|
// ArrowLeftToLine aliases
|
|
138
138
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
|
-
// ArrowRightFromLine aliases
|
|
140
|
-
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
141
139
|
// ArrowLeft aliases
|
|
142
140
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
143
141
|
// ArrowRightLeft aliases
|
|
144
142
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
143
|
+
// ArrowRightFromLine aliases
|
|
144
|
+
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
145
145
|
// ArrowRightToLine aliases
|
|
146
146
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
147
|
// ArrowRight aliases
|
|
148
148
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
|
-
// ArrowUpDown aliases
|
|
150
|
-
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
149
|
// ArrowUpFromDot aliases
|
|
152
150
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
151
|
+
// ArrowUpDown aliases
|
|
152
|
+
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
153
153
|
// ArrowUpFromLine aliases
|
|
154
154
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
155
|
// ArrowUpLeft aliases
|
|
156
156
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
157
|
// ArrowUpRight aliases
|
|
158
158
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
|
+
// ArrowUp aliases
|
|
160
|
+
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
159
161
|
// ArrowUpToLine aliases
|
|
160
162
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
163
|
// ArrowUpWideNarrow aliases
|
|
162
164
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
163
|
-
// ArrowUp aliases
|
|
164
|
-
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
165
|
// ArrowsUpFromLine aliases
|
|
166
166
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
167
|
// Asterisk aliases
|
|
168
168
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
169
|
// Astroid aliases
|
|
170
170
|
export { default as AstroidIcon } from '../icons/astroid';
|
|
171
|
-
// Atom aliases
|
|
172
|
-
export { default as AtomIcon } from '../icons/atom';
|
|
173
171
|
// AtSign aliases
|
|
174
172
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
175
|
-
//
|
|
176
|
-
export { default as
|
|
173
|
+
// Atom aliases
|
|
174
|
+
export { default as AtomIcon } from '../icons/atom';
|
|
177
175
|
// AudioWaveform aliases
|
|
178
176
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
177
|
+
// AudioLines aliases
|
|
178
|
+
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
179
179
|
// Award aliases
|
|
180
180
|
export { default as AwardIcon } from '../icons/award';
|
|
181
|
+
// Backpack aliases
|
|
182
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
181
183
|
// Axe aliases
|
|
182
184
|
export { default as AxeIcon } from '../icons/axe';
|
|
183
185
|
// Baby aliases
|
|
184
186
|
export { default as BabyIcon } from '../icons/baby';
|
|
185
|
-
// Backpack aliases
|
|
186
|
-
export { default as BackpackIcon } from '../icons/backpack';
|
|
187
187
|
// BadgeAlert aliases
|
|
188
188
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
189
|
-
// BadgeCent aliases
|
|
190
|
-
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
191
189
|
// BadgeDollarSign aliases
|
|
192
190
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
191
|
+
// BadgeCent aliases
|
|
192
|
+
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
193
193
|
// BadgeEuro aliases
|
|
194
194
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
195
195
|
// BadgeIndianRupee aliases
|
|
@@ -206,10 +206,10 @@ export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
|
206
206
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
207
207
|
// BadgePoundSterling aliases
|
|
208
208
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
209
|
-
// BadgeRussianRuble aliases
|
|
210
|
-
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
211
209
|
// BadgeSwissFranc aliases
|
|
212
210
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
211
|
+
// BadgeRussianRuble aliases
|
|
212
|
+
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
213
213
|
// BadgeTurkishLira aliases
|
|
214
214
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
215
215
|
// BadgeX aliases
|
|
@@ -218,36 +218,36 @@ export { default as BadgeXIcon } from '../icons/badge-x';
|
|
|
218
218
|
export { default as BadgeIcon } from '../icons/badge';
|
|
219
219
|
// BaggageClaim aliases
|
|
220
220
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
221
|
-
// Balloon aliases
|
|
222
|
-
export { default as BalloonIcon } from '../icons/balloon';
|
|
223
221
|
// Ban aliases
|
|
224
222
|
export { default as BanIcon } from '../icons/ban';
|
|
223
|
+
// Balloon aliases
|
|
224
|
+
export { default as BalloonIcon } from '../icons/balloon';
|
|
225
225
|
// Banana aliases
|
|
226
226
|
export { default as BananaIcon } from '../icons/banana';
|
|
227
227
|
// Bandage aliases
|
|
228
228
|
export { default as BandageIcon } from '../icons/bandage';
|
|
229
229
|
// BanknoteArrowDown aliases
|
|
230
230
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
231
|
-
// BanknoteArrowUp aliases
|
|
232
|
-
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
233
231
|
// BanknoteX aliases
|
|
234
232
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
235
|
-
//
|
|
236
|
-
export { default as
|
|
233
|
+
// BanknoteArrowUp aliases
|
|
234
|
+
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
237
235
|
// Barcode aliases
|
|
238
236
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
237
|
+
// Banknote aliases
|
|
238
|
+
export { default as BanknoteIcon } from '../icons/banknote';
|
|
239
239
|
// Barrel aliases
|
|
240
240
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
241
|
-
// Baseline aliases
|
|
242
|
-
export { default as BaselineIcon } from '../icons/baseline';
|
|
243
241
|
// Bath aliases
|
|
244
242
|
export { default as BathIcon } from '../icons/bath';
|
|
243
|
+
// Baseline aliases
|
|
244
|
+
export { default as BaselineIcon } from '../icons/baseline';
|
|
245
245
|
// BatteryCharging aliases
|
|
246
246
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
247
|
-
// BatteryFull aliases
|
|
248
|
-
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
249
247
|
// BatteryLow aliases
|
|
250
248
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
249
|
+
// BatteryFull aliases
|
|
250
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
251
251
|
// BatteryMedium aliases
|
|
252
252
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
253
253
|
// BatteryPlus aliases
|
|
@@ -258,42 +258,42 @@ export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
|
258
258
|
export { default as BatteryIcon } from '../icons/battery';
|
|
259
259
|
// Beaker aliases
|
|
260
260
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
261
|
-
// Bean aliases
|
|
262
|
-
export { default as BeanIcon } from '../icons/bean';
|
|
263
261
|
// BeanOff aliases
|
|
264
262
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
265
|
-
//
|
|
266
|
-
export { default as
|
|
267
|
-
// BedSingle aliases
|
|
268
|
-
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
263
|
+
// Bean aliases
|
|
264
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
269
265
|
// Bed aliases
|
|
270
266
|
export { default as BedIcon } from '../icons/bed';
|
|
271
|
-
//
|
|
272
|
-
export { default as
|
|
267
|
+
// BedSingle aliases
|
|
268
|
+
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
269
|
+
// BedDouble aliases
|
|
270
|
+
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
273
271
|
// Beef aliases
|
|
274
272
|
export { default as BeefIcon } from '../icons/beef';
|
|
275
|
-
// Beer aliases
|
|
276
|
-
export { default as BeerIcon } from '../icons/beer';
|
|
277
273
|
// BeerOff aliases
|
|
278
274
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
275
|
+
// BeefOff aliases
|
|
276
|
+
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
277
|
+
// Beer aliases
|
|
278
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
279
279
|
// BellCheck aliases
|
|
280
280
|
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
281
281
|
// BellDot aliases
|
|
282
282
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
283
283
|
// BellElectric aliases
|
|
284
284
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
285
|
-
// BellMinus aliases
|
|
286
|
-
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
287
285
|
// BellOff aliases
|
|
288
286
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
289
287
|
// BellPlus aliases
|
|
290
288
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
289
|
+
// BellMinus aliases
|
|
290
|
+
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
291
291
|
// BellRing aliases
|
|
292
292
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
293
|
-
// Bell aliases
|
|
294
|
-
export { default as BellIcon } from '../icons/bell';
|
|
295
293
|
// BetweenVerticalEnd aliases
|
|
296
294
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
295
|
+
// Bell aliases
|
|
296
|
+
export { default as BellIcon } from '../icons/bell';
|
|
297
297
|
// BetweenVerticalStart aliases
|
|
298
298
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
299
299
|
// Bike aliases
|
|
@@ -314,44 +314,44 @@ export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
|
314
314
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
315
315
|
// Blend aliases
|
|
316
316
|
export { default as BlendIcon } from '../icons/blend';
|
|
317
|
+
// BluetoothConnected aliases
|
|
318
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
317
319
|
// Blinds aliases
|
|
318
320
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
319
321
|
// Blocks aliases
|
|
320
322
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
321
|
-
// BluetoothConnected aliases
|
|
322
|
-
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
323
323
|
// BluetoothOff aliases
|
|
324
324
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
325
|
-
// BluetoothSearching aliases
|
|
326
|
-
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
327
325
|
// Bluetooth aliases
|
|
328
326
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
329
327
|
// Bold aliases
|
|
330
328
|
export { default as BoldIcon } from '../icons/bold';
|
|
329
|
+
// BluetoothSearching aliases
|
|
330
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
331
331
|
// Bolt aliases
|
|
332
332
|
export { default as BoltIcon } from '../icons/bolt';
|
|
333
|
-
// Bomb aliases
|
|
334
|
-
export { default as BombIcon } from '../icons/bomb';
|
|
335
333
|
// Bone aliases
|
|
336
334
|
export { default as BoneIcon } from '../icons/bone';
|
|
337
|
-
// BookA aliases
|
|
338
|
-
export { default as BookAIcon } from '../icons/book-a';
|
|
339
335
|
// BookAlert aliases
|
|
340
336
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
337
|
+
// Bomb aliases
|
|
338
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
341
339
|
// BookAudio aliases
|
|
342
340
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
341
|
+
// BookA aliases
|
|
342
|
+
export { default as BookAIcon } from '../icons/book-a';
|
|
343
343
|
// BookCheck aliases
|
|
344
344
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
345
345
|
// BookCopy aliases
|
|
346
346
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
347
347
|
// BookDown aliases
|
|
348
348
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
349
|
+
// BookImage aliases
|
|
350
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
349
351
|
// BookHeadphones aliases
|
|
350
352
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
351
353
|
// BookHeart aliases
|
|
352
354
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
353
|
-
// BookImage aliases
|
|
354
|
-
export { default as BookImageIcon } from '../icons/book-image';
|
|
355
355
|
// BookKey aliases
|
|
356
356
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
357
357
|
// BookLock aliases
|
|
@@ -360,22 +360,22 @@ export { default as BookLockIcon } from '../icons/book-lock';
|
|
|
360
360
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
361
361
|
// BookMinus aliases
|
|
362
362
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
363
|
-
// BookOpenCheck aliases
|
|
364
|
-
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
365
363
|
// BookOpenText aliases
|
|
366
364
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
367
|
-
//
|
|
368
|
-
export { default as
|
|
365
|
+
// BookOpenCheck aliases
|
|
366
|
+
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
369
367
|
// BookPlus aliases
|
|
370
368
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
371
369
|
// BookSearch aliases
|
|
372
370
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
371
|
+
// BookOpen aliases
|
|
372
|
+
export { default as BookOpenIcon } from '../icons/book-open';
|
|
373
373
|
// BookText aliases
|
|
374
374
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
375
|
-
// BookType aliases
|
|
376
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
377
375
|
// BookUp2 aliases
|
|
378
376
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
377
|
+
// BookType aliases
|
|
378
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
379
379
|
// BookUp aliases
|
|
380
380
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
381
381
|
// BookUser aliases
|
|
@@ -386,28 +386,28 @@ export { default as BookXIcon } from '../icons/book-x';
|
|
|
386
386
|
export { default as BookIcon } from '../icons/book';
|
|
387
387
|
// BookmarkCheck aliases
|
|
388
388
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
389
|
-
// BookmarkMinus aliases
|
|
390
|
-
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
391
389
|
// BookmarkOff aliases
|
|
392
390
|
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
393
391
|
// BookmarkPlus aliases
|
|
394
392
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
395
393
|
// BookmarkX aliases
|
|
396
394
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
395
|
+
// BookmarkMinus aliases
|
|
396
|
+
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
397
397
|
// Bookmark aliases
|
|
398
398
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
399
399
|
// BoomBox aliases
|
|
400
400
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
401
|
-
// BotMessageSquare aliases
|
|
402
|
-
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
403
401
|
// BotOff aliases
|
|
404
402
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
403
|
+
// BotMessageSquare aliases
|
|
404
|
+
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
405
405
|
// Bot aliases
|
|
406
406
|
export { default as BotIcon } from '../icons/bot';
|
|
407
|
-
// BowArrow aliases
|
|
408
|
-
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
409
407
|
// BottleWine aliases
|
|
410
408
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
409
|
+
// BowArrow aliases
|
|
410
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
411
411
|
// Box aliases
|
|
412
412
|
export { default as BoxIcon } from '../icons/box';
|
|
413
413
|
// Boxes aliases
|
|
@@ -416,52 +416,52 @@ export { default as BoxesIcon } from '../icons/boxes';
|
|
|
416
416
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
417
417
|
// BrainCircuit aliases
|
|
418
418
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
419
|
+
// BrickWallFire aliases
|
|
420
|
+
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
419
421
|
// BrainCog aliases
|
|
420
422
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
421
423
|
// Brain aliases
|
|
422
424
|
export { default as BrainIcon } from '../icons/brain';
|
|
423
|
-
// BrickWallFire aliases
|
|
424
|
-
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
425
425
|
// BrickWallShield aliases
|
|
426
426
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
427
|
-
// BrickWall aliases
|
|
428
|
-
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
429
427
|
// BriefcaseBusiness aliases
|
|
430
428
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
429
|
+
// BrickWall aliases
|
|
430
|
+
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
431
431
|
// BriefcaseConveyorBelt aliases
|
|
432
432
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
433
|
-
// BriefcaseMedical aliases
|
|
434
|
-
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
435
433
|
// Briefcase aliases
|
|
436
434
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
437
435
|
// BringToFront aliases
|
|
438
436
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
439
437
|
// BrushCleaning aliases
|
|
440
438
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
439
|
+
// BriefcaseMedical aliases
|
|
440
|
+
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
441
|
+
// Brush aliases
|
|
442
|
+
export { default as BrushIcon } from '../icons/brush';
|
|
441
443
|
// Bubbles aliases
|
|
442
444
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
443
445
|
// BugOff aliases
|
|
444
446
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
445
|
-
// Brush aliases
|
|
446
|
-
export { default as BrushIcon } from '../icons/brush';
|
|
447
|
-
// BugPlay aliases
|
|
448
|
-
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
449
447
|
// Bug aliases
|
|
450
448
|
export { default as BugIcon } from '../icons/bug';
|
|
451
|
-
//
|
|
452
|
-
export { default as
|
|
449
|
+
// BugPlay aliases
|
|
450
|
+
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
453
451
|
// Building aliases
|
|
454
452
|
export { default as BuildingIcon } from '../icons/building';
|
|
455
|
-
// Bus aliases
|
|
456
|
-
export { default as BusIcon } from '../icons/bus';
|
|
457
453
|
// BusFront aliases
|
|
458
454
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
455
|
+
// Building2 aliases
|
|
456
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
459
457
|
// CableCar aliases
|
|
460
458
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
461
|
-
//
|
|
462
|
-
export { default as
|
|
459
|
+
// Bus aliases
|
|
460
|
+
export { default as BusIcon } from '../icons/bus';
|
|
463
461
|
// CakeSlice aliases
|
|
464
462
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
463
|
+
// Cable aliases
|
|
464
|
+
export { default as CableIcon } from '../icons/cable';
|
|
465
465
|
// Cake aliases
|
|
466
466
|
export { default as CakeIcon } from '../icons/cake';
|
|
467
467
|
// Calculator aliases
|
|
@@ -472,12 +472,12 @@ export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
|
472
472
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
473
473
|
// CalendarArrowUp aliases
|
|
474
474
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
475
|
-
// CalendarCheck2 aliases
|
|
476
|
-
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
477
|
-
// CalendarClock aliases
|
|
478
|
-
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
479
475
|
// CalendarCheck aliases
|
|
480
476
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
477
|
+
// CalendarClock aliases
|
|
478
|
+
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
479
|
+
// CalendarCheck2 aliases
|
|
480
|
+
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
481
481
|
// CalendarCog aliases
|
|
482
482
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
483
483
|
// CalendarDays aliases
|
|
@@ -486,14 +486,14 @@ export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
|
486
486
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
487
487
|
// CalendarHeart aliases
|
|
488
488
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
489
|
-
// CalendarMinus aliases
|
|
490
|
-
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
491
489
|
// CalendarMinus2 aliases
|
|
492
490
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
493
|
-
//
|
|
494
|
-
export { default as
|
|
491
|
+
// CalendarMinus aliases
|
|
492
|
+
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
495
493
|
// CalendarOff aliases
|
|
496
494
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
495
|
+
// CalendarPlus2 aliases
|
|
496
|
+
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
497
497
|
// CalendarPlus aliases
|
|
498
498
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
499
499
|
// CalendarRange aliases
|
|
@@ -504,20 +504,18 @@ export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
|
504
504
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
505
505
|
// CalendarX2 aliases
|
|
506
506
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
507
|
-
// CalendarX aliases
|
|
508
|
-
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
509
507
|
// Calendar aliases
|
|
510
508
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
511
509
|
// Calendars aliases
|
|
512
510
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
511
|
+
// CalendarX aliases
|
|
512
|
+
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
513
513
|
// CameraOff aliases
|
|
514
514
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
515
515
|
// Camera aliases
|
|
516
516
|
export { default as CameraIcon } from '../icons/camera';
|
|
517
517
|
// CandyCane aliases
|
|
518
518
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
519
|
-
// CandyOff aliases
|
|
520
|
-
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
521
519
|
// Candy aliases
|
|
522
520
|
export { default as CandyIcon } from '../icons/candy';
|
|
523
521
|
// CannabisOff aliases
|
|
@@ -526,14 +524,16 @@ export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
|
526
524
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
527
525
|
// CaptionsOff aliases
|
|
528
526
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
527
|
+
// CandyOff aliases
|
|
528
|
+
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
529
529
|
// CarFront aliases
|
|
530
530
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
531
531
|
// CarTaxiFront aliases
|
|
532
532
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
533
|
-
// Car aliases
|
|
534
|
-
export { default as CarIcon } from '../icons/car';
|
|
535
533
|
// Caravan aliases
|
|
536
534
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
535
|
+
// Car aliases
|
|
536
|
+
export { default as CarIcon } from '../icons/car';
|
|
537
537
|
// CardSim aliases
|
|
538
538
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
539
539
|
// Carrot aliases
|
|
@@ -546,80 +546,80 @@ export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
|
546
546
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
547
547
|
// CassetteTape aliases
|
|
548
548
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
549
|
-
// Castle aliases
|
|
550
|
-
export { default as CastleIcon } from '../icons/castle';
|
|
551
549
|
// Cast aliases
|
|
552
550
|
export { default as CastIcon } from '../icons/cast';
|
|
553
|
-
//
|
|
554
|
-
export { default as
|
|
551
|
+
// Castle aliases
|
|
552
|
+
export { default as CastleIcon } from '../icons/castle';
|
|
555
553
|
// CctvOff aliases
|
|
556
554
|
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
557
|
-
//
|
|
558
|
-
export { default as
|
|
555
|
+
// Cat aliases
|
|
556
|
+
export { default as CatIcon } from '../icons/cat';
|
|
559
557
|
// ChartBarDecreasing aliases
|
|
560
558
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
559
|
+
// Cctv aliases
|
|
560
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
561
561
|
// ChartBarIncreasing aliases
|
|
562
562
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
563
|
-
// ChartBarStacked aliases
|
|
564
|
-
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
565
563
|
// ChartColumnDecreasing aliases
|
|
566
564
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
567
565
|
// ChartColumnStacked aliases
|
|
568
566
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
569
|
-
//
|
|
570
|
-
export { default as
|
|
567
|
+
// ChartBarStacked aliases
|
|
568
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
571
569
|
// ChartNetwork aliases
|
|
572
570
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
571
|
+
// ChartGantt aliases
|
|
572
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
573
573
|
// ChartNoAxesColumnDecreasing aliases
|
|
574
574
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
575
575
|
// ChartNoAxesCombined aliases
|
|
576
576
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
577
|
-
// ChartSpline aliases
|
|
578
|
-
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
579
577
|
// CheckCheck aliases
|
|
580
578
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
581
|
-
//
|
|
582
|
-
export { default as
|
|
579
|
+
// ChartSpline aliases
|
|
580
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
583
581
|
// CheckLine aliases
|
|
584
582
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
583
|
+
// Check aliases
|
|
584
|
+
export { default as CheckIcon } from '../icons/check';
|
|
585
585
|
// ChefHat aliases
|
|
586
586
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
587
|
-
// ChessBishop aliases
|
|
588
|
-
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
589
587
|
// Cherry aliases
|
|
590
588
|
export { default as CherryIcon } from '../icons/cherry';
|
|
591
|
-
//
|
|
592
|
-
export { default as
|
|
589
|
+
// ChessBishop aliases
|
|
590
|
+
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
593
591
|
// ChessKing aliases
|
|
594
592
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
593
|
+
// ChessKnight aliases
|
|
594
|
+
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
595
595
|
// ChessPawn aliases
|
|
596
596
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
597
597
|
// ChessQueen aliases
|
|
598
598
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
599
599
|
// ChessRook aliases
|
|
600
600
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
601
|
-
// ChevronDown aliases
|
|
602
|
-
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
603
601
|
// ChevronFirst aliases
|
|
604
602
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
605
|
-
// ChevronLast aliases
|
|
606
|
-
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
607
603
|
// ChevronLeft aliases
|
|
608
604
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
609
605
|
// ChevronRight aliases
|
|
610
606
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
607
|
+
// ChevronDown aliases
|
|
608
|
+
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
611
609
|
// ChevronUp aliases
|
|
612
610
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
611
|
+
// ChevronLast aliases
|
|
612
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
613
613
|
// ChevronsDownUp aliases
|
|
614
614
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
615
|
-
// ChevronsLeftRightEllipsis aliases
|
|
616
|
-
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
617
615
|
// ChevronsDown aliases
|
|
618
616
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
619
|
-
// ChevronsLeft aliases
|
|
620
|
-
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
621
617
|
// ChevronsLeftRight aliases
|
|
622
618
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
619
|
+
// ChevronsLeftRightEllipsis aliases
|
|
620
|
+
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
621
|
+
// ChevronsLeft aliases
|
|
622
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
623
623
|
// ChevronsRightLeft aliases
|
|
624
624
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
625
625
|
// ChevronsRight aliases
|
|
@@ -628,10 +628,10 @@ export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
|
628
628
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
629
629
|
// ChevronsUp aliases
|
|
630
630
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
631
|
-
// Church aliases
|
|
632
|
-
export { default as ChurchIcon } from '../icons/church';
|
|
633
631
|
// CigaretteOff aliases
|
|
634
632
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
633
|
+
// Church aliases
|
|
634
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
635
635
|
// Cigarette aliases
|
|
636
636
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
637
637
|
// CircleDashed aliases
|
|
@@ -646,38 +646,38 @@ export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
|
646
646
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
647
647
|
// CircleEqual aliases
|
|
648
648
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
649
|
-
// CircleFadingArrowUp aliases
|
|
650
|
-
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
651
649
|
// CircleFadingPlus aliases
|
|
652
650
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
653
|
-
//
|
|
654
|
-
export { default as
|
|
651
|
+
// CircleFadingArrowUp aliases
|
|
652
|
+
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
655
653
|
// CirclePile aliases
|
|
656
654
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
657
|
-
//
|
|
658
|
-
export { default as
|
|
655
|
+
// CircleOff aliases
|
|
656
|
+
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
659
657
|
// CircleSlash aliases
|
|
660
658
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
661
659
|
// CircleSmall aliases
|
|
662
660
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
663
|
-
//
|
|
664
|
-
export { default as
|
|
661
|
+
// CirclePoundSterling aliases
|
|
662
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
665
663
|
// Circle aliases
|
|
666
664
|
export { default as CircleIcon } from '../icons/circle';
|
|
667
|
-
//
|
|
668
|
-
export { default as
|
|
665
|
+
// CircleStar aliases
|
|
666
|
+
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
669
667
|
// CircuitBoard aliases
|
|
670
668
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
669
|
+
// Citrus aliases
|
|
670
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
671
671
|
// Clapperboard aliases
|
|
672
672
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
673
673
|
// ClipboardCheck aliases
|
|
674
674
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
675
675
|
// ClipboardCopy aliases
|
|
676
676
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
677
|
-
// ClipboardClock aliases
|
|
678
|
-
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
679
677
|
// ClipboardList aliases
|
|
680
678
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
679
|
+
// ClipboardClock aliases
|
|
680
|
+
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
681
681
|
// ClipboardMinus aliases
|
|
682
682
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
683
683
|
// ClipboardPaste aliases
|
|
@@ -700,10 +700,10 @@ export { default as Clock11Icon } from '../icons/clock-11';
|
|
|
700
700
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
701
701
|
// Clock2 aliases
|
|
702
702
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
703
|
-
// Clock3 aliases
|
|
704
|
-
export { default as Clock3Icon } from '../icons/clock-3';
|
|
705
703
|
// Clock4 aliases
|
|
706
704
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
705
|
+
// Clock3 aliases
|
|
706
|
+
export { default as Clock3Icon } from '../icons/clock-3';
|
|
707
707
|
// Clock5 aliases
|
|
708
708
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
709
709
|
// Clock6 aliases
|
|
@@ -714,28 +714,28 @@ export { default as Clock7Icon } from '../icons/clock-7';
|
|
|
714
714
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
715
715
|
// Clock9 aliases
|
|
716
716
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
717
|
-
// ClockAlert aliases
|
|
718
|
-
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
719
717
|
// ClockArrowDown aliases
|
|
720
718
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
719
|
+
// ClockAlert aliases
|
|
720
|
+
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
721
721
|
// ClockArrowUp aliases
|
|
722
722
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
723
723
|
// ClockCheck aliases
|
|
724
724
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
725
725
|
// ClockFading aliases
|
|
726
726
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
727
|
-
// ClockPlus aliases
|
|
728
|
-
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
729
|
-
// ClosedCaption aliases
|
|
730
|
-
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
731
727
|
// Clock aliases
|
|
732
728
|
export { default as ClockIcon } from '../icons/clock';
|
|
729
|
+
// ClosedCaption aliases
|
|
730
|
+
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
731
|
+
// ClockPlus aliases
|
|
732
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
733
733
|
// CloudAlert aliases
|
|
734
734
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
735
|
-
// CloudCheck aliases
|
|
736
|
-
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
737
735
|
// CloudBackup aliases
|
|
738
736
|
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
737
|
+
// CloudCheck aliases
|
|
738
|
+
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
739
739
|
// CloudCog aliases
|
|
740
740
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
741
741
|
// CloudDrizzle aliases
|
|
@@ -748,84 +748,84 @@ export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
|
748
748
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
749
749
|
// CloudMoonRain aliases
|
|
750
750
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
751
|
-
// CloudMoon aliases
|
|
752
|
-
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
753
751
|
// CloudOff aliases
|
|
754
752
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
755
753
|
// CloudRainWind aliases
|
|
756
754
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
755
|
+
// CloudMoon aliases
|
|
756
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
757
757
|
// CloudRain aliases
|
|
758
758
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
759
|
-
// CloudSnow aliases
|
|
760
|
-
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
761
759
|
// CloudSunRain aliases
|
|
762
760
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
763
761
|
// CloudSun aliases
|
|
764
762
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
765
763
|
// CloudSync aliases
|
|
766
764
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
767
|
-
//
|
|
768
|
-
export { default as
|
|
765
|
+
// CloudSnow aliases
|
|
766
|
+
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
769
767
|
// Cloudy aliases
|
|
770
768
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
771
|
-
// Clover aliases
|
|
772
|
-
export { default as CloverIcon } from '../icons/clover';
|
|
773
769
|
// Club aliases
|
|
774
770
|
export { default as ClubIcon } from '../icons/club';
|
|
771
|
+
// Cloud aliases
|
|
772
|
+
export { default as CloudIcon } from '../icons/cloud';
|
|
773
|
+
// Clover aliases
|
|
774
|
+
export { default as CloverIcon } from '../icons/clover';
|
|
775
775
|
// Code aliases
|
|
776
776
|
export { default as CodeIcon } from '../icons/code';
|
|
777
777
|
// Coffee aliases
|
|
778
778
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
779
779
|
// Cog aliases
|
|
780
780
|
export { default as CogIcon } from '../icons/cog';
|
|
781
|
-
// Coins aliases
|
|
782
|
-
export { default as CoinsIcon } from '../icons/coins';
|
|
783
|
-
// Combine aliases
|
|
784
|
-
export { default as CombineIcon } from '../icons/combine';
|
|
785
781
|
// Columns4 aliases
|
|
786
782
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
783
|
+
// Combine aliases
|
|
784
|
+
export { default as CombineIcon } from '../icons/combine';
|
|
787
785
|
// Command aliases
|
|
788
786
|
export { default as CommandIcon } from '../icons/command';
|
|
787
|
+
// Coins aliases
|
|
788
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
789
789
|
// Compass aliases
|
|
790
790
|
export { default as CompassIcon } from '../icons/compass';
|
|
791
791
|
// Component aliases
|
|
792
792
|
export { default as ComponentIcon } from '../icons/component';
|
|
793
793
|
// Computer aliases
|
|
794
794
|
export { default as ComputerIcon } from '../icons/computer';
|
|
795
|
+
// Construction aliases
|
|
796
|
+
export { default as ConstructionIcon } from '../icons/construction';
|
|
795
797
|
// ConciergeBell aliases
|
|
796
798
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
797
799
|
// Cone aliases
|
|
798
800
|
export { default as ConeIcon } from '../icons/cone';
|
|
799
|
-
// Construction aliases
|
|
800
|
-
export { default as ConstructionIcon } from '../icons/construction';
|
|
801
|
-
// Contact aliases
|
|
802
|
-
export { default as ContactIcon } from '../icons/contact';
|
|
803
801
|
// Container aliases
|
|
804
802
|
export { default as ContainerIcon } from '../icons/container';
|
|
803
|
+
// Contact aliases
|
|
804
|
+
export { default as ContactIcon } from '../icons/contact';
|
|
805
805
|
// Contrast aliases
|
|
806
806
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
807
|
-
// Cookie aliases
|
|
808
|
-
export { default as CookieIcon } from '../icons/cookie';
|
|
809
807
|
// CookingPot aliases
|
|
810
808
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
809
|
+
// Cookie aliases
|
|
810
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
811
|
+
// CopyCheck aliases
|
|
812
|
+
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
811
813
|
// CopyMinus aliases
|
|
812
814
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
813
815
|
// CopyPlus aliases
|
|
814
816
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
815
|
-
// CopyCheck aliases
|
|
816
|
-
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
817
817
|
// CopySlash aliases
|
|
818
818
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
819
819
|
// CopyX aliases
|
|
820
820
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
821
821
|
// Copy aliases
|
|
822
822
|
export { default as CopyIcon } from '../icons/copy';
|
|
823
|
-
// Copyright aliases
|
|
824
|
-
export { default as CopyrightIcon } from '../icons/copyright';
|
|
825
823
|
// Copyleft aliases
|
|
826
824
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
827
825
|
// CornerDownLeft aliases
|
|
828
826
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
827
|
+
// Copyright aliases
|
|
828
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
829
829
|
// CornerDownRight aliases
|
|
830
830
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
831
831
|
// CornerLeftDown aliases
|
|
@@ -856,10 +856,10 @@ export { default as CrossIcon } from '../icons/cross';
|
|
|
856
856
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
857
857
|
// Crown aliases
|
|
858
858
|
export { default as CrownIcon } from '../icons/crown';
|
|
859
|
-
// Cuboid aliases
|
|
860
|
-
export { default as CuboidIcon } from '../icons/cuboid';
|
|
861
859
|
// CupSoda aliases
|
|
862
860
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
861
|
+
// Cuboid aliases
|
|
862
|
+
export { default as CuboidIcon } from '../icons/cuboid';
|
|
863
863
|
// Currency aliases
|
|
864
864
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
865
865
|
// Cylinder aliases
|
|
@@ -882,16 +882,16 @@ export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right
|
|
|
882
882
|
export { default as DeleteIcon } from '../icons/delete';
|
|
883
883
|
// Dessert aliases
|
|
884
884
|
export { default as DessertIcon } from '../icons/dessert';
|
|
885
|
-
// Diameter aliases
|
|
886
|
-
export { default as DiameterIcon } from '../icons/diameter';
|
|
887
885
|
// DiamondMinus aliases
|
|
888
886
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
887
|
+
// Diameter aliases
|
|
888
|
+
export { default as DiameterIcon } from '../icons/diameter';
|
|
889
889
|
// DiamondPlus aliases
|
|
890
890
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
891
|
-
// Dice1 aliases
|
|
892
|
-
export { default as Dice1Icon } from '../icons/dice-1';
|
|
893
891
|
// Diamond aliases
|
|
894
892
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
893
|
+
// Dice1 aliases
|
|
894
|
+
export { default as Dice1Icon } from '../icons/dice-1';
|
|
895
895
|
// Dice2 aliases
|
|
896
896
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
897
897
|
// Dice3 aliases
|
|
@@ -900,30 +900,32 @@ export { default as Dice3Icon } from '../icons/dice-3';
|
|
|
900
900
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
901
901
|
// Dice5 aliases
|
|
902
902
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
903
|
-
// Dice6 aliases
|
|
904
|
-
export { default as Dice6Icon } from '../icons/dice-6';
|
|
905
903
|
// Dices aliases
|
|
906
904
|
export { default as DicesIcon } from '../icons/dices';
|
|
907
|
-
// Diff aliases
|
|
908
|
-
export { default as DiffIcon } from '../icons/diff';
|
|
909
905
|
// Disc2 aliases
|
|
910
906
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
907
|
+
// Diff aliases
|
|
908
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
909
|
+
// Dice6 aliases
|
|
910
|
+
export { default as Dice6Icon } from '../icons/dice-6';
|
|
911
|
+
// Disc aliases
|
|
912
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
911
913
|
// Disc3 aliases
|
|
912
914
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
913
915
|
// DiscAlbum aliases
|
|
914
916
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
915
|
-
//
|
|
916
|
-
export { default as
|
|
917
|
+
// Divide aliases
|
|
918
|
+
export { default as DivideIcon } from '../icons/divide';
|
|
917
919
|
// DnaOff aliases
|
|
918
920
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
919
921
|
// Dna aliases
|
|
920
922
|
export { default as DnaIcon } from '../icons/dna';
|
|
921
923
|
// Dock aliases
|
|
922
924
|
export { default as DockIcon } from '../icons/dock';
|
|
923
|
-
// Dog aliases
|
|
924
|
-
export { default as DogIcon } from '../icons/dog';
|
|
925
925
|
// DollarSign aliases
|
|
926
926
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
927
|
+
// Dog aliases
|
|
928
|
+
export { default as DogIcon } from '../icons/dog';
|
|
927
929
|
// Donut aliases
|
|
928
930
|
export { default as DonutIcon } from '../icons/donut';
|
|
929
931
|
// DoorClosedLocked aliases
|
|
@@ -950,10 +952,10 @@ export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
|
950
952
|
export { default as DropletIcon } from '../icons/droplet';
|
|
951
953
|
// Droplets aliases
|
|
952
954
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
953
|
-
// Drum aliases
|
|
954
|
-
export { default as DrumIcon } from '../icons/drum';
|
|
955
955
|
// Drumstick aliases
|
|
956
956
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
957
|
+
// Drum aliases
|
|
958
|
+
export { default as DrumIcon } from '../icons/drum';
|
|
957
959
|
// Dumbbell aliases
|
|
958
960
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
959
961
|
// EarOff aliases
|
|
@@ -962,58 +964,56 @@ export { default as EarOffIcon } from '../icons/ear-off';
|
|
|
962
964
|
export { default as EarIcon } from '../icons/ear';
|
|
963
965
|
// EarthLock aliases
|
|
964
966
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
965
|
-
// Eclipse aliases
|
|
966
|
-
export { default as EclipseIcon } from '../icons/eclipse';
|
|
967
967
|
// EggFried aliases
|
|
968
968
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
969
969
|
// EggOff aliases
|
|
970
970
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
971
971
|
// Egg aliases
|
|
972
972
|
export { default as EggIcon } from '../icons/egg';
|
|
973
|
-
//
|
|
974
|
-
export { default as
|
|
973
|
+
// Eclipse aliases
|
|
974
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
975
975
|
// EqualApproximately aliases
|
|
976
976
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
977
|
+
// Ellipse aliases
|
|
978
|
+
export { default as EllipseIcon } from '../icons/ellipse';
|
|
977
979
|
// EqualNot aliases
|
|
978
980
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
979
981
|
// Equal aliases
|
|
980
982
|
export { default as EqualIcon } from '../icons/equal';
|
|
981
983
|
// Eraser aliases
|
|
982
984
|
export { default as EraserIcon } from '../icons/eraser';
|
|
983
|
-
// Euro aliases
|
|
984
|
-
export { default as EuroIcon } from '../icons/euro';
|
|
985
985
|
// EthernetPort aliases
|
|
986
986
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
987
|
+
// Euro aliases
|
|
988
|
+
export { default as EuroIcon } from '../icons/euro';
|
|
987
989
|
// EvCharger aliases
|
|
988
990
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
989
991
|
// Expand aliases
|
|
990
992
|
export { default as ExpandIcon } from '../icons/expand';
|
|
991
|
-
// ExternalLink aliases
|
|
992
|
-
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
993
993
|
// EyeClosed aliases
|
|
994
994
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
995
|
+
// ExternalLink aliases
|
|
996
|
+
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
995
997
|
// EyeOff aliases
|
|
996
998
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
997
|
-
// Divide aliases
|
|
998
|
-
export { default as DivideIcon } from '../icons/divide';
|
|
999
999
|
// Eye aliases
|
|
1000
1000
|
export { default as EyeIcon } from '../icons/eye';
|
|
1001
|
-
// Fan aliases
|
|
1002
|
-
export { default as FanIcon } from '../icons/fan';
|
|
1003
1001
|
// Factory aliases
|
|
1004
1002
|
export { default as FactoryIcon } from '../icons/factory';
|
|
1005
|
-
//
|
|
1006
|
-
export { default as
|
|
1003
|
+
// Fan aliases
|
|
1004
|
+
export { default as FanIcon } from '../icons/fan';
|
|
1007
1005
|
// FastForward aliases
|
|
1008
1006
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1009
|
-
//
|
|
1010
|
-
export { default as
|
|
1007
|
+
// Feather aliases
|
|
1008
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
1011
1009
|
// FerrisWheel aliases
|
|
1012
1010
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1013
|
-
//
|
|
1014
|
-
export { default as
|
|
1011
|
+
// Fence aliases
|
|
1012
|
+
export { default as FenceIcon } from '../icons/fence';
|
|
1015
1013
|
// FileArchive aliases
|
|
1016
1014
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1015
|
+
// FileBox aliases
|
|
1016
|
+
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1017
1017
|
// FileCheck aliases
|
|
1018
1018
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1019
1019
|
// FileClock aliases
|
|
@@ -1028,18 +1028,18 @@ export { default as FileDigitIcon } from '../icons/file-digit';
|
|
|
1028
1028
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1029
1029
|
// FileHeart aliases
|
|
1030
1030
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1031
|
+
// FileImage aliases
|
|
1032
|
+
export { default as FileImageIcon } from '../icons/file-image';
|
|
1031
1033
|
// FileInput aliases
|
|
1032
1034
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1033
1035
|
// FileMinus aliases
|
|
1034
1036
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1035
|
-
// FileImage aliases
|
|
1036
|
-
export { default as FileImageIcon } from '../icons/file-image';
|
|
1037
|
-
// FilePlus aliases
|
|
1038
|
-
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1039
|
-
// FileOutput aliases
|
|
1040
|
-
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1041
1037
|
// FileMusic aliases
|
|
1042
1038
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1039
|
+
// FileOutput aliases
|
|
1040
|
+
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1041
|
+
// FilePlus aliases
|
|
1042
|
+
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1043
1043
|
// FileScan aliases
|
|
1044
1044
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1045
1045
|
// FileSearch aliases
|
|
@@ -1048,14 +1048,14 @@ export { default as FileSearchIcon } from '../icons/file-search';
|
|
|
1048
1048
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1049
1049
|
// FileSpreadsheet aliases
|
|
1050
1050
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1051
|
-
//
|
|
1052
|
-
export { default as
|
|
1051
|
+
// FileTerminal aliases
|
|
1052
|
+
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1053
1053
|
// FileSymlink aliases
|
|
1054
1054
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1055
|
+
// FileStack aliases
|
|
1056
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1055
1057
|
// FileText aliases
|
|
1056
1058
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1057
|
-
// FileTerminal aliases
|
|
1058
|
-
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1059
1059
|
// FileType aliases
|
|
1060
1060
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1061
1061
|
// FileUp aliases
|
|
@@ -1064,10 +1064,10 @@ export { default as FileUpIcon } from '../icons/file-up';
|
|
|
1064
1064
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1065
1065
|
// FileUser aliases
|
|
1066
1066
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1067
|
-
// File aliases
|
|
1068
|
-
export { default as FileIcon } from '../icons/file';
|
|
1069
1067
|
// FileX aliases
|
|
1070
1068
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1069
|
+
// File aliases
|
|
1070
|
+
export { default as FileIcon } from '../icons/file';
|
|
1071
1071
|
// Files aliases
|
|
1072
1072
|
export { default as FilesIcon } from '../icons/files';
|
|
1073
1073
|
// Film aliases
|
|
@@ -1106,34 +1106,34 @@ export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
|
1106
1106
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1107
1107
|
// FlaskRound aliases
|
|
1108
1108
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1109
|
-
// FlipHorizontal2 aliases
|
|
1110
|
-
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1111
1109
|
// FlipVertical2 aliases
|
|
1112
1110
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1113
1111
|
// Flower2 aliases
|
|
1114
1112
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1113
|
+
// FlipHorizontal2 aliases
|
|
1114
|
+
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1115
1115
|
// Flower aliases
|
|
1116
1116
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1117
1117
|
// Focus aliases
|
|
1118
1118
|
export { default as FocusIcon } from '../icons/focus';
|
|
1119
|
-
// FoldVertical aliases
|
|
1120
|
-
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1121
1119
|
// FoldHorizontal aliases
|
|
1122
1120
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1121
|
+
// FoldVertical aliases
|
|
1122
|
+
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1123
1123
|
// FolderArchive aliases
|
|
1124
1124
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1125
|
+
// FolderBookmark aliases
|
|
1126
|
+
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1125
1127
|
// FolderCheck aliases
|
|
1126
1128
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1127
1129
|
// FolderClock aliases
|
|
1128
1130
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1129
|
-
// FolderBookmark aliases
|
|
1130
|
-
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1131
1131
|
// FolderClosed aliases
|
|
1132
1132
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1133
|
-
// FolderDot aliases
|
|
1134
|
-
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1135
1133
|
// FolderCode aliases
|
|
1136
1134
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1135
|
+
// FolderDot aliases
|
|
1136
|
+
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1137
1137
|
// FolderDown aliases
|
|
1138
1138
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1139
1139
|
// FolderGit2 aliases
|
|
@@ -1148,62 +1148,62 @@ export { default as FolderInputIcon } from '../icons/folder-input';
|
|
|
1148
1148
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1149
1149
|
// FolderKey aliases
|
|
1150
1150
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1151
|
-
// FolderLock aliases
|
|
1152
|
-
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1153
1151
|
// FolderMinus aliases
|
|
1154
1152
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1155
|
-
//
|
|
1156
|
-
export { default as
|
|
1153
|
+
// FolderLock aliases
|
|
1154
|
+
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1157
1155
|
// FolderOpen aliases
|
|
1158
1156
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1157
|
+
// FolderOpenDot aliases
|
|
1158
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1159
1159
|
// FolderOutput aliases
|
|
1160
1160
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1161
1161
|
// FolderPlus aliases
|
|
1162
1162
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1163
1163
|
// FolderRoot aliases
|
|
1164
1164
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1165
|
-
// FolderSearch2 aliases
|
|
1166
|
-
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1167
1165
|
// FolderSearch aliases
|
|
1168
1166
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1167
|
+
// FolderSearch2 aliases
|
|
1168
|
+
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1169
1169
|
// FolderSymlink aliases
|
|
1170
1170
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1171
|
-
//
|
|
1172
|
-
export { default as
|
|
1171
|
+
// FolderTree aliases
|
|
1172
|
+
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1173
1173
|
// FolderUp aliases
|
|
1174
1174
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1175
|
+
// FolderSync aliases
|
|
1176
|
+
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1175
1177
|
// FolderX aliases
|
|
1176
1178
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1177
|
-
// FolderTree aliases
|
|
1178
|
-
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1179
1179
|
// Folder aliases
|
|
1180
1180
|
export { default as FolderIcon } from '../icons/folder';
|
|
1181
1181
|
// Folders aliases
|
|
1182
1182
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1183
|
-
// Footprints aliases
|
|
1184
|
-
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1185
1183
|
// Forklift aliases
|
|
1186
1184
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1185
|
+
// Footprints aliases
|
|
1186
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1187
1187
|
// Form aliases
|
|
1188
1188
|
export { default as FormIcon } from '../icons/form';
|
|
1189
1189
|
// Forward aliases
|
|
1190
1190
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1191
1191
|
// Frame aliases
|
|
1192
1192
|
export { default as FrameIcon } from '../icons/frame';
|
|
1193
|
-
// Fuel aliases
|
|
1194
|
-
export { default as FuelIcon } from '../icons/fuel';
|
|
1195
1193
|
// Frown aliases
|
|
1196
1194
|
export { default as FrownIcon } from '../icons/frown';
|
|
1195
|
+
// Fuel aliases
|
|
1196
|
+
export { default as FuelIcon } from '../icons/fuel';
|
|
1197
1197
|
// Fullscreen aliases
|
|
1198
1198
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1199
|
-
// GalleryHorizontalEnd aliases
|
|
1200
|
-
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1201
1199
|
// FunnelPlus aliases
|
|
1202
1200
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1203
|
-
//
|
|
1204
|
-
export { default as
|
|
1201
|
+
// GalleryHorizontalEnd aliases
|
|
1202
|
+
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1205
1203
|
// GalleryThumbnails aliases
|
|
1206
1204
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1205
|
+
// GalleryHorizontal aliases
|
|
1206
|
+
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1207
1207
|
// GalleryVerticalEnd aliases
|
|
1208
1208
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1209
1209
|
// GalleryVertical aliases
|
|
@@ -1214,16 +1214,16 @@ export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
|
1214
1214
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1215
1215
|
// Gamepad aliases
|
|
1216
1216
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1217
|
-
// Gauge aliases
|
|
1218
|
-
export { default as GaugeIcon } from '../icons/gauge';
|
|
1219
1217
|
// Gavel aliases
|
|
1220
1218
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1219
|
+
// Gauge aliases
|
|
1220
|
+
export { default as GaugeIcon } from '../icons/gauge';
|
|
1221
1221
|
// Gem aliases
|
|
1222
1222
|
export { default as GemIcon } from '../icons/gem';
|
|
1223
|
-
// GeorgianLari aliases
|
|
1224
|
-
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1225
1223
|
// Ghost aliases
|
|
1226
1224
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1225
|
+
// GeorgianLari aliases
|
|
1226
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1227
1227
|
// Gift aliases
|
|
1228
1228
|
export { default as GiftIcon } from '../icons/gift';
|
|
1229
1229
|
// GitBranchMinus aliases
|
|
@@ -1234,58 +1234,58 @@ export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
|
1234
1234
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1235
1235
|
// GitCommitVertical aliases
|
|
1236
1236
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1237
|
-
// GitCompareArrows aliases
|
|
1238
|
-
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1239
1237
|
// GitCompare aliases
|
|
1240
1238
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1241
|
-
//
|
|
1242
|
-
export { default as
|
|
1239
|
+
// GitCompareArrows aliases
|
|
1240
|
+
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1243
1241
|
// GitGraph aliases
|
|
1244
1242
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1245
|
-
//
|
|
1246
|
-
export { default as
|
|
1243
|
+
// GitFork aliases
|
|
1244
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1247
1245
|
// GitMerge aliases
|
|
1248
1246
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1247
|
+
// GitMergeConflict aliases
|
|
1248
|
+
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1249
1249
|
// GitPullRequestArrow aliases
|
|
1250
1250
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1251
1251
|
// GitPullRequestClosed aliases
|
|
1252
1252
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1253
|
-
// GitPullRequestCreateArrow aliases
|
|
1254
|
-
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1255
1253
|
// GitPullRequestCreate aliases
|
|
1256
1254
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1257
1255
|
// GitPullRequestDraft aliases
|
|
1258
1256
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1257
|
+
// GitPullRequestCreateArrow aliases
|
|
1258
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1259
1259
|
// GitPullRequest aliases
|
|
1260
1260
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1261
1261
|
// GlassWater aliases
|
|
1262
1262
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1263
1263
|
// Glasses aliases
|
|
1264
1264
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1265
|
-
// GlobeLock aliases
|
|
1266
|
-
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1267
1265
|
// GlobeOff aliases
|
|
1268
1266
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1267
|
+
// GlobeLock aliases
|
|
1268
|
+
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1269
1269
|
// GlobeX aliases
|
|
1270
1270
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1271
1271
|
// Globe aliases
|
|
1272
1272
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1273
1273
|
// Gpu aliases
|
|
1274
1274
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1275
|
-
// GraduationCap aliases
|
|
1276
|
-
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1277
1275
|
// Goal aliases
|
|
1278
1276
|
export { default as GoalIcon } from '../icons/goal';
|
|
1279
1277
|
// Grape aliases
|
|
1280
1278
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1281
|
-
//
|
|
1282
|
-
export { default as
|
|
1279
|
+
// GraduationCap aliases
|
|
1280
|
+
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1283
1281
|
// Grid3x2 aliases
|
|
1284
1282
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1285
|
-
//
|
|
1286
|
-
export { default as
|
|
1283
|
+
// GripHorizontal aliases
|
|
1284
|
+
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1287
1285
|
// Grip aliases
|
|
1288
1286
|
export { default as GripIcon } from '../icons/grip';
|
|
1287
|
+
// GripVertical aliases
|
|
1288
|
+
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1289
1289
|
// Group aliases
|
|
1290
1290
|
export { default as GroupIcon } from '../icons/group';
|
|
1291
1291
|
// Ham aliases
|
|
@@ -1296,16 +1296,16 @@ export { default as GuitarIcon } from '../icons/guitar';
|
|
|
1296
1296
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1297
1297
|
// Hammer aliases
|
|
1298
1298
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1299
|
-
// HandCoins aliases
|
|
1300
|
-
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1301
1299
|
// HandFist aliases
|
|
1302
1300
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1303
|
-
// HandHeart aliases
|
|
1304
|
-
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1305
|
-
// HandMetal aliases
|
|
1306
|
-
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1307
1301
|
// HandPlatter aliases
|
|
1308
1302
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1303
|
+
// HandCoins aliases
|
|
1304
|
+
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1305
|
+
// HandMetal aliases
|
|
1306
|
+
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1307
|
+
// HandHeart aliases
|
|
1308
|
+
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1309
1309
|
// Hand aliases
|
|
1310
1310
|
export { default as HandIcon } from '../icons/hand';
|
|
1311
1311
|
// Handbag aliases
|
|
@@ -1318,10 +1318,10 @@ export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
|
1318
1318
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1319
1319
|
// HardDrive aliases
|
|
1320
1320
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1321
|
-
// HardHat aliases
|
|
1322
|
-
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1323
1321
|
// Hash aliases
|
|
1324
1322
|
export { default as HashIcon } from '../icons/hash';
|
|
1323
|
+
// HardHat aliases
|
|
1324
|
+
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1325
1325
|
// HatGlasses aliases
|
|
1326
1326
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1327
1327
|
// Haze aliases
|
|
@@ -1330,10 +1330,10 @@ export { default as HazeIcon } from '../icons/haze';
|
|
|
1330
1330
|
export { default as HdIcon } from '../icons/hd';
|
|
1331
1331
|
// HdmiPort aliases
|
|
1332
1332
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1333
|
-
// Heading1 aliases
|
|
1334
|
-
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1335
1333
|
// Heading2 aliases
|
|
1336
1334
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1335
|
+
// Heading1 aliases
|
|
1336
|
+
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1337
1337
|
// Heading3 aliases
|
|
1338
1338
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1339
1339
|
// Heading4 aliases
|
|
@@ -1346,86 +1346,86 @@ export { default as Heading6Icon } from '../icons/heading-6';
|
|
|
1346
1346
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1347
1347
|
// HeadphoneOff aliases
|
|
1348
1348
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1349
|
-
// Headphones aliases
|
|
1350
|
-
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1351
1349
|
// Headset aliases
|
|
1352
1350
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1351
|
+
// Headphones aliases
|
|
1352
|
+
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1353
1353
|
// HeartCrack aliases
|
|
1354
1354
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1355
1355
|
// HeartHandshake aliases
|
|
1356
1356
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1357
1357
|
// HeartMinus aliases
|
|
1358
1358
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1359
|
-
// HeartPlus aliases
|
|
1360
|
-
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1361
1359
|
// HeartOff aliases
|
|
1362
1360
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1361
|
+
// HeartPlus aliases
|
|
1362
|
+
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1363
1363
|
// HeartPulse aliases
|
|
1364
1364
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1365
1365
|
// HeartX aliases
|
|
1366
1366
|
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1367
1367
|
// Heart aliases
|
|
1368
1368
|
export { default as HeartIcon } from '../icons/heart';
|
|
1369
|
-
// Helicopter aliases
|
|
1370
|
-
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1371
1369
|
// Heater aliases
|
|
1372
1370
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1373
|
-
//
|
|
1374
|
-
export { default as
|
|
1371
|
+
// Helicopter aliases
|
|
1372
|
+
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1375
1373
|
// Highlighter aliases
|
|
1376
1374
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1377
|
-
//
|
|
1378
|
-
export { default as
|
|
1375
|
+
// Hexagon aliases
|
|
1376
|
+
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1379
1377
|
// HopOff aliases
|
|
1380
1378
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1381
|
-
// Hop aliases
|
|
1382
|
-
export { default as HopIcon } from '../icons/hop';
|
|
1383
1379
|
// Hospital aliases
|
|
1384
1380
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1381
|
+
// History aliases
|
|
1382
|
+
export { default as HistoryIcon } from '../icons/history';
|
|
1383
|
+
// Hop aliases
|
|
1384
|
+
export { default as HopIcon } from '../icons/hop';
|
|
1385
1385
|
// Hotel aliases
|
|
1386
1386
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1387
1387
|
// HouseHeart aliases
|
|
1388
1388
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1389
1389
|
// Hourglass aliases
|
|
1390
1390
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1391
|
-
// HouseWifi aliases
|
|
1392
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1393
1391
|
// HousePlug aliases
|
|
1394
1392
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1395
|
-
// IdCardLanyard aliases
|
|
1396
|
-
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1397
1393
|
// HousePlus aliases
|
|
1398
1394
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1395
|
+
// HouseWifi aliases
|
|
1396
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1397
|
+
// IdCardLanyard aliases
|
|
1398
|
+
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1399
1399
|
// IdCard aliases
|
|
1400
1400
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1401
1401
|
// ImageDown aliases
|
|
1402
1402
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1403
|
-
// ImageOff aliases
|
|
1404
|
-
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1405
1403
|
// ImageMinus aliases
|
|
1406
1404
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1405
|
+
// ImageOff aliases
|
|
1406
|
+
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1407
1407
|
// ImagePlay aliases
|
|
1408
1408
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1409
|
-
// ImageUp aliases
|
|
1410
|
-
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1411
1409
|
// ImagePlus aliases
|
|
1412
1410
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1413
|
-
//
|
|
1414
|
-
export { default as
|
|
1411
|
+
// ImageUp aliases
|
|
1412
|
+
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1415
1413
|
// Image aliases
|
|
1416
1414
|
export { default as ImageIcon } from '../icons/image';
|
|
1415
|
+
// ImageUpscale aliases
|
|
1416
|
+
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1417
1417
|
// Images aliases
|
|
1418
1418
|
export { default as ImagesIcon } from '../icons/images';
|
|
1419
1419
|
// Import aliases
|
|
1420
1420
|
export { default as ImportIcon } from '../icons/import';
|
|
1421
1421
|
// Inbox aliases
|
|
1422
1422
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1423
|
-
// IndianRupee aliases
|
|
1424
|
-
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1425
1423
|
// Infinity aliases
|
|
1426
1424
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1427
1425
|
// Info aliases
|
|
1428
1426
|
export { default as InfoIcon } from '../icons/info';
|
|
1427
|
+
// IndianRupee aliases
|
|
1428
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1429
1429
|
// InspectionPanel aliases
|
|
1430
1430
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1431
1431
|
// Italic aliases
|
|
@@ -1438,10 +1438,10 @@ export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
|
1438
1438
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1439
1439
|
// Joystick aliases
|
|
1440
1440
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1441
|
-
// Kanban aliases
|
|
1442
|
-
export { default as KanbanIcon } from '../icons/kanban';
|
|
1443
1441
|
// Kayak aliases
|
|
1444
1442
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1443
|
+
// Kanban aliases
|
|
1444
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1445
1445
|
// KeyRound aliases
|
|
1446
1446
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1447
1447
|
// KeySquare aliases
|
|
@@ -1454,40 +1454,40 @@ export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
|
1454
1454
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1455
1455
|
// Keyboard aliases
|
|
1456
1456
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1457
|
-
// LampCeiling aliases
|
|
1458
|
-
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1459
1457
|
// LampDesk aliases
|
|
1460
1458
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1461
|
-
//
|
|
1462
|
-
export { default as
|
|
1459
|
+
// LampCeiling aliases
|
|
1460
|
+
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1463
1461
|
// LampWallDown aliases
|
|
1464
1462
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1463
|
+
// LampFloor aliases
|
|
1464
|
+
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1465
1465
|
// LampWallUp aliases
|
|
1466
1466
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1467
1467
|
// Lamp aliases
|
|
1468
1468
|
export { default as LampIcon } from '../icons/lamp';
|
|
1469
|
-
// LandPlot aliases
|
|
1470
|
-
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1471
1469
|
// Landmark aliases
|
|
1472
1470
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1471
|
+
// LandPlot aliases
|
|
1472
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1473
1473
|
// Languages aliases
|
|
1474
1474
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1475
1475
|
// LaptopMinimalCheck aliases
|
|
1476
1476
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1477
|
-
// LassoSelect aliases
|
|
1478
|
-
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1479
1477
|
// Laptop aliases
|
|
1480
1478
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1481
|
-
//
|
|
1482
|
-
export { default as
|
|
1479
|
+
// LassoSelect aliases
|
|
1480
|
+
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1483
1481
|
// Laugh aliases
|
|
1484
1482
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1485
|
-
// Layers2 aliases
|
|
1486
|
-
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1487
1483
|
// LayersMinus aliases
|
|
1488
1484
|
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1489
1485
|
// LayersPlus aliases
|
|
1490
1486
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1487
|
+
// Lasso aliases
|
|
1488
|
+
export { default as LassoIcon } from '../icons/lasso';
|
|
1489
|
+
// Layers2 aliases
|
|
1490
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1491
1491
|
// LayoutDashboard aliases
|
|
1492
1492
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1493
1493
|
// LayoutGrid aliases
|
|
@@ -1520,10 +1520,10 @@ export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
|
1520
1520
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1521
1521
|
// LightbulbOff aliases
|
|
1522
1522
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1523
|
-
// Lightbulb aliases
|
|
1524
|
-
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1525
1523
|
// LineDotRightHorizontal aliases
|
|
1526
1524
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1525
|
+
// Lightbulb aliases
|
|
1526
|
+
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1527
1527
|
// LineSquiggle aliases
|
|
1528
1528
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1529
1529
|
// LineStyle aliases
|
|
@@ -1550,24 +1550,24 @@ export { default as ListEndIcon } from '../icons/list-end';
|
|
|
1550
1550
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1551
1551
|
// ListMinus aliases
|
|
1552
1552
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1553
|
-
// ListMusic aliases
|
|
1554
|
-
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1555
1553
|
// ListFilter aliases
|
|
1556
1554
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1555
|
+
// ListMusic aliases
|
|
1556
|
+
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1557
1557
|
// ListOrdered aliases
|
|
1558
1558
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1559
|
-
// ListPlus aliases
|
|
1560
|
-
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1561
1559
|
// ListRestart aliases
|
|
1562
1560
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1563
1561
|
// ListStart aliases
|
|
1564
1562
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1563
|
+
// ListPlus aliases
|
|
1564
|
+
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1565
1565
|
// ListTodo aliases
|
|
1566
1566
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1567
|
-
// ListVideo aliases
|
|
1568
|
-
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1569
1567
|
// ListTree aliases
|
|
1570
1568
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1569
|
+
// ListVideo aliases
|
|
1570
|
+
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1571
1571
|
// ListX aliases
|
|
1572
1572
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1573
1573
|
// List aliases
|
|
@@ -1580,54 +1580,54 @@ export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
|
1580
1580
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1581
1581
|
// LocateOff aliases
|
|
1582
1582
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1583
|
-
// LockKeyhole aliases
|
|
1584
|
-
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1585
1583
|
// Locate aliases
|
|
1586
1584
|
export { default as LocateIcon } from '../icons/locate';
|
|
1585
|
+
// LockKeyhole aliases
|
|
1586
|
+
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1587
1587
|
// Lock aliases
|
|
1588
1588
|
export { default as LockIcon } from '../icons/lock';
|
|
1589
|
+
// LogOut aliases
|
|
1590
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1589
1591
|
// LogIn aliases
|
|
1590
1592
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1591
1593
|
// Logs aliases
|
|
1592
1594
|
export { default as LogsIcon } from '../icons/logs';
|
|
1593
|
-
// LogOut aliases
|
|
1594
|
-
export { default as LogOutIcon } from '../icons/log-out';
|
|
1595
1595
|
// Lollipop aliases
|
|
1596
1596
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1597
|
-
// Luggage aliases
|
|
1598
|
-
export { default as LuggageIcon } from '../icons/luggage';
|
|
1599
|
-
// Magnet aliases
|
|
1600
|
-
export { default as MagnetIcon } from '../icons/magnet';
|
|
1601
1597
|
// MailCheck aliases
|
|
1602
1598
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1599
|
+
// Magnet aliases
|
|
1600
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1601
|
+
// Luggage aliases
|
|
1602
|
+
export { default as LuggageIcon } from '../icons/luggage';
|
|
1603
1603
|
// MailMinus aliases
|
|
1604
1604
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1605
1605
|
// MailOpen aliases
|
|
1606
1606
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1607
1607
|
// MailPlus aliases
|
|
1608
1608
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1609
|
-
// MailSearch aliases
|
|
1610
|
-
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1611
1609
|
// MailWarning aliases
|
|
1612
1610
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1613
1611
|
// MailX aliases
|
|
1614
1612
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1613
|
+
// MailSearch aliases
|
|
1614
|
+
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1615
1615
|
// Mail aliases
|
|
1616
1616
|
export { default as MailIcon } from '../icons/mail';
|
|
1617
1617
|
// Mailbox aliases
|
|
1618
1618
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1619
|
-
// Mails aliases
|
|
1620
|
-
export { default as MailsIcon } from '../icons/mails';
|
|
1621
1619
|
// MapMinus aliases
|
|
1622
1620
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1621
|
+
// Mails aliases
|
|
1622
|
+
export { default as MailsIcon } from '../icons/mails';
|
|
1623
1623
|
// MapPinCheckInside aliases
|
|
1624
1624
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1625
1625
|
// MapPinCheck aliases
|
|
1626
1626
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1627
|
-
// MapPinMinusInside aliases
|
|
1628
|
-
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1629
1627
|
// MapPinHouse aliases
|
|
1630
1628
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1629
|
+
// MapPinMinusInside aliases
|
|
1630
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1631
1631
|
// MapPinMinus aliases
|
|
1632
1632
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1633
1633
|
// MapPinOff aliases
|
|
@@ -1638,74 +1638,74 @@ export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
|
1638
1638
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1639
1639
|
// MapPinSearch aliases
|
|
1640
1640
|
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1641
|
-
// MapPinXInside aliases
|
|
1642
|
-
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1643
1641
|
// MapPinX aliases
|
|
1644
1642
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1643
|
+
// MapPinXInside aliases
|
|
1644
|
+
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1645
1645
|
// MapPin aliases
|
|
1646
1646
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1647
1647
|
// MapPinned aliases
|
|
1648
1648
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1649
1649
|
// MapPlus aliases
|
|
1650
1650
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1651
|
-
// Map aliases
|
|
1652
|
-
export { default as MapIcon } from '../icons/map';
|
|
1653
1651
|
// MarsStroke aliases
|
|
1654
1652
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1655
|
-
//
|
|
1656
|
-
export { default as
|
|
1653
|
+
// Map aliases
|
|
1654
|
+
export { default as MapIcon } from '../icons/map';
|
|
1657
1655
|
// Martini aliases
|
|
1658
1656
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1657
|
+
// Mars aliases
|
|
1658
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1659
1659
|
// Maximize2 aliases
|
|
1660
1660
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1661
1661
|
// Maximize aliases
|
|
1662
1662
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1663
|
+
// Megaphone aliases
|
|
1664
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1663
1665
|
// Medal aliases
|
|
1664
1666
|
export { default as MedalIcon } from '../icons/medal';
|
|
1665
1667
|
// MegaphoneOff aliases
|
|
1666
1668
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1667
|
-
// Megaphone aliases
|
|
1668
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1669
|
-
// Meh aliases
|
|
1670
|
-
export { default as MehIcon } from '../icons/meh';
|
|
1671
1669
|
// MemoryStick aliases
|
|
1672
1670
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1671
|
+
// Meh aliases
|
|
1672
|
+
export { default as MehIcon } from '../icons/meh';
|
|
1673
|
+
// Menu aliases
|
|
1674
|
+
export { default as MenuIcon } from '../icons/menu';
|
|
1673
1675
|
// Merge aliases
|
|
1674
1676
|
export { default as MergeIcon } from '../icons/merge';
|
|
1675
1677
|
// MessageCircleCheck aliases
|
|
1676
1678
|
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1677
|
-
// Menu aliases
|
|
1678
|
-
export { default as MenuIcon } from '../icons/menu';
|
|
1679
1679
|
// MessageCircleCode aliases
|
|
1680
1680
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1681
|
-
// MessageCircleHeart aliases
|
|
1682
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1683
1681
|
// MessageCircleDashed aliases
|
|
1684
1682
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1685
1683
|
// MessageCircleMore aliases
|
|
1686
1684
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1687
|
-
//
|
|
1688
|
-
export { default as
|
|
1685
|
+
// MessageCircleHeart aliases
|
|
1686
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1689
1687
|
// MessageCirclePlus aliases
|
|
1690
1688
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1689
|
+
// MessageCircleOff aliases
|
|
1690
|
+
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1691
1691
|
// MessageCircleReply aliases
|
|
1692
1692
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1693
1693
|
// MessageCircleWarning aliases
|
|
1694
1694
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1695
1695
|
// MessageCircleX aliases
|
|
1696
1696
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1697
|
-
// MessageSquareCheck aliases
|
|
1698
|
-
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1699
1697
|
// MessageCircle aliases
|
|
1700
1698
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1699
|
+
// MessageSquareCheck aliases
|
|
1700
|
+
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1701
1701
|
// MessageSquareCode aliases
|
|
1702
1702
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1703
|
+
// MessageSquareDot aliases
|
|
1704
|
+
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1703
1705
|
// MessageSquareDashed aliases
|
|
1704
1706
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1705
1707
|
// MessageSquareDiff aliases
|
|
1706
1708
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1707
|
-
// MessageSquareDot aliases
|
|
1708
|
-
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1709
1709
|
// MessageSquareHeart aliases
|
|
1710
1710
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1711
1711
|
// MessageSquareLock aliases
|
|
@@ -1714,10 +1714,10 @@ export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
|
1714
1714
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1715
1715
|
// MessageSquareOff aliases
|
|
1716
1716
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1717
|
-
// MessageSquarePlus aliases
|
|
1718
|
-
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1719
1717
|
// MessageSquareQuote aliases
|
|
1720
1718
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1719
|
+
// MessageSquarePlus aliases
|
|
1720
|
+
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1721
1721
|
// MessageSquareReply aliases
|
|
1722
1722
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1723
1723
|
// MessageSquareShare aliases
|
|
@@ -1734,20 +1734,20 @@ export { default as MessageSquareIcon } from '../icons/message-square';
|
|
|
1734
1734
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1735
1735
|
// Metronome aliases
|
|
1736
1736
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1737
|
-
// MicOff aliases
|
|
1738
|
-
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1739
1737
|
// Mic aliases
|
|
1740
1738
|
export { default as MicIcon } from '../icons/mic';
|
|
1741
1739
|
// Microchip aliases
|
|
1742
1740
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1741
|
+
// MicOff aliases
|
|
1742
|
+
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1743
1743
|
// Microscope aliases
|
|
1744
1744
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1745
1745
|
// Microwave aliases
|
|
1746
1746
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1747
|
-
// Milestone aliases
|
|
1748
|
-
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1749
1747
|
// MilkOff aliases
|
|
1750
1748
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1749
|
+
// Milestone aliases
|
|
1750
|
+
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1751
1751
|
// Milk aliases
|
|
1752
1752
|
export { default as MilkIcon } from '../icons/milk';
|
|
1753
1753
|
// Minimize2 aliases
|
|
@@ -1758,18 +1758,18 @@ export { default as MinimizeIcon } from '../icons/minimize';
|
|
|
1758
1758
|
export { default as MinusIcon } from '../icons/minus';
|
|
1759
1759
|
// MirrorRectangular aliases
|
|
1760
1760
|
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1761
|
-
// MonitorCheck aliases
|
|
1762
|
-
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1763
1761
|
// MirrorRound aliases
|
|
1764
1762
|
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1763
|
+
// MonitorCheck aliases
|
|
1764
|
+
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1765
|
+
// MonitorDot aliases
|
|
1766
|
+
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1765
1767
|
// MonitorCloud aliases
|
|
1766
1768
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1767
1769
|
// MonitorCog aliases
|
|
1768
1770
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1769
1771
|
// MonitorDown aliases
|
|
1770
1772
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1771
|
-
// MonitorDot aliases
|
|
1772
|
-
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1773
1773
|
// MonitorOff aliases
|
|
1774
1774
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1775
1775
|
// MonitorPlay aliases
|
|
@@ -1786,24 +1786,24 @@ export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
|
1786
1786
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1787
1787
|
// MonitorX aliases
|
|
1788
1788
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1789
|
-
// Monitor aliases
|
|
1790
|
-
export { default as MonitorIcon } from '../icons/monitor';
|
|
1791
1789
|
// MoonStar aliases
|
|
1792
1790
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1793
|
-
//
|
|
1794
|
-
export { default as
|
|
1791
|
+
// Monitor aliases
|
|
1792
|
+
export { default as MonitorIcon } from '../icons/monitor';
|
|
1795
1793
|
// Motorbike aliases
|
|
1796
1794
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1797
|
-
// MountainSnow aliases
|
|
1798
|
-
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1799
1795
|
// Mountain aliases
|
|
1800
1796
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1801
|
-
//
|
|
1802
|
-
export { default as
|
|
1803
|
-
//
|
|
1804
|
-
export { default as
|
|
1797
|
+
// Moon aliases
|
|
1798
|
+
export { default as MoonIcon } from '../icons/moon';
|
|
1799
|
+
// MountainSnow aliases
|
|
1800
|
+
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1805
1801
|
// MousePointer2Off aliases
|
|
1806
1802
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1803
|
+
// MouseOff aliases
|
|
1804
|
+
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1805
|
+
// MouseLeft aliases
|
|
1806
|
+
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1807
1807
|
// MousePointer2 aliases
|
|
1808
1808
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1809
1809
|
// MousePointerBan aliases
|
|
@@ -1814,20 +1814,20 @@ export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
|
1814
1814
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1815
1815
|
// MouseRight aliases
|
|
1816
1816
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1817
|
-
// MoveDiagonal2 aliases
|
|
1818
|
-
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1819
1817
|
// Mouse aliases
|
|
1820
1818
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1821
1819
|
// MoveDiagonal aliases
|
|
1822
1820
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1823
1821
|
// MoveDownLeft aliases
|
|
1824
1822
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1823
|
+
// MoveDiagonal2 aliases
|
|
1824
|
+
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1825
1825
|
// MoveDownRight aliases
|
|
1826
1826
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1827
|
-
// MoveHorizontal aliases
|
|
1828
|
-
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1829
1827
|
// MoveDown aliases
|
|
1830
1828
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1829
|
+
// MoveHorizontal aliases
|
|
1830
|
+
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1831
1831
|
// MoveLeft aliases
|
|
1832
1832
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1833
1833
|
// MoveRight aliases
|
|
@@ -1846,20 +1846,20 @@ export { default as MoveIcon } from '../icons/move';
|
|
|
1846
1846
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1847
1847
|
// Music3 aliases
|
|
1848
1848
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1849
|
-
// Music4 aliases
|
|
1850
|
-
export { default as Music4Icon } from '../icons/music-4';
|
|
1851
1849
|
// Music aliases
|
|
1852
1850
|
export { default as MusicIcon } from '../icons/music';
|
|
1853
|
-
//
|
|
1854
|
-
export { default as
|
|
1851
|
+
// Music4 aliases
|
|
1852
|
+
export { default as Music4Icon } from '../icons/music-4';
|
|
1855
1853
|
// Navigation2 aliases
|
|
1856
1854
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1855
|
+
// Navigation2Off aliases
|
|
1856
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1857
1857
|
// NavigationOff aliases
|
|
1858
1858
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1859
|
-
// Navigation aliases
|
|
1860
|
-
export { default as NavigationIcon } from '../icons/navigation';
|
|
1861
1859
|
// Network aliases
|
|
1862
1860
|
export { default as NetworkIcon } from '../icons/network';
|
|
1861
|
+
// Navigation aliases
|
|
1862
|
+
export { default as NavigationIcon } from '../icons/navigation';
|
|
1863
1863
|
// Newspaper aliases
|
|
1864
1864
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1865
1865
|
// Nfc aliases
|
|
@@ -1884,10 +1884,10 @@ export { default as NutOffIcon } from '../icons/nut-off';
|
|
|
1884
1884
|
export { default as NutIcon } from '../icons/nut';
|
|
1885
1885
|
// OctagonMinus aliases
|
|
1886
1886
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1887
|
-
// Octagon aliases
|
|
1888
|
-
export { default as OctagonIcon } from '../icons/octagon';
|
|
1889
1887
|
// Omega aliases
|
|
1890
1888
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1889
|
+
// Octagon aliases
|
|
1890
|
+
export { default as OctagonIcon } from '../icons/octagon';
|
|
1891
1891
|
// Option aliases
|
|
1892
1892
|
export { default as OptionIcon } from '../icons/option';
|
|
1893
1893
|
// Orbit aliases
|
|
@@ -1902,16 +1902,16 @@ export { default as PackageCheckIcon } from '../icons/package-check';
|
|
|
1902
1902
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1903
1903
|
// PackageOpen aliases
|
|
1904
1904
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1905
|
-
// PackagePlus aliases
|
|
1906
|
-
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1907
1905
|
// PackageSearch aliases
|
|
1908
1906
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1907
|
+
// PackagePlus aliases
|
|
1908
|
+
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1909
1909
|
// PackageX aliases
|
|
1910
1910
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1911
|
-
// Package aliases
|
|
1912
|
-
export { default as PackageIcon } from '../icons/package';
|
|
1913
1911
|
// PaintBucket aliases
|
|
1914
1912
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1913
|
+
// Package aliases
|
|
1914
|
+
export { default as PackageIcon } from '../icons/package';
|
|
1915
1915
|
// PaintRoller aliases
|
|
1916
1916
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1917
1917
|
// Paintbrush aliases
|
|
@@ -1920,10 +1920,10 @@ export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
|
1920
1920
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1921
1921
|
// Panda aliases
|
|
1922
1922
|
export { default as PandaIcon } from '../icons/panda';
|
|
1923
|
-
// PanelBottomClose aliases
|
|
1924
|
-
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1925
1923
|
// PanelBottomOpen aliases
|
|
1926
1924
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1925
|
+
// PanelBottomClose aliases
|
|
1926
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1927
1927
|
// PanelBottom aliases
|
|
1928
1928
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1929
1929
|
// PanelLeftRightDashed aliases
|
|
@@ -1944,14 +1944,14 @@ export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
|
1944
1944
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1945
1945
|
// PanelsLeftBottom aliases
|
|
1946
1946
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1947
|
-
// PanelsRightBottom aliases
|
|
1948
|
-
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1949
1947
|
// Paperclip aliases
|
|
1950
1948
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1951
|
-
//
|
|
1952
|
-
export { default as
|
|
1949
|
+
// PanelsRightBottom aliases
|
|
1950
|
+
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1953
1951
|
// ParkingMeter aliases
|
|
1954
1952
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1953
|
+
// Parentheses aliases
|
|
1954
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1955
1955
|
// PartyPopper aliases
|
|
1956
1956
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1957
1957
|
// Pause aliases
|
|
@@ -1964,12 +1964,12 @@ export { default as PcCaseIcon } from '../icons/pc-case';
|
|
|
1964
1964
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1965
1965
|
// PenTool aliases
|
|
1966
1966
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1967
|
+
// PencilRuler aliases
|
|
1968
|
+
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1967
1969
|
// PencilLine aliases
|
|
1968
1970
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1969
1971
|
// PencilOff aliases
|
|
1970
1972
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1971
|
-
// PencilRuler aliases
|
|
1972
|
-
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1973
1973
|
// Pencil aliases
|
|
1974
1974
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1975
1975
|
// Pentagon aliases
|
|
@@ -1984,10 +1984,10 @@ export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
|
1984
1984
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1985
1985
|
// PhoneForwarded aliases
|
|
1986
1986
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1987
|
-
// PhoneIncoming aliases
|
|
1988
|
-
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1989
1987
|
// PhoneMissed aliases
|
|
1990
1988
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1989
|
+
// PhoneIncoming aliases
|
|
1990
|
+
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1991
1991
|
// PhoneOff aliases
|
|
1992
1992
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1993
1993
|
// PhoneOutgoing aliases
|
|
@@ -2002,44 +2002,44 @@ export { default as PianoIcon } from '../icons/piano';
|
|
|
2002
2002
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2003
2003
|
// PictureInPicture2 aliases
|
|
2004
2004
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2005
|
-
// PictureInPicture aliases
|
|
2006
|
-
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2007
|
-
// PilcrowLeft aliases
|
|
2008
|
-
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2009
2005
|
// PiggyBank aliases
|
|
2010
2006
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2007
|
+
// PilcrowLeft aliases
|
|
2008
|
+
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2009
|
+
// PictureInPicture aliases
|
|
2010
|
+
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2011
2011
|
// PilcrowRight aliases
|
|
2012
2012
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2013
2013
|
// Pilcrow aliases
|
|
2014
2014
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2015
|
-
// PillBottle aliases
|
|
2016
|
-
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2017
2015
|
// Pill aliases
|
|
2018
2016
|
export { default as PillIcon } from '../icons/pill';
|
|
2017
|
+
// PillBottle aliases
|
|
2018
|
+
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2019
2019
|
// PinOff aliases
|
|
2020
2020
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2021
2021
|
// Pin aliases
|
|
2022
2022
|
export { default as PinIcon } from '../icons/pin';
|
|
2023
|
-
// Pipette aliases
|
|
2024
|
-
export { default as PipetteIcon } from '../icons/pipette';
|
|
2025
2023
|
// Pizza aliases
|
|
2026
2024
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2027
2025
|
// PlaneLanding aliases
|
|
2028
2026
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2027
|
+
// Pipette aliases
|
|
2028
|
+
export { default as PipetteIcon } from '../icons/pipette';
|
|
2029
2029
|
// PlaneTakeoff aliases
|
|
2030
2030
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2031
2031
|
// Plane aliases
|
|
2032
2032
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2033
|
-
// Play aliases
|
|
2034
|
-
export { default as PlayIcon } from '../icons/play';
|
|
2035
2033
|
// Plug2 aliases
|
|
2036
2034
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2035
|
+
// Play aliases
|
|
2036
|
+
export { default as PlayIcon } from '../icons/play';
|
|
2037
2037
|
// Plug aliases
|
|
2038
2038
|
export { default as PlugIcon } from '../icons/plug';
|
|
2039
|
-
// Plus aliases
|
|
2040
|
-
export { default as PlusIcon } from '../icons/plus';
|
|
2041
2039
|
// PocketKnife aliases
|
|
2042
2040
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2041
|
+
// Plus aliases
|
|
2042
|
+
export { default as PlusIcon } from '../icons/plus';
|
|
2043
2043
|
// Podcast aliases
|
|
2044
2044
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2045
2045
|
// PointerOff aliases
|
|
@@ -2048,40 +2048,40 @@ export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
|
2048
2048
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2049
2049
|
// Popcorn aliases
|
|
2050
2050
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2051
|
+
// Popsicle aliases
|
|
2052
|
+
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2051
2053
|
// PoundSterling aliases
|
|
2052
2054
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2053
2055
|
// PowerOff aliases
|
|
2054
2056
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2055
|
-
// Popsicle aliases
|
|
2056
|
-
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2057
2057
|
// Power aliases
|
|
2058
2058
|
export { default as PowerIcon } from '../icons/power';
|
|
2059
2059
|
// Presentation aliases
|
|
2060
2060
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2061
|
+
// PrinterX aliases
|
|
2062
|
+
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2061
2063
|
// PrinterCheck aliases
|
|
2062
2064
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2063
2065
|
// Printer aliases
|
|
2064
2066
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2065
|
-
// PrinterX aliases
|
|
2066
|
-
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2067
|
-
// Projector aliases
|
|
2068
|
-
export { default as ProjectorIcon } from '../icons/projector';
|
|
2069
2067
|
// Proportions aliases
|
|
2070
2068
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2071
|
-
//
|
|
2072
|
-
export { default as
|
|
2069
|
+
// Projector aliases
|
|
2070
|
+
export { default as ProjectorIcon } from '../icons/projector';
|
|
2073
2071
|
// Pyramid aliases
|
|
2074
2072
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2075
|
-
//
|
|
2076
|
-
export { default as
|
|
2073
|
+
// Puzzle aliases
|
|
2074
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2077
2075
|
// Quote aliases
|
|
2078
2076
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2077
|
+
// QrCode aliases
|
|
2078
|
+
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2079
|
+
// Radar aliases
|
|
2080
|
+
export { default as RadarIcon } from '../icons/radar';
|
|
2079
2081
|
// Rabbit aliases
|
|
2080
2082
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2081
2083
|
// Radiation aliases
|
|
2082
2084
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2083
|
-
// Radar aliases
|
|
2084
|
-
export { default as RadarIcon } from '../icons/radar';
|
|
2085
2085
|
// Radical aliases
|
|
2086
2086
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2087
2087
|
// RadioOff aliases
|
|
@@ -2090,82 +2090,82 @@ export { default as RadioOffIcon } from '../icons/radio-off';
|
|
|
2090
2090
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2091
2091
|
// RadioTower aliases
|
|
2092
2092
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2093
|
+
// Radio aliases
|
|
2094
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2093
2095
|
// Radius aliases
|
|
2094
2096
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2095
2097
|
// Rainbow aliases
|
|
2096
2098
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2097
|
-
// Radio aliases
|
|
2098
|
-
export { default as RadioIcon } from '../icons/radio';
|
|
2099
|
-
// Rat aliases
|
|
2100
|
-
export { default as RatIcon } from '../icons/rat';
|
|
2101
2099
|
// Ratio aliases
|
|
2102
2100
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2101
|
+
// Rat aliases
|
|
2102
|
+
export { default as RatIcon } from '../icons/rat';
|
|
2103
2103
|
// ReceiptCent aliases
|
|
2104
2104
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2105
|
-
// ReceiptEuro aliases
|
|
2106
|
-
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2107
2105
|
// ReceiptIndianRupee aliases
|
|
2108
2106
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2107
|
+
// ReceiptEuro aliases
|
|
2108
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2109
2109
|
// ReceiptJapaneseYen aliases
|
|
2110
2110
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2111
|
-
// ReceiptRussianRuble aliases
|
|
2112
|
-
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2113
|
-
// ReceiptSwissFranc aliases
|
|
2114
|
-
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2115
2111
|
// ReceiptPoundSterling aliases
|
|
2116
2112
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2113
|
+
// ReceiptSwissFranc aliases
|
|
2114
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2115
|
+
// ReceiptRussianRuble aliases
|
|
2116
|
+
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2117
2117
|
// ReceiptText aliases
|
|
2118
2118
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2119
|
-
// ReceiptTurkishLira aliases
|
|
2120
|
-
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2121
2119
|
// Receipt aliases
|
|
2122
2120
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2121
|
+
// ReceiptTurkishLira aliases
|
|
2122
|
+
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2123
2123
|
// RectangleCircle aliases
|
|
2124
2124
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2125
2125
|
// RectangleGoggles aliases
|
|
2126
2126
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2127
2127
|
// RectangleHorizontal aliases
|
|
2128
2128
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2129
|
-
// RectangleVertical aliases
|
|
2130
|
-
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2131
2129
|
// Recycle aliases
|
|
2132
2130
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2131
|
+
// RectangleVertical aliases
|
|
2132
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2133
2133
|
// Redo2 aliases
|
|
2134
2134
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2135
2135
|
// RedoDot aliases
|
|
2136
2136
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2137
|
+
// Redo aliases
|
|
2138
|
+
export { default as RedoIcon } from '../icons/redo';
|
|
2137
2139
|
// RefreshCcwDot aliases
|
|
2138
2140
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2139
2141
|
// RefreshCcw aliases
|
|
2140
2142
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2141
|
-
// Redo aliases
|
|
2142
|
-
export { default as RedoIcon } from '../icons/redo';
|
|
2143
|
-
// RefreshCwOff aliases
|
|
2144
|
-
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2145
2143
|
// RefreshCw aliases
|
|
2146
2144
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2147
|
-
//
|
|
2148
|
-
export { default as
|
|
2145
|
+
// RefreshCwOff aliases
|
|
2146
|
+
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2149
2147
|
// Regex aliases
|
|
2150
2148
|
export { default as RegexIcon } from '../icons/regex';
|
|
2149
|
+
// Refrigerator aliases
|
|
2150
|
+
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2151
|
+
// Repeat1 aliases
|
|
2152
|
+
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2151
2153
|
// RemoveFormatting aliases
|
|
2152
2154
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2153
2155
|
// Repeat2 aliases
|
|
2154
2156
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2155
|
-
// Repeat1 aliases
|
|
2156
|
-
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2157
2157
|
// Repeat aliases
|
|
2158
2158
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2159
2159
|
// ReplaceAll aliases
|
|
2160
2160
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2161
2161
|
// Replace aliases
|
|
2162
2162
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2163
|
-
// ReplyAll aliases
|
|
2164
|
-
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2165
2163
|
// Reply aliases
|
|
2166
2164
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2167
2165
|
// Rewind aliases
|
|
2168
2166
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2167
|
+
// ReplyAll aliases
|
|
2168
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2169
2169
|
// Ribbon aliases
|
|
2170
2170
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2171
2171
|
// Road aliases
|
|
@@ -2186,38 +2186,38 @@ export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
|
2186
2186
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2187
2187
|
// RotateCwSquare aliases
|
|
2188
2188
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2189
|
-
// RotateCw aliases
|
|
2190
|
-
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2191
2189
|
// RouteOff aliases
|
|
2192
2190
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2191
|
+
// RotateCw aliases
|
|
2192
|
+
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2193
2193
|
// Route aliases
|
|
2194
2194
|
export { default as RouteIcon } from '../icons/route';
|
|
2195
2195
|
// Router aliases
|
|
2196
2196
|
export { default as RouterIcon } from '../icons/router';
|
|
2197
|
-
// Rows4 aliases
|
|
2198
|
-
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2199
|
-
// Rss aliases
|
|
2200
|
-
export { default as RssIcon } from '../icons/rss';
|
|
2201
2197
|
// RulerDimensionLine aliases
|
|
2202
2198
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2199
|
+
// Rows4 aliases
|
|
2200
|
+
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2203
2201
|
// Ruler aliases
|
|
2204
2202
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2205
|
-
//
|
|
2206
|
-
export { default as
|
|
2203
|
+
// Rss aliases
|
|
2204
|
+
export { default as RssIcon } from '../icons/rss';
|
|
2207
2205
|
// Sailboat aliases
|
|
2208
2206
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2207
|
+
// RussianRuble aliases
|
|
2208
|
+
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2209
2209
|
// Salad aliases
|
|
2210
2210
|
export { default as SaladIcon } from '../icons/salad';
|
|
2211
|
-
// SatelliteDish aliases
|
|
2212
|
-
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2213
2211
|
// Sandwich aliases
|
|
2214
2212
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2215
|
-
// Satellite aliases
|
|
2216
|
-
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2217
2213
|
// SaudiRiyal aliases
|
|
2218
2214
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2219
2215
|
// SaveAll aliases
|
|
2220
2216
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2217
|
+
// SatelliteDish aliases
|
|
2218
|
+
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2219
|
+
// Satellite aliases
|
|
2220
|
+
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2221
2221
|
// SaveOff aliases
|
|
2222
2222
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2223
2223
|
// Save aliases
|
|
@@ -2226,12 +2226,12 @@ export { default as SaveIcon } from '../icons/save';
|
|
|
2226
2226
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2227
2227
|
// Scaling aliases
|
|
2228
2228
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2229
|
+
// ScanEye aliases
|
|
2230
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2229
2231
|
// ScanBarcode aliases
|
|
2230
2232
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2231
2233
|
// ScanFace aliases
|
|
2232
2234
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2233
|
-
// ScanEye aliases
|
|
2234
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2235
2235
|
// ScanHeart aliases
|
|
2236
2236
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2237
2237
|
// ScanLine aliases
|
|
@@ -2260,28 +2260,28 @@ export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
|
2260
2260
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2261
2261
|
// Scroll aliases
|
|
2262
2262
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2263
|
-
// SearchAlert aliases
|
|
2264
|
-
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2265
2263
|
// SearchCheck aliases
|
|
2266
2264
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2267
|
-
// SearchCode aliases
|
|
2268
|
-
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2269
2265
|
// SearchSlash aliases
|
|
2270
2266
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2267
|
+
// SearchAlert aliases
|
|
2268
|
+
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2269
|
+
// SearchCode aliases
|
|
2270
|
+
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2271
2271
|
// SearchX aliases
|
|
2272
2272
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2273
2273
|
// Search aliases
|
|
2274
2274
|
export { default as SearchIcon } from '../icons/search';
|
|
2275
|
-
// Section aliases
|
|
2276
|
-
export { default as SectionIcon } from '../icons/section';
|
|
2277
2275
|
// SendToBack aliases
|
|
2278
2276
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2277
|
+
// Section aliases
|
|
2278
|
+
export { default as SectionIcon } from '../icons/section';
|
|
2279
2279
|
// Send aliases
|
|
2280
2280
|
export { default as SendIcon } from '../icons/send';
|
|
2281
|
-
// SeparatorHorizontal aliases
|
|
2282
|
-
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2283
2281
|
// SeparatorVertical aliases
|
|
2284
2282
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2283
|
+
// SeparatorHorizontal aliases
|
|
2284
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2285
2285
|
// ServerCog aliases
|
|
2286
2286
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2287
2287
|
// ServerCrash aliases
|
|
@@ -2298,14 +2298,14 @@ export { default as SettingsIcon } from '../icons/settings';
|
|
|
2298
2298
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2299
2299
|
// Share2 aliases
|
|
2300
2300
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2301
|
-
// Share aliases
|
|
2302
|
-
export { default as ShareIcon } from '../icons/share';
|
|
2303
2301
|
// Sheet aliases
|
|
2304
2302
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2305
|
-
//
|
|
2306
|
-
export { default as
|
|
2303
|
+
// Share aliases
|
|
2304
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2307
2305
|
// ShelvingUnit aliases
|
|
2308
2306
|
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2307
|
+
// Shell aliases
|
|
2308
|
+
export { default as ShellIcon } from '../icons/shell';
|
|
2309
2309
|
// ShieldAlert aliases
|
|
2310
2310
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2311
2311
|
// ShieldBan aliases
|
|
@@ -2324,18 +2324,18 @@ export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
|
2324
2324
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2325
2325
|
// ShieldOff aliases
|
|
2326
2326
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2327
|
-
// ShieldPlus aliases
|
|
2328
|
-
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2329
2327
|
// ShieldUser aliases
|
|
2330
2328
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2329
|
+
// ShieldPlus aliases
|
|
2330
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2331
2331
|
// Shield aliases
|
|
2332
2332
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2333
2333
|
// ShipWheel aliases
|
|
2334
2334
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2335
|
-
// Ship aliases
|
|
2336
|
-
export { default as ShipIcon } from '../icons/ship';
|
|
2337
2335
|
// Shirt aliases
|
|
2338
2336
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2337
|
+
// Ship aliases
|
|
2338
|
+
export { default as ShipIcon } from '../icons/ship';
|
|
2339
2339
|
// ShoppingBasket aliases
|
|
2340
2340
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2341
2341
|
// ShoppingBag aliases
|
|
@@ -2350,10 +2350,10 @@ export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
|
2350
2350
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2351
2351
|
// Shrimp aliases
|
|
2352
2352
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2353
|
-
// Shrub aliases
|
|
2354
|
-
export { default as ShrubIcon } from '../icons/shrub';
|
|
2355
2353
|
// Shrink aliases
|
|
2356
2354
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2355
|
+
// Shrub aliases
|
|
2356
|
+
export { default as ShrubIcon } from '../icons/shrub';
|
|
2357
2357
|
// Shuffle aliases
|
|
2358
2358
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2359
2359
|
// Sigma aliases
|
|
@@ -2362,18 +2362,18 @@ export { default as SigmaIcon } from '../icons/sigma';
|
|
|
2362
2362
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2363
2363
|
// SignalLow aliases
|
|
2364
2364
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2365
|
-
// SignalMedium aliases
|
|
2366
|
-
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2367
2365
|
// SignalZero aliases
|
|
2368
2366
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2367
|
+
// SignalMedium aliases
|
|
2368
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2369
2369
|
// Signal aliases
|
|
2370
2370
|
export { default as SignalIcon } from '../icons/signal';
|
|
2371
2371
|
// Signature aliases
|
|
2372
2372
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2373
|
-
// SignpostBig aliases
|
|
2374
|
-
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2375
2373
|
// Signpost aliases
|
|
2376
2374
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2375
|
+
// SignpostBig aliases
|
|
2376
|
+
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2377
2377
|
// Siren aliases
|
|
2378
2378
|
export { default as SirenIcon } from '../icons/siren';
|
|
2379
2379
|
// SkipBack aliases
|
|
@@ -2386,32 +2386,32 @@ export { default as SkullIcon } from '../icons/skull';
|
|
|
2386
2386
|
export { default as SlashIcon } from '../icons/slash';
|
|
2387
2387
|
// Slice aliases
|
|
2388
2388
|
export { default as SliceIcon } from '../icons/slice';
|
|
2389
|
+
// SmartphoneNfc aliases
|
|
2390
|
+
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2389
2391
|
// SlidersHorizontal aliases
|
|
2390
2392
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2391
2393
|
// SmartphoneCharging aliases
|
|
2392
2394
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2393
|
-
// SmartphoneNfc aliases
|
|
2394
|
-
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2395
2395
|
// Smartphone aliases
|
|
2396
2396
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2397
2397
|
// SmilePlus aliases
|
|
2398
2398
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2399
|
-
// Smile aliases
|
|
2400
|
-
export { default as SmileIcon } from '../icons/smile';
|
|
2401
2399
|
// Snail aliases
|
|
2402
2400
|
export { default as SnailIcon } from '../icons/snail';
|
|
2403
|
-
//
|
|
2404
|
-
export { default as
|
|
2401
|
+
// Smile aliases
|
|
2402
|
+
export { default as SmileIcon } from '../icons/smile';
|
|
2403
|
+
// SolarPanel aliases
|
|
2404
|
+
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2405
2405
|
// SoapDispenserDroplet aliases
|
|
2406
2406
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2407
2407
|
// Sofa aliases
|
|
2408
2408
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2409
|
-
//
|
|
2410
|
-
export { default as
|
|
2411
|
-
// Space aliases
|
|
2412
|
-
export { default as SpaceIcon } from '../icons/space';
|
|
2409
|
+
// Snowflake aliases
|
|
2410
|
+
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2413
2411
|
// Soup aliases
|
|
2414
2412
|
export { default as SoupIcon } from '../icons/soup';
|
|
2413
|
+
// Space aliases
|
|
2414
|
+
export { default as SpaceIcon } from '../icons/space';
|
|
2415
2415
|
// Spade aliases
|
|
2416
2416
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2417
2417
|
// Sparkle aliases
|
|
@@ -2422,10 +2422,10 @@ export { default as SpeakerIcon } from '../icons/speaker';
|
|
|
2422
2422
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2423
2423
|
// SpellCheck2 aliases
|
|
2424
2424
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2425
|
-
// SplinePointer aliases
|
|
2426
|
-
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2427
2425
|
// SpellCheck aliases
|
|
2428
2426
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2427
|
+
// SplinePointer aliases
|
|
2428
|
+
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2429
2429
|
// Spline aliases
|
|
2430
2430
|
export { default as SplineIcon } from '../icons/spline';
|
|
2431
2431
|
// Split aliases
|
|
@@ -2442,24 +2442,24 @@ export { default as SprayCanIcon } from '../icons/spray-can';
|
|
|
2442
2442
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2443
2443
|
// SquareArrowRightEnter aliases
|
|
2444
2444
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2445
|
-
// SquareDashedBottomCode aliases
|
|
2446
|
-
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2447
2445
|
// SquareArrowRightExit aliases
|
|
2448
2446
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2449
|
-
//
|
|
2450
|
-
export { default as
|
|
2447
|
+
// SquareDashedBottomCode aliases
|
|
2448
|
+
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2451
2449
|
// SquareDashedTopSolid aliases
|
|
2452
2450
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2451
|
+
// SquareDashedBottom aliases
|
|
2452
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2453
2453
|
// SquarePause aliases
|
|
2454
2454
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2455
2455
|
// SquareRadical aliases
|
|
2456
2456
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2457
2457
|
// SquareRoundCorner aliases
|
|
2458
2458
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2459
|
-
// SquareSquare aliases
|
|
2460
|
-
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2461
2459
|
// SquareStack aliases
|
|
2462
2460
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2461
|
+
// SquareSquare aliases
|
|
2462
|
+
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2463
2463
|
// SquareStar aliases
|
|
2464
2464
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2465
2465
|
// SquareStop aliases
|
|
@@ -2470,26 +2470,26 @@ export { default as SquareIcon } from '../icons/square';
|
|
|
2470
2470
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2471
2471
|
// SquaresIntersect aliases
|
|
2472
2472
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2473
|
-
// SquaresUnite aliases
|
|
2474
|
-
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2475
2473
|
// SquaresSubtract aliases
|
|
2476
2474
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2475
|
+
// SquaresUnite aliases
|
|
2476
|
+
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2477
2477
|
// SquircleDashed aliases
|
|
2478
2478
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2479
|
-
// Squircle aliases
|
|
2480
|
-
export { default as SquircleIcon } from '../icons/squircle';
|
|
2481
2479
|
// Squirrel aliases
|
|
2482
2480
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2481
|
+
// Squircle aliases
|
|
2482
|
+
export { default as SquircleIcon } from '../icons/squircle';
|
|
2483
2483
|
// Stamp aliases
|
|
2484
2484
|
export { default as StampIcon } from '../icons/stamp';
|
|
2485
2485
|
// StarHalf aliases
|
|
2486
2486
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2487
|
+
// StarOff aliases
|
|
2488
|
+
export { default as StarOffIcon } from '../icons/star-off';
|
|
2487
2489
|
// Star aliases
|
|
2488
2490
|
export { default as StarIcon } from '../icons/star';
|
|
2489
2491
|
// StepBack aliases
|
|
2490
2492
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2491
|
-
// StarOff aliases
|
|
2492
|
-
export { default as StarOffIcon } from '../icons/star-off';
|
|
2493
2493
|
// StepForward aliases
|
|
2494
2494
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2495
2495
|
// Stethoscope aliases
|
|
@@ -2502,120 +2502,120 @@ export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
|
2502
2502
|
export { default as StoneIcon } from '../icons/stone';
|
|
2503
2503
|
// Store aliases
|
|
2504
2504
|
export { default as StoreIcon } from '../icons/store';
|
|
2505
|
-
// StretchHorizontal aliases
|
|
2506
|
-
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2507
2505
|
// StretchVertical aliases
|
|
2508
2506
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2507
|
+
// StretchHorizontal aliases
|
|
2508
|
+
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2509
2509
|
// Strikethrough aliases
|
|
2510
2510
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2511
2511
|
// Subscript aliases
|
|
2512
2512
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2513
|
-
// SunDim aliases
|
|
2514
|
-
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2515
2513
|
// SunMedium aliases
|
|
2516
2514
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2515
|
+
// SunDim aliases
|
|
2516
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2517
2517
|
// SunMoon aliases
|
|
2518
2518
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2519
2519
|
// SunSnow aliases
|
|
2520
2520
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2521
|
-
// Sun aliases
|
|
2522
|
-
export { default as SunIcon } from '../icons/sun';
|
|
2523
2521
|
// Sunrise aliases
|
|
2524
2522
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2523
|
+
// Sun aliases
|
|
2524
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2525
|
+
// Sunset aliases
|
|
2526
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2525
2527
|
// Superscript aliases
|
|
2526
2528
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2527
2529
|
// SwatchBook aliases
|
|
2528
2530
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2529
|
-
// Sunset aliases
|
|
2530
|
-
export { default as SunsetIcon } from '../icons/sunset';
|
|
2531
2531
|
// SwissFranc aliases
|
|
2532
2532
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2533
2533
|
// SwitchCamera aliases
|
|
2534
2534
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2535
|
+
// Table2 aliases
|
|
2536
|
+
export { default as Table2Icon } from '../icons/table-2';
|
|
2535
2537
|
// Swords aliases
|
|
2536
2538
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2537
2539
|
// Sword aliases
|
|
2538
2540
|
export { default as SwordIcon } from '../icons/sword';
|
|
2539
2541
|
// Syringe aliases
|
|
2540
2542
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2541
|
-
// Table2 aliases
|
|
2542
|
-
export { default as Table2Icon } from '../icons/table-2';
|
|
2543
2543
|
// TableCellsMerge aliases
|
|
2544
2544
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2545
|
-
// TableCellsSplit aliases
|
|
2546
|
-
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2547
|
-
// TableOfContents aliases
|
|
2548
|
-
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2549
2545
|
// TableColumnsSplit aliases
|
|
2550
2546
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2551
|
-
//
|
|
2552
|
-
export { default as
|
|
2547
|
+
// TableOfContents aliases
|
|
2548
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2549
|
+
// TableCellsSplit aliases
|
|
2550
|
+
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2553
2551
|
// TableRowsSplit aliases
|
|
2554
2552
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2555
|
-
//
|
|
2556
|
-
export { default as
|
|
2553
|
+
// TableProperties aliases
|
|
2554
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2557
2555
|
// TabletSmartphone aliases
|
|
2558
2556
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2557
|
+
// Table aliases
|
|
2558
|
+
export { default as TableIcon } from '../icons/table';
|
|
2559
2559
|
// Tablet aliases
|
|
2560
2560
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2561
|
-
// Tablets aliases
|
|
2562
|
-
export { default as TabletsIcon } from '../icons/tablets';
|
|
2563
2561
|
// Tag aliases
|
|
2564
2562
|
export { default as TagIcon } from '../icons/tag';
|
|
2565
2563
|
// Tags aliases
|
|
2566
2564
|
export { default as TagsIcon } from '../icons/tags';
|
|
2565
|
+
// Tablets aliases
|
|
2566
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2567
2567
|
// Tally1 aliases
|
|
2568
2568
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2569
2569
|
// Tally2 aliases
|
|
2570
2570
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2571
2571
|
// Tally3 aliases
|
|
2572
2572
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2573
|
-
// Tally4 aliases
|
|
2574
|
-
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2575
2573
|
// Tally5 aliases
|
|
2576
2574
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2577
|
-
//
|
|
2578
|
-
export { default as
|
|
2575
|
+
// Tally4 aliases
|
|
2576
|
+
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2579
2577
|
// Tangent aliases
|
|
2580
2578
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2579
|
+
// Target aliases
|
|
2580
|
+
export { default as TargetIcon } from '../icons/target';
|
|
2581
2581
|
// Telescope aliases
|
|
2582
2582
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2583
2583
|
// TentTree aliases
|
|
2584
2584
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2585
2585
|
// Tent aliases
|
|
2586
2586
|
export { default as TentIcon } from '../icons/tent';
|
|
2587
|
-
// TestTube aliases
|
|
2588
|
-
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2589
2587
|
// Terminal aliases
|
|
2590
2588
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2591
2589
|
// TestTubes aliases
|
|
2592
2590
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2591
|
+
// TestTube aliases
|
|
2592
|
+
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2593
2593
|
// TextCursorInput aliases
|
|
2594
2594
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2595
2595
|
// TextCursor aliases
|
|
2596
2596
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2597
|
-
// TextQuote aliases
|
|
2598
|
-
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2599
2597
|
// TextSearch aliases
|
|
2600
2598
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2599
|
+
// TextQuote aliases
|
|
2600
|
+
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2601
2601
|
// Theater aliases
|
|
2602
2602
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2603
2603
|
// ThermometerSnowflake aliases
|
|
2604
2604
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2605
|
-
// ThermometerSun aliases
|
|
2606
|
-
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2607
2605
|
// Thermometer aliases
|
|
2608
2606
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2607
|
+
// ThermometerSun aliases
|
|
2608
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2609
2609
|
// ThumbsDown aliases
|
|
2610
2610
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2611
|
-
// ThumbsUp aliases
|
|
2612
|
-
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2613
2611
|
// TicketCheck aliases
|
|
2614
2612
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2615
|
-
//
|
|
2616
|
-
export { default as
|
|
2613
|
+
// ThumbsUp aliases
|
|
2614
|
+
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2617
2615
|
// TicketPercent aliases
|
|
2618
2616
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2617
|
+
// TicketMinus aliases
|
|
2618
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2619
2619
|
// TicketPlus aliases
|
|
2620
2620
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2621
2621
|
// TicketSlash aliases
|
|
@@ -2624,40 +2624,40 @@ export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
|
2624
2624
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2625
2625
|
// Ticket aliases
|
|
2626
2626
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2627
|
-
// TicketsPlane aliases
|
|
2628
|
-
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2629
|
-
// Tickets aliases
|
|
2630
|
-
export { default as TicketsIcon } from '../icons/tickets';
|
|
2631
2627
|
// Timeline aliases
|
|
2632
2628
|
export { default as TimelineIcon } from '../icons/timeline';
|
|
2633
|
-
//
|
|
2634
|
-
export { default as
|
|
2629
|
+
// Tickets aliases
|
|
2630
|
+
export { default as TicketsIcon } from '../icons/tickets';
|
|
2631
|
+
// TicketsPlane aliases
|
|
2632
|
+
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2635
2633
|
// TimerReset aliases
|
|
2636
2634
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2635
|
+
// TimerOff aliases
|
|
2636
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2637
2637
|
// Timer aliases
|
|
2638
2638
|
export { default as TimerIcon } from '../icons/timer';
|
|
2639
|
-
// ToggleLeft aliases
|
|
2640
|
-
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2641
2639
|
// ToggleRight aliases
|
|
2642
2640
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2641
|
+
// ToggleLeft aliases
|
|
2642
|
+
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2643
2643
|
// Toilet aliases
|
|
2644
2644
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2645
|
-
// ToolCase aliases
|
|
2646
|
-
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2647
2645
|
// Toolbox aliases
|
|
2648
2646
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2647
|
+
// ToolCase aliases
|
|
2648
|
+
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2649
2649
|
// Tornado aliases
|
|
2650
2650
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2651
|
-
// Torus aliases
|
|
2652
|
-
export { default as TorusIcon } from '../icons/torus';
|
|
2653
2651
|
// TouchpadOff aliases
|
|
2654
2652
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2653
|
+
// Torus aliases
|
|
2654
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2655
2655
|
// Touchpad aliases
|
|
2656
2656
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2657
|
-
// TowelRack aliases
|
|
2658
|
-
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2659
2657
|
// TowerControl aliases
|
|
2660
2658
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2659
|
+
// TowelRack aliases
|
|
2660
|
+
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2661
2661
|
// ToyBrick aliases
|
|
2662
2662
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2663
2663
|
// Tractor aliases
|
|
@@ -2670,14 +2670,14 @@ export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
|
2670
2670
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2671
2671
|
// TrainTrack aliases
|
|
2672
2672
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2673
|
-
// Transgender aliases
|
|
2674
|
-
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2675
2673
|
// Trash2 aliases
|
|
2676
2674
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2677
|
-
//
|
|
2678
|
-
export { default as
|
|
2675
|
+
// Transgender aliases
|
|
2676
|
+
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2679
2677
|
// TreeDeciduous aliases
|
|
2680
2678
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2679
|
+
// Trash aliases
|
|
2680
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2681
2681
|
// TreePine aliases
|
|
2682
2682
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2683
2683
|
// Trees aliases
|
|
@@ -2692,12 +2692,12 @@ export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
|
2692
2692
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2693
2693
|
// TriangleRight aliases
|
|
2694
2694
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2695
|
-
// Triangle aliases
|
|
2696
|
-
export { default as TriangleIcon } from '../icons/triangle';
|
|
2697
2695
|
// Trophy aliases
|
|
2698
2696
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2699
2697
|
// TruckElectric aliases
|
|
2700
2698
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2699
|
+
// Triangle aliases
|
|
2700
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2701
2701
|
// Truck aliases
|
|
2702
2702
|
export { default as TruckIcon } from '../icons/truck';
|
|
2703
2703
|
// TurkishLira aliases
|
|
@@ -2712,18 +2712,18 @@ export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
|
2712
2712
|
export { default as TvIcon } from '../icons/tv';
|
|
2713
2713
|
// TypeOutline aliases
|
|
2714
2714
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2715
|
-
// Type aliases
|
|
2716
|
-
export { default as TypeIcon } from '../icons/type';
|
|
2717
2715
|
// UmbrellaOff aliases
|
|
2718
2716
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2717
|
+
// Type aliases
|
|
2718
|
+
export { default as TypeIcon } from '../icons/type';
|
|
2719
2719
|
// Umbrella aliases
|
|
2720
2720
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2721
2721
|
// Underline aliases
|
|
2722
2722
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2723
|
-
// Undo2 aliases
|
|
2724
|
-
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2725
2723
|
// UndoDot aliases
|
|
2726
2724
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2725
|
+
// Undo2 aliases
|
|
2726
|
+
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2727
2727
|
// Undo aliases
|
|
2728
2728
|
export { default as UndoIcon } from '../icons/undo';
|
|
2729
2729
|
// UnfoldVertical aliases
|
|
@@ -2734,22 +2734,22 @@ export { default as UngroupIcon } from '../icons/ungroup';
|
|
|
2734
2734
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2735
2735
|
// Unlink2 aliases
|
|
2736
2736
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2737
|
-
// Unplug aliases
|
|
2738
|
-
export { default as UnplugIcon } from '../icons/unplug';
|
|
2739
|
-
// Unlink aliases
|
|
2740
|
-
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2741
2737
|
// Upload aliases
|
|
2742
2738
|
export { default as UploadIcon } from '../icons/upload';
|
|
2743
2739
|
// Usb aliases
|
|
2744
2740
|
export { default as UsbIcon } from '../icons/usb';
|
|
2741
|
+
// Unplug aliases
|
|
2742
|
+
export { default as UnplugIcon } from '../icons/unplug';
|
|
2743
|
+
// Unlink aliases
|
|
2744
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2745
2745
|
// UserCheck aliases
|
|
2746
2746
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2747
2747
|
// UserCog aliases
|
|
2748
2748
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2749
|
-
// UserKey aliases
|
|
2750
|
-
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2751
2749
|
// UserLock aliases
|
|
2752
2750
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2751
|
+
// UserKey aliases
|
|
2752
|
+
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2753
2753
|
// UserMinus aliases
|
|
2754
2754
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2755
2755
|
// UserPen aliases
|
|
@@ -2758,48 +2758,48 @@ export { default as UserPenIcon } from '../icons/user-pen';
|
|
|
2758
2758
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2759
2759
|
// UserRoundKey aliases
|
|
2760
2760
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2761
|
-
// UserRoundPen aliases
|
|
2762
|
-
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2763
2761
|
// UserRoundSearch aliases
|
|
2764
2762
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2765
|
-
//
|
|
2766
|
-
export { default as
|
|
2763
|
+
// UserRoundPen aliases
|
|
2764
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2767
2765
|
// UserStar aliases
|
|
2768
2766
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2767
|
+
// UserSearch aliases
|
|
2768
|
+
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2769
2769
|
// UserX aliases
|
|
2770
2770
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2771
2771
|
// User aliases
|
|
2772
2772
|
export { default as UserIcon } from '../icons/user';
|
|
2773
2773
|
// Users aliases
|
|
2774
2774
|
export { default as UsersIcon } from '../icons/users';
|
|
2775
|
-
// UtilityPole aliases
|
|
2776
|
-
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2777
2775
|
// Van aliases
|
|
2778
2776
|
export { default as VanIcon } from '../icons/van';
|
|
2777
|
+
// UtilityPole aliases
|
|
2778
|
+
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2779
2779
|
// Variable aliases
|
|
2780
2780
|
export { default as VariableIcon } from '../icons/variable';
|
|
2781
2781
|
// Vault aliases
|
|
2782
2782
|
export { default as VaultIcon } from '../icons/vault';
|
|
2783
2783
|
// VectorSquare aliases
|
|
2784
2784
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2785
|
-
// Vegan aliases
|
|
2786
|
-
export { default as VeganIcon } from '../icons/vegan';
|
|
2787
2785
|
// VenetianMask aliases
|
|
2788
2786
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2787
|
+
// Vegan aliases
|
|
2788
|
+
export { default as VeganIcon } from '../icons/vegan';
|
|
2789
2789
|
// VenusAndMars aliases
|
|
2790
2790
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2791
2791
|
// Venus aliases
|
|
2792
2792
|
export { default as VenusIcon } from '../icons/venus';
|
|
2793
2793
|
// VibrateOff aliases
|
|
2794
2794
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2795
|
-
// Vibrate aliases
|
|
2796
|
-
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2797
|
-
// VideoOff aliases
|
|
2798
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2799
2795
|
// Video aliases
|
|
2800
2796
|
export { default as VideoIcon } from '../icons/video';
|
|
2797
|
+
// VideoOff aliases
|
|
2798
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2801
2799
|
// Videotape aliases
|
|
2802
2800
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2801
|
+
// Vibrate aliases
|
|
2802
|
+
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2803
2803
|
// View aliases
|
|
2804
2804
|
export { default as ViewIcon } from '../icons/view';
|
|
2805
2805
|
// Voicemail aliases
|
|
@@ -2808,10 +2808,10 @@ export { default as VoicemailIcon } from '../icons/voicemail';
|
|
|
2808
2808
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2809
2809
|
// Volume1 aliases
|
|
2810
2810
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2811
|
-
// Volume2 aliases
|
|
2812
|
-
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2813
2811
|
// VolumeOff aliases
|
|
2814
2812
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2813
|
+
// Volume2 aliases
|
|
2814
|
+
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2815
2815
|
// VolumeX aliases
|
|
2816
2816
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2817
2817
|
// Vote aliases
|
|
@@ -2838,8 +2838,8 @@ export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
|
2838
2838
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2839
2839
|
// WavesLadder aliases
|
|
2840
2840
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2841
|
-
//
|
|
2842
|
-
export { default as
|
|
2841
|
+
// WavesVertical aliases
|
|
2842
|
+
export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
2843
2843
|
// Waypoints aliases
|
|
2844
2844
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2845
2845
|
// Webcam aliases
|
|
@@ -2850,34 +2850,34 @@ export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
|
2850
2850
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2851
2851
|
// WeightTilde aliases
|
|
2852
2852
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2853
|
-
// Weight aliases
|
|
2854
|
-
export { default as WeightIcon } from '../icons/weight';
|
|
2855
|
-
// WheatOff aliases
|
|
2856
|
-
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2857
2853
|
// Wheat aliases
|
|
2858
2854
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2855
|
+
// WheatOff aliases
|
|
2856
|
+
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2859
2857
|
// WholeWord aliases
|
|
2860
2858
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2859
|
+
// Weight aliases
|
|
2860
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2861
2861
|
// WifiCog aliases
|
|
2862
2862
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2863
2863
|
// WifiHigh aliases
|
|
2864
2864
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2865
|
-
// WifiLow aliases
|
|
2866
|
-
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2867
2865
|
// WifiOff aliases
|
|
2868
2866
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2867
|
+
// WifiLow aliases
|
|
2868
|
+
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2869
2869
|
// WifiPen aliases
|
|
2870
2870
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2871
|
-
// WifiSync aliases
|
|
2872
|
-
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2873
2871
|
// WifiZero aliases
|
|
2874
2872
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2873
|
+
// WifiSync aliases
|
|
2874
|
+
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2875
2875
|
// Wifi aliases
|
|
2876
2876
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2877
|
-
// WindArrowDown aliases
|
|
2878
|
-
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2879
2877
|
// Wind aliases
|
|
2880
2878
|
export { default as WindIcon } from '../icons/wind';
|
|
2879
|
+
// WindArrowDown aliases
|
|
2880
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2881
2881
|
// WineOff aliases
|
|
2882
2882
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2883
2883
|
// Wine aliases
|
|
@@ -2892,8 +2892,6 @@ export { default as WrenchIcon } from '../icons/wrench';
|
|
|
2892
2892
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2893
2893
|
// X aliases
|
|
2894
2894
|
export { default as XIcon } from '../icons/x';
|
|
2895
|
-
// ZapOff aliases
|
|
2896
|
-
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2897
2895
|
// Zap aliases
|
|
2898
2896
|
export { default as ZapIcon } from '../icons/zap';
|
|
2899
2897
|
// ZodiacAquarius aliases
|
|
@@ -2902,6 +2900,8 @@ export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
|
2902
2900
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
2903
2901
|
// ZodiacCancer aliases
|
|
2904
2902
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2903
|
+
// ZapOff aliases
|
|
2904
|
+
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2905
2905
|
// ZodiacCapricorn aliases
|
|
2906
2906
|
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2907
2907
|
// ZodiacGemini aliases
|
|
@@ -2914,10 +2914,10 @@ export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
|
2914
2914
|
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
2915
2915
|
// ZodiacPisces aliases
|
|
2916
2916
|
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
2917
|
-
// ZodiacSagittarius aliases
|
|
2918
|
-
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
2919
2917
|
// ZodiacScorpio aliases
|
|
2920
2918
|
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
2919
|
+
// ZodiacSagittarius aliases
|
|
2920
|
+
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
2921
2921
|
// ZodiacTaurus aliases
|
|
2922
2922
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
2923
2923
|
// ZodiacVirgo aliases
|
|
@@ -2934,18 +2934,24 @@ export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
|
2934
2934
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2935
2935
|
// ArrowUp10 aliases
|
|
2936
2936
|
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2937
|
-
//
|
|
2938
|
-
export { default as
|
|
2937
|
+
// AlarmClockCheck aliases
|
|
2938
|
+
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2939
2939
|
export {
|
|
2940
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2941
|
-
default as
|
|
2942
|
-
} from '../icons/alarm-clock-
|
|
2940
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
|
|
2941
|
+
default as AlarmCheckIcon
|
|
2942
|
+
} from '../icons/alarm-clock-check';
|
|
2943
2943
|
// AlarmClockPlus aliases
|
|
2944
2944
|
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2945
2945
|
export {
|
|
2946
2946
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
2947
2947
|
default as AlarmPlusIcon
|
|
2948
2948
|
} from '../icons/alarm-clock-plus';
|
|
2949
|
+
// AlarmClockMinus aliases
|
|
2950
|
+
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2951
|
+
export {
|
|
2952
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
2953
|
+
default as AlarmMinusIcon
|
|
2954
|
+
} from '../icons/alarm-clock-minus';
|
|
2949
2955
|
// ArrowDownAZ aliases
|
|
2950
2956
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2951
2957
|
export {
|
|
@@ -2970,36 +2976,30 @@ export {
|
|
|
2970
2976
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
|
|
2971
2977
|
default as ArrowUpAzIcon
|
|
2972
2978
|
} from '../icons/arrow-up-a-z';
|
|
2973
|
-
//
|
|
2974
|
-
export { default as
|
|
2975
|
-
export {
|
|
2976
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
2977
|
-
default as SortAscIcon
|
|
2978
|
-
} from '../icons/arrow-up-narrow-wide';
|
|
2979
|
-
// ArrowUpZA aliases
|
|
2980
|
-
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2979
|
+
// ArrowUpZA aliases
|
|
2980
|
+
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2981
2981
|
export {
|
|
2982
2982
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
2983
2983
|
default as ArrowUpZaIcon
|
|
2984
2984
|
} from '../icons/arrow-up-z-a';
|
|
2985
|
-
//
|
|
2986
|
-
export { default as
|
|
2985
|
+
// ArrowUpNarrowWide aliases
|
|
2986
|
+
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2987
2987
|
export {
|
|
2988
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2989
|
-
default as
|
|
2990
|
-
} from '../icons/
|
|
2988
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
2989
|
+
default as SortAscIcon
|
|
2990
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
2991
2991
|
// Axis3d aliases
|
|
2992
2992
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2993
2993
|
export {
|
|
2994
2994
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
2995
2995
|
default as Axis3DIcon
|
|
2996
2996
|
} from '../icons/axis-3d';
|
|
2997
|
-
//
|
|
2998
|
-
export { default as
|
|
2997
|
+
// BadgeCheck aliases
|
|
2998
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2999
2999
|
export {
|
|
3000
|
-
/** @deprecated
|
|
3001
|
-
default as
|
|
3002
|
-
} from '../icons/
|
|
3000
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
3001
|
+
default as VerifiedIcon
|
|
3002
|
+
} from '../icons/badge-check';
|
|
3003
3003
|
// BetweenHorizontalEnd aliases
|
|
3004
3004
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3005
3005
|
export {
|
|
@@ -3018,6 +3018,12 @@ export {
|
|
|
3018
3018
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
3019
3019
|
default as BookTemplateIcon
|
|
3020
3020
|
} from '../icons/book-dashed';
|
|
3021
|
+
// BetweenHorizontalStart aliases
|
|
3022
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3023
|
+
export {
|
|
3024
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
3025
|
+
default as BetweenHorizonalStartIcon
|
|
3026
|
+
} from '../icons/between-horizontal-start';
|
|
3021
3027
|
// Braces aliases
|
|
3022
3028
|
export { default as BracesIcon } from '../icons/braces';
|
|
3023
3029
|
export {
|
|
@@ -3054,30 +3060,24 @@ export {
|
|
|
3054
3060
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
3055
3061
|
default as CandlestickChartIcon
|
|
3056
3062
|
} from '../icons/chart-candlestick';
|
|
3057
|
-
// ChartColumnIncreasing aliases
|
|
3058
|
-
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3059
|
-
export {
|
|
3060
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3061
|
-
default as BarChart4Icon
|
|
3062
|
-
} from '../icons/chart-column-increasing';
|
|
3063
3063
|
// ChartColumnBig aliases
|
|
3064
3064
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3065
3065
|
export {
|
|
3066
3066
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
3067
3067
|
default as BarChartBigIcon
|
|
3068
3068
|
} from '../icons/chart-column-big';
|
|
3069
|
+
// ChartColumnIncreasing aliases
|
|
3070
|
+
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3071
|
+
export {
|
|
3072
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3073
|
+
default as BarChart4Icon
|
|
3074
|
+
} from '../icons/chart-column-increasing';
|
|
3069
3075
|
// ChartColumn aliases
|
|
3070
3076
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3071
3077
|
export {
|
|
3072
3078
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
3073
3079
|
default as BarChart3Icon
|
|
3074
3080
|
} from '../icons/chart-column';
|
|
3075
|
-
// ChartNoAxesColumn aliases
|
|
3076
|
-
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3077
|
-
export {
|
|
3078
|
-
/** @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 */
|
|
3079
|
-
default as BarChart2Icon
|
|
3080
|
-
} from '../icons/chart-no-axes-column';
|
|
3081
3081
|
// ChartLine aliases
|
|
3082
3082
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3083
3083
|
export {
|
|
@@ -3090,72 +3090,78 @@ export {
|
|
|
3090
3090
|
/** @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 */
|
|
3091
3091
|
default as BarChartIcon
|
|
3092
3092
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3093
|
+
// ChartNoAxesColumn aliases
|
|
3094
|
+
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3095
|
+
export {
|
|
3096
|
+
/** @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 */
|
|
3097
|
+
default as BarChart2Icon
|
|
3098
|
+
} from '../icons/chart-no-axes-column';
|
|
3093
3099
|
// ChartPie aliases
|
|
3094
3100
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3095
3101
|
export {
|
|
3096
3102
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
3097
3103
|
default as PieChartIcon
|
|
3098
3104
|
} from '../icons/chart-pie';
|
|
3099
|
-
// ChartNoAxesGantt aliases
|
|
3100
|
-
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3101
|
-
export {
|
|
3102
|
-
/** @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 */
|
|
3103
|
-
default as GanttChartIcon
|
|
3104
|
-
} from '../icons/chart-no-axes-gantt';
|
|
3105
3105
|
// ChartScatter aliases
|
|
3106
3106
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3107
3107
|
export {
|
|
3108
3108
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3109
3109
|
default as ScatterChartIcon
|
|
3110
3110
|
} from '../icons/chart-scatter';
|
|
3111
|
+
// ChartNoAxesGantt aliases
|
|
3112
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3113
|
+
export {
|
|
3114
|
+
/** @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 */
|
|
3115
|
+
default as GanttChartIcon
|
|
3116
|
+
} from '../icons/chart-no-axes-gantt';
|
|
3111
3117
|
// CircleAlert aliases
|
|
3112
3118
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3113
3119
|
export {
|
|
3114
3120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3115
3121
|
default as AlertCircleIcon
|
|
3116
3122
|
} from '../icons/circle-alert';
|
|
3117
|
-
// CircleArrowDown aliases
|
|
3118
|
-
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3119
|
-
export {
|
|
3120
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3121
|
-
default as ArrowDownCircleIcon
|
|
3122
|
-
} from '../icons/circle-arrow-down';
|
|
3123
3123
|
// CircleArrowLeft aliases
|
|
3124
3124
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3125
3125
|
export {
|
|
3126
3126
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3127
3127
|
default as ArrowLeftCircleIcon
|
|
3128
3128
|
} from '../icons/circle-arrow-left';
|
|
3129
|
-
//
|
|
3130
|
-
export { default as
|
|
3129
|
+
// CircleArrowDown aliases
|
|
3130
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3131
3131
|
export {
|
|
3132
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3133
|
-
default as
|
|
3134
|
-
} from '../icons/circle-arrow-
|
|
3132
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3133
|
+
default as ArrowDownCircleIcon
|
|
3134
|
+
} from '../icons/circle-arrow-down';
|
|
3135
3135
|
// CircleArrowOutDownRight aliases
|
|
3136
3136
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3137
3137
|
export {
|
|
3138
3138
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3139
3139
|
default as ArrowDownRightFromCircleIcon
|
|
3140
3140
|
} from '../icons/circle-arrow-out-down-right';
|
|
3141
|
-
// CircleArrowOutUpRight aliases
|
|
3142
|
-
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3143
|
-
export {
|
|
3144
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3145
|
-
default as ArrowUpRightFromCircleIcon
|
|
3146
|
-
} from '../icons/circle-arrow-out-up-right';
|
|
3147
3141
|
// CircleArrowOutUpLeft aliases
|
|
3148
3142
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3149
3143
|
export {
|
|
3150
3144
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3151
3145
|
default as ArrowUpLeftFromCircleIcon
|
|
3152
3146
|
} from '../icons/circle-arrow-out-up-left';
|
|
3147
|
+
// CircleArrowOutDownLeft aliases
|
|
3148
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3149
|
+
export {
|
|
3150
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3151
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3152
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3153
3153
|
// CircleArrowRight aliases
|
|
3154
3154
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3155
3155
|
export {
|
|
3156
3156
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3157
3157
|
default as ArrowRightCircleIcon
|
|
3158
3158
|
} from '../icons/circle-arrow-right';
|
|
3159
|
+
// CircleArrowOutUpRight aliases
|
|
3160
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3161
|
+
export {
|
|
3162
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3163
|
+
default as ArrowUpRightFromCircleIcon
|
|
3164
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3159
3165
|
// CircleArrowUp aliases
|
|
3160
3166
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3161
3167
|
export {
|
|
@@ -3168,12 +3174,30 @@ export {
|
|
|
3168
3174
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3169
3175
|
default as CheckCircleIcon
|
|
3170
3176
|
} from '../icons/circle-check-big';
|
|
3177
|
+
// CircleChevronDown aliases
|
|
3178
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3179
|
+
export {
|
|
3180
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3181
|
+
default as ChevronDownCircleIcon
|
|
3182
|
+
} from '../icons/circle-chevron-down';
|
|
3171
3183
|
// CircleCheck aliases
|
|
3172
3184
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3173
3185
|
export {
|
|
3174
3186
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3175
3187
|
default as CheckCircle2Icon
|
|
3176
3188
|
} from '../icons/circle-check';
|
|
3189
|
+
// CircleDivide aliases
|
|
3190
|
+
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3191
|
+
export {
|
|
3192
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3193
|
+
default as DivideCircleIcon
|
|
3194
|
+
} from '../icons/circle-divide';
|
|
3195
|
+
// CircleGauge aliases
|
|
3196
|
+
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3197
|
+
export {
|
|
3198
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3199
|
+
default as GaugeCircleIcon
|
|
3200
|
+
} from '../icons/circle-gauge';
|
|
3177
3201
|
// CircleChevronLeft aliases
|
|
3178
3202
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3179
3203
|
export {
|
|
@@ -3186,84 +3210,60 @@ export {
|
|
|
3186
3210
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3187
3211
|
default as ChevronRightCircleIcon
|
|
3188
3212
|
} from '../icons/circle-chevron-right';
|
|
3189
|
-
// CircleChevronDown aliases
|
|
3190
|
-
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3191
|
-
export {
|
|
3192
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3193
|
-
default as ChevronDownCircleIcon
|
|
3194
|
-
} from '../icons/circle-chevron-down';
|
|
3195
3213
|
// CircleChevronUp aliases
|
|
3196
3214
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3197
3215
|
export {
|
|
3198
3216
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3199
3217
|
default as ChevronUpCircleIcon
|
|
3200
3218
|
} from '../icons/circle-chevron-up';
|
|
3201
|
-
//
|
|
3202
|
-
export { default as
|
|
3203
|
-
export {
|
|
3204
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3205
|
-
default as DivideCircleIcon
|
|
3206
|
-
} from '../icons/circle-divide';
|
|
3207
|
-
// CircleGauge aliases
|
|
3208
|
-
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3219
|
+
// CircleParkingOff aliases
|
|
3220
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3209
3221
|
export {
|
|
3210
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3211
|
-
default as
|
|
3212
|
-
} from '../icons/circle-
|
|
3222
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3223
|
+
default as ParkingCircleOffIcon
|
|
3224
|
+
} from '../icons/circle-parking-off';
|
|
3213
3225
|
// CircleMinus aliases
|
|
3214
3226
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3215
3227
|
export {
|
|
3216
3228
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3217
3229
|
default as MinusCircleIcon
|
|
3218
3230
|
} from '../icons/circle-minus';
|
|
3219
|
-
// CircleParkingOff aliases
|
|
3220
|
-
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3221
|
-
export {
|
|
3222
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3223
|
-
default as ParkingCircleOffIcon
|
|
3224
|
-
} from '../icons/circle-parking-off';
|
|
3225
3231
|
// CircleParking aliases
|
|
3226
3232
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3227
3233
|
export {
|
|
3228
3234
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3229
3235
|
default as ParkingCircleIcon
|
|
3230
3236
|
} from '../icons/circle-parking';
|
|
3231
|
-
// CirclePercent aliases
|
|
3232
|
-
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3233
|
-
export {
|
|
3234
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3235
|
-
default as PercentCircleIcon
|
|
3236
|
-
} from '../icons/circle-percent';
|
|
3237
3237
|
// CirclePause aliases
|
|
3238
3238
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3239
3239
|
export {
|
|
3240
3240
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3241
3241
|
default as PauseCircleIcon
|
|
3242
3242
|
} from '../icons/circle-pause';
|
|
3243
|
-
//
|
|
3244
|
-
export { default as
|
|
3243
|
+
// CirclePlus aliases
|
|
3244
|
+
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3245
3245
|
export {
|
|
3246
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3247
|
-
default as
|
|
3248
|
-
} from '../icons/
|
|
3246
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
3247
|
+
default as PlusCircleIcon
|
|
3248
|
+
} from '../icons/circle-plus';
|
|
3249
3249
|
// CirclePlay aliases
|
|
3250
3250
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3251
3251
|
export {
|
|
3252
3252
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
3253
3253
|
default as PlayCircleIcon
|
|
3254
3254
|
} from '../icons/circle-play';
|
|
3255
|
-
// CirclePlus aliases
|
|
3256
|
-
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3257
|
-
export {
|
|
3258
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
3259
|
-
default as PlusCircleIcon
|
|
3260
|
-
} from '../icons/circle-plus';
|
|
3261
3255
|
// CirclePower aliases
|
|
3262
3256
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3263
3257
|
export {
|
|
3264
3258
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3265
3259
|
default as PowerCircleIcon
|
|
3266
3260
|
} from '../icons/circle-power';
|
|
3261
|
+
// CirclePercent aliases
|
|
3262
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3263
|
+
export {
|
|
3264
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3265
|
+
default as PercentCircleIcon
|
|
3266
|
+
} from '../icons/circle-percent';
|
|
3267
3267
|
// CircleQuestionMark aliases
|
|
3268
3268
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3269
3269
|
export {
|
|
@@ -3334,12 +3334,6 @@ export {
|
|
|
3334
3334
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3335
3335
|
default as Code2Icon
|
|
3336
3336
|
} from '../icons/code-xml';
|
|
3337
|
-
// Columns2 aliases
|
|
3338
|
-
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3339
|
-
export {
|
|
3340
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3341
|
-
default as ColumnsIcon
|
|
3342
|
-
} from '../icons/columns-2';
|
|
3343
3337
|
// Columns3Cog aliases
|
|
3344
3338
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3345
3339
|
export {
|
|
@@ -3350,24 +3344,30 @@ export {
|
|
|
3350
3344
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3351
3345
|
default as TableConfigIcon
|
|
3352
3346
|
} from '../icons/columns-3-cog';
|
|
3347
|
+
// Columns2 aliases
|
|
3348
|
+
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3349
|
+
export {
|
|
3350
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3351
|
+
default as ColumnsIcon
|
|
3352
|
+
} from '../icons/columns-2';
|
|
3353
3353
|
// Columns3 aliases
|
|
3354
3354
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3355
3355
|
export {
|
|
3356
3356
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3357
3357
|
default as PanelsLeftRightIcon
|
|
3358
3358
|
} from '../icons/columns-3';
|
|
3359
|
-
// ContactRound aliases
|
|
3360
|
-
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3361
|
-
export {
|
|
3362
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3363
|
-
default as Contact2Icon
|
|
3364
|
-
} from '../icons/contact-round';
|
|
3365
3359
|
// DiamondPercent aliases
|
|
3366
3360
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3367
3361
|
export {
|
|
3368
3362
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3369
3363
|
default as PercentDiamondIcon
|
|
3370
3364
|
} from '../icons/diamond-percent';
|
|
3365
|
+
// ContactRound aliases
|
|
3366
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3367
|
+
export {
|
|
3368
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3369
|
+
default as Contact2Icon
|
|
3370
|
+
} from '../icons/contact-round';
|
|
3371
3371
|
// Earth aliases
|
|
3372
3372
|
export { default as EarthIcon } from '../icons/earth';
|
|
3373
3373
|
export {
|
|
@@ -3386,24 +3386,18 @@ export {
|
|
|
3386
3386
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3387
3387
|
default as MoreHorizontalIcon
|
|
3388
3388
|
} from '../icons/ellipsis';
|
|
3389
|
-
// FileAxis3d aliases
|
|
3390
|
-
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3391
|
-
export {
|
|
3392
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3393
|
-
default as FileAxis3DIcon
|
|
3394
|
-
} from '../icons/file-axis-3d';
|
|
3395
3389
|
// FileBadge aliases
|
|
3396
3390
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3397
3391
|
export {
|
|
3398
3392
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
3399
3393
|
default as FileBadge2Icon
|
|
3400
3394
|
} from '../icons/file-badge';
|
|
3401
|
-
//
|
|
3402
|
-
export { default as
|
|
3395
|
+
// FileAxis3d aliases
|
|
3396
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3403
3397
|
export {
|
|
3404
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3405
|
-
default as
|
|
3406
|
-
} from '../icons/file-
|
|
3398
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3399
|
+
default as FileAxis3DIcon
|
|
3400
|
+
} from '../icons/file-axis-3d';
|
|
3407
3401
|
// FileBraces aliases
|
|
3408
3402
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3409
3403
|
export {
|
|
@@ -3416,6 +3410,12 @@ export {
|
|
|
3416
3410
|
/** @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 */
|
|
3417
3411
|
default as FileBarChartIcon
|
|
3418
3412
|
} from '../icons/file-chart-column-increasing';
|
|
3413
|
+
// FileBracesCorner aliases
|
|
3414
|
+
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3415
|
+
export {
|
|
3416
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3417
|
+
default as FileJson2Icon
|
|
3418
|
+
} from '../icons/file-braces-corner';
|
|
3419
3419
|
// FileChartColumn aliases
|
|
3420
3420
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3421
3421
|
export {
|
|
@@ -3434,30 +3434,30 @@ export {
|
|
|
3434
3434
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3435
3435
|
default as FilePieChartIcon
|
|
3436
3436
|
} from '../icons/file-chart-pie';
|
|
3437
|
-
// FileCheckCorner aliases
|
|
3438
|
-
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3439
|
-
export {
|
|
3440
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3441
|
-
default as FileCheck2Icon
|
|
3442
|
-
} from '../icons/file-check-corner';
|
|
3443
3437
|
// FileCodeCorner aliases
|
|
3444
3438
|
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3445
3439
|
export {
|
|
3446
3440
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
3447
3441
|
default as FileCode2Icon
|
|
3448
3442
|
} from '../icons/file-code-corner';
|
|
3449
|
-
// FileCog aliases
|
|
3450
|
-
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3451
|
-
export {
|
|
3452
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3453
|
-
default as FileCog2Icon
|
|
3454
|
-
} from '../icons/file-cog';
|
|
3455
3443
|
// FileExclamationPoint aliases
|
|
3456
3444
|
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3457
3445
|
export {
|
|
3458
3446
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3459
3447
|
default as FileWarningIcon
|
|
3460
3448
|
} from '../icons/file-exclamation-point';
|
|
3449
|
+
// FileCheckCorner aliases
|
|
3450
|
+
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3451
|
+
export {
|
|
3452
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3453
|
+
default as FileCheck2Icon
|
|
3454
|
+
} from '../icons/file-check-corner';
|
|
3455
|
+
// FileCog aliases
|
|
3456
|
+
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3457
|
+
export {
|
|
3458
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3459
|
+
default as FileCog2Icon
|
|
3460
|
+
} from '../icons/file-cog';
|
|
3461
3461
|
// FileHeadphone aliases
|
|
3462
3462
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3463
3463
|
export {
|
|
@@ -3468,12 +3468,6 @@ export {
|
|
|
3468
3468
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3469
3469
|
default as FileAudio2Icon
|
|
3470
3470
|
} from '../icons/file-headphone';
|
|
3471
|
-
// FileKey aliases
|
|
3472
|
-
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3473
|
-
export {
|
|
3474
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3475
|
-
default as FileKey2Icon
|
|
3476
|
-
} from '../icons/file-key';
|
|
3477
3471
|
// FileLock aliases
|
|
3478
3472
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3479
3473
|
export {
|
|
@@ -3486,8 +3480,14 @@ export {
|
|
|
3486
3480
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3487
3481
|
default as FileMinus2Icon
|
|
3488
3482
|
} from '../icons/file-minus-corner';
|
|
3489
|
-
//
|
|
3490
|
-
export { default as
|
|
3483
|
+
// FileKey aliases
|
|
3484
|
+
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3485
|
+
export {
|
|
3486
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3487
|
+
default as FileKey2Icon
|
|
3488
|
+
} from '../icons/file-key';
|
|
3489
|
+
// FilePenLine aliases
|
|
3490
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3491
3491
|
export {
|
|
3492
3492
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3493
3493
|
default as FileSignatureIcon
|
|
@@ -3498,18 +3498,18 @@ export {
|
|
|
3498
3498
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3499
3499
|
default as FileEditIcon
|
|
3500
3500
|
} from '../icons/file-pen';
|
|
3501
|
-
// FilePlusCorner aliases
|
|
3502
|
-
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3503
|
-
export {
|
|
3504
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3505
|
-
default as FilePlus2Icon
|
|
3506
|
-
} from '../icons/file-plus-corner';
|
|
3507
3501
|
// FilePlay aliases
|
|
3508
3502
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3509
3503
|
export {
|
|
3510
3504
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3511
3505
|
default as FileVideoIcon
|
|
3512
3506
|
} from '../icons/file-play';
|
|
3507
|
+
// FilePlusCorner aliases
|
|
3508
|
+
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3509
|
+
export {
|
|
3510
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3511
|
+
default as FilePlus2Icon
|
|
3512
|
+
} from '../icons/file-plus-corner';
|
|
3513
3513
|
// FileQuestionMark aliases
|
|
3514
3514
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3515
3515
|
export {
|
|
@@ -3528,30 +3528,30 @@ export {
|
|
|
3528
3528
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3529
3529
|
default as FileVolume2Icon
|
|
3530
3530
|
} from '../icons/file-signal';
|
|
3531
|
-
// FileTypeCorner aliases
|
|
3532
|
-
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3533
|
-
export {
|
|
3534
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3535
|
-
default as FileType2Icon
|
|
3536
|
-
} from '../icons/file-type-corner';
|
|
3537
3531
|
// FileVideoCamera aliases
|
|
3538
3532
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3539
3533
|
export {
|
|
3540
3534
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3541
3535
|
default as FileVideo2Icon
|
|
3542
3536
|
} from '../icons/file-video-camera';
|
|
3543
|
-
//
|
|
3544
|
-
export { default as
|
|
3537
|
+
// FileTypeCorner aliases
|
|
3538
|
+
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3545
3539
|
export {
|
|
3546
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3547
|
-
default as
|
|
3548
|
-
} from '../icons/file-
|
|
3540
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3541
|
+
default as FileType2Icon
|
|
3542
|
+
} from '../icons/file-type-corner';
|
|
3549
3543
|
// FingerprintPattern aliases
|
|
3550
3544
|
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3551
3545
|
export {
|
|
3552
3546
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3553
3547
|
default as FingerprintIcon
|
|
3554
3548
|
} from '../icons/fingerprint-pattern';
|
|
3549
|
+
// FileXCorner aliases
|
|
3550
|
+
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3551
|
+
export {
|
|
3552
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3553
|
+
default as FileX2Icon
|
|
3554
|
+
} from '../icons/file-x-corner';
|
|
3555
3555
|
// FolderCog aliases
|
|
3556
3556
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3557
3557
|
export {
|
|
@@ -3588,24 +3588,18 @@ export {
|
|
|
3588
3588
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3589
3589
|
default as Grid2X2CheckIcon
|
|
3590
3590
|
} from '../icons/grid-2x2-check';
|
|
3591
|
-
// Grid2x2X aliases
|
|
3592
|
-
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3593
|
-
export {
|
|
3594
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3595
|
-
default as Grid2X2XIcon
|
|
3596
|
-
} from '../icons/grid-2x2-x';
|
|
3597
3591
|
// Grid2x2Plus aliases
|
|
3598
3592
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3599
3593
|
export {
|
|
3600
3594
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3601
3595
|
default as Grid2X2PlusIcon
|
|
3602
3596
|
} from '../icons/grid-2x2-plus';
|
|
3603
|
-
//
|
|
3604
|
-
export { default as
|
|
3597
|
+
// Grid2x2X aliases
|
|
3598
|
+
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3605
3599
|
export {
|
|
3606
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3607
|
-
default as
|
|
3608
|
-
} from '../icons/grid-2x2';
|
|
3600
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3601
|
+
default as Grid2X2XIcon
|
|
3602
|
+
} from '../icons/grid-2x2-x';
|
|
3609
3603
|
// Grid3x3 aliases
|
|
3610
3604
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3611
3605
|
export {
|
|
@@ -3616,6 +3610,12 @@ export {
|
|
|
3616
3610
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3617
3611
|
default as Grid3X3Icon
|
|
3618
3612
|
} from '../icons/grid-3x3';
|
|
3613
|
+
// Grid2x2 aliases
|
|
3614
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3615
|
+
export {
|
|
3616
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3617
|
+
default as Grid2X2Icon
|
|
3618
|
+
} from '../icons/grid-2x2';
|
|
3619
3619
|
// HandGrab aliases
|
|
3620
3620
|
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3621
3621
|
export {
|
|
@@ -3634,12 +3634,6 @@ export {
|
|
|
3634
3634
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3635
3635
|
default as HomeIcon
|
|
3636
3636
|
} from '../icons/house';
|
|
3637
|
-
// IceCreamBowl aliases
|
|
3638
|
-
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3639
|
-
export {
|
|
3640
|
-
/** @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 */
|
|
3641
|
-
default as IceCream2Icon
|
|
3642
|
-
} from '../icons/ice-cream-bowl';
|
|
3643
3637
|
// IceCreamCone aliases
|
|
3644
3638
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3645
3639
|
export {
|
|
@@ -3652,6 +3646,12 @@ export {
|
|
|
3652
3646
|
/** @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 */
|
|
3653
3647
|
default as Laptop2Icon
|
|
3654
3648
|
} from '../icons/laptop-minimal';
|
|
3649
|
+
// IceCreamBowl aliases
|
|
3650
|
+
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3651
|
+
export {
|
|
3652
|
+
/** @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 */
|
|
3653
|
+
default as IceCream2Icon
|
|
3654
|
+
} from '../icons/ice-cream-bowl';
|
|
3655
3655
|
// Layers aliases
|
|
3656
3656
|
export { default as LayersIcon } from '../icons/layers';
|
|
3657
3657
|
export {
|
|
@@ -3684,6 +3684,12 @@ export {
|
|
|
3684
3684
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3685
3685
|
default as Loader2Icon
|
|
3686
3686
|
} from '../icons/loader-circle';
|
|
3687
|
+
// MailQuestionMark aliases
|
|
3688
|
+
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3689
|
+
export {
|
|
3690
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3691
|
+
default as MailQuestionIcon
|
|
3692
|
+
} from '../icons/mail-question-mark';
|
|
3687
3693
|
// LockKeyholeOpen aliases
|
|
3688
3694
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3689
3695
|
export {
|
|
@@ -3696,12 +3702,6 @@ export {
|
|
|
3696
3702
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3697
3703
|
default as UnlockIcon
|
|
3698
3704
|
} from '../icons/lock-open';
|
|
3699
|
-
// MailQuestionMark aliases
|
|
3700
|
-
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3701
|
-
export {
|
|
3702
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3703
|
-
default as MailQuestionIcon
|
|
3704
|
-
} from '../icons/mail-question-mark';
|
|
3705
3705
|
// MapPinPen aliases
|
|
3706
3706
|
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3707
3707
|
export {
|
|
@@ -3756,18 +3756,18 @@ export {
|
|
|
3756
3756
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3757
3757
|
default as PanelBottomInactiveIcon
|
|
3758
3758
|
} from '../icons/panel-bottom-dashed';
|
|
3759
|
-
// PanelLeftClose aliases
|
|
3760
|
-
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3761
|
-
export {
|
|
3762
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3763
|
-
default as SidebarCloseIcon
|
|
3764
|
-
} from '../icons/panel-left-close';
|
|
3765
3759
|
// PanelLeftDashed aliases
|
|
3766
3760
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3767
3761
|
export {
|
|
3768
3762
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3769
3763
|
default as PanelLeftInactiveIcon
|
|
3770
3764
|
} from '../icons/panel-left-dashed';
|
|
3765
|
+
// PanelLeftClose aliases
|
|
3766
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3767
|
+
export {
|
|
3768
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3769
|
+
default as SidebarCloseIcon
|
|
3770
|
+
} from '../icons/panel-left-close';
|
|
3771
3771
|
// PanelLeftOpen aliases
|
|
3772
3772
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3773
3773
|
export {
|
|
@@ -3780,18 +3780,18 @@ export {
|
|
|
3780
3780
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3781
3781
|
default as SidebarIcon
|
|
3782
3782
|
} from '../icons/panel-left';
|
|
3783
|
-
// PanelTopDashed aliases
|
|
3784
|
-
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3785
|
-
export {
|
|
3786
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3787
|
-
default as PanelTopInactiveIcon
|
|
3788
|
-
} from '../icons/panel-top-dashed';
|
|
3789
3783
|
// PanelRightDashed aliases
|
|
3790
3784
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3791
3785
|
export {
|
|
3792
3786
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3793
3787
|
default as PanelRightInactiveIcon
|
|
3794
3788
|
} from '../icons/panel-right-dashed';
|
|
3789
|
+
// PanelTopDashed aliases
|
|
3790
|
+
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3791
|
+
export {
|
|
3792
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3793
|
+
default as PanelTopInactiveIcon
|
|
3794
|
+
} from '../icons/panel-top-dashed';
|
|
3795
3795
|
// PanelsTopLeft aliases
|
|
3796
3796
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3797
3797
|
export {
|
|
@@ -3804,18 +3804,18 @@ export {
|
|
|
3804
3804
|
/** @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 */
|
|
3805
3805
|
default as Edit3Icon
|
|
3806
3806
|
} from '../icons/pen-line';
|
|
3807
|
-
// Pen aliases
|
|
3808
|
-
export { default as PenIcon } from '../icons/pen';
|
|
3809
|
-
export {
|
|
3810
|
-
/** @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 */
|
|
3811
|
-
default as Edit2Icon
|
|
3812
|
-
} from '../icons/pen';
|
|
3813
3807
|
// PlugZap aliases
|
|
3814
3808
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3815
3809
|
export {
|
|
3816
3810
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3817
3811
|
default as PlugZap2Icon
|
|
3818
3812
|
} from '../icons/plug-zap';
|
|
3813
|
+
// Pen aliases
|
|
3814
|
+
export { default as PenIcon } from '../icons/pen';
|
|
3815
|
+
export {
|
|
3816
|
+
/** @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 */
|
|
3817
|
+
default as Edit2Icon
|
|
3818
|
+
} from '../icons/pen';
|
|
3819
3819
|
// RectangleEllipsis aliases
|
|
3820
3820
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3821
3821
|
export {
|
|
@@ -3834,60 +3834,60 @@ export {
|
|
|
3834
3834
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3835
3835
|
default as RowsIcon
|
|
3836
3836
|
} from '../icons/rows-2';
|
|
3837
|
-
// Rows3 aliases
|
|
3838
|
-
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3839
|
-
export {
|
|
3840
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3841
|
-
default as PanelsTopBottomIcon
|
|
3842
|
-
} from '../icons/rows-3';
|
|
3843
3837
|
// Scale3d aliases
|
|
3844
3838
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3845
3839
|
export {
|
|
3846
3840
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3847
3841
|
default as Scale3DIcon
|
|
3848
3842
|
} from '../icons/scale-3d';
|
|
3843
|
+
// Rows3 aliases
|
|
3844
|
+
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3845
|
+
export {
|
|
3846
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3847
|
+
default as PanelsTopBottomIcon
|
|
3848
|
+
} from '../icons/rows-3';
|
|
3849
3849
|
// SendHorizontal aliases
|
|
3850
3850
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3851
3851
|
export {
|
|
3852
3852
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3853
3853
|
default as SendHorizonalIcon
|
|
3854
3854
|
} from '../icons/send-horizontal';
|
|
3855
|
-
// ShieldQuestionMark aliases
|
|
3856
|
-
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3857
|
-
export {
|
|
3858
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3859
|
-
default as ShieldQuestionIcon
|
|
3860
|
-
} from '../icons/shield-question-mark';
|
|
3861
3855
|
// ShieldX aliases
|
|
3862
3856
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3863
3857
|
export {
|
|
3864
3858
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3865
3859
|
default as ShieldCloseIcon
|
|
3866
3860
|
} from '../icons/shield-x';
|
|
3867
|
-
//
|
|
3868
|
-
export { default as
|
|
3861
|
+
// ShieldQuestionMark aliases
|
|
3862
|
+
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3869
3863
|
export {
|
|
3870
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3871
|
-
default as
|
|
3872
|
-
} from '../icons/
|
|
3864
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3865
|
+
default as ShieldQuestionIcon
|
|
3866
|
+
} from '../icons/shield-question-mark';
|
|
3873
3867
|
// Sparkles aliases
|
|
3874
3868
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3875
3869
|
export {
|
|
3876
3870
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3877
3871
|
default as StarsIcon
|
|
3878
3872
|
} from '../icons/sparkles';
|
|
3879
|
-
// SquareArrowDownLeft aliases
|
|
3880
|
-
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3881
|
-
export {
|
|
3882
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3883
|
-
default as ArrowDownLeftSquareIcon
|
|
3884
|
-
} from '../icons/square-arrow-down-left';
|
|
3885
3873
|
// SquareActivity aliases
|
|
3886
3874
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3887
3875
|
export {
|
|
3888
3876
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3889
3877
|
default as ActivitySquareIcon
|
|
3890
3878
|
} from '../icons/square-activity';
|
|
3879
|
+
// SlidersVertical aliases
|
|
3880
|
+
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3881
|
+
export {
|
|
3882
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3883
|
+
default as SlidersIcon
|
|
3884
|
+
} from '../icons/sliders-vertical';
|
|
3885
|
+
// SquareArrowDownLeft aliases
|
|
3886
|
+
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3887
|
+
export {
|
|
3888
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3889
|
+
default as ArrowDownLeftSquareIcon
|
|
3890
|
+
} from '../icons/square-arrow-down-left';
|
|
3891
3891
|
// SquareArrowDownRight aliases
|
|
3892
3892
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3893
3893
|
export {
|
|
@@ -3912,12 +3912,6 @@ export {
|
|
|
3912
3912
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3913
3913
|
default as ArrowDownLeftFromSquareIcon
|
|
3914
3914
|
} from '../icons/square-arrow-out-down-left';
|
|
3915
|
-
// SquareArrowOutDownRight aliases
|
|
3916
|
-
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3917
|
-
export {
|
|
3918
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3919
|
-
default as ArrowDownRightFromSquareIcon
|
|
3920
|
-
} from '../icons/square-arrow-out-down-right';
|
|
3921
3915
|
// SquareArrowOutUpLeft aliases
|
|
3922
3916
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3923
3917
|
export {
|
|
@@ -3930,36 +3924,30 @@ export {
|
|
|
3930
3924
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3931
3925
|
default as ArrowUpRightFromSquareIcon
|
|
3932
3926
|
} from '../icons/square-arrow-out-up-right';
|
|
3927
|
+
// SquareArrowOutDownRight aliases
|
|
3928
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3929
|
+
export {
|
|
3930
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3931
|
+
default as ArrowDownRightFromSquareIcon
|
|
3932
|
+
} from '../icons/square-arrow-out-down-right';
|
|
3933
|
+
// SquareArrowUp aliases
|
|
3934
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3935
|
+
export {
|
|
3936
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3937
|
+
default as ArrowUpSquareIcon
|
|
3938
|
+
} from '../icons/square-arrow-up';
|
|
3933
3939
|
// SquareArrowRight aliases
|
|
3934
3940
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3935
3941
|
export {
|
|
3936
3942
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3937
3943
|
default as ArrowRightSquareIcon
|
|
3938
3944
|
} from '../icons/square-arrow-right';
|
|
3939
|
-
// SquareArrowUpLeft aliases
|
|
3940
|
-
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3941
|
-
export {
|
|
3942
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3943
|
-
default as ArrowUpLeftSquareIcon
|
|
3944
|
-
} from '../icons/square-arrow-up-left';
|
|
3945
3945
|
// SquareArrowUpRight aliases
|
|
3946
3946
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3947
3947
|
export {
|
|
3948
3948
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
3949
3949
|
default as ArrowUpRightSquareIcon
|
|
3950
3950
|
} from '../icons/square-arrow-up-right';
|
|
3951
|
-
// SquareArrowUp aliases
|
|
3952
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3953
|
-
export {
|
|
3954
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3955
|
-
default as ArrowUpSquareIcon
|
|
3956
|
-
} from '../icons/square-arrow-up';
|
|
3957
|
-
// SquareBottomDashedScissors aliases
|
|
3958
|
-
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3959
|
-
export {
|
|
3960
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3961
|
-
default as ScissorsSquareDashedBottomIcon
|
|
3962
|
-
} from '../icons/square-bottom-dashed-scissors';
|
|
3963
3951
|
// SquareAsterisk aliases
|
|
3964
3952
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3965
3953
|
export {
|
|
@@ -3972,6 +3960,12 @@ export {
|
|
|
3972
3960
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
|
|
3973
3961
|
default as FlipHorizontalIcon
|
|
3974
3962
|
} from '../icons/square-centerline-dashed-horizontal';
|
|
3963
|
+
// SquareArrowUpLeft aliases
|
|
3964
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3965
|
+
export {
|
|
3966
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3967
|
+
default as ArrowUpLeftSquareIcon
|
|
3968
|
+
} from '../icons/square-arrow-up-left';
|
|
3975
3969
|
// SquareCenterlineDashedVertical aliases
|
|
3976
3970
|
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
3977
3971
|
export {
|
|
@@ -3988,18 +3982,24 @@ export {
|
|
|
3988
3982
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
3989
3983
|
default as SquareGanttChartIcon
|
|
3990
3984
|
} from '../icons/square-chart-gantt';
|
|
3985
|
+
// SquareCheck aliases
|
|
3986
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3987
|
+
export {
|
|
3988
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
3989
|
+
default as CheckSquare2Icon
|
|
3990
|
+
} from '../icons/square-check';
|
|
3991
3991
|
// SquareCheckBig aliases
|
|
3992
3992
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3993
3993
|
export {
|
|
3994
3994
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3995
3995
|
default as CheckSquareIcon
|
|
3996
3996
|
} from '../icons/square-check-big';
|
|
3997
|
-
//
|
|
3998
|
-
export { default as
|
|
3997
|
+
// SquareBottomDashedScissors aliases
|
|
3998
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3999
3999
|
export {
|
|
4000
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4001
|
-
default as
|
|
4002
|
-
} from '../icons/square-
|
|
4000
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
4001
|
+
default as ScissorsSquareDashedBottomIcon
|
|
4002
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
4003
4003
|
// SquareChevronLeft aliases
|
|
4004
4004
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4005
4005
|
export {
|
|
@@ -4018,30 +4018,30 @@ export {
|
|
|
4018
4018
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
4019
4019
|
default as ChevronRightSquareIcon
|
|
4020
4020
|
} from '../icons/square-chevron-right';
|
|
4021
|
-
// SquareChevronUp aliases
|
|
4022
|
-
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4023
|
-
export {
|
|
4024
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
4025
|
-
default as ChevronUpSquareIcon
|
|
4026
|
-
} from '../icons/square-chevron-up';
|
|
4027
4021
|
// SquareCode aliases
|
|
4028
4022
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4029
4023
|
export {
|
|
4030
4024
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
4031
4025
|
default as CodeSquareIcon
|
|
4032
4026
|
} from '../icons/square-code';
|
|
4033
|
-
//
|
|
4034
|
-
export { default as
|
|
4027
|
+
// SquareChevronUp aliases
|
|
4028
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4035
4029
|
export {
|
|
4036
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4037
|
-
default as
|
|
4038
|
-
} from '../icons/square-
|
|
4030
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
4031
|
+
default as ChevronUpSquareIcon
|
|
4032
|
+
} from '../icons/square-chevron-up';
|
|
4039
4033
|
// SquareDashedKanban aliases
|
|
4040
4034
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4041
4035
|
export {
|
|
4042
4036
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
4043
4037
|
default as KanbanSquareDashedIcon
|
|
4044
4038
|
} from '../icons/square-dashed-kanban';
|
|
4039
|
+
// SquareDashedMousePointer aliases
|
|
4040
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4041
|
+
export {
|
|
4042
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
4043
|
+
default as MousePointerSquareDashedIcon
|
|
4044
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
4045
4045
|
// SquareDashedText aliases
|
|
4046
4046
|
export { default as SquareDashedTextIcon } from '../icons/square-dashed-text';
|
|
4047
4047
|
export {
|
|
@@ -4064,12 +4064,6 @@ export {
|
|
|
4064
4064
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
4065
4065
|
default as DotSquareIcon
|
|
4066
4066
|
} from '../icons/square-dot';
|
|
4067
|
-
// SquareDivide aliases
|
|
4068
|
-
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4069
|
-
export {
|
|
4070
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
4071
|
-
default as DivideSquareIcon
|
|
4072
|
-
} from '../icons/square-divide';
|
|
4073
4067
|
// SquareEqual aliases
|
|
4074
4068
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4075
4069
|
export {
|
|
@@ -4082,18 +4076,24 @@ export {
|
|
|
4082
4076
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
4083
4077
|
default as FunctionSquareIcon
|
|
4084
4078
|
} from '../icons/square-function';
|
|
4085
|
-
//
|
|
4086
|
-
export { default as
|
|
4079
|
+
// SquareDivide aliases
|
|
4080
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4087
4081
|
export {
|
|
4088
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4089
|
-
default as
|
|
4090
|
-
} from '../icons/square-
|
|
4082
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
4083
|
+
default as DivideSquareIcon
|
|
4084
|
+
} from '../icons/square-divide';
|
|
4091
4085
|
// SquareLibrary aliases
|
|
4092
4086
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4093
4087
|
export {
|
|
4094
4088
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
4095
4089
|
default as LibrarySquareIcon
|
|
4096
4090
|
} from '../icons/square-library';
|
|
4091
|
+
// SquareKanban aliases
|
|
4092
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4093
|
+
export {
|
|
4094
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
4095
|
+
default as KanbanSquareIcon
|
|
4096
|
+
} from '../icons/square-kanban';
|
|
4097
4097
|
// SquareM aliases
|
|
4098
4098
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4099
4099
|
export {
|
|
@@ -4112,18 +4112,18 @@ export {
|
|
|
4112
4112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
4113
4113
|
default as MinusSquareIcon
|
|
4114
4114
|
} from '../icons/square-minus';
|
|
4115
|
-
// SquareMousePointer aliases
|
|
4116
|
-
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4117
|
-
export {
|
|
4118
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
4119
|
-
default as InspectIcon
|
|
4120
|
-
} from '../icons/square-mouse-pointer';
|
|
4121
4115
|
// SquareParkingOff aliases
|
|
4122
4116
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4123
4117
|
export {
|
|
4124
4118
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4125
4119
|
default as ParkingSquareOffIcon
|
|
4126
4120
|
} from '../icons/square-parking-off';
|
|
4121
|
+
// SquareMousePointer aliases
|
|
4122
|
+
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4123
|
+
export {
|
|
4124
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
4125
|
+
default as InspectIcon
|
|
4126
|
+
} from '../icons/square-mouse-pointer';
|
|
4127
4127
|
// SquareParking aliases
|
|
4128
4128
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4129
4129
|
export {
|
|
@@ -4144,12 +4144,6 @@ export {
|
|
|
4144
4144
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
4145
4145
|
default as PenSquareIcon
|
|
4146
4146
|
} from '../icons/square-pen';
|
|
4147
|
-
// SquarePercent aliases
|
|
4148
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4149
|
-
export {
|
|
4150
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4151
|
-
default as PercentSquareIcon
|
|
4152
|
-
} from '../icons/square-percent';
|
|
4153
4147
|
// SquarePi aliases
|
|
4154
4148
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4155
4149
|
export {
|
|
@@ -4162,12 +4156,12 @@ export {
|
|
|
4162
4156
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4163
4157
|
default as PilcrowSquareIcon
|
|
4164
4158
|
} from '../icons/square-pilcrow';
|
|
4165
|
-
//
|
|
4166
|
-
export { default as
|
|
4159
|
+
// SquarePercent aliases
|
|
4160
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4167
4161
|
export {
|
|
4168
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4169
|
-
default as
|
|
4170
|
-
} from '../icons/square-
|
|
4162
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4163
|
+
default as PercentSquareIcon
|
|
4164
|
+
} from '../icons/square-percent';
|
|
4171
4165
|
// SquarePlus aliases
|
|
4172
4166
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4173
4167
|
export {
|
|
@@ -4186,30 +4180,36 @@ export {
|
|
|
4186
4180
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4187
4181
|
default as ScissorsSquareIcon
|
|
4188
4182
|
} from '../icons/square-scissors';
|
|
4189
|
-
// SquareSlash aliases
|
|
4190
|
-
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4191
|
-
export {
|
|
4192
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4193
|
-
default as SlashSquareIcon
|
|
4194
|
-
} from '../icons/square-slash';
|
|
4195
4183
|
// SquareSigma aliases
|
|
4196
4184
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4197
4185
|
export {
|
|
4198
4186
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
4199
4187
|
default as SigmaSquareIcon
|
|
4200
4188
|
} from '../icons/square-sigma';
|
|
4201
|
-
//
|
|
4202
|
-
export { default as
|
|
4189
|
+
// SquareSlash aliases
|
|
4190
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4203
4191
|
export {
|
|
4204
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4205
|
-
default as
|
|
4206
|
-
} from '../icons/square-
|
|
4192
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4193
|
+
default as SlashSquareIcon
|
|
4194
|
+
} from '../icons/square-slash';
|
|
4195
|
+
// SquarePlay aliases
|
|
4196
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4197
|
+
export {
|
|
4198
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
4199
|
+
default as PlaySquareIcon
|
|
4200
|
+
} from '../icons/square-play';
|
|
4207
4201
|
// SquareSplitVertical aliases
|
|
4208
4202
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4209
4203
|
export {
|
|
4210
4204
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4211
4205
|
default as SplitSquareVerticalIcon
|
|
4212
4206
|
} from '../icons/square-split-vertical';
|
|
4207
|
+
// SquareSplitHorizontal aliases
|
|
4208
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4209
|
+
export {
|
|
4210
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4211
|
+
default as SplitSquareHorizontalIcon
|
|
4212
|
+
} from '../icons/square-split-horizontal';
|
|
4213
4213
|
// SquareTerminal aliases
|
|
4214
4214
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4215
4215
|
export {
|
|
@@ -4222,24 +4222,24 @@ export {
|
|
|
4222
4222
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4223
4223
|
default as UserSquare2Icon
|
|
4224
4224
|
} from '../icons/square-user-round';
|
|
4225
|
-
//
|
|
4226
|
-
export { default as
|
|
4225
|
+
// TestTubeDiagonal aliases
|
|
4226
|
+
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4227
4227
|
export {
|
|
4228
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4229
|
-
default as
|
|
4230
|
-
} from '../icons/
|
|
4228
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4229
|
+
default as TestTube2Icon
|
|
4230
|
+
} from '../icons/test-tube-diagonal';
|
|
4231
4231
|
// SquareX aliases
|
|
4232
4232
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4233
4233
|
export {
|
|
4234
4234
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4235
4235
|
default as XSquareIcon
|
|
4236
4236
|
} from '../icons/square-x';
|
|
4237
|
-
//
|
|
4238
|
-
export { default as
|
|
4237
|
+
// SquareUser aliases
|
|
4238
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4239
4239
|
export {
|
|
4240
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4241
|
-
default as
|
|
4242
|
-
} from '../icons/
|
|
4240
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
4241
|
+
default as UserSquareIcon
|
|
4242
|
+
} from '../icons/square-user';
|
|
4243
4243
|
// TextAlignCenter aliases
|
|
4244
4244
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4245
4245
|
export {
|
|
@@ -4258,18 +4258,6 @@ export {
|
|
|
4258
4258
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
4259
4259
|
default as AlignJustifyIcon
|
|
4260
4260
|
} from '../icons/text-align-justify';
|
|
4261
|
-
// TextInitial aliases
|
|
4262
|
-
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4263
|
-
export {
|
|
4264
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4265
|
-
default as LetterTextIcon
|
|
4266
|
-
} from '../icons/text-initial';
|
|
4267
|
-
// TextWrap aliases
|
|
4268
|
-
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4269
|
-
export {
|
|
4270
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4271
|
-
default as WrapTextIcon
|
|
4272
|
-
} from '../icons/text-wrap';
|
|
4273
4261
|
// TextAlignStart aliases
|
|
4274
4262
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4275
4263
|
export {
|
|
@@ -4286,6 +4274,18 @@ export {
|
|
|
4286
4274
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4287
4275
|
default as TrainIcon
|
|
4288
4276
|
} from '../icons/tram-front';
|
|
4277
|
+
// TextWrap aliases
|
|
4278
|
+
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4279
|
+
export {
|
|
4280
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4281
|
+
default as WrapTextIcon
|
|
4282
|
+
} from '../icons/text-wrap';
|
|
4283
|
+
// TextInitial aliases
|
|
4284
|
+
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4285
|
+
export {
|
|
4286
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4287
|
+
default as LetterTextIcon
|
|
4288
|
+
} from '../icons/text-initial';
|
|
4289
4289
|
// TreePalm aliases
|
|
4290
4290
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4291
4291
|
export {
|
|
@@ -4304,12 +4304,6 @@ export {
|
|
|
4304
4304
|
/** @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 */
|
|
4305
4305
|
default as Tv2Icon
|
|
4306
4306
|
} from '../icons/tv-minimal';
|
|
4307
|
-
// University aliases
|
|
4308
|
-
export { default as UniversityIcon } from '../icons/university';
|
|
4309
|
-
export {
|
|
4310
|
-
/** @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 */
|
|
4311
|
-
default as School2Icon
|
|
4312
|
-
} from '../icons/university';
|
|
4313
4307
|
// UserRoundCheck aliases
|
|
4314
4308
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4315
4309
|
export {
|
|
@@ -4322,58 +4316,70 @@ export {
|
|
|
4322
4316
|
/** @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 */
|
|
4323
4317
|
default as UserCog2Icon
|
|
4324
4318
|
} from '../icons/user-round-cog';
|
|
4319
|
+
// University aliases
|
|
4320
|
+
export { default as UniversityIcon } from '../icons/university';
|
|
4321
|
+
export {
|
|
4322
|
+
/** @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 */
|
|
4323
|
+
default as School2Icon
|
|
4324
|
+
} from '../icons/university';
|
|
4325
4325
|
// UserRoundMinus aliases
|
|
4326
4326
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4327
4327
|
export {
|
|
4328
4328
|
/** @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 */
|
|
4329
4329
|
default as UserMinus2Icon
|
|
4330
4330
|
} from '../icons/user-round-minus';
|
|
4331
|
-
// UserRoundPlus aliases
|
|
4332
|
-
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4333
|
-
export {
|
|
4334
|
-
/** @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 */
|
|
4335
|
-
default as UserPlus2Icon
|
|
4336
|
-
} from '../icons/user-round-plus';
|
|
4337
4331
|
// UserRoundX aliases
|
|
4338
4332
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4339
4333
|
export {
|
|
4340
4334
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4341
4335
|
default as UserX2Icon
|
|
4342
4336
|
} from '../icons/user-round-x';
|
|
4343
|
-
//
|
|
4344
|
-
export { default as
|
|
4337
|
+
// UserRoundPlus aliases
|
|
4338
|
+
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4345
4339
|
export {
|
|
4346
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4347
|
-
default as
|
|
4348
|
-
} from '../icons/
|
|
4340
|
+
/** @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 */
|
|
4341
|
+
default as UserPlus2Icon
|
|
4342
|
+
} from '../icons/user-round-plus';
|
|
4349
4343
|
// UserRound aliases
|
|
4350
4344
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4351
4345
|
export {
|
|
4352
4346
|
/** @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 */
|
|
4353
4347
|
default as User2Icon
|
|
4354
4348
|
} from '../icons/user-round';
|
|
4349
|
+
// UsersRound aliases
|
|
4350
|
+
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4351
|
+
export {
|
|
4352
|
+
/** @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 */
|
|
4353
|
+
default as Users2Icon
|
|
4354
|
+
} from '../icons/users-round';
|
|
4355
4355
|
// Utensils aliases
|
|
4356
4356
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4357
4357
|
export {
|
|
4358
4358
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4359
4359
|
default as ForkKnifeIcon
|
|
4360
4360
|
} from '../icons/utensils';
|
|
4361
|
-
// UtensilsCrossed aliases
|
|
4362
|
-
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4363
|
-
export {
|
|
4364
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4365
|
-
default as ForkKnifeCrossedIcon
|
|
4366
|
-
} from '../icons/utensils-crossed';
|
|
4367
4361
|
// WalletMinimal aliases
|
|
4368
4362
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4369
4363
|
export {
|
|
4370
4364
|
/** @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 */
|
|
4371
4365
|
default as Wallet2Icon
|
|
4372
4366
|
} from '../icons/wallet-minimal';
|
|
4367
|
+
// UtensilsCrossed aliases
|
|
4368
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4369
|
+
export {
|
|
4370
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4371
|
+
default as ForkKnifeCrossedIcon
|
|
4372
|
+
} from '../icons/utensils-crossed';
|
|
4373
4373
|
// WandSparkles aliases
|
|
4374
4374
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4375
4375
|
export {
|
|
4376
4376
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
4377
4377
|
default as Wand2Icon
|
|
4378
4378
|
} from '../icons/wand-sparkles';
|
|
4379
|
+
// WavesHorizontal aliases
|
|
4380
|
+
export { default as WavesHorizontalIcon } from '../icons/waves-horizontal';
|
|
4381
|
+
export {
|
|
4382
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. This alias will be removed in v1.0 */
|
|
4383
|
+
default as WavesIcon
|
|
4384
|
+
} from '../icons/waves-horizontal';
|
|
4379
4385
|
|