@lucide/astro 0.552.0 → 0.553.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +70 -70
- package/src/aliases/prefixed.ts +629 -615
- package/src/aliases/suffixed.ts +975 -961
- package/src/icons/chess-bishop.ts +18 -0
- package/src/icons/chess-king.ts +18 -0
- package/src/icons/chess-knight.ts +18 -0
- package/src/icons/chess-pawn.ts +18 -0
- package/src/icons/chess-queen.ts +18 -0
- package/src/icons/chess-rook.ts +18 -0
- package/src/icons/index.ts +168 -161
- package/src/icons/mouse-pointer-2-off.ts +18 -0
- package/src/icons/ruler-dimension-line.ts +2 -2
package/src/aliases/suffixed.ts
CHANGED
|
@@ -10,26 +10,26 @@ export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// AirVent aliases
|
|
12
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
|
-
// AlarmClockOff aliases
|
|
14
|
-
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
15
13
|
// Airplay aliases
|
|
16
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
17
|
-
//
|
|
18
|
-
export { default as
|
|
15
|
+
// AlarmClockOff aliases
|
|
16
|
+
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
19
17
|
// AlarmClock aliases
|
|
20
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
|
+
// AlarmSmoke aliases
|
|
20
|
+
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
21
|
// Album aliases
|
|
22
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
23
|
// AlignCenterHorizontal aliases
|
|
24
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
|
-
// AlignEndHorizontal aliases
|
|
26
|
-
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
27
|
-
// AlignHorizontalDistributeCenter aliases
|
|
28
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
29
25
|
// AlignCenterVertical aliases
|
|
30
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
|
+
// AlignEndHorizontal aliases
|
|
28
|
+
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
29
|
// AlignEndVertical aliases
|
|
32
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
|
+
// AlignHorizontalDistributeCenter aliases
|
|
32
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
33
|
// AlignHorizontalDistributeEnd aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
35
|
// AlignHorizontalDistributeStart aliases
|
|
@@ -42,62 +42,62 @@ export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizon
|
|
|
42
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
43
|
// AlignHorizontalSpaceAround aliases
|
|
44
44
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
|
-
// AlignStartHorizontal aliases
|
|
46
|
-
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
47
45
|
// AlignHorizontalSpaceBetween aliases
|
|
48
46
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
|
-
//
|
|
50
|
-
export { default as
|
|
47
|
+
// AlignStartHorizontal aliases
|
|
48
|
+
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
51
49
|
// AlignStartVertical aliases
|
|
52
50
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
53
|
-
//
|
|
54
|
-
export { default as
|
|
51
|
+
// AlignVerticalDistributeCenter aliases
|
|
52
|
+
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
55
53
|
// AlignVerticalDistributeEnd aliases
|
|
56
54
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
|
+
// AlignVerticalDistributeStart aliases
|
|
56
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
57
|
// AlignVerticalJustifyCenter aliases
|
|
58
58
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
|
-
// AlignVerticalJustifyStart aliases
|
|
60
|
-
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
61
59
|
// AlignVerticalJustifyEnd aliases
|
|
62
60
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
61
|
+
// AlignVerticalJustifyStart aliases
|
|
62
|
+
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
63
63
|
// AlignVerticalSpaceAround aliases
|
|
64
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
65
|
// AlignVerticalSpaceBetween aliases
|
|
66
66
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
67
|
+
// Ampersand aliases
|
|
68
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
67
69
|
// Ambulance aliases
|
|
68
70
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
71
|
// Ampersands aliases
|
|
70
72
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
71
|
-
// Ampersand aliases
|
|
72
|
-
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
73
|
// Amphora aliases
|
|
74
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
|
-
// Anchor aliases
|
|
76
|
-
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
75
|
// Angry aliases
|
|
78
76
|
export { default as AngryIcon } from '../icons/angry';
|
|
77
|
+
// Anchor aliases
|
|
78
|
+
export { default as AnchorIcon } from '../icons/anchor';
|
|
79
79
|
// Annoyed aliases
|
|
80
80
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
81
|
// Antenna aliases
|
|
82
82
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
|
+
// Aperture aliases
|
|
84
|
+
export { default as ApertureIcon } from '../icons/aperture';
|
|
83
85
|
// Anvil aliases
|
|
84
86
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
87
|
// AppWindowMac aliases
|
|
86
88
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
87
|
-
// Aperture aliases
|
|
88
|
-
export { default as ApertureIcon } from '../icons/aperture';
|
|
89
|
-
// AppWindow aliases
|
|
90
|
-
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
89
|
// Apple aliases
|
|
92
90
|
export { default as AppleIcon } from '../icons/apple';
|
|
91
|
+
// AppWindow aliases
|
|
92
|
+
export { default as AppWindowIcon } from '../icons/app-window';
|
|
93
|
+
// Archive aliases
|
|
94
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
93
95
|
// ArchiveRestore aliases
|
|
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
99
|
// Armchair aliases
|
|
98
100
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
99
|
-
// Archive aliases
|
|
100
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
101
101
|
// ArrowBigDownDash aliases
|
|
102
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
103
|
// ArrowBigDown aliases
|
|
@@ -110,10 +110,10 @@ export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
|
110
110
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
111
|
// ArrowBigRight aliases
|
|
112
112
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
|
-
// ArrowBigUpDash aliases
|
|
114
|
-
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
113
|
// ArrowBigUp aliases
|
|
116
114
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
115
|
+
// ArrowBigUpDash aliases
|
|
116
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
117
117
|
// ArrowDownFromLine aliases
|
|
118
118
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
119
119
|
// ArrowDownLeft aliases
|
|
@@ -122,18 +122,18 @@ export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
|
122
122
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
123
|
// ArrowDownRight aliases
|
|
124
124
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
|
-
// ArrowDownToDot aliases
|
|
126
|
-
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
127
125
|
// ArrowDownToLine aliases
|
|
128
126
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
127
|
+
// ArrowDownToDot aliases
|
|
128
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
129
129
|
// ArrowDownUp aliases
|
|
130
130
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
131
|
// ArrowDown aliases
|
|
132
132
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
133
|
-
// ArrowLeftFromLine aliases
|
|
134
|
-
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
135
133
|
// ArrowLeftRight aliases
|
|
136
134
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
135
|
+
// ArrowLeftFromLine aliases
|
|
136
|
+
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
137
137
|
// ArrowLeftToLine aliases
|
|
138
138
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
139
|
// ArrowLeft aliases
|
|
@@ -142,22 +142,22 @@ export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
|
142
142
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
143
|
// ArrowRightLeft aliases
|
|
144
144
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
|
-
// ArrowRightToLine aliases
|
|
146
|
-
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
145
|
// ArrowRight aliases
|
|
148
146
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
147
|
// ArrowUpDown aliases
|
|
150
148
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
|
-
//
|
|
152
|
-
export { default as
|
|
149
|
+
// ArrowRightToLine aliases
|
|
150
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
153
151
|
// ArrowUpFromDot aliases
|
|
154
152
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
|
+
// ArrowUpFromLine aliases
|
|
154
|
+
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
155
|
// ArrowUpLeft aliases
|
|
156
156
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
|
-
// ArrowUpToLine aliases
|
|
158
|
-
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
159
157
|
// ArrowUpRight aliases
|
|
160
158
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
|
+
// ArrowUpToLine aliases
|
|
160
|
+
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
161
|
// ArrowUpWideNarrow aliases
|
|
162
162
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
163
163
|
// ArrowUp aliases
|
|
@@ -166,10 +166,10 @@ export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
|
166
166
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
167
|
// Asterisk aliases
|
|
168
168
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
|
-
// Atom aliases
|
|
170
|
-
export { default as AtomIcon } from '../icons/atom';
|
|
171
169
|
// AtSign aliases
|
|
172
170
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
|
+
// Atom aliases
|
|
172
|
+
export { default as AtomIcon } from '../icons/atom';
|
|
173
173
|
// AudioLines aliases
|
|
174
174
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
175
175
|
// AudioWaveform aliases
|
|
@@ -180,10 +180,10 @@ export { default as AwardIcon } from '../icons/award';
|
|
|
180
180
|
export { default as AxeIcon } from '../icons/axe';
|
|
181
181
|
// Baby aliases
|
|
182
182
|
export { default as BabyIcon } from '../icons/baby';
|
|
183
|
-
// Backpack aliases
|
|
184
|
-
export { default as BackpackIcon } from '../icons/backpack';
|
|
185
183
|
// BadgeAlert aliases
|
|
186
184
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
185
|
+
// Backpack aliases
|
|
186
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
187
187
|
// BadgeCent aliases
|
|
188
188
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
189
189
|
// BadgeDollarSign aliases
|
|
@@ -202,14 +202,14 @@ export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
|
202
202
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
203
203
|
// BadgePlus aliases
|
|
204
204
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
205
|
-
// BadgeRussianRuble aliases
|
|
206
|
-
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
207
205
|
// BadgePoundSterling aliases
|
|
208
206
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
209
|
-
//
|
|
210
|
-
export { default as
|
|
207
|
+
// BadgeRussianRuble aliases
|
|
208
|
+
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
211
209
|
// BadgeTurkishLira aliases
|
|
212
210
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
211
|
+
// BadgeSwissFranc aliases
|
|
212
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
213
213
|
// BadgeX aliases
|
|
214
214
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
215
215
|
// Badge aliases
|
|
@@ -218,10 +218,10 @@ export { default as BadgeIcon } from '../icons/badge';
|
|
|
218
218
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
219
219
|
// Ban aliases
|
|
220
220
|
export { default as BanIcon } from '../icons/ban';
|
|
221
|
-
// Banana aliases
|
|
222
|
-
export { default as BananaIcon } from '../icons/banana';
|
|
223
221
|
// Bandage aliases
|
|
224
222
|
export { default as BandageIcon } from '../icons/bandage';
|
|
223
|
+
// Banana aliases
|
|
224
|
+
export { default as BananaIcon } from '../icons/banana';
|
|
225
225
|
// BanknoteArrowDown aliases
|
|
226
226
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
227
227
|
// BanknoteArrowUp aliases
|
|
@@ -230,34 +230,34 @@ export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
|
230
230
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
231
231
|
// BanknoteX aliases
|
|
232
232
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
233
|
+
// Baseline aliases
|
|
234
|
+
export { default as BaselineIcon } from '../icons/baseline';
|
|
233
235
|
// Barcode aliases
|
|
234
236
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
235
237
|
// Barrel aliases
|
|
236
238
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
237
|
-
// Baseline aliases
|
|
238
|
-
export { default as BaselineIcon } from '../icons/baseline';
|
|
239
239
|
// Bath aliases
|
|
240
240
|
export { default as BathIcon } from '../icons/bath';
|
|
241
|
+
// BatteryFull aliases
|
|
242
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
241
243
|
// BatteryCharging aliases
|
|
242
244
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
243
245
|
// BatteryLow aliases
|
|
244
246
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
245
247
|
// BatteryMedium aliases
|
|
246
248
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
247
|
-
// BatteryFull aliases
|
|
248
|
-
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
249
249
|
// BatteryPlus aliases
|
|
250
250
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
251
|
-
// Battery aliases
|
|
252
|
-
export { default as BatteryIcon } from '../icons/battery';
|
|
253
251
|
// BatteryWarning aliases
|
|
254
252
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
253
|
+
// Battery aliases
|
|
254
|
+
export { default as BatteryIcon } from '../icons/battery';
|
|
255
|
+
// Bean aliases
|
|
256
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
255
257
|
// Beaker aliases
|
|
256
258
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
257
259
|
// BeanOff aliases
|
|
258
260
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
259
|
-
// Bean aliases
|
|
260
|
-
export { default as BeanIcon } from '../icons/bean';
|
|
261
261
|
// BedDouble aliases
|
|
262
262
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
263
263
|
// BedSingle aliases
|
|
@@ -266,42 +266,42 @@ export { default as BedSingleIcon } from '../icons/bed-single';
|
|
|
266
266
|
export { default as BedIcon } from '../icons/bed';
|
|
267
267
|
// Beef aliases
|
|
268
268
|
export { default as BeefIcon } from '../icons/beef';
|
|
269
|
-
// Beer aliases
|
|
270
|
-
export { default as BeerIcon } from '../icons/beer';
|
|
271
269
|
// BeerOff aliases
|
|
272
270
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
271
|
+
// Beer aliases
|
|
272
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
273
273
|
// BellDot aliases
|
|
274
274
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
275
275
|
// BellElectric aliases
|
|
276
276
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
277
|
-
// BellOff aliases
|
|
278
|
-
export { default as BellOffIcon } from '../icons/bell-off';
|
|
279
277
|
// BellMinus aliases
|
|
280
278
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
279
|
+
// BellOff aliases
|
|
280
|
+
export { default as BellOffIcon } from '../icons/bell-off';
|
|
281
281
|
// BellPlus aliases
|
|
282
282
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
283
|
-
// BellRing aliases
|
|
284
|
-
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
285
283
|
// Bell aliases
|
|
286
284
|
export { default as BellIcon } from '../icons/bell';
|
|
287
|
-
//
|
|
288
|
-
export { default as
|
|
285
|
+
// BellRing aliases
|
|
286
|
+
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
289
287
|
// BetweenVerticalEnd aliases
|
|
290
288
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
291
|
-
//
|
|
292
|
-
export { default as
|
|
293
|
-
// Binary aliases
|
|
294
|
-
export { default as BinaryIcon } from '../icons/binary';
|
|
289
|
+
// BetweenVerticalStart aliases
|
|
290
|
+
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
295
291
|
// Bike aliases
|
|
296
292
|
export { default as BikeIcon } from '../icons/bike';
|
|
293
|
+
// Binary aliases
|
|
294
|
+
export { default as BinaryIcon } from '../icons/binary';
|
|
297
295
|
// Binoculars aliases
|
|
298
296
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
297
|
+
// BicepsFlexed aliases
|
|
298
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
299
299
|
// Biohazard aliases
|
|
300
300
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
301
|
-
// Bird aliases
|
|
302
|
-
export { default as BirdIcon } from '../icons/bird';
|
|
303
301
|
// Birdhouse aliases
|
|
304
302
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
303
|
+
// Bird aliases
|
|
304
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
305
305
|
// Bitcoin aliases
|
|
306
306
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
307
307
|
// Blend aliases
|
|
@@ -310,48 +310,48 @@ export { default as BlendIcon } from '../icons/blend';
|
|
|
310
310
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
311
311
|
// Blocks aliases
|
|
312
312
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
313
|
-
// BluetoothConnected aliases
|
|
314
|
-
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
315
|
-
// BluetoothSearching aliases
|
|
316
|
-
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
317
313
|
// BluetoothOff aliases
|
|
318
314
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
319
|
-
//
|
|
320
|
-
export { default as
|
|
315
|
+
// BluetoothSearching aliases
|
|
316
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
317
|
+
// BluetoothConnected aliases
|
|
318
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
321
319
|
// Bold aliases
|
|
322
320
|
export { default as BoldIcon } from '../icons/bold';
|
|
321
|
+
// Bluetooth aliases
|
|
322
|
+
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
323
|
// Bolt aliases
|
|
324
324
|
export { default as BoltIcon } from '../icons/bolt';
|
|
325
|
-
// Bomb aliases
|
|
326
|
-
export { default as BombIcon } from '../icons/bomb';
|
|
327
325
|
// Bone aliases
|
|
328
326
|
export { default as BoneIcon } from '../icons/bone';
|
|
327
|
+
// Bomb aliases
|
|
328
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
329
329
|
// BookA aliases
|
|
330
330
|
export { default as BookAIcon } from '../icons/book-a';
|
|
331
331
|
// BookAlert aliases
|
|
332
332
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
333
|
-
// BookCheck aliases
|
|
334
|
-
export { default as BookCheckIcon } from '../icons/book-check';
|
|
335
|
-
// BookCopy aliases
|
|
336
|
-
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
337
333
|
// BookAudio aliases
|
|
338
334
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
335
|
+
// BookCheck aliases
|
|
336
|
+
export { default as BookCheckIcon } from '../icons/book-check';
|
|
339
337
|
// BookDown aliases
|
|
340
338
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
339
|
+
// BookCopy aliases
|
|
340
|
+
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
341
341
|
// BookHeadphones aliases
|
|
342
342
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
343
|
-
// BookImage aliases
|
|
344
|
-
export { default as BookImageIcon } from '../icons/book-image';
|
|
345
343
|
// BookHeart aliases
|
|
346
344
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
345
|
+
// BookImage aliases
|
|
346
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
347
347
|
// BookKey aliases
|
|
348
348
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
349
|
-
// BookLock aliases
|
|
350
|
-
export { default as BookLockIcon } from '../icons/book-lock';
|
|
351
349
|
// BookMarked aliases
|
|
352
350
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
353
351
|
// BookMinus aliases
|
|
354
352
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
353
|
+
// BookLock aliases
|
|
354
|
+
export { default as BookLockIcon } from '../icons/book-lock';
|
|
355
355
|
// BookOpenCheck aliases
|
|
356
356
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
357
357
|
// BookOpenText aliases
|
|
@@ -360,66 +360,66 @@ export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
|
360
360
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
361
361
|
// BookPlus aliases
|
|
362
362
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
363
|
-
// BookType aliases
|
|
364
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
365
363
|
// BookText aliases
|
|
366
364
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
367
|
-
//
|
|
368
|
-
export { default as
|
|
365
|
+
// BookType aliases
|
|
366
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
369
367
|
// BookUp aliases
|
|
370
368
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
369
|
+
// BookUp2 aliases
|
|
370
|
+
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
371
371
|
// BookUser aliases
|
|
372
372
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
373
|
-
// BookX aliases
|
|
374
|
-
export { default as BookXIcon } from '../icons/book-x';
|
|
375
373
|
// Book aliases
|
|
376
374
|
export { default as BookIcon } from '../icons/book';
|
|
377
|
-
//
|
|
378
|
-
export { default as
|
|
375
|
+
// BookX aliases
|
|
376
|
+
export { default as BookXIcon } from '../icons/book-x';
|
|
379
377
|
// BookmarkCheck aliases
|
|
380
378
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
381
|
-
//
|
|
382
|
-
export { default as
|
|
379
|
+
// BookmarkMinus aliases
|
|
380
|
+
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
383
381
|
// BookmarkPlus aliases
|
|
384
382
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
385
|
-
//
|
|
386
|
-
export { default as
|
|
383
|
+
// BookmarkX aliases
|
|
384
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
387
385
|
// Bookmark aliases
|
|
388
386
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
389
387
|
// BotMessageSquare aliases
|
|
390
388
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
389
|
+
// BoomBox aliases
|
|
390
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
391
391
|
// BotOff aliases
|
|
392
392
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
393
393
|
// Bot aliases
|
|
394
394
|
export { default as BotIcon } from '../icons/bot';
|
|
395
395
|
// BottleWine aliases
|
|
396
396
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
397
|
-
// BowArrow aliases
|
|
398
|
-
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
399
397
|
// Box aliases
|
|
400
398
|
export { default as BoxIcon } from '../icons/box';
|
|
399
|
+
// BowArrow aliases
|
|
400
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
401
401
|
// Boxes aliases
|
|
402
402
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
403
403
|
// BrainCircuit aliases
|
|
404
404
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
405
|
-
// BrainCog aliases
|
|
406
|
-
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
407
405
|
// Brackets aliases
|
|
408
406
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
407
|
+
// BrainCog aliases
|
|
408
|
+
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
409
409
|
// Brain aliases
|
|
410
410
|
export { default as BrainIcon } from '../icons/brain';
|
|
411
|
-
// BrickWallFire aliases
|
|
412
|
-
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
413
411
|
// BrickWallShield aliases
|
|
414
412
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
415
413
|
// BrickWall aliases
|
|
416
414
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
415
|
+
// BrickWallFire aliases
|
|
416
|
+
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
417
417
|
// BriefcaseBusiness aliases
|
|
418
418
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
419
|
-
// BriefcaseConveyorBelt aliases
|
|
420
|
-
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
421
419
|
// BriefcaseMedical aliases
|
|
422
420
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
421
|
+
// BriefcaseConveyorBelt aliases
|
|
422
|
+
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
423
423
|
// Briefcase aliases
|
|
424
424
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
425
425
|
// BringToFront aliases
|
|
@@ -434,64 +434,64 @@ export { default as BubblesIcon } from '../icons/bubbles';
|
|
|
434
434
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
435
435
|
// BugPlay aliases
|
|
436
436
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
437
|
-
// Building2 aliases
|
|
438
|
-
export { default as Building2Icon } from '../icons/building-2';
|
|
439
437
|
// Building aliases
|
|
440
438
|
export { default as BuildingIcon } from '../icons/building';
|
|
441
439
|
// Bug aliases
|
|
442
440
|
export { default as BugIcon } from '../icons/bug';
|
|
441
|
+
// Building2 aliases
|
|
442
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
443
443
|
// BusFront aliases
|
|
444
444
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
445
|
+
// Cable aliases
|
|
446
|
+
export { default as CableIcon } from '../icons/cable';
|
|
445
447
|
// Bus aliases
|
|
446
448
|
export { default as BusIcon } from '../icons/bus';
|
|
447
449
|
// CableCar aliases
|
|
448
450
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
449
|
-
// Cable aliases
|
|
450
|
-
export { default as CableIcon } from '../icons/cable';
|
|
451
451
|
// CakeSlice aliases
|
|
452
452
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
453
|
-
// Calculator aliases
|
|
454
|
-
export { default as CalculatorIcon } from '../icons/calculator';
|
|
455
453
|
// Cake aliases
|
|
456
454
|
export { default as CakeIcon } from '../icons/cake';
|
|
455
|
+
// Calculator aliases
|
|
456
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
457
457
|
// Calendar1 aliases
|
|
458
458
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
459
459
|
// CalendarArrowDown aliases
|
|
460
460
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
461
461
|
// CalendarArrowUp aliases
|
|
462
462
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
463
|
-
// CalendarCheck aliases
|
|
464
|
-
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
465
463
|
// CalendarCheck2 aliases
|
|
466
464
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
465
|
+
// CalendarCheck aliases
|
|
466
|
+
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
467
467
|
// CalendarClock aliases
|
|
468
468
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
469
469
|
// CalendarCog aliases
|
|
470
470
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
471
|
-
// CalendarFold aliases
|
|
472
|
-
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
473
471
|
// CalendarDays aliases
|
|
474
472
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
473
|
+
// CalendarFold aliases
|
|
474
|
+
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
475
475
|
// CalendarHeart aliases
|
|
476
476
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
477
|
-
// CalendarMinus aliases
|
|
478
|
-
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
479
477
|
// CalendarMinus2 aliases
|
|
480
478
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
479
|
+
// CalendarMinus aliases
|
|
480
|
+
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
481
481
|
// CalendarOff aliases
|
|
482
482
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
483
483
|
// CalendarPlus2 aliases
|
|
484
484
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
485
|
-
// CalendarRange aliases
|
|
486
|
-
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
487
485
|
// CalendarPlus aliases
|
|
488
486
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
489
|
-
//
|
|
490
|
-
export { default as
|
|
487
|
+
// CalendarRange aliases
|
|
488
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
491
489
|
// CalendarSync aliases
|
|
492
490
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
493
491
|
// CalendarX2 aliases
|
|
494
492
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
493
|
+
// CalendarSearch aliases
|
|
494
|
+
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
495
495
|
// CalendarX aliases
|
|
496
496
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
497
497
|
// Calendar aliases
|
|
@@ -500,54 +500,54 @@ export { default as CalendarIcon } from '../icons/calendar';
|
|
|
500
500
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
501
501
|
// Camera aliases
|
|
502
502
|
export { default as CameraIcon } from '../icons/camera';
|
|
503
|
-
// CandyCane aliases
|
|
504
|
-
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
505
503
|
// CandyOff aliases
|
|
506
504
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
505
|
+
// CandyCane aliases
|
|
506
|
+
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
507
507
|
// Candy aliases
|
|
508
508
|
export { default as CandyIcon } from '../icons/candy';
|
|
509
509
|
// Cannabis aliases
|
|
510
510
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
511
511
|
// CaptionsOff aliases
|
|
512
512
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
513
|
-
// CarFront aliases
|
|
514
|
-
export { default as CarFrontIcon } from '../icons/car-front';
|
|
515
513
|
// CarTaxiFront aliases
|
|
516
514
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
515
|
+
// CarFront aliases
|
|
516
|
+
export { default as CarFrontIcon } from '../icons/car-front';
|
|
517
517
|
// Car aliases
|
|
518
518
|
export { default as CarIcon } from '../icons/car';
|
|
519
|
-
// CardSim aliases
|
|
520
|
-
export { default as CardSimIcon } from '../icons/card-sim';
|
|
521
519
|
// Caravan aliases
|
|
522
520
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
521
|
+
// CardSim aliases
|
|
522
|
+
export { default as CardSimIcon } from '../icons/card-sim';
|
|
523
523
|
// Carrot aliases
|
|
524
524
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
525
|
+
// CaseLower aliases
|
|
526
|
+
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
525
527
|
// CaseUpper aliases
|
|
526
528
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
527
529
|
// CaseSensitive aliases
|
|
528
530
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
529
|
-
// CaseLower aliases
|
|
530
|
-
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
531
531
|
// CassetteTape aliases
|
|
532
532
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
533
533
|
// Cast aliases
|
|
534
534
|
export { default as CastIcon } from '../icons/cast';
|
|
535
|
-
// Cat aliases
|
|
536
|
-
export { default as CatIcon } from '../icons/cat';
|
|
537
535
|
// Castle aliases
|
|
538
536
|
export { default as CastleIcon } from '../icons/castle';
|
|
537
|
+
// Cat aliases
|
|
538
|
+
export { default as CatIcon } from '../icons/cat';
|
|
539
539
|
// Cctv aliases
|
|
540
540
|
export { default as CctvIcon } from '../icons/cctv';
|
|
541
541
|
// ChartBarDecreasing aliases
|
|
542
542
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
543
|
-
// ChartBarStacked aliases
|
|
544
|
-
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
545
543
|
// ChartBarIncreasing aliases
|
|
546
544
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
547
|
-
// ChartColumnDecreasing aliases
|
|
548
|
-
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
549
545
|
// ChartColumnStacked aliases
|
|
550
546
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
547
|
+
// ChartBarStacked aliases
|
|
548
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
549
|
+
// ChartColumnDecreasing aliases
|
|
550
|
+
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
551
551
|
// ChartGantt aliases
|
|
552
552
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
553
553
|
// ChartNetwork aliases
|
|
@@ -556,58 +556,70 @@ export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
|
556
556
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
557
557
|
// ChartNoAxesCombined aliases
|
|
558
558
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
559
|
-
// CheckLine aliases
|
|
560
|
-
export { default as CheckLineIcon } from '../icons/check-line';
|
|
561
559
|
// CheckCheck aliases
|
|
562
560
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
561
|
+
// CheckLine aliases
|
|
562
|
+
export { default as CheckLineIcon } from '../icons/check-line';
|
|
563
563
|
// ChartSpline aliases
|
|
564
564
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
565
565
|
// Check aliases
|
|
566
566
|
export { default as CheckIcon } from '../icons/check';
|
|
567
|
-
// ChefHat aliases
|
|
568
|
-
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
569
567
|
// Cherry aliases
|
|
570
568
|
export { default as CherryIcon } from '../icons/cherry';
|
|
569
|
+
// ChessBishop aliases
|
|
570
|
+
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
571
|
+
// ChefHat aliases
|
|
572
|
+
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
573
|
+
// ChessKing aliases
|
|
574
|
+
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
575
|
+
// ChessKnight aliases
|
|
576
|
+
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
577
|
+
// ChessPawn aliases
|
|
578
|
+
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
579
|
+
// ChessQueen aliases
|
|
580
|
+
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
581
|
+
// ChessRook aliases
|
|
582
|
+
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
571
583
|
// ChevronDown aliases
|
|
572
584
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
573
585
|
// ChevronFirst aliases
|
|
574
586
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
575
587
|
// ChevronLeft aliases
|
|
576
588
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
577
|
-
// ChevronRight aliases
|
|
578
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
579
589
|
// ChevronLast aliases
|
|
580
590
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
591
|
+
// ChevronRight aliases
|
|
592
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
581
593
|
// ChevronUp aliases
|
|
582
594
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
595
|
+
// ChevronsDownUp aliases
|
|
596
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
583
597
|
// ChevronsDown aliases
|
|
584
598
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
585
599
|
// ChevronsLeftRightEllipsis aliases
|
|
586
600
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
587
|
-
// ChevronsDownUp aliases
|
|
588
|
-
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
589
|
-
// ChevronsLeft aliases
|
|
590
|
-
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
591
601
|
// ChevronsLeftRight aliases
|
|
592
602
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
593
603
|
// ChevronsRightLeft aliases
|
|
594
604
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
605
|
+
// ChevronsLeft aliases
|
|
606
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
595
607
|
// ChevronsRight aliases
|
|
596
608
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
597
609
|
// ChevronsUpDown aliases
|
|
598
610
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
599
|
-
// ChevronsUp aliases
|
|
600
|
-
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
601
611
|
// Church aliases
|
|
602
612
|
export { default as ChurchIcon } from '../icons/church';
|
|
603
|
-
//
|
|
604
|
-
export { default as
|
|
605
|
-
// CircleDashed aliases
|
|
606
|
-
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
613
|
+
// ChevronsUp aliases
|
|
614
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
607
615
|
// CigaretteOff aliases
|
|
608
616
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
617
|
+
// Cigarette aliases
|
|
618
|
+
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
609
619
|
// CircleDollarSign aliases
|
|
610
620
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
621
|
+
// CircleDashed aliases
|
|
622
|
+
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
611
623
|
// CircleDot aliases
|
|
612
624
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
613
625
|
// CircleDotDashed aliases
|
|
@@ -618,110 +630,110 @@ export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
|
618
630
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
619
631
|
// CircleFadingArrowUp aliases
|
|
620
632
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
621
|
-
// CircleOff aliases
|
|
622
|
-
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
623
633
|
// CircleFadingPlus aliases
|
|
624
634
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
625
635
|
// CirclePoundSterling aliases
|
|
626
636
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
627
637
|
// CircleSlash aliases
|
|
628
638
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
639
|
+
// CircleOff aliases
|
|
640
|
+
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
629
641
|
// CircleSmall aliases
|
|
630
642
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
631
|
-
// CircleStar aliases
|
|
632
|
-
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
633
643
|
// Circle aliases
|
|
634
644
|
export { default as CircleIcon } from '../icons/circle';
|
|
645
|
+
// CircleStar aliases
|
|
646
|
+
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
635
647
|
// CircuitBoard aliases
|
|
636
648
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
637
649
|
// Citrus aliases
|
|
638
650
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
639
651
|
// Clapperboard aliases
|
|
640
652
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
641
|
-
// ClipboardClock aliases
|
|
642
|
-
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
643
653
|
// ClipboardCheck aliases
|
|
644
654
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
655
|
+
// ClipboardClock aliases
|
|
656
|
+
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
645
657
|
// ClipboardCopy aliases
|
|
646
658
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
647
659
|
// ClipboardList aliases
|
|
648
660
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
661
|
+
// ClipboardPaste aliases
|
|
662
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
649
663
|
// ClipboardMinus aliases
|
|
650
664
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
651
665
|
// ClipboardPlus aliases
|
|
652
666
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
653
667
|
// ClipboardType aliases
|
|
654
668
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
655
|
-
// ClipboardPaste aliases
|
|
656
|
-
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
657
669
|
// ClipboardX aliases
|
|
658
670
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
659
|
-
// Clock1 aliases
|
|
660
|
-
export { default as Clock1Icon } from '../icons/clock-1';
|
|
661
671
|
// Clipboard aliases
|
|
662
672
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
673
|
+
// Clock1 aliases
|
|
674
|
+
export { default as Clock1Icon } from '../icons/clock-1';
|
|
663
675
|
// Clock10 aliases
|
|
664
676
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
665
677
|
// Clock11 aliases
|
|
666
678
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
667
679
|
// Clock12 aliases
|
|
668
680
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
681
|
+
// Clock4 aliases
|
|
682
|
+
export { default as Clock4Icon } from '../icons/clock-4';
|
|
669
683
|
// Clock3 aliases
|
|
670
684
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
671
685
|
// Clock2 aliases
|
|
672
686
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
673
|
-
//
|
|
674
|
-
export { default as
|
|
687
|
+
// Clock6 aliases
|
|
688
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
675
689
|
// Clock5 aliases
|
|
676
690
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
677
691
|
// Clock7 aliases
|
|
678
692
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
679
693
|
// Clock8 aliases
|
|
680
694
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
681
|
-
// Clock6 aliases
|
|
682
|
-
export { default as Clock6Icon } from '../icons/clock-6';
|
|
683
|
-
// Clock9 aliases
|
|
684
|
-
export { default as Clock9Icon } from '../icons/clock-9';
|
|
685
695
|
// ClockAlert aliases
|
|
686
696
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
697
|
+
// Clock9 aliases
|
|
698
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
687
699
|
// ClockArrowDown aliases
|
|
688
700
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
689
701
|
// ClockArrowUp aliases
|
|
690
702
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
703
|
+
// ClockPlus aliases
|
|
704
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
691
705
|
// ClockCheck aliases
|
|
692
706
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
693
707
|
// ClockFading aliases
|
|
694
708
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
695
|
-
// ClockPlus aliases
|
|
696
|
-
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
697
|
-
// ClosedCaption aliases
|
|
698
|
-
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
699
709
|
// Clock aliases
|
|
700
710
|
export { default as ClockIcon } from '../icons/clock';
|
|
701
|
-
//
|
|
702
|
-
export { default as
|
|
711
|
+
// ClosedCaption aliases
|
|
712
|
+
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
703
713
|
// CloudAlert aliases
|
|
704
714
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
705
|
-
//
|
|
706
|
-
export { default as
|
|
715
|
+
// CloudCheck aliases
|
|
716
|
+
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
707
717
|
// CloudDrizzle aliases
|
|
708
718
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
719
|
+
// CloudCog aliases
|
|
720
|
+
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
709
721
|
// CloudFog aliases
|
|
710
722
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
711
723
|
// CloudHail aliases
|
|
712
724
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
725
|
+
// CloudMoon aliases
|
|
726
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
713
727
|
// CloudLightning aliases
|
|
714
728
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
715
729
|
// CloudMoonRain aliases
|
|
716
730
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
717
|
-
// CloudMoon aliases
|
|
718
|
-
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
719
731
|
// CloudOff aliases
|
|
720
732
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
721
|
-
// CloudRain aliases
|
|
722
|
-
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
723
733
|
// CloudRainWind aliases
|
|
724
734
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
735
|
+
// CloudRain aliases
|
|
736
|
+
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
725
737
|
// CloudSnow aliases
|
|
726
738
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
727
739
|
// CloudSunRain aliases
|
|
@@ -734,38 +746,38 @@ export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
|
734
746
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
735
747
|
// Clover aliases
|
|
736
748
|
export { default as CloverIcon } from '../icons/clover';
|
|
749
|
+
// Club aliases
|
|
750
|
+
export { default as ClubIcon } from '../icons/club';
|
|
737
751
|
// Code aliases
|
|
738
752
|
export { default as CodeIcon } from '../icons/code';
|
|
739
753
|
// Codepen aliases
|
|
740
754
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
741
|
-
// Club aliases
|
|
742
|
-
export { default as ClubIcon } from '../icons/club';
|
|
743
755
|
// Codesandbox aliases
|
|
744
756
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
745
757
|
// Coffee aliases
|
|
746
758
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
747
759
|
// Cog aliases
|
|
748
760
|
export { default as CogIcon } from '../icons/cog';
|
|
749
|
-
// Coins aliases
|
|
750
|
-
export { default as CoinsIcon } from '../icons/coins';
|
|
751
761
|
// Columns4 aliases
|
|
752
762
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
763
|
+
// Coins aliases
|
|
764
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
753
765
|
// Combine aliases
|
|
754
766
|
export { default as CombineIcon } from '../icons/combine';
|
|
755
767
|
// Command aliases
|
|
756
768
|
export { default as CommandIcon } from '../icons/command';
|
|
757
769
|
// Compass aliases
|
|
758
770
|
export { default as CompassIcon } from '../icons/compass';
|
|
759
|
-
// Component aliases
|
|
760
|
-
export { default as ComponentIcon } from '../icons/component';
|
|
761
771
|
// Computer aliases
|
|
762
772
|
export { default as ComputerIcon } from '../icons/computer';
|
|
773
|
+
// Component aliases
|
|
774
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
763
775
|
// ConciergeBell aliases
|
|
764
776
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
765
|
-
// Construction aliases
|
|
766
|
-
export { default as ConstructionIcon } from '../icons/construction';
|
|
767
777
|
// Cone aliases
|
|
768
778
|
export { default as ConeIcon } from '../icons/cone';
|
|
779
|
+
// Construction aliases
|
|
780
|
+
export { default as ConstructionIcon } from '../icons/construction';
|
|
769
781
|
// Contact aliases
|
|
770
782
|
export { default as ContactIcon } from '../icons/contact';
|
|
771
783
|
// Container aliases
|
|
@@ -800,12 +812,12 @@ export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
|
800
812
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
801
813
|
// CornerRightDown aliases
|
|
802
814
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
815
|
+
// CornerRightUp aliases
|
|
816
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
803
817
|
// CornerLeftUp aliases
|
|
804
818
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
805
819
|
// CornerUpLeft aliases
|
|
806
820
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
807
|
-
// CornerRightUp aliases
|
|
808
|
-
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
809
821
|
// CornerUpRight aliases
|
|
810
822
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
811
823
|
// CreativeCommons aliases
|
|
@@ -814,40 +826,40 @@ export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
|
814
826
|
export { default as CpuIcon } from '../icons/cpu';
|
|
815
827
|
// CreditCard aliases
|
|
816
828
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
817
|
-
// Croissant aliases
|
|
818
|
-
export { default as CroissantIcon } from '../icons/croissant';
|
|
819
829
|
// Crop aliases
|
|
820
830
|
export { default as CropIcon } from '../icons/crop';
|
|
821
|
-
//
|
|
822
|
-
export { default as
|
|
831
|
+
// Croissant aliases
|
|
832
|
+
export { default as CroissantIcon } from '../icons/croissant';
|
|
823
833
|
// Crosshair aliases
|
|
824
834
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
835
|
+
// Cross aliases
|
|
836
|
+
export { default as CrossIcon } from '../icons/cross';
|
|
825
837
|
// Crown aliases
|
|
826
838
|
export { default as CrownIcon } from '../icons/crown';
|
|
827
839
|
// Cuboid aliases
|
|
828
840
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
829
841
|
// CupSoda aliases
|
|
830
842
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
831
|
-
// Cylinder aliases
|
|
832
|
-
export { default as CylinderIcon } from '../icons/cylinder';
|
|
833
843
|
// Currency aliases
|
|
834
844
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
845
|
+
// Cylinder aliases
|
|
846
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
835
847
|
// Dam aliases
|
|
836
848
|
export { default as DamIcon } from '../icons/dam';
|
|
837
|
-
// DatabaseZap aliases
|
|
838
|
-
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
839
849
|
// DatabaseBackup aliases
|
|
840
850
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
851
|
+
// DatabaseZap aliases
|
|
852
|
+
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
841
853
|
// Database aliases
|
|
842
854
|
export { default as DatabaseIcon } from '../icons/database';
|
|
843
855
|
// DecimalsArrowLeft aliases
|
|
844
856
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
845
857
|
// DecimalsArrowRight aliases
|
|
846
858
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
847
|
-
// Dessert aliases
|
|
848
|
-
export { default as DessertIcon } from '../icons/dessert';
|
|
849
859
|
// Delete aliases
|
|
850
860
|
export { default as DeleteIcon } from '../icons/delete';
|
|
861
|
+
// Dessert aliases
|
|
862
|
+
export { default as DessertIcon } from '../icons/dessert';
|
|
851
863
|
// Diameter aliases
|
|
852
864
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
853
865
|
// DiamondMinus aliases
|
|
@@ -860,56 +872,56 @@ export { default as DiamondIcon } from '../icons/diamond';
|
|
|
860
872
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
861
873
|
// Dice2 aliases
|
|
862
874
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
863
|
-
// Dice3 aliases
|
|
864
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
865
875
|
// Dice4 aliases
|
|
866
876
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
877
|
+
// Dice3 aliases
|
|
878
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
867
879
|
// Dice5 aliases
|
|
868
880
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
869
|
-
// Dice6 aliases
|
|
870
|
-
export { default as Dice6Icon } from '../icons/dice-6';
|
|
871
881
|
// Dices aliases
|
|
872
882
|
export { default as DicesIcon } from '../icons/dices';
|
|
873
|
-
//
|
|
874
|
-
export { default as
|
|
883
|
+
// Dice6 aliases
|
|
884
|
+
export { default as Dice6Icon } from '../icons/dice-6';
|
|
875
885
|
// Diff aliases
|
|
876
886
|
export { default as DiffIcon } from '../icons/diff';
|
|
887
|
+
// Disc2 aliases
|
|
888
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
877
889
|
// Disc3 aliases
|
|
878
890
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
879
|
-
// Disc aliases
|
|
880
|
-
export { default as DiscIcon } from '../icons/disc';
|
|
881
891
|
// DiscAlbum aliases
|
|
882
892
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
883
893
|
// Divide aliases
|
|
884
894
|
export { default as DivideIcon } from '../icons/divide';
|
|
895
|
+
// Disc aliases
|
|
896
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
885
897
|
// DnaOff aliases
|
|
886
898
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
887
|
-
// Dock aliases
|
|
888
|
-
export { default as DockIcon } from '../icons/dock';
|
|
889
899
|
// Dna aliases
|
|
890
900
|
export { default as DnaIcon } from '../icons/dna';
|
|
891
901
|
// Dog aliases
|
|
892
902
|
export { default as DogIcon } from '../icons/dog';
|
|
903
|
+
// Dock aliases
|
|
904
|
+
export { default as DockIcon } from '../icons/dock';
|
|
893
905
|
// DollarSign aliases
|
|
894
906
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
895
|
-
// Donut aliases
|
|
896
|
-
export { default as DonutIcon } from '../icons/donut';
|
|
897
907
|
// DoorClosedLocked aliases
|
|
898
908
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
899
|
-
// DoorOpen aliases
|
|
900
|
-
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
901
909
|
// DoorClosed aliases
|
|
902
910
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
911
|
+
// Donut aliases
|
|
912
|
+
export { default as DonutIcon } from '../icons/donut';
|
|
913
|
+
// DoorOpen aliases
|
|
914
|
+
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
903
915
|
// Dot aliases
|
|
904
916
|
export { default as DotIcon } from '../icons/dot';
|
|
905
917
|
// Download aliases
|
|
906
918
|
export { default as DownloadIcon } from '../icons/download';
|
|
919
|
+
// Dribbble aliases
|
|
920
|
+
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
907
921
|
// DraftingCompass aliases
|
|
908
922
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
909
923
|
// Drama aliases
|
|
910
924
|
export { default as DramaIcon } from '../icons/drama';
|
|
911
|
-
// Dribbble aliases
|
|
912
|
-
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
913
925
|
// Drill aliases
|
|
914
926
|
export { default as DrillIcon } from '../icons/drill';
|
|
915
927
|
// Drone aliases
|
|
@@ -918,10 +930,10 @@ export { default as DroneIcon } from '../icons/drone';
|
|
|
918
930
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
919
931
|
// Droplet aliases
|
|
920
932
|
export { default as DropletIcon } from '../icons/droplet';
|
|
921
|
-
// Droplets aliases
|
|
922
|
-
export { default as DropletsIcon } from '../icons/droplets';
|
|
923
933
|
// Drum aliases
|
|
924
934
|
export { default as DrumIcon } from '../icons/drum';
|
|
935
|
+
// Droplets aliases
|
|
936
|
+
export { default as DropletsIcon } from '../icons/droplets';
|
|
925
937
|
// Drumstick aliases
|
|
926
938
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
927
939
|
// Dumbbell aliases
|
|
@@ -932,14 +944,14 @@ export { default as EarOffIcon } from '../icons/ear-off';
|
|
|
932
944
|
export { default as EarIcon } from '../icons/ear';
|
|
933
945
|
// EarthLock aliases
|
|
934
946
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
935
|
-
// Eclipse aliases
|
|
936
|
-
export { default as EclipseIcon } from '../icons/eclipse';
|
|
937
947
|
// EggFried aliases
|
|
938
948
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
939
949
|
// EggOff aliases
|
|
940
950
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
941
951
|
// Egg aliases
|
|
942
952
|
export { default as EggIcon } from '../icons/egg';
|
|
953
|
+
// Eclipse aliases
|
|
954
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
943
955
|
// EqualApproximately aliases
|
|
944
956
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
945
957
|
// EqualNot aliases
|
|
@@ -962,28 +974,28 @@ export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
|
962
974
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
963
975
|
// EyeOff aliases
|
|
964
976
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
965
|
-
// Eye aliases
|
|
966
|
-
export { default as EyeIcon } from '../icons/eye';
|
|
967
977
|
// Facebook aliases
|
|
968
978
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
979
|
+
// Eye aliases
|
|
980
|
+
export { default as EyeIcon } from '../icons/eye';
|
|
969
981
|
// Factory aliases
|
|
970
982
|
export { default as FactoryIcon } from '../icons/factory';
|
|
971
983
|
// Fan aliases
|
|
972
984
|
export { default as FanIcon } from '../icons/fan';
|
|
973
985
|
// FastForward aliases
|
|
974
986
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
975
|
-
// Feather aliases
|
|
976
|
-
export { default as FeatherIcon } from '../icons/feather';
|
|
977
987
|
// Fence aliases
|
|
978
988
|
export { default as FenceIcon } from '../icons/fence';
|
|
989
|
+
// Feather aliases
|
|
990
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
979
991
|
// FerrisWheel aliases
|
|
980
992
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
981
993
|
// Figma aliases
|
|
982
994
|
export { default as FigmaIcon } from '../icons/figma';
|
|
983
|
-
// FileArchive aliases
|
|
984
|
-
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
985
995
|
// FileBox aliases
|
|
986
996
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
997
|
+
// FileArchive aliases
|
|
998
|
+
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
987
999
|
// FileClock aliases
|
|
988
1000
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
989
1001
|
// FileCheck aliases
|
|
@@ -1018,10 +1030,10 @@ export { default as FileSearchIcon } from '../icons/file-search';
|
|
|
1018
1030
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1019
1031
|
// FileSpreadsheet aliases
|
|
1020
1032
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1021
|
-
// FileStack aliases
|
|
1022
|
-
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1023
1033
|
// FileSymlink aliases
|
|
1024
1034
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1035
|
+
// FileStack aliases
|
|
1036
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1025
1037
|
// FileTerminal aliases
|
|
1026
1038
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1027
1039
|
// FileText aliases
|
|
@@ -1040,10 +1052,10 @@ export { default as FileXIcon } from '../icons/file-x';
|
|
|
1040
1052
|
export { default as FileIcon } from '../icons/file';
|
|
1041
1053
|
// Files aliases
|
|
1042
1054
|
export { default as FilesIcon } from '../icons/files';
|
|
1043
|
-
// Film aliases
|
|
1044
|
-
export { default as FilmIcon } from '../icons/film';
|
|
1045
1055
|
// Fingerprint aliases
|
|
1046
1056
|
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1057
|
+
// Film aliases
|
|
1058
|
+
export { default as FilmIcon } from '../icons/film';
|
|
1047
1059
|
// FireExtinguisher aliases
|
|
1048
1060
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1049
1061
|
// FishOff aliases
|
|
@@ -1058,14 +1070,14 @@ export { default as FlagOffIcon } from '../icons/flag-off';
|
|
|
1058
1070
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1059
1071
|
// FlagTriangleRight aliases
|
|
1060
1072
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1061
|
-
// FlameKindling aliases
|
|
1062
|
-
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1063
1073
|
// Flag aliases
|
|
1064
1074
|
export { default as FlagIcon } from '../icons/flag';
|
|
1065
|
-
//
|
|
1066
|
-
export { default as
|
|
1075
|
+
// FlameKindling aliases
|
|
1076
|
+
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1067
1077
|
// Flame aliases
|
|
1068
1078
|
export { default as FlameIcon } from '../icons/flame';
|
|
1079
|
+
// FlashlightOff aliases
|
|
1080
|
+
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1069
1081
|
// Flashlight aliases
|
|
1070
1082
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1071
1083
|
// FlaskConicalOff aliases
|
|
@@ -1086,28 +1098,28 @@ export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
|
1086
1098
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1087
1099
|
// Flower aliases
|
|
1088
1100
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1089
|
-
// Focus aliases
|
|
1090
|
-
export { default as FocusIcon } from '../icons/focus';
|
|
1091
1101
|
// FoldHorizontal aliases
|
|
1092
1102
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1093
1103
|
// FoldVertical aliases
|
|
1094
1104
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1105
|
+
// Focus aliases
|
|
1106
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1095
1107
|
// FolderArchive aliases
|
|
1096
1108
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1109
|
+
// FolderClock aliases
|
|
1110
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1097
1111
|
// FolderCheck aliases
|
|
1098
1112
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1099
1113
|
// FolderClosed aliases
|
|
1100
1114
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1101
|
-
// FolderClock aliases
|
|
1102
|
-
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1103
1115
|
// FolderCode aliases
|
|
1104
1116
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1105
|
-
// FolderDown aliases
|
|
1106
|
-
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1107
1117
|
// FolderDot aliases
|
|
1108
1118
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1109
1119
|
// FolderGit2 aliases
|
|
1110
1120
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1121
|
+
// FolderDown aliases
|
|
1122
|
+
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1111
1123
|
// FolderGit aliases
|
|
1112
1124
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1113
1125
|
// FolderHeart aliases
|
|
@@ -1126,52 +1138,52 @@ export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
|
1126
1138
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1127
1139
|
// FolderOpen aliases
|
|
1128
1140
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1129
|
-
// FolderOutput aliases
|
|
1130
|
-
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1131
1141
|
// FolderPlus aliases
|
|
1132
1142
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1133
|
-
//
|
|
1134
|
-
export { default as
|
|
1143
|
+
// FolderOutput aliases
|
|
1144
|
+
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1135
1145
|
// FolderSearch2 aliases
|
|
1136
1146
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1147
|
+
// FolderRoot aliases
|
|
1148
|
+
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1137
1149
|
// FolderSearch aliases
|
|
1138
1150
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1151
|
+
// FolderSync aliases
|
|
1152
|
+
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1139
1153
|
// FolderSymlink aliases
|
|
1140
1154
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1141
1155
|
// FolderTree aliases
|
|
1142
1156
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1143
|
-
// FolderSync aliases
|
|
1144
|
-
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1145
1157
|
// FolderUp aliases
|
|
1146
1158
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1147
1159
|
// FolderX aliases
|
|
1148
1160
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1149
|
-
// Folders aliases
|
|
1150
|
-
export { default as FoldersIcon } from '../icons/folders';
|
|
1151
|
-
// Footprints aliases
|
|
1152
|
-
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1153
1161
|
// Folder aliases
|
|
1154
1162
|
export { default as FolderIcon } from '../icons/folder';
|
|
1163
|
+
// Folders aliases
|
|
1164
|
+
export { default as FoldersIcon } from '../icons/folders';
|
|
1155
1165
|
// Forklift aliases
|
|
1156
1166
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1157
|
-
//
|
|
1158
|
-
export { default as
|
|
1167
|
+
// Footprints aliases
|
|
1168
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1159
1169
|
// Frame aliases
|
|
1160
1170
|
export { default as FrameIcon } from '../icons/frame';
|
|
1171
|
+
// Forward aliases
|
|
1172
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1161
1173
|
// Framer aliases
|
|
1162
1174
|
export { default as FramerIcon } from '../icons/framer';
|
|
1163
1175
|
// Frown aliases
|
|
1164
1176
|
export { default as FrownIcon } from '../icons/frown';
|
|
1165
|
-
// Fuel aliases
|
|
1166
|
-
export { default as FuelIcon } from '../icons/fuel';
|
|
1167
1177
|
// Fullscreen aliases
|
|
1168
1178
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1179
|
+
// Fuel aliases
|
|
1180
|
+
export { default as FuelIcon } from '../icons/fuel';
|
|
1169
1181
|
// FunnelPlus aliases
|
|
1170
1182
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1171
|
-
// GalleryHorizontalEnd aliases
|
|
1172
|
-
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1173
1183
|
// GalleryHorizontal aliases
|
|
1174
1184
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1185
|
+
// GalleryHorizontalEnd aliases
|
|
1186
|
+
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1175
1187
|
// GalleryThumbnails aliases
|
|
1176
1188
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1177
1189
|
// GalleryVerticalEnd aliases
|
|
@@ -1186,22 +1198,22 @@ export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional'
|
|
|
1186
1198
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1187
1199
|
// Gauge aliases
|
|
1188
1200
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1189
|
-
// Gavel aliases
|
|
1190
|
-
export { default as GavelIcon } from '../icons/gavel';
|
|
1191
1201
|
// Gem aliases
|
|
1192
1202
|
export { default as GemIcon } from '../icons/gem';
|
|
1193
|
-
//
|
|
1194
|
-
export { default as
|
|
1203
|
+
// Gavel aliases
|
|
1204
|
+
export { default as GavelIcon } from '../icons/gavel';
|
|
1195
1205
|
// GeorgianLari aliases
|
|
1196
1206
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1207
|
+
// Ghost aliases
|
|
1208
|
+
export { default as GhostIcon } from '../icons/ghost';
|
|
1197
1209
|
// Gift aliases
|
|
1198
1210
|
export { default as GiftIcon } from '../icons/gift';
|
|
1211
|
+
// GitBranchPlus aliases
|
|
1212
|
+
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1199
1213
|
// GitBranchMinus aliases
|
|
1200
1214
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1201
1215
|
// GitBranch aliases
|
|
1202
1216
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1203
|
-
// GitBranchPlus aliases
|
|
1204
|
-
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1205
1217
|
// GitCommitVertical aliases
|
|
1206
1218
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1207
1219
|
// GitCompareArrows aliases
|
|
@@ -1210,44 +1222,44 @@ export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
|
1210
1222
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1211
1223
|
// GitCompare aliases
|
|
1212
1224
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1213
|
-
// GitGraph aliases
|
|
1214
|
-
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1215
1225
|
// GitMerge aliases
|
|
1216
1226
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1217
|
-
//
|
|
1218
|
-
export { default as
|
|
1227
|
+
// GitGraph aliases
|
|
1228
|
+
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1219
1229
|
// GitPullRequestClosed aliases
|
|
1220
1230
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1221
1231
|
// GitPullRequestCreate aliases
|
|
1222
1232
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1233
|
+
// GitPullRequestArrow aliases
|
|
1234
|
+
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1223
1235
|
// GitPullRequestCreateArrow aliases
|
|
1224
1236
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1225
1237
|
// GitPullRequestDraft aliases
|
|
1226
1238
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1227
|
-
// Github aliases
|
|
1228
|
-
export { default as GithubIcon } from '../icons/github';
|
|
1229
1239
|
// GitPullRequest aliases
|
|
1230
1240
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1241
|
+
// Github aliases
|
|
1242
|
+
export { default as GithubIcon } from '../icons/github';
|
|
1231
1243
|
// Gitlab aliases
|
|
1232
1244
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1233
|
-
// GlassWater aliases
|
|
1234
|
-
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1235
1245
|
// Glasses aliases
|
|
1236
1246
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1237
1247
|
// GlobeLock aliases
|
|
1238
1248
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1249
|
+
// GlassWater aliases
|
|
1250
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1239
1251
|
// Globe aliases
|
|
1240
1252
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1253
|
+
// Goal aliases
|
|
1254
|
+
export { default as GoalIcon } from '../icons/goal';
|
|
1241
1255
|
// Gpu aliases
|
|
1242
1256
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1243
1257
|
// GraduationCap aliases
|
|
1244
1258
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1245
|
-
// Goal aliases
|
|
1246
|
-
export { default as GoalIcon } from '../icons/goal';
|
|
1247
|
-
// Grape aliases
|
|
1248
|
-
export { default as GrapeIcon } from '../icons/grape';
|
|
1249
1259
|
// Grid3x2 aliases
|
|
1250
1260
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1261
|
+
// Grape aliases
|
|
1262
|
+
export { default as GrapeIcon } from '../icons/grape';
|
|
1251
1263
|
// GripHorizontal aliases
|
|
1252
1264
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1253
1265
|
// GripVertical aliases
|
|
@@ -1260,30 +1272,30 @@ export { default as GroupIcon } from '../icons/group';
|
|
|
1260
1272
|
export { default as HamIcon } from '../icons/ham';
|
|
1261
1273
|
// Guitar aliases
|
|
1262
1274
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1263
|
-
// Hammer aliases
|
|
1264
|
-
export { default as HammerIcon } from '../icons/hammer';
|
|
1265
1275
|
// Hamburger aliases
|
|
1266
1276
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1277
|
+
// Hammer aliases
|
|
1278
|
+
export { default as HammerIcon } from '../icons/hammer';
|
|
1267
1279
|
// HandCoins aliases
|
|
1268
1280
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1269
1281
|
// HandFist aliases
|
|
1270
1282
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1271
1283
|
// HandHeart aliases
|
|
1272
1284
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1273
|
-
// HandMetal aliases
|
|
1274
|
-
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1275
1285
|
// HandPlatter aliases
|
|
1276
1286
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1277
1287
|
// Hand aliases
|
|
1278
1288
|
export { default as HandIcon } from '../icons/hand';
|
|
1289
|
+
// HandMetal aliases
|
|
1290
|
+
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1291
|
+
// HardDriveDownload aliases
|
|
1292
|
+
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1279
1293
|
// Handbag aliases
|
|
1280
1294
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1281
1295
|
// Handshake aliases
|
|
1282
1296
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1283
1297
|
// HardDriveUpload aliases
|
|
1284
1298
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1285
|
-
// HardDriveDownload aliases
|
|
1286
|
-
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1287
1299
|
// HardDrive aliases
|
|
1288
1300
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1289
1301
|
// HardHat aliases
|
|
@@ -1294,10 +1306,10 @@ export { default as HashIcon } from '../icons/hash';
|
|
|
1294
1306
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1295
1307
|
// Haze aliases
|
|
1296
1308
|
export { default as HazeIcon } from '../icons/haze';
|
|
1297
|
-
// Heading1 aliases
|
|
1298
|
-
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1299
1309
|
// HdmiPort aliases
|
|
1300
1310
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1311
|
+
// Heading1 aliases
|
|
1312
|
+
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1301
1313
|
// Heading2 aliases
|
|
1302
1314
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1303
1315
|
// Heading3 aliases
|
|
@@ -1306,12 +1318,12 @@ export { default as Heading3Icon } from '../icons/heading-3';
|
|
|
1306
1318
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1307
1319
|
// Heading4 aliases
|
|
1308
1320
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1309
|
-
// Heading aliases
|
|
1310
|
-
export { default as HeadingIcon } from '../icons/heading';
|
|
1311
1321
|
// Heading6 aliases
|
|
1312
1322
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1313
1323
|
// HeadphoneOff aliases
|
|
1314
1324
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1325
|
+
// Heading aliases
|
|
1326
|
+
export { default as HeadingIcon } from '../icons/heading';
|
|
1315
1327
|
// Headphones aliases
|
|
1316
1328
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1317
1329
|
// Headset aliases
|
|
@@ -1320,32 +1332,32 @@ export { default as HeadsetIcon } from '../icons/headset';
|
|
|
1320
1332
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1321
1333
|
// HeartHandshake aliases
|
|
1322
1334
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1323
|
-
// HeartOff aliases
|
|
1324
|
-
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1325
1335
|
// HeartMinus aliases
|
|
1326
1336
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1327
|
-
//
|
|
1328
|
-
export { default as
|
|
1337
|
+
// HeartOff aliases
|
|
1338
|
+
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1329
1339
|
// HeartPulse aliases
|
|
1330
1340
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1341
|
+
// HeartPlus aliases
|
|
1342
|
+
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1343
|
+
// Heart aliases
|
|
1344
|
+
export { default as HeartIcon } from '../icons/heart';
|
|
1331
1345
|
// Heater aliases
|
|
1332
1346
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1333
1347
|
// Helicopter aliases
|
|
1334
1348
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1335
|
-
// Heart aliases
|
|
1336
|
-
export { default as HeartIcon } from '../icons/heart';
|
|
1337
1349
|
// Hexagon aliases
|
|
1338
1350
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1339
1351
|
// Highlighter aliases
|
|
1340
1352
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1341
|
-
// HopOff aliases
|
|
1342
|
-
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1343
1353
|
// History aliases
|
|
1344
1354
|
export { default as HistoryIcon } from '../icons/history';
|
|
1345
|
-
//
|
|
1346
|
-
export { default as
|
|
1355
|
+
// HopOff aliases
|
|
1356
|
+
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1347
1357
|
// Hospital aliases
|
|
1348
1358
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1359
|
+
// Hop aliases
|
|
1360
|
+
export { default as HopIcon } from '../icons/hop';
|
|
1349
1361
|
// Hotel aliases
|
|
1350
1362
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1351
1363
|
// Hourglass aliases
|
|
@@ -1354,16 +1366,16 @@ export { default as HourglassIcon } from '../icons/hourglass';
|
|
|
1354
1366
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1355
1367
|
// HousePlug aliases
|
|
1356
1368
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1369
|
+
// HousePlus aliases
|
|
1370
|
+
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1357
1371
|
// HouseWifi aliases
|
|
1358
1372
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1373
|
+
// ImageDown aliases
|
|
1374
|
+
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1359
1375
|
// IdCardLanyard aliases
|
|
1360
1376
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1361
|
-
// HousePlus aliases
|
|
1362
|
-
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1363
1377
|
// IdCard aliases
|
|
1364
1378
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1365
|
-
// ImageDown aliases
|
|
1366
|
-
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1367
1379
|
// ImageMinus aliases
|
|
1368
1380
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1369
1381
|
// ImageOff aliases
|
|
@@ -1378,50 +1390,50 @@ export { default as ImageUpIcon } from '../icons/image-up';
|
|
|
1378
1390
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1379
1391
|
// Image aliases
|
|
1380
1392
|
export { default as ImageIcon } from '../icons/image';
|
|
1381
|
-
// Import aliases
|
|
1382
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1383
1393
|
// Images aliases
|
|
1384
1394
|
export { default as ImagesIcon } from '../icons/images';
|
|
1395
|
+
// Import aliases
|
|
1396
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1385
1397
|
// Inbox aliases
|
|
1386
1398
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1387
|
-
// IndianRupee aliases
|
|
1388
|
-
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1389
1399
|
// Infinity aliases
|
|
1390
1400
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1401
|
+
// IndianRupee aliases
|
|
1402
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1391
1403
|
// Info aliases
|
|
1392
1404
|
export { default as InfoIcon } from '../icons/info';
|
|
1393
1405
|
// InspectionPanel aliases
|
|
1394
1406
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1395
1407
|
// Instagram aliases
|
|
1396
1408
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1397
|
-
// Italic aliases
|
|
1398
|
-
export { default as ItalicIcon } from '../icons/italic';
|
|
1399
1409
|
// IterationCcw aliases
|
|
1400
1410
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1411
|
+
// Italic aliases
|
|
1412
|
+
export { default as ItalicIcon } from '../icons/italic';
|
|
1401
1413
|
// IterationCw aliases
|
|
1402
1414
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1403
1415
|
// JapaneseYen aliases
|
|
1404
1416
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1405
1417
|
// Joystick aliases
|
|
1406
1418
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1407
|
-
// Kanban aliases
|
|
1408
|
-
export { default as KanbanIcon } from '../icons/kanban';
|
|
1409
1419
|
// Kayak aliases
|
|
1410
1420
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1411
1421
|
// KeyRound aliases
|
|
1412
1422
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1423
|
+
// Kanban aliases
|
|
1424
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1413
1425
|
// KeySquare aliases
|
|
1414
1426
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1415
1427
|
// Key aliases
|
|
1416
1428
|
export { default as KeyIcon } from '../icons/key';
|
|
1417
1429
|
// KeyboardMusic aliases
|
|
1418
1430
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1431
|
+
// LampCeiling aliases
|
|
1432
|
+
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1419
1433
|
// KeyboardOff aliases
|
|
1420
1434
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1421
1435
|
// Keyboard aliases
|
|
1422
1436
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1423
|
-
// LampCeiling aliases
|
|
1424
|
-
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1425
1437
|
// LampDesk aliases
|
|
1426
1438
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1427
1439
|
// LampFloor aliases
|
|
@@ -1438,12 +1450,12 @@ export { default as LandPlotIcon } from '../icons/land-plot';
|
|
|
1438
1450
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1439
1451
|
// Languages aliases
|
|
1440
1452
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1453
|
+
// Laptop aliases
|
|
1454
|
+
export { default as LaptopIcon } from '../icons/laptop';
|
|
1441
1455
|
// LaptopMinimalCheck aliases
|
|
1442
1456
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1443
1457
|
// LassoSelect aliases
|
|
1444
1458
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1445
|
-
// Laptop aliases
|
|
1446
|
-
export { default as LaptopIcon } from '../icons/laptop';
|
|
1447
1459
|
// Lasso aliases
|
|
1448
1460
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1449
1461
|
// Laugh aliases
|
|
@@ -1460,10 +1472,10 @@ export { default as LayoutListIcon } from '../icons/layout-list';
|
|
|
1460
1472
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1461
1473
|
// LayoutPanelTop aliases
|
|
1462
1474
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1463
|
-
// Leaf aliases
|
|
1464
|
-
export { default as LeafIcon } from '../icons/leaf';
|
|
1465
1475
|
// LayoutTemplate aliases
|
|
1466
1476
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1477
|
+
// Leaf aliases
|
|
1478
|
+
export { default as LeafIcon } from '../icons/leaf';
|
|
1467
1479
|
// LeafyGreen aliases
|
|
1468
1480
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1469
1481
|
// Lectern aliases
|
|
@@ -1472,26 +1484,26 @@ export { default as LecternIcon } from '../icons/lectern';
|
|
|
1472
1484
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1473
1485
|
// Library aliases
|
|
1474
1486
|
export { default as LibraryIcon } from '../icons/library';
|
|
1475
|
-
// LifeBuoy aliases
|
|
1476
|
-
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1477
1487
|
// Ligature aliases
|
|
1478
1488
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1479
|
-
// LightbulbOff aliases
|
|
1480
|
-
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1481
1489
|
// Lightbulb aliases
|
|
1482
1490
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1483
|
-
//
|
|
1484
|
-
export { default as
|
|
1491
|
+
// LifeBuoy aliases
|
|
1492
|
+
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1485
1493
|
// LineSquiggle aliases
|
|
1486
1494
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1495
|
+
// LightbulbOff aliases
|
|
1496
|
+
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1497
|
+
// Link2Off aliases
|
|
1498
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1487
1499
|
// Link2 aliases
|
|
1488
1500
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1489
|
-
// Link aliases
|
|
1490
|
-
export { default as LinkIcon } from '../icons/link';
|
|
1491
|
-
// ListCheck aliases
|
|
1492
|
-
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1493
1501
|
// Linkedin aliases
|
|
1494
1502
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1503
|
+
// ListCheck aliases
|
|
1504
|
+
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1505
|
+
// Link aliases
|
|
1506
|
+
export { default as LinkIcon } from '../icons/link';
|
|
1495
1507
|
// ListChecks aliases
|
|
1496
1508
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1497
1509
|
// ListChevronsDownUp aliases
|
|
@@ -1500,10 +1512,10 @@ export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-u
|
|
|
1500
1512
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1501
1513
|
// ListCollapse aliases
|
|
1502
1514
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1503
|
-
// ListFilterPlus aliases
|
|
1504
|
-
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1505
1515
|
// ListEnd aliases
|
|
1506
1516
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1517
|
+
// ListFilterPlus aliases
|
|
1518
|
+
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1507
1519
|
// ListFilter aliases
|
|
1508
1520
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1509
1521
|
// ListMinus aliases
|
|
@@ -1512,12 +1524,12 @@ export { default as ListMinusIcon } from '../icons/list-minus';
|
|
|
1512
1524
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1513
1525
|
// ListOrdered aliases
|
|
1514
1526
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1515
|
-
// ListPlus aliases
|
|
1516
|
-
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1517
|
-
// ListRestart aliases
|
|
1518
|
-
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1519
1527
|
// ListStart aliases
|
|
1520
1528
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1529
|
+
// ListRestart aliases
|
|
1530
|
+
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1531
|
+
// ListPlus aliases
|
|
1532
|
+
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1521
1533
|
// ListTodo aliases
|
|
1522
1534
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1523
1535
|
// ListTree aliases
|
|
@@ -1532,86 +1544,86 @@ export { default as ListIcon } from '../icons/list';
|
|
|
1532
1544
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1533
1545
|
// Loader aliases
|
|
1534
1546
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1535
|
-
// LocateFixed aliases
|
|
1536
|
-
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1537
1547
|
// LocateOff aliases
|
|
1538
1548
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1549
|
+
// LocateFixed aliases
|
|
1550
|
+
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1539
1551
|
// Locate aliases
|
|
1540
1552
|
export { default as LocateIcon } from '../icons/locate';
|
|
1541
1553
|
// LockKeyhole aliases
|
|
1542
1554
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1543
|
-
// LogIn aliases
|
|
1544
|
-
export { default as LogInIcon } from '../icons/log-in';
|
|
1545
1555
|
// Lock aliases
|
|
1546
1556
|
export { default as LockIcon } from '../icons/lock';
|
|
1547
1557
|
// LogOut aliases
|
|
1548
1558
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1549
|
-
//
|
|
1550
|
-
export { default as
|
|
1559
|
+
// LogIn aliases
|
|
1560
|
+
export { default as LogInIcon } from '../icons/log-in';
|
|
1551
1561
|
// Logs aliases
|
|
1552
1562
|
export { default as LogsIcon } from '../icons/logs';
|
|
1563
|
+
// Lollipop aliases
|
|
1564
|
+
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1553
1565
|
// Luggage aliases
|
|
1554
1566
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1555
1567
|
// MailMinus aliases
|
|
1556
1568
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1557
1569
|
// Magnet aliases
|
|
1558
1570
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1559
|
-
// MailCheck aliases
|
|
1560
|
-
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1561
1571
|
// MailOpen aliases
|
|
1562
1572
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1573
|
+
// MailCheck aliases
|
|
1574
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1563
1575
|
// MailPlus aliases
|
|
1564
1576
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1565
1577
|
// MailSearch aliases
|
|
1566
1578
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1567
|
-
// MailWarning aliases
|
|
1568
|
-
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1569
1579
|
// MailX aliases
|
|
1570
1580
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1581
|
+
// MailWarning aliases
|
|
1582
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1571
1583
|
// Mail aliases
|
|
1572
1584
|
export { default as MailIcon } from '../icons/mail';
|
|
1573
1585
|
// Mailbox aliases
|
|
1574
1586
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1575
|
-
// MapMinus aliases
|
|
1576
|
-
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1577
1587
|
// Mails aliases
|
|
1578
1588
|
export { default as MailsIcon } from '../icons/mails';
|
|
1579
|
-
//
|
|
1580
|
-
export { default as
|
|
1589
|
+
// MapMinus aliases
|
|
1590
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1581
1591
|
// MapPinCheckInside aliases
|
|
1582
1592
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1583
|
-
// MapPinMinusInside aliases
|
|
1584
|
-
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1585
1593
|
// MapPinHouse aliases
|
|
1586
1594
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1587
|
-
//
|
|
1588
|
-
export { default as
|
|
1595
|
+
// MapPinCheck aliases
|
|
1596
|
+
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1597
|
+
// MapPinMinusInside aliases
|
|
1598
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1589
1599
|
// MapPinOff aliases
|
|
1590
1600
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1591
|
-
//
|
|
1592
|
-
export { default as
|
|
1601
|
+
// MapPinMinus aliases
|
|
1602
|
+
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1593
1603
|
// MapPinPlusInside aliases
|
|
1594
1604
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1595
1605
|
// MapPinPlus aliases
|
|
1596
1606
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1597
|
-
//
|
|
1598
|
-
export { default as
|
|
1607
|
+
// MapPinXInside aliases
|
|
1608
|
+
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1599
1609
|
// MapPin aliases
|
|
1600
1610
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1601
1611
|
// MapPinned aliases
|
|
1602
1612
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1603
|
-
//
|
|
1604
|
-
export { default as
|
|
1613
|
+
// MapPinX aliases
|
|
1614
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1605
1615
|
// MapPlus aliases
|
|
1606
1616
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1607
1617
|
// Map aliases
|
|
1608
1618
|
export { default as MapIcon } from '../icons/map';
|
|
1619
|
+
// MarsStroke aliases
|
|
1620
|
+
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1609
1621
|
// Mars aliases
|
|
1610
1622
|
export { default as MarsIcon } from '../icons/mars';
|
|
1611
|
-
// Maximize2 aliases
|
|
1612
|
-
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1613
1623
|
// Martini aliases
|
|
1614
1624
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1625
|
+
// Maximize2 aliases
|
|
1626
|
+
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1615
1627
|
// Maximize aliases
|
|
1616
1628
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1617
1629
|
// Medal aliases
|
|
@@ -1622,48 +1634,48 @@ export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
|
1622
1634
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1623
1635
|
// Meh aliases
|
|
1624
1636
|
export { default as MehIcon } from '../icons/meh';
|
|
1637
|
+
// Menu aliases
|
|
1638
|
+
export { default as MenuIcon } from '../icons/menu';
|
|
1625
1639
|
// MemoryStick aliases
|
|
1626
1640
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1627
1641
|
// Merge aliases
|
|
1628
1642
|
export { default as MergeIcon } from '../icons/merge';
|
|
1629
1643
|
// MessageCircleCode aliases
|
|
1630
1644
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1631
|
-
// Menu aliases
|
|
1632
|
-
export { default as MenuIcon } from '../icons/menu';
|
|
1633
|
-
// MessageCircleHeart aliases
|
|
1634
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1635
|
-
// MessageCircleDashed aliases
|
|
1636
|
-
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1637
|
-
// MessageCircleReply aliases
|
|
1638
|
-
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1639
1645
|
// MessageCircleMore aliases
|
|
1640
1646
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1641
|
-
//
|
|
1642
|
-
export { default as
|
|
1647
|
+
// MessageCircleDashed aliases
|
|
1648
|
+
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1649
|
+
// MessageCircleHeart aliases
|
|
1650
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1643
1651
|
// MessageCircleOff aliases
|
|
1644
1652
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1653
|
+
// MessageCirclePlus aliases
|
|
1654
|
+
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1645
1655
|
// MessageCircleWarning aliases
|
|
1646
1656
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1647
1657
|
// MessageCircleX aliases
|
|
1648
1658
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1659
|
+
// MessageCircleReply aliases
|
|
1660
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1649
1661
|
// MessageCircle aliases
|
|
1650
1662
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1651
|
-
// MessageSquareCode aliases
|
|
1652
|
-
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1653
1663
|
// MessageSquareDashed aliases
|
|
1654
1664
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1655
|
-
//
|
|
1656
|
-
export { default as
|
|
1665
|
+
// MessageSquareCode aliases
|
|
1666
|
+
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1657
1667
|
// MessageSquareDiff aliases
|
|
1658
1668
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1669
|
+
// MessageSquareDot aliases
|
|
1670
|
+
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1659
1671
|
// MessageSquareHeart aliases
|
|
1660
1672
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1661
1673
|
// MessageSquareLock aliases
|
|
1662
1674
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1663
|
-
// MessageSquareMore aliases
|
|
1664
|
-
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1665
1675
|
// MessageSquareOff aliases
|
|
1666
1676
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1677
|
+
// MessageSquareMore aliases
|
|
1678
|
+
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1667
1679
|
// MessageSquarePlus aliases
|
|
1668
1680
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1669
1681
|
// MessageSquareReply aliases
|
|
@@ -1672,18 +1684,18 @@ export { default as MessageSquareReplyIcon } from '../icons/message-square-reply
|
|
|
1672
1684
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1673
1685
|
// MessageSquareShare aliases
|
|
1674
1686
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1687
|
+
// MessageSquareWarning aliases
|
|
1688
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1675
1689
|
// MessageSquareText aliases
|
|
1676
1690
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1677
1691
|
// MessageSquareX aliases
|
|
1678
1692
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1679
|
-
// MessageSquareWarning aliases
|
|
1680
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1681
1693
|
// MessageSquare aliases
|
|
1682
1694
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1683
|
-
// MessagesSquare aliases
|
|
1684
|
-
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1685
1695
|
// MicOff aliases
|
|
1686
1696
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1697
|
+
// MessagesSquare aliases
|
|
1698
|
+
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1687
1699
|
// Mic aliases
|
|
1688
1700
|
export { default as MicIcon } from '../icons/mic';
|
|
1689
1701
|
// Microchip aliases
|
|
@@ -1700,18 +1712,18 @@ export { default as MilkOffIcon } from '../icons/milk-off';
|
|
|
1700
1712
|
export { default as MilkIcon } from '../icons/milk';
|
|
1701
1713
|
// Minimize2 aliases
|
|
1702
1714
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1703
|
-
//
|
|
1704
|
-
export { default as
|
|
1715
|
+
// Minimize aliases
|
|
1716
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1705
1717
|
// MonitorCheck aliases
|
|
1706
1718
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1719
|
+
// Minus aliases
|
|
1720
|
+
export { default as MinusIcon } from '../icons/minus';
|
|
1721
|
+
// MonitorCloud aliases
|
|
1722
|
+
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1707
1723
|
// MonitorCog aliases
|
|
1708
1724
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1709
|
-
// Minimize aliases
|
|
1710
|
-
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1711
1725
|
// MonitorDot aliases
|
|
1712
1726
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1713
|
-
// MonitorCloud aliases
|
|
1714
|
-
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1715
1727
|
// MonitorDown aliases
|
|
1716
1728
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1717
1729
|
// MonitorOff aliases
|
|
@@ -1740,50 +1752,52 @@ export { default as MoonIcon } from '../icons/moon';
|
|
|
1740
1752
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1741
1753
|
// MountainSnow aliases
|
|
1742
1754
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1743
|
-
// Mountain aliases
|
|
1744
|
-
export { default as MountainIcon } from '../icons/mountain';
|
|
1745
1755
|
// MouseOff aliases
|
|
1746
1756
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1757
|
+
// MousePointer2Off aliases
|
|
1758
|
+
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1759
|
+
// Mountain aliases
|
|
1760
|
+
export { default as MountainIcon } from '../icons/mountain';
|
|
1747
1761
|
// MousePointer2 aliases
|
|
1748
1762
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1749
|
-
// MousePointerClick aliases
|
|
1750
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1751
1763
|
// MousePointerBan aliases
|
|
1752
1764
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1753
|
-
//
|
|
1754
|
-
export { default as
|
|
1765
|
+
// MousePointerClick aliases
|
|
1766
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1755
1767
|
// MousePointer aliases
|
|
1756
1768
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1757
1769
|
// Mouse aliases
|
|
1758
1770
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1771
|
+
// MoveDiagonal2 aliases
|
|
1772
|
+
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1759
1773
|
// MoveDiagonal aliases
|
|
1760
1774
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1761
|
-
// MoveDownRight aliases
|
|
1762
|
-
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1763
1775
|
// MoveDownLeft aliases
|
|
1764
1776
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1777
|
+
// MoveDownRight aliases
|
|
1778
|
+
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1765
1779
|
// MoveDown aliases
|
|
1766
1780
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1767
1781
|
// MoveHorizontal aliases
|
|
1768
1782
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1769
1783
|
// MoveLeft aliases
|
|
1770
1784
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1771
|
-
// MoveRight aliases
|
|
1772
|
-
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1773
1785
|
// MoveUpLeft aliases
|
|
1774
1786
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1775
|
-
//
|
|
1776
|
-
export { default as
|
|
1787
|
+
// MoveRight aliases
|
|
1788
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1777
1789
|
// MoveUp aliases
|
|
1778
1790
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1791
|
+
// MoveUpRight aliases
|
|
1792
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1779
1793
|
// MoveVertical aliases
|
|
1780
1794
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1781
1795
|
// Move aliases
|
|
1782
1796
|
export { default as MoveIcon } from '../icons/move';
|
|
1783
|
-
// Music3 aliases
|
|
1784
|
-
export { default as Music3Icon } from '../icons/music-3';
|
|
1785
1797
|
// Music2 aliases
|
|
1786
1798
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1799
|
+
// Music3 aliases
|
|
1800
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1787
1801
|
// Music4 aliases
|
|
1788
1802
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1789
1803
|
// Music aliases
|
|
@@ -1806,10 +1820,10 @@ export { default as NfcIcon } from '../icons/nfc';
|
|
|
1806
1820
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1807
1821
|
// NotebookPen aliases
|
|
1808
1822
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1809
|
-
// NotebookText aliases
|
|
1810
|
-
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1811
1823
|
// NotebookTabs aliases
|
|
1812
1824
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1825
|
+
// NotebookText aliases
|
|
1826
|
+
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1813
1827
|
// Notebook aliases
|
|
1814
1828
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1815
1829
|
// NotepadTextDashed aliases
|
|
@@ -1832,12 +1846,12 @@ export { default as OptionIcon } from '../icons/option';
|
|
|
1832
1846
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1833
1847
|
// Origami aliases
|
|
1834
1848
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1835
|
-
// PackageMinus aliases
|
|
1836
|
-
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1837
1849
|
// Package2 aliases
|
|
1838
1850
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1839
1851
|
// PackageCheck aliases
|
|
1840
1852
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1853
|
+
// PackageMinus aliases
|
|
1854
|
+
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1841
1855
|
// PackageOpen aliases
|
|
1842
1856
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1843
1857
|
// PackagePlus aliases
|
|
@@ -1848,24 +1862,24 @@ export { default as PackageSearchIcon } from '../icons/package-search';
|
|
|
1848
1862
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1849
1863
|
// Package aliases
|
|
1850
1864
|
export { default as PackageIcon } from '../icons/package';
|
|
1851
|
-
// PaintRoller aliases
|
|
1852
|
-
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1853
1865
|
// PaintBucket aliases
|
|
1854
1866
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1855
1867
|
// Paintbrush aliases
|
|
1856
1868
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1869
|
+
// PaintRoller aliases
|
|
1870
|
+
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1857
1871
|
// Palette aliases
|
|
1858
1872
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1859
1873
|
// Panda aliases
|
|
1860
1874
|
export { default as PandaIcon } from '../icons/panda';
|
|
1861
|
-
// PanelBottomOpen aliases
|
|
1862
|
-
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1863
1875
|
// PanelBottomClose aliases
|
|
1864
1876
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1865
|
-
//
|
|
1866
|
-
export { default as
|
|
1877
|
+
// PanelBottomOpen aliases
|
|
1878
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1867
1879
|
// PanelLeftRightDashed aliases
|
|
1868
1880
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1881
|
+
// PanelBottom aliases
|
|
1882
|
+
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1869
1883
|
// PanelRightClose aliases
|
|
1870
1884
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1871
1885
|
// PanelRightOpen aliases
|
|
@@ -1874,16 +1888,16 @@ export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
|
1874
1888
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1875
1889
|
// PanelTopBottomDashed aliases
|
|
1876
1890
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1877
|
-
// PanelTopClose aliases
|
|
1878
|
-
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1879
|
-
// PanelTopOpen aliases
|
|
1880
|
-
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1881
1891
|
// PanelTop aliases
|
|
1882
1892
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1883
|
-
//
|
|
1884
|
-
export { default as
|
|
1893
|
+
// PanelTopClose aliases
|
|
1894
|
+
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1885
1895
|
// PanelsLeftBottom aliases
|
|
1886
1896
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1897
|
+
// PanelsRightBottom aliases
|
|
1898
|
+
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1899
|
+
// PanelTopOpen aliases
|
|
1900
|
+
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1887
1901
|
// Paperclip aliases
|
|
1888
1902
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1889
1903
|
// Parentheses aliases
|
|
@@ -1900,22 +1914,22 @@ export { default as PawPrintIcon } from '../icons/paw-print';
|
|
|
1900
1914
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1901
1915
|
// PcCase aliases
|
|
1902
1916
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1903
|
-
// PencilLine aliases
|
|
1904
|
-
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1905
1917
|
// PenTool aliases
|
|
1906
1918
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1919
|
+
// PencilLine aliases
|
|
1920
|
+
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1907
1921
|
// PencilOff aliases
|
|
1908
1922
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1909
1923
|
// PencilRuler aliases
|
|
1910
1924
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1911
1925
|
// Pencil aliases
|
|
1912
1926
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1927
|
+
// Percent aliases
|
|
1928
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
1913
1929
|
// Pentagon aliases
|
|
1914
1930
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1915
1931
|
// PersonStanding aliases
|
|
1916
1932
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1917
|
-
// Percent aliases
|
|
1918
|
-
export { default as PercentIcon } from '../icons/percent';
|
|
1919
1933
|
// PhilippinePeso aliases
|
|
1920
1934
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1921
1935
|
// PhoneCall aliases
|
|
@@ -1928,10 +1942,10 @@ export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
|
1928
1942
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1929
1943
|
// PhoneOutgoing aliases
|
|
1930
1944
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1931
|
-
// PhoneOff aliases
|
|
1932
|
-
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1933
1945
|
// Phone aliases
|
|
1934
1946
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1947
|
+
// PhoneOff aliases
|
|
1948
|
+
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1935
1949
|
// Pi aliases
|
|
1936
1950
|
export { default as PiIcon } from '../icons/pi';
|
|
1937
1951
|
// Piano aliases
|
|
@@ -1940,42 +1954,42 @@ export { default as PianoIcon } from '../icons/piano';
|
|
|
1940
1954
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1941
1955
|
// PictureInPicture2 aliases
|
|
1942
1956
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1943
|
-
// PiggyBank aliases
|
|
1944
|
-
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1945
1957
|
// PictureInPicture aliases
|
|
1946
1958
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1959
|
+
// PiggyBank aliases
|
|
1960
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1947
1961
|
// PilcrowLeft aliases
|
|
1948
1962
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1949
1963
|
// Pilcrow aliases
|
|
1950
1964
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1951
|
-
// PillBottle aliases
|
|
1952
|
-
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1953
1965
|
// PilcrowRight aliases
|
|
1954
1966
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1967
|
+
// PillBottle aliases
|
|
1968
|
+
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1955
1969
|
// Pill aliases
|
|
1956
1970
|
export { default as PillIcon } from '../icons/pill';
|
|
1957
|
-
// PinOff aliases
|
|
1958
|
-
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1959
|
-
// Pizza aliases
|
|
1960
|
-
export { default as PizzaIcon } from '../icons/pizza';
|
|
1961
1971
|
// Pin aliases
|
|
1962
1972
|
export { default as PinIcon } from '../icons/pin';
|
|
1973
|
+
// PinOff aliases
|
|
1974
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1963
1975
|
// Pipette aliases
|
|
1964
1976
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1977
|
+
// Pizza aliases
|
|
1978
|
+
export { default as PizzaIcon } from '../icons/pizza';
|
|
1965
1979
|
// PlaneLanding aliases
|
|
1966
1980
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1967
1981
|
// PlaneTakeoff aliases
|
|
1968
1982
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1969
1983
|
// Plane aliases
|
|
1970
1984
|
export { default as PlaneIcon } from '../icons/plane';
|
|
1971
|
-
//
|
|
1972
|
-
export { default as
|
|
1985
|
+
// Plus aliases
|
|
1986
|
+
export { default as PlusIcon } from '../icons/plus';
|
|
1973
1987
|
// Play aliases
|
|
1974
1988
|
export { default as PlayIcon } from '../icons/play';
|
|
1975
1989
|
// Plug aliases
|
|
1976
1990
|
export { default as PlugIcon } from '../icons/plug';
|
|
1977
|
-
//
|
|
1978
|
-
export { default as
|
|
1991
|
+
// Plug2 aliases
|
|
1992
|
+
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1979
1993
|
// PocketKnife aliases
|
|
1980
1994
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1981
1995
|
// Pocket aliases
|
|
@@ -1984,34 +1998,34 @@ export { default as PocketIcon } from '../icons/pocket';
|
|
|
1984
1998
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
1985
1999
|
// PointerOff aliases
|
|
1986
2000
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1987
|
-
// Pointer aliases
|
|
1988
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
1989
2001
|
// Popcorn aliases
|
|
1990
2002
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
1991
|
-
//
|
|
1992
|
-
export { default as
|
|
2003
|
+
// Pointer aliases
|
|
2004
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
1993
2005
|
// Popsicle aliases
|
|
1994
2006
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2007
|
+
// PoundSterling aliases
|
|
2008
|
+
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
1995
2009
|
// PowerOff aliases
|
|
1996
2010
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
1997
2011
|
// Power aliases
|
|
1998
2012
|
export { default as PowerIcon } from '../icons/power';
|
|
1999
2013
|
// Presentation aliases
|
|
2000
2014
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2001
|
-
// Printer aliases
|
|
2002
|
-
export { default as PrinterIcon } from '../icons/printer';
|
|
2003
2015
|
// PrinterCheck aliases
|
|
2004
2016
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2005
|
-
//
|
|
2006
|
-
export { default as
|
|
2007
|
-
// Projector aliases
|
|
2008
|
-
export { default as ProjectorIcon } from '../icons/projector';
|
|
2017
|
+
// Printer aliases
|
|
2018
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
2009
2019
|
// Puzzle aliases
|
|
2010
2020
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2011
|
-
//
|
|
2012
|
-
export { default as
|
|
2021
|
+
// Projector aliases
|
|
2022
|
+
export { default as ProjectorIcon } from '../icons/projector';
|
|
2013
2023
|
// Pyramid aliases
|
|
2014
2024
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2025
|
+
// Proportions aliases
|
|
2026
|
+
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2027
|
+
// QrCode aliases
|
|
2028
|
+
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2015
2029
|
// Rabbit aliases
|
|
2016
2030
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2017
2031
|
// Quote aliases
|
|
@@ -2022,10 +2036,10 @@ export { default as RadarIcon } from '../icons/radar';
|
|
|
2022
2036
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2023
2037
|
// Radical aliases
|
|
2024
2038
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2025
|
-
// RadioReceiver aliases
|
|
2026
|
-
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2027
2039
|
// RadioTower aliases
|
|
2028
2040
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2041
|
+
// RadioReceiver aliases
|
|
2042
|
+
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2029
2043
|
// Radio aliases
|
|
2030
2044
|
export { default as RadioIcon } from '../icons/radio';
|
|
2031
2045
|
// Radius aliases
|
|
@@ -2034,36 +2048,36 @@ export { default as RadiusIcon } from '../icons/radius';
|
|
|
2034
2048
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2035
2049
|
// Rainbow aliases
|
|
2036
2050
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2051
|
+
// Ratio aliases
|
|
2052
|
+
export { default as RatioIcon } from '../icons/ratio';
|
|
2037
2053
|
// Rat aliases
|
|
2038
2054
|
export { default as RatIcon } from '../icons/rat';
|
|
2039
2055
|
// ReceiptCent aliases
|
|
2040
2056
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2041
|
-
// Ratio aliases
|
|
2042
|
-
export { default as RatioIcon } from '../icons/ratio';
|
|
2043
2057
|
// ReceiptEuro aliases
|
|
2044
2058
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2045
2059
|
// ReceiptIndianRupee aliases
|
|
2046
2060
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2047
|
-
// ReceiptPoundSterling aliases
|
|
2048
|
-
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2049
2061
|
// ReceiptJapaneseYen aliases
|
|
2050
2062
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2051
|
-
//
|
|
2052
|
-
export { default as
|
|
2063
|
+
// ReceiptPoundSterling aliases
|
|
2064
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2053
2065
|
// ReceiptRussianRuble aliases
|
|
2054
2066
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2067
|
+
// ReceiptSwissFranc aliases
|
|
2068
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2055
2069
|
// ReceiptText aliases
|
|
2056
2070
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2057
2071
|
// ReceiptTurkishLira aliases
|
|
2058
2072
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2059
|
-
// Receipt aliases
|
|
2060
|
-
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2061
|
-
// RectangleHorizontal aliases
|
|
2062
|
-
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2063
2073
|
// RectangleCircle aliases
|
|
2064
2074
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2065
2075
|
// RectangleGoggles aliases
|
|
2066
2076
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2077
|
+
// Receipt aliases
|
|
2078
|
+
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2079
|
+
// RectangleHorizontal aliases
|
|
2080
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2067
2081
|
// RectangleVertical aliases
|
|
2068
2082
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2069
2083
|
// Recycle aliases
|
|
@@ -2072,10 +2086,10 @@ export { default as RecycleIcon } from '../icons/recycle';
|
|
|
2072
2086
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2073
2087
|
// RedoDot aliases
|
|
2074
2088
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2075
|
-
// Redo aliases
|
|
2076
|
-
export { default as RedoIcon } from '../icons/redo';
|
|
2077
2089
|
// RefreshCcwDot aliases
|
|
2078
2090
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2091
|
+
// Redo aliases
|
|
2092
|
+
export { default as RedoIcon } from '../icons/redo';
|
|
2079
2093
|
// RefreshCcw aliases
|
|
2080
2094
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2081
2095
|
// RefreshCwOff aliases
|
|
@@ -2084,36 +2098,36 @@ export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
|
2084
2098
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2085
2099
|
// Refrigerator aliases
|
|
2086
2100
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2101
|
+
// Regex aliases
|
|
2102
|
+
export { default as RegexIcon } from '../icons/regex';
|
|
2087
2103
|
// RemoveFormatting aliases
|
|
2088
2104
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2089
2105
|
// Repeat1 aliases
|
|
2090
2106
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2091
|
-
// Regex aliases
|
|
2092
|
-
export { default as RegexIcon } from '../icons/regex';
|
|
2093
2107
|
// Repeat2 aliases
|
|
2094
2108
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2095
|
-
// Repeat aliases
|
|
2096
|
-
export { default as RepeatIcon } from '../icons/repeat';
|
|
2097
2109
|
// ReplaceAll aliases
|
|
2098
2110
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2111
|
+
// Repeat aliases
|
|
2112
|
+
export { default as RepeatIcon } from '../icons/repeat';
|
|
2099
2113
|
// Replace aliases
|
|
2100
2114
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2101
|
-
// Rewind aliases
|
|
2102
|
-
export { default as RewindIcon } from '../icons/rewind';
|
|
2103
2115
|
// ReplyAll aliases
|
|
2104
2116
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2105
2117
|
// Reply aliases
|
|
2106
2118
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2107
|
-
//
|
|
2108
|
-
export { default as
|
|
2119
|
+
// Rewind aliases
|
|
2120
|
+
export { default as RewindIcon } from '../icons/rewind';
|
|
2109
2121
|
// Rocket aliases
|
|
2110
2122
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2123
|
+
// Ribbon aliases
|
|
2124
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2111
2125
|
// RockingChair aliases
|
|
2112
2126
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2113
|
-
// Rose aliases
|
|
2114
|
-
export { default as RoseIcon } from '../icons/rose';
|
|
2115
2127
|
// RollerCoaster aliases
|
|
2116
2128
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2129
|
+
// Rose aliases
|
|
2130
|
+
export { default as RoseIcon } from '../icons/rose';
|
|
2117
2131
|
// RotateCcwKey aliases
|
|
2118
2132
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2119
2133
|
// RotateCcwSquare aliases
|
|
@@ -2126,58 +2140,58 @@ export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
|
2126
2140
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2127
2141
|
// RouteOff aliases
|
|
2128
2142
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2129
|
-
// Router aliases
|
|
2130
|
-
export { default as RouterIcon } from '../icons/router';
|
|
2131
2143
|
// Route aliases
|
|
2132
2144
|
export { default as RouteIcon } from '../icons/route';
|
|
2145
|
+
// Router aliases
|
|
2146
|
+
export { default as RouterIcon } from '../icons/router';
|
|
2133
2147
|
// Rows4 aliases
|
|
2134
2148
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2135
2149
|
// Rss aliases
|
|
2136
2150
|
export { default as RssIcon } from '../icons/rss';
|
|
2137
2151
|
// RulerDimensionLine aliases
|
|
2138
2152
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2139
|
-
// RussianRuble aliases
|
|
2140
|
-
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2141
2153
|
// Ruler aliases
|
|
2142
2154
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2143
|
-
//
|
|
2144
|
-
export { default as
|
|
2155
|
+
// RussianRuble aliases
|
|
2156
|
+
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2145
2157
|
// Salad aliases
|
|
2146
2158
|
export { default as SaladIcon } from '../icons/salad';
|
|
2147
|
-
//
|
|
2148
|
-
export { default as
|
|
2159
|
+
// Sailboat aliases
|
|
2160
|
+
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2149
2161
|
// SatelliteDish aliases
|
|
2150
2162
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2163
|
+
// Sandwich aliases
|
|
2164
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2151
2165
|
// Satellite aliases
|
|
2152
2166
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2153
|
-
// SaveAll aliases
|
|
2154
|
-
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2155
2167
|
// SaudiRiyal aliases
|
|
2156
2168
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2169
|
+
// SaveAll aliases
|
|
2170
|
+
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2157
2171
|
// SaveOff aliases
|
|
2158
2172
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2159
2173
|
// Save aliases
|
|
2160
2174
|
export { default as SaveIcon } from '../icons/save';
|
|
2161
|
-
// Scale aliases
|
|
2162
|
-
export { default as ScaleIcon } from '../icons/scale';
|
|
2163
2175
|
// Scaling aliases
|
|
2164
2176
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2165
|
-
//
|
|
2166
|
-
export { default as
|
|
2177
|
+
// Scale aliases
|
|
2178
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2167
2179
|
// ScanBarcode aliases
|
|
2168
2180
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2181
|
+
// ScanEye aliases
|
|
2182
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2169
2183
|
// ScanFace aliases
|
|
2170
2184
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2171
|
-
// ScanLine aliases
|
|
2172
|
-
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2173
2185
|
// ScanHeart aliases
|
|
2174
2186
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2187
|
+
// ScanLine aliases
|
|
2188
|
+
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2175
2189
|
// ScanQrCode aliases
|
|
2176
2190
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2177
|
-
// ScanSearch aliases
|
|
2178
|
-
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2179
2191
|
// ScanText aliases
|
|
2180
2192
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2193
|
+
// ScanSearch aliases
|
|
2194
|
+
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2181
2195
|
// Scan aliases
|
|
2182
2196
|
export { default as ScanIcon } from '../icons/scan';
|
|
2183
2197
|
// School aliases
|
|
@@ -2198,94 +2212,94 @@ export { default as ScrollIcon } from '../icons/scroll';
|
|
|
2198
2212
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2199
2213
|
// SearchCode aliases
|
|
2200
2214
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2201
|
-
// SearchSlash aliases
|
|
2202
|
-
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2203
2215
|
// SearchX aliases
|
|
2204
2216
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2205
|
-
//
|
|
2206
|
-
export { default as
|
|
2217
|
+
// SearchSlash aliases
|
|
2218
|
+
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2207
2219
|
// Section aliases
|
|
2208
2220
|
export { default as SectionIcon } from '../icons/section';
|
|
2209
|
-
//
|
|
2210
|
-
export { default as
|
|
2221
|
+
// Search aliases
|
|
2222
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2211
2223
|
// Send aliases
|
|
2212
2224
|
export { default as SendIcon } from '../icons/send';
|
|
2213
|
-
//
|
|
2214
|
-
export { default as
|
|
2225
|
+
// SendToBack aliases
|
|
2226
|
+
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2215
2227
|
// SeparatorHorizontal aliases
|
|
2216
2228
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2217
|
-
//
|
|
2218
|
-
export { default as
|
|
2229
|
+
// SeparatorVertical aliases
|
|
2230
|
+
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2219
2231
|
// ServerCrash aliases
|
|
2220
2232
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2233
|
+
// ServerCog aliases
|
|
2234
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2221
2235
|
// ServerOff aliases
|
|
2222
2236
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2223
2237
|
// Server aliases
|
|
2224
2238
|
export { default as ServerIcon } from '../icons/server';
|
|
2225
|
-
// Settings aliases
|
|
2226
|
-
export { default as SettingsIcon } from '../icons/settings';
|
|
2227
|
-
// Shapes aliases
|
|
2228
|
-
export { default as ShapesIcon } from '../icons/shapes';
|
|
2229
2239
|
// Settings2 aliases
|
|
2230
2240
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2231
|
-
//
|
|
2232
|
-
export { default as
|
|
2241
|
+
// Shapes aliases
|
|
2242
|
+
export { default as ShapesIcon } from '../icons/shapes';
|
|
2243
|
+
// Settings aliases
|
|
2244
|
+
export { default as SettingsIcon } from '../icons/settings';
|
|
2233
2245
|
// Share aliases
|
|
2234
2246
|
export { default as ShareIcon } from '../icons/share';
|
|
2247
|
+
// Share2 aliases
|
|
2248
|
+
export { default as Share2Icon } from '../icons/share-2';
|
|
2235
2249
|
// Sheet aliases
|
|
2236
2250
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2237
2251
|
// Shell aliases
|
|
2238
2252
|
export { default as ShellIcon } from '../icons/shell';
|
|
2239
2253
|
// ShieldAlert aliases
|
|
2240
2254
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2255
|
+
// ShieldBan aliases
|
|
2256
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2241
2257
|
// ShieldCheck aliases
|
|
2242
2258
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2243
2259
|
// ShieldEllipsis aliases
|
|
2244
2260
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2245
|
-
// ShieldBan aliases
|
|
2246
|
-
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2247
2261
|
// ShieldHalf aliases
|
|
2248
2262
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2249
|
-
// ShieldMinus aliases
|
|
2250
|
-
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2251
2263
|
// ShieldOff aliases
|
|
2252
2264
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2253
|
-
// ShieldUser aliases
|
|
2254
|
-
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2255
2265
|
// ShieldPlus aliases
|
|
2256
2266
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2267
|
+
// ShieldMinus aliases
|
|
2268
|
+
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2269
|
+
// ShieldUser aliases
|
|
2270
|
+
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2257
2271
|
// Shield aliases
|
|
2258
2272
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2259
2273
|
// ShipWheel aliases
|
|
2260
2274
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2261
2275
|
// Ship aliases
|
|
2262
2276
|
export { default as ShipIcon } from '../icons/ship';
|
|
2277
|
+
// ShoppingBag aliases
|
|
2278
|
+
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2263
2279
|
// Shirt aliases
|
|
2264
2280
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2265
2281
|
// ShoppingBasket aliases
|
|
2266
2282
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2267
|
-
// ShoppingBag aliases
|
|
2268
|
-
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2269
2283
|
// ShoppingCart aliases
|
|
2270
2284
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2271
|
-
// ShowerHead aliases
|
|
2272
|
-
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2273
|
-
// Shredder aliases
|
|
2274
|
-
export { default as ShredderIcon } from '../icons/shredder';
|
|
2275
2285
|
// Shovel aliases
|
|
2276
2286
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2287
|
+
// Shredder aliases
|
|
2288
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2289
|
+
// ShowerHead aliases
|
|
2290
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2277
2291
|
// Shrimp aliases
|
|
2278
2292
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2279
|
-
// Shrink aliases
|
|
2280
|
-
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2281
2293
|
// Shrub aliases
|
|
2282
2294
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2283
|
-
//
|
|
2284
|
-
export { default as
|
|
2295
|
+
// Shrink aliases
|
|
2296
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2285
2297
|
// Shuffle aliases
|
|
2286
2298
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2287
2299
|
// SignalHigh aliases
|
|
2288
2300
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2301
|
+
// Sigma aliases
|
|
2302
|
+
export { default as SigmaIcon } from '../icons/sigma';
|
|
2289
2303
|
// SignalLow aliases
|
|
2290
2304
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2291
2305
|
// SignalMedium aliases
|
|
@@ -2296,52 +2310,52 @@ export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
|
2296
2310
|
export { default as SignalIcon } from '../icons/signal';
|
|
2297
2311
|
// Signature aliases
|
|
2298
2312
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2313
|
+
// Signpost aliases
|
|
2314
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2299
2315
|
// SignpostBig aliases
|
|
2300
2316
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2301
2317
|
// Siren aliases
|
|
2302
2318
|
export { default as SirenIcon } from '../icons/siren';
|
|
2303
|
-
// Signpost aliases
|
|
2304
|
-
export { default as SignpostIcon } from '../icons/signpost';
|
|
2305
|
-
// SkipForward aliases
|
|
2306
|
-
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2307
2319
|
// SkipBack aliases
|
|
2308
2320
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2309
|
-
//
|
|
2310
|
-
export { default as
|
|
2321
|
+
// SkipForward aliases
|
|
2322
|
+
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2311
2323
|
// Slack aliases
|
|
2312
2324
|
export { default as SlackIcon } from '../icons/slack';
|
|
2325
|
+
// Skull aliases
|
|
2326
|
+
export { default as SkullIcon } from '../icons/skull';
|
|
2313
2327
|
// Slash aliases
|
|
2314
2328
|
export { default as SlashIcon } from '../icons/slash';
|
|
2315
|
-
// SmartphoneCharging aliases
|
|
2316
|
-
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2317
2329
|
// Slice aliases
|
|
2318
2330
|
export { default as SliceIcon } from '../icons/slice';
|
|
2319
2331
|
// SlidersHorizontal aliases
|
|
2320
2332
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2333
|
+
// SmartphoneCharging aliases
|
|
2334
|
+
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2321
2335
|
// SmartphoneNfc aliases
|
|
2322
2336
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2323
2337
|
// Smartphone aliases
|
|
2324
2338
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2325
2339
|
// SmilePlus aliases
|
|
2326
2340
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2341
|
+
// Snail aliases
|
|
2342
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2327
2343
|
// Smile aliases
|
|
2328
2344
|
export { default as SmileIcon } from '../icons/smile';
|
|
2329
2345
|
// Snowflake aliases
|
|
2330
2346
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2331
2347
|
// SoapDispenserDroplet aliases
|
|
2332
2348
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2333
|
-
// Snail aliases
|
|
2334
|
-
export { default as SnailIcon } from '../icons/snail';
|
|
2335
2349
|
// Sofa aliases
|
|
2336
2350
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2337
|
-
// SolarPanel aliases
|
|
2338
|
-
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2339
2351
|
// Soup aliases
|
|
2340
2352
|
export { default as SoupIcon } from '../icons/soup';
|
|
2341
|
-
//
|
|
2342
|
-
export { default as
|
|
2353
|
+
// SolarPanel aliases
|
|
2354
|
+
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2343
2355
|
// Space aliases
|
|
2344
2356
|
export { default as SpaceIcon } from '../icons/space';
|
|
2357
|
+
// Spade aliases
|
|
2358
|
+
export { default as SpadeIcon } from '../icons/spade';
|
|
2345
2359
|
// Sparkle aliases
|
|
2346
2360
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2347
2361
|
// Speaker aliases
|
|
@@ -2356,28 +2370,28 @@ export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
|
2356
2370
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2357
2371
|
// Spline aliases
|
|
2358
2372
|
export { default as SplineIcon } from '../icons/spline';
|
|
2359
|
-
// Spool aliases
|
|
2360
|
-
export { default as SpoolIcon } from '../icons/spool';
|
|
2361
2373
|
// Split aliases
|
|
2362
2374
|
export { default as SplitIcon } from '../icons/split';
|
|
2363
|
-
//
|
|
2364
|
-
export { default as
|
|
2375
|
+
// Spool aliases
|
|
2376
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2365
2377
|
// Spotlight aliases
|
|
2366
2378
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2379
|
+
// SprayCan aliases
|
|
2380
|
+
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2367
2381
|
// Sprout aliases
|
|
2368
2382
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2369
|
-
// SquareDashedBottom aliases
|
|
2370
|
-
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2371
|
-
// SquarePause aliases
|
|
2372
|
-
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2373
2383
|
// SquareDashedBottomCode aliases
|
|
2374
2384
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2385
|
+
// SquareDashedBottom aliases
|
|
2386
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2375
2387
|
// SquareDashedTopSolid aliases
|
|
2376
2388
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2377
|
-
//
|
|
2378
|
-
export { default as
|
|
2389
|
+
// SquarePause aliases
|
|
2390
|
+
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2379
2391
|
// SquareRoundCorner aliases
|
|
2380
2392
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2393
|
+
// SquareRadical aliases
|
|
2394
|
+
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2381
2395
|
// SquareSquare aliases
|
|
2382
2396
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2383
2397
|
// SquareStack aliases
|
|
@@ -2386,24 +2400,24 @@ export { default as SquareStackIcon } from '../icons/square-stack';
|
|
|
2386
2400
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2387
2401
|
// SquareStop aliases
|
|
2388
2402
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2389
|
-
// Square aliases
|
|
2390
|
-
export { default as SquareIcon } from '../icons/square';
|
|
2391
2403
|
// SquaresExclude aliases
|
|
2392
2404
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2405
|
+
// Square aliases
|
|
2406
|
+
export { default as SquareIcon } from '../icons/square';
|
|
2393
2407
|
// SquaresIntersect aliases
|
|
2394
2408
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2395
|
-
// SquaresUnite aliases
|
|
2396
|
-
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2397
2409
|
// SquaresSubtract aliases
|
|
2398
2410
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2399
|
-
//
|
|
2400
|
-
export { default as
|
|
2411
|
+
// SquaresUnite aliases
|
|
2412
|
+
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2401
2413
|
// SquircleDashed aliases
|
|
2402
2414
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2403
|
-
//
|
|
2404
|
-
export { default as
|
|
2415
|
+
// Squircle aliases
|
|
2416
|
+
export { default as SquircleIcon } from '../icons/squircle';
|
|
2405
2417
|
// Stamp aliases
|
|
2406
2418
|
export { default as StampIcon } from '../icons/stamp';
|
|
2419
|
+
// Squirrel aliases
|
|
2420
|
+
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2407
2421
|
// StarHalf aliases
|
|
2408
2422
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2409
2423
|
// StarOff aliases
|
|
@@ -2412,30 +2426,30 @@ export { default as StarOffIcon } from '../icons/star-off';
|
|
|
2412
2426
|
export { default as StarIcon } from '../icons/star';
|
|
2413
2427
|
// StepBack aliases
|
|
2414
2428
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2415
|
-
// Stethoscope aliases
|
|
2416
|
-
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2417
2429
|
// StepForward aliases
|
|
2418
2430
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2419
|
-
//
|
|
2420
|
-
export { default as
|
|
2421
|
-
// StretchHorizontal aliases
|
|
2422
|
-
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2431
|
+
// Stethoscope aliases
|
|
2432
|
+
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2423
2433
|
// Sticker aliases
|
|
2424
2434
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2435
|
+
// StickyNote aliases
|
|
2436
|
+
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2425
2437
|
// Store aliases
|
|
2426
2438
|
export { default as StoreIcon } from '../icons/store';
|
|
2427
2439
|
// StretchVertical aliases
|
|
2428
2440
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2441
|
+
// StretchHorizontal aliases
|
|
2442
|
+
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2429
2443
|
// Strikethrough aliases
|
|
2430
2444
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2431
|
-
// Subscript aliases
|
|
2432
|
-
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2433
2445
|
// SunDim aliases
|
|
2434
2446
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2435
|
-
//
|
|
2436
|
-
export { default as
|
|
2447
|
+
// Subscript aliases
|
|
2448
|
+
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2437
2449
|
// SunMedium aliases
|
|
2438
2450
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2451
|
+
// SunMoon aliases
|
|
2452
|
+
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2439
2453
|
// SunSnow aliases
|
|
2440
2454
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2441
2455
|
// Sun aliases
|
|
@@ -2444,20 +2458,20 @@ export { default as SunIcon } from '../icons/sun';
|
|
|
2444
2458
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2445
2459
|
// Sunset aliases
|
|
2446
2460
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2461
|
+
// SwatchBook aliases
|
|
2462
|
+
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2447
2463
|
// Superscript aliases
|
|
2448
2464
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2449
2465
|
// SwissFranc aliases
|
|
2450
2466
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2451
|
-
// SwatchBook aliases
|
|
2452
|
-
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2453
|
-
// SwitchCamera aliases
|
|
2454
|
-
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2455
2467
|
// Sword aliases
|
|
2456
2468
|
export { default as SwordIcon } from '../icons/sword';
|
|
2457
|
-
// Syringe aliases
|
|
2458
|
-
export { default as SyringeIcon } from '../icons/syringe';
|
|
2459
2469
|
// Swords aliases
|
|
2460
2470
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2471
|
+
// SwitchCamera aliases
|
|
2472
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2473
|
+
// Syringe aliases
|
|
2474
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2461
2475
|
// Table2 aliases
|
|
2462
2476
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2463
2477
|
// TableCellsMerge aliases
|
|
@@ -2474,12 +2488,12 @@ export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
|
2474
2488
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2475
2489
|
// Table aliases
|
|
2476
2490
|
export { default as TableIcon } from '../icons/table';
|
|
2491
|
+
// Tablets aliases
|
|
2492
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2477
2493
|
// TabletSmartphone aliases
|
|
2478
2494
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2479
2495
|
// Tablet aliases
|
|
2480
2496
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2481
|
-
// Tablets aliases
|
|
2482
|
-
export { default as TabletsIcon } from '../icons/tablets';
|
|
2483
2497
|
// Tag aliases
|
|
2484
2498
|
export { default as TagIcon } from '../icons/tag';
|
|
2485
2499
|
// Tags aliases
|
|
@@ -2500,44 +2514,44 @@ export { default as TangentIcon } from '../icons/tangent';
|
|
|
2500
2514
|
export { default as TargetIcon } from '../icons/target';
|
|
2501
2515
|
// Telescope aliases
|
|
2502
2516
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2503
|
-
// TentTree aliases
|
|
2504
|
-
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2505
2517
|
// Tent aliases
|
|
2506
2518
|
export { default as TentIcon } from '../icons/tent';
|
|
2507
|
-
//
|
|
2508
|
-
export { default as
|
|
2519
|
+
// TentTree aliases
|
|
2520
|
+
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2509
2521
|
// Terminal aliases
|
|
2510
2522
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2523
|
+
// TestTube aliases
|
|
2524
|
+
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2511
2525
|
// TestTubes aliases
|
|
2512
2526
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2513
2527
|
// TextCursorInput aliases
|
|
2514
2528
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2515
|
-
// TextQuote aliases
|
|
2516
|
-
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2517
2529
|
// TextCursor aliases
|
|
2518
2530
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2519
2531
|
// TextSearch aliases
|
|
2520
2532
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2521
|
-
//
|
|
2522
|
-
export { default as
|
|
2533
|
+
// TextQuote aliases
|
|
2534
|
+
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2523
2535
|
// ThermometerSnowflake aliases
|
|
2524
2536
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2525
|
-
//
|
|
2526
|
-
export { default as
|
|
2537
|
+
// Theater aliases
|
|
2538
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2527
2539
|
// ThermometerSun aliases
|
|
2528
2540
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2529
|
-
//
|
|
2530
|
-
export { default as
|
|
2541
|
+
// Thermometer aliases
|
|
2542
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2531
2543
|
// ThumbsUp aliases
|
|
2532
2544
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2533
|
-
//
|
|
2534
|
-
export { default as
|
|
2545
|
+
// ThumbsDown aliases
|
|
2546
|
+
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2535
2547
|
// TicketCheck aliases
|
|
2536
2548
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2537
|
-
//
|
|
2538
|
-
export { default as
|
|
2549
|
+
// TicketMinus aliases
|
|
2550
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2539
2551
|
// TicketPlus aliases
|
|
2540
2552
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2553
|
+
// TicketPercent aliases
|
|
2554
|
+
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2541
2555
|
// TicketSlash aliases
|
|
2542
2556
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2543
2557
|
// TicketX aliases
|
|
@@ -2556,14 +2570,14 @@ export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
|
2556
2570
|
export { default as TimerIcon } from '../icons/timer';
|
|
2557
2571
|
// ToggleLeft aliases
|
|
2558
2572
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2559
|
-
// Toilet aliases
|
|
2560
|
-
export { default as ToiletIcon } from '../icons/toilet';
|
|
2561
2573
|
// ToggleRight aliases
|
|
2562
2574
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2563
|
-
//
|
|
2564
|
-
export { default as
|
|
2575
|
+
// Toilet aliases
|
|
2576
|
+
export { default as ToiletIcon } from '../icons/toilet';
|
|
2565
2577
|
// Tornado aliases
|
|
2566
2578
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2579
|
+
// ToolCase aliases
|
|
2580
|
+
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2567
2581
|
// Torus aliases
|
|
2568
2582
|
export { default as TorusIcon } from '../icons/torus';
|
|
2569
2583
|
// Touchpad aliases
|
|
@@ -2574,12 +2588,12 @@ export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
|
2574
2588
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2575
2589
|
// ToyBrick aliases
|
|
2576
2590
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2591
|
+
// TrafficCone aliases
|
|
2592
|
+
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2577
2593
|
// Tractor aliases
|
|
2578
2594
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2579
2595
|
// TrainFrontTunnel aliases
|
|
2580
2596
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2581
|
-
// TrafficCone aliases
|
|
2582
|
-
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2583
2597
|
// TrainFront aliases
|
|
2584
2598
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2585
2599
|
// TrainTrack aliases
|
|
@@ -2590,36 +2604,36 @@ export { default as TransgenderIcon } from '../icons/transgender';
|
|
|
2590
2604
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2591
2605
|
// TreeDeciduous aliases
|
|
2592
2606
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2593
|
-
// Trash aliases
|
|
2594
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
2595
2607
|
// TreePine aliases
|
|
2596
2608
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2609
|
+
// Trash aliases
|
|
2610
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2597
2611
|
// Trees aliases
|
|
2598
2612
|
export { default as TreesIcon } from '../icons/trees';
|
|
2599
2613
|
// Trello aliases
|
|
2600
2614
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2601
2615
|
// TrendingDown aliases
|
|
2602
2616
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2603
|
-
// TrendingUpDown aliases
|
|
2604
|
-
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2605
|
-
// TriangleDashed aliases
|
|
2606
|
-
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2607
2617
|
// TrendingUp aliases
|
|
2608
2618
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2619
|
+
// TrendingUpDown aliases
|
|
2620
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2609
2621
|
// TriangleRight aliases
|
|
2610
2622
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2623
|
+
// TriangleDashed aliases
|
|
2624
|
+
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2625
|
+
// Trophy aliases
|
|
2626
|
+
export { default as TrophyIcon } from '../icons/trophy';
|
|
2611
2627
|
// Triangle aliases
|
|
2612
2628
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2613
2629
|
// TruckElectric aliases
|
|
2614
2630
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2615
|
-
// Trophy aliases
|
|
2616
|
-
export { default as TrophyIcon } from '../icons/trophy';
|
|
2617
|
-
// Truck aliases
|
|
2618
|
-
export { default as TruckIcon } from '../icons/truck';
|
|
2619
2631
|
// TurkishLira aliases
|
|
2620
2632
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2621
2633
|
// Turntable aliases
|
|
2622
2634
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2635
|
+
// Truck aliases
|
|
2636
|
+
export { default as TruckIcon } from '../icons/truck';
|
|
2623
2637
|
// Turtle aliases
|
|
2624
2638
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2625
2639
|
// TvMinimalPlay aliases
|
|
@@ -2636,84 +2650,84 @@ export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
|
2636
2650
|
export { default as TypeIcon } from '../icons/type';
|
|
2637
2651
|
// UmbrellaOff aliases
|
|
2638
2652
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2639
|
-
// Umbrella aliases
|
|
2640
|
-
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2641
2653
|
// Underline aliases
|
|
2642
2654
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2643
|
-
//
|
|
2644
|
-
export { default as
|
|
2655
|
+
// Umbrella aliases
|
|
2656
|
+
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2645
2657
|
// UndoDot aliases
|
|
2646
2658
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2659
|
+
// Undo2 aliases
|
|
2660
|
+
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2647
2661
|
// Undo aliases
|
|
2648
2662
|
export { default as UndoIcon } from '../icons/undo';
|
|
2649
2663
|
// UnfoldHorizontal aliases
|
|
2650
2664
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2651
2665
|
// UnfoldVertical aliases
|
|
2652
2666
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2653
|
-
// Ungroup aliases
|
|
2654
|
-
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2655
2667
|
// Unlink2 aliases
|
|
2656
2668
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2669
|
+
// Ungroup aliases
|
|
2670
|
+
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2657
2671
|
// Unlink aliases
|
|
2658
2672
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2659
2673
|
// Unplug aliases
|
|
2660
2674
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2661
|
-
// Upload aliases
|
|
2662
|
-
export { default as UploadIcon } from '../icons/upload';
|
|
2663
2675
|
// Usb aliases
|
|
2664
2676
|
export { default as UsbIcon } from '../icons/usb';
|
|
2677
|
+
// Upload aliases
|
|
2678
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2665
2679
|
// UserCheck aliases
|
|
2666
2680
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2667
2681
|
// UserCog aliases
|
|
2668
2682
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2669
|
-
//
|
|
2670
|
-
export { default as
|
|
2683
|
+
// UserMinus aliases
|
|
2684
|
+
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2671
2685
|
// UserPen aliases
|
|
2672
2686
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2687
|
+
// UserLock aliases
|
|
2688
|
+
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2673
2689
|
// UserPlus aliases
|
|
2674
2690
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2675
|
-
// UserMinus aliases
|
|
2676
|
-
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2677
2691
|
// UserRoundPen aliases
|
|
2678
2692
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2679
2693
|
// UserRoundSearch aliases
|
|
2680
2694
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2695
|
+
// UserStar aliases
|
|
2696
|
+
export { default as UserStarIcon } from '../icons/user-star';
|
|
2681
2697
|
// UserSearch aliases
|
|
2682
2698
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2683
2699
|
// UserX aliases
|
|
2684
2700
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2685
|
-
// UserStar aliases
|
|
2686
|
-
export { default as UserStarIcon } from '../icons/user-star';
|
|
2687
2701
|
// User aliases
|
|
2688
2702
|
export { default as UserIcon } from '../icons/user';
|
|
2689
2703
|
// Users aliases
|
|
2690
2704
|
export { default as UsersIcon } from '../icons/users';
|
|
2691
2705
|
// UtilityPole aliases
|
|
2692
2706
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2693
|
-
// VectorSquare aliases
|
|
2694
|
-
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2695
|
-
// Variable aliases
|
|
2696
|
-
export { default as VariableIcon } from '../icons/variable';
|
|
2697
2707
|
// Vault aliases
|
|
2698
2708
|
export { default as VaultIcon } from '../icons/vault';
|
|
2709
|
+
// Variable aliases
|
|
2710
|
+
export { default as VariableIcon } from '../icons/variable';
|
|
2711
|
+
// VectorSquare aliases
|
|
2712
|
+
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2699
2713
|
// Vegan aliases
|
|
2700
2714
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2701
2715
|
// VenetianMask aliases
|
|
2702
2716
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2703
|
-
// VenusAndMars aliases
|
|
2704
|
-
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2705
2717
|
// Venus aliases
|
|
2706
2718
|
export { default as VenusIcon } from '../icons/venus';
|
|
2719
|
+
// VenusAndMars aliases
|
|
2720
|
+
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2707
2721
|
// VibrateOff aliases
|
|
2708
2722
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2709
2723
|
// Vibrate aliases
|
|
2710
2724
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2725
|
+
// VideoOff aliases
|
|
2726
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2711
2727
|
// Video aliases
|
|
2712
2728
|
export { default as VideoIcon } from '../icons/video';
|
|
2713
2729
|
// Videotape aliases
|
|
2714
2730
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2715
|
-
// VideoOff aliases
|
|
2716
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2717
2731
|
// View aliases
|
|
2718
2732
|
export { default as ViewIcon } from '../icons/view';
|
|
2719
2733
|
// Voicemail aliases
|
|
@@ -2722,20 +2736,20 @@ export { default as VoicemailIcon } from '../icons/voicemail';
|
|
|
2722
2736
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2723
2737
|
// Volume1 aliases
|
|
2724
2738
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2725
|
-
// Volume2 aliases
|
|
2726
|
-
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2727
2739
|
// VolumeOff aliases
|
|
2728
2740
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2729
|
-
// Volume aliases
|
|
2730
|
-
export { default as VolumeIcon } from '../icons/volume';
|
|
2731
2741
|
// VolumeX aliases
|
|
2732
2742
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2743
|
+
// Volume2 aliases
|
|
2744
|
+
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2745
|
+
// Volume aliases
|
|
2746
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2747
|
+
// WalletCards aliases
|
|
2748
|
+
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2733
2749
|
// Vote aliases
|
|
2734
2750
|
export { default as VoteIcon } from '../icons/vote';
|
|
2735
2751
|
// Wallet aliases
|
|
2736
2752
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2737
|
-
// WalletCards aliases
|
|
2738
|
-
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2739
2753
|
// Wallpaper aliases
|
|
2740
2754
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2741
2755
|
// Wand aliases
|
|
@@ -2746,46 +2760,46 @@ export { default as WarehouseIcon } from '../icons/warehouse';
|
|
|
2746
2760
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2747
2761
|
// Watch aliases
|
|
2748
2762
|
export { default as WatchIcon } from '../icons/watch';
|
|
2749
|
-
// WavesLadder aliases
|
|
2750
|
-
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2751
2763
|
// Waves aliases
|
|
2752
2764
|
export { default as WavesIcon } from '../icons/waves';
|
|
2765
|
+
// WavesLadder aliases
|
|
2766
|
+
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2753
2767
|
// Waypoints aliases
|
|
2754
2768
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2755
|
-
// Webcam aliases
|
|
2756
|
-
export { default as WebcamIcon } from '../icons/webcam';
|
|
2757
|
-
// Weight aliases
|
|
2758
|
-
export { default as WeightIcon } from '../icons/weight';
|
|
2759
2769
|
// WebhookOff aliases
|
|
2760
2770
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2761
2771
|
// Webhook aliases
|
|
2762
2772
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2773
|
+
// Webcam aliases
|
|
2774
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
2775
|
+
// Weight aliases
|
|
2776
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2763
2777
|
// WheatOff aliases
|
|
2764
2778
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2765
2779
|
// Wheat aliases
|
|
2766
2780
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2767
2781
|
// WholeWord aliases
|
|
2768
2782
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2769
|
-
// WifiCog aliases
|
|
2770
|
-
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2771
2783
|
// WifiHigh aliases
|
|
2772
2784
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2785
|
+
// WifiCog aliases
|
|
2786
|
+
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2773
2787
|
// WifiLow aliases
|
|
2774
2788
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2775
2789
|
// WifiOff aliases
|
|
2776
2790
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2777
2791
|
// WifiPen aliases
|
|
2778
2792
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2779
|
-
// WifiZero aliases
|
|
2780
|
-
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2781
2793
|
// WifiSync aliases
|
|
2782
2794
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2783
|
-
//
|
|
2784
|
-
export { default as
|
|
2785
|
-
// WindArrowDown aliases
|
|
2786
|
-
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2795
|
+
// WifiZero aliases
|
|
2796
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2787
2797
|
// Wind aliases
|
|
2788
2798
|
export { default as WindIcon } from '../icons/wind';
|
|
2799
|
+
// WindArrowDown aliases
|
|
2800
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2801
|
+
// Wifi aliases
|
|
2802
|
+
export { default as WifiIcon } from '../icons/wifi';
|
|
2789
2803
|
// Wine aliases
|
|
2790
2804
|
export { default as WineIcon } from '../icons/wine';
|
|
2791
2805
|
// WineOff aliases
|
|
@@ -2798,14 +2812,14 @@ export { default as WrenchIcon } from '../icons/wrench';
|
|
|
2798
2812
|
export { default as WormIcon } from '../icons/worm';
|
|
2799
2813
|
// X aliases
|
|
2800
2814
|
export { default as XIcon } from '../icons/x';
|
|
2801
|
-
// Youtube aliases
|
|
2802
|
-
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2803
2815
|
// ZapOff aliases
|
|
2804
2816
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2805
|
-
//
|
|
2806
|
-
export { default as
|
|
2817
|
+
// Youtube aliases
|
|
2818
|
+
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2807
2819
|
// ZoomIn aliases
|
|
2808
2820
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2821
|
+
// Zap aliases
|
|
2822
|
+
export { default as ZapIcon } from '../icons/zap';
|
|
2809
2823
|
// ZoomOut aliases
|
|
2810
2824
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2811
2825
|
// ArrowDown01 aliases
|
|
@@ -2840,18 +2854,18 @@ export {
|
|
|
2840
2854
|
/** @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 */
|
|
2841
2855
|
default as ArrowDownAzIcon
|
|
2842
2856
|
} from '../icons/arrow-down-a-z';
|
|
2843
|
-
// ArrowDownWideNarrow aliases
|
|
2844
|
-
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2845
|
-
export {
|
|
2846
|
-
/** @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 */
|
|
2847
|
-
default as SortDescIcon
|
|
2848
|
-
} from '../icons/arrow-down-wide-narrow';
|
|
2849
2857
|
// ArrowDownZA aliases
|
|
2850
2858
|
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2851
2859
|
export {
|
|
2852
2860
|
/** @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 */
|
|
2853
2861
|
default as ArrowDownZaIcon
|
|
2854
2862
|
} from '../icons/arrow-down-z-a';
|
|
2863
|
+
// ArrowDownWideNarrow aliases
|
|
2864
|
+
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2865
|
+
export {
|
|
2866
|
+
/** @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 */
|
|
2867
|
+
default as SortDescIcon
|
|
2868
|
+
} from '../icons/arrow-down-wide-narrow';
|
|
2855
2869
|
// ArrowUpAZ aliases
|
|
2856
2870
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2857
2871
|
export {
|
|
@@ -2876,36 +2890,36 @@ export {
|
|
|
2876
2890
|
/** @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 */
|
|
2877
2891
|
default as Axis3DIcon
|
|
2878
2892
|
} from '../icons/axis-3d';
|
|
2879
|
-
// BadgeQuestionMark aliases
|
|
2880
|
-
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2881
|
-
export {
|
|
2882
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
2883
|
-
default as BadgeHelpIcon
|
|
2884
|
-
} from '../icons/badge-question-mark';
|
|
2885
2893
|
// BadgeCheck aliases
|
|
2886
2894
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2887
2895
|
export {
|
|
2888
2896
|
/** @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 */
|
|
2889
2897
|
default as VerifiedIcon
|
|
2890
2898
|
} from '../icons/badge-check';
|
|
2899
|
+
// BadgeQuestionMark aliases
|
|
2900
|
+
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2901
|
+
export {
|
|
2902
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
2903
|
+
default as BadgeHelpIcon
|
|
2904
|
+
} from '../icons/badge-question-mark';
|
|
2891
2905
|
// BetweenHorizontalEnd aliases
|
|
2892
2906
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2893
2907
|
export {
|
|
2894
2908
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2895
2909
|
default as BetweenHorizonalEndIcon
|
|
2896
2910
|
} from '../icons/between-horizontal-end';
|
|
2897
|
-
// BetweenHorizontalStart aliases
|
|
2898
|
-
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2899
|
-
export {
|
|
2900
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2901
|
-
default as BetweenHorizonalStartIcon
|
|
2902
|
-
} from '../icons/between-horizontal-start';
|
|
2903
2911
|
// BookDashed aliases
|
|
2904
2912
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2905
2913
|
export {
|
|
2906
2914
|
/** @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 */
|
|
2907
2915
|
default as BookTemplateIcon
|
|
2908
2916
|
} from '../icons/book-dashed';
|
|
2917
|
+
// BetweenHorizontalStart aliases
|
|
2918
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2919
|
+
export {
|
|
2920
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2921
|
+
default as BetweenHorizonalStartIcon
|
|
2922
|
+
} from '../icons/between-horizontal-start';
|
|
2909
2923
|
// Braces aliases
|
|
2910
2924
|
export { default as BracesIcon } from '../icons/braces';
|
|
2911
2925
|
export {
|
|
@@ -2930,12 +2944,6 @@ export {
|
|
|
2930
2944
|
/** @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 */
|
|
2931
2945
|
default as BarChartHorizontalBigIcon
|
|
2932
2946
|
} from '../icons/chart-bar-big';
|
|
2933
|
-
// ChartCandlestick aliases
|
|
2934
|
-
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2935
|
-
export {
|
|
2936
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
2937
|
-
default as CandlestickChartIcon
|
|
2938
|
-
} from '../icons/chart-candlestick';
|
|
2939
2947
|
// ChartBar aliases
|
|
2940
2948
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2941
2949
|
export {
|
|
@@ -2948,18 +2956,24 @@ export {
|
|
|
2948
2956
|
/** @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 */
|
|
2949
2957
|
default as BarChartBigIcon
|
|
2950
2958
|
} from '../icons/chart-column-big';
|
|
2951
|
-
//
|
|
2952
|
-
export { default as
|
|
2959
|
+
// ChartCandlestick aliases
|
|
2960
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2953
2961
|
export {
|
|
2954
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2955
|
-
default as
|
|
2956
|
-
} from '../icons/chart-
|
|
2962
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
2963
|
+
default as CandlestickChartIcon
|
|
2964
|
+
} from '../icons/chart-candlestick';
|
|
2957
2965
|
// ChartColumn aliases
|
|
2958
2966
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2959
2967
|
export {
|
|
2960
2968
|
/** @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 */
|
|
2961
2969
|
default as BarChart3Icon
|
|
2962
2970
|
} from '../icons/chart-column';
|
|
2971
|
+
// ChartColumnIncreasing aliases
|
|
2972
|
+
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2973
|
+
export {
|
|
2974
|
+
/** @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 */
|
|
2975
|
+
default as BarChart4Icon
|
|
2976
|
+
} from '../icons/chart-column-increasing';
|
|
2963
2977
|
// ChartLine aliases
|
|
2964
2978
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2965
2979
|
export {
|
|
@@ -2984,18 +2998,18 @@ export {
|
|
|
2984
2998
|
/** @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 */
|
|
2985
2999
|
default as GanttChartIcon
|
|
2986
3000
|
} from '../icons/chart-no-axes-gantt';
|
|
2987
|
-
// ChartScatter aliases
|
|
2988
|
-
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
2989
|
-
export {
|
|
2990
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
2991
|
-
default as ScatterChartIcon
|
|
2992
|
-
} from '../icons/chart-scatter';
|
|
2993
3001
|
// ChartPie aliases
|
|
2994
3002
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
2995
3003
|
export {
|
|
2996
3004
|
/** @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 */
|
|
2997
3005
|
default as PieChartIcon
|
|
2998
3006
|
} from '../icons/chart-pie';
|
|
3007
|
+
// ChartScatter aliases
|
|
3008
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3009
|
+
export {
|
|
3010
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3011
|
+
default as ScatterChartIcon
|
|
3012
|
+
} from '../icons/chart-scatter';
|
|
2999
3013
|
// Chromium aliases
|
|
3000
3014
|
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3001
3015
|
export {
|
|
@@ -3008,18 +3022,18 @@ export {
|
|
|
3008
3022
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3009
3023
|
default as AlertCircleIcon
|
|
3010
3024
|
} from '../icons/circle-alert';
|
|
3011
|
-
// CircleArrowLeft aliases
|
|
3012
|
-
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3013
|
-
export {
|
|
3014
|
-
/** @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 */
|
|
3015
|
-
default as ArrowLeftCircleIcon
|
|
3016
|
-
} from '../icons/circle-arrow-left';
|
|
3017
3025
|
// CircleArrowDown aliases
|
|
3018
3026
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3019
3027
|
export {
|
|
3020
3028
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3021
3029
|
default as ArrowDownCircleIcon
|
|
3022
3030
|
} from '../icons/circle-arrow-down';
|
|
3031
|
+
// CircleArrowLeft aliases
|
|
3032
|
+
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3033
|
+
export {
|
|
3034
|
+
/** @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 */
|
|
3035
|
+
default as ArrowLeftCircleIcon
|
|
3036
|
+
} from '../icons/circle-arrow-left';
|
|
3023
3037
|
// CircleArrowOutDownLeft aliases
|
|
3024
3038
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3025
3039
|
export {
|
|
@@ -3038,6 +3052,12 @@ export {
|
|
|
3038
3052
|
/** @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 */
|
|
3039
3053
|
default as ArrowUpLeftFromCircleIcon
|
|
3040
3054
|
} from '../icons/circle-arrow-out-up-left';
|
|
3055
|
+
// CircleArrowOutUpRight aliases
|
|
3056
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3057
|
+
export {
|
|
3058
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3059
|
+
default as ArrowUpRightFromCircleIcon
|
|
3060
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3041
3061
|
// CircleArrowRight aliases
|
|
3042
3062
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3043
3063
|
export {
|
|
@@ -3050,12 +3070,6 @@ export {
|
|
|
3050
3070
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3051
3071
|
default as ArrowUpCircleIcon
|
|
3052
3072
|
} from '../icons/circle-arrow-up';
|
|
3053
|
-
// CircleArrowOutUpRight aliases
|
|
3054
|
-
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3055
|
-
export {
|
|
3056
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3057
|
-
default as ArrowUpRightFromCircleIcon
|
|
3058
|
-
} from '../icons/circle-arrow-out-up-right';
|
|
3059
3073
|
// CircleCheckBig aliases
|
|
3060
3074
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3061
3075
|
export {
|
|
@@ -3068,30 +3082,30 @@ export {
|
|
|
3068
3082
|
/** @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 */
|
|
3069
3083
|
default as CheckCircle2Icon
|
|
3070
3084
|
} from '../icons/circle-check';
|
|
3071
|
-
// CircleChevronDown aliases
|
|
3072
|
-
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3073
|
-
export {
|
|
3074
|
-
/** @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 */
|
|
3075
|
-
default as ChevronDownCircleIcon
|
|
3076
|
-
} from '../icons/circle-chevron-down';
|
|
3077
3085
|
// CircleChevronLeft aliases
|
|
3078
3086
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3079
3087
|
export {
|
|
3080
3088
|
/** @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 */
|
|
3081
3089
|
default as ChevronLeftCircleIcon
|
|
3082
3090
|
} from '../icons/circle-chevron-left';
|
|
3083
|
-
//
|
|
3084
|
-
export { default as
|
|
3091
|
+
// CircleChevronDown aliases
|
|
3092
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3085
3093
|
export {
|
|
3086
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3087
|
-
default as
|
|
3088
|
-
} from '../icons/circle-chevron-
|
|
3094
|
+
/** @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 */
|
|
3095
|
+
default as ChevronDownCircleIcon
|
|
3096
|
+
} from '../icons/circle-chevron-down';
|
|
3089
3097
|
// CircleChevronRight aliases
|
|
3090
3098
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3091
3099
|
export {
|
|
3092
3100
|
/** @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 */
|
|
3093
3101
|
default as ChevronRightCircleIcon
|
|
3094
3102
|
} from '../icons/circle-chevron-right';
|
|
3103
|
+
// CircleChevronUp aliases
|
|
3104
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3105
|
+
export {
|
|
3106
|
+
/** @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 */
|
|
3107
|
+
default as ChevronUpCircleIcon
|
|
3108
|
+
} from '../icons/circle-chevron-up';
|
|
3095
3109
|
// CircleDivide aliases
|
|
3096
3110
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3097
3111
|
export {
|
|
@@ -3101,21 +3115,27 @@ export {
|
|
|
3101
3115
|
// CircleGauge aliases
|
|
3102
3116
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3103
3117
|
export {
|
|
3104
|
-
/** @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 */
|
|
3105
|
-
default as GaugeCircleIcon
|
|
3106
|
-
} from '../icons/circle-gauge';
|
|
3118
|
+
/** @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 */
|
|
3119
|
+
default as GaugeCircleIcon
|
|
3120
|
+
} from '../icons/circle-gauge';
|
|
3121
|
+
// CircleMinus aliases
|
|
3122
|
+
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3123
|
+
export {
|
|
3124
|
+
/** @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 */
|
|
3125
|
+
default as MinusCircleIcon
|
|
3126
|
+
} from '../icons/circle-minus';
|
|
3127
|
+
// CircleParking aliases
|
|
3128
|
+
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3129
|
+
export {
|
|
3130
|
+
/** @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 */
|
|
3131
|
+
default as ParkingCircleIcon
|
|
3132
|
+
} from '../icons/circle-parking';
|
|
3107
3133
|
// CircleParkingOff aliases
|
|
3108
3134
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3109
3135
|
export {
|
|
3110
3136
|
/** @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 */
|
|
3111
3137
|
default as ParkingCircleOffIcon
|
|
3112
3138
|
} from '../icons/circle-parking-off';
|
|
3113
|
-
// CircleMinus aliases
|
|
3114
|
-
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3115
|
-
export {
|
|
3116
|
-
/** @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 */
|
|
3117
|
-
default as MinusCircleIcon
|
|
3118
|
-
} from '../icons/circle-minus';
|
|
3119
3139
|
// CirclePause aliases
|
|
3120
3140
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3121
3141
|
export {
|
|
@@ -3134,12 +3154,6 @@ export {
|
|
|
3134
3154
|
/** @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 */
|
|
3135
3155
|
default as PlayCircleIcon
|
|
3136
3156
|
} from '../icons/circle-play';
|
|
3137
|
-
// CircleParking aliases
|
|
3138
|
-
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3139
|
-
export {
|
|
3140
|
-
/** @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 */
|
|
3141
|
-
default as ParkingCircleIcon
|
|
3142
|
-
} from '../icons/circle-parking';
|
|
3143
3157
|
// CirclePlus aliases
|
|
3144
3158
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3145
3159
|
export {
|
|
@@ -3174,6 +3188,12 @@ export {
|
|
|
3174
3188
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3175
3189
|
default as StopCircleIcon
|
|
3176
3190
|
} from '../icons/circle-stop';
|
|
3191
|
+
// CircleUserRound aliases
|
|
3192
|
+
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3193
|
+
export {
|
|
3194
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3195
|
+
default as UserCircle2Icon
|
|
3196
|
+
} from '../icons/circle-user-round';
|
|
3177
3197
|
// CircleUser aliases
|
|
3178
3198
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3179
3199
|
export {
|
|
@@ -3186,12 +3206,6 @@ export {
|
|
|
3186
3206
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3187
3207
|
default as XCircleIcon
|
|
3188
3208
|
} from '../icons/circle-x';
|
|
3189
|
-
// CircleUserRound aliases
|
|
3190
|
-
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3191
|
-
export {
|
|
3192
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3193
|
-
default as UserCircle2Icon
|
|
3194
|
-
} from '../icons/circle-user-round';
|
|
3195
3209
|
// ClipboardPenLine aliases
|
|
3196
3210
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3197
3211
|
export {
|
|
@@ -3216,24 +3230,18 @@ export {
|
|
|
3216
3230
|
/** @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 */
|
|
3217
3231
|
default as UploadCloudIcon
|
|
3218
3232
|
} from '../icons/cloud-upload';
|
|
3219
|
-
// Columns2 aliases
|
|
3220
|
-
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3221
|
-
export {
|
|
3222
|
-
/** @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 */
|
|
3223
|
-
default as ColumnsIcon
|
|
3224
|
-
} from '../icons/columns-2';
|
|
3225
3233
|
// CodeXml aliases
|
|
3226
3234
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3227
3235
|
export {
|
|
3228
3236
|
/** @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 */
|
|
3229
3237
|
default as Code2Icon
|
|
3230
3238
|
} from '../icons/code-xml';
|
|
3231
|
-
//
|
|
3232
|
-
export { default as
|
|
3239
|
+
// Columns2 aliases
|
|
3240
|
+
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3233
3241
|
export {
|
|
3234
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3235
|
-
default as
|
|
3236
|
-
} from '../icons/columns-
|
|
3242
|
+
/** @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 */
|
|
3243
|
+
default as ColumnsIcon
|
|
3244
|
+
} from '../icons/columns-2';
|
|
3237
3245
|
// Columns3Cog aliases
|
|
3238
3246
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3239
3247
|
export {
|
|
@@ -3244,12 +3252,12 @@ export {
|
|
|
3244
3252
|
/** @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 */
|
|
3245
3253
|
default as TableConfigIcon
|
|
3246
3254
|
} from '../icons/columns-3-cog';
|
|
3247
|
-
//
|
|
3248
|
-
export { default as
|
|
3255
|
+
// Columns3 aliases
|
|
3256
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3249
3257
|
export {
|
|
3250
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3251
|
-
default as
|
|
3252
|
-
} from '../icons/
|
|
3258
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3259
|
+
default as PanelsLeftRightIcon
|
|
3260
|
+
} from '../icons/columns-3';
|
|
3253
3261
|
// ContactRound aliases
|
|
3254
3262
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3255
3263
|
export {
|
|
@@ -3262,12 +3270,6 @@ export {
|
|
|
3262
3270
|
/** @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 */
|
|
3263
3271
|
default as Globe2Icon
|
|
3264
3272
|
} from '../icons/earth';
|
|
3265
|
-
// FileAxis3d aliases
|
|
3266
|
-
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3267
|
-
export {
|
|
3268
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3269
|
-
default as FileAxis3DIcon
|
|
3270
|
-
} from '../icons/file-axis-3d';
|
|
3271
3273
|
// EllipsisVertical aliases
|
|
3272
3274
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3273
3275
|
export {
|
|
@@ -3280,54 +3282,66 @@ export {
|
|
|
3280
3282
|
/** @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 */
|
|
3281
3283
|
default as MoreHorizontalIcon
|
|
3282
3284
|
} from '../icons/ellipsis';
|
|
3285
|
+
// DiamondPercent aliases
|
|
3286
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3287
|
+
export {
|
|
3288
|
+
/** @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 */
|
|
3289
|
+
default as PercentDiamondIcon
|
|
3290
|
+
} from '../icons/diamond-percent';
|
|
3291
|
+
// FileAxis3d aliases
|
|
3292
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3293
|
+
export {
|
|
3294
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3295
|
+
default as FileAxis3DIcon
|
|
3296
|
+
} from '../icons/file-axis-3d';
|
|
3283
3297
|
// FileBadge aliases
|
|
3284
3298
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3285
3299
|
export {
|
|
3286
3300
|
/** @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 */
|
|
3287
3301
|
default as FileBadge2Icon
|
|
3288
3302
|
} from '../icons/file-badge';
|
|
3289
|
-
// FileBracesCorner aliases
|
|
3290
|
-
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3291
|
-
export {
|
|
3292
|
-
/** @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 */
|
|
3293
|
-
default as FileJson2Icon
|
|
3294
|
-
} from '../icons/file-braces-corner';
|
|
3295
3303
|
// FileBraces aliases
|
|
3296
3304
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3297
3305
|
export {
|
|
3298
3306
|
/** @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 */
|
|
3299
3307
|
default as FileJsonIcon
|
|
3300
3308
|
} from '../icons/file-braces';
|
|
3301
|
-
//
|
|
3302
|
-
export { default as
|
|
3309
|
+
// FileBracesCorner aliases
|
|
3310
|
+
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3303
3311
|
export {
|
|
3304
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3305
|
-
default as
|
|
3306
|
-
} from '../icons/file-
|
|
3312
|
+
/** @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 */
|
|
3313
|
+
default as FileJson2Icon
|
|
3314
|
+
} from '../icons/file-braces-corner';
|
|
3307
3315
|
// FileChartColumnIncreasing aliases
|
|
3308
3316
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3309
3317
|
export {
|
|
3310
3318
|
/** @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 */
|
|
3311
3319
|
default as FileBarChartIcon
|
|
3312
3320
|
} from '../icons/file-chart-column-increasing';
|
|
3321
|
+
// FileChartColumn aliases
|
|
3322
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3323
|
+
export {
|
|
3324
|
+
/** @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 */
|
|
3325
|
+
default as FileBarChart2Icon
|
|
3326
|
+
} from '../icons/file-chart-column';
|
|
3313
3327
|
// FileChartLine aliases
|
|
3314
3328
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3315
3329
|
export {
|
|
3316
3330
|
/** @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 */
|
|
3317
3331
|
default as FileLineChartIcon
|
|
3318
3332
|
} from '../icons/file-chart-line';
|
|
3319
|
-
// FileCheckCorner aliases
|
|
3320
|
-
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3321
|
-
export {
|
|
3322
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3323
|
-
default as FileCheck2Icon
|
|
3324
|
-
} from '../icons/file-check-corner';
|
|
3325
3333
|
// FileChartPie aliases
|
|
3326
3334
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3327
3335
|
export {
|
|
3328
3336
|
/** @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 */
|
|
3329
3337
|
default as FilePieChartIcon
|
|
3330
3338
|
} from '../icons/file-chart-pie';
|
|
3339
|
+
// FileCheckCorner aliases
|
|
3340
|
+
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3341
|
+
export {
|
|
3342
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3343
|
+
default as FileCheck2Icon
|
|
3344
|
+
} from '../icons/file-check-corner';
|
|
3331
3345
|
// FileCodeCorner aliases
|
|
3332
3346
|
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3333
3347
|
export {
|
|
@@ -3346,6 +3360,12 @@ export {
|
|
|
3346
3360
|
/** @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 */
|
|
3347
3361
|
default as FileWarningIcon
|
|
3348
3362
|
} from '../icons/file-exclamation-point';
|
|
3363
|
+
// FileKey aliases
|
|
3364
|
+
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3365
|
+
export {
|
|
3366
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3367
|
+
default as FileKey2Icon
|
|
3368
|
+
} from '../icons/file-key';
|
|
3349
3369
|
// FileHeadphone aliases
|
|
3350
3370
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3351
3371
|
export {
|
|
@@ -3356,24 +3376,18 @@ export {
|
|
|
3356
3376
|
/** @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 */
|
|
3357
3377
|
default as FileAudio2Icon
|
|
3358
3378
|
} from '../icons/file-headphone';
|
|
3359
|
-
// FileLock aliases
|
|
3360
|
-
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3361
|
-
export {
|
|
3362
|
-
/** @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 */
|
|
3363
|
-
default as FileLock2Icon
|
|
3364
|
-
} from '../icons/file-lock';
|
|
3365
|
-
// FileKey aliases
|
|
3366
|
-
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3367
|
-
export {
|
|
3368
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3369
|
-
default as FileKey2Icon
|
|
3370
|
-
} from '../icons/file-key';
|
|
3371
3379
|
// FileMinusCorner aliases
|
|
3372
3380
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3373
3381
|
export {
|
|
3374
3382
|
/** @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 */
|
|
3375
3383
|
default as FileMinus2Icon
|
|
3376
3384
|
} from '../icons/file-minus-corner';
|
|
3385
|
+
// FileLock aliases
|
|
3386
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3387
|
+
export {
|
|
3388
|
+
/** @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 */
|
|
3389
|
+
default as FileLock2Icon
|
|
3390
|
+
} from '../icons/file-lock';
|
|
3377
3391
|
// FilePenLine aliases
|
|
3378
3392
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3379
3393
|
export {
|
|
@@ -3392,6 +3406,12 @@ export {
|
|
|
3392
3406
|
/** @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 */
|
|
3393
3407
|
default as FileVideoIcon
|
|
3394
3408
|
} from '../icons/file-play';
|
|
3409
|
+
// FilePlusCorner aliases
|
|
3410
|
+
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3411
|
+
export {
|
|
3412
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3413
|
+
default as FilePlus2Icon
|
|
3414
|
+
} from '../icons/file-plus-corner';
|
|
3395
3415
|
// FileQuestionMark aliases
|
|
3396
3416
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3397
3417
|
export {
|
|
@@ -3404,30 +3424,24 @@ export {
|
|
|
3404
3424
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
3405
3425
|
default as FileSearch2Icon
|
|
3406
3426
|
} from '../icons/file-search-corner';
|
|
3407
|
-
// FilePlusCorner aliases
|
|
3408
|
-
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3409
|
-
export {
|
|
3410
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3411
|
-
default as FilePlus2Icon
|
|
3412
|
-
} from '../icons/file-plus-corner';
|
|
3413
3427
|
// FileSignal aliases
|
|
3414
3428
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3415
3429
|
export {
|
|
3416
3430
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3417
3431
|
default as FileVolume2Icon
|
|
3418
3432
|
} from '../icons/file-signal';
|
|
3419
|
-
// FileVideoCamera aliases
|
|
3420
|
-
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3421
|
-
export {
|
|
3422
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3423
|
-
default as FileVideo2Icon
|
|
3424
|
-
} from '../icons/file-video-camera';
|
|
3425
3433
|
// FileTypeCorner aliases
|
|
3426
3434
|
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3427
3435
|
export {
|
|
3428
3436
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3429
3437
|
default as FileType2Icon
|
|
3430
3438
|
} from '../icons/file-type-corner';
|
|
3439
|
+
// FileVideoCamera aliases
|
|
3440
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3441
|
+
export {
|
|
3442
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3443
|
+
default as FileVideo2Icon
|
|
3444
|
+
} from '../icons/file-video-camera';
|
|
3431
3445
|
// FileXCorner aliases
|
|
3432
3446
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3433
3447
|
export {
|
|
@@ -3464,24 +3478,30 @@ export {
|
|
|
3464
3478
|
/** @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 */
|
|
3465
3479
|
default as GitCommitIcon
|
|
3466
3480
|
} from '../icons/git-commit-horizontal';
|
|
3467
|
-
// Grid2x2Plus aliases
|
|
3468
|
-
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3469
|
-
export {
|
|
3470
|
-
/** @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 */
|
|
3471
|
-
default as Grid2X2PlusIcon
|
|
3472
|
-
} from '../icons/grid-2x2-plus';
|
|
3473
3481
|
// Grid2x2Check aliases
|
|
3474
3482
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3475
3483
|
export {
|
|
3476
3484
|
/** @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 */
|
|
3477
3485
|
default as Grid2X2CheckIcon
|
|
3478
3486
|
} from '../icons/grid-2x2-check';
|
|
3487
|
+
// Grid2x2Plus aliases
|
|
3488
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3489
|
+
export {
|
|
3490
|
+
/** @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 */
|
|
3491
|
+
default as Grid2X2PlusIcon
|
|
3492
|
+
} from '../icons/grid-2x2-plus';
|
|
3479
3493
|
// Grid2x2X aliases
|
|
3480
3494
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3481
3495
|
export {
|
|
3482
3496
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3483
3497
|
default as Grid2X2XIcon
|
|
3484
3498
|
} from '../icons/grid-2x2-x';
|
|
3499
|
+
// Grid2x2 aliases
|
|
3500
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3501
|
+
export {
|
|
3502
|
+
/** @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 */
|
|
3503
|
+
default as Grid2X2Icon
|
|
3504
|
+
} from '../icons/grid-2x2';
|
|
3485
3505
|
// Grid3x3 aliases
|
|
3486
3506
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3487
3507
|
export {
|
|
@@ -3492,24 +3512,18 @@ export {
|
|
|
3492
3512
|
/** @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 */
|
|
3493
3513
|
default as Grid3X3Icon
|
|
3494
3514
|
} from '../icons/grid-3x3';
|
|
3495
|
-
//
|
|
3496
|
-
export { default as
|
|
3515
|
+
// HandHelping aliases
|
|
3516
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3497
3517
|
export {
|
|
3498
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3499
|
-
default as
|
|
3500
|
-
} from '../icons/
|
|
3518
|
+
/** @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 */
|
|
3519
|
+
default as HelpingHandIcon
|
|
3520
|
+
} from '../icons/hand-helping';
|
|
3501
3521
|
// HandGrab aliases
|
|
3502
3522
|
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3503
3523
|
export {
|
|
3504
3524
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3505
3525
|
default as GrabIcon
|
|
3506
3526
|
} from '../icons/hand-grab';
|
|
3507
|
-
// HandHelping aliases
|
|
3508
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3509
|
-
export {
|
|
3510
|
-
/** @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 */
|
|
3511
|
-
default as HelpingHandIcon
|
|
3512
|
-
} from '../icons/hand-helping';
|
|
3513
3527
|
// House aliases
|
|
3514
3528
|
export { default as HouseIcon } from '../icons/house';
|
|
3515
3529
|
export {
|
|
@@ -3522,6 +3536,12 @@ export {
|
|
|
3522
3536
|
/** @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 */
|
|
3523
3537
|
default as IceCream2Icon
|
|
3524
3538
|
} from '../icons/ice-cream-bowl';
|
|
3539
|
+
// IceCreamCone aliases
|
|
3540
|
+
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3541
|
+
export {
|
|
3542
|
+
/** @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 */
|
|
3543
|
+
default as IceCreamIcon
|
|
3544
|
+
} from '../icons/ice-cream-cone';
|
|
3525
3545
|
// LaptopMinimal aliases
|
|
3526
3546
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3527
3547
|
export {
|
|
@@ -3534,12 +3554,6 @@ export {
|
|
|
3534
3554
|
/** @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 */
|
|
3535
3555
|
default as Layers3Icon
|
|
3536
3556
|
} from '../icons/layers';
|
|
3537
|
-
// IceCreamCone aliases
|
|
3538
|
-
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3539
|
-
export {
|
|
3540
|
-
/** @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 */
|
|
3541
|
-
default as IceCreamIcon
|
|
3542
|
-
} from '../icons/ice-cream-cone';
|
|
3543
3557
|
// ListIndentDecrease aliases
|
|
3544
3558
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3545
3559
|
export {
|
|
@@ -3578,12 +3592,6 @@ export {
|
|
|
3578
3592
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3579
3593
|
default as UnlockIcon
|
|
3580
3594
|
} from '../icons/lock-open';
|
|
3581
|
-
// MailQuestionMark aliases
|
|
3582
|
-
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3583
|
-
export {
|
|
3584
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3585
|
-
default as MailQuestionIcon
|
|
3586
|
-
} from '../icons/mail-question-mark';
|
|
3587
3595
|
// MapPinPen aliases
|
|
3588
3596
|
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3589
3597
|
export {
|
|
@@ -3602,60 +3610,72 @@ export {
|
|
|
3602
3610
|
/** @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 */
|
|
3603
3611
|
default as Mic2Icon
|
|
3604
3612
|
} from '../icons/mic-vocal';
|
|
3613
|
+
// MailQuestionMark aliases
|
|
3614
|
+
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3615
|
+
export {
|
|
3616
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3617
|
+
default as MailQuestionIcon
|
|
3618
|
+
} from '../icons/mail-question-mark';
|
|
3605
3619
|
// Move3d aliases
|
|
3606
3620
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3607
3621
|
export {
|
|
3608
3622
|
/** @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 */
|
|
3609
3623
|
default as Move3DIcon
|
|
3610
3624
|
} from '../icons/move-3d';
|
|
3611
|
-
// OctagonPause aliases
|
|
3612
|
-
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3613
|
-
export {
|
|
3614
|
-
/** @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 */
|
|
3615
|
-
default as PauseOctagonIcon
|
|
3616
|
-
} from '../icons/octagon-pause';
|
|
3617
3625
|
// OctagonAlert aliases
|
|
3618
3626
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3619
3627
|
export {
|
|
3620
3628
|
/** @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 */
|
|
3621
3629
|
default as AlertOctagonIcon
|
|
3622
3630
|
} from '../icons/octagon-alert';
|
|
3631
|
+
// OctagonPause aliases
|
|
3632
|
+
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3633
|
+
export {
|
|
3634
|
+
/** @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 */
|
|
3635
|
+
default as PauseOctagonIcon
|
|
3636
|
+
} from '../icons/octagon-pause';
|
|
3623
3637
|
// OctagonX aliases
|
|
3624
3638
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3625
3639
|
export {
|
|
3626
3640
|
/** @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 */
|
|
3627
3641
|
default as XOctagonIcon
|
|
3628
3642
|
} from '../icons/octagon-x';
|
|
3629
|
-
// PanelBottomDashed aliases
|
|
3630
|
-
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3631
|
-
export {
|
|
3632
|
-
/** @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 */
|
|
3633
|
-
default as PanelBottomInactiveIcon
|
|
3634
|
-
} from '../icons/panel-bottom-dashed';
|
|
3635
3643
|
// PaintbrushVertical aliases
|
|
3636
3644
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3637
3645
|
export {
|
|
3638
3646
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3639
3647
|
default as Paintbrush2Icon
|
|
3640
3648
|
} from '../icons/paintbrush-vertical';
|
|
3649
|
+
// PanelBottomDashed aliases
|
|
3650
|
+
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3651
|
+
export {
|
|
3652
|
+
/** @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 */
|
|
3653
|
+
default as PanelBottomInactiveIcon
|
|
3654
|
+
} from '../icons/panel-bottom-dashed';
|
|
3641
3655
|
// PanelLeftClose aliases
|
|
3642
3656
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3643
3657
|
export {
|
|
3644
3658
|
/** @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 */
|
|
3645
3659
|
default as SidebarCloseIcon
|
|
3646
3660
|
} from '../icons/panel-left-close';
|
|
3661
|
+
// PanelLeftDashed aliases
|
|
3662
|
+
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3663
|
+
export {
|
|
3664
|
+
/** @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 */
|
|
3665
|
+
default as PanelLeftInactiveIcon
|
|
3666
|
+
} from '../icons/panel-left-dashed';
|
|
3647
3667
|
// PanelLeftOpen aliases
|
|
3648
3668
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3649
3669
|
export {
|
|
3650
3670
|
/** @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 */
|
|
3651
3671
|
default as SidebarOpenIcon
|
|
3652
3672
|
} from '../icons/panel-left-open';
|
|
3653
|
-
//
|
|
3654
|
-
export { default as
|
|
3673
|
+
// PanelLeft aliases
|
|
3674
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3655
3675
|
export {
|
|
3656
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3657
|
-
default as
|
|
3658
|
-
} from '../icons/panel-left
|
|
3676
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3677
|
+
default as SidebarIcon
|
|
3678
|
+
} from '../icons/panel-left';
|
|
3659
3679
|
// PanelRightDashed aliases
|
|
3660
3680
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3661
3681
|
export {
|
|
@@ -3668,12 +3688,6 @@ export {
|
|
|
3668
3688
|
/** @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 */
|
|
3669
3689
|
default as PanelTopInactiveIcon
|
|
3670
3690
|
} from '../icons/panel-top-dashed';
|
|
3671
|
-
// PanelLeft aliases
|
|
3672
|
-
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3673
|
-
export {
|
|
3674
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3675
|
-
default as SidebarIcon
|
|
3676
|
-
} from '../icons/panel-left';
|
|
3677
3691
|
// PanelsTopLeft aliases
|
|
3678
3692
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3679
3693
|
export {
|
|
@@ -3692,12 +3706,6 @@ export {
|
|
|
3692
3706
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3693
3707
|
default as Edit2Icon
|
|
3694
3708
|
} from '../icons/pen';
|
|
3695
|
-
// RectangleEllipsis aliases
|
|
3696
|
-
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3697
|
-
export {
|
|
3698
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3699
|
-
default as FormInputIcon
|
|
3700
|
-
} from '../icons/rectangle-ellipsis';
|
|
3701
3709
|
// PlugZap aliases
|
|
3702
3710
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3703
3711
|
export {
|
|
@@ -3716,6 +3724,12 @@ export {
|
|
|
3716
3724
|
/** @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 */
|
|
3717
3725
|
default as RowsIcon
|
|
3718
3726
|
} from '../icons/rows-2';
|
|
3727
|
+
// RectangleEllipsis aliases
|
|
3728
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3729
|
+
export {
|
|
3730
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3731
|
+
default as FormInputIcon
|
|
3732
|
+
} from '../icons/rectangle-ellipsis';
|
|
3719
3733
|
// Rows3 aliases
|
|
3720
3734
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3721
3735
|
export {
|
|
@@ -3740,48 +3754,48 @@ export {
|
|
|
3740
3754
|
/** @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 */
|
|
3741
3755
|
default as ShieldQuestionIcon
|
|
3742
3756
|
} from '../icons/shield-question-mark';
|
|
3743
|
-
// ShieldX aliases
|
|
3744
|
-
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3745
|
-
export {
|
|
3746
|
-
/** @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 */
|
|
3747
|
-
default as ShieldCloseIcon
|
|
3748
|
-
} from '../icons/shield-x';
|
|
3749
3757
|
// SlidersVertical aliases
|
|
3750
3758
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3751
3759
|
export {
|
|
3752
3760
|
/** @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 */
|
|
3753
3761
|
default as SlidersIcon
|
|
3754
3762
|
} from '../icons/sliders-vertical';
|
|
3755
|
-
//
|
|
3756
|
-
export { default as
|
|
3763
|
+
// ShieldX aliases
|
|
3764
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3757
3765
|
export {
|
|
3758
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3759
|
-
default as
|
|
3760
|
-
} from '../icons/
|
|
3766
|
+
/** @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 */
|
|
3767
|
+
default as ShieldCloseIcon
|
|
3768
|
+
} from '../icons/shield-x';
|
|
3761
3769
|
// Sparkles aliases
|
|
3762
3770
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3763
3771
|
export {
|
|
3764
3772
|
/** @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 */
|
|
3765
3773
|
default as StarsIcon
|
|
3766
3774
|
} from '../icons/sparkles';
|
|
3775
|
+
// SquareActivity aliases
|
|
3776
|
+
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3777
|
+
export {
|
|
3778
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3779
|
+
default as ActivitySquareIcon
|
|
3780
|
+
} from '../icons/square-activity';
|
|
3767
3781
|
// SquareArrowDownLeft aliases
|
|
3768
3782
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3769
3783
|
export {
|
|
3770
3784
|
/** @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 */
|
|
3771
3785
|
default as ArrowDownLeftSquareIcon
|
|
3772
3786
|
} from '../icons/square-arrow-down-left';
|
|
3773
|
-
// SquareArrowDownRight aliases
|
|
3774
|
-
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3775
|
-
export {
|
|
3776
|
-
/** @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 */
|
|
3777
|
-
default as ArrowDownRightSquareIcon
|
|
3778
|
-
} from '../icons/square-arrow-down-right';
|
|
3779
3787
|
// SquareArrowDown aliases
|
|
3780
3788
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3781
3789
|
export {
|
|
3782
3790
|
/** @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 */
|
|
3783
3791
|
default as ArrowDownSquareIcon
|
|
3784
3792
|
} from '../icons/square-arrow-down';
|
|
3793
|
+
// SquareArrowDownRight aliases
|
|
3794
|
+
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3795
|
+
export {
|
|
3796
|
+
/** @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 */
|
|
3797
|
+
default as ArrowDownRightSquareIcon
|
|
3798
|
+
} from '../icons/square-arrow-down-right';
|
|
3785
3799
|
// SquareArrowLeft aliases
|
|
3786
3800
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3787
3801
|
export {
|
|
@@ -3794,12 +3808,6 @@ export {
|
|
|
3794
3808
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3795
3809
|
default as ArrowDownLeftFromSquareIcon
|
|
3796
3810
|
} from '../icons/square-arrow-out-down-left';
|
|
3797
|
-
// SquareArrowOutUpRight aliases
|
|
3798
|
-
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3799
|
-
export {
|
|
3800
|
-
/** @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 */
|
|
3801
|
-
default as ArrowUpRightFromSquareIcon
|
|
3802
|
-
} from '../icons/square-arrow-out-up-right';
|
|
3803
3811
|
// SquareArrowOutDownRight aliases
|
|
3804
3812
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3805
3813
|
export {
|
|
@@ -3812,18 +3820,30 @@ export {
|
|
|
3812
3820
|
/** @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 */
|
|
3813
3821
|
default as ArrowUpLeftFromSquareIcon
|
|
3814
3822
|
} from '../icons/square-arrow-out-up-left';
|
|
3815
|
-
//
|
|
3816
|
-
export { default as
|
|
3823
|
+
// SquareArrowOutUpRight aliases
|
|
3824
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3817
3825
|
export {
|
|
3818
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3819
|
-
default as
|
|
3820
|
-
} from '../icons/square-arrow-right';
|
|
3826
|
+
/** @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 */
|
|
3827
|
+
default as ArrowUpRightFromSquareIcon
|
|
3828
|
+
} from '../icons/square-arrow-out-up-right';
|
|
3821
3829
|
// SquareArrowUpLeft aliases
|
|
3822
3830
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3823
3831
|
export {
|
|
3824
3832
|
/** @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 */
|
|
3825
3833
|
default as ArrowUpLeftSquareIcon
|
|
3826
3834
|
} from '../icons/square-arrow-up-left';
|
|
3835
|
+
// SquareArrowRight aliases
|
|
3836
|
+
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3837
|
+
export {
|
|
3838
|
+
/** @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 */
|
|
3839
|
+
default as ArrowRightSquareIcon
|
|
3840
|
+
} from '../icons/square-arrow-right';
|
|
3841
|
+
// SquareArrowUp aliases
|
|
3842
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3843
|
+
export {
|
|
3844
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3845
|
+
default as ArrowUpSquareIcon
|
|
3846
|
+
} from '../icons/square-arrow-up';
|
|
3827
3847
|
// SquareArrowUpRight aliases
|
|
3828
3848
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3829
3849
|
export {
|
|
@@ -3836,12 +3856,6 @@ export {
|
|
|
3836
3856
|
/** @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 */
|
|
3837
3857
|
default as AsteriskSquareIcon
|
|
3838
3858
|
} from '../icons/square-asterisk';
|
|
3839
|
-
// SquareArrowUp aliases
|
|
3840
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3841
|
-
export {
|
|
3842
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3843
|
-
default as ArrowUpSquareIcon
|
|
3844
|
-
} from '../icons/square-arrow-up';
|
|
3845
3859
|
// SquareBottomDashedScissors aliases
|
|
3846
3860
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3847
3861
|
export {
|
|
@@ -3858,18 +3872,18 @@ export {
|
|
|
3858
3872
|
/** @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 */
|
|
3859
3873
|
default as SquareGanttChartIcon
|
|
3860
3874
|
} from '../icons/square-chart-gantt';
|
|
3861
|
-
// SquareCheckBig aliases
|
|
3862
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3863
|
-
export {
|
|
3864
|
-
/** @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 */
|
|
3865
|
-
default as CheckSquareIcon
|
|
3866
|
-
} from '../icons/square-check-big';
|
|
3867
3875
|
// SquareCheck aliases
|
|
3868
3876
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3869
3877
|
export {
|
|
3870
3878
|
/** @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 */
|
|
3871
3879
|
default as CheckSquare2Icon
|
|
3872
3880
|
} from '../icons/square-check';
|
|
3881
|
+
// SquareCheckBig aliases
|
|
3882
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3883
|
+
export {
|
|
3884
|
+
/** @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 */
|
|
3885
|
+
default as CheckSquareIcon
|
|
3886
|
+
} from '../icons/square-check-big';
|
|
3873
3887
|
// SquareChevronDown aliases
|
|
3874
3888
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3875
3889
|
export {
|
|
@@ -3918,18 +3932,18 @@ export {
|
|
|
3918
3932
|
/** @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 */
|
|
3919
3933
|
default as BoxSelectIcon
|
|
3920
3934
|
} from '../icons/square-dashed';
|
|
3921
|
-
// SquareDivide aliases
|
|
3922
|
-
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3923
|
-
export {
|
|
3924
|
-
/** @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 */
|
|
3925
|
-
default as DivideSquareIcon
|
|
3926
|
-
} from '../icons/square-divide';
|
|
3927
3935
|
// SquareDot aliases
|
|
3928
3936
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3929
3937
|
export {
|
|
3930
3938
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
3931
3939
|
default as DotSquareIcon
|
|
3932
3940
|
} from '../icons/square-dot';
|
|
3941
|
+
// SquareDivide aliases
|
|
3942
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3943
|
+
export {
|
|
3944
|
+
/** @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 */
|
|
3945
|
+
default as DivideSquareIcon
|
|
3946
|
+
} from '../icons/square-divide';
|
|
3933
3947
|
// SquareEqual aliases
|
|
3934
3948
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3935
3949
|
export {
|
|
@@ -3954,12 +3968,6 @@ export {
|
|
|
3954
3968
|
/** @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 */
|
|
3955
3969
|
default as LibrarySquareIcon
|
|
3956
3970
|
} from '../icons/square-library';
|
|
3957
|
-
// SquareM aliases
|
|
3958
|
-
export { default as SquareMIcon } from '../icons/square-m';
|
|
3959
|
-
export {
|
|
3960
|
-
/** @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 */
|
|
3961
|
-
default as MSquareIcon
|
|
3962
|
-
} from '../icons/square-m';
|
|
3963
3971
|
// SquareMenu aliases
|
|
3964
3972
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3965
3973
|
export {
|
|
@@ -3972,6 +3980,12 @@ export {
|
|
|
3972
3980
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
3973
3981
|
default as MinusSquareIcon
|
|
3974
3982
|
} from '../icons/square-minus';
|
|
3983
|
+
// SquareM aliases
|
|
3984
|
+
export { default as SquareMIcon } from '../icons/square-m';
|
|
3985
|
+
export {
|
|
3986
|
+
/** @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 */
|
|
3987
|
+
default as MSquareIcon
|
|
3988
|
+
} from '../icons/square-m';
|
|
3975
3989
|
// SquareMousePointer aliases
|
|
3976
3990
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3977
3991
|
export {
|
|
@@ -4004,30 +4018,24 @@ export {
|
|
|
4004
4018
|
/** @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 */
|
|
4005
4019
|
default as PenSquareIcon
|
|
4006
4020
|
} from '../icons/square-pen';
|
|
4007
|
-
// SquarePi aliases
|
|
4008
|
-
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4009
|
-
export {
|
|
4010
|
-
/** @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 */
|
|
4011
|
-
default as PiSquareIcon
|
|
4012
|
-
} from '../icons/square-pi';
|
|
4013
4021
|
// SquarePercent aliases
|
|
4014
4022
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4015
4023
|
export {
|
|
4016
4024
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4017
4025
|
default as PercentSquareIcon
|
|
4018
4026
|
} from '../icons/square-percent';
|
|
4027
|
+
// SquarePi aliases
|
|
4028
|
+
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4029
|
+
export {
|
|
4030
|
+
/** @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 */
|
|
4031
|
+
default as PiSquareIcon
|
|
4032
|
+
} from '../icons/square-pi';
|
|
4019
4033
|
// SquarePilcrow aliases
|
|
4020
4034
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4021
4035
|
export {
|
|
4022
4036
|
/** @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 */
|
|
4023
4037
|
default as PilcrowSquareIcon
|
|
4024
4038
|
} from '../icons/square-pilcrow';
|
|
4025
|
-
// SquarePlay aliases
|
|
4026
|
-
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4027
|
-
export {
|
|
4028
|
-
/** @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 */
|
|
4029
|
-
default as PlaySquareIcon
|
|
4030
|
-
} from '../icons/square-play';
|
|
4031
4039
|
// SquarePlus aliases
|
|
4032
4040
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4033
4041
|
export {
|
|
@@ -4040,6 +4048,12 @@ export {
|
|
|
4040
4048
|
/** @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 */
|
|
4041
4049
|
default as PowerSquareIcon
|
|
4042
4050
|
} from '../icons/square-power';
|
|
4051
|
+
// SquarePlay aliases
|
|
4052
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4053
|
+
export {
|
|
4054
|
+
/** @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 */
|
|
4055
|
+
default as PlaySquareIcon
|
|
4056
|
+
} from '../icons/square-play';
|
|
4043
4057
|
// SquareScissors aliases
|
|
4044
4058
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4045
4059
|
export {
|
|
@@ -4052,18 +4066,18 @@ export {
|
|
|
4052
4066
|
/** @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 */
|
|
4053
4067
|
default as SigmaSquareIcon
|
|
4054
4068
|
} from '../icons/square-sigma';
|
|
4055
|
-
// SquareSplitHorizontal aliases
|
|
4056
|
-
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4057
|
-
export {
|
|
4058
|
-
/** @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 */
|
|
4059
|
-
default as SplitSquareHorizontalIcon
|
|
4060
|
-
} from '../icons/square-split-horizontal';
|
|
4061
4069
|
// SquareSlash aliases
|
|
4062
4070
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4063
4071
|
export {
|
|
4064
4072
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4065
4073
|
default as SlashSquareIcon
|
|
4066
4074
|
} from '../icons/square-slash';
|
|
4075
|
+
// SquareSplitHorizontal aliases
|
|
4076
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4077
|
+
export {
|
|
4078
|
+
/** @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 */
|
|
4079
|
+
default as SplitSquareHorizontalIcon
|
|
4080
|
+
} from '../icons/square-split-horizontal';
|
|
4067
4081
|
// SquareSplitVertical aliases
|
|
4068
4082
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4069
4083
|
export {
|
|
@@ -4076,12 +4090,6 @@ export {
|
|
|
4076
4090
|
/** @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 */
|
|
4077
4091
|
default as TerminalSquareIcon
|
|
4078
4092
|
} from '../icons/square-terminal';
|
|
4079
|
-
// SquareUser aliases
|
|
4080
|
-
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4081
|
-
export {
|
|
4082
|
-
/** @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 */
|
|
4083
|
-
default as UserSquareIcon
|
|
4084
|
-
} from '../icons/square-user';
|
|
4085
4093
|
// SquareUserRound aliases
|
|
4086
4094
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4087
4095
|
export {
|
|
@@ -4094,6 +4102,12 @@ export {
|
|
|
4094
4102
|
/** @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 */
|
|
4095
4103
|
default as XSquareIcon
|
|
4096
4104
|
} from '../icons/square-x';
|
|
4105
|
+
// SquareUser aliases
|
|
4106
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4107
|
+
export {
|
|
4108
|
+
/** @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 */
|
|
4109
|
+
default as UserSquareIcon
|
|
4110
|
+
} from '../icons/square-user';
|
|
4097
4111
|
// TestTubeDiagonal aliases
|
|
4098
4112
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4099
4113
|
export {
|
|
@@ -4106,18 +4120,24 @@ export {
|
|
|
4106
4120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4107
4121
|
default as AlignCenterIcon
|
|
4108
4122
|
} from '../icons/text-align-center';
|
|
4123
|
+
// TextAlignJustify aliases
|
|
4124
|
+
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4125
|
+
export {
|
|
4126
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
4127
|
+
default as AlignJustifyIcon
|
|
4128
|
+
} from '../icons/text-align-justify';
|
|
4109
4129
|
// TextAlignEnd aliases
|
|
4110
4130
|
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4111
4131
|
export {
|
|
4112
4132
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4113
4133
|
default as AlignRightIcon
|
|
4114
4134
|
} from '../icons/text-align-end';
|
|
4115
|
-
//
|
|
4116
|
-
export { default as
|
|
4135
|
+
// TextInitial aliases
|
|
4136
|
+
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4117
4137
|
export {
|
|
4118
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4119
|
-
default as
|
|
4120
|
-
} from '../icons/text-
|
|
4138
|
+
/** @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 */
|
|
4139
|
+
default as LetterTextIcon
|
|
4140
|
+
} from '../icons/text-initial';
|
|
4121
4141
|
// TextAlignStart aliases
|
|
4122
4142
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4123
4143
|
export {
|
|
@@ -4128,18 +4148,18 @@ export {
|
|
|
4128
4148
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4129
4149
|
default as AlignLeftIcon
|
|
4130
4150
|
} from '../icons/text-align-start';
|
|
4131
|
-
// TextInitial aliases
|
|
4132
|
-
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4133
|
-
export {
|
|
4134
|
-
/** @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 */
|
|
4135
|
-
default as LetterTextIcon
|
|
4136
|
-
} from '../icons/text-initial';
|
|
4137
4151
|
// TextSelect aliases
|
|
4138
4152
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4139
4153
|
export {
|
|
4140
4154
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
4141
4155
|
default as TextSelectionIcon
|
|
4142
4156
|
} from '../icons/text-select';
|
|
4157
|
+
// TramFront aliases
|
|
4158
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4159
|
+
export {
|
|
4160
|
+
/** @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 */
|
|
4161
|
+
default as TrainIcon
|
|
4162
|
+
} from '../icons/tram-front';
|
|
4143
4163
|
// TextWrap aliases
|
|
4144
4164
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4145
4165
|
export {
|
|
@@ -4152,78 +4172,72 @@ export {
|
|
|
4152
4172
|
/** @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 */
|
|
4153
4173
|
default as PalmtreeIcon
|
|
4154
4174
|
} from '../icons/tree-palm';
|
|
4155
|
-
//
|
|
4156
|
-
export { default as
|
|
4175
|
+
// TvMinimal aliases
|
|
4176
|
+
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4157
4177
|
export {
|
|
4158
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4159
|
-
default as
|
|
4160
|
-
} from '../icons/
|
|
4178
|
+
/** @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 */
|
|
4179
|
+
default as Tv2Icon
|
|
4180
|
+
} from '../icons/tv-minimal';
|
|
4161
4181
|
// TriangleAlert aliases
|
|
4162
4182
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4163
4183
|
export {
|
|
4164
4184
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4165
4185
|
default as AlertTriangleIcon
|
|
4166
4186
|
} from '../icons/triangle-alert';
|
|
4167
|
-
//
|
|
4168
|
-
export { default as
|
|
4187
|
+
// University aliases
|
|
4188
|
+
export { default as UniversityIcon } from '../icons/university';
|
|
4169
4189
|
export {
|
|
4170
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4171
|
-
default as
|
|
4172
|
-
} from '../icons/
|
|
4190
|
+
/** @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 */
|
|
4191
|
+
default as School2Icon
|
|
4192
|
+
} from '../icons/university';
|
|
4173
4193
|
// UserRoundCheck aliases
|
|
4174
4194
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4175
4195
|
export {
|
|
4176
4196
|
/** @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 */
|
|
4177
4197
|
default as UserCheck2Icon
|
|
4178
4198
|
} from '../icons/user-round-check';
|
|
4179
|
-
// University aliases
|
|
4180
|
-
export { default as UniversityIcon } from '../icons/university';
|
|
4181
|
-
export {
|
|
4182
|
-
/** @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 */
|
|
4183
|
-
default as School2Icon
|
|
4184
|
-
} from '../icons/university';
|
|
4185
4199
|
// UserRoundCog aliases
|
|
4186
4200
|
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4187
4201
|
export {
|
|
4188
4202
|
/** @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 */
|
|
4189
4203
|
default as UserCog2Icon
|
|
4190
4204
|
} from '../icons/user-round-cog';
|
|
4191
|
-
// UserRoundPlus aliases
|
|
4192
|
-
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4193
|
-
export {
|
|
4194
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4195
|
-
default as UserPlus2Icon
|
|
4196
|
-
} from '../icons/user-round-plus';
|
|
4197
4205
|
// UserRoundMinus aliases
|
|
4198
4206
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4199
4207
|
export {
|
|
4200
4208
|
/** @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 */
|
|
4201
4209
|
default as UserMinus2Icon
|
|
4202
4210
|
} from '../icons/user-round-minus';
|
|
4203
|
-
//
|
|
4204
|
-
export { default as
|
|
4211
|
+
// UserRoundPlus aliases
|
|
4212
|
+
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4205
4213
|
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/user-round';
|
|
4214
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4215
|
+
default as UserPlus2Icon
|
|
4216
|
+
} from '../icons/user-round-plus';
|
|
4209
4217
|
// UserRoundX aliases
|
|
4210
4218
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4211
4219
|
export {
|
|
4212
4220
|
/** @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 */
|
|
4213
4221
|
default as UserX2Icon
|
|
4214
4222
|
} from '../icons/user-round-x';
|
|
4215
|
-
//
|
|
4216
|
-
export { default as
|
|
4223
|
+
// UserRound aliases
|
|
4224
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4217
4225
|
export {
|
|
4218
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4219
|
-
default as
|
|
4220
|
-
} from '../icons/
|
|
4226
|
+
/** @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 */
|
|
4227
|
+
default as User2Icon
|
|
4228
|
+
} from '../icons/user-round';
|
|
4221
4229
|
// UsersRound aliases
|
|
4222
4230
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4223
4231
|
export {
|
|
4224
4232
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4225
4233
|
default as Users2Icon
|
|
4226
4234
|
} from '../icons/users-round';
|
|
4235
|
+
// UtensilsCrossed aliases
|
|
4236
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4237
|
+
export {
|
|
4238
|
+
/** @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 */
|
|
4239
|
+
default as ForkKnifeCrossedIcon
|
|
4240
|
+
} from '../icons/utensils-crossed';
|
|
4227
4241
|
// Utensils aliases
|
|
4228
4242
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4229
4243
|
export {
|