@lucide/astro 1.18.0 → 1.19.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 +3 -4
- package/src/aliases/aliases.ts +92 -92
- package/src/aliases/prefixed.ts +761 -737
- package/src/aliases/suffixed.ts +1102 -1078
- package/src/icons/ad.ts +18 -0
- package/src/icons/eye-dashed.ts +18 -0
- package/src/icons/index.ts +191 -179
- package/src/icons/list-sort-ascending.ts +18 -0
- package/src/icons/list-sort-descending.ts +18 -0
- package/src/icons/podium.ts +18 -0
- package/src/icons/save-pen.ts +18 -0
- package/src/icons/save-plus.ts +18 -0
- package/src/icons/star-check.ts +18 -0
- package/src/icons/star-minus.ts +18 -0
- package/src/icons/star-plus.ts +18 -0
- package/src/icons/star-x.ts +18 -0
- package/src/icons/wallet-cards.ts +2 -2
- package/src/icons/wrench-off.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,49 +1,51 @@
|
|
|
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
5
|
// Accessibility aliases
|
|
8
6
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
|
+
// AArrowUp aliases
|
|
8
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
|
+
// Ad aliases
|
|
12
|
+
export { default as AdIcon } from '../icons/ad';
|
|
11
13
|
// AirVent aliases
|
|
12
14
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
15
|
// Airplay aliases
|
|
14
16
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
17
|
+
// AlarmClockOff aliases
|
|
18
|
+
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
15
19
|
// AlarmClock aliases
|
|
16
20
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
|
+
// Album aliases
|
|
22
|
+
export { default as AlbumIcon } from '../icons/album';
|
|
17
23
|
// AlarmSmoke aliases
|
|
18
24
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
19
|
-
// AlarmClockOff aliases
|
|
20
|
-
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
21
25
|
// AlignCenterHorizontal aliases
|
|
22
26
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
23
|
-
// Album aliases
|
|
24
|
-
export { default as AlbumIcon } from '../icons/album';
|
|
25
27
|
// AlignCenterVertical aliases
|
|
26
28
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
29
|
// AlignEndHorizontal aliases
|
|
28
30
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
|
+
// AlignHorizontalDistributeCenter aliases
|
|
32
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
29
33
|
// AlignEndVertical aliases
|
|
30
34
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
35
|
// AlignHorizontalDistributeEnd aliases
|
|
32
36
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
33
|
-
// AlignHorizontalDistributeCenter aliases
|
|
34
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
37
|
// AlignHorizontalDistributeStart aliases
|
|
36
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
39
|
// AlignHorizontalJustifyCenter aliases
|
|
38
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
39
|
-
// AlignHorizontalJustifyEnd aliases
|
|
40
|
-
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
41
|
// AlignHorizontalJustifyStart aliases
|
|
42
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
|
-
//
|
|
44
|
-
export { default as
|
|
43
|
+
// AlignHorizontalJustifyEnd aliases
|
|
44
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
45
45
|
// AlignHorizontalSpaceAround aliases
|
|
46
46
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
|
+
// AlignHorizontalSpaceBetween aliases
|
|
48
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
49
|
// AlignStartHorizontal aliases
|
|
48
50
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
51
|
// AlignStartVertical aliases
|
|
@@ -58,32 +60,32 @@ export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vert
|
|
|
58
60
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
61
|
// AlignVerticalJustifyEnd aliases
|
|
60
62
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
61
|
-
// AlignVerticalSpaceAround aliases
|
|
62
|
-
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
63
63
|
// AlignVerticalJustifyStart aliases
|
|
64
64
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
65
65
|
// AlignVerticalSpaceBetween aliases
|
|
66
66
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
67
|
+
// AlignVerticalSpaceAround aliases
|
|
68
|
+
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
67
69
|
// Ambulance aliases
|
|
68
70
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
|
-
// Ampersands aliases
|
|
70
|
-
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
71
71
|
// Ampersand aliases
|
|
72
72
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
|
-
//
|
|
74
|
-
export { default as
|
|
73
|
+
// Ampersands aliases
|
|
74
|
+
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
75
75
|
// Amphora aliases
|
|
76
76
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
77
77
|
// Angry aliases
|
|
78
78
|
export { default as AngryIcon } from '../icons/angry';
|
|
79
|
+
// Anchor aliases
|
|
80
|
+
export { default as AnchorIcon } from '../icons/anchor';
|
|
79
81
|
// Annoyed aliases
|
|
80
82
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
83
|
// Antenna aliases
|
|
82
84
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
|
-
// Anvil aliases
|
|
84
|
-
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
85
|
// Aperture aliases
|
|
86
86
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
|
+
// Anvil aliases
|
|
88
|
+
export { default as AnvilIcon } from '../icons/anvil';
|
|
87
89
|
// AppWindowMac aliases
|
|
88
90
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
91
|
// AppWindow aliases
|
|
@@ -94,26 +96,26 @@ export { default as AppleIcon } from '../icons/apple';
|
|
|
94
96
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
97
|
// ArchiveX aliases
|
|
96
98
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
|
-
// Archive aliases
|
|
98
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
99
|
// Armchair aliases
|
|
100
100
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
|
+
// Archive aliases
|
|
102
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
101
103
|
// ArrowBigDownDash aliases
|
|
102
104
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
105
|
// ArrowBigDown aliases
|
|
104
106
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
|
-
// ArrowBigLeftDash aliases
|
|
106
|
-
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
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
|
+
// ArrowBigLeftDash aliases
|
|
112
|
+
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
111
113
|
// ArrowBigRight aliases
|
|
112
114
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
|
-
// ArrowBigUp aliases
|
|
114
|
-
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
115
115
|
// ArrowBigUpDash aliases
|
|
116
116
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
117
|
+
// ArrowBigUp aliases
|
|
118
|
+
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
119
|
// ArrowDownFromLine aliases
|
|
118
120
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
119
121
|
// ArrowDownLeft aliases
|
|
@@ -126,20 +128,20 @@ export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
|
126
128
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
127
129
|
// ArrowDownToLine aliases
|
|
128
130
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
|
-
// ArrowDown aliases
|
|
130
|
-
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
131
131
|
// ArrowDownUp aliases
|
|
132
132
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
133
|
+
// ArrowDown aliases
|
|
134
|
+
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
135
|
+
// ArrowLeftFromLine aliases
|
|
136
|
+
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
133
137
|
// ArrowLeftRight aliases
|
|
134
138
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
135
139
|
// ArrowLeftToLine aliases
|
|
136
140
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
137
|
-
// ArrowLeftFromLine aliases
|
|
138
|
-
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
139
|
-
// ArrowLeft aliases
|
|
140
|
-
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
141
141
|
// ArrowRightFromLine aliases
|
|
142
142
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
|
+
// ArrowLeft aliases
|
|
144
|
+
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
143
145
|
// ArrowRightLeft aliases
|
|
144
146
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
147
|
// ArrowRightToLine aliases
|
|
@@ -154,30 +156,30 @@ export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
|
154
156
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
157
|
// ArrowUpLeft aliases
|
|
156
158
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
159
|
+
// ArrowUpRight aliases
|
|
160
|
+
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
157
161
|
// ArrowUpWideNarrow aliases
|
|
158
162
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
159
|
-
// ArrowUp aliases
|
|
160
|
-
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
161
163
|
// ArrowUpToLine aliases
|
|
162
164
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
163
|
-
//
|
|
164
|
-
export { default as
|
|
165
|
+
// ArrowUp aliases
|
|
166
|
+
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
167
|
// ArrowsUpFromLine aliases
|
|
166
168
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
169
|
// Asterisk aliases
|
|
168
170
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
171
|
// Astroid aliases
|
|
170
172
|
export { default as AstroidIcon } from '../icons/astroid';
|
|
173
|
+
// Atom aliases
|
|
174
|
+
export { default as AtomIcon } from '../icons/atom';
|
|
171
175
|
// AtSign aliases
|
|
172
176
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
173
|
-
// AudioLines aliases
|
|
174
|
-
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
175
177
|
// AudioWaveform aliases
|
|
176
178
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
179
|
+
// AudioLines aliases
|
|
180
|
+
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
177
181
|
// Award aliases
|
|
178
182
|
export { default as AwardIcon } from '../icons/award';
|
|
179
|
-
// Atom aliases
|
|
180
|
-
export { default as AtomIcon } from '../icons/atom';
|
|
181
183
|
// Axe aliases
|
|
182
184
|
export { default as AxeIcon } from '../icons/axe';
|
|
183
185
|
// Baby aliases
|
|
@@ -196,36 +198,36 @@ export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
|
196
198
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
197
199
|
// BadgeIndianRupee aliases
|
|
198
200
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
199
|
-
// BadgeMinus aliases
|
|
200
|
-
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
201
|
// BadgeJapaneseYen aliases
|
|
202
202
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
203
203
|
// BadgePlus aliases
|
|
204
204
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
205
|
+
// BadgeMinus aliases
|
|
206
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
205
207
|
// BadgePercent aliases
|
|
206
208
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
207
209
|
// BadgePoundSterling aliases
|
|
208
210
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
209
|
-
// BadgeSwissFranc aliases
|
|
210
|
-
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
211
211
|
// BadgeRussianRuble aliases
|
|
212
212
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
213
|
+
// BadgeSwissFranc aliases
|
|
214
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
213
215
|
// BadgeTurkishLira aliases
|
|
214
216
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
215
|
-
// BadgeX aliases
|
|
216
|
-
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
217
217
|
// Badge aliases
|
|
218
218
|
export { default as BadgeIcon } from '../icons/badge';
|
|
219
|
+
// BadgeX aliases
|
|
220
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
219
221
|
// BaggageClaim aliases
|
|
220
222
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
223
|
+
// Balloon aliases
|
|
224
|
+
export { default as BalloonIcon } from '../icons/balloon';
|
|
221
225
|
// Ban aliases
|
|
222
226
|
export { default as BanIcon } from '../icons/ban';
|
|
223
227
|
// Banana aliases
|
|
224
228
|
export { default as BananaIcon } from '../icons/banana';
|
|
225
229
|
// Bandage aliases
|
|
226
230
|
export { default as BandageIcon } from '../icons/bandage';
|
|
227
|
-
// Balloon aliases
|
|
228
|
-
export { default as BalloonIcon } from '../icons/balloon';
|
|
229
231
|
// BanknoteArrowDown aliases
|
|
230
232
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
231
233
|
// BanknoteArrowUp aliases
|
|
@@ -242,50 +244,50 @@ export { default as BarcodeIcon } from '../icons/barcode';
|
|
|
242
244
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
243
245
|
// Bath aliases
|
|
244
246
|
export { default as BathIcon } from '../icons/bath';
|
|
245
|
-
// BatteryFull aliases
|
|
246
|
-
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
247
|
-
// BatteryLow aliases
|
|
248
|
-
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
249
247
|
// BatteryCharging aliases
|
|
250
248
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
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
|
+
// BatteryLow aliases
|
|
254
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
253
255
|
// BatteryPlus aliases
|
|
254
256
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
257
|
+
// BatteryWarning aliases
|
|
258
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
255
259
|
// Battery aliases
|
|
256
260
|
export { default as BatteryIcon } from '../icons/battery';
|
|
257
261
|
// Beaker aliases
|
|
258
262
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
259
|
-
// BatteryWarning aliases
|
|
260
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
261
263
|
// BeanOff aliases
|
|
262
264
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
263
265
|
// Bean aliases
|
|
264
266
|
export { default as BeanIcon } from '../icons/bean';
|
|
267
|
+
// BedDouble aliases
|
|
268
|
+
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
265
269
|
// BedSingle aliases
|
|
266
270
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
267
271
|
// Bed aliases
|
|
268
272
|
export { default as BedIcon } from '../icons/bed';
|
|
269
|
-
// BedDouble aliases
|
|
270
|
-
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
271
273
|
// BeefOff aliases
|
|
272
274
|
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
273
275
|
// Beef aliases
|
|
274
276
|
export { default as BeefIcon } from '../icons/beef';
|
|
275
|
-
// Beer aliases
|
|
276
|
-
export { default as BeerIcon } from '../icons/beer';
|
|
277
277
|
// BeerOff aliases
|
|
278
278
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
279
|
+
// Beer aliases
|
|
280
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
281
|
+
// BellCheck aliases
|
|
282
|
+
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
279
283
|
// BellDot aliases
|
|
280
284
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
285
|
+
// BellOff aliases
|
|
286
|
+
export { default as BellOffIcon } from '../icons/bell-off';
|
|
281
287
|
// BellElectric aliases
|
|
282
288
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
283
|
-
// BellCheck aliases
|
|
284
|
-
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
285
289
|
// BellMinus aliases
|
|
286
290
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
287
|
-
// BellOff aliases
|
|
288
|
-
export { default as BellOffIcon } from '../icons/bell-off';
|
|
289
291
|
// BellPlus aliases
|
|
290
292
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
291
293
|
// BellRing aliases
|
|
@@ -296,28 +298,28 @@ export { default as BellIcon } from '../icons/bell';
|
|
|
296
298
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
297
299
|
// BicepsFlexed aliases
|
|
298
300
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
299
|
-
// Bike aliases
|
|
300
|
-
export { default as BikeIcon } from '../icons/bike';
|
|
301
301
|
// BetweenVerticalStart aliases
|
|
302
302
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
303
|
-
//
|
|
304
|
-
export { default as
|
|
303
|
+
// Bike aliases
|
|
304
|
+
export { default as BikeIcon } from '../icons/bike';
|
|
305
305
|
// Binary aliases
|
|
306
306
|
export { default as BinaryIcon } from '../icons/binary';
|
|
307
|
+
// Binoculars aliases
|
|
308
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
309
|
+
// Biohazard aliases
|
|
310
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
307
311
|
// Bird aliases
|
|
308
312
|
export { default as BirdIcon } from '../icons/bird';
|
|
309
313
|
// Birdhouse aliases
|
|
310
314
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
311
|
-
//
|
|
312
|
-
export { default as
|
|
315
|
+
// Blender aliases
|
|
316
|
+
export { default as BlenderIcon } from '../icons/blender';
|
|
313
317
|
// Bitcoin aliases
|
|
314
318
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
315
319
|
// Blend aliases
|
|
316
320
|
export { default as BlendIcon } from '../icons/blend';
|
|
317
321
|
// Blinds aliases
|
|
318
322
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
319
|
-
// Blender aliases
|
|
320
|
-
export { default as BlenderIcon } from '../icons/blender';
|
|
321
323
|
// Blocks aliases
|
|
322
324
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
323
325
|
// BluetoothConnected aliases
|
|
@@ -326,24 +328,24 @@ export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected'
|
|
|
326
328
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
327
329
|
// BluetoothSearching aliases
|
|
328
330
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
329
|
-
// Bold aliases
|
|
330
|
-
export { default as BoldIcon } from '../icons/bold';
|
|
331
331
|
// Bluetooth aliases
|
|
332
332
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
333
|
+
// Bold aliases
|
|
334
|
+
export { default as BoldIcon } from '../icons/bold';
|
|
333
335
|
// Bolt aliases
|
|
334
336
|
export { default as BoltIcon } from '../icons/bolt';
|
|
335
|
-
// Bomb aliases
|
|
336
|
-
export { default as BombIcon } from '../icons/bomb';
|
|
337
337
|
// Bone aliases
|
|
338
338
|
export { default as BoneIcon } from '../icons/bone';
|
|
339
|
+
// Bomb aliases
|
|
340
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
339
341
|
// BookA aliases
|
|
340
342
|
export { default as BookAIcon } from '../icons/book-a';
|
|
341
|
-
// BookAudio aliases
|
|
342
|
-
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
343
343
|
// BookAlert aliases
|
|
344
344
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
345
345
|
// BookCheck aliases
|
|
346
346
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
347
|
+
// BookAudio aliases
|
|
348
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
347
349
|
// BookCopy aliases
|
|
348
350
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
349
351
|
// BookDown aliases
|
|
@@ -368,44 +370,44 @@ export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
|
368
370
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
369
371
|
// BookPlus aliases
|
|
370
372
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
371
|
-
// BookOpen aliases
|
|
372
|
-
export { default as BookOpenIcon } from '../icons/book-open';
|
|
373
373
|
// BookSearch aliases
|
|
374
374
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
375
|
-
//
|
|
376
|
-
export { default as
|
|
375
|
+
// BookOpen aliases
|
|
376
|
+
export { default as BookOpenIcon } from '../icons/book-open';
|
|
377
377
|
// BookText aliases
|
|
378
378
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
379
|
+
// BookType aliases
|
|
380
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
379
381
|
// BookUp2 aliases
|
|
380
382
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
381
383
|
// BookUp aliases
|
|
382
384
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
383
|
-
// BookUser aliases
|
|
384
|
-
export { default as BookUserIcon } from '../icons/book-user';
|
|
385
385
|
// BookX aliases
|
|
386
386
|
export { default as BookXIcon } from '../icons/book-x';
|
|
387
|
+
// BookUser aliases
|
|
388
|
+
export { default as BookUserIcon } from '../icons/book-user';
|
|
389
|
+
// Book aliases
|
|
390
|
+
export { default as BookIcon } from '../icons/book';
|
|
387
391
|
// BookmarkCheck aliases
|
|
388
392
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
389
393
|
// BookmarkMinus aliases
|
|
390
394
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
391
|
-
// Book aliases
|
|
392
|
-
export { default as BookIcon } from '../icons/book';
|
|
393
395
|
// BookmarkOff aliases
|
|
394
396
|
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
395
397
|
// BookmarkX aliases
|
|
396
398
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
397
399
|
// BookmarkPlus aliases
|
|
398
400
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
399
|
-
// Bookmark aliases
|
|
400
|
-
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
401
401
|
// BoomBox aliases
|
|
402
402
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
403
403
|
// BotMessageSquare aliases
|
|
404
404
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
405
|
-
//
|
|
406
|
-
export { default as
|
|
405
|
+
// Bookmark aliases
|
|
406
|
+
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
407
407
|
// BotOff aliases
|
|
408
408
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
409
|
+
// Bot aliases
|
|
410
|
+
export { default as BotIcon } from '../icons/bot';
|
|
409
411
|
// BottleWine aliases
|
|
410
412
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
411
413
|
// BowArrow aliases
|
|
@@ -418,14 +420,14 @@ export { default as BoxesIcon } from '../icons/boxes';
|
|
|
418
420
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
419
421
|
// BrainCircuit aliases
|
|
420
422
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
421
|
-
// BrainCog aliases
|
|
422
|
-
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
423
423
|
// Brain aliases
|
|
424
424
|
export { default as BrainIcon } from '../icons/brain';
|
|
425
|
-
// BrickWallShield aliases
|
|
426
|
-
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
427
425
|
// BrickWallFire aliases
|
|
428
426
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
427
|
+
// BrainCog aliases
|
|
428
|
+
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
429
|
+
// BrickWallShield aliases
|
|
430
|
+
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
429
431
|
// BrickWall aliases
|
|
430
432
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
431
433
|
// BriefcaseBusiness aliases
|
|
@@ -444,18 +446,18 @@ export { default as BroccoliIcon } from '../icons/broccoli';
|
|
|
444
446
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
445
447
|
// Brush aliases
|
|
446
448
|
export { default as BrushIcon } from '../icons/brush';
|
|
447
|
-
// Bubbles aliases
|
|
448
|
-
export { default as BubblesIcon } from '../icons/bubbles';
|
|
449
449
|
// BugOff aliases
|
|
450
450
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
451
|
-
//
|
|
452
|
-
export { default as
|
|
453
|
-
// Bug aliases
|
|
454
|
-
export { default as BugIcon } from '../icons/bug';
|
|
451
|
+
// Bubbles aliases
|
|
452
|
+
export { default as BubblesIcon } from '../icons/bubbles';
|
|
455
453
|
// Building2 aliases
|
|
456
454
|
export { default as Building2Icon } from '../icons/building-2';
|
|
455
|
+
// BugPlay aliases
|
|
456
|
+
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
457
457
|
// Building aliases
|
|
458
458
|
export { default as BuildingIcon } from '../icons/building';
|
|
459
|
+
// Bug aliases
|
|
460
|
+
export { default as BugIcon } from '../icons/bug';
|
|
459
461
|
// BusFront aliases
|
|
460
462
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
461
463
|
// Bus aliases
|
|
@@ -480,18 +482,18 @@ export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
|
480
482
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
481
483
|
// CalendarCheck aliases
|
|
482
484
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
483
|
-
// CalendarCog aliases
|
|
484
|
-
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
485
485
|
// CalendarClock aliases
|
|
486
486
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
487
|
+
// CalendarCog aliases
|
|
488
|
+
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
487
489
|
// CalendarDays aliases
|
|
488
490
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
489
491
|
// CalendarFold aliases
|
|
490
492
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
491
|
-
// CalendarHeart aliases
|
|
492
|
-
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
493
493
|
// CalendarMinus2 aliases
|
|
494
494
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
495
|
+
// CalendarHeart aliases
|
|
496
|
+
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
495
497
|
// CalendarMinus aliases
|
|
496
498
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
497
499
|
// CalendarOff aliases
|
|
@@ -504,58 +506,58 @@ export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
|
504
506
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
505
507
|
// CalendarSearch aliases
|
|
506
508
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
507
|
-
// CalendarSync aliases
|
|
508
|
-
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
509
509
|
// CalendarX2 aliases
|
|
510
510
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
511
|
-
//
|
|
512
|
-
export { default as
|
|
511
|
+
// CalendarSync aliases
|
|
512
|
+
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
513
513
|
// Calendar aliases
|
|
514
514
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
515
|
+
// CalendarX aliases
|
|
516
|
+
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
515
517
|
// Calendars aliases
|
|
516
518
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
517
|
-
// Camera aliases
|
|
518
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
519
519
|
// CameraOff aliases
|
|
520
520
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
521
|
+
// Camera aliases
|
|
522
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
521
523
|
// CandyCane aliases
|
|
522
524
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
523
|
-
// CandyOff aliases
|
|
524
|
-
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
525
525
|
// Candy aliases
|
|
526
526
|
export { default as CandyIcon } from '../icons/candy';
|
|
527
|
+
// CandyOff aliases
|
|
528
|
+
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
527
529
|
// CannabisOff aliases
|
|
528
530
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
529
531
|
// Cannabis aliases
|
|
530
532
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
531
533
|
// CaptionsOff aliases
|
|
532
534
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
533
|
-
// CarFront aliases
|
|
534
|
-
export { default as CarFrontIcon } from '../icons/car-front';
|
|
535
535
|
// CarTaxiFront aliases
|
|
536
536
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
537
537
|
// Car aliases
|
|
538
538
|
export { default as CarIcon } from '../icons/car';
|
|
539
|
-
//
|
|
540
|
-
export { default as
|
|
539
|
+
// CarFront aliases
|
|
540
|
+
export { default as CarFrontIcon } from '../icons/car-front';
|
|
541
541
|
// Caravan aliases
|
|
542
542
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
543
|
+
// CardSim aliases
|
|
544
|
+
export { default as CardSimIcon } from '../icons/card-sim';
|
|
543
545
|
// Carrot aliases
|
|
544
546
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
545
547
|
// CaseLower aliases
|
|
546
548
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
547
|
-
// CaseUpper aliases
|
|
548
|
-
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
549
549
|
// CaseSensitive aliases
|
|
550
550
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
551
|
-
//
|
|
552
|
-
export { default as
|
|
551
|
+
// CaseUpper aliases
|
|
552
|
+
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
553
553
|
// Castle aliases
|
|
554
554
|
export { default as CastleIcon } from '../icons/castle';
|
|
555
|
-
//
|
|
556
|
-
export { default as
|
|
555
|
+
// CassetteTape aliases
|
|
556
|
+
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
557
557
|
// Cast aliases
|
|
558
558
|
export { default as CastIcon } from '../icons/cast';
|
|
559
|
+
// Cat aliases
|
|
560
|
+
export { default as CatIcon } from '../icons/cat';
|
|
559
561
|
// CctvOff aliases
|
|
560
562
|
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
561
563
|
// Cctv aliases
|
|
@@ -588,16 +590,16 @@ export { default as CheckLineIcon } from '../icons/check-line';
|
|
|
588
590
|
export { default as CheckIcon } from '../icons/check';
|
|
589
591
|
// ChefHat aliases
|
|
590
592
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
591
|
-
// ChessBishop aliases
|
|
592
|
-
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
593
593
|
// Cherry aliases
|
|
594
594
|
export { default as CherryIcon } from '../icons/cherry';
|
|
595
|
+
// ChessBishop aliases
|
|
596
|
+
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
597
|
+
// ChessKnight aliases
|
|
598
|
+
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
595
599
|
// ChessPawn aliases
|
|
596
600
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
597
601
|
// ChessKing aliases
|
|
598
602
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
599
|
-
// ChessKnight aliases
|
|
600
|
-
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
601
603
|
// ChessQueen aliases
|
|
602
604
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
603
605
|
// ChessRook aliases
|
|
@@ -608,58 +610,58 @@ export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
|
608
610
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
609
611
|
// ChevronLast aliases
|
|
610
612
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
611
|
-
// ChevronRight aliases
|
|
612
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
613
613
|
// ChevronLeft aliases
|
|
614
614
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
615
615
|
// ChevronUp aliases
|
|
616
616
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
617
|
+
// ChevronRight aliases
|
|
618
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
617
619
|
// ChevronsDownUp aliases
|
|
618
620
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
619
621
|
// ChevronsDown aliases
|
|
620
622
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
621
|
-
// ChevronsLeftRight aliases
|
|
622
|
-
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
623
623
|
// ChevronsLeftRightEllipsis aliases
|
|
624
624
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
625
|
-
//
|
|
626
|
-
export { default as
|
|
625
|
+
// ChevronsLeftRight aliases
|
|
626
|
+
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
627
627
|
// ChevronsRightLeft aliases
|
|
628
628
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
629
|
-
//
|
|
630
|
-
export { default as
|
|
629
|
+
// ChevronsLeft aliases
|
|
630
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
631
631
|
// ChevronsRight aliases
|
|
632
632
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
633
633
|
// ChevronsUp aliases
|
|
634
634
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
635
|
-
//
|
|
636
|
-
export { default as
|
|
635
|
+
// ChevronsUpDown aliases
|
|
636
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
637
637
|
// CigaretteOff aliases
|
|
638
638
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
639
|
-
//
|
|
640
|
-
export { default as
|
|
639
|
+
// Church aliases
|
|
640
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
641
641
|
// CircleDashed aliases
|
|
642
642
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
643
643
|
// CircleDollarSign aliases
|
|
644
644
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
645
|
+
// Cigarette aliases
|
|
646
|
+
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
645
647
|
// CircleDotDashed aliases
|
|
646
648
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
649
|
+
// CircleEllipsis aliases
|
|
650
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
647
651
|
// CircleDot aliases
|
|
648
652
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
649
653
|
// CircleEqual aliases
|
|
650
654
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
651
655
|
// CircleFadingArrowUp aliases
|
|
652
656
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
653
|
-
// CircleEllipsis aliases
|
|
654
|
-
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
655
657
|
// CircleFadingPlus aliases
|
|
656
658
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
657
659
|
// CircleOff aliases
|
|
658
660
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
659
|
-
// CirclePoundSterling aliases
|
|
660
|
-
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
661
661
|
// CirclePile aliases
|
|
662
662
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
663
|
+
// CirclePoundSterling aliases
|
|
664
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
663
665
|
// CircleSlash aliases
|
|
664
666
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
665
667
|
// CircleSmall aliases
|
|
@@ -674,92 +676,92 @@ export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
|
674
676
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
675
677
|
// Clapperboard aliases
|
|
676
678
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
677
|
-
// ClipboardCheck aliases
|
|
678
|
-
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
679
679
|
// ClipboardClock aliases
|
|
680
680
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
681
681
|
// ClipboardCopy aliases
|
|
682
682
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
683
|
+
// ClipboardCheck aliases
|
|
684
|
+
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
683
685
|
// ClipboardList aliases
|
|
684
686
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
685
|
-
// ClipboardMinus aliases
|
|
686
|
-
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
687
687
|
// ClipboardPaste aliases
|
|
688
688
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
689
|
+
// ClipboardMinus aliases
|
|
690
|
+
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
689
691
|
// ClipboardPlus aliases
|
|
690
692
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
691
693
|
// ClipboardType aliases
|
|
692
694
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
693
695
|
// ClipboardX aliases
|
|
694
696
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
695
|
-
// Clipboard aliases
|
|
696
|
-
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
697
697
|
// Clock1 aliases
|
|
698
698
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
699
|
-
//
|
|
700
|
-
export { default as
|
|
699
|
+
// Clipboard aliases
|
|
700
|
+
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
701
701
|
// Clock10 aliases
|
|
702
702
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
703
|
+
// Clock11 aliases
|
|
704
|
+
export { default as Clock11Icon } from '../icons/clock-11';
|
|
703
705
|
// Clock12 aliases
|
|
704
706
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
705
|
-
// Clock3 aliases
|
|
706
|
-
export { default as Clock3Icon } from '../icons/clock-3';
|
|
707
707
|
// Clock2 aliases
|
|
708
708
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
709
|
+
// Clock3 aliases
|
|
710
|
+
export { default as Clock3Icon } from '../icons/clock-3';
|
|
709
711
|
// Clock4 aliases
|
|
710
712
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
711
713
|
// Clock5 aliases
|
|
712
714
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
713
|
-
// Clock6 aliases
|
|
714
|
-
export { default as Clock6Icon } from '../icons/clock-6';
|
|
715
715
|
// Clock7 aliases
|
|
716
716
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
717
|
+
// Clock6 aliases
|
|
718
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
717
719
|
// Clock8 aliases
|
|
718
720
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
719
|
-
// ClockAlert aliases
|
|
720
|
-
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
721
|
-
// ClockArrowDown aliases
|
|
722
|
-
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
723
721
|
// Clock9 aliases
|
|
724
722
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
723
|
+
// ClockArrowDown aliases
|
|
724
|
+
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
725
|
+
// ClockAlert aliases
|
|
726
|
+
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
725
727
|
// ClockArrowUp aliases
|
|
726
728
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
727
|
-
// ClockCheck aliases
|
|
728
|
-
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
729
|
-
// ClockPlus aliases
|
|
730
|
-
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
731
729
|
// ClockFading aliases
|
|
732
730
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
731
|
+
// ClockCheck aliases
|
|
732
|
+
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
733
733
|
// Clock aliases
|
|
734
734
|
export { default as ClockIcon } from '../icons/clock';
|
|
735
|
+
// ClockPlus aliases
|
|
736
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
735
737
|
// ClosedCaption aliases
|
|
736
738
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
737
739
|
// CloudAlert aliases
|
|
738
740
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
741
|
+
// CloudBackup aliases
|
|
742
|
+
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
739
743
|
// CloudCheck aliases
|
|
740
744
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
741
745
|
// CloudCog aliases
|
|
742
746
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
743
|
-
// CloudBackup aliases
|
|
744
|
-
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
745
747
|
// CloudDrizzle aliases
|
|
746
748
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
747
749
|
// CloudFog aliases
|
|
748
750
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
749
751
|
// CloudHail aliases
|
|
750
752
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
751
|
-
// CloudMoonRain aliases
|
|
752
|
-
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
753
753
|
// CloudLightning aliases
|
|
754
754
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
755
|
+
// CloudMoonRain aliases
|
|
756
|
+
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
755
757
|
// CloudMoon aliases
|
|
756
758
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
757
|
-
// CloudRainWind aliases
|
|
758
|
-
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
759
759
|
// CloudOff aliases
|
|
760
760
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
761
761
|
// CloudRain aliases
|
|
762
762
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
763
|
+
// CloudRainWind aliases
|
|
764
|
+
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
763
765
|
// CloudSnow aliases
|
|
764
766
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
765
767
|
// CloudSunRain aliases
|
|
@@ -768,34 +770,34 @@ export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
|
768
770
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
769
771
|
// CloudSync aliases
|
|
770
772
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
771
|
-
// Cloudy aliases
|
|
772
|
-
export { default as CloudyIcon } from '../icons/cloudy';
|
|
773
773
|
// Cloud aliases
|
|
774
774
|
export { default as CloudIcon } from '../icons/cloud';
|
|
775
|
+
// Cloudy aliases
|
|
776
|
+
export { default as CloudyIcon } from '../icons/cloudy';
|
|
777
|
+
// Code aliases
|
|
778
|
+
export { default as CodeIcon } from '../icons/code';
|
|
775
779
|
// Clover aliases
|
|
776
780
|
export { default as CloverIcon } from '../icons/clover';
|
|
777
781
|
// Club aliases
|
|
778
782
|
export { default as ClubIcon } from '../icons/club';
|
|
779
|
-
// Code aliases
|
|
780
|
-
export { default as CodeIcon } from '../icons/code';
|
|
781
783
|
// Coffee aliases
|
|
782
784
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
783
|
-
// Cog aliases
|
|
784
|
-
export { default as CogIcon } from '../icons/cog';
|
|
785
785
|
// Coins aliases
|
|
786
786
|
export { default as CoinsIcon } from '../icons/coins';
|
|
787
|
+
// Columns4 aliases
|
|
788
|
+
export { default as Columns4Icon } from '../icons/columns-4';
|
|
789
|
+
// Cog aliases
|
|
790
|
+
export { default as CogIcon } from '../icons/cog';
|
|
787
791
|
// Combine aliases
|
|
788
792
|
export { default as CombineIcon } from '../icons/combine';
|
|
789
793
|
// Command aliases
|
|
790
794
|
export { default as CommandIcon } from '../icons/command';
|
|
791
|
-
// Columns4 aliases
|
|
792
|
-
export { default as Columns4Icon } from '../icons/columns-4';
|
|
793
|
-
// Compass aliases
|
|
794
|
-
export { default as CompassIcon } from '../icons/compass';
|
|
795
795
|
// Component aliases
|
|
796
796
|
export { default as ComponentIcon } from '../icons/component';
|
|
797
797
|
// Computer aliases
|
|
798
798
|
export { default as ComputerIcon } from '../icons/computer';
|
|
799
|
+
// Compass aliases
|
|
800
|
+
export { default as CompassIcon } from '../icons/compass';
|
|
799
801
|
// ConciergeBell aliases
|
|
800
802
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
801
803
|
// Cone aliases
|
|
@@ -806,16 +808,16 @@ export { default as ConstructionIcon } from '../icons/construction';
|
|
|
806
808
|
export { default as ContactIcon } from '../icons/contact';
|
|
807
809
|
// Container aliases
|
|
808
810
|
export { default as ContainerIcon } from '../icons/container';
|
|
809
|
-
// Contrast aliases
|
|
810
|
-
export { default as ContrastIcon } from '../icons/contrast';
|
|
811
811
|
// Cookie aliases
|
|
812
812
|
export { default as CookieIcon } from '../icons/cookie';
|
|
813
813
|
// CookingPot aliases
|
|
814
814
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
815
|
-
// CopyMinus aliases
|
|
816
|
-
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
817
815
|
// CopyCheck aliases
|
|
818
816
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
817
|
+
// Contrast aliases
|
|
818
|
+
export { default as ContrastIcon } from '../icons/contrast';
|
|
819
|
+
// CopyMinus aliases
|
|
820
|
+
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
819
821
|
// CopyPlus aliases
|
|
820
822
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
821
823
|
// CopySlash aliases
|
|
@@ -828,184 +830,186 @@ export { default as CopyIcon } from '../icons/copy';
|
|
|
828
830
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
829
831
|
// Copyright aliases
|
|
830
832
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
831
|
-
// CornerDownRight aliases
|
|
832
|
-
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
833
833
|
// CornerDownLeft aliases
|
|
834
834
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
835
835
|
// CornerLeftDown aliases
|
|
836
836
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
837
|
+
// CornerDownRight aliases
|
|
838
|
+
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
837
839
|
// CornerLeftUp aliases
|
|
838
840
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
839
841
|
// CornerRightDown aliases
|
|
840
842
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
841
|
-
// CornerUpLeft aliases
|
|
842
|
-
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
843
843
|
// CornerRightUp aliases
|
|
844
844
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
845
|
+
// CornerUpLeft aliases
|
|
846
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
845
847
|
// CornerUpRight aliases
|
|
846
848
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
847
|
-
// CreativeCommons aliases
|
|
848
|
-
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
849
849
|
// Cpu aliases
|
|
850
850
|
export { default as CpuIcon } from '../icons/cpu';
|
|
851
|
+
// CreativeCommons aliases
|
|
852
|
+
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
851
853
|
// CreditCard aliases
|
|
852
854
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
853
855
|
// Croissant aliases
|
|
854
856
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
857
|
+
// Crop aliases
|
|
858
|
+
export { default as CropIcon } from '../icons/crop';
|
|
855
859
|
// Crosshair aliases
|
|
856
860
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
857
861
|
// Cross aliases
|
|
858
862
|
export { default as CrossIcon } from '../icons/cross';
|
|
859
|
-
//
|
|
860
|
-
export { default as
|
|
863
|
+
// Crown aliases
|
|
864
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
861
865
|
// Cuboid aliases
|
|
862
866
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
863
867
|
// CupSoda aliases
|
|
864
868
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
865
|
-
// Crown aliases
|
|
866
|
-
export { default as CrownIcon } from '../icons/crown';
|
|
867
|
-
// Cylinder aliases
|
|
868
|
-
export { default as CylinderIcon } from '../icons/cylinder';
|
|
869
869
|
// Currency aliases
|
|
870
870
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
871
|
+
// Cylinder aliases
|
|
872
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
871
873
|
// Dam aliases
|
|
872
874
|
export { default as DamIcon } from '../icons/dam';
|
|
873
875
|
// DatabaseBackup aliases
|
|
874
876
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
875
|
-
// Database aliases
|
|
876
|
-
export { default as DatabaseIcon } from '../icons/database';
|
|
877
877
|
// DatabaseSearch aliases
|
|
878
878
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
879
879
|
// DatabaseZap aliases
|
|
880
880
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
881
|
-
//
|
|
882
|
-
export { default as
|
|
883
|
-
// Delete aliases
|
|
884
|
-
export { default as DeleteIcon } from '../icons/delete';
|
|
881
|
+
// Database aliases
|
|
882
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
885
883
|
// DecimalsArrowLeft aliases
|
|
886
884
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
885
|
+
// Delete aliases
|
|
886
|
+
export { default as DeleteIcon } from '../icons/delete';
|
|
887
887
|
// Dessert aliases
|
|
888
888
|
export { default as DessertIcon } from '../icons/dessert';
|
|
889
|
-
//
|
|
890
|
-
export { default as
|
|
889
|
+
// DecimalsArrowRight aliases
|
|
890
|
+
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
891
891
|
// Diameter aliases
|
|
892
892
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
893
893
|
// DiamondPlus aliases
|
|
894
894
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
895
|
+
// DiamondMinus aliases
|
|
896
|
+
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
895
897
|
// Diamond aliases
|
|
896
898
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
897
899
|
// Dice1 aliases
|
|
898
900
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
899
901
|
// Dice2 aliases
|
|
900
902
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
901
|
-
// Dice3 aliases
|
|
902
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
903
903
|
// Dice4 aliases
|
|
904
904
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
905
|
+
// Dice3 aliases
|
|
906
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
905
907
|
// Dice5 aliases
|
|
906
908
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
907
909
|
// Dice6 aliases
|
|
908
910
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
909
|
-
// Disc2 aliases
|
|
910
|
-
export { default as Disc2Icon } from '../icons/disc-2';
|
|
911
|
-
// Diff aliases
|
|
912
|
-
export { default as DiffIcon } from '../icons/diff';
|
|
913
911
|
// Dices aliases
|
|
914
912
|
export { default as DicesIcon } from '../icons/dices';
|
|
913
|
+
// Diff aliases
|
|
914
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
915
|
+
// Disc2 aliases
|
|
916
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
915
917
|
// Disc3 aliases
|
|
916
918
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
917
919
|
// DiscAlbum aliases
|
|
918
920
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
919
|
-
// Divide aliases
|
|
920
|
-
export { default as DivideIcon } from '../icons/divide';
|
|
921
921
|
// Disc aliases
|
|
922
922
|
export { default as DiscIcon } from '../icons/disc';
|
|
923
|
-
//
|
|
924
|
-
export { default as
|
|
923
|
+
// Divide aliases
|
|
924
|
+
export { default as DivideIcon } from '../icons/divide';
|
|
925
925
|
// DnaOff aliases
|
|
926
926
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
927
|
+
// Dna aliases
|
|
928
|
+
export { default as DnaIcon } from '../icons/dna';
|
|
927
929
|
// Dock aliases
|
|
928
930
|
export { default as DockIcon } from '../icons/dock';
|
|
929
931
|
// Dog aliases
|
|
930
932
|
export { default as DogIcon } from '../icons/dog';
|
|
933
|
+
// DoorClosedLocked aliases
|
|
934
|
+
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
931
935
|
// DollarSign aliases
|
|
932
936
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
933
937
|
// Donut aliases
|
|
934
938
|
export { default as DonutIcon } from '../icons/donut';
|
|
935
|
-
// DoorClosedLocked aliases
|
|
936
|
-
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
937
939
|
// DoorClosed aliases
|
|
938
940
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
939
941
|
// DoorOpen aliases
|
|
940
942
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
941
943
|
// Dot aliases
|
|
942
944
|
export { default as DotIcon } from '../icons/dot';
|
|
943
|
-
// DraftingCompass aliases
|
|
944
|
-
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
945
945
|
// Download aliases
|
|
946
946
|
export { default as DownloadIcon } from '../icons/download';
|
|
947
|
-
//
|
|
948
|
-
export { default as
|
|
949
|
-
// Drone aliases
|
|
950
|
-
export { default as DroneIcon } from '../icons/drone';
|
|
951
|
-
// DropletOff aliases
|
|
952
|
-
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
947
|
+
// DraftingCompass aliases
|
|
948
|
+
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
953
949
|
// Drill aliases
|
|
954
950
|
export { default as DrillIcon } from '../icons/drill';
|
|
951
|
+
// Drone aliases
|
|
952
|
+
export { default as DroneIcon } from '../icons/drone';
|
|
953
|
+
// Drama aliases
|
|
954
|
+
export { default as DramaIcon } from '../icons/drama';
|
|
955
955
|
// Droplet aliases
|
|
956
956
|
export { default as DropletIcon } from '../icons/droplet';
|
|
957
|
+
// DropletOff aliases
|
|
958
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
957
959
|
// Droplets aliases
|
|
958
960
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
959
961
|
// Drum aliases
|
|
960
962
|
export { default as DrumIcon } from '../icons/drum';
|
|
963
|
+
// Drumstick aliases
|
|
964
|
+
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
961
965
|
// Dumbbell aliases
|
|
962
966
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
963
967
|
// EarOff aliases
|
|
964
968
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
965
|
-
// Drumstick aliases
|
|
966
|
-
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
967
969
|
// Ear aliases
|
|
968
970
|
export { default as EarIcon } from '../icons/ear';
|
|
969
971
|
// Eclipse aliases
|
|
970
972
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
971
973
|
// EarthLock aliases
|
|
972
974
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
973
|
-
// EggOff aliases
|
|
974
|
-
export { default as EggOffIcon } from '../icons/egg-off';
|
|
975
975
|
// EggFried aliases
|
|
976
976
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
977
|
+
// EggOff aliases
|
|
978
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
977
979
|
// Egg aliases
|
|
978
980
|
export { default as EggIcon } from '../icons/egg';
|
|
979
981
|
// Ellipse aliases
|
|
980
982
|
export { default as EllipseIcon } from '../icons/ellipse';
|
|
981
|
-
// EqualApproximately aliases
|
|
982
|
-
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
983
983
|
// EqualNot aliases
|
|
984
984
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
985
|
-
//
|
|
986
|
-
export { default as
|
|
985
|
+
// EqualApproximately aliases
|
|
986
|
+
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
987
987
|
// Eraser aliases
|
|
988
988
|
export { default as EraserIcon } from '../icons/eraser';
|
|
989
|
+
// Equal aliases
|
|
990
|
+
export { default as EqualIcon } from '../icons/equal';
|
|
989
991
|
// EthernetPort aliases
|
|
990
992
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
991
|
-
// EvCharger aliases
|
|
992
|
-
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
993
993
|
// Euro aliases
|
|
994
994
|
export { default as EuroIcon } from '../icons/euro';
|
|
995
|
-
//
|
|
996
|
-
export { default as
|
|
995
|
+
// EvCharger aliases
|
|
996
|
+
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
997
997
|
// Expand aliases
|
|
998
998
|
export { default as ExpandIcon } from '../icons/expand';
|
|
999
|
+
// ExternalLink aliases
|
|
1000
|
+
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
999
1001
|
// EyeClosed aliases
|
|
1000
1002
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
1003
|
+
// EyeDashed aliases
|
|
1004
|
+
export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
1001
1005
|
// EyeOff aliases
|
|
1002
1006
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
1007
|
+
// Eye aliases
|
|
1008
|
+
export { default as EyeIcon } from '../icons/eye';
|
|
1003
1009
|
// Factory aliases
|
|
1004
1010
|
export { default as FactoryIcon } from '../icons/factory';
|
|
1005
1011
|
// Fan aliases
|
|
1006
1012
|
export { default as FanIcon } from '../icons/fan';
|
|
1007
|
-
// Eye aliases
|
|
1008
|
-
export { default as EyeIcon } from '../icons/eye';
|
|
1009
1013
|
// FastForward aliases
|
|
1010
1014
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1011
1015
|
// Feather aliases
|
|
@@ -1016,10 +1020,10 @@ export { default as FenceIcon } from '../icons/fence';
|
|
|
1016
1020
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1017
1021
|
// FileArchive aliases
|
|
1018
1022
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1019
|
-
// FileCheck aliases
|
|
1020
|
-
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1021
1023
|
// FileBox aliases
|
|
1022
1024
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1025
|
+
// FileCheck aliases
|
|
1026
|
+
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1023
1027
|
// FileClock aliases
|
|
1024
1028
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1025
1029
|
// FileCode aliases
|
|
@@ -1028,24 +1032,24 @@ export { default as FileCodeIcon } from '../icons/file-code';
|
|
|
1028
1032
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1029
1033
|
// FileDigit aliases
|
|
1030
1034
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1031
|
-
// FileHeart aliases
|
|
1032
|
-
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1033
1035
|
// FileDown aliases
|
|
1034
1036
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1037
|
+
// FileHeart aliases
|
|
1038
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1035
1039
|
// FileImage aliases
|
|
1036
1040
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1037
1041
|
// FileInput aliases
|
|
1038
1042
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1043
|
+
// FileMinus aliases
|
|
1044
|
+
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1039
1045
|
// FileMusic aliases
|
|
1040
1046
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1041
1047
|
// FileOutput aliases
|
|
1042
1048
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1043
|
-
// FileMinus aliases
|
|
1044
|
-
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1045
|
-
// FilePlus aliases
|
|
1046
|
-
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1047
1049
|
// FileScan aliases
|
|
1048
1050
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1051
|
+
// FilePlus aliases
|
|
1052
|
+
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1049
1053
|
// FileSearch aliases
|
|
1050
1054
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1051
1055
|
// FileSliders aliases
|
|
@@ -1060,22 +1064,22 @@ export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
|
1060
1064
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1061
1065
|
// FileText aliases
|
|
1062
1066
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1063
|
-
// FileUp aliases
|
|
1064
|
-
export { default as FileUpIcon } from '../icons/file-up';
|
|
1065
1067
|
// FileType aliases
|
|
1066
1068
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1069
|
+
// FileUp aliases
|
|
1070
|
+
export { default as FileUpIcon } from '../icons/file-up';
|
|
1067
1071
|
// FileUser aliases
|
|
1068
1072
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1069
1073
|
// FileVolume aliases
|
|
1070
1074
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1071
|
-
// File aliases
|
|
1072
|
-
export { default as FileIcon } from '../icons/file';
|
|
1073
1075
|
// FileX aliases
|
|
1074
1076
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1075
|
-
// Film aliases
|
|
1076
|
-
export { default as FilmIcon } from '../icons/film';
|
|
1077
1077
|
// Files aliases
|
|
1078
1078
|
export { default as FilesIcon } from '../icons/files';
|
|
1079
|
+
// File aliases
|
|
1080
|
+
export { default as FileIcon } from '../icons/file';
|
|
1081
|
+
// Film aliases
|
|
1082
|
+
export { default as FilmIcon } from '../icons/film';
|
|
1079
1083
|
// FireExtinguisher aliases
|
|
1080
1084
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1081
1085
|
// FishOff aliases
|
|
@@ -1088,54 +1092,54 @@ export { default as FishIcon } from '../icons/fish';
|
|
|
1088
1092
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1089
1093
|
// FishingRod aliases
|
|
1090
1094
|
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1091
|
-
// FlagTriangleLeft aliases
|
|
1092
|
-
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1093
|
-
// Flag aliases
|
|
1094
|
-
export { default as FlagIcon } from '../icons/flag';
|
|
1095
1095
|
// FlagOff aliases
|
|
1096
1096
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1097
|
+
// FlagTriangleLeft aliases
|
|
1098
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1097
1099
|
// FlagTriangleRight aliases
|
|
1098
1100
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1099
|
-
// Flame aliases
|
|
1100
|
-
export { default as FlameIcon } from '../icons/flame';
|
|
1101
1101
|
// FlameKindling aliases
|
|
1102
1102
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1103
|
+
// Flag aliases
|
|
1104
|
+
export { default as FlagIcon } from '../icons/flag';
|
|
1105
|
+
// Flame aliases
|
|
1106
|
+
export { default as FlameIcon } from '../icons/flame';
|
|
1103
1107
|
// FlashlightOff aliases
|
|
1104
1108
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1105
|
-
// Flashlight aliases
|
|
1106
|
-
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1107
1109
|
// FlaskConicalOff aliases
|
|
1108
1110
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1109
|
-
//
|
|
1110
|
-
export { default as
|
|
1111
|
+
// Flashlight aliases
|
|
1112
|
+
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1111
1113
|
// FlaskConical aliases
|
|
1112
1114
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1113
1115
|
// FlaskRound aliases
|
|
1114
1116
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1115
1117
|
// FlipHorizontal2 aliases
|
|
1116
1118
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1119
|
+
// FlipVertical2 aliases
|
|
1120
|
+
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1117
1121
|
// Flower2 aliases
|
|
1118
1122
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1119
1123
|
// Flower aliases
|
|
1120
1124
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1121
|
-
// Focus aliases
|
|
1122
|
-
export { default as FocusIcon } from '../icons/focus';
|
|
1123
1125
|
// FoldHorizontal aliases
|
|
1124
1126
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1125
1127
|
// FoldVertical aliases
|
|
1126
1128
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1127
|
-
//
|
|
1128
|
-
export { default as
|
|
1129
|
+
// Focus aliases
|
|
1130
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1129
1131
|
// FolderArchive aliases
|
|
1130
1132
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1133
|
+
// FolderBookmark aliases
|
|
1134
|
+
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1131
1135
|
// FolderCheck aliases
|
|
1132
1136
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1133
1137
|
// FolderClosed aliases
|
|
1134
1138
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1135
|
-
// FolderClock aliases
|
|
1136
|
-
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1137
1139
|
// FolderCode aliases
|
|
1138
1140
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1141
|
+
// FolderClock aliases
|
|
1142
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1139
1143
|
// FolderDot aliases
|
|
1140
1144
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1141
1145
|
// FolderDown aliases
|
|
@@ -1156,12 +1160,12 @@ export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
|
1156
1160
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1157
1161
|
// FolderMinus aliases
|
|
1158
1162
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1159
|
-
// FolderOpenDot aliases
|
|
1160
|
-
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1161
1163
|
// FolderOpen aliases
|
|
1162
1164
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1163
1165
|
// FolderOutput aliases
|
|
1164
1166
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1167
|
+
// FolderOpenDot aliases
|
|
1168
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1165
1169
|
// FolderPlus aliases
|
|
1166
1170
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1167
1171
|
// FolderRoot aliases
|
|
@@ -1170,22 +1174,22 @@ export { default as FolderRootIcon } from '../icons/folder-root';
|
|
|
1170
1174
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1171
1175
|
// FolderSearch aliases
|
|
1172
1176
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1173
|
-
// FolderTree aliases
|
|
1174
|
-
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1175
1177
|
// FolderSymlink aliases
|
|
1176
1178
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1179
|
+
// FolderTree aliases
|
|
1180
|
+
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1177
1181
|
// FolderSync aliases
|
|
1178
1182
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1179
1183
|
// FolderUp aliases
|
|
1180
1184
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1181
|
-
// Folder aliases
|
|
1182
|
-
export { default as FolderIcon } from '../icons/folder';
|
|
1183
1185
|
// FolderX aliases
|
|
1184
1186
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1185
|
-
//
|
|
1186
|
-
export { default as
|
|
1187
|
+
// Folder aliases
|
|
1188
|
+
export { default as FolderIcon } from '../icons/folder';
|
|
1187
1189
|
// Footprints aliases
|
|
1188
1190
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1191
|
+
// Folders aliases
|
|
1192
|
+
export { default as FoldersIcon } from '../icons/folders';
|
|
1189
1193
|
// Forklift aliases
|
|
1190
1194
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1191
1195
|
// Form aliases
|
|
@@ -1194,12 +1198,12 @@ export { default as FormIcon } from '../icons/form';
|
|
|
1194
1198
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1195
1199
|
// Frame aliases
|
|
1196
1200
|
export { default as FrameIcon } from '../icons/frame';
|
|
1197
|
-
// Frown aliases
|
|
1198
|
-
export { default as FrownIcon } from '../icons/frown';
|
|
1199
1201
|
// Fuel aliases
|
|
1200
1202
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1201
1203
|
// Fullscreen aliases
|
|
1202
1204
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1205
|
+
// Frown aliases
|
|
1206
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1203
1207
|
// FunnelPlus aliases
|
|
1204
1208
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1205
1209
|
// GalleryHorizontalEnd aliases
|
|
@@ -1208,10 +1212,10 @@ export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal
|
|
|
1208
1212
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1209
1213
|
// GalleryThumbnails aliases
|
|
1210
1214
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1211
|
-
// GalleryVertical aliases
|
|
1212
|
-
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1213
1215
|
// GalleryVerticalEnd aliases
|
|
1214
1216
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1217
|
+
// GalleryVertical aliases
|
|
1218
|
+
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1215
1219
|
// Gamepad2 aliases
|
|
1216
1220
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1217
1221
|
// GamepadDirectional aliases
|
|
@@ -1222,70 +1226,70 @@ export { default as GamepadIcon } from '../icons/gamepad';
|
|
|
1222
1226
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1223
1227
|
// Gavel aliases
|
|
1224
1228
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1225
|
-
// GeorgianLari aliases
|
|
1226
|
-
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1227
1229
|
// Gem aliases
|
|
1228
1230
|
export { default as GemIcon } from '../icons/gem';
|
|
1229
|
-
//
|
|
1230
|
-
export { default as
|
|
1231
|
+
// GeorgianLari aliases
|
|
1232
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1231
1233
|
// Gift aliases
|
|
1232
1234
|
export { default as GiftIcon } from '../icons/gift';
|
|
1235
|
+
// Ghost aliases
|
|
1236
|
+
export { default as GhostIcon } from '../icons/ghost';
|
|
1237
|
+
// GitBranch aliases
|
|
1238
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1233
1239
|
// GitBranchMinus aliases
|
|
1234
1240
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1235
1241
|
// GitBranchPlus aliases
|
|
1236
1242
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1237
|
-
// GitBranch aliases
|
|
1238
|
-
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1239
1243
|
// GitCommitVertical aliases
|
|
1240
1244
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1241
1245
|
// GitCompareArrows aliases
|
|
1242
1246
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1243
1247
|
// GitCompare aliases
|
|
1244
1248
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1245
|
-
// GitGraph aliases
|
|
1246
|
-
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1247
1249
|
// GitFork aliases
|
|
1248
1250
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1251
|
+
// GitGraph aliases
|
|
1252
|
+
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1249
1253
|
// GitMergeConflict aliases
|
|
1250
1254
|
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1251
1255
|
// GitMerge aliases
|
|
1252
1256
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1257
|
+
// GitPullRequestCreateArrow aliases
|
|
1258
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1253
1259
|
// GitPullRequestArrow aliases
|
|
1254
1260
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1255
1261
|
// GitPullRequestClosed aliases
|
|
1256
1262
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1257
|
-
// GitPullRequestCreateArrow aliases
|
|
1258
|
-
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1259
|
-
// GitPullRequestDraft aliases
|
|
1260
|
-
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1261
1263
|
// GitPullRequestCreate aliases
|
|
1262
1264
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1265
|
+
// GitPullRequestDraft aliases
|
|
1266
|
+
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1263
1267
|
// GlassWater aliases
|
|
1264
1268
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1265
1269
|
// GitPullRequest aliases
|
|
1266
1270
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1267
1271
|
// Glasses aliases
|
|
1268
1272
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1269
|
-
// GlobeLock aliases
|
|
1270
|
-
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1271
1273
|
// GlobeCheck aliases
|
|
1272
1274
|
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1273
1275
|
// GlobeOff aliases
|
|
1274
1276
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1277
|
+
// GlobeLock aliases
|
|
1278
|
+
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1275
1279
|
// GlobeX aliases
|
|
1276
1280
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1277
|
-
// Goal aliases
|
|
1278
|
-
export { default as GoalIcon } from '../icons/goal';
|
|
1279
1281
|
// Globe aliases
|
|
1280
1282
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1283
|
+
// Goal aliases
|
|
1284
|
+
export { default as GoalIcon } from '../icons/goal';
|
|
1281
1285
|
// Gpu aliases
|
|
1282
1286
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1283
1287
|
// GraduationCap aliases
|
|
1284
1288
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1285
|
-
// Grid3x2 aliases
|
|
1286
|
-
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1287
1289
|
// Grape aliases
|
|
1288
1290
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1291
|
+
// Grid3x2 aliases
|
|
1292
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1289
1293
|
// GripHorizontal aliases
|
|
1290
1294
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1291
1295
|
// GripVertical aliases
|
|
@@ -1294,14 +1298,14 @@ export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
|
1294
1298
|
export { default as GripIcon } from '../icons/grip';
|
|
1295
1299
|
// Group aliases
|
|
1296
1300
|
export { default as GroupIcon } from '../icons/group';
|
|
1297
|
-
// Guitar aliases
|
|
1298
|
-
export { default as GuitarIcon } from '../icons/guitar';
|
|
1299
|
-
// Ham aliases
|
|
1300
|
-
export { default as HamIcon } from '../icons/ham';
|
|
1301
1301
|
// Hamburger aliases
|
|
1302
1302
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1303
1303
|
// Hammer aliases
|
|
1304
1304
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1305
|
+
// Guitar aliases
|
|
1306
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1307
|
+
// Ham aliases
|
|
1308
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1305
1309
|
// HandCoins aliases
|
|
1306
1310
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1307
1311
|
// HandFist aliases
|
|
@@ -1316,36 +1320,36 @@ export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
|
1316
1320
|
export { default as HandIcon } from '../icons/hand';
|
|
1317
1321
|
// Handbag aliases
|
|
1318
1322
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1323
|
+
// HardDriveDownload aliases
|
|
1324
|
+
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1319
1325
|
// Handshake aliases
|
|
1320
1326
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1321
1327
|
// HardDriveUpload aliases
|
|
1322
1328
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1323
|
-
//
|
|
1324
|
-
export { default as
|
|
1329
|
+
// HardDrive aliases
|
|
1330
|
+
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1325
1331
|
// HardHat aliases
|
|
1326
1332
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1327
|
-
// HatGlasses aliases
|
|
1328
|
-
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1329
1333
|
// Hash aliases
|
|
1330
1334
|
export { default as HashIcon } from '../icons/hash';
|
|
1335
|
+
// HatGlasses aliases
|
|
1336
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1337
|
+
// Hd aliases
|
|
1338
|
+
export { default as HdIcon } from '../icons/hd';
|
|
1331
1339
|
// Haze aliases
|
|
1332
1340
|
export { default as HazeIcon } from '../icons/haze';
|
|
1333
|
-
// HardDrive aliases
|
|
1334
|
-
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1335
1341
|
// HdmiPort aliases
|
|
1336
1342
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1337
|
-
// Hd aliases
|
|
1338
|
-
export { default as HdIcon } from '../icons/hd';
|
|
1339
1343
|
// Heading1 aliases
|
|
1340
1344
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1341
1345
|
// Heading2 aliases
|
|
1342
1346
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1343
1347
|
// Heading3 aliases
|
|
1344
1348
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1345
|
-
// Heading4 aliases
|
|
1346
|
-
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1347
1349
|
// Heading5 aliases
|
|
1348
1350
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1351
|
+
// Heading4 aliases
|
|
1352
|
+
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1349
1353
|
// Heading6 aliases
|
|
1350
1354
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1351
1355
|
// Heading aliases
|
|
@@ -1354,52 +1358,52 @@ export { default as HeadingIcon } from '../icons/heading';
|
|
|
1354
1358
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1355
1359
|
// Headphones aliases
|
|
1356
1360
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1357
|
-
// HeartCrack aliases
|
|
1358
|
-
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1359
1361
|
// Headset aliases
|
|
1360
1362
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1363
|
+
// HeartCrack aliases
|
|
1364
|
+
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1365
|
+
// HeartHandshake aliases
|
|
1366
|
+
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1361
1367
|
// HeartMinus aliases
|
|
1362
1368
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1363
1369
|
// HeartOff aliases
|
|
1364
1370
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1365
1371
|
// HeartPlus aliases
|
|
1366
1372
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1367
|
-
// HeartHandshake aliases
|
|
1368
|
-
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1369
1373
|
// HeartPulse aliases
|
|
1370
1374
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1371
|
-
// Heart aliases
|
|
1372
|
-
export { default as HeartIcon } from '../icons/heart';
|
|
1373
1375
|
// HeartX aliases
|
|
1374
1376
|
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1375
|
-
//
|
|
1376
|
-
export { default as
|
|
1377
|
-
// Helicopter aliases
|
|
1378
|
-
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1377
|
+
// Heart aliases
|
|
1378
|
+
export { default as HeartIcon } from '../icons/heart';
|
|
1379
1379
|
// Heater aliases
|
|
1380
1380
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1381
|
+
// Helicopter aliases
|
|
1382
|
+
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1383
|
+
// Highlighter aliases
|
|
1384
|
+
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1381
1385
|
// Hexagon aliases
|
|
1382
1386
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1383
1387
|
// History aliases
|
|
1384
1388
|
export { default as HistoryIcon } from '../icons/history';
|
|
1385
1389
|
// HopOff aliases
|
|
1386
1390
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1387
|
-
// Hotel aliases
|
|
1388
|
-
export { default as HotelIcon } from '../icons/hotel';
|
|
1389
1391
|
// Hop aliases
|
|
1390
1392
|
export { default as HopIcon } from '../icons/hop';
|
|
1391
1393
|
// Hospital aliases
|
|
1392
1394
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1395
|
+
// Hotel aliases
|
|
1396
|
+
export { default as HotelIcon } from '../icons/hotel';
|
|
1393
1397
|
// Hourglass aliases
|
|
1394
1398
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1395
|
-
// HouseHeart aliases
|
|
1396
|
-
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1397
1399
|
// HousePlug aliases
|
|
1398
1400
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1399
1401
|
// HousePlus aliases
|
|
1400
1402
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1401
1403
|
// HouseWifi aliases
|
|
1402
1404
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1405
|
+
// HouseHeart aliases
|
|
1406
|
+
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1403
1407
|
// IdCard aliases
|
|
1404
1408
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1405
1409
|
// IdCardLanyard aliases
|
|
@@ -1428,28 +1432,28 @@ export { default as InboxIcon } from '../icons/inbox';
|
|
|
1428
1432
|
export { default as ImportIcon } from '../icons/import';
|
|
1429
1433
|
// IndianRupee aliases
|
|
1430
1434
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1431
|
-
// InspectionPanel aliases
|
|
1432
|
-
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1433
1435
|
// Infinity aliases
|
|
1434
1436
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1437
|
+
// InspectionPanel aliases
|
|
1438
|
+
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1435
1439
|
// Info aliases
|
|
1436
1440
|
export { default as InfoIcon } from '../icons/info';
|
|
1437
|
-
// Italic aliases
|
|
1438
|
-
export { default as ItalicIcon } from '../icons/italic';
|
|
1439
1441
|
// IterationCcw aliases
|
|
1440
1442
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1443
|
+
// Italic aliases
|
|
1444
|
+
export { default as ItalicIcon } from '../icons/italic';
|
|
1441
1445
|
// IterationCw aliases
|
|
1442
1446
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1443
1447
|
// JapaneseYen aliases
|
|
1444
1448
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1445
|
-
// Joystick aliases
|
|
1446
|
-
export { default as JoystickIcon } from '../icons/joystick';
|
|
1447
1449
|
// Kanban aliases
|
|
1448
1450
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1449
|
-
//
|
|
1450
|
-
export { default as
|
|
1451
|
+
// Joystick aliases
|
|
1452
|
+
export { default as JoystickIcon } from '../icons/joystick';
|
|
1451
1453
|
// Kayak aliases
|
|
1452
1454
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1455
|
+
// KeyRound aliases
|
|
1456
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1453
1457
|
// KeySquare aliases
|
|
1454
1458
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1455
1459
|
// Key aliases
|
|
@@ -1458,24 +1462,24 @@ export { default as KeyIcon } from '../icons/key';
|
|
|
1458
1462
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1459
1463
|
// KeyboardOff aliases
|
|
1460
1464
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1461
|
-
// Keyboard aliases
|
|
1462
|
-
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1463
1465
|
// LampCeiling aliases
|
|
1464
1466
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1465
1467
|
// LampDesk aliases
|
|
1466
1468
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1469
|
+
// Keyboard aliases
|
|
1470
|
+
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1467
1471
|
// LampFloor aliases
|
|
1468
1472
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1469
1473
|
// LampWallDown aliases
|
|
1470
1474
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1471
|
-
//
|
|
1472
|
-
export { default as
|
|
1475
|
+
// Lamp aliases
|
|
1476
|
+
export { default as LampIcon } from '../icons/lamp';
|
|
1473
1477
|
// LandPlot aliases
|
|
1474
1478
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1479
|
+
// LampWallUp aliases
|
|
1480
|
+
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1475
1481
|
// Landmark aliases
|
|
1476
1482
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1477
|
-
// Lamp aliases
|
|
1478
|
-
export { default as LampIcon } from '../icons/lamp';
|
|
1479
1483
|
// Languages aliases
|
|
1480
1484
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1481
1485
|
// LaptopMinimalCheck aliases
|
|
@@ -1486,10 +1490,10 @@ export { default as LaptopIcon } from '../icons/laptop';
|
|
|
1486
1490
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1487
1491
|
// Lasso aliases
|
|
1488
1492
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1489
|
-
// Layers2 aliases
|
|
1490
|
-
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1491
1493
|
// Laugh aliases
|
|
1492
1494
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1495
|
+
// Layers2 aliases
|
|
1496
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1493
1497
|
// LayersMinus aliases
|
|
1494
1498
|
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1495
1499
|
// LayersPlus aliases
|
|
@@ -1512,50 +1516,50 @@ export { default as LeafIcon } from '../icons/leaf';
|
|
|
1512
1516
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1513
1517
|
// Lectern aliases
|
|
1514
1518
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1515
|
-
// LensConvex aliases
|
|
1516
|
-
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1517
|
-
// LibraryBig aliases
|
|
1518
|
-
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1519
1519
|
// LensConcave aliases
|
|
1520
1520
|
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1521
|
+
// LibraryBig aliases
|
|
1522
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1523
|
+
// LensConvex aliases
|
|
1524
|
+
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1521
1525
|
// Library aliases
|
|
1522
1526
|
export { default as LibraryIcon } from '../icons/library';
|
|
1523
|
-
// Ligature aliases
|
|
1524
|
-
export { default as LigatureIcon } from '../icons/ligature';
|
|
1525
1527
|
// LifeBuoy aliases
|
|
1526
1528
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1527
|
-
//
|
|
1528
|
-
export { default as
|
|
1529
|
+
// Ligature aliases
|
|
1530
|
+
export { default as LigatureIcon } from '../icons/ligature';
|
|
1529
1531
|
// LightbulbOff aliases
|
|
1530
1532
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1531
|
-
//
|
|
1532
|
-
export { default as
|
|
1533
|
+
// Lightbulb aliases
|
|
1534
|
+
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1533
1535
|
// LineDotRightHorizontal aliases
|
|
1534
1536
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1537
|
+
// LineSquiggle aliases
|
|
1538
|
+
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1535
1539
|
// LineStyle aliases
|
|
1536
1540
|
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1537
1541
|
// Link2Off aliases
|
|
1538
1542
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1539
|
-
// Link aliases
|
|
1540
|
-
export { default as LinkIcon } from '../icons/link';
|
|
1541
1543
|
// Link2 aliases
|
|
1542
1544
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1545
|
+
// Link aliases
|
|
1546
|
+
export { default as LinkIcon } from '../icons/link';
|
|
1543
1547
|
// ListCheck aliases
|
|
1544
1548
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1545
1549
|
// ListChecks aliases
|
|
1546
1550
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1547
1551
|
// ListChevronsDownUp aliases
|
|
1548
1552
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1549
|
-
// ListCollapse aliases
|
|
1550
|
-
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1551
1553
|
// ListChevronsUpDown aliases
|
|
1552
1554
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1555
|
+
// ListCollapse aliases
|
|
1556
|
+
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1553
1557
|
// ListEnd aliases
|
|
1554
1558
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1555
|
-
// ListFilter aliases
|
|
1556
|
-
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1557
1559
|
// ListFilterPlus aliases
|
|
1558
1560
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1561
|
+
// ListFilter aliases
|
|
1562
|
+
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1559
1563
|
// ListMinus aliases
|
|
1560
1564
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1561
1565
|
// ListMusic aliases
|
|
@@ -1566,6 +1570,10 @@ export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
|
1566
1570
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1567
1571
|
// ListRestart aliases
|
|
1568
1572
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1573
|
+
// ListSortDescending aliases
|
|
1574
|
+
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1575
|
+
// ListSortAscending aliases
|
|
1576
|
+
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1569
1577
|
// ListStart aliases
|
|
1570
1578
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1571
1579
|
// ListTodo aliases
|
|
@@ -1574,50 +1582,50 @@ export { default as ListTodoIcon } from '../icons/list-todo';
|
|
|
1574
1582
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1575
1583
|
// ListVideo aliases
|
|
1576
1584
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1577
|
-
// ListX aliases
|
|
1578
|
-
export { default as ListXIcon } from '../icons/list-x';
|
|
1579
1585
|
// List aliases
|
|
1580
1586
|
export { default as ListIcon } from '../icons/list';
|
|
1587
|
+
// ListX aliases
|
|
1588
|
+
export { default as ListXIcon } from '../icons/list-x';
|
|
1581
1589
|
// LoaderPinwheel aliases
|
|
1582
1590
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1583
|
-
// Loader aliases
|
|
1584
|
-
export { default as LoaderIcon } from '../icons/loader';
|
|
1585
|
-
// Locate aliases
|
|
1586
|
-
export { default as LocateIcon } from '../icons/locate';
|
|
1587
1591
|
// LocateFixed aliases
|
|
1588
1592
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1589
1593
|
// LocateOff aliases
|
|
1590
1594
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1595
|
+
// Locate aliases
|
|
1596
|
+
export { default as LocateIcon } from '../icons/locate';
|
|
1597
|
+
// Loader aliases
|
|
1598
|
+
export { default as LoaderIcon } from '../icons/loader';
|
|
1591
1599
|
// LockKeyhole aliases
|
|
1592
1600
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1593
|
-
// LogIn aliases
|
|
1594
|
-
export { default as LogInIcon } from '../icons/log-in';
|
|
1595
1601
|
// Lock aliases
|
|
1596
1602
|
export { default as LockIcon } from '../icons/lock';
|
|
1597
1603
|
// LogOut aliases
|
|
1598
1604
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1605
|
+
// LogIn aliases
|
|
1606
|
+
export { default as LogInIcon } from '../icons/log-in';
|
|
1599
1607
|
// Logs aliases
|
|
1600
1608
|
export { default as LogsIcon } from '../icons/logs';
|
|
1601
|
-
// Luggage aliases
|
|
1602
|
-
export { default as LuggageIcon } from '../icons/luggage';
|
|
1603
1609
|
// Lollipop aliases
|
|
1604
1610
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1611
|
+
// Luggage aliases
|
|
1612
|
+
export { default as LuggageIcon } from '../icons/luggage';
|
|
1605
1613
|
// Magnet aliases
|
|
1606
1614
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1607
|
-
// MailCheck aliases
|
|
1608
|
-
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1609
1615
|
// MailMinus aliases
|
|
1610
1616
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1617
|
+
// MailCheck aliases
|
|
1618
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1611
1619
|
// MailOpen aliases
|
|
1612
1620
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1613
|
-
// MailPlus aliases
|
|
1614
|
-
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1615
1621
|
// MailSearch aliases
|
|
1616
1622
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1617
|
-
//
|
|
1618
|
-
export { default as
|
|
1623
|
+
// MailPlus aliases
|
|
1624
|
+
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1619
1625
|
// MailWarning aliases
|
|
1620
1626
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1627
|
+
// MailX aliases
|
|
1628
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1621
1629
|
// Mail aliases
|
|
1622
1630
|
export { default as MailIcon } from '../icons/mail';
|
|
1623
1631
|
// Mailbox aliases
|
|
@@ -1636,44 +1644,44 @@ export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
|
1636
1644
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1637
1645
|
// MapPinMinus aliases
|
|
1638
1646
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1639
|
-
// MapPinPlus aliases
|
|
1640
|
-
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1641
|
-
// MapPinPlusInside aliases
|
|
1642
|
-
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1643
1647
|
// MapPinOff aliases
|
|
1644
1648
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1649
|
+
// MapPinPlusInside aliases
|
|
1650
|
+
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1651
|
+
// MapPinPlus aliases
|
|
1652
|
+
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1645
1653
|
// MapPinSearch aliases
|
|
1646
1654
|
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1647
|
-
// MapPinXInside aliases
|
|
1648
|
-
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1649
1655
|
// MapPinX aliases
|
|
1650
1656
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1657
|
+
// MapPinXInside aliases
|
|
1658
|
+
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1651
1659
|
// MapPin aliases
|
|
1652
1660
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1653
1661
|
// MapPinned aliases
|
|
1654
1662
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1655
1663
|
// MapPlus aliases
|
|
1656
1664
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1665
|
+
// MarsStroke aliases
|
|
1666
|
+
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1657
1667
|
// Map aliases
|
|
1658
1668
|
export { default as MapIcon } from '../icons/map';
|
|
1659
|
-
// Mars aliases
|
|
1660
|
-
export { default as MarsIcon } from '../icons/mars';
|
|
1661
1669
|
// Martini aliases
|
|
1662
1670
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1663
|
-
// MarsStroke aliases
|
|
1664
|
-
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1665
1671
|
// Maximize2 aliases
|
|
1666
1672
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1673
|
+
// Mars aliases
|
|
1674
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1667
1675
|
// Maximize aliases
|
|
1668
1676
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1669
|
-
// MegaphoneOff aliases
|
|
1670
|
-
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1671
1677
|
// Medal aliases
|
|
1672
1678
|
export { default as MedalIcon } from '../icons/medal';
|
|
1673
1679
|
// Megaphone aliases
|
|
1674
1680
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1675
1681
|
// Meh aliases
|
|
1676
1682
|
export { default as MehIcon } from '../icons/meh';
|
|
1683
|
+
// MegaphoneOff aliases
|
|
1684
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1677
1685
|
// MemoryStick aliases
|
|
1678
1686
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1679
1687
|
// Menu aliases
|
|
@@ -1700,46 +1708,46 @@ export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply
|
|
|
1700
1708
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1701
1709
|
// MessageCircleX aliases
|
|
1702
1710
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1703
|
-
// MessageSquareCheck aliases
|
|
1704
|
-
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1705
1711
|
// MessageCircle aliases
|
|
1706
1712
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1707
|
-
//
|
|
1708
|
-
export { default as
|
|
1709
|
-
// MessageSquareDiff aliases
|
|
1710
|
-
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1713
|
+
// MessageSquareCheck aliases
|
|
1714
|
+
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1711
1715
|
// MessageSquareCode aliases
|
|
1712
1716
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1713
|
-
//
|
|
1714
|
-
export { default as
|
|
1717
|
+
// MessageSquareDashed aliases
|
|
1718
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1719
|
+
// MessageSquareDiff aliases
|
|
1720
|
+
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1715
1721
|
// MessageSquareDot aliases
|
|
1716
1722
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1723
|
+
// MessageSquareHeart aliases
|
|
1724
|
+
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1717
1725
|
// MessageSquareLock aliases
|
|
1718
1726
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1719
1727
|
// MessageSquareMore aliases
|
|
1720
1728
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1721
|
-
// MessageSquarePlus aliases
|
|
1722
|
-
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1723
1729
|
// MessageSquareOff aliases
|
|
1724
1730
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1725
|
-
//
|
|
1726
|
-
export { default as
|
|
1731
|
+
// MessageSquarePlus aliases
|
|
1732
|
+
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1727
1733
|
// MessageSquareReply aliases
|
|
1728
1734
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1735
|
+
// MessageSquareText aliases
|
|
1736
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1737
|
+
// MessageSquareQuote aliases
|
|
1738
|
+
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1729
1739
|
// MessageSquareShare aliases
|
|
1730
1740
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1731
1741
|
// MessageSquareWarning aliases
|
|
1732
1742
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1733
|
-
// MessageSquareText aliases
|
|
1734
|
-
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1735
1743
|
// MessageSquareX aliases
|
|
1736
1744
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1737
|
-
// MessagesSquare aliases
|
|
1738
|
-
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1739
1745
|
// MessageSquare aliases
|
|
1740
1746
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1741
1747
|
// Metronome aliases
|
|
1742
1748
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1749
|
+
// MessagesSquare aliases
|
|
1750
|
+
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1743
1751
|
// MicOff aliases
|
|
1744
1752
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1745
1753
|
// Mic aliases
|
|
@@ -1756,46 +1764,46 @@ export { default as MilestoneIcon } from '../icons/milestone';
|
|
|
1756
1764
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1757
1765
|
// Milk aliases
|
|
1758
1766
|
export { default as MilkIcon } from '../icons/milk';
|
|
1759
|
-
// Minimize aliases
|
|
1760
|
-
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1761
1767
|
// Minimize2 aliases
|
|
1762
1768
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1763
|
-
//
|
|
1764
|
-
export { default as
|
|
1769
|
+
// Minimize aliases
|
|
1770
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1765
1771
|
// Minus aliases
|
|
1766
1772
|
export { default as MinusIcon } from '../icons/minus';
|
|
1773
|
+
// MirrorRectangular aliases
|
|
1774
|
+
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1767
1775
|
// MirrorRound aliases
|
|
1768
1776
|
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1769
|
-
// MonitorCheck aliases
|
|
1770
|
-
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1771
1777
|
// MonitorCloud aliases
|
|
1772
1778
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1773
|
-
//
|
|
1774
|
-
export { default as
|
|
1779
|
+
// MonitorCheck aliases
|
|
1780
|
+
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1775
1781
|
// MonitorCog aliases
|
|
1776
1782
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1783
|
+
// MonitorDot aliases
|
|
1784
|
+
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1777
1785
|
// MonitorDown aliases
|
|
1778
1786
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1779
1787
|
// MonitorOff aliases
|
|
1780
1788
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1781
1789
|
// MonitorPause aliases
|
|
1782
1790
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1783
|
-
// MonitorSmartphone aliases
|
|
1784
|
-
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1785
1791
|
// MonitorPlay aliases
|
|
1786
1792
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1793
|
+
// MonitorSmartphone aliases
|
|
1794
|
+
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1787
1795
|
// MonitorSpeaker aliases
|
|
1788
1796
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1789
1797
|
// MonitorStop aliases
|
|
1790
1798
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1791
|
-
// MonitorX aliases
|
|
1792
|
-
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1793
1799
|
// MonitorUp aliases
|
|
1794
1800
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1795
|
-
//
|
|
1796
|
-
export { default as
|
|
1801
|
+
// MonitorX aliases
|
|
1802
|
+
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1797
1803
|
// Monitor aliases
|
|
1798
1804
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1805
|
+
// MoonStar aliases
|
|
1806
|
+
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1799
1807
|
// Moon aliases
|
|
1800
1808
|
export { default as MoonIcon } from '../icons/moon';
|
|
1801
1809
|
// Motorbike aliases
|
|
@@ -1814,74 +1822,74 @@ export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
|
1814
1822
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1815
1823
|
// MousePointerBan aliases
|
|
1816
1824
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1817
|
-
// MousePointerClick aliases
|
|
1818
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1819
1825
|
// MousePointer aliases
|
|
1820
1826
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1827
|
+
// MousePointerClick aliases
|
|
1828
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1821
1829
|
// MouseRight aliases
|
|
1822
1830
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1831
|
+
// MoveDiagonal aliases
|
|
1832
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1823
1833
|
// Mouse aliases
|
|
1824
1834
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1825
1835
|
// MoveDiagonal2 aliases
|
|
1826
1836
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1827
|
-
// MoveDiagonal aliases
|
|
1828
|
-
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1829
1837
|
// MoveDownLeft aliases
|
|
1830
1838
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1831
|
-
// MoveDown aliases
|
|
1832
|
-
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1833
1839
|
// MoveDownRight aliases
|
|
1834
1840
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1841
|
+
// MoveDown aliases
|
|
1842
|
+
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1835
1843
|
// MoveHorizontal aliases
|
|
1836
1844
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1837
1845
|
// MoveLeft aliases
|
|
1838
1846
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1839
1847
|
// MoveRight aliases
|
|
1840
1848
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1841
|
-
// MoveUpRight aliases
|
|
1842
|
-
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1843
1849
|
// MoveUpLeft aliases
|
|
1844
1850
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1851
|
+
// MoveUpRight aliases
|
|
1852
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1845
1853
|
// MoveUp aliases
|
|
1846
1854
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1847
1855
|
// MoveVertical aliases
|
|
1848
1856
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1849
|
-
// Music3 aliases
|
|
1850
|
-
export { default as Music3Icon } from '../icons/music-3';
|
|
1851
1857
|
// Move aliases
|
|
1852
1858
|
export { default as MoveIcon } from '../icons/move';
|
|
1853
1859
|
// Music2 aliases
|
|
1854
1860
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1861
|
+
// Music3 aliases
|
|
1862
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1855
1863
|
// Music4 aliases
|
|
1856
1864
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1865
|
+
// Navigation2Off aliases
|
|
1866
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1857
1867
|
// Music aliases
|
|
1858
1868
|
export { default as MusicIcon } from '../icons/music';
|
|
1859
1869
|
// Navigation2 aliases
|
|
1860
1870
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1861
|
-
// Navigation2Off aliases
|
|
1862
|
-
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1863
1871
|
// NavigationOff aliases
|
|
1864
1872
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1865
|
-
// Navigation aliases
|
|
1866
|
-
export { default as NavigationIcon } from '../icons/navigation';
|
|
1867
|
-
// Newspaper aliases
|
|
1868
|
-
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1869
1873
|
// Network aliases
|
|
1870
1874
|
export { default as NetworkIcon } from '../icons/network';
|
|
1875
|
+
// Newspaper aliases
|
|
1876
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1877
|
+
// Navigation aliases
|
|
1878
|
+
export { default as NavigationIcon } from '../icons/navigation';
|
|
1871
1879
|
// Nfc aliases
|
|
1872
1880
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1873
|
-
// NotebookText aliases
|
|
1874
|
-
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1875
1881
|
// NonBinary aliases
|
|
1876
1882
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1877
|
-
// NotebookTabs aliases
|
|
1878
|
-
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1879
1883
|
// NotebookPen aliases
|
|
1880
1884
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1881
|
-
//
|
|
1882
|
-
export { default as
|
|
1885
|
+
// NotebookText aliases
|
|
1886
|
+
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1887
|
+
// NotebookTabs aliases
|
|
1888
|
+
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1883
1889
|
// NotepadTextDashed aliases
|
|
1884
1890
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1891
|
+
// Notebook aliases
|
|
1892
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1885
1893
|
// NotepadText aliases
|
|
1886
1894
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1887
1895
|
// NutOff aliases
|
|
@@ -1892,16 +1900,16 @@ export { default as NutIcon } from '../icons/nut';
|
|
|
1892
1900
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1893
1901
|
// Octagon aliases
|
|
1894
1902
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1895
|
-
// Option aliases
|
|
1896
|
-
export { default as OptionIcon } from '../icons/option';
|
|
1897
1903
|
// Omega aliases
|
|
1898
1904
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1899
|
-
//
|
|
1900
|
-
export { default as
|
|
1905
|
+
// Option aliases
|
|
1906
|
+
export { default as OptionIcon } from '../icons/option';
|
|
1901
1907
|
// Orbit aliases
|
|
1902
1908
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1903
1909
|
// Origami aliases
|
|
1904
1910
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1911
|
+
// Package2 aliases
|
|
1912
|
+
export { default as Package2Icon } from '../icons/package-2';
|
|
1905
1913
|
// PackageCheck aliases
|
|
1906
1914
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1907
1915
|
// PackageMinus aliases
|
|
@@ -1912,10 +1920,10 @@ export { default as PackageOpenIcon } from '../icons/package-open';
|
|
|
1912
1920
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1913
1921
|
// PackageSearch aliases
|
|
1914
1922
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1915
|
-
// PackageX aliases
|
|
1916
|
-
export { default as PackageXIcon } from '../icons/package-x';
|
|
1917
1923
|
// Package aliases
|
|
1918
1924
|
export { default as PackageIcon } from '../icons/package';
|
|
1925
|
+
// PackageX aliases
|
|
1926
|
+
export { default as PackageXIcon } from '../icons/package-x';
|
|
1919
1927
|
// PaintBucket aliases
|
|
1920
1928
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1921
1929
|
// PaintRoller aliases
|
|
@@ -1926,18 +1934,18 @@ export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
|
1926
1934
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1927
1935
|
// Panda aliases
|
|
1928
1936
|
export { default as PandaIcon } from '../icons/panda';
|
|
1929
|
-
// PanelBottomOpen aliases
|
|
1930
|
-
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1931
1937
|
// PanelBottomClose aliases
|
|
1932
1938
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1939
|
+
// PanelBottomOpen aliases
|
|
1940
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1933
1941
|
// PanelBottom aliases
|
|
1934
1942
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1935
1943
|
// PanelLeftRightDashed aliases
|
|
1936
1944
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1937
|
-
// PanelRightClose aliases
|
|
1938
|
-
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1939
1945
|
// PanelRightOpen aliases
|
|
1940
1946
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1947
|
+
// PanelRightClose aliases
|
|
1948
|
+
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1941
1949
|
// PanelRight aliases
|
|
1942
1950
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1943
1951
|
// PanelTopBottomDashed aliases
|
|
@@ -1954,42 +1962,42 @@ export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
|
1954
1962
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1955
1963
|
// Paperclip aliases
|
|
1956
1964
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1957
|
-
// Parasol aliases
|
|
1958
|
-
export { default as ParasolIcon } from '../icons/parasol';
|
|
1959
1965
|
// Parentheses aliases
|
|
1960
1966
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1961
|
-
//
|
|
1962
|
-
export { default as
|
|
1967
|
+
// Parasol aliases
|
|
1968
|
+
export { default as ParasolIcon } from '../icons/parasol';
|
|
1963
1969
|
// ParkingMeter aliases
|
|
1964
1970
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1971
|
+
// PartyPopper aliases
|
|
1972
|
+
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1965
1973
|
// Pause aliases
|
|
1966
1974
|
export { default as PauseIcon } from '../icons/pause';
|
|
1967
|
-
// PawPrint aliases
|
|
1968
|
-
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1969
1975
|
// PcCase aliases
|
|
1970
1976
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1977
|
+
// PawPrint aliases
|
|
1978
|
+
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1971
1979
|
// PenOff aliases
|
|
1972
1980
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1973
1981
|
// PenTool aliases
|
|
1974
1982
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1975
1983
|
// PencilLine aliases
|
|
1976
1984
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1977
|
-
// PencilOff aliases
|
|
1978
|
-
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1979
1985
|
// PencilRuler aliases
|
|
1980
1986
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1981
1987
|
// Pencil aliases
|
|
1982
1988
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1989
|
+
// PencilOff aliases
|
|
1990
|
+
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1983
1991
|
// Pentagon aliases
|
|
1984
1992
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1985
1993
|
// Percent aliases
|
|
1986
1994
|
export { default as PercentIcon } from '../icons/percent';
|
|
1987
1995
|
// PersonStanding aliases
|
|
1988
1996
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1989
|
-
// PhoneCall aliases
|
|
1990
|
-
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1991
1997
|
// PhilippinePeso aliases
|
|
1992
1998
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1999
|
+
// PhoneCall aliases
|
|
2000
|
+
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1993
2001
|
// PhoneForwarded aliases
|
|
1994
2002
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1995
2003
|
// PhoneIncoming aliases
|
|
@@ -1998,10 +2006,10 @@ export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
|
1998
2006
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1999
2007
|
// PhoneOff aliases
|
|
2000
2008
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
2001
|
-
// Phone aliases
|
|
2002
|
-
export { default as PhoneIcon } from '../icons/phone';
|
|
2003
2009
|
// PhoneOutgoing aliases
|
|
2004
2010
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2011
|
+
// Phone aliases
|
|
2012
|
+
export { default as PhoneIcon } from '../icons/phone';
|
|
2005
2013
|
// Pi aliases
|
|
2006
2014
|
export { default as PiIcon } from '../icons/pi';
|
|
2007
2015
|
// Piano aliases
|
|
@@ -2014,52 +2022,54 @@ export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2'
|
|
|
2014
2022
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2015
2023
|
// PiggyBank aliases
|
|
2016
2024
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2017
|
-
// PilcrowRight aliases
|
|
2018
|
-
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2019
2025
|
// PilcrowLeft aliases
|
|
2020
2026
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2021
|
-
//
|
|
2022
|
-
export { default as
|
|
2027
|
+
// PilcrowRight aliases
|
|
2028
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2023
2029
|
// PillBottle aliases
|
|
2024
2030
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2025
|
-
//
|
|
2026
|
-
export { default as
|
|
2031
|
+
// Pilcrow aliases
|
|
2032
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2027
2033
|
// Pill aliases
|
|
2028
2034
|
export { default as PillIcon } from '../icons/pill';
|
|
2029
|
-
//
|
|
2030
|
-
export { default as
|
|
2035
|
+
// PinOff aliases
|
|
2036
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2031
2037
|
// Pipette aliases
|
|
2032
2038
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2039
|
+
// Pizza aliases
|
|
2040
|
+
export { default as PizzaIcon } from '../icons/pizza';
|
|
2041
|
+
// Pin aliases
|
|
2042
|
+
export { default as PinIcon } from '../icons/pin';
|
|
2033
2043
|
// PlaneLanding aliases
|
|
2034
2044
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2035
2045
|
// PlaneTakeoff aliases
|
|
2036
2046
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2037
|
-
// Pizza aliases
|
|
2038
|
-
export { default as PizzaIcon } from '../icons/pizza';
|
|
2039
2047
|
// Plane aliases
|
|
2040
2048
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2041
2049
|
// PlayOff aliases
|
|
2042
2050
|
export { default as PlayOffIcon } from '../icons/play-off';
|
|
2043
|
-
// Play aliases
|
|
2044
|
-
export { default as PlayIcon } from '../icons/play';
|
|
2045
2051
|
// Plug2 aliases
|
|
2046
2052
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2047
2053
|
// Plug aliases
|
|
2048
2054
|
export { default as PlugIcon } from '../icons/plug';
|
|
2049
2055
|
// Plus aliases
|
|
2050
2056
|
export { default as PlusIcon } from '../icons/plus';
|
|
2057
|
+
// Play aliases
|
|
2058
|
+
export { default as PlayIcon } from '../icons/play';
|
|
2051
2059
|
// PocketKnife aliases
|
|
2052
2060
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2053
2061
|
// Podcast aliases
|
|
2054
2062
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2063
|
+
// Podium aliases
|
|
2064
|
+
export { default as PodiumIcon } from '../icons/podium';
|
|
2065
|
+
// PointerOff aliases
|
|
2066
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2055
2067
|
// Pointer aliases
|
|
2056
2068
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2057
|
-
// Popcorn aliases
|
|
2058
|
-
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2059
2069
|
// Popsicle aliases
|
|
2060
2070
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2061
|
-
//
|
|
2062
|
-
export { default as
|
|
2071
|
+
// Popcorn aliases
|
|
2072
|
+
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2063
2073
|
// PoundSterling aliases
|
|
2064
2074
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2065
2075
|
// Power aliases
|
|
@@ -2068,54 +2078,54 @@ export { default as PowerIcon } from '../icons/power';
|
|
|
2068
2078
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2069
2079
|
// Presentation aliases
|
|
2070
2080
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2081
|
+
// PrinterCheck aliases
|
|
2082
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2071
2083
|
// PrinterX aliases
|
|
2072
2084
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2073
2085
|
// Printer aliases
|
|
2074
2086
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2075
|
-
// PrinterCheck aliases
|
|
2076
|
-
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2077
|
-
// Projector aliases
|
|
2078
|
-
export { default as ProjectorIcon } from '../icons/projector';
|
|
2079
|
-
// Puzzle aliases
|
|
2080
|
-
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2081
2087
|
// Proportions aliases
|
|
2082
2088
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2089
|
+
// Projector aliases
|
|
2090
|
+
export { default as ProjectorIcon } from '../icons/projector';
|
|
2083
2091
|
// Pyramid aliases
|
|
2084
2092
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2093
|
+
// Puzzle aliases
|
|
2094
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2085
2095
|
// QrCode aliases
|
|
2086
2096
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2087
2097
|
// Quote aliases
|
|
2088
2098
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2089
2099
|
// Radar aliases
|
|
2090
2100
|
export { default as RadarIcon } from '../icons/radar';
|
|
2091
|
-
// Rabbit aliases
|
|
2092
|
-
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2093
2101
|
// Radiation aliases
|
|
2094
2102
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2103
|
+
// Rabbit aliases
|
|
2104
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2095
2105
|
// Radical aliases
|
|
2096
2106
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2107
|
+
// RadioReceiver aliases
|
|
2108
|
+
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2097
2109
|
// RadioOff aliases
|
|
2098
2110
|
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2099
2111
|
// RadioTower aliases
|
|
2100
2112
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2101
|
-
// RadioReceiver aliases
|
|
2102
|
-
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2103
2113
|
// Radio aliases
|
|
2104
2114
|
export { default as RadioIcon } from '../icons/radio';
|
|
2105
2115
|
// Radius aliases
|
|
2106
2116
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2107
2117
|
// Rainbow aliases
|
|
2108
2118
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2109
|
-
// Rat aliases
|
|
2110
|
-
export { default as RatIcon } from '../icons/rat';
|
|
2111
2119
|
// Ratio aliases
|
|
2112
2120
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2113
|
-
//
|
|
2114
|
-
export { default as
|
|
2115
|
-
// ReceiptEuro aliases
|
|
2116
|
-
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2121
|
+
// Rat aliases
|
|
2122
|
+
export { default as RatIcon } from '../icons/rat';
|
|
2117
2123
|
// ReceiptCent aliases
|
|
2118
2124
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2125
|
+
// ReceiptEuro aliases
|
|
2126
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2127
|
+
// ReceiptIndianRupee aliases
|
|
2128
|
+
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2119
2129
|
// ReceiptJapaneseYen aliases
|
|
2120
2130
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2121
2131
|
// ReceiptPoundSterling aliases
|
|
@@ -2128,20 +2138,20 @@ export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
|
2128
2138
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2129
2139
|
// ReceiptTurkishLira aliases
|
|
2130
2140
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2131
|
-
// RectangleCircle aliases
|
|
2132
|
-
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2133
2141
|
// Receipt aliases
|
|
2134
2142
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2143
|
+
// RectangleCircle aliases
|
|
2144
|
+
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2135
2145
|
// RectangleGoggles aliases
|
|
2136
2146
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2137
|
-
// RectangleVertical aliases
|
|
2138
|
-
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2139
2147
|
// RectangleHorizontal aliases
|
|
2140
2148
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2141
2149
|
// Recycle aliases
|
|
2142
2150
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2143
2151
|
// Redo2 aliases
|
|
2144
2152
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2153
|
+
// RectangleVertical aliases
|
|
2154
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2145
2155
|
// RedoDot aliases
|
|
2146
2156
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2147
2157
|
// Redo aliases
|
|
@@ -2152,40 +2162,40 @@ export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
|
2152
2162
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2153
2163
|
// RefreshCwOff aliases
|
|
2154
2164
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2155
|
-
// Refrigerator aliases
|
|
2156
|
-
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2157
|
-
// Regex aliases
|
|
2158
|
-
export { default as RegexIcon } from '../icons/regex';
|
|
2159
2165
|
// RefreshCw aliases
|
|
2160
2166
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2161
2167
|
// RemoveFormatting aliases
|
|
2162
2168
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2169
|
+
// Refrigerator aliases
|
|
2170
|
+
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2171
|
+
// Regex aliases
|
|
2172
|
+
export { default as RegexIcon } from '../icons/regex';
|
|
2163
2173
|
// Repeat1 aliases
|
|
2164
2174
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2165
2175
|
// Repeat2 aliases
|
|
2166
2176
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2177
|
+
// Repeat aliases
|
|
2178
|
+
export { default as RepeatIcon } from '../icons/repeat';
|
|
2167
2179
|
// ReplaceAll aliases
|
|
2168
2180
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2169
|
-
// Replace aliases
|
|
2170
|
-
export { default as ReplaceIcon } from '../icons/replace';
|
|
2171
2181
|
// RepeatOff aliases
|
|
2172
2182
|
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2173
|
-
//
|
|
2174
|
-
export { default as
|
|
2183
|
+
// Replace aliases
|
|
2184
|
+
export { default as ReplaceIcon } from '../icons/replace';
|
|
2175
2185
|
// ReplyAll aliases
|
|
2176
2186
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2177
|
-
// Reply aliases
|
|
2178
|
-
export { default as ReplyIcon } from '../icons/reply';
|
|
2179
2187
|
// Rewind aliases
|
|
2180
2188
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2189
|
+
// Reply aliases
|
|
2190
|
+
export { default as ReplyIcon } from '../icons/reply';
|
|
2181
2191
|
// Ribbon aliases
|
|
2182
2192
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2183
2193
|
// Rocket aliases
|
|
2184
2194
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2185
|
-
// RockingChair aliases
|
|
2186
|
-
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2187
2195
|
// Road aliases
|
|
2188
2196
|
export { default as RoadIcon } from '../icons/road';
|
|
2197
|
+
// RockingChair aliases
|
|
2198
|
+
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2189
2199
|
// RollerCoaster aliases
|
|
2190
2200
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2191
2201
|
// RotateCcwKey aliases
|
|
@@ -2196,62 +2206,66 @@ export { default as RoseIcon } from '../icons/rose';
|
|
|
2196
2206
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2197
2207
|
// RotateCcw aliases
|
|
2198
2208
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2199
|
-
// RotateCw aliases
|
|
2200
|
-
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2201
|
-
// RouteOff aliases
|
|
2202
|
-
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2203
2209
|
// RotateCwSquare aliases
|
|
2204
2210
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2211
|
+
// RotateCw aliases
|
|
2212
|
+
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2205
2213
|
// Route aliases
|
|
2206
2214
|
export { default as RouteIcon } from '../icons/route';
|
|
2207
|
-
//
|
|
2208
|
-
export { default as
|
|
2215
|
+
// RouteOff aliases
|
|
2216
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2209
2217
|
// Router aliases
|
|
2210
2218
|
export { default as RouterIcon } from '../icons/router';
|
|
2219
|
+
// Rows4 aliases
|
|
2220
|
+
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2211
2221
|
// Rss aliases
|
|
2212
2222
|
export { default as RssIcon } from '../icons/rss';
|
|
2213
2223
|
// RulerDimensionLine aliases
|
|
2214
2224
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2215
|
-
// Salad aliases
|
|
2216
|
-
export { default as SaladIcon } from '../icons/salad';
|
|
2217
2225
|
// Ruler aliases
|
|
2218
2226
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2219
|
-
// Sailboat aliases
|
|
2220
|
-
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2221
2227
|
// RussianRuble aliases
|
|
2222
2228
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2229
|
+
// Sailboat aliases
|
|
2230
|
+
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2231
|
+
// Salad aliases
|
|
2232
|
+
export { default as SaladIcon } from '../icons/salad';
|
|
2223
2233
|
// Sandwich aliases
|
|
2224
2234
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2225
2235
|
// SatelliteDish aliases
|
|
2226
2236
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2227
|
-
// SaudiRiyal aliases
|
|
2228
|
-
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2229
2237
|
// Satellite aliases
|
|
2230
2238
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2239
|
+
// SaudiRiyal aliases
|
|
2240
|
+
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2231
2241
|
// SaveAll aliases
|
|
2232
2242
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2243
|
+
// SavePen aliases
|
|
2244
|
+
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2245
|
+
// SavePlus aliases
|
|
2246
|
+
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2247
|
+
// Save aliases
|
|
2248
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2233
2249
|
// SaveOff aliases
|
|
2234
2250
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2235
2251
|
// Scale aliases
|
|
2236
2252
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2237
|
-
// Save aliases
|
|
2238
|
-
export { default as SaveIcon } from '../icons/save';
|
|
2239
2253
|
// Scaling aliases
|
|
2240
2254
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2241
2255
|
// ScanBarcode aliases
|
|
2242
2256
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2257
|
+
// ScanEye aliases
|
|
2258
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2243
2259
|
// ScanFace aliases
|
|
2244
2260
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2245
2261
|
// ScanHeart aliases
|
|
2246
2262
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2247
|
-
// ScanEye aliases
|
|
2248
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2249
2263
|
// ScanLine aliases
|
|
2250
2264
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2251
|
-
// ScanSearch aliases
|
|
2252
|
-
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2253
2265
|
// ScanQrCode aliases
|
|
2254
2266
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2267
|
+
// ScanSearch aliases
|
|
2268
|
+
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2255
2269
|
// ScanText aliases
|
|
2256
2270
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2257
2271
|
// Scan aliases
|
|
@@ -2262,48 +2276,48 @@ export { default as SchoolIcon } from '../icons/school';
|
|
|
2262
2276
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2263
2277
|
// Scissors aliases
|
|
2264
2278
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2265
|
-
// ScreenShareOff aliases
|
|
2266
|
-
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2267
2279
|
// Scooter aliases
|
|
2268
2280
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2281
|
+
// ScreenShareOff aliases
|
|
2282
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2269
2283
|
// ScreenShare aliases
|
|
2270
2284
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2271
2285
|
// ScrollText aliases
|
|
2272
2286
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2287
|
+
// Scroll aliases
|
|
2288
|
+
export { default as ScrollIcon } from '../icons/scroll';
|
|
2273
2289
|
// SearchAlert aliases
|
|
2274
2290
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2291
|
+
// SearchCode aliases
|
|
2292
|
+
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2275
2293
|
// SearchCheck aliases
|
|
2276
2294
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2295
|
+
// SearchX aliases
|
|
2296
|
+
export { default as SearchXIcon } from '../icons/search-x';
|
|
2277
2297
|
// SearchSlash aliases
|
|
2278
2298
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2279
|
-
// SearchCode aliases
|
|
2280
|
-
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2281
2299
|
// Search aliases
|
|
2282
2300
|
export { default as SearchIcon } from '../icons/search';
|
|
2283
|
-
// SearchX aliases
|
|
2284
|
-
export { default as SearchXIcon } from '../icons/search-x';
|
|
2285
|
-
// Scroll aliases
|
|
2286
|
-
export { default as ScrollIcon } from '../icons/scroll';
|
|
2287
2301
|
// Section aliases
|
|
2288
2302
|
export { default as SectionIcon } from '../icons/section';
|
|
2289
|
-
// Send aliases
|
|
2290
|
-
export { default as SendIcon } from '../icons/send';
|
|
2291
2303
|
// SendToBack aliases
|
|
2292
2304
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2293
|
-
//
|
|
2294
|
-
export { default as
|
|
2305
|
+
// Send aliases
|
|
2306
|
+
export { default as SendIcon } from '../icons/send';
|
|
2295
2307
|
// SeparatorHorizontal aliases
|
|
2296
2308
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2309
|
+
// ServerCog aliases
|
|
2310
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2297
2311
|
// SeparatorVertical aliases
|
|
2298
2312
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2299
2313
|
// ServerCrash aliases
|
|
2300
2314
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2315
|
+
// Server aliases
|
|
2316
|
+
export { default as ServerIcon } from '../icons/server';
|
|
2301
2317
|
// ServerOff aliases
|
|
2302
2318
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2303
2319
|
// Settings2 aliases
|
|
2304
2320
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2305
|
-
// Server aliases
|
|
2306
|
-
export { default as ServerIcon } from '../icons/server';
|
|
2307
2321
|
// Settings aliases
|
|
2308
2322
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2309
2323
|
// Shapes aliases
|
|
@@ -2314,74 +2328,74 @@ export { default as ShareIcon } from '../icons/share';
|
|
|
2314
2328
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2315
2329
|
// Sheet aliases
|
|
2316
2330
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2317
|
-
// Shell aliases
|
|
2318
|
-
export { default as ShellIcon } from '../icons/shell';
|
|
2319
2331
|
// ShelvingUnit aliases
|
|
2320
2332
|
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2333
|
+
// Shell aliases
|
|
2334
|
+
export { default as ShellIcon } from '../icons/shell';
|
|
2321
2335
|
// ShieldAlert aliases
|
|
2322
2336
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2337
|
+
// ShieldBan aliases
|
|
2338
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2323
2339
|
// ShieldCheck aliases
|
|
2324
2340
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2325
2341
|
// ShieldCogCorner aliases
|
|
2326
2342
|
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2327
|
-
// ShieldBan aliases
|
|
2328
|
-
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2329
|
-
// ShieldCog aliases
|
|
2330
|
-
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2331
|
-
// ShieldHalf aliases
|
|
2332
|
-
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2333
2343
|
// ShieldEllipsis aliases
|
|
2334
2344
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2345
|
+
// ShieldHalf aliases
|
|
2346
|
+
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2335
2347
|
// ShieldMinus aliases
|
|
2336
2348
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2349
|
+
// ShieldCog aliases
|
|
2350
|
+
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2337
2351
|
// ShieldOff aliases
|
|
2338
2352
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2353
|
+
// ShieldUser aliases
|
|
2354
|
+
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2339
2355
|
// ShieldPlus aliases
|
|
2340
2356
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2341
2357
|
// Shield aliases
|
|
2342
2358
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2343
|
-
// ShieldUser aliases
|
|
2344
|
-
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2345
2359
|
// ShipWheel aliases
|
|
2346
2360
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2347
2361
|
// Shirt aliases
|
|
2348
2362
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2349
|
-
// Ship aliases
|
|
2350
|
-
export { default as ShipIcon } from '../icons/ship';
|
|
2351
2363
|
// ShoppingBag aliases
|
|
2352
2364
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2353
|
-
//
|
|
2354
|
-
export { default as
|
|
2365
|
+
// Ship aliases
|
|
2366
|
+
export { default as ShipIcon } from '../icons/ship';
|
|
2355
2367
|
// ShoppingBasket aliases
|
|
2356
2368
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2369
|
+
// ShoppingCart aliases
|
|
2370
|
+
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2357
2371
|
// Shovel aliases
|
|
2358
2372
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2373
|
+
// Shredder aliases
|
|
2374
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2359
2375
|
// ShowerHead aliases
|
|
2360
2376
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2361
2377
|
// Shrink aliases
|
|
2362
2378
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2363
|
-
// Shredder aliases
|
|
2364
|
-
export { default as ShredderIcon } from '../icons/shredder';
|
|
2365
|
-
// Shrub aliases
|
|
2366
|
-
export { default as ShrubIcon } from '../icons/shrub';
|
|
2367
2379
|
// Shrimp aliases
|
|
2368
2380
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2369
2381
|
// Shuffle aliases
|
|
2370
2382
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2383
|
+
// Shrub aliases
|
|
2384
|
+
export { default as ShrubIcon } from '../icons/shrub';
|
|
2371
2385
|
// Sigma aliases
|
|
2372
2386
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2373
|
-
// SignalHigh aliases
|
|
2374
|
-
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2375
2387
|
// SignalLow aliases
|
|
2376
2388
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2389
|
+
// SignalHigh aliases
|
|
2390
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2377
2391
|
// SignalMedium aliases
|
|
2378
2392
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2379
2393
|
// SignalZero aliases
|
|
2380
2394
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2381
|
-
// Signal aliases
|
|
2382
|
-
export { default as SignalIcon } from '../icons/signal';
|
|
2383
2395
|
// Signature aliases
|
|
2384
2396
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2397
|
+
// Signal aliases
|
|
2398
|
+
export { default as SignalIcon } from '../icons/signal';
|
|
2385
2399
|
// SignpostBig aliases
|
|
2386
2400
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2387
2401
|
// Siren aliases
|
|
@@ -2390,10 +2404,10 @@ export { default as SirenIcon } from '../icons/siren';
|
|
|
2390
2404
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2391
2405
|
// SkipBack aliases
|
|
2392
2406
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2393
|
-
// Skull aliases
|
|
2394
|
-
export { default as SkullIcon } from '../icons/skull';
|
|
2395
2407
|
// SkipForward aliases
|
|
2396
2408
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2409
|
+
// Skull aliases
|
|
2410
|
+
export { default as SkullIcon } from '../icons/skull';
|
|
2397
2411
|
// Slash aliases
|
|
2398
2412
|
export { default as SlashIcon } from '../icons/slash';
|
|
2399
2413
|
// Slice aliases
|
|
@@ -2406,10 +2420,10 @@ export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging'
|
|
|
2406
2420
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2407
2421
|
// Smartphone aliases
|
|
2408
2422
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2409
|
-
// SmilePlus aliases
|
|
2410
|
-
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2411
2423
|
// Smile aliases
|
|
2412
2424
|
export { default as SmileIcon } from '../icons/smile';
|
|
2425
|
+
// SmilePlus aliases
|
|
2426
|
+
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2413
2427
|
// Snail aliases
|
|
2414
2428
|
export { default as SnailIcon } from '../icons/snail';
|
|
2415
2429
|
// SoapDispenserDroplet aliases
|
|
@@ -2424,32 +2438,32 @@ export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
|
2424
2438
|
export { default as SoupIcon } from '../icons/soup';
|
|
2425
2439
|
// Space aliases
|
|
2426
2440
|
export { default as SpaceIcon } from '../icons/space';
|
|
2427
|
-
// Sparkle aliases
|
|
2428
|
-
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2429
2441
|
// Spade aliases
|
|
2430
2442
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2443
|
+
// Sparkle aliases
|
|
2444
|
+
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2431
2445
|
// Speaker aliases
|
|
2432
2446
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2433
2447
|
// Speech aliases
|
|
2434
2448
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2435
|
-
// SpellCheck2 aliases
|
|
2436
|
-
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2437
2449
|
// SpellCheck aliases
|
|
2438
2450
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2451
|
+
// SpellCheck2 aliases
|
|
2452
|
+
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2439
2453
|
// Spline aliases
|
|
2440
2454
|
export { default as SplineIcon } from '../icons/spline';
|
|
2455
|
+
// Split aliases
|
|
2456
|
+
export { default as SplitIcon } from '../icons/split';
|
|
2441
2457
|
// SplinePointer aliases
|
|
2442
2458
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2443
2459
|
// Spool aliases
|
|
2444
2460
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2445
|
-
// Split aliases
|
|
2446
|
-
export { default as SplitIcon } from '../icons/split';
|
|
2447
2461
|
// SportShoe aliases
|
|
2448
2462
|
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2449
|
-
// SprayCan aliases
|
|
2450
|
-
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2451
2463
|
// Spotlight aliases
|
|
2452
2464
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2465
|
+
// SprayCan aliases
|
|
2466
|
+
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2453
2467
|
// Sprout aliases
|
|
2454
2468
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2455
2469
|
// SquareArrowRightEnter aliases
|
|
@@ -2472,42 +2486,50 @@ export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
|
2472
2486
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2473
2487
|
// SquareStack aliases
|
|
2474
2488
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2475
|
-
// SquareStop aliases
|
|
2476
|
-
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2477
2489
|
// SquareStar aliases
|
|
2478
2490
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2491
|
+
// SquareStop aliases
|
|
2492
|
+
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2479
2493
|
// Square aliases
|
|
2480
2494
|
export { default as SquareIcon } from '../icons/square';
|
|
2481
2495
|
// SquaresExclude aliases
|
|
2482
2496
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2497
|
+
// SquaresIntersect aliases
|
|
2498
|
+
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2483
2499
|
// SquaresSubtract aliases
|
|
2484
2500
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2485
2501
|
// SquaresUnite aliases
|
|
2486
2502
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2487
|
-
// SquaresIntersect aliases
|
|
2488
|
-
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2489
2503
|
// SquircleDashed aliases
|
|
2490
2504
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2505
|
+
// Squircle aliases
|
|
2506
|
+
export { default as SquircleIcon } from '../icons/squircle';
|
|
2491
2507
|
// Squirrel aliases
|
|
2492
2508
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2493
2509
|
// Stamp aliases
|
|
2494
2510
|
export { default as StampIcon } from '../icons/stamp';
|
|
2495
|
-
//
|
|
2496
|
-
export { default as
|
|
2511
|
+
// StarCheck aliases
|
|
2512
|
+
export { default as StarCheckIcon } from '../icons/star-check';
|
|
2513
|
+
// StarHalf aliases
|
|
2514
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2515
|
+
// StarMinus aliases
|
|
2516
|
+
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2497
2517
|
// StarOff aliases
|
|
2498
2518
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2519
|
+
// StarPlus aliases
|
|
2520
|
+
export { default as StarPlusIcon } from '../icons/star-plus';
|
|
2499
2521
|
// Star aliases
|
|
2500
2522
|
export { default as StarIcon } from '../icons/star';
|
|
2501
|
-
//
|
|
2502
|
-
export { default as
|
|
2523
|
+
// StarX aliases
|
|
2524
|
+
export { default as StarXIcon } from '../icons/star-x';
|
|
2503
2525
|
// StepForward aliases
|
|
2504
2526
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2505
2527
|
// StepBack aliases
|
|
2506
2528
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2507
|
-
// Sticker aliases
|
|
2508
|
-
export { default as StickerIcon } from '../icons/sticker';
|
|
2509
2529
|
// Stethoscope aliases
|
|
2510
2530
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2531
|
+
// Sticker aliases
|
|
2532
|
+
export { default as StickerIcon } from '../icons/sticker';
|
|
2511
2533
|
// StickyNoteCheck aliases
|
|
2512
2534
|
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2513
2535
|
// StickyNoteMinus aliases
|
|
@@ -2518,16 +2540,16 @@ export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
|
2518
2540
|
export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
2519
2541
|
// StickyNoteX aliases
|
|
2520
2542
|
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2521
|
-
// StickyNotes aliases
|
|
2522
|
-
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2523
2543
|
// StickyNote aliases
|
|
2524
2544
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2545
|
+
// StickyNotes aliases
|
|
2546
|
+
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2547
|
+
// Stone aliases
|
|
2548
|
+
export { default as StoneIcon } from '../icons/stone';
|
|
2525
2549
|
// Store aliases
|
|
2526
2550
|
export { default as StoreIcon } from '../icons/store';
|
|
2527
2551
|
// StretchHorizontal aliases
|
|
2528
2552
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2529
|
-
// Stone aliases
|
|
2530
|
-
export { default as StoneIcon } from '../icons/stone';
|
|
2531
2553
|
// StretchVertical aliases
|
|
2532
2554
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2533
2555
|
// Strikethrough aliases
|
|
@@ -2538,10 +2560,10 @@ export { default as SunDimIcon } from '../icons/sun-dim';
|
|
|
2538
2560
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2539
2561
|
// SunMoon aliases
|
|
2540
2562
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2541
|
-
// SunMedium aliases
|
|
2542
|
-
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2543
2563
|
// SunSnow aliases
|
|
2544
2564
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2565
|
+
// SunMedium aliases
|
|
2566
|
+
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2545
2567
|
// Sun aliases
|
|
2546
2568
|
export { default as SunIcon } from '../icons/sun';
|
|
2547
2569
|
// Sunrise aliases
|
|
@@ -2554,14 +2576,14 @@ export { default as SunsetIcon } from '../icons/sunset';
|
|
|
2554
2576
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2555
2577
|
// SwissFranc aliases
|
|
2556
2578
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2557
|
-
// SwitchCamera aliases
|
|
2558
|
-
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2559
2579
|
// Sword aliases
|
|
2560
2580
|
export { default as SwordIcon } from '../icons/sword';
|
|
2561
|
-
//
|
|
2562
|
-
export { default as
|
|
2581
|
+
// SwitchCamera aliases
|
|
2582
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2563
2583
|
// Swords aliases
|
|
2564
2584
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2585
|
+
// Syringe aliases
|
|
2586
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2565
2587
|
// Table2 aliases
|
|
2566
2588
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2567
2589
|
// TableCellsMerge aliases
|
|
@@ -2570,20 +2592,20 @@ export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
|
2570
2592
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2571
2593
|
// TableColumnsSplit aliases
|
|
2572
2594
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2573
|
-
// TableProperties aliases
|
|
2574
|
-
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2575
2595
|
// TableOfContents aliases
|
|
2576
2596
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2597
|
+
// TableProperties aliases
|
|
2598
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2577
2599
|
// TableRowsSplit aliases
|
|
2578
2600
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2579
2601
|
// Table aliases
|
|
2580
2602
|
export { default as TableIcon } from '../icons/table';
|
|
2581
2603
|
// TabletSmartphone aliases
|
|
2582
2604
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2583
|
-
// Tablets aliases
|
|
2584
|
-
export { default as TabletsIcon } from '../icons/tablets';
|
|
2585
2605
|
// Tablet aliases
|
|
2586
2606
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2607
|
+
// Tablets aliases
|
|
2608
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2587
2609
|
// Tag aliases
|
|
2588
2610
|
export { default as TagIcon } from '../icons/tag';
|
|
2589
2611
|
// Tags aliases
|
|
@@ -2592,16 +2614,16 @@ export { default as TagsIcon } from '../icons/tags';
|
|
|
2592
2614
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2593
2615
|
// Tally2 aliases
|
|
2594
2616
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2595
|
-
// Tally3 aliases
|
|
2596
|
-
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2597
2617
|
// Tally4 aliases
|
|
2598
2618
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2619
|
+
// Tally3 aliases
|
|
2620
|
+
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2599
2621
|
// Tally5 aliases
|
|
2600
2622
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2601
|
-
// Tangent aliases
|
|
2602
|
-
export { default as TangentIcon } from '../icons/tangent';
|
|
2603
2623
|
// Target aliases
|
|
2604
2624
|
export { default as TargetIcon } from '../icons/target';
|
|
2625
|
+
// Tangent aliases
|
|
2626
|
+
export { default as TangentIcon } from '../icons/tangent';
|
|
2605
2627
|
// Telescope aliases
|
|
2606
2628
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2607
2629
|
// TentTree aliases
|
|
@@ -2610,22 +2632,22 @@ export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
|
2610
2632
|
export { default as TentIcon } from '../icons/tent';
|
|
2611
2633
|
// Terminal aliases
|
|
2612
2634
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2613
|
-
// TestTubes aliases
|
|
2614
|
-
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2615
2635
|
// TestTube aliases
|
|
2616
2636
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2617
|
-
//
|
|
2618
|
-
export { default as
|
|
2637
|
+
// TestTubes aliases
|
|
2638
|
+
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2619
2639
|
// TextCursorInput aliases
|
|
2620
2640
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2621
|
-
//
|
|
2622
|
-
export { default as
|
|
2641
|
+
// TextCursor aliases
|
|
2642
|
+
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2623
2643
|
// TextQuote aliases
|
|
2624
2644
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2625
|
-
// Theater aliases
|
|
2626
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2627
2645
|
// TextSearch aliases
|
|
2628
2646
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2647
|
+
// Theater aliases
|
|
2648
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2649
|
+
// ThermometerSnowflake aliases
|
|
2650
|
+
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2629
2651
|
// ThermometerSun aliases
|
|
2630
2652
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2631
2653
|
// Thermometer aliases
|
|
@@ -2636,38 +2658,38 @@ export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
|
2636
2658
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2637
2659
|
// TicketCheck aliases
|
|
2638
2660
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2639
|
-
// TicketMinus aliases
|
|
2640
|
-
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2641
2661
|
// TicketPercent aliases
|
|
2642
2662
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2643
2663
|
// TicketPlus aliases
|
|
2644
2664
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2645
|
-
//
|
|
2646
|
-
export { default as
|
|
2665
|
+
// TicketMinus aliases
|
|
2666
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2647
2667
|
// TicketSlash aliases
|
|
2648
2668
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2649
|
-
//
|
|
2650
|
-
export { default as
|
|
2669
|
+
// TicketX aliases
|
|
2670
|
+
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2651
2671
|
// Ticket aliases
|
|
2652
2672
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2653
2673
|
// TicketsPlane aliases
|
|
2654
2674
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2675
|
+
// Tickets aliases
|
|
2676
|
+
export { default as TicketsIcon } from '../icons/tickets';
|
|
2677
|
+
// TimerOff aliases
|
|
2678
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2655
2679
|
// Timeline aliases
|
|
2656
2680
|
export { default as TimelineIcon } from '../icons/timeline';
|
|
2657
2681
|
// TimerReset aliases
|
|
2658
2682
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2659
2683
|
// Timer aliases
|
|
2660
2684
|
export { default as TimerIcon } from '../icons/timer';
|
|
2661
|
-
// TimerOff aliases
|
|
2662
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2663
|
-
// ToggleRight aliases
|
|
2664
|
-
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2665
2685
|
// ToggleLeft aliases
|
|
2666
2686
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2667
|
-
//
|
|
2668
|
-
export { default as
|
|
2687
|
+
// ToggleRight aliases
|
|
2688
|
+
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2669
2689
|
// Toilet aliases
|
|
2670
2690
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2691
|
+
// ToolCase aliases
|
|
2692
|
+
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2671
2693
|
// Toolbox aliases
|
|
2672
2694
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2673
2695
|
// Tornado aliases
|
|
@@ -2676,10 +2698,10 @@ export { default as TornadoIcon } from '../icons/tornado';
|
|
|
2676
2698
|
export { default as TorusIcon } from '../icons/torus';
|
|
2677
2699
|
// TouchpadOff aliases
|
|
2678
2700
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2679
|
-
// Touchpad aliases
|
|
2680
|
-
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2681
2701
|
// TowelRack aliases
|
|
2682
2702
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2703
|
+
// Touchpad aliases
|
|
2704
|
+
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2683
2705
|
// TowerControl aliases
|
|
2684
2706
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2685
2707
|
// ToyBrick aliases
|
|
@@ -2696,68 +2718,68 @@ export { default as TrainFrontIcon } from '../icons/train-front';
|
|
|
2696
2718
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2697
2719
|
// Transgender aliases
|
|
2698
2720
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2699
|
-
// Trash aliases
|
|
2700
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
2701
2721
|
// Trash2 aliases
|
|
2702
2722
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2703
|
-
//
|
|
2704
|
-
export { default as
|
|
2723
|
+
// Trash aliases
|
|
2724
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2705
2725
|
// TreeDeciduous aliases
|
|
2706
2726
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2727
|
+
// Trees aliases
|
|
2728
|
+
export { default as TreesIcon } from '../icons/trees';
|
|
2707
2729
|
// TreePine aliases
|
|
2708
2730
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2709
|
-
// TrendingUpDown aliases
|
|
2710
|
-
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2711
2731
|
// TrendingDown aliases
|
|
2712
2732
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2733
|
+
// TrendingUpDown aliases
|
|
2734
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2713
2735
|
// TrendingUp aliases
|
|
2714
2736
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2737
|
+
// TriangleRight aliases
|
|
2738
|
+
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2715
2739
|
// TriangleDashed aliases
|
|
2716
2740
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2717
|
-
// Trophy aliases
|
|
2718
|
-
export { default as TrophyIcon } from '../icons/trophy';
|
|
2719
2741
|
// Triangle aliases
|
|
2720
2742
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2721
|
-
//
|
|
2722
|
-
export { default as
|
|
2723
|
-
// Truck aliases
|
|
2724
|
-
export { default as TruckIcon } from '../icons/truck';
|
|
2743
|
+
// Trophy aliases
|
|
2744
|
+
export { default as TrophyIcon } from '../icons/trophy';
|
|
2725
2745
|
// TruckElectric aliases
|
|
2726
2746
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2747
|
+
// Truck aliases
|
|
2748
|
+
export { default as TruckIcon } from '../icons/truck';
|
|
2727
2749
|
// TurkishLira aliases
|
|
2728
2750
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2729
2751
|
// Turntable aliases
|
|
2730
2752
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2731
2753
|
// Turtle aliases
|
|
2732
2754
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2733
|
-
// Tv aliases
|
|
2734
|
-
export { default as TvIcon } from '../icons/tv';
|
|
2735
2755
|
// TvMinimalPlay aliases
|
|
2736
2756
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2737
|
-
//
|
|
2738
|
-
export { default as
|
|
2757
|
+
// Tv aliases
|
|
2758
|
+
export { default as TvIcon } from '../icons/tv';
|
|
2739
2759
|
// UmbrellaOff aliases
|
|
2740
2760
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2741
2761
|
// Type aliases
|
|
2742
2762
|
export { default as TypeIcon } from '../icons/type';
|
|
2763
|
+
// TypeOutline aliases
|
|
2764
|
+
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2743
2765
|
// Umbrella aliases
|
|
2744
2766
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2745
|
-
// UndoDot aliases
|
|
2746
|
-
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2747
2767
|
// Underline aliases
|
|
2748
2768
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2749
|
-
// Undo aliases
|
|
2750
|
-
export { default as UndoIcon } from '../icons/undo';
|
|
2751
2769
|
// Undo2 aliases
|
|
2752
2770
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2771
|
+
// Undo aliases
|
|
2772
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2773
|
+
// UndoDot aliases
|
|
2774
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2753
2775
|
// UnfoldHorizontal aliases
|
|
2754
2776
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2755
|
-
// Ungroup aliases
|
|
2756
|
-
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2757
2777
|
// Unlink2 aliases
|
|
2758
2778
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2759
2779
|
// UnfoldVertical aliases
|
|
2760
2780
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2781
|
+
// Ungroup aliases
|
|
2782
|
+
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2761
2783
|
// Unlink aliases
|
|
2762
2784
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2763
2785
|
// Unplug aliases
|
|
@@ -2792,56 +2814,56 @@ export { default as UserSearchIcon } from '../icons/user-search';
|
|
|
2792
2814
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2793
2815
|
// UserX aliases
|
|
2794
2816
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2795
|
-
// Users aliases
|
|
2796
|
-
export { default as UsersIcon } from '../icons/users';
|
|
2797
2817
|
// User aliases
|
|
2798
2818
|
export { default as UserIcon } from '../icons/user';
|
|
2819
|
+
// Users aliases
|
|
2820
|
+
export { default as UsersIcon } from '../icons/users';
|
|
2799
2821
|
// UtilityPole aliases
|
|
2800
2822
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2801
2823
|
// Van aliases
|
|
2802
2824
|
export { default as VanIcon } from '../icons/van';
|
|
2803
|
-
// Vault aliases
|
|
2804
|
-
export { default as VaultIcon } from '../icons/vault';
|
|
2805
2825
|
// Variable aliases
|
|
2806
2826
|
export { default as VariableIcon } from '../icons/variable';
|
|
2807
|
-
//
|
|
2808
|
-
export { default as
|
|
2827
|
+
// Vault aliases
|
|
2828
|
+
export { default as VaultIcon } from '../icons/vault';
|
|
2809
2829
|
// Vegan aliases
|
|
2810
2830
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2811
2831
|
// VenetianMask aliases
|
|
2812
2832
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2813
2833
|
// VenusAndMars aliases
|
|
2814
2834
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2815
|
-
//
|
|
2816
|
-
export { default as
|
|
2835
|
+
// VectorSquare aliases
|
|
2836
|
+
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2817
2837
|
// Venus aliases
|
|
2818
2838
|
export { default as VenusIcon } from '../icons/venus';
|
|
2839
|
+
// VibrateOff aliases
|
|
2840
|
+
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2819
2841
|
// Vibrate aliases
|
|
2820
2842
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2821
|
-
// VideoOff aliases
|
|
2822
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2823
2843
|
// Video aliases
|
|
2824
2844
|
export { default as VideoIcon } from '../icons/video';
|
|
2825
|
-
//
|
|
2826
|
-
export { default as
|
|
2827
|
-
// Videotape aliases
|
|
2828
|
-
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2845
|
+
// VideoOff aliases
|
|
2846
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2829
2847
|
// View aliases
|
|
2830
2848
|
export { default as ViewIcon } from '../icons/view';
|
|
2849
|
+
// Videotape aliases
|
|
2850
|
+
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2831
2851
|
// Voicemail aliases
|
|
2832
2852
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2853
|
+
// Volleyball aliases
|
|
2854
|
+
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2833
2855
|
// Volume1 aliases
|
|
2834
2856
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2835
2857
|
// Volume2 aliases
|
|
2836
2858
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2837
2859
|
// VolumeOff aliases
|
|
2838
2860
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2861
|
+
// Volume aliases
|
|
2862
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2839
2863
|
// VolumeX aliases
|
|
2840
2864
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2841
2865
|
// Vote aliases
|
|
2842
2866
|
export { default as VoteIcon } from '../icons/vote';
|
|
2843
|
-
// Volume aliases
|
|
2844
|
-
export { default as VolumeIcon } from '../icons/volume';
|
|
2845
2867
|
// WalletCards aliases
|
|
2846
2868
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2847
2869
|
// Wallet aliases
|
|
@@ -2854,42 +2876,42 @@ export { default as WandIcon } from '../icons/wand';
|
|
|
2854
2876
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2855
2877
|
// WashingMachine aliases
|
|
2856
2878
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2857
|
-
// WavesArrowUp aliases
|
|
2858
|
-
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2859
|
-
// WavesArrowDown aliases
|
|
2860
|
-
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2861
2879
|
// Watch aliases
|
|
2862
2880
|
export { default as WatchIcon } from '../icons/watch';
|
|
2863
|
-
//
|
|
2864
|
-
export { default as
|
|
2881
|
+
// WavesArrowDown aliases
|
|
2882
|
+
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2883
|
+
// WavesArrowUp aliases
|
|
2884
|
+
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2885
|
+
// WavesLadder aliases
|
|
2886
|
+
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2865
2887
|
// WavesVertical aliases
|
|
2866
2888
|
export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
2889
|
+
// Waypoints aliases
|
|
2890
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2867
2891
|
// WebcamOff aliases
|
|
2868
2892
|
export { default as WebcamOffIcon } from '../icons/webcam-off';
|
|
2869
|
-
// WavesLadder aliases
|
|
2870
|
-
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2871
2893
|
// Webcam aliases
|
|
2872
2894
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2873
2895
|
// WebhookOff aliases
|
|
2874
2896
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2875
2897
|
// Webhook aliases
|
|
2876
2898
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2877
|
-
// Weight aliases
|
|
2878
|
-
export { default as WeightIcon } from '../icons/weight';
|
|
2879
2899
|
// WeightTilde aliases
|
|
2880
2900
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2901
|
+
// Weight aliases
|
|
2902
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2881
2903
|
// WheatOff aliases
|
|
2882
2904
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2883
2905
|
// Wheat aliases
|
|
2884
2906
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2885
|
-
// WifiCog aliases
|
|
2886
|
-
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2887
|
-
// WifiHigh aliases
|
|
2888
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2889
2907
|
// WholeWord aliases
|
|
2890
2908
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2909
|
+
// WifiCog aliases
|
|
2910
|
+
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2891
2911
|
// WifiLow aliases
|
|
2892
2912
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2913
|
+
// WifiHigh aliases
|
|
2914
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2893
2915
|
// WifiOff aliases
|
|
2894
2916
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2895
2917
|
// WifiPen aliases
|
|
@@ -2898,12 +2920,12 @@ export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
|
2898
2920
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2899
2921
|
// WifiZero aliases
|
|
2900
2922
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2901
|
-
// Wind aliases
|
|
2902
|
-
export { default as WindIcon } from '../icons/wind';
|
|
2903
|
-
// WindArrowDown aliases
|
|
2904
|
-
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2905
2923
|
// Wifi aliases
|
|
2906
2924
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2925
|
+
// WindArrowDown aliases
|
|
2926
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2927
|
+
// Wind aliases
|
|
2928
|
+
export { default as WindIcon } from '../icons/wind';
|
|
2907
2929
|
// WineOff aliases
|
|
2908
2930
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2909
2931
|
// Wine aliases
|
|
@@ -2912,24 +2934,26 @@ export { default as WineIcon } from '../icons/wine';
|
|
|
2912
2934
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2913
2935
|
// Worm aliases
|
|
2914
2936
|
export { default as WormIcon } from '../icons/worm';
|
|
2937
|
+
// WrenchOff aliases
|
|
2938
|
+
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
2915
2939
|
// Wrench aliases
|
|
2916
2940
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2917
|
-
// X aliases
|
|
2918
|
-
export { default as XIcon } from '../icons/x';
|
|
2919
2941
|
// XLineTop aliases
|
|
2920
2942
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2943
|
+
// X aliases
|
|
2944
|
+
export { default as XIcon } from '../icons/x';
|
|
2921
2945
|
// ZapOff aliases
|
|
2922
2946
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2923
2947
|
// Zap aliases
|
|
2924
2948
|
export { default as ZapIcon } from '../icons/zap';
|
|
2949
|
+
// ZodiacAquarius aliases
|
|
2950
|
+
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
2925
2951
|
// ZodiacAries aliases
|
|
2926
2952
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
2927
2953
|
// ZodiacCancer aliases
|
|
2928
2954
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2929
2955
|
// ZodiacCapricorn aliases
|
|
2930
2956
|
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2931
|
-
// ZodiacAquarius aliases
|
|
2932
|
-
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
2933
2957
|
// ZodiacGemini aliases
|
|
2934
2958
|
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2935
2959
|
// ZodiacLeo aliases
|
|
@@ -2944,22 +2968,22 @@ export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
|
2944
2968
|
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
2945
2969
|
// ZodiacScorpio aliases
|
|
2946
2970
|
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
2947
|
-
// ZodiacTaurus aliases
|
|
2948
|
-
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
2949
|
-
// ZoomIn aliases
|
|
2950
|
-
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2951
2971
|
// ZodiacVirgo aliases
|
|
2952
2972
|
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
2973
|
+
// ZoomIn aliases
|
|
2974
|
+
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2975
|
+
// ZodiacTaurus aliases
|
|
2976
|
+
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
2953
2977
|
// ZoomOut aliases
|
|
2954
2978
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2955
2979
|
// ArrowDown01 aliases
|
|
2956
2980
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2957
2981
|
// ArrowDown10 aliases
|
|
2958
2982
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2959
|
-
// ArrowUp10 aliases
|
|
2960
|
-
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2961
2983
|
// ArrowUp01 aliases
|
|
2962
2984
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2985
|
+
// ArrowUp10 aliases
|
|
2986
|
+
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2963
2987
|
// AlarmClockCheck aliases
|
|
2964
2988
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2965
2989
|
export {
|
|
@@ -2984,18 +3008,24 @@ export {
|
|
|
2984
3008
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
2985
3009
|
default as ArrowDownAzIcon
|
|
2986
3010
|
} from '../icons/arrow-down-a-z';
|
|
3011
|
+
// ArrowDownWideNarrow aliases
|
|
3012
|
+
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
3013
|
+
export {
|
|
3014
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
3015
|
+
default as SortDescIcon
|
|
3016
|
+
} from '../icons/arrow-down-wide-narrow';
|
|
2987
3017
|
// ArrowDownZA aliases
|
|
2988
3018
|
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2989
3019
|
export {
|
|
2990
3020
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
2991
3021
|
default as ArrowDownZaIcon
|
|
2992
3022
|
} from '../icons/arrow-down-z-a';
|
|
2993
|
-
//
|
|
2994
|
-
export { default as
|
|
3023
|
+
// ArrowUpNarrowWide aliases
|
|
3024
|
+
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2995
3025
|
export {
|
|
2996
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2997
|
-
default as
|
|
2998
|
-
} from '../icons/arrow-
|
|
3026
|
+
/** @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 */
|
|
3027
|
+
default as SortAscIcon
|
|
3028
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
2999
3029
|
// ArrowUpAZ aliases
|
|
3000
3030
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
3001
3031
|
export {
|
|
@@ -3008,24 +3038,18 @@ export {
|
|
|
3008
3038
|
/** @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 */
|
|
3009
3039
|
default as ArrowUpZaIcon
|
|
3010
3040
|
} from '../icons/arrow-up-z-a';
|
|
3011
|
-
//
|
|
3012
|
-
export { default as
|
|
3041
|
+
// BadgeCheck aliases
|
|
3042
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
3013
3043
|
export {
|
|
3014
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3015
|
-
default as
|
|
3016
|
-
} from '../icons/
|
|
3044
|
+
/** @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 */
|
|
3045
|
+
default as VerifiedIcon
|
|
3046
|
+
} from '../icons/badge-check';
|
|
3017
3047
|
// Axis3d aliases
|
|
3018
3048
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
3019
3049
|
export {
|
|
3020
3050
|
/** @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 */
|
|
3021
3051
|
default as Axis3DIcon
|
|
3022
3052
|
} from '../icons/axis-3d';
|
|
3023
|
-
// BadgeCheck aliases
|
|
3024
|
-
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
3025
|
-
export {
|
|
3026
|
-
/** @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 */
|
|
3027
|
-
default as VerifiedIcon
|
|
3028
|
-
} from '../icons/badge-check';
|
|
3029
3053
|
// BadgeQuestionMark aliases
|
|
3030
3054
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3031
3055
|
export {
|
|
@@ -3044,30 +3068,36 @@ export {
|
|
|
3044
3068
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
3045
3069
|
default as BetweenHorizonalStartIcon
|
|
3046
3070
|
} from '../icons/between-horizontal-start';
|
|
3071
|
+
// Braces aliases
|
|
3072
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
3073
|
+
export {
|
|
3074
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
3075
|
+
default as CurlyBracesIcon
|
|
3076
|
+
} from '../icons/braces';
|
|
3047
3077
|
// BookDashed aliases
|
|
3048
3078
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3049
3079
|
export {
|
|
3050
3080
|
/** @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 */
|
|
3051
3081
|
default as BookTemplateIcon
|
|
3052
3082
|
} from '../icons/book-dashed';
|
|
3053
|
-
//
|
|
3054
|
-
export { default as
|
|
3083
|
+
// ChartBarBig aliases
|
|
3084
|
+
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3055
3085
|
export {
|
|
3056
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3057
|
-
default as
|
|
3058
|
-
} from '../icons/
|
|
3086
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
3087
|
+
default as BarChartHorizontalBigIcon
|
|
3088
|
+
} from '../icons/chart-bar-big';
|
|
3059
3089
|
// Captions aliases
|
|
3060
3090
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
3061
3091
|
export {
|
|
3062
3092
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
3063
3093
|
default as SubtitlesIcon
|
|
3064
3094
|
} from '../icons/captions';
|
|
3065
|
-
//
|
|
3066
|
-
export { default as
|
|
3095
|
+
// ChartArea aliases
|
|
3096
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3067
3097
|
export {
|
|
3068
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3069
|
-
default as
|
|
3070
|
-
} from '../icons/chart-
|
|
3098
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
3099
|
+
default as AreaChartIcon
|
|
3100
|
+
} from '../icons/chart-area';
|
|
3071
3101
|
// ChartBar aliases
|
|
3072
3102
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3073
3103
|
export {
|
|
@@ -3086,54 +3116,48 @@ export {
|
|
|
3086
3116
|
/** @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 */
|
|
3087
3117
|
default as BarChart4Icon
|
|
3088
3118
|
} from '../icons/chart-column-increasing';
|
|
3089
|
-
// ChartColumn aliases
|
|
3090
|
-
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3091
|
-
export {
|
|
3092
|
-
/** @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 */
|
|
3093
|
-
default as BarChart3Icon
|
|
3094
|
-
} from '../icons/chart-column';
|
|
3095
3119
|
// ChartColumnBig aliases
|
|
3096
3120
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3097
3121
|
export {
|
|
3098
3122
|
/** @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 */
|
|
3099
3123
|
default as BarChartBigIcon
|
|
3100
3124
|
} from '../icons/chart-column-big';
|
|
3125
|
+
// ChartColumn aliases
|
|
3126
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3127
|
+
export {
|
|
3128
|
+
/** @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 */
|
|
3129
|
+
default as BarChart3Icon
|
|
3130
|
+
} from '../icons/chart-column';
|
|
3101
3131
|
// ChartLine aliases
|
|
3102
3132
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3103
3133
|
export {
|
|
3104
3134
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3105
3135
|
default as LineChartIcon
|
|
3106
3136
|
} from '../icons/chart-line';
|
|
3107
|
-
//
|
|
3108
|
-
export { default as
|
|
3137
|
+
// ChartNoAxesGantt aliases
|
|
3138
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3109
3139
|
export {
|
|
3110
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3111
|
-
default as
|
|
3112
|
-
} from '../icons/chart-
|
|
3140
|
+
/** @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 */
|
|
3141
|
+
default as GanttChartIcon
|
|
3142
|
+
} from '../icons/chart-no-axes-gantt';
|
|
3143
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
3144
|
+
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3145
|
+
export {
|
|
3146
|
+
/** @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 */
|
|
3147
|
+
default as BarChartIcon
|
|
3148
|
+
} from '../icons/chart-no-axes-column-increasing';
|
|
3113
3149
|
// ChartNoAxesColumn aliases
|
|
3114
3150
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3115
3151
|
export {
|
|
3116
3152
|
/** @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 */
|
|
3117
3153
|
default as BarChart2Icon
|
|
3118
3154
|
} from '../icons/chart-no-axes-column';
|
|
3119
|
-
// ChartNoAxesGantt aliases
|
|
3120
|
-
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3121
|
-
export {
|
|
3122
|
-
/** @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 */
|
|
3123
|
-
default as GanttChartIcon
|
|
3124
|
-
} from '../icons/chart-no-axes-gantt';
|
|
3125
3155
|
// ChartPie aliases
|
|
3126
3156
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3127
3157
|
export {
|
|
3128
3158
|
/** @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 */
|
|
3129
3159
|
default as PieChartIcon
|
|
3130
3160
|
} from '../icons/chart-pie';
|
|
3131
|
-
// ChartNoAxesColumnIncreasing aliases
|
|
3132
|
-
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3133
|
-
export {
|
|
3134
|
-
/** @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 */
|
|
3135
|
-
default as BarChartIcon
|
|
3136
|
-
} from '../icons/chart-no-axes-column-increasing';
|
|
3137
3161
|
// ChartScatter aliases
|
|
3138
3162
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3139
3163
|
export {
|
|
@@ -3158,18 +3182,18 @@ export {
|
|
|
3158
3182
|
/** @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 */
|
|
3159
3183
|
default as ArrowLeftCircleIcon
|
|
3160
3184
|
} from '../icons/circle-arrow-left';
|
|
3161
|
-
// CircleArrowOutDownRight aliases
|
|
3162
|
-
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3163
|
-
export {
|
|
3164
|
-
/** @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 */
|
|
3165
|
-
default as ArrowDownRightFromCircleIcon
|
|
3166
|
-
} from '../icons/circle-arrow-out-down-right';
|
|
3167
3185
|
// CircleArrowOutDownLeft aliases
|
|
3168
3186
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3169
3187
|
export {
|
|
3170
3188
|
/** @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 */
|
|
3171
3189
|
default as ArrowDownLeftFromCircleIcon
|
|
3172
3190
|
} from '../icons/circle-arrow-out-down-left';
|
|
3191
|
+
// CircleArrowOutDownRight aliases
|
|
3192
|
+
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3193
|
+
export {
|
|
3194
|
+
/** @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 */
|
|
3195
|
+
default as ArrowDownRightFromCircleIcon
|
|
3196
|
+
} from '../icons/circle-arrow-out-down-right';
|
|
3173
3197
|
// CircleArrowOutUpRight aliases
|
|
3174
3198
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3175
3199
|
export {
|
|
@@ -3182,6 +3206,18 @@ export {
|
|
|
3182
3206
|
/** @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 */
|
|
3183
3207
|
default as ArrowUpLeftFromCircleIcon
|
|
3184
3208
|
} from '../icons/circle-arrow-out-up-left';
|
|
3209
|
+
// CircleArrowRight aliases
|
|
3210
|
+
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3211
|
+
export {
|
|
3212
|
+
/** @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 */
|
|
3213
|
+
default as ArrowRightCircleIcon
|
|
3214
|
+
} from '../icons/circle-arrow-right';
|
|
3215
|
+
// CircleCheck aliases
|
|
3216
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3217
|
+
export {
|
|
3218
|
+
/** @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 */
|
|
3219
|
+
default as CheckCircle2Icon
|
|
3220
|
+
} from '../icons/circle-check';
|
|
3185
3221
|
// CircleArrowUp aliases
|
|
3186
3222
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3187
3223
|
export {
|
|
@@ -3194,96 +3230,96 @@ export {
|
|
|
3194
3230
|
/** @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 */
|
|
3195
3231
|
default as CheckCircleIcon
|
|
3196
3232
|
} from '../icons/circle-check-big';
|
|
3197
|
-
// CircleCheck aliases
|
|
3198
|
-
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3199
|
-
export {
|
|
3200
|
-
/** @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 */
|
|
3201
|
-
default as CheckCircle2Icon
|
|
3202
|
-
} from '../icons/circle-check';
|
|
3203
|
-
// CircleArrowRight aliases
|
|
3204
|
-
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3205
|
-
export {
|
|
3206
|
-
/** @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 */
|
|
3207
|
-
default as ArrowRightCircleIcon
|
|
3208
|
-
} from '../icons/circle-arrow-right';
|
|
3209
3233
|
// CircleChevronDown aliases
|
|
3210
3234
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3211
3235
|
export {
|
|
3212
3236
|
/** @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 */
|
|
3213
3237
|
default as ChevronDownCircleIcon
|
|
3214
3238
|
} from '../icons/circle-chevron-down';
|
|
3215
|
-
// CircleChevronRight aliases
|
|
3216
|
-
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3217
|
-
export {
|
|
3218
|
-
/** @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 */
|
|
3219
|
-
default as ChevronRightCircleIcon
|
|
3220
|
-
} from '../icons/circle-chevron-right';
|
|
3221
3239
|
// CircleChevronLeft aliases
|
|
3222
3240
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3223
3241
|
export {
|
|
3224
3242
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3225
3243
|
default as ChevronLeftCircleIcon
|
|
3226
3244
|
} from '../icons/circle-chevron-left';
|
|
3227
|
-
//
|
|
3228
|
-
export { default as
|
|
3245
|
+
// CircleChevronRight aliases
|
|
3246
|
+
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3229
3247
|
export {
|
|
3230
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3231
|
-
default as
|
|
3232
|
-
} from '../icons/circle-
|
|
3248
|
+
/** @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 */
|
|
3249
|
+
default as ChevronRightCircleIcon
|
|
3250
|
+
} from '../icons/circle-chevron-right';
|
|
3233
3251
|
// CircleChevronUp aliases
|
|
3234
3252
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3235
3253
|
export {
|
|
3236
3254
|
/** @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 */
|
|
3237
3255
|
default as ChevronUpCircleIcon
|
|
3238
3256
|
} from '../icons/circle-chevron-up';
|
|
3239
|
-
// CircleMinus aliases
|
|
3240
|
-
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3241
|
-
export {
|
|
3242
|
-
/** @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 */
|
|
3243
|
-
default as MinusCircleIcon
|
|
3244
|
-
} from '../icons/circle-minus';
|
|
3245
3257
|
// CircleGauge aliases
|
|
3246
3258
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3247
3259
|
export {
|
|
3248
3260
|
/** @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 */
|
|
3249
3261
|
default as GaugeCircleIcon
|
|
3250
3262
|
} from '../icons/circle-gauge';
|
|
3251
|
-
//
|
|
3252
|
-
export { default as
|
|
3263
|
+
// CircleDivide aliases
|
|
3264
|
+
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3253
3265
|
export {
|
|
3254
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3255
|
-
default as
|
|
3256
|
-
} from '../icons/circle-
|
|
3257
|
-
//
|
|
3266
|
+
/** @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 */
|
|
3267
|
+
default as DivideCircleIcon
|
|
3268
|
+
} from '../icons/circle-divide';
|
|
3269
|
+
// CircleMinus aliases
|
|
3270
|
+
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3271
|
+
export {
|
|
3272
|
+
/** @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 */
|
|
3273
|
+
default as MinusCircleIcon
|
|
3274
|
+
} from '../icons/circle-minus';
|
|
3275
|
+
// CircleParkingOff aliases
|
|
3258
3276
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3259
3277
|
export {
|
|
3260
3278
|
/** @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 */
|
|
3261
3279
|
default as ParkingCircleOffIcon
|
|
3262
3280
|
} from '../icons/circle-parking-off';
|
|
3281
|
+
// CircleParking aliases
|
|
3282
|
+
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3283
|
+
export {
|
|
3284
|
+
/** @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 */
|
|
3285
|
+
default as ParkingCircleIcon
|
|
3286
|
+
} from '../icons/circle-parking';
|
|
3263
3287
|
// CirclePause aliases
|
|
3264
3288
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3265
3289
|
export {
|
|
3266
3290
|
/** @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 */
|
|
3267
3291
|
default as PauseCircleIcon
|
|
3268
3292
|
} from '../icons/circle-pause';
|
|
3293
|
+
// CirclePercent aliases
|
|
3294
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3295
|
+
export {
|
|
3296
|
+
/** @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 */
|
|
3297
|
+
default as PercentCircleIcon
|
|
3298
|
+
} from '../icons/circle-percent';
|
|
3269
3299
|
// CirclePlay aliases
|
|
3270
3300
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3271
3301
|
export {
|
|
3272
3302
|
/** @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 */
|
|
3273
3303
|
default as PlayCircleIcon
|
|
3274
3304
|
} from '../icons/circle-play';
|
|
3275
|
-
//
|
|
3276
|
-
export { default as
|
|
3305
|
+
// CirclePower aliases
|
|
3306
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3277
3307
|
export {
|
|
3278
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3279
|
-
default as
|
|
3280
|
-
} from '../icons/circle-
|
|
3308
|
+
/** @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 */
|
|
3309
|
+
default as PowerCircleIcon
|
|
3310
|
+
} from '../icons/circle-power';
|
|
3281
3311
|
// CirclePlus aliases
|
|
3282
3312
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3283
3313
|
export {
|
|
3284
3314
|
/** @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 */
|
|
3285
3315
|
default as PlusCircleIcon
|
|
3286
3316
|
} from '../icons/circle-plus';
|
|
3317
|
+
// CircleSlash2 aliases
|
|
3318
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3319
|
+
export {
|
|
3320
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3321
|
+
default as CircleSlashedIcon
|
|
3322
|
+
} from '../icons/circle-slash-2';
|
|
3287
3323
|
// CircleQuestionMark aliases
|
|
3288
3324
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3289
3325
|
export {
|
|
@@ -3294,18 +3330,6 @@ export {
|
|
|
3294
3330
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3295
3331
|
default as CircleHelpIcon
|
|
3296
3332
|
} from '../icons/circle-question-mark';
|
|
3297
|
-
// CirclePower aliases
|
|
3298
|
-
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3299
|
-
export {
|
|
3300
|
-
/** @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 */
|
|
3301
|
-
default as PowerCircleIcon
|
|
3302
|
-
} from '../icons/circle-power';
|
|
3303
|
-
// CircleSlash2 aliases
|
|
3304
|
-
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3305
|
-
export {
|
|
3306
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3307
|
-
default as CircleSlashedIcon
|
|
3308
|
-
} from '../icons/circle-slash-2';
|
|
3309
3333
|
// CircleStop aliases
|
|
3310
3334
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3311
3335
|
export {
|
|
@@ -3330,36 +3354,42 @@ export {
|
|
|
3330
3354
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3331
3355
|
default as UserCircleIcon
|
|
3332
3356
|
} from '../icons/circle-user';
|
|
3333
|
-
// ClipboardPenLine aliases
|
|
3334
|
-
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3335
|
-
export {
|
|
3336
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3337
|
-
default as ClipboardSignatureIcon
|
|
3338
|
-
} from '../icons/clipboard-pen-line';
|
|
3339
3357
|
// ClipboardPen aliases
|
|
3340
3358
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3341
3359
|
export {
|
|
3342
3360
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3343
3361
|
default as ClipboardEditIcon
|
|
3344
3362
|
} from '../icons/clipboard-pen';
|
|
3345
|
-
//
|
|
3346
|
-
export { default as
|
|
3363
|
+
// ClipboardPenLine aliases
|
|
3364
|
+
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3347
3365
|
export {
|
|
3348
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3349
|
-
default as
|
|
3350
|
-
} from '../icons/
|
|
3366
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3367
|
+
default as ClipboardSignatureIcon
|
|
3368
|
+
} from '../icons/clipboard-pen-line';
|
|
3351
3369
|
// CloudDownload aliases
|
|
3352
3370
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3353
3371
|
export {
|
|
3354
3372
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3355
3373
|
default as DownloadCloudIcon
|
|
3356
3374
|
} from '../icons/cloud-download';
|
|
3375
|
+
// CloudUpload aliases
|
|
3376
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3377
|
+
export {
|
|
3378
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3379
|
+
default as UploadCloudIcon
|
|
3380
|
+
} from '../icons/cloud-upload';
|
|
3357
3381
|
// CodeXml aliases
|
|
3358
3382
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3359
3383
|
export {
|
|
3360
3384
|
/** @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 */
|
|
3361
3385
|
default as Code2Icon
|
|
3362
3386
|
} from '../icons/code-xml';
|
|
3387
|
+
// Columns2 aliases
|
|
3388
|
+
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3389
|
+
export {
|
|
3390
|
+
/** @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 */
|
|
3391
|
+
default as ColumnsIcon
|
|
3392
|
+
} from '../icons/columns-2';
|
|
3363
3393
|
// Columns3Cog aliases
|
|
3364
3394
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3365
3395
|
export {
|
|
@@ -3370,12 +3400,6 @@ export {
|
|
|
3370
3400
|
/** @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 */
|
|
3371
3401
|
default as TableConfigIcon
|
|
3372
3402
|
} from '../icons/columns-3-cog';
|
|
3373
|
-
// Columns2 aliases
|
|
3374
|
-
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3375
|
-
export {
|
|
3376
|
-
/** @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 */
|
|
3377
|
-
default as ColumnsIcon
|
|
3378
|
-
} from '../icons/columns-2';
|
|
3379
3403
|
// Columns3 aliases
|
|
3380
3404
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3381
3405
|
export {
|
|
@@ -3388,30 +3412,30 @@ export {
|
|
|
3388
3412
|
/** @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 */
|
|
3389
3413
|
default as Contact2Icon
|
|
3390
3414
|
} from '../icons/contact-round';
|
|
3391
|
-
// Earth aliases
|
|
3392
|
-
export { default as EarthIcon } from '../icons/earth';
|
|
3393
|
-
export {
|
|
3394
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3395
|
-
default as Globe2Icon
|
|
3396
|
-
} from '../icons/earth';
|
|
3397
3415
|
// DiamondPercent aliases
|
|
3398
3416
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3399
3417
|
export {
|
|
3400
3418
|
/** @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 */
|
|
3401
3419
|
default as PercentDiamondIcon
|
|
3402
3420
|
} from '../icons/diamond-percent';
|
|
3403
|
-
// Ellipsis aliases
|
|
3404
|
-
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3405
|
-
export {
|
|
3406
|
-
/** @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 */
|
|
3407
|
-
default as MoreHorizontalIcon
|
|
3408
|
-
} from '../icons/ellipsis';
|
|
3409
3421
|
// EllipsisVertical aliases
|
|
3410
3422
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3411
3423
|
export {
|
|
3412
3424
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3413
3425
|
default as MoreVerticalIcon
|
|
3414
3426
|
} from '../icons/ellipsis-vertical';
|
|
3427
|
+
// Earth aliases
|
|
3428
|
+
export { default as EarthIcon } from '../icons/earth';
|
|
3429
|
+
export {
|
|
3430
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3431
|
+
default as Globe2Icon
|
|
3432
|
+
} from '../icons/earth';
|
|
3433
|
+
// Ellipsis aliases
|
|
3434
|
+
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3435
|
+
export {
|
|
3436
|
+
/** @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 */
|
|
3437
|
+
default as MoreHorizontalIcon
|
|
3438
|
+
} from '../icons/ellipsis';
|
|
3415
3439
|
// FileAxis3d aliases
|
|
3416
3440
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3417
3441
|
export {
|
|
@@ -3424,42 +3448,42 @@ export {
|
|
|
3424
3448
|
/** @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 */
|
|
3425
3449
|
default as FileBadge2Icon
|
|
3426
3450
|
} from '../icons/file-badge';
|
|
3427
|
-
// FileBracesCorner aliases
|
|
3428
|
-
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3429
|
-
export {
|
|
3430
|
-
/** @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 */
|
|
3431
|
-
default as FileJson2Icon
|
|
3432
|
-
} from '../icons/file-braces-corner';
|
|
3433
3451
|
// FileBraces aliases
|
|
3434
3452
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3435
3453
|
export {
|
|
3436
3454
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
3437
3455
|
default as FileJsonIcon
|
|
3438
3456
|
} from '../icons/file-braces';
|
|
3439
|
-
//
|
|
3440
|
-
export { default as
|
|
3457
|
+
// FileBracesCorner aliases
|
|
3458
|
+
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3441
3459
|
export {
|
|
3442
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3443
|
-
default as
|
|
3444
|
-
} from '../icons/file-
|
|
3460
|
+
/** @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 */
|
|
3461
|
+
default as FileJson2Icon
|
|
3462
|
+
} from '../icons/file-braces-corner';
|
|
3445
3463
|
// FileChartColumnIncreasing aliases
|
|
3446
3464
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3447
3465
|
export {
|
|
3448
3466
|
/** @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 */
|
|
3449
3467
|
default as FileBarChartIcon
|
|
3450
3468
|
} from '../icons/file-chart-column-increasing';
|
|
3451
|
-
//
|
|
3452
|
-
export { default as
|
|
3469
|
+
// FileChartColumn aliases
|
|
3470
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3453
3471
|
export {
|
|
3454
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3455
|
-
default as
|
|
3456
|
-
} from '../icons/file-chart-
|
|
3472
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3473
|
+
default as FileBarChart2Icon
|
|
3474
|
+
} from '../icons/file-chart-column';
|
|
3457
3475
|
// FileChartLine aliases
|
|
3458
3476
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3459
3477
|
export {
|
|
3460
3478
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3461
3479
|
default as FileLineChartIcon
|
|
3462
3480
|
} from '../icons/file-chart-line';
|
|
3481
|
+
// FileChartPie aliases
|
|
3482
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3483
|
+
export {
|
|
3484
|
+
/** @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 */
|
|
3485
|
+
default as FilePieChartIcon
|
|
3486
|
+
} from '../icons/file-chart-pie';
|
|
3463
3487
|
// FileCheckCorner aliases
|
|
3464
3488
|
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3465
3489
|
export {
|
|
@@ -3478,6 +3502,12 @@ export {
|
|
|
3478
3502
|
/** @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 */
|
|
3479
3503
|
default as FileCog2Icon
|
|
3480
3504
|
} from '../icons/file-cog';
|
|
3505
|
+
// FileExclamationPoint aliases
|
|
3506
|
+
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3507
|
+
export {
|
|
3508
|
+
/** @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 */
|
|
3509
|
+
default as FileWarningIcon
|
|
3510
|
+
} from '../icons/file-exclamation-point';
|
|
3481
3511
|
// FileHeadphone aliases
|
|
3482
3512
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3483
3513
|
export {
|
|
@@ -3488,18 +3518,6 @@ export {
|
|
|
3488
3518
|
/** @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 */
|
|
3489
3519
|
default as FileAudio2Icon
|
|
3490
3520
|
} from '../icons/file-headphone';
|
|
3491
|
-
// FileExclamationPoint aliases
|
|
3492
|
-
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3493
|
-
export {
|
|
3494
|
-
/** @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 */
|
|
3495
|
-
default as FileWarningIcon
|
|
3496
|
-
} from '../icons/file-exclamation-point';
|
|
3497
|
-
// FileMinusCorner aliases
|
|
3498
|
-
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3499
|
-
export {
|
|
3500
|
-
/** @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 */
|
|
3501
|
-
default as FileMinus2Icon
|
|
3502
|
-
} from '../icons/file-minus-corner';
|
|
3503
3521
|
// FileKey aliases
|
|
3504
3522
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3505
3523
|
export {
|
|
@@ -3512,24 +3530,30 @@ export {
|
|
|
3512
3530
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3513
3531
|
default as FileLock2Icon
|
|
3514
3532
|
} from '../icons/file-lock';
|
|
3533
|
+
// FileMinusCorner aliases
|
|
3534
|
+
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3535
|
+
export {
|
|
3536
|
+
/** @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 */
|
|
3537
|
+
default as FileMinus2Icon
|
|
3538
|
+
} from '../icons/file-minus-corner';
|
|
3515
3539
|
// FilePenLine aliases
|
|
3516
3540
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3517
3541
|
export {
|
|
3518
3542
|
/** @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 */
|
|
3519
3543
|
default as FileSignatureIcon
|
|
3520
3544
|
} from '../icons/file-pen-line';
|
|
3521
|
-
// FilePlay aliases
|
|
3522
|
-
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3523
|
-
export {
|
|
3524
|
-
/** @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 */
|
|
3525
|
-
default as FileVideoIcon
|
|
3526
|
-
} from '../icons/file-play';
|
|
3527
3545
|
// FilePen aliases
|
|
3528
3546
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3529
3547
|
export {
|
|
3530
3548
|
/** @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 */
|
|
3531
3549
|
default as FileEditIcon
|
|
3532
3550
|
} from '../icons/file-pen';
|
|
3551
|
+
// FilePlay aliases
|
|
3552
|
+
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3553
|
+
export {
|
|
3554
|
+
/** @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 */
|
|
3555
|
+
default as FileVideoIcon
|
|
3556
|
+
} from '../icons/file-play';
|
|
3533
3557
|
// FileQuestionMark aliases
|
|
3534
3558
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3535
3559
|
export {
|
|
@@ -3584,42 +3608,48 @@ export {
|
|
|
3584
3608
|
/** @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 */
|
|
3585
3609
|
default as FingerprintIcon
|
|
3586
3610
|
} from '../icons/fingerprint-pattern';
|
|
3587
|
-
//
|
|
3588
|
-
export { default as
|
|
3611
|
+
// FolderPen aliases
|
|
3612
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3589
3613
|
export {
|
|
3590
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3591
|
-
default as
|
|
3592
|
-
} from '../icons/
|
|
3614
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3615
|
+
default as FolderEditIcon
|
|
3616
|
+
} from '../icons/folder-pen';
|
|
3593
3617
|
// Funnel aliases
|
|
3594
3618
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3595
3619
|
export {
|
|
3596
3620
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3597
3621
|
default as FilterIcon
|
|
3598
3622
|
} from '../icons/funnel';
|
|
3599
|
-
//
|
|
3600
|
-
export { default as
|
|
3623
|
+
// FunnelX aliases
|
|
3624
|
+
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3601
3625
|
export {
|
|
3602
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3603
|
-
default as
|
|
3604
|
-
} from '../icons/
|
|
3626
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3627
|
+
default as FilterXIcon
|
|
3628
|
+
} from '../icons/funnel-x';
|
|
3605
3629
|
// GitCommitHorizontal aliases
|
|
3606
3630
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3607
3631
|
export {
|
|
3608
3632
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3609
3633
|
default as GitCommitIcon
|
|
3610
3634
|
} from '../icons/git-commit-horizontal';
|
|
3635
|
+
// Grid2x2Plus aliases
|
|
3636
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3637
|
+
export {
|
|
3638
|
+
/** @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 */
|
|
3639
|
+
default as Grid2X2PlusIcon
|
|
3640
|
+
} from '../icons/grid-2x2-plus';
|
|
3611
3641
|
// Grid2x2Check aliases
|
|
3612
3642
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3613
3643
|
export {
|
|
3614
3644
|
/** @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 */
|
|
3615
3645
|
default as Grid2X2CheckIcon
|
|
3616
3646
|
} from '../icons/grid-2x2-check';
|
|
3617
|
-
//
|
|
3618
|
-
export { default as
|
|
3647
|
+
// Grid2x2 aliases
|
|
3648
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3619
3649
|
export {
|
|
3620
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3621
|
-
default as
|
|
3622
|
-
} from '../icons/grid-2x2
|
|
3650
|
+
/** @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 */
|
|
3651
|
+
default as Grid2X2Icon
|
|
3652
|
+
} from '../icons/grid-2x2';
|
|
3623
3653
|
// Grid2x2X aliases
|
|
3624
3654
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3625
3655
|
export {
|
|
@@ -3636,12 +3666,6 @@ export {
|
|
|
3636
3666
|
/** @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 */
|
|
3637
3667
|
default as Grid3X3Icon
|
|
3638
3668
|
} from '../icons/grid-3x3';
|
|
3639
|
-
// Grid2x2 aliases
|
|
3640
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3641
|
-
export {
|
|
3642
|
-
/** @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 */
|
|
3643
|
-
default as Grid2X2Icon
|
|
3644
|
-
} from '../icons/grid-2x2';
|
|
3645
3669
|
// HandGrab aliases
|
|
3646
3670
|
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3647
3671
|
export {
|
|
@@ -3654,6 +3678,12 @@ export {
|
|
|
3654
3678
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3655
3679
|
default as HelpingHandIcon
|
|
3656
3680
|
} from '../icons/hand-helping';
|
|
3681
|
+
// IceCreamBowl aliases
|
|
3682
|
+
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3683
|
+
export {
|
|
3684
|
+
/** @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 */
|
|
3685
|
+
default as IceCream2Icon
|
|
3686
|
+
} from '../icons/ice-cream-bowl';
|
|
3657
3687
|
// House aliases
|
|
3658
3688
|
export { default as HouseIcon } from '../icons/house';
|
|
3659
3689
|
export {
|
|
@@ -3666,12 +3696,6 @@ export {
|
|
|
3666
3696
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3667
3697
|
default as IceCreamIcon
|
|
3668
3698
|
} from '../icons/ice-cream-cone';
|
|
3669
|
-
// IceCreamBowl aliases
|
|
3670
|
-
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3671
|
-
export {
|
|
3672
|
-
/** @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 */
|
|
3673
|
-
default as IceCream2Icon
|
|
3674
|
-
} from '../icons/ice-cream-bowl';
|
|
3675
3699
|
// LaptopMinimal aliases
|
|
3676
3700
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3677
3701
|
export {
|
|
@@ -3684,6 +3708,16 @@ export {
|
|
|
3684
3708
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3685
3709
|
default as Layers3Icon
|
|
3686
3710
|
} from '../icons/layers';
|
|
3711
|
+
// ListIndentIncrease aliases
|
|
3712
|
+
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3713
|
+
export {
|
|
3714
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3715
|
+
default as IndentIcon
|
|
3716
|
+
} from '../icons/list-indent-increase';
|
|
3717
|
+
export {
|
|
3718
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3719
|
+
default as IndentIncreaseIcon
|
|
3720
|
+
} from '../icons/list-indent-increase';
|
|
3687
3721
|
// ListIndentDecrease aliases
|
|
3688
3722
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3689
3723
|
export {
|
|
@@ -3700,16 +3734,6 @@ export {
|
|
|
3700
3734
|
/** @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 */
|
|
3701
3735
|
default as Loader2Icon
|
|
3702
3736
|
} from '../icons/loader-circle';
|
|
3703
|
-
// ListIndentIncrease aliases
|
|
3704
|
-
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3705
|
-
export {
|
|
3706
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3707
|
-
default as IndentIcon
|
|
3708
|
-
} from '../icons/list-indent-increase';
|
|
3709
|
-
export {
|
|
3710
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3711
|
-
default as IndentIncreaseIcon
|
|
3712
|
-
} from '../icons/list-indent-increase';
|
|
3713
3737
|
// LockKeyholeOpen aliases
|
|
3714
3738
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3715
3739
|
export {
|
|
@@ -3734,36 +3758,42 @@ export {
|
|
|
3734
3758
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3735
3759
|
default as LocationEditIcon
|
|
3736
3760
|
} from '../icons/map-pin-pen';
|
|
3737
|
-
// MessageCircleQuestionMark aliases
|
|
3738
|
-
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3739
|
-
export {
|
|
3740
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3741
|
-
default as MessageCircleQuestionIcon
|
|
3742
|
-
} from '../icons/message-circle-question-mark';
|
|
3743
3761
|
// MicVocal aliases
|
|
3744
3762
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3745
3763
|
export {
|
|
3746
3764
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3747
3765
|
default as Mic2Icon
|
|
3748
3766
|
} from '../icons/mic-vocal';
|
|
3767
|
+
// MessageCircleQuestionMark aliases
|
|
3768
|
+
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3769
|
+
export {
|
|
3770
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3771
|
+
default as MessageCircleQuestionIcon
|
|
3772
|
+
} from '../icons/message-circle-question-mark';
|
|
3749
3773
|
// Move3d aliases
|
|
3750
3774
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3751
3775
|
export {
|
|
3752
3776
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3753
3777
|
default as Move3DIcon
|
|
3754
3778
|
} from '../icons/move-3d';
|
|
3755
|
-
// OctagonPause aliases
|
|
3756
|
-
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3757
|
-
export {
|
|
3758
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3759
|
-
default as PauseOctagonIcon
|
|
3760
|
-
} from '../icons/octagon-pause';
|
|
3761
3779
|
// OctagonAlert aliases
|
|
3762
3780
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3763
3781
|
export {
|
|
3764
3782
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3765
3783
|
default as AlertOctagonIcon
|
|
3766
3784
|
} from '../icons/octagon-alert';
|
|
3785
|
+
// OctagonX aliases
|
|
3786
|
+
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3787
|
+
export {
|
|
3788
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3789
|
+
default as XOctagonIcon
|
|
3790
|
+
} from '../icons/octagon-x';
|
|
3791
|
+
// OctagonPause aliases
|
|
3792
|
+
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3793
|
+
export {
|
|
3794
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3795
|
+
default as PauseOctagonIcon
|
|
3796
|
+
} from '../icons/octagon-pause';
|
|
3767
3797
|
// PaintbrushVertical aliases
|
|
3768
3798
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3769
3799
|
export {
|
|
@@ -3776,24 +3806,24 @@ export {
|
|
|
3776
3806
|
/** @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 */
|
|
3777
3807
|
default as SidebarCloseIcon
|
|
3778
3808
|
} from '../icons/panel-left-close';
|
|
3779
|
-
//
|
|
3780
|
-
export { default as
|
|
3809
|
+
// PanelBottomDashed aliases
|
|
3810
|
+
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3781
3811
|
export {
|
|
3782
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3783
|
-
default as
|
|
3784
|
-
} from '../icons/
|
|
3812
|
+
/** @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 */
|
|
3813
|
+
default as PanelBottomInactiveIcon
|
|
3814
|
+
} from '../icons/panel-bottom-dashed';
|
|
3785
3815
|
// PanelLeftDashed aliases
|
|
3786
3816
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3787
3817
|
export {
|
|
3788
3818
|
/** @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 */
|
|
3789
3819
|
default as PanelLeftInactiveIcon
|
|
3790
3820
|
} from '../icons/panel-left-dashed';
|
|
3791
|
-
//
|
|
3792
|
-
export { default as
|
|
3821
|
+
// PanelLeftOpen aliases
|
|
3822
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3793
3823
|
export {
|
|
3794
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3795
|
-
default as
|
|
3796
|
-
} from '../icons/panel-
|
|
3824
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3825
|
+
default as SidebarOpenIcon
|
|
3826
|
+
} from '../icons/panel-left-open';
|
|
3797
3827
|
// PanelLeft aliases
|
|
3798
3828
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3799
3829
|
export {
|
|
@@ -3812,12 +3842,6 @@ export {
|
|
|
3812
3842
|
/** @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 */
|
|
3813
3843
|
default as PanelTopInactiveIcon
|
|
3814
3844
|
} from '../icons/panel-top-dashed';
|
|
3815
|
-
// PanelLeftOpen aliases
|
|
3816
|
-
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3817
|
-
export {
|
|
3818
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3819
|
-
default as SidebarOpenIcon
|
|
3820
|
-
} from '../icons/panel-left-open';
|
|
3821
3845
|
// PanelsTopLeft aliases
|
|
3822
3846
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3823
3847
|
export {
|
|
@@ -3848,12 +3872,6 @@ export {
|
|
|
3848
3872
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3849
3873
|
default as Rotate3DIcon
|
|
3850
3874
|
} from '../icons/rotate-3d';
|
|
3851
|
-
// Rows3 aliases
|
|
3852
|
-
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3853
|
-
export {
|
|
3854
|
-
/** @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 */
|
|
3855
|
-
default as PanelsTopBottomIcon
|
|
3856
|
-
} from '../icons/rows-3';
|
|
3857
3875
|
// RectangleEllipsis aliases
|
|
3858
3876
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3859
3877
|
export {
|
|
@@ -3866,6 +3884,12 @@ export {
|
|
|
3866
3884
|
/** @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 */
|
|
3867
3885
|
default as RowsIcon
|
|
3868
3886
|
} from '../icons/rows-2';
|
|
3887
|
+
// Rows3 aliases
|
|
3888
|
+
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3889
|
+
export {
|
|
3890
|
+
/** @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 */
|
|
3891
|
+
default as PanelsTopBottomIcon
|
|
3892
|
+
} from '../icons/rows-3';
|
|
3869
3893
|
// Scale3d aliases
|
|
3870
3894
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3871
3895
|
export {
|
|
@@ -3878,30 +3902,30 @@ export {
|
|
|
3878
3902
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3879
3903
|
default as SendHorizonalIcon
|
|
3880
3904
|
} from '../icons/send-horizontal';
|
|
3881
|
-
// ShieldX aliases
|
|
3882
|
-
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3883
|
-
export {
|
|
3884
|
-
/** @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 */
|
|
3885
|
-
default as ShieldCloseIcon
|
|
3886
|
-
} from '../icons/shield-x';
|
|
3887
3905
|
// ShieldQuestionMark aliases
|
|
3888
3906
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3889
3907
|
export {
|
|
3890
3908
|
/** @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 */
|
|
3891
3909
|
default as ShieldQuestionIcon
|
|
3892
3910
|
} from '../icons/shield-question-mark';
|
|
3893
|
-
// Sparkles aliases
|
|
3894
|
-
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3895
|
-
export {
|
|
3896
|
-
/** @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 */
|
|
3897
|
-
default as StarsIcon
|
|
3898
|
-
} from '../icons/sparkles';
|
|
3899
3911
|
// SlidersVertical aliases
|
|
3900
3912
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3901
3913
|
export {
|
|
3902
3914
|
/** @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 */
|
|
3903
3915
|
default as SlidersIcon
|
|
3904
3916
|
} from '../icons/sliders-vertical';
|
|
3917
|
+
// ShieldX aliases
|
|
3918
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3919
|
+
export {
|
|
3920
|
+
/** @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 */
|
|
3921
|
+
default as ShieldCloseIcon
|
|
3922
|
+
} from '../icons/shield-x';
|
|
3923
|
+
// Sparkles aliases
|
|
3924
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3925
|
+
export {
|
|
3926
|
+
/** @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 */
|
|
3927
|
+
default as StarsIcon
|
|
3928
|
+
} from '../icons/sparkles';
|
|
3905
3929
|
// SquareActivity aliases
|
|
3906
3930
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3907
3931
|
export {
|
|
@@ -3914,18 +3938,18 @@ export {
|
|
|
3914
3938
|
/** @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 */
|
|
3915
3939
|
default as ArrowDownLeftSquareIcon
|
|
3916
3940
|
} from '../icons/square-arrow-down-left';
|
|
3917
|
-
// SquareArrowDown aliases
|
|
3918
|
-
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3919
|
-
export {
|
|
3920
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3921
|
-
default as ArrowDownSquareIcon
|
|
3922
|
-
} from '../icons/square-arrow-down';
|
|
3923
3941
|
// SquareArrowDownRight aliases
|
|
3924
3942
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3925
3943
|
export {
|
|
3926
3944
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3927
3945
|
default as ArrowDownRightSquareIcon
|
|
3928
3946
|
} from '../icons/square-arrow-down-right';
|
|
3947
|
+
// SquareArrowDown aliases
|
|
3948
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3949
|
+
export {
|
|
3950
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3951
|
+
default as ArrowDownSquareIcon
|
|
3952
|
+
} from '../icons/square-arrow-down';
|
|
3929
3953
|
// SquareArrowLeft aliases
|
|
3930
3954
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3931
3955
|
export {
|
|
@@ -3944,36 +3968,42 @@ export {
|
|
|
3944
3968
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3945
3969
|
default as ArrowUpLeftFromSquareIcon
|
|
3946
3970
|
} from '../icons/square-arrow-out-up-left';
|
|
3947
|
-
// SquareArrowOutDownRight aliases
|
|
3948
|
-
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3949
|
-
export {
|
|
3950
|
-
/** @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 */
|
|
3951
|
-
default as ArrowDownRightFromSquareIcon
|
|
3952
|
-
} from '../icons/square-arrow-out-down-right';
|
|
3953
3971
|
// SquareArrowOutUpRight aliases
|
|
3954
3972
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3955
3973
|
export {
|
|
3956
3974
|
/** @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 */
|
|
3957
3975
|
default as ArrowUpRightFromSquareIcon
|
|
3958
3976
|
} from '../icons/square-arrow-out-up-right';
|
|
3959
|
-
//
|
|
3960
|
-
export { default as
|
|
3977
|
+
// SquareArrowOutDownRight aliases
|
|
3978
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3961
3979
|
export {
|
|
3962
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3963
|
-
default as
|
|
3964
|
-
} from '../icons/square-arrow-
|
|
3980
|
+
/** @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 */
|
|
3981
|
+
default as ArrowDownRightFromSquareIcon
|
|
3982
|
+
} from '../icons/square-arrow-out-down-right';
|
|
3983
|
+
// SquareArrowRight aliases
|
|
3984
|
+
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3985
|
+
export {
|
|
3986
|
+
/** @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 */
|
|
3987
|
+
default as ArrowRightSquareIcon
|
|
3988
|
+
} from '../icons/square-arrow-right';
|
|
3965
3989
|
// SquareArrowUpRight aliases
|
|
3966
3990
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3967
3991
|
export {
|
|
3968
3992
|
/** @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 */
|
|
3969
3993
|
default as ArrowUpRightSquareIcon
|
|
3970
3994
|
} from '../icons/square-arrow-up-right';
|
|
3971
|
-
//
|
|
3972
|
-
export { default as
|
|
3995
|
+
// SquareArrowUpLeft aliases
|
|
3996
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3973
3997
|
export {
|
|
3974
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3975
|
-
default as
|
|
3976
|
-
} from '../icons/square-arrow-
|
|
3998
|
+
/** @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 */
|
|
3999
|
+
default as ArrowUpLeftSquareIcon
|
|
4000
|
+
} from '../icons/square-arrow-up-left';
|
|
4001
|
+
// SquareAsterisk aliases
|
|
4002
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
4003
|
+
export {
|
|
4004
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
4005
|
+
default as AsteriskSquareIcon
|
|
4006
|
+
} from '../icons/square-asterisk';
|
|
3977
4007
|
// SquareArrowUp aliases
|
|
3978
4008
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3979
4009
|
export {
|
|
@@ -3986,24 +4016,24 @@ export {
|
|
|
3986
4016
|
/** @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 */
|
|
3987
4017
|
default as ScissorsSquareDashedBottomIcon
|
|
3988
4018
|
} from '../icons/square-bottom-dashed-scissors';
|
|
3989
|
-
//
|
|
3990
|
-
export { default as
|
|
4019
|
+
// SquareCenterlineDashedVertical aliases
|
|
4020
|
+
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
3991
4021
|
export {
|
|
3992
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3993
|
-
default as
|
|
3994
|
-
} from '../icons/square-
|
|
4022
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
|
|
4023
|
+
default as FlipVerticalIcon
|
|
4024
|
+
} from '../icons/square-centerline-dashed-vertical';
|
|
3995
4025
|
// SquareCenterlineDashedHorizontal aliases
|
|
3996
4026
|
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
3997
4027
|
export {
|
|
3998
4028
|
/** @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 */
|
|
3999
4029
|
default as FlipHorizontalIcon
|
|
4000
4030
|
} from '../icons/square-centerline-dashed-horizontal';
|
|
4001
|
-
//
|
|
4002
|
-
export { default as
|
|
4031
|
+
// SquareCheckBig aliases
|
|
4032
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4003
4033
|
export {
|
|
4004
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4005
|
-
default as
|
|
4006
|
-
} from '../icons/square-
|
|
4034
|
+
/** @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 */
|
|
4035
|
+
default as CheckSquareIcon
|
|
4036
|
+
} from '../icons/square-check-big';
|
|
4007
4037
|
// SquareChartGantt aliases
|
|
4008
4038
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4009
4039
|
export {
|
|
@@ -4014,30 +4044,18 @@ export {
|
|
|
4014
4044
|
/** @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 */
|
|
4015
4045
|
default as SquareGanttChartIcon
|
|
4016
4046
|
} from '../icons/square-chart-gantt';
|
|
4017
|
-
// SquareCheckBig aliases
|
|
4018
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4019
|
-
export {
|
|
4020
|
-
/** @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 */
|
|
4021
|
-
default as CheckSquareIcon
|
|
4022
|
-
} from '../icons/square-check-big';
|
|
4023
|
-
// SquareCheck aliases
|
|
4024
|
-
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4025
|
-
export {
|
|
4026
|
-
/** @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 */
|
|
4027
|
-
default as CheckSquare2Icon
|
|
4028
|
-
} from '../icons/square-check';
|
|
4029
4047
|
// SquareChevronDown aliases
|
|
4030
4048
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4031
4049
|
export {
|
|
4032
4050
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
4033
4051
|
default as ChevronDownSquareIcon
|
|
4034
4052
|
} from '../icons/square-chevron-down';
|
|
4035
|
-
//
|
|
4036
|
-
export { default as
|
|
4053
|
+
// SquareCheck aliases
|
|
4054
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4037
4055
|
export {
|
|
4038
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4039
|
-
default as
|
|
4040
|
-
} from '../icons/square-
|
|
4056
|
+
/** @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 */
|
|
4057
|
+
default as CheckSquare2Icon
|
|
4058
|
+
} from '../icons/square-check';
|
|
4041
4059
|
// SquareChevronLeft aliases
|
|
4042
4060
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4043
4061
|
export {
|
|
@@ -4050,6 +4068,12 @@ export {
|
|
|
4050
4068
|
/** @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 */
|
|
4051
4069
|
default as ChevronUpSquareIcon
|
|
4052
4070
|
} from '../icons/square-chevron-up';
|
|
4071
|
+
// SquareChevronRight aliases
|
|
4072
|
+
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4073
|
+
export {
|
|
4074
|
+
/** @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 */
|
|
4075
|
+
default as ChevronRightSquareIcon
|
|
4076
|
+
} from '../icons/square-chevron-right';
|
|
4053
4077
|
// SquareCode aliases
|
|
4054
4078
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4055
4079
|
export {
|
|
@@ -4062,34 +4086,34 @@ export {
|
|
|
4062
4086
|
/** @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 */
|
|
4063
4087
|
default as KanbanSquareDashedIcon
|
|
4064
4088
|
} from '../icons/square-dashed-kanban';
|
|
4065
|
-
// SquareDashedText aliases
|
|
4066
|
-
export { default as SquareDashedTextIcon } from '../icons/square-dashed-text';
|
|
4067
|
-
export {
|
|
4068
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
4069
|
-
default as TextSelectionIcon
|
|
4070
|
-
} from '../icons/square-dashed-text';
|
|
4071
|
-
export {
|
|
4072
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
4073
|
-
default as TextSelectIcon
|
|
4074
|
-
} from '../icons/square-dashed-text';
|
|
4075
4089
|
// SquareDashedMousePointer aliases
|
|
4076
4090
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4077
4091
|
export {
|
|
4078
4092
|
/** @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 */
|
|
4079
4093
|
default as MousePointerSquareDashedIcon
|
|
4080
4094
|
} from '../icons/square-dashed-mouse-pointer';
|
|
4095
|
+
// SquareDivide aliases
|
|
4096
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4097
|
+
export {
|
|
4098
|
+
/** @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 */
|
|
4099
|
+
default as DivideSquareIcon
|
|
4100
|
+
} from '../icons/square-divide';
|
|
4081
4101
|
// SquareDashed aliases
|
|
4082
4102
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4083
4103
|
export {
|
|
4084
4104
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
4085
4105
|
default as BoxSelectIcon
|
|
4086
4106
|
} from '../icons/square-dashed';
|
|
4087
|
-
//
|
|
4088
|
-
export { default as
|
|
4107
|
+
// SquareDashedText aliases
|
|
4108
|
+
export { default as SquareDashedTextIcon } from '../icons/square-dashed-text';
|
|
4089
4109
|
export {
|
|
4090
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4091
|
-
default as
|
|
4092
|
-
} from '../icons/square-
|
|
4110
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
4111
|
+
default as TextSelectionIcon
|
|
4112
|
+
} from '../icons/square-dashed-text';
|
|
4113
|
+
export {
|
|
4114
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
4115
|
+
default as TextSelectIcon
|
|
4116
|
+
} from '../icons/square-dashed-text';
|
|
4093
4117
|
// SquareDot aliases
|
|
4094
4118
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4095
4119
|
export {
|
|
@@ -4108,6 +4132,12 @@ export {
|
|
|
4108
4132
|
/** @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 */
|
|
4109
4133
|
default as FunctionSquareIcon
|
|
4110
4134
|
} from '../icons/square-function';
|
|
4135
|
+
// SquareLibrary aliases
|
|
4136
|
+
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4137
|
+
export {
|
|
4138
|
+
/** @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 */
|
|
4139
|
+
default as LibrarySquareIcon
|
|
4140
|
+
} from '../icons/square-library';
|
|
4111
4141
|
// SquareKanban aliases
|
|
4112
4142
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4113
4143
|
export {
|
|
@@ -4120,12 +4150,6 @@ export {
|
|
|
4120
4150
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
4121
4151
|
default as MSquareIcon
|
|
4122
4152
|
} from '../icons/square-m';
|
|
4123
|
-
// SquareLibrary aliases
|
|
4124
|
-
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4125
|
-
export {
|
|
4126
|
-
/** @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 */
|
|
4127
|
-
default as LibrarySquareIcon
|
|
4128
|
-
} from '../icons/square-library';
|
|
4129
4153
|
// SquareMenu aliases
|
|
4130
4154
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4131
4155
|
export {
|
|
@@ -4150,6 +4174,12 @@ export {
|
|
|
4150
4174
|
/** @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 */
|
|
4151
4175
|
default as ParkingSquareOffIcon
|
|
4152
4176
|
} from '../icons/square-parking-off';
|
|
4177
|
+
// SquareParking aliases
|
|
4178
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4179
|
+
export {
|
|
4180
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
4181
|
+
default as ParkingSquareIcon
|
|
4182
|
+
} from '../icons/square-parking';
|
|
4153
4183
|
// SquarePen aliases
|
|
4154
4184
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4155
4185
|
export {
|
|
@@ -4164,18 +4194,6 @@ export {
|
|
|
4164
4194
|
/** @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 */
|
|
4165
4195
|
default as PenSquareIcon
|
|
4166
4196
|
} from '../icons/square-pen';
|
|
4167
|
-
// SquareParking aliases
|
|
4168
|
-
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4169
|
-
export {
|
|
4170
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
4171
|
-
default as ParkingSquareIcon
|
|
4172
|
-
} from '../icons/square-parking';
|
|
4173
|
-
// SquarePi aliases
|
|
4174
|
-
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4175
|
-
export {
|
|
4176
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4177
|
-
default as PiSquareIcon
|
|
4178
|
-
} from '../icons/square-pi';
|
|
4179
4197
|
// SquarePercent aliases
|
|
4180
4198
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4181
4199
|
export {
|
|
@@ -4188,6 +4206,18 @@ export {
|
|
|
4188
4206
|
/** @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 */
|
|
4189
4207
|
default as PilcrowSquareIcon
|
|
4190
4208
|
} from '../icons/square-pilcrow';
|
|
4209
|
+
// SquarePi aliases
|
|
4210
|
+
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4211
|
+
export {
|
|
4212
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4213
|
+
default as PiSquareIcon
|
|
4214
|
+
} from '../icons/square-pi';
|
|
4215
|
+
// SquarePlay aliases
|
|
4216
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4217
|
+
export {
|
|
4218
|
+
/** @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 */
|
|
4219
|
+
default as PlaySquareIcon
|
|
4220
|
+
} from '../icons/square-play';
|
|
4191
4221
|
// SquarePlus aliases
|
|
4192
4222
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4193
4223
|
export {
|
|
@@ -4200,24 +4230,18 @@ export {
|
|
|
4200
4230
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4201
4231
|
default as PowerSquareIcon
|
|
4202
4232
|
} from '../icons/square-power';
|
|
4203
|
-
//
|
|
4204
|
-
export { default as
|
|
4233
|
+
// SquareScissors aliases
|
|
4234
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4205
4235
|
export {
|
|
4206
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4207
|
-
default as
|
|
4208
|
-
} from '../icons/square-
|
|
4236
|
+
/** @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 */
|
|
4237
|
+
default as ScissorsSquareIcon
|
|
4238
|
+
} from '../icons/square-scissors';
|
|
4209
4239
|
// SquareSigma aliases
|
|
4210
4240
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4211
4241
|
export {
|
|
4212
4242
|
/** @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 */
|
|
4213
4243
|
default as SigmaSquareIcon
|
|
4214
4244
|
} from '../icons/square-sigma';
|
|
4215
|
-
// SquareScissors aliases
|
|
4216
|
-
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4217
|
-
export {
|
|
4218
|
-
/** @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 */
|
|
4219
|
-
default as ScissorsSquareIcon
|
|
4220
|
-
} from '../icons/square-scissors';
|
|
4221
4245
|
// SquareSlash aliases
|
|
4222
4246
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4223
4247
|
export {
|
|
@@ -4236,36 +4260,36 @@ export {
|
|
|
4236
4260
|
/** @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 */
|
|
4237
4261
|
default as SplitSquareHorizontalIcon
|
|
4238
4262
|
} from '../icons/square-split-horizontal';
|
|
4239
|
-
// SquareTerminal aliases
|
|
4240
|
-
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4241
|
-
export {
|
|
4242
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4243
|
-
default as TerminalSquareIcon
|
|
4244
|
-
} from '../icons/square-terminal';
|
|
4245
4263
|
// SquareUser aliases
|
|
4246
4264
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4247
4265
|
export {
|
|
4248
4266
|
/** @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 */
|
|
4249
4267
|
default as UserSquareIcon
|
|
4250
4268
|
} from '../icons/square-user';
|
|
4269
|
+
// SquareTerminal aliases
|
|
4270
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4271
|
+
export {
|
|
4272
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4273
|
+
default as TerminalSquareIcon
|
|
4274
|
+
} from '../icons/square-terminal';
|
|
4251
4275
|
// SquareUserRound aliases
|
|
4252
4276
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4253
4277
|
export {
|
|
4254
4278
|
/** @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 */
|
|
4255
4279
|
default as UserSquare2Icon
|
|
4256
4280
|
} from '../icons/square-user-round';
|
|
4257
|
-
// SquareX aliases
|
|
4258
|
-
export { default as SquareXIcon } from '../icons/square-x';
|
|
4259
|
-
export {
|
|
4260
|
-
/** @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 */
|
|
4261
|
-
default as XSquareIcon
|
|
4262
|
-
} from '../icons/square-x';
|
|
4263
4281
|
// TestTubeDiagonal aliases
|
|
4264
4282
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4265
4283
|
export {
|
|
4266
4284
|
/** @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 */
|
|
4267
4285
|
default as TestTube2Icon
|
|
4268
4286
|
} from '../icons/test-tube-diagonal';
|
|
4287
|
+
// SquareX aliases
|
|
4288
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
4289
|
+
export {
|
|
4290
|
+
/** @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 */
|
|
4291
|
+
default as XSquareIcon
|
|
4292
|
+
} from '../icons/square-x';
|
|
4269
4293
|
// TextAlignCenter aliases
|
|
4270
4294
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4271
4295
|
export {
|
|
@@ -4300,24 +4324,30 @@ export {
|
|
|
4300
4324
|
/** @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 */
|
|
4301
4325
|
default as LetterTextIcon
|
|
4302
4326
|
} from '../icons/text-initial';
|
|
4303
|
-
//
|
|
4304
|
-
export { default as
|
|
4327
|
+
// TextWrap aliases
|
|
4328
|
+
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4305
4329
|
export {
|
|
4306
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4307
|
-
default as
|
|
4308
|
-
} from '../icons/
|
|
4330
|
+
/** @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 */
|
|
4331
|
+
default as WrapTextIcon
|
|
4332
|
+
} from '../icons/text-wrap';
|
|
4309
4333
|
// TreePalm aliases
|
|
4310
4334
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4311
4335
|
export {
|
|
4312
4336
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4313
4337
|
default as PalmtreeIcon
|
|
4314
4338
|
} from '../icons/tree-palm';
|
|
4315
|
-
//
|
|
4316
|
-
export { default as
|
|
4339
|
+
// TramFront aliases
|
|
4340
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4317
4341
|
export {
|
|
4318
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4319
|
-
default as
|
|
4320
|
-
} from '../icons/
|
|
4342
|
+
/** @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 */
|
|
4343
|
+
default as TrainIcon
|
|
4344
|
+
} from '../icons/tram-front';
|
|
4345
|
+
// TvMinimal aliases
|
|
4346
|
+
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4347
|
+
export {
|
|
4348
|
+
/** @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 */
|
|
4349
|
+
default as Tv2Icon
|
|
4350
|
+
} from '../icons/tv-minimal';
|
|
4321
4351
|
// TriangleAlert aliases
|
|
4322
4352
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4323
4353
|
export {
|
|
@@ -4330,36 +4360,24 @@ export {
|
|
|
4330
4360
|
/** @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 */
|
|
4331
4361
|
default as School2Icon
|
|
4332
4362
|
} from '../icons/university';
|
|
4363
|
+
// UserRoundCog aliases
|
|
4364
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4365
|
+
export {
|
|
4366
|
+
/** @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 */
|
|
4367
|
+
default as UserCog2Icon
|
|
4368
|
+
} from '../icons/user-round-cog';
|
|
4333
4369
|
// UserRoundCheck aliases
|
|
4334
4370
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4335
4371
|
export {
|
|
4336
4372
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4337
4373
|
default as UserCheck2Icon
|
|
4338
4374
|
} from '../icons/user-round-check';
|
|
4339
|
-
// TvMinimal aliases
|
|
4340
|
-
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4341
|
-
export {
|
|
4342
|
-
/** @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 */
|
|
4343
|
-
default as Tv2Icon
|
|
4344
|
-
} from '../icons/tv-minimal';
|
|
4345
4375
|
// UserRoundMinus aliases
|
|
4346
4376
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4347
4377
|
export {
|
|
4348
4378
|
/** @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 */
|
|
4349
4379
|
default as UserMinus2Icon
|
|
4350
4380
|
} from '../icons/user-round-minus';
|
|
4351
|
-
// UserRoundCog aliases
|
|
4352
|
-
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4353
|
-
export {
|
|
4354
|
-
/** @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 */
|
|
4355
|
-
default as UserCog2Icon
|
|
4356
|
-
} from '../icons/user-round-cog';
|
|
4357
|
-
// UserRoundX aliases
|
|
4358
|
-
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4359
|
-
export {
|
|
4360
|
-
/** @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 */
|
|
4361
|
-
default as UserX2Icon
|
|
4362
|
-
} from '../icons/user-round-x';
|
|
4363
4381
|
// UserRoundPlus aliases
|
|
4364
4382
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4365
4383
|
export {
|
|
@@ -4372,6 +4390,12 @@ export {
|
|
|
4372
4390
|
/** @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 */
|
|
4373
4391
|
default as User2Icon
|
|
4374
4392
|
} from '../icons/user-round';
|
|
4393
|
+
// UserRoundX aliases
|
|
4394
|
+
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4395
|
+
export {
|
|
4396
|
+
/** @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 */
|
|
4397
|
+
default as UserX2Icon
|
|
4398
|
+
} from '../icons/user-round-x';
|
|
4375
4399
|
// UsersRound aliases
|
|
4376
4400
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4377
4401
|
export {
|
|
@@ -4384,18 +4408,18 @@ export {
|
|
|
4384
4408
|
/** @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 */
|
|
4385
4409
|
default as ForkKnifeCrossedIcon
|
|
4386
4410
|
} from '../icons/utensils-crossed';
|
|
4387
|
-
// Utensils aliases
|
|
4388
|
-
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4389
|
-
export {
|
|
4390
|
-
/** @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 */
|
|
4391
|
-
default as ForkKnifeIcon
|
|
4392
|
-
} from '../icons/utensils';
|
|
4393
4411
|
// WalletMinimal aliases
|
|
4394
4412
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4395
4413
|
export {
|
|
4396
4414
|
/** @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 */
|
|
4397
4415
|
default as Wallet2Icon
|
|
4398
4416
|
} from '../icons/wallet-minimal';
|
|
4417
|
+
// Utensils aliases
|
|
4418
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4419
|
+
export {
|
|
4420
|
+
/** @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 */
|
|
4421
|
+
default as ForkKnifeIcon
|
|
4422
|
+
} from '../icons/utensils';
|
|
4399
4423
|
// WandSparkles aliases
|
|
4400
4424
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4401
4425
|
export {
|