@lucide/astro 1.29.0 → 1.30.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 +153 -111
- package/src/aliases/prefixed.ts +746 -710
- package/src/aliases/suffixed.ts +1050 -1014
- package/src/icons/{smile-plus.ts → audio-lines-x.ts} +4 -4
- package/src/icons/broom-sparkles.ts +18 -0
- package/src/icons/broom.ts +18 -0
- package/src/icons/face-angry.ts +18 -0
- package/src/icons/{smile.ts → face-expressionless.ts} +4 -4
- package/src/icons/{laugh.ts → face-grinning.ts} +4 -4
- package/src/icons/{annoyed.ts → face-neutral.ts} +4 -4
- package/src/icons/{meh.ts → face-slightly-frowning.ts} +4 -4
- package/src/icons/face-slightly-smiling-plus.ts +18 -0
- package/src/icons/{frown.ts → face-slightly-smiling.ts} +4 -4
- package/src/icons/index.ts +252 -248
- package/src/icons/shield-lock.ts +18 -0
- package/src/icons/angry.ts +0 -18
package/src/aliases/suffixed.ts
CHANGED
|
@@ -10,30 +10,30 @@ export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// Ad aliases
|
|
12
12
|
export { default as AdIcon } from '../icons/ad';
|
|
13
|
-
// Airplay aliases
|
|
14
|
-
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
13
|
// AirVent aliases
|
|
16
14
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
15
|
+
// Airplay aliases
|
|
16
|
+
export { default as AirplayIcon } from '../icons/airplay';
|
|
17
17
|
// AlarmClock aliases
|
|
18
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
|
+
// AlarmClockOff aliases
|
|
20
|
+
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
19
21
|
// AlarmSmoke aliases
|
|
20
22
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
23
|
// Album aliases
|
|
22
24
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
|
-
// AlarmClockOff aliases
|
|
24
|
-
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
25
|
-
// AlignCenterHorizontal aliases
|
|
26
|
-
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
25
|
// AlignCenterVertical aliases
|
|
28
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
|
+
// AlignCenterHorizontal aliases
|
|
28
|
+
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
29
29
|
// AlignEndHorizontal aliases
|
|
30
30
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
31
|
// AlignEndVertical aliases
|
|
32
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
|
-
// AlignHorizontalDistributeEnd aliases
|
|
34
|
-
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
33
|
// AlignHorizontalDistributeCenter aliases
|
|
36
34
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
|
+
// AlignHorizontalDistributeEnd aliases
|
|
36
|
+
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
37
37
|
// AlignHorizontalDistributeStart aliases
|
|
38
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
@@ -44,22 +44,22 @@ export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizon
|
|
|
44
44
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
45
|
// AlignHorizontalSpaceAround aliases
|
|
46
46
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
|
-
// AlignHorizontalSpaceBetween aliases
|
|
48
|
-
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
47
|
// AlignStartHorizontal aliases
|
|
50
48
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
51
|
-
//
|
|
52
|
-
export { default as
|
|
49
|
+
// AlignHorizontalSpaceBetween aliases
|
|
50
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
53
51
|
// AlignVerticalDistributeCenter aliases
|
|
54
52
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
|
+
// AlignStartVertical aliases
|
|
54
|
+
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
55
55
|
// AlignVerticalDistributeEnd aliases
|
|
56
56
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
57
57
|
// AlignVerticalDistributeStart aliases
|
|
58
58
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
59
|
-
// AlignVerticalJustifyEnd aliases
|
|
60
|
-
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
61
59
|
// AlignVerticalJustifyCenter aliases
|
|
62
60
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
61
|
+
// AlignVerticalJustifyEnd aliases
|
|
62
|
+
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
63
63
|
// AlignVerticalJustifyStart aliases
|
|
64
64
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
65
65
|
// AlignVerticalSpaceAround aliases
|
|
@@ -68,58 +68,54 @@ export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical
|
|
|
68
68
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
69
69
|
// Ambulance aliases
|
|
70
70
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
71
|
-
// Ampersands aliases
|
|
72
|
-
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
73
71
|
// Ampersand aliases
|
|
74
72
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
|
+
// Ampersands aliases
|
|
74
|
+
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
75
75
|
// Amphora aliases
|
|
76
76
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
77
77
|
// Anchor aliases
|
|
78
78
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
79
|
-
//
|
|
80
|
-
export { default as
|
|
81
|
-
// Angry aliases
|
|
82
|
-
export { default as AngryIcon } from '../icons/angry';
|
|
79
|
+
// Antenna aliases
|
|
80
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
81
|
// Anvil aliases
|
|
84
82
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
83
|
// Aperture aliases
|
|
86
84
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
|
-
// Antenna aliases
|
|
88
|
-
export { default as AntennaIcon } from '../icons/antenna';
|
|
89
85
|
// AppWindowMac aliases
|
|
90
86
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
91
|
-
// ArchiveRestore aliases
|
|
92
|
-
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
93
|
-
// Archive aliases
|
|
94
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
95
87
|
// AppWindow aliases
|
|
96
88
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
89
|
+
// Apple aliases
|
|
90
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
91
|
+
// ArchiveRestore aliases
|
|
92
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
97
93
|
// ArchiveX aliases
|
|
98
94
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
95
|
+
// Archive aliases
|
|
96
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
97
|
// Armchair aliases
|
|
100
98
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
|
-
// Apple aliases
|
|
102
|
-
export { default as AppleIcon } from '../icons/apple';
|
|
103
|
-
// ArrowBigDownDash aliases
|
|
104
|
-
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
105
99
|
// ArrowBigDown aliases
|
|
106
100
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
101
|
+
// ArrowBigDownDash aliases
|
|
102
|
+
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
107
103
|
// ArrowBigLeftDash aliases
|
|
108
104
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
109
105
|
// ArrowBigLeft aliases
|
|
110
106
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
111
|
-
// ArrowBigRight aliases
|
|
112
|
-
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
107
|
// ArrowBigRightDash aliases
|
|
114
108
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
115
|
-
//
|
|
116
|
-
export { default as
|
|
109
|
+
// ArrowBigRight aliases
|
|
110
|
+
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
117
111
|
// ArrowBigUpDash aliases
|
|
118
112
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
119
|
-
//
|
|
120
|
-
export { default as
|
|
113
|
+
// ArrowBigUp aliases
|
|
114
|
+
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
121
115
|
// ArrowDownFromLine aliases
|
|
122
116
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
117
|
+
// ArrowDownLeft aliases
|
|
118
|
+
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
123
119
|
// ArrowDownNarrowWide aliases
|
|
124
120
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
125
121
|
// ArrowDownRight aliases
|
|
@@ -128,20 +124,20 @@ export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
|
128
124
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
129
125
|
// ArrowDownUp aliases
|
|
130
126
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
|
-
// ArrowDown aliases
|
|
132
|
-
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
133
127
|
// ArrowDownToLine aliases
|
|
134
128
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
|
+
// ArrowDown aliases
|
|
130
|
+
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
135
131
|
// ArrowLeftFromLine aliases
|
|
136
132
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
137
133
|
// ArrowLeftToLine aliases
|
|
138
134
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
135
|
// ArrowLeftRight aliases
|
|
140
136
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
141
|
-
// ArrowLeft aliases
|
|
142
|
-
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
143
137
|
// ArrowRightFromLine aliases
|
|
144
138
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
139
|
+
// ArrowLeft aliases
|
|
140
|
+
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
145
141
|
// ArrowRightLeft aliases
|
|
146
142
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
147
143
|
// ArrowRightToLine aliases
|
|
@@ -150,50 +146,52 @@ export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
|
150
146
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
151
147
|
// ArrowUpDown aliases
|
|
152
148
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
153
|
-
// ArrowUpFromLine aliases
|
|
154
|
-
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
|
-
// ArrowUpLeft aliases
|
|
156
|
-
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
149
|
// ArrowUpFromDot aliases
|
|
158
150
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
151
|
+
// ArrowUpLeft aliases
|
|
152
|
+
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
153
|
+
// ArrowUpFromLine aliases
|
|
154
|
+
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
159
155
|
// ArrowUpRight aliases
|
|
160
156
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
161
157
|
// ArrowUpToLine aliases
|
|
162
158
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
163
|
-
// ArrowUp aliases
|
|
164
|
-
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
159
|
// ArrowUpWideNarrow aliases
|
|
166
160
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
161
|
+
// ArrowUp aliases
|
|
162
|
+
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
167
163
|
// ArrowsUpFromLine aliases
|
|
168
164
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
169
|
-
// Astroid aliases
|
|
170
|
-
export { default as AstroidIcon } from '../icons/astroid';
|
|
171
165
|
// Asterisk aliases
|
|
172
166
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
173
|
-
//
|
|
174
|
-
export { default as
|
|
167
|
+
// Astroid aliases
|
|
168
|
+
export { default as AstroidIcon } from '../icons/astroid';
|
|
175
169
|
// Atom aliases
|
|
176
170
|
export { default as AtomIcon } from '../icons/atom';
|
|
171
|
+
// AtSign aliases
|
|
172
|
+
export { default as AtSignIcon } from '../icons/at-sign';
|
|
173
|
+
// AudioLinesX aliases
|
|
174
|
+
export { default as AudioLinesXIcon } from '../icons/audio-lines-x';
|
|
177
175
|
// AudioLines aliases
|
|
178
176
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
179
|
-
// Award aliases
|
|
180
|
-
export { default as AwardIcon } from '../icons/award';
|
|
181
|
-
// Axe aliases
|
|
182
|
-
export { default as AxeIcon } from '../icons/axe';
|
|
183
177
|
// AudioWaveform aliases
|
|
184
178
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
185
|
-
//
|
|
186
|
-
export { default as
|
|
179
|
+
// Axe aliases
|
|
180
|
+
export { default as AxeIcon } from '../icons/axe';
|
|
181
|
+
// Award aliases
|
|
182
|
+
export { default as AwardIcon } from '../icons/award';
|
|
187
183
|
// Backpack aliases
|
|
188
184
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
189
185
|
// BadgeAlert aliases
|
|
190
186
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
187
|
+
// BadgeCent aliases
|
|
188
|
+
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
189
|
+
// Baby aliases
|
|
190
|
+
export { default as BabyIcon } from '../icons/baby';
|
|
191
191
|
// BadgeDollarSign aliases
|
|
192
192
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
193
193
|
// BadgeEuro aliases
|
|
194
194
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
195
|
-
// BadgeCent aliases
|
|
196
|
-
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
197
195
|
// BadgeIndianRupee aliases
|
|
198
196
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
199
197
|
// BadgeInfo aliases
|
|
@@ -206,40 +204,40 @@ export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
|
206
204
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
207
205
|
// BadgePlus aliases
|
|
208
206
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
207
|
+
// BadgeRussianRuble aliases
|
|
208
|
+
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
209
209
|
// BadgePoundSterling aliases
|
|
210
210
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
211
211
|
// BadgeSwissFranc aliases
|
|
212
212
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
213
213
|
// BadgeTurkishLira aliases
|
|
214
214
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
215
|
-
// BadgeRussianRuble aliases
|
|
216
|
-
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
217
|
-
// BadgeX aliases
|
|
218
|
-
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
219
215
|
// Badge aliases
|
|
220
216
|
export { default as BadgeIcon } from '../icons/badge';
|
|
217
|
+
// BadgeX aliases
|
|
218
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
221
219
|
// BaggageClaim aliases
|
|
222
220
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
223
|
-
// Ban aliases
|
|
224
|
-
export { default as BanIcon } from '../icons/ban';
|
|
225
221
|
// Balloon aliases
|
|
226
222
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
227
223
|
// Banana aliases
|
|
228
224
|
export { default as BananaIcon } from '../icons/banana';
|
|
229
225
|
// Bandage aliases
|
|
230
226
|
export { default as BandageIcon } from '../icons/bandage';
|
|
231
|
-
// BanknoteArrowUp aliases
|
|
232
|
-
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
233
227
|
// BanknoteArrowDown aliases
|
|
234
228
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
229
|
+
// Ban aliases
|
|
230
|
+
export { default as BanIcon } from '../icons/ban';
|
|
231
|
+
// BanknoteArrowUp aliases
|
|
232
|
+
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
235
233
|
// BanknoteX aliases
|
|
236
234
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
237
|
-
// Banknote aliases
|
|
238
|
-
export { default as BanknoteIcon } from '../icons/banknote';
|
|
239
235
|
// BanknoteCheck aliases
|
|
240
236
|
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
241
237
|
// Barcode aliases
|
|
242
238
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
239
|
+
// Banknote aliases
|
|
240
|
+
export { default as BanknoteIcon } from '../icons/banknote';
|
|
243
241
|
// Barrel aliases
|
|
244
242
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
245
243
|
// Baseline aliases
|
|
@@ -260,80 +258,80 @@ export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
|
260
258
|
export { default as BatteryIcon } from '../icons/battery';
|
|
261
259
|
// BatteryWarning aliases
|
|
262
260
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
261
|
+
// Beaker aliases
|
|
262
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
263
263
|
// BeanOff aliases
|
|
264
264
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
265
265
|
// Bean aliases
|
|
266
266
|
export { default as BeanIcon } from '../icons/bean';
|
|
267
|
-
// Beaker aliases
|
|
268
|
-
export { default as BeakerIcon } from '../icons/beaker';
|
|
269
267
|
// BedDouble aliases
|
|
270
268
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
271
269
|
// BedSingle aliases
|
|
272
270
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
273
|
-
// BeefOff aliases
|
|
274
|
-
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
275
271
|
// Bed aliases
|
|
276
272
|
export { default as BedIcon } from '../icons/bed';
|
|
273
|
+
// BeefOff aliases
|
|
274
|
+
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
277
275
|
// Beef aliases
|
|
278
276
|
export { default as BeefIcon } from '../icons/beef';
|
|
279
|
-
// Beer aliases
|
|
280
|
-
export { default as BeerIcon } from '../icons/beer';
|
|
281
|
-
// BellDot aliases
|
|
282
|
-
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
283
277
|
// BeerOff aliases
|
|
284
278
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
279
|
+
// Beer aliases
|
|
280
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
285
281
|
// BellCheck aliases
|
|
286
282
|
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
283
|
+
// BellDot aliases
|
|
284
|
+
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
287
285
|
// BellElectric aliases
|
|
288
286
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
289
287
|
// BellMinus aliases
|
|
290
288
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
291
|
-
// BellOff aliases
|
|
292
|
-
export { default as BellOffIcon } from '../icons/bell-off';
|
|
293
|
-
// BellRing aliases
|
|
294
|
-
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
295
289
|
// BellPlus aliases
|
|
296
290
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
297
|
-
//
|
|
298
|
-
export { default as
|
|
291
|
+
// BellRing aliases
|
|
292
|
+
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
293
|
+
// BellOff aliases
|
|
294
|
+
export { default as BellOffIcon } from '../icons/bell-off';
|
|
299
295
|
// Bell aliases
|
|
300
296
|
export { default as BellIcon } from '../icons/bell';
|
|
301
|
-
//
|
|
302
|
-
export { default as
|
|
297
|
+
// BetweenVerticalEnd aliases
|
|
298
|
+
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
303
299
|
// BicepsFlexed aliases
|
|
304
300
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
305
|
-
//
|
|
306
|
-
export { default as
|
|
307
|
-
// Binoculars aliases
|
|
308
|
-
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
301
|
+
// BetweenVerticalStart aliases
|
|
302
|
+
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
309
303
|
// Binary aliases
|
|
310
304
|
export { default as BinaryIcon } from '../icons/binary';
|
|
305
|
+
// Binoculars aliases
|
|
306
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
307
|
+
// Bike aliases
|
|
308
|
+
export { default as BikeIcon } from '../icons/bike';
|
|
311
309
|
// Biohazard aliases
|
|
312
310
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
313
311
|
// Bird aliases
|
|
314
312
|
export { default as BirdIcon } from '../icons/bird';
|
|
315
313
|
// Birdhouse aliases
|
|
316
314
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
317
|
-
// Blend aliases
|
|
318
|
-
export { default as BlendIcon } from '../icons/blend';
|
|
319
315
|
// Bitcoin aliases
|
|
320
316
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
321
317
|
// Blender aliases
|
|
322
318
|
export { default as BlenderIcon } from '../icons/blender';
|
|
319
|
+
// Blend aliases
|
|
320
|
+
export { default as BlendIcon } from '../icons/blend';
|
|
323
321
|
// Blinds aliases
|
|
324
322
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
325
|
-
// BluetoothConnected aliases
|
|
326
|
-
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
327
323
|
// Blocks aliases
|
|
328
324
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
329
|
-
//
|
|
330
|
-
export { default as
|
|
331
|
-
// Bold aliases
|
|
332
|
-
export { default as BoldIcon } from '../icons/bold';
|
|
325
|
+
// BluetoothConnected aliases
|
|
326
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
333
327
|
// BluetoothSearching aliases
|
|
334
328
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
335
329
|
// Bluetooth aliases
|
|
336
330
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
331
|
+
// BluetoothOff aliases
|
|
332
|
+
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
333
|
+
// Bold aliases
|
|
334
|
+
export { default as BoldIcon } from '../icons/bold';
|
|
337
335
|
// Bolt aliases
|
|
338
336
|
export { default as BoltIcon } from '../icons/bolt';
|
|
339
337
|
// Bomb aliases
|
|
@@ -358,14 +356,14 @@ export { default as BookDownIcon } from '../icons/book-down';
|
|
|
358
356
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
359
357
|
// BookHeart aliases
|
|
360
358
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
361
|
-
//
|
|
362
|
-
export { default as
|
|
359
|
+
// BookKey aliases
|
|
360
|
+
export { default as BookKeyIcon } from '../icons/book-key';
|
|
363
361
|
// BookImage aliases
|
|
364
362
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
363
|
+
// BookLock aliases
|
|
364
|
+
export { default as BookLockIcon } from '../icons/book-lock';
|
|
365
365
|
// BookMarked aliases
|
|
366
366
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
367
|
-
// BookKey aliases
|
|
368
|
-
export { default as BookKeyIcon } from '../icons/book-key';
|
|
369
367
|
// BookMinus aliases
|
|
370
368
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
371
369
|
// BookOpenCheck aliases
|
|
@@ -380,12 +378,12 @@ export { default as BookPlusIcon } from '../icons/book-plus';
|
|
|
380
378
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
381
379
|
// BookText aliases
|
|
382
380
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
381
|
+
// BookType aliases
|
|
382
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
383
383
|
// BookUp2 aliases
|
|
384
384
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
385
385
|
// BookUp aliases
|
|
386
386
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
387
|
-
// BookType aliases
|
|
388
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
389
387
|
// BookUser aliases
|
|
390
388
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
391
389
|
// BookX aliases
|
|
@@ -394,42 +392,42 @@ export { default as BookXIcon } from '../icons/book-x';
|
|
|
394
392
|
export { default as BookIcon } from '../icons/book';
|
|
395
393
|
// BookmarkCheck aliases
|
|
396
394
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
397
|
-
// BookmarkOff aliases
|
|
398
|
-
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
399
395
|
// BookmarkMinus aliases
|
|
400
396
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
401
|
-
//
|
|
402
|
-
export { default as
|
|
403
|
-
// Bookmark aliases
|
|
404
|
-
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
397
|
+
// BookmarkOff aliases
|
|
398
|
+
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
405
399
|
// BookmarkX aliases
|
|
406
400
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
401
|
+
// Bookmark aliases
|
|
402
|
+
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
407
403
|
// BoomBox aliases
|
|
408
404
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
405
|
+
// BookmarkPlus aliases
|
|
406
|
+
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
409
407
|
// BotMessageSquare aliases
|
|
410
408
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
411
409
|
// BotOff aliases
|
|
412
410
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
413
411
|
// Bot aliases
|
|
414
412
|
export { default as BotIcon } from '../icons/bot';
|
|
415
|
-
// BowArrow aliases
|
|
416
|
-
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
417
413
|
// BottleWine aliases
|
|
418
414
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
415
|
+
// BowArrow aliases
|
|
416
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
419
417
|
// Box aliases
|
|
420
418
|
export { default as BoxIcon } from '../icons/box';
|
|
421
419
|
// Boxes aliases
|
|
422
420
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
423
|
-
// Brackets aliases
|
|
424
|
-
export { default as BracketsIcon } from '../icons/brackets';
|
|
425
421
|
// BrainCircuit aliases
|
|
426
422
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
427
|
-
//
|
|
428
|
-
export { default as
|
|
423
|
+
// Brackets aliases
|
|
424
|
+
export { default as BracketsIcon } from '../icons/brackets';
|
|
429
425
|
// BrainCog aliases
|
|
430
426
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
431
427
|
// BrickWallFire aliases
|
|
432
428
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
429
|
+
// Brain aliases
|
|
430
|
+
export { default as BrainIcon } from '../icons/brain';
|
|
433
431
|
// BrickWallShield aliases
|
|
434
432
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
435
433
|
// BrickWall aliases
|
|
@@ -442,26 +440,30 @@ export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyo
|
|
|
442
440
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
443
441
|
// Briefcase aliases
|
|
444
442
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
445
|
-
// Brush aliases
|
|
446
|
-
export { default as BrushIcon } from '../icons/brush';
|
|
447
443
|
// BringToFront aliases
|
|
448
444
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
449
445
|
// Broccoli aliases
|
|
450
446
|
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
451
|
-
//
|
|
452
|
-
export { default as
|
|
447
|
+
// BroomSparkles aliases
|
|
448
|
+
export { default as BroomSparklesIcon } from '../icons/broom-sparkles';
|
|
449
|
+
// Broom aliases
|
|
450
|
+
export { default as BroomIcon } from '../icons/broom';
|
|
453
451
|
// BrushCleaning aliases
|
|
454
452
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
453
|
+
// Brush aliases
|
|
454
|
+
export { default as BrushIcon } from '../icons/brush';
|
|
455
455
|
// BugOff aliases
|
|
456
456
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
457
|
-
// Bug aliases
|
|
458
|
-
export { default as BugIcon } from '../icons/bug';
|
|
459
457
|
// BugPlay aliases
|
|
460
458
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
461
|
-
//
|
|
462
|
-
export { default as
|
|
459
|
+
// Bubbles aliases
|
|
460
|
+
export { default as BubblesIcon } from '../icons/bubbles';
|
|
461
|
+
// Bug aliases
|
|
462
|
+
export { default as BugIcon } from '../icons/bug';
|
|
463
463
|
// BusFront aliases
|
|
464
464
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
465
|
+
// Building2 aliases
|
|
466
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
465
467
|
// Building aliases
|
|
466
468
|
export { default as BuildingIcon } from '../icons/building';
|
|
467
469
|
// Bus aliases
|
|
@@ -472,44 +474,44 @@ export { default as CableCarIcon } from '../icons/cable-car';
|
|
|
472
474
|
export { default as CableIcon } from '../icons/cable';
|
|
473
475
|
// CakeSlice aliases
|
|
474
476
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
477
|
+
// Calculator aliases
|
|
478
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
475
479
|
// Cake aliases
|
|
476
480
|
export { default as CakeIcon } from '../icons/cake';
|
|
477
481
|
// Calendar1 aliases
|
|
478
482
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
479
|
-
// Calculator aliases
|
|
480
|
-
export { default as CalculatorIcon } from '../icons/calculator';
|
|
481
|
-
// CalendarArrowUp aliases
|
|
482
|
-
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
483
483
|
// CalendarArrowDown aliases
|
|
484
484
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
485
|
-
//
|
|
486
|
-
export { default as
|
|
485
|
+
// CalendarArrowUp aliases
|
|
486
|
+
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
487
487
|
// CalendarCheck2 aliases
|
|
488
488
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
489
|
+
// CalendarCheck aliases
|
|
490
|
+
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
489
491
|
// CalendarClock aliases
|
|
490
492
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
491
493
|
// CalendarCog aliases
|
|
492
494
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
493
|
-
// CalendarDays aliases
|
|
494
|
-
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
495
495
|
// CalendarFold aliases
|
|
496
496
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
497
|
+
// CalendarDays aliases
|
|
498
|
+
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
497
499
|
// CalendarHeart aliases
|
|
498
500
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
499
501
|
// CalendarMinus2 aliases
|
|
500
502
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
501
|
-
// CalendarOff aliases
|
|
502
|
-
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
503
503
|
// CalendarMinus aliases
|
|
504
504
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
505
|
+
// CalendarOff aliases
|
|
506
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
505
507
|
// CalendarPlus2 aliases
|
|
506
508
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
509
|
+
// CalendarRange aliases
|
|
510
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
507
511
|
// CalendarPlus aliases
|
|
508
512
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
509
513
|
// CalendarSearch aliases
|
|
510
514
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
511
|
-
// CalendarRange aliases
|
|
512
|
-
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
513
515
|
// CalendarSync aliases
|
|
514
516
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
515
517
|
// CalendarX2 aliases
|
|
@@ -518,12 +520,12 @@ export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
|
518
520
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
519
521
|
// Calendar aliases
|
|
520
522
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
521
|
-
// Camera aliases
|
|
522
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
523
523
|
// Calendars aliases
|
|
524
524
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
525
525
|
// CameraOff aliases
|
|
526
526
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
527
|
+
// Camera aliases
|
|
528
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
527
529
|
// CandyCane aliases
|
|
528
530
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
529
531
|
// CandyOff aliases
|
|
@@ -540,36 +542,36 @@ export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
|
540
542
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
541
543
|
// Car aliases
|
|
542
544
|
export { default as CarIcon } from '../icons/car';
|
|
543
|
-
// Caravan aliases
|
|
544
|
-
export { default as CaravanIcon } from '../icons/caravan';
|
|
545
545
|
// CarTaxiFront aliases
|
|
546
546
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
547
|
+
// Caravan aliases
|
|
548
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
547
549
|
// CardSim aliases
|
|
548
550
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
549
|
-
// Carrot aliases
|
|
550
|
-
export { default as CarrotIcon } from '../icons/carrot';
|
|
551
551
|
// CaseLower aliases
|
|
552
552
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
553
|
-
//
|
|
554
|
-
export { default as
|
|
553
|
+
// Carrot aliases
|
|
554
|
+
export { default as CarrotIcon } from '../icons/carrot';
|
|
555
555
|
// CaseUpper aliases
|
|
556
556
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
557
557
|
// CassetteTape aliases
|
|
558
558
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
559
|
+
// CaseSensitive aliases
|
|
560
|
+
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
559
561
|
// Cast aliases
|
|
560
562
|
export { default as CastIcon } from '../icons/cast';
|
|
561
|
-
// Castle aliases
|
|
562
|
-
export { default as CastleIcon } from '../icons/castle';
|
|
563
563
|
// Cat aliases
|
|
564
564
|
export { default as CatIcon } from '../icons/cat';
|
|
565
|
-
//
|
|
566
|
-
export { default as
|
|
567
|
-
// Cctv aliases
|
|
568
|
-
export { default as CctvIcon } from '../icons/cctv';
|
|
565
|
+
// Castle aliases
|
|
566
|
+
export { default as CastleIcon } from '../icons/castle';
|
|
569
567
|
// CctvOff aliases
|
|
570
568
|
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
569
|
+
// Cctv aliases
|
|
570
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
571
571
|
// ChartBarDecreasing aliases
|
|
572
572
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
573
|
+
// ChartBarIncreasing aliases
|
|
574
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
573
575
|
// ChartBarStacked aliases
|
|
574
576
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
575
577
|
// ChartColumnDecreasing aliases
|
|
@@ -578,10 +580,10 @@ export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decr
|
|
|
578
580
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
579
581
|
// ChartGantt aliases
|
|
580
582
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
581
|
-
// ChartNoAxesColumnDecreasing aliases
|
|
582
|
-
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
583
583
|
// ChartNetwork aliases
|
|
584
584
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
585
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
586
|
+
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
585
587
|
// ChartNoAxesCombined aliases
|
|
586
588
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
587
589
|
// ChartSpline aliases
|
|
@@ -590,48 +592,48 @@ export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
|
590
592
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
591
593
|
// CheckLine aliases
|
|
592
594
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
593
|
-
// ChefHat aliases
|
|
594
|
-
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
595
|
-
// Cherry aliases
|
|
596
|
-
export { default as CherryIcon } from '../icons/cherry';
|
|
597
595
|
// Check aliases
|
|
598
596
|
export { default as CheckIcon } from '../icons/check';
|
|
597
|
+
// Cherry aliases
|
|
598
|
+
export { default as CherryIcon } from '../icons/cherry';
|
|
599
|
+
// ChefHat aliases
|
|
600
|
+
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
599
601
|
// ChessBishop aliases
|
|
600
602
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
601
|
-
// ChessKnight aliases
|
|
602
|
-
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
603
603
|
// ChessKing aliases
|
|
604
604
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
605
605
|
// ChessPawn aliases
|
|
606
606
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
607
|
+
// ChessKnight aliases
|
|
608
|
+
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
607
609
|
// ChessQueen aliases
|
|
608
610
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
609
611
|
// ChessRook aliases
|
|
610
612
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
611
613
|
// ChevronDown aliases
|
|
612
614
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
613
|
-
// ChevronLast aliases
|
|
614
|
-
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
615
615
|
// ChevronFirst aliases
|
|
616
616
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
617
617
|
// ChevronLeft aliases
|
|
618
618
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
619
|
-
//
|
|
620
|
-
export { default as
|
|
619
|
+
// ChevronLast aliases
|
|
620
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
621
621
|
// ChevronRight aliases
|
|
622
622
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
623
623
|
// ChevronsDownUp aliases
|
|
624
624
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
625
|
+
// ChevronUp aliases
|
|
626
|
+
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
625
627
|
// ChevronsDown aliases
|
|
626
628
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
627
629
|
// ChevronsLeftRightEllipsis aliases
|
|
628
630
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
629
|
-
// ChevronsRightLeft aliases
|
|
630
|
-
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
631
631
|
// ChevronsLeft aliases
|
|
632
632
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
633
633
|
// ChevronsLeftRight aliases
|
|
634
634
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
635
|
+
// ChevronsRightLeft aliases
|
|
636
|
+
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
635
637
|
// ChevronsRight aliases
|
|
636
638
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
637
639
|
// ChevronsUpDown aliases
|
|
@@ -640,16 +642,16 @@ export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
|
640
642
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
641
643
|
// Church aliases
|
|
642
644
|
export { default as ChurchIcon } from '../icons/church';
|
|
643
|
-
// Cigarette aliases
|
|
644
|
-
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
645
645
|
// CigaretteOff aliases
|
|
646
646
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
647
|
+
// Cigarette aliases
|
|
648
|
+
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
647
649
|
// CircleDashed aliases
|
|
648
650
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
649
|
-
// CircleDotDashed aliases
|
|
650
|
-
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
651
651
|
// CircleDollarSign aliases
|
|
652
652
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
653
|
+
// CircleDotDashed aliases
|
|
654
|
+
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
653
655
|
// CircleDot aliases
|
|
654
656
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
655
657
|
// CircleEllipsis aliases
|
|
@@ -658,22 +660,22 @@ export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
|
658
660
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
659
661
|
// CircleEuro aliases
|
|
660
662
|
export { default as CircleEuroIcon } from '../icons/circle-euro';
|
|
663
|
+
// CircleOff aliases
|
|
664
|
+
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
661
665
|
// CircleFadingArrowUp aliases
|
|
662
666
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
663
667
|
// CircleFadingPlus aliases
|
|
664
668
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
665
|
-
// CircleOff aliases
|
|
666
|
-
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
667
|
-
// CirclePoundSterling aliases
|
|
668
|
-
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
669
669
|
// CirclePile aliases
|
|
670
670
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
671
|
+
// CirclePoundSterling aliases
|
|
672
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
671
673
|
// CircleSlash aliases
|
|
672
674
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
673
|
-
// CircleSmall aliases
|
|
674
|
-
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
675
675
|
// CircleStar aliases
|
|
676
676
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
677
|
+
// CircleSmall aliases
|
|
678
|
+
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
677
679
|
// Circle aliases
|
|
678
680
|
export { default as CircleIcon } from '../icons/circle';
|
|
679
681
|
// CircuitBoard aliases
|
|
@@ -686,10 +688,10 @@ export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
|
686
688
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
687
689
|
// ClipboardClock aliases
|
|
688
690
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
689
|
-
// ClipboardCopy aliases
|
|
690
|
-
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
691
691
|
// ClipboardList aliases
|
|
692
692
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
693
|
+
// ClipboardCopy aliases
|
|
694
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
693
695
|
// ClipboardMinus aliases
|
|
694
696
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
695
697
|
// ClipboardPaste aliases
|
|
@@ -700,28 +702,28 @@ export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
|
700
702
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
701
703
|
// ClipboardX aliases
|
|
702
704
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
705
|
+
// Clipboard aliases
|
|
706
|
+
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
703
707
|
// Clock1 aliases
|
|
704
708
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
705
|
-
// Clock10 aliases
|
|
706
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
707
709
|
// Clock11 aliases
|
|
708
710
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
709
|
-
//
|
|
710
|
-
export { default as
|
|
711
|
+
// Clock10 aliases
|
|
712
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
711
713
|
// Clock12 aliases
|
|
712
714
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
713
715
|
// Clock2 aliases
|
|
714
716
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
715
|
-
// Clock3 aliases
|
|
716
|
-
export { default as Clock3Icon } from '../icons/clock-3';
|
|
717
717
|
// Clock4 aliases
|
|
718
718
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
719
719
|
// Clock6 aliases
|
|
720
720
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
721
|
-
// Clock7 aliases
|
|
722
|
-
export { default as Clock7Icon } from '../icons/clock-7';
|
|
723
721
|
// Clock5 aliases
|
|
724
722
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
723
|
+
// Clock3 aliases
|
|
724
|
+
export { default as Clock3Icon } from '../icons/clock-3';
|
|
725
|
+
// Clock7 aliases
|
|
726
|
+
export { default as Clock7Icon } from '../icons/clock-7';
|
|
725
727
|
// Clock8 aliases
|
|
726
728
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
727
729
|
// Clock9 aliases
|
|
@@ -730,12 +732,12 @@ export { default as Clock9Icon } from '../icons/clock-9';
|
|
|
730
732
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
731
733
|
// ClockArrowDown aliases
|
|
732
734
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
733
|
-
// ClockArrowUp aliases
|
|
734
|
-
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
735
|
-
// ClockArrowRight aliases
|
|
736
|
-
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
737
735
|
// ClockArrowLeft aliases
|
|
738
736
|
export { default as ClockArrowLeftIcon } from '../icons/clock-arrow-left';
|
|
737
|
+
// ClockArrowRight aliases
|
|
738
|
+
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
739
|
+
// ClockArrowUp aliases
|
|
740
|
+
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
739
741
|
// ClockCheck aliases
|
|
740
742
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
741
743
|
// ClockFading aliases
|
|
@@ -756,22 +758,22 @@ export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
|
756
758
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
757
759
|
// CloudDrizzle aliases
|
|
758
760
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
759
|
-
// CloudLightning aliases
|
|
760
|
-
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
761
761
|
// CloudFog aliases
|
|
762
762
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
763
763
|
// CloudHail aliases
|
|
764
764
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
765
|
+
// CloudLightning aliases
|
|
766
|
+
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
765
767
|
// CloudMoonRain aliases
|
|
766
768
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
767
|
-
// CloudOff aliases
|
|
768
|
-
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
769
769
|
// CloudMoon aliases
|
|
770
770
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
771
|
-
//
|
|
772
|
-
export { default as
|
|
771
|
+
// CloudOff aliases
|
|
772
|
+
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
773
773
|
// CloudRainWind aliases
|
|
774
774
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
775
|
+
// CloudRain aliases
|
|
776
|
+
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
775
777
|
// CloudSnow aliases
|
|
776
778
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
777
779
|
// CloudSunRain aliases
|
|
@@ -782,46 +784,46 @@ export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
|
782
784
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
783
785
|
// Cloud aliases
|
|
784
786
|
export { default as CloudIcon } from '../icons/cloud';
|
|
785
|
-
// Clover aliases
|
|
786
|
-
export { default as CloverIcon } from '../icons/clover';
|
|
787
787
|
// Cloudy aliases
|
|
788
788
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
789
|
-
//
|
|
790
|
-
export { default as
|
|
789
|
+
// Clover aliases
|
|
790
|
+
export { default as CloverIcon } from '../icons/clover';
|
|
791
791
|
// Club aliases
|
|
792
792
|
export { default as ClubIcon } from '../icons/club';
|
|
793
|
+
// Code aliases
|
|
794
|
+
export { default as CodeIcon } from '../icons/code';
|
|
793
795
|
// Coffee aliases
|
|
794
796
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
795
|
-
// Coins aliases
|
|
796
|
-
export { default as CoinsIcon } from '../icons/coins';
|
|
797
797
|
// Cog aliases
|
|
798
798
|
export { default as CogIcon } from '../icons/cog';
|
|
799
799
|
// Columns4 aliases
|
|
800
800
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
801
|
+
// Coins aliases
|
|
802
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
803
|
+
// Command aliases
|
|
804
|
+
export { default as CommandIcon } from '../icons/command';
|
|
801
805
|
// Combine aliases
|
|
802
806
|
export { default as CombineIcon } from '../icons/combine';
|
|
803
807
|
// Compass aliases
|
|
804
808
|
export { default as CompassIcon } from '../icons/compass';
|
|
805
|
-
// Command aliases
|
|
806
|
-
export { default as CommandIcon } from '../icons/command';
|
|
807
809
|
// Component aliases
|
|
808
810
|
export { default as ComponentIcon } from '../icons/component';
|
|
809
811
|
// Computer aliases
|
|
810
812
|
export { default as ComputerIcon } from '../icons/computer';
|
|
811
|
-
// Cone aliases
|
|
812
|
-
export { default as ConeIcon } from '../icons/cone';
|
|
813
813
|
// ConciergeBell aliases
|
|
814
814
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
815
|
+
// Cone aliases
|
|
816
|
+
export { default as ConeIcon } from '../icons/cone';
|
|
815
817
|
// Construction aliases
|
|
816
818
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
817
819
|
// Contact aliases
|
|
818
820
|
export { default as ContactIcon } from '../icons/contact';
|
|
819
821
|
// Container aliases
|
|
820
822
|
export { default as ContainerIcon } from '../icons/container';
|
|
821
|
-
// Cookie aliases
|
|
822
|
-
export { default as CookieIcon } from '../icons/cookie';
|
|
823
823
|
// Contrast aliases
|
|
824
824
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
825
|
+
// Cookie aliases
|
|
826
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
825
827
|
// CookingPot aliases
|
|
826
828
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
827
829
|
// CopyCheck aliases
|
|
@@ -834,10 +836,10 @@ export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
|
834
836
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
835
837
|
// CopyX aliases
|
|
836
838
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
837
|
-
// Copyleft aliases
|
|
838
|
-
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
839
839
|
// Copy aliases
|
|
840
840
|
export { default as CopyIcon } from '../icons/copy';
|
|
841
|
+
// Copyleft aliases
|
|
842
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
841
843
|
// Copyright aliases
|
|
842
844
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
843
845
|
// CornerDownLeft aliases
|
|
@@ -856,12 +858,12 @@ export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
|
856
858
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
857
859
|
// CornerUpRight aliases
|
|
858
860
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
861
|
+
// Cpu aliases
|
|
862
|
+
export { default as CpuIcon } from '../icons/cpu';
|
|
859
863
|
// CreativeCommons aliases
|
|
860
864
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
861
865
|
// CreditCard aliases
|
|
862
866
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
863
|
-
// Cpu aliases
|
|
864
|
-
export { default as CpuIcon } from '../icons/cpu';
|
|
865
867
|
// Croissant aliases
|
|
866
868
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
867
869
|
// Crop aliases
|
|
@@ -880,22 +882,22 @@ export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
|
880
882
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
881
883
|
// Cylinder aliases
|
|
882
884
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
883
|
-
// DatabaseArrowDown aliases
|
|
884
|
-
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
885
885
|
// Dam aliases
|
|
886
886
|
export { default as DamIcon } from '../icons/dam';
|
|
887
|
+
// DatabaseArrowDown aliases
|
|
888
|
+
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
887
889
|
// DatabaseArrowUp aliases
|
|
888
890
|
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
889
891
|
// DatabaseBackup aliases
|
|
890
892
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
891
|
-
// DatabaseMinus aliases
|
|
892
|
-
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
893
893
|
// DatabaseCheck aliases
|
|
894
894
|
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
895
|
-
//
|
|
896
|
-
export { default as
|
|
895
|
+
// DatabaseMinus aliases
|
|
896
|
+
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
897
897
|
// DatabasePlus aliases
|
|
898
898
|
export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
899
|
+
// DatabaseSearch aliases
|
|
900
|
+
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
899
901
|
// DatabaseX aliases
|
|
900
902
|
export { default as DatabaseXIcon } from '../icons/database-x';
|
|
901
903
|
// DatabaseZap aliases
|
|
@@ -914,16 +916,16 @@ export { default as DessertIcon } from '../icons/dessert';
|
|
|
914
916
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
915
917
|
// DiamondMinus aliases
|
|
916
918
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
917
|
-
// Diamond aliases
|
|
918
|
-
export { default as DiamondIcon } from '../icons/diamond';
|
|
919
919
|
// DiamondPlus aliases
|
|
920
920
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
921
|
+
// Diamond aliases
|
|
922
|
+
export { default as DiamondIcon } from '../icons/diamond';
|
|
921
923
|
// Dice1 aliases
|
|
922
924
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
923
|
-
// Dice3 aliases
|
|
924
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
925
925
|
// Dice2 aliases
|
|
926
926
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
927
|
+
// Dice3 aliases
|
|
928
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
927
929
|
// Dice4 aliases
|
|
928
930
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
929
931
|
// Dice5 aliases
|
|
@@ -932,16 +934,16 @@ export { default as Dice5Icon } from '../icons/dice-5';
|
|
|
932
934
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
933
935
|
// Dices aliases
|
|
934
936
|
export { default as DicesIcon } from '../icons/dices';
|
|
935
|
-
// Disc2 aliases
|
|
936
|
-
export { default as Disc2Icon } from '../icons/disc-2';
|
|
937
937
|
// Diff aliases
|
|
938
938
|
export { default as DiffIcon } from '../icons/diff';
|
|
939
|
+
// Disc2 aliases
|
|
940
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
939
941
|
// Disc3 aliases
|
|
940
942
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
941
|
-
// DiscAlbum aliases
|
|
942
|
-
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
943
943
|
// Disc aliases
|
|
944
944
|
export { default as DiscIcon } from '../icons/disc';
|
|
945
|
+
// DiscAlbum aliases
|
|
946
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
945
947
|
// Divide aliases
|
|
946
948
|
export { default as DivideIcon } from '../icons/divide';
|
|
947
949
|
// DnaOff aliases
|
|
@@ -952,10 +954,10 @@ export { default as DnaIcon } from '../icons/dna';
|
|
|
952
954
|
export { default as DockIcon } from '../icons/dock';
|
|
953
955
|
// Dog aliases
|
|
954
956
|
export { default as DogIcon } from '../icons/dog';
|
|
955
|
-
// Donut aliases
|
|
956
|
-
export { default as DonutIcon } from '../icons/donut';
|
|
957
957
|
// DollarSign aliases
|
|
958
958
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
959
|
+
// Donut aliases
|
|
960
|
+
export { default as DonutIcon } from '../icons/donut';
|
|
959
961
|
// DoorClosedLocked aliases
|
|
960
962
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
961
963
|
// DoorClosed aliases
|
|
@@ -966,10 +968,10 @@ export { default as DoorOpenIcon } from '../icons/door-open';
|
|
|
966
968
|
export { default as DotIcon } from '../icons/dot';
|
|
967
969
|
// Download aliases
|
|
968
970
|
export { default as DownloadIcon } from '../icons/download';
|
|
969
|
-
// Drama aliases
|
|
970
|
-
export { default as DramaIcon } from '../icons/drama';
|
|
971
971
|
// DraftingCompass aliases
|
|
972
972
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
973
|
+
// Drama aliases
|
|
974
|
+
export { default as DramaIcon } from '../icons/drama';
|
|
973
975
|
// Drill aliases
|
|
974
976
|
export { default as DrillIcon } from '../icons/drill';
|
|
975
977
|
// Drone aliases
|
|
@@ -978,36 +980,36 @@ export { default as DroneIcon } from '../icons/drone';
|
|
|
978
980
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
979
981
|
// Droplet aliases
|
|
980
982
|
export { default as DropletIcon } from '../icons/droplet';
|
|
981
|
-
// Drum aliases
|
|
982
|
-
export { default as DrumIcon } from '../icons/drum';
|
|
983
983
|
// Droplets aliases
|
|
984
984
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
985
|
+
// Drum aliases
|
|
986
|
+
export { default as DrumIcon } from '../icons/drum';
|
|
985
987
|
// Drumstick aliases
|
|
986
988
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
987
989
|
// Dumbbell aliases
|
|
988
990
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
989
|
-
// EarOff aliases
|
|
990
|
-
export { default as EarOffIcon } from '../icons/ear-off';
|
|
991
991
|
// Ear aliases
|
|
992
992
|
export { default as EarIcon } from '../icons/ear';
|
|
993
|
-
// Eclipse aliases
|
|
994
|
-
export { default as EclipseIcon } from '../icons/eclipse';
|
|
995
|
-
// EggFried aliases
|
|
996
|
-
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
997
993
|
// EarthLock aliases
|
|
998
994
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
995
|
+
// EarOff aliases
|
|
996
|
+
export { default as EarOffIcon } from '../icons/ear-off';
|
|
997
|
+
// Eclipse aliases
|
|
998
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
999
999
|
// EggOff aliases
|
|
1000
1000
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1001
|
+
// EggFried aliases
|
|
1002
|
+
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
1001
1003
|
// Egg aliases
|
|
1002
1004
|
export { default as EggIcon } from '../icons/egg';
|
|
1003
|
-
// EqualApproximately aliases
|
|
1004
|
-
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
1005
1005
|
// Ellipse aliases
|
|
1006
1006
|
export { default as EllipseIcon } from '../icons/ellipse';
|
|
1007
|
-
//
|
|
1008
|
-
export { default as
|
|
1007
|
+
// EqualApproximately aliases
|
|
1008
|
+
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
1009
1009
|
// Equal aliases
|
|
1010
1010
|
export { default as EqualIcon } from '../icons/equal';
|
|
1011
|
+
// EqualNot aliases
|
|
1012
|
+
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
1011
1013
|
// Eraser aliases
|
|
1012
1014
|
export { default as EraserIcon } from '../icons/eraser';
|
|
1013
1015
|
// EthernetPort aliases
|
|
@@ -1018,38 +1020,38 @@ export { default as EuroIcon } from '../icons/euro';
|
|
|
1018
1020
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
1019
1021
|
// ExternalLink aliases
|
|
1020
1022
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
1021
|
-
// Expand aliases
|
|
1022
|
-
export { default as ExpandIcon } from '../icons/expand';
|
|
1023
|
-
// EyeDashed aliases
|
|
1024
|
-
export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
1025
1023
|
// EyeClosed aliases
|
|
1026
1024
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
1025
|
+
// EyeDashed aliases
|
|
1026
|
+
export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
1027
|
+
// Expand aliases
|
|
1028
|
+
export { default as ExpandIcon } from '../icons/expand';
|
|
1027
1029
|
// EyeOff aliases
|
|
1028
1030
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
1029
|
-
// Factory aliases
|
|
1030
|
-
export { default as FactoryIcon } from '../icons/factory';
|
|
1031
1031
|
// Eye aliases
|
|
1032
1032
|
export { default as EyeIcon } from '../icons/eye';
|
|
1033
|
+
// Factory aliases
|
|
1034
|
+
export { default as FactoryIcon } from '../icons/factory';
|
|
1033
1035
|
// Fan aliases
|
|
1034
1036
|
export { default as FanIcon } from '../icons/fan';
|
|
1035
1037
|
// FastForward aliases
|
|
1036
1038
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1037
1039
|
// Feather aliases
|
|
1038
1040
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1039
|
-
// Fence aliases
|
|
1040
|
-
export { default as FenceIcon } from '../icons/fence';
|
|
1041
1041
|
// FerrisWheel aliases
|
|
1042
1042
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1043
1043
|
// FileArchive aliases
|
|
1044
1044
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1045
1045
|
// FileBox aliases
|
|
1046
1046
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1047
|
-
//
|
|
1048
|
-
export { default as
|
|
1047
|
+
// Fence aliases
|
|
1048
|
+
export { default as FenceIcon } from '../icons/fence';
|
|
1049
1049
|
// FileCheck aliases
|
|
1050
1050
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1051
1051
|
// FileClock aliases
|
|
1052
1052
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1053
|
+
// FileCode aliases
|
|
1054
|
+
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1053
1055
|
// FileDiff aliases
|
|
1054
1056
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1055
1057
|
// FileDigit aliases
|
|
@@ -1064,12 +1066,12 @@ export { default as FileImageIcon } from '../icons/file-image';
|
|
|
1064
1066
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1065
1067
|
// FileMinus aliases
|
|
1066
1068
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1069
|
+
// FileOutput aliases
|
|
1070
|
+
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1067
1071
|
// FileMusic aliases
|
|
1068
1072
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1069
1073
|
// FilePlus aliases
|
|
1070
1074
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1071
|
-
// FileOutput aliases
|
|
1072
|
-
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1073
1075
|
// FileScan aliases
|
|
1074
1076
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1075
1077
|
// FileSearch aliases
|
|
@@ -1078,10 +1080,10 @@ export { default as FileSearchIcon } from '../icons/file-search';
|
|
|
1078
1080
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1079
1081
|
// FileSpreadsheet aliases
|
|
1080
1082
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1081
|
-
// FileStack aliases
|
|
1082
|
-
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1083
1083
|
// FileSymlink aliases
|
|
1084
1084
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1085
|
+
// FileStack aliases
|
|
1086
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1085
1087
|
// FileTerminal aliases
|
|
1086
1088
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1087
1089
|
// FileText aliases
|
|
@@ -1094,30 +1096,30 @@ export { default as FileUpIcon } from '../icons/file-up';
|
|
|
1094
1096
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1095
1097
|
// FileVolume aliases
|
|
1096
1098
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1099
|
+
// FileX aliases
|
|
1100
|
+
export { default as FileXIcon } from '../icons/file-x';
|
|
1097
1101
|
// File aliases
|
|
1098
1102
|
export { default as FileIcon } from '../icons/file';
|
|
1099
1103
|
// Files aliases
|
|
1100
1104
|
export { default as FilesIcon } from '../icons/files';
|
|
1101
|
-
// FileX aliases
|
|
1102
|
-
export { default as FileXIcon } from '../icons/file-x';
|
|
1103
1105
|
// Film aliases
|
|
1104
1106
|
export { default as FilmIcon } from '../icons/film';
|
|
1105
|
-
// FishOff aliases
|
|
1106
|
-
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1107
1107
|
// FireExtinguisher aliases
|
|
1108
1108
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1109
|
+
// FishOff aliases
|
|
1110
|
+
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1109
1111
|
// FishSymbol aliases
|
|
1110
1112
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1111
|
-
// FishingHook aliases
|
|
1112
|
-
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1113
1113
|
// Fish aliases
|
|
1114
1114
|
export { default as FishIcon } from '../icons/fish';
|
|
1115
|
+
// FishingHook aliases
|
|
1116
|
+
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1115
1117
|
// FishingRod aliases
|
|
1116
1118
|
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1117
|
-
// FlagOff aliases
|
|
1118
|
-
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1119
1119
|
// FlagTriangleLeft aliases
|
|
1120
1120
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1121
|
+
// FlagOff aliases
|
|
1122
|
+
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1121
1123
|
// FlagTriangleRight aliases
|
|
1122
1124
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1123
1125
|
// Flag aliases
|
|
@@ -1134,44 +1136,44 @@ export { default as FlashlightIcon } from '../icons/flashlight';
|
|
|
1134
1136
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1135
1137
|
// FlaskConical aliases
|
|
1136
1138
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1137
|
-
// FlipHorizontal2 aliases
|
|
1138
|
-
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1139
1139
|
// FlaskRound aliases
|
|
1140
1140
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1141
1141
|
// FlipVertical2 aliases
|
|
1142
1142
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1143
|
-
//
|
|
1144
|
-
export { default as
|
|
1145
|
-
// Focus aliases
|
|
1146
|
-
export { default as FocusIcon } from '../icons/focus';
|
|
1143
|
+
// FlipHorizontal2 aliases
|
|
1144
|
+
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1147
1145
|
// Flower aliases
|
|
1148
1146
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1147
|
+
// Focus aliases
|
|
1148
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1149
|
+
// Flower2 aliases
|
|
1150
|
+
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1149
1151
|
// FoldHorizontal aliases
|
|
1150
1152
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1151
1153
|
// FoldVertical aliases
|
|
1152
1154
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1153
|
-
// FolderArchive aliases
|
|
1154
|
-
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1155
1155
|
// FolderBookmark aliases
|
|
1156
1156
|
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1157
|
-
//
|
|
1158
|
-
export { default as
|
|
1157
|
+
// FolderArchive aliases
|
|
1158
|
+
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1159
1159
|
// FolderCheck aliases
|
|
1160
1160
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1161
|
+
// FolderClock aliases
|
|
1162
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1161
1163
|
// FolderClosed aliases
|
|
1162
1164
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1163
1165
|
// FolderCode aliases
|
|
1164
1166
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1165
|
-
// FolderDot aliases
|
|
1166
|
-
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1167
1167
|
// FolderDown aliases
|
|
1168
1168
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1169
|
-
// FolderHeart aliases
|
|
1170
|
-
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1171
1169
|
// FolderGit2 aliases
|
|
1172
1170
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1173
1171
|
// FolderGit aliases
|
|
1174
1172
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1173
|
+
// FolderDot aliases
|
|
1174
|
+
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1175
|
+
// FolderHeart aliases
|
|
1176
|
+
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1175
1177
|
// FolderInput aliases
|
|
1176
1178
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1177
1179
|
// FolderKanban aliases
|
|
@@ -1182,10 +1184,10 @@ export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
|
1182
1184
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1183
1185
|
// FolderMinus aliases
|
|
1184
1186
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1185
|
-
// FolderOpen aliases
|
|
1186
|
-
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1187
1187
|
// FolderOpenDot aliases
|
|
1188
1188
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1189
|
+
// FolderOpen aliases
|
|
1190
|
+
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1189
1191
|
// FolderOutput aliases
|
|
1190
1192
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1191
1193
|
// FolderPlus aliases
|
|
@@ -1196,10 +1198,10 @@ export { default as FolderRootIcon } from '../icons/folder-root';
|
|
|
1196
1198
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1197
1199
|
// FolderSearch aliases
|
|
1198
1200
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1199
|
-
// FolderSync aliases
|
|
1200
|
-
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1201
1201
|
// FolderSymlink aliases
|
|
1202
1202
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1203
|
+
// FolderSync aliases
|
|
1204
|
+
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1203
1205
|
// FolderTree aliases
|
|
1204
1206
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1205
1207
|
// FolderUp aliases
|
|
@@ -1212,24 +1214,22 @@ export { default as FolderIcon } from '../icons/folder';
|
|
|
1212
1214
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1213
1215
|
// Footprints aliases
|
|
1214
1216
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1217
|
+
// Forklift aliases
|
|
1218
|
+
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1215
1219
|
// Form aliases
|
|
1216
1220
|
export { default as FormIcon } from '../icons/form';
|
|
1217
1221
|
// Forward aliases
|
|
1218
1222
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1219
|
-
// Forklift aliases
|
|
1220
|
-
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1221
1223
|
// Frame aliases
|
|
1222
1224
|
export { default as FrameIcon } from '../icons/frame';
|
|
1223
|
-
// Frown aliases
|
|
1224
|
-
export { default as FrownIcon } from '../icons/frown';
|
|
1225
1225
|
// Fuel aliases
|
|
1226
1226
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1227
1227
|
// Fullscreen aliases
|
|
1228
1228
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1229
|
-
// GalleryHorizontalEnd aliases
|
|
1230
|
-
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1231
1229
|
// FunnelPlus aliases
|
|
1232
1230
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1231
|
+
// GalleryHorizontalEnd aliases
|
|
1232
|
+
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1233
1233
|
// GalleryHorizontal aliases
|
|
1234
1234
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1235
1235
|
// GalleryThumbnails aliases
|
|
@@ -1242,60 +1242,60 @@ export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
|
1242
1242
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1243
1243
|
// GamepadDirectional aliases
|
|
1244
1244
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1245
|
-
// Gauge aliases
|
|
1246
|
-
export { default as GaugeIcon } from '../icons/gauge';
|
|
1247
1245
|
// Gamepad aliases
|
|
1248
1246
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1249
|
-
// Gem aliases
|
|
1250
|
-
export { default as GemIcon } from '../icons/gem';
|
|
1251
1247
|
// Gavel aliases
|
|
1252
1248
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1249
|
+
// Gauge aliases
|
|
1250
|
+
export { default as GaugeIcon } from '../icons/gauge';
|
|
1251
|
+
// Gem aliases
|
|
1252
|
+
export { default as GemIcon } from '../icons/gem';
|
|
1253
1253
|
// GeorgianLari aliases
|
|
1254
1254
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1255
1255
|
// Ghost aliases
|
|
1256
1256
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1257
|
-
// GitBranchMinus aliases
|
|
1258
|
-
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1259
1257
|
// Gift aliases
|
|
1260
1258
|
export { default as GiftIcon } from '../icons/gift';
|
|
1259
|
+
// GitBranchMinus aliases
|
|
1260
|
+
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1261
1261
|
// GitBranchPlus aliases
|
|
1262
1262
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1263
1263
|
// GitCommitVertical aliases
|
|
1264
1264
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1265
1265
|
// GitBranch aliases
|
|
1266
1266
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1267
|
-
// GitCompareArrows aliases
|
|
1268
|
-
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1269
1267
|
// GitCompare aliases
|
|
1270
1268
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1271
|
-
//
|
|
1272
|
-
export { default as
|
|
1269
|
+
// GitCompareArrows aliases
|
|
1270
|
+
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1273
1271
|
// GitMergeConflict aliases
|
|
1274
1272
|
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1273
|
+
// GitGraph aliases
|
|
1274
|
+
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1275
1275
|
// GitFork aliases
|
|
1276
1276
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1277
1277
|
// GitMerge aliases
|
|
1278
1278
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1279
|
-
// GitPullRequestClosed aliases
|
|
1280
|
-
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1281
1279
|
// GitPullRequestArrow aliases
|
|
1282
1280
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1281
|
+
// GitPullRequestClosed aliases
|
|
1282
|
+
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1283
1283
|
// GitPullRequestCreateArrow aliases
|
|
1284
1284
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1285
1285
|
// GitPullRequestCreate aliases
|
|
1286
1286
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1287
|
-
// GitPullRequest aliases
|
|
1288
|
-
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1289
1287
|
// GitPullRequestDraft aliases
|
|
1290
1288
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1291
|
-
//
|
|
1292
|
-
export { default as
|
|
1289
|
+
// GitPullRequest aliases
|
|
1290
|
+
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1293
1291
|
// GlassWater aliases
|
|
1294
1292
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1295
1293
|
// GlobeCheck aliases
|
|
1296
1294
|
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1297
1295
|
// GlobeLock aliases
|
|
1298
1296
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1297
|
+
// Glasses aliases
|
|
1298
|
+
export { default as GlassesIcon } from '../icons/glasses';
|
|
1299
1299
|
// GlobeOff aliases
|
|
1300
1300
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1301
1301
|
// GlobeX aliases
|
|
@@ -1304,18 +1304,18 @@ export { default as GlobeXIcon } from '../icons/globe-x';
|
|
|
1304
1304
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1305
1305
|
// Goal aliases
|
|
1306
1306
|
export { default as GoalIcon } from '../icons/goal';
|
|
1307
|
-
// Gpu aliases
|
|
1308
|
-
export { default as GpuIcon } from '../icons/gpu';
|
|
1309
1307
|
// GraduationCap aliases
|
|
1310
1308
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1311
1309
|
// Grape aliases
|
|
1312
1310
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1311
|
+
// Grid3x2 aliases
|
|
1312
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1313
|
+
// Gpu aliases
|
|
1314
|
+
export { default as GpuIcon } from '../icons/gpu';
|
|
1313
1315
|
// GripHorizontal aliases
|
|
1314
1316
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1315
1317
|
// GripVertical aliases
|
|
1316
1318
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1317
|
-
// Grid3x2 aliases
|
|
1318
|
-
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1319
1319
|
// Grip aliases
|
|
1320
1320
|
export { default as GripIcon } from '../icons/grip';
|
|
1321
1321
|
// Group aliases
|
|
@@ -1330,10 +1330,10 @@ export { default as HamburgerIcon } from '../icons/hamburger';
|
|
|
1330
1330
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1331
1331
|
// HandCoins aliases
|
|
1332
1332
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1333
|
-
// HandHeart aliases
|
|
1334
|
-
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1335
1333
|
// HandFist aliases
|
|
1336
1334
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1335
|
+
// HandHeart aliases
|
|
1336
|
+
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1337
1337
|
// HandMetal aliases
|
|
1338
1338
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1339
1339
|
// HandPlatter aliases
|
|
@@ -1348,24 +1348,24 @@ export { default as HandshakeIcon } from '../icons/handshake';
|
|
|
1348
1348
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1349
1349
|
// HardDriveUpload aliases
|
|
1350
1350
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1351
|
-
// HardHat aliases
|
|
1352
|
-
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1353
1351
|
// HardDrive aliases
|
|
1354
1352
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1355
|
-
//
|
|
1356
|
-
export { default as
|
|
1353
|
+
// HardHat aliases
|
|
1354
|
+
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1357
1355
|
// Hash aliases
|
|
1358
1356
|
export { default as HashIcon } from '../icons/hash';
|
|
1359
|
-
//
|
|
1360
|
-
export { default as
|
|
1357
|
+
// HatGlasses aliases
|
|
1358
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1361
1359
|
// Hd aliases
|
|
1362
1360
|
export { default as HdIcon } from '../icons/hd';
|
|
1361
|
+
// Haze aliases
|
|
1362
|
+
export { default as HazeIcon } from '../icons/haze';
|
|
1363
1363
|
// HdmiPort aliases
|
|
1364
1364
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1365
|
-
// Heading2 aliases
|
|
1366
|
-
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1367
1365
|
// Heading1 aliases
|
|
1368
1366
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1367
|
+
// Heading2 aliases
|
|
1368
|
+
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1369
1369
|
// Heading3 aliases
|
|
1370
1370
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1371
1371
|
// Heading4 aliases
|
|
@@ -1384,20 +1384,20 @@ export { default as HeadphonesIcon } from '../icons/headphones';
|
|
|
1384
1384
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1385
1385
|
// HeartCrack aliases
|
|
1386
1386
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1387
|
-
// HeartMinus aliases
|
|
1388
|
-
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1389
1387
|
// HeartHandshake aliases
|
|
1390
1388
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1389
|
+
// HeartMinus aliases
|
|
1390
|
+
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1391
1391
|
// HeartOff aliases
|
|
1392
1392
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1393
1393
|
// HeartPlus aliases
|
|
1394
1394
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1395
|
+
// HeartPulse aliases
|
|
1396
|
+
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1395
1397
|
// HeartX aliases
|
|
1396
1398
|
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1397
1399
|
// Heart aliases
|
|
1398
1400
|
export { default as HeartIcon } from '../icons/heart';
|
|
1399
|
-
// HeartPulse aliases
|
|
1400
|
-
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1401
1401
|
// Heater aliases
|
|
1402
1402
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1403
1403
|
// Helicopter aliases
|
|
@@ -1420,10 +1420,10 @@ export { default as HourglassIcon } from '../icons/hourglass';
|
|
|
1420
1420
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1421
1421
|
// HousePlug aliases
|
|
1422
1422
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1423
|
-
// HousePlus aliases
|
|
1424
|
-
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1425
1423
|
// HouseWifi aliases
|
|
1426
1424
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1425
|
+
// HousePlus aliases
|
|
1426
|
+
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1427
1427
|
// IdCardLanyard aliases
|
|
1428
1428
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1429
1429
|
// IdCard aliases
|
|
@@ -1432,72 +1432,72 @@ export { default as IdCardIcon } from '../icons/id-card';
|
|
|
1432
1432
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1433
1433
|
// ImageMinus aliases
|
|
1434
1434
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1435
|
-
// ImagePlay aliases
|
|
1436
|
-
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1437
1435
|
// ImageOff aliases
|
|
1438
1436
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1437
|
+
// ImagePlay aliases
|
|
1438
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1439
1439
|
// ImagePlus aliases
|
|
1440
1440
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1441
1441
|
// ImageUp aliases
|
|
1442
1442
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1443
1443
|
// ImageUpscale aliases
|
|
1444
1444
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1445
|
-
// Images aliases
|
|
1446
|
-
export { default as ImagesIcon } from '../icons/images';
|
|
1447
1445
|
// Image aliases
|
|
1448
1446
|
export { default as ImageIcon } from '../icons/image';
|
|
1449
|
-
//
|
|
1450
|
-
export { default as
|
|
1447
|
+
// Images aliases
|
|
1448
|
+
export { default as ImagesIcon } from '../icons/images';
|
|
1451
1449
|
// Import aliases
|
|
1452
1450
|
export { default as ImportIcon } from '../icons/import';
|
|
1453
1451
|
// Inbox aliases
|
|
1454
1452
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1453
|
+
// IndianRupee aliases
|
|
1454
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1455
1455
|
// Infinity aliases
|
|
1456
1456
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1457
|
-
// InspectionPanel aliases
|
|
1458
|
-
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1459
1457
|
// Info aliases
|
|
1460
1458
|
export { default as InfoIcon } from '../icons/info';
|
|
1459
|
+
// InspectionPanel aliases
|
|
1460
|
+
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1461
1461
|
// Italic aliases
|
|
1462
1462
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1463
1463
|
// IterationCcw aliases
|
|
1464
1464
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1465
1465
|
// IterationCw aliases
|
|
1466
1466
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1467
|
-
// JapaneseYen aliases
|
|
1468
|
-
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1469
1467
|
// Joystick aliases
|
|
1470
1468
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1471
|
-
//
|
|
1472
|
-
export { default as
|
|
1469
|
+
// JapaneseYen aliases
|
|
1470
|
+
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1473
1471
|
// Kanban aliases
|
|
1474
1472
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1475
|
-
//
|
|
1476
|
-
export { default as
|
|
1473
|
+
// Kayak aliases
|
|
1474
|
+
export { default as KayakIcon } from '../icons/kayak';
|
|
1477
1475
|
// KeyRound aliases
|
|
1478
1476
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1479
|
-
//
|
|
1480
|
-
export { default as
|
|
1477
|
+
// KeySquare aliases
|
|
1478
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1481
1479
|
// Key aliases
|
|
1482
1480
|
export { default as KeyIcon } from '../icons/key';
|
|
1483
|
-
//
|
|
1484
|
-
export { default as
|
|
1485
|
-
// LampCeiling aliases
|
|
1486
|
-
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1481
|
+
// KeyboardMusic aliases
|
|
1482
|
+
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1487
1483
|
// KeyboardOff aliases
|
|
1488
1484
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1485
|
+
// Keyboard aliases
|
|
1486
|
+
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1489
1487
|
// LampDesk aliases
|
|
1490
1488
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1489
|
+
// LampCeiling aliases
|
|
1490
|
+
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1491
1491
|
// LampFloor aliases
|
|
1492
1492
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1493
|
-
// LampWallUp aliases
|
|
1494
|
-
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1495
1493
|
// LampWallDown aliases
|
|
1496
1494
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1497
|
-
//
|
|
1498
|
-
export { default as
|
|
1495
|
+
// LampWallUp aliases
|
|
1496
|
+
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1499
1497
|
// Lamp aliases
|
|
1500
1498
|
export { default as LampIcon } from '../icons/lamp';
|
|
1499
|
+
// LandPlot aliases
|
|
1500
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1501
1501
|
// Landmark aliases
|
|
1502
1502
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1503
1503
|
// Languages aliases
|
|
@@ -1510,8 +1510,6 @@ export { default as LaptopIcon } from '../icons/laptop';
|
|
|
1510
1510
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1511
1511
|
// Lasso aliases
|
|
1512
1512
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1513
|
-
// Laugh aliases
|
|
1514
|
-
export { default as LaughIcon } from '../icons/laugh';
|
|
1515
1513
|
// LayerArrowDown aliases
|
|
1516
1514
|
export { default as LayerArrowDownIcon } from '../icons/layer-arrow-down';
|
|
1517
1515
|
// LayerArrowUp aliases
|
|
@@ -1526,10 +1524,10 @@ export { default as LayersArrowUpIcon } from '../icons/layers-arrow-up';
|
|
|
1526
1524
|
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1527
1525
|
// LayersPlus aliases
|
|
1528
1526
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1529
|
-
// LayoutDashboard aliases
|
|
1530
|
-
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1531
1527
|
// LayoutFreeform aliases
|
|
1532
1528
|
export { default as LayoutFreeformIcon } from '../icons/layout-freeform';
|
|
1529
|
+
// LayoutDashboard aliases
|
|
1530
|
+
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1533
1531
|
// LayoutGrid aliases
|
|
1534
1532
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1535
1533
|
// LayoutList aliases
|
|
@@ -1538,16 +1536,16 @@ export { default as LayoutListIcon } from '../icons/layout-list';
|
|
|
1538
1536
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1539
1537
|
// LayoutPanelTop aliases
|
|
1540
1538
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1541
|
-
// Leaf aliases
|
|
1542
|
-
export { default as LeafIcon } from '../icons/leaf';
|
|
1543
1539
|
// LayoutTemplate aliases
|
|
1544
1540
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1545
|
-
//
|
|
1546
|
-
export { default as
|
|
1547
|
-
// LensConcave aliases
|
|
1548
|
-
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1541
|
+
// Leaf aliases
|
|
1542
|
+
export { default as LeafIcon } from '../icons/leaf';
|
|
1549
1543
|
// Lectern aliases
|
|
1550
1544
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1545
|
+
// LensConcave aliases
|
|
1546
|
+
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1547
|
+
// LeafyGreen aliases
|
|
1548
|
+
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1551
1549
|
// LensConvex aliases
|
|
1552
1550
|
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1553
1551
|
// LibraryBig aliases
|
|
@@ -1570,18 +1568,18 @@ export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
|
1570
1568
|
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1571
1569
|
// Link2Off aliases
|
|
1572
1570
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1573
|
-
// Link2 aliases
|
|
1574
|
-
export { default as Link2Icon } from '../icons/link-2';
|
|
1575
1571
|
// Link aliases
|
|
1576
1572
|
export { default as LinkIcon } from '../icons/link';
|
|
1577
1573
|
// ListCheck aliases
|
|
1578
1574
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1579
|
-
//
|
|
1580
|
-
export { default as
|
|
1581
|
-
// ListChevronsDownUp aliases
|
|
1582
|
-
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1575
|
+
// Link2 aliases
|
|
1576
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1583
1577
|
// ListChecks aliases
|
|
1584
1578
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1579
|
+
// ListChevronsDownUp aliases
|
|
1580
|
+
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1581
|
+
// ListChevronsUpDown aliases
|
|
1582
|
+
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1585
1583
|
// ListCollapse aliases
|
|
1586
1584
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1587
1585
|
// ListEnd aliases
|
|
@@ -1594,18 +1592,18 @@ export { default as ListFilterIcon } from '../icons/list-filter';
|
|
|
1594
1592
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1595
1593
|
// ListMusic aliases
|
|
1596
1594
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1597
|
-
// ListPlus aliases
|
|
1598
|
-
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1599
1595
|
// ListOrdered aliases
|
|
1600
1596
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1597
|
+
// ListPlus aliases
|
|
1598
|
+
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1601
1599
|
// ListRestart aliases
|
|
1602
1600
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1603
1601
|
// ListSortAscending aliases
|
|
1604
1602
|
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1605
|
-
// ListStart aliases
|
|
1606
|
-
export { default as ListStartIcon } from '../icons/list-start';
|
|
1607
1603
|
// ListSortDescending aliases
|
|
1608
1604
|
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1605
|
+
// ListStart aliases
|
|
1606
|
+
export { default as ListStartIcon } from '../icons/list-start';
|
|
1609
1607
|
// ListTodo aliases
|
|
1610
1608
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1611
1609
|
// ListTree aliases
|
|
@@ -1638,26 +1636,26 @@ export { default as LogsIcon } from '../icons/logs';
|
|
|
1638
1636
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1639
1637
|
// Lollipop aliases
|
|
1640
1638
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1641
|
-
// Magnet aliases
|
|
1642
|
-
export { default as MagnetIcon } from '../icons/magnet';
|
|
1643
1639
|
// Luggage aliases
|
|
1644
1640
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1641
|
+
// Magnet aliases
|
|
1642
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1645
1643
|
// MailCheck aliases
|
|
1646
1644
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1647
|
-
// MailOpen aliases
|
|
1648
|
-
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1649
1645
|
// MailMinus aliases
|
|
1650
1646
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1651
1647
|
// MailPlus aliases
|
|
1652
1648
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1653
|
-
//
|
|
1654
|
-
export { default as
|
|
1649
|
+
// MailOpen aliases
|
|
1650
|
+
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1655
1651
|
// MailWarning aliases
|
|
1656
1652
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1657
|
-
//
|
|
1658
|
-
export { default as
|
|
1653
|
+
// MailSearch aliases
|
|
1654
|
+
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1659
1655
|
// Mail aliases
|
|
1660
1656
|
export { default as MailIcon } from '../icons/mail';
|
|
1657
|
+
// MailX aliases
|
|
1658
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1661
1659
|
// Mailbox aliases
|
|
1662
1660
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1663
1661
|
// Mails aliases
|
|
@@ -1668,24 +1666,24 @@ export { default as MapMinusIcon } from '../icons/map-minus';
|
|
|
1668
1666
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1669
1667
|
// MapPinCheck aliases
|
|
1670
1668
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1671
|
-
// MapPinMinusInside aliases
|
|
1672
|
-
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1673
|
-
// MapPinOff aliases
|
|
1674
|
-
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1675
1669
|
// MapPinHouse aliases
|
|
1676
1670
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1677
1671
|
// MapPinMinus aliases
|
|
1678
1672
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1673
|
+
// MapPinOff aliases
|
|
1674
|
+
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1675
|
+
// MapPinMinusInside aliases
|
|
1676
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1679
1677
|
// MapPinPlusInside aliases
|
|
1680
1678
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1681
1679
|
// MapPinPlus aliases
|
|
1682
1680
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1681
|
+
// MapPinSearch aliases
|
|
1682
|
+
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1683
1683
|
// MapPinXInside aliases
|
|
1684
1684
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1685
1685
|
// MapPinX aliases
|
|
1686
1686
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1687
|
-
// MapPinSearch aliases
|
|
1688
|
-
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1689
1687
|
// MapPin aliases
|
|
1690
1688
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1691
1689
|
// MapPinned aliases
|
|
@@ -1696,42 +1694,40 @@ export { default as MapPlusIcon } from '../icons/map-plus';
|
|
|
1696
1694
|
export { default as MapIcon } from '../icons/map';
|
|
1697
1695
|
// MarsStroke aliases
|
|
1698
1696
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1699
|
-
// Martini aliases
|
|
1700
|
-
export { default as MartiniIcon } from '../icons/martini';
|
|
1701
1697
|
// Mars aliases
|
|
1702
1698
|
export { default as MarsIcon } from '../icons/mars';
|
|
1703
|
-
//
|
|
1704
|
-
export { default as
|
|
1699
|
+
// Martini aliases
|
|
1700
|
+
export { default as MartiniIcon } from '../icons/martini';
|
|
1705
1701
|
// Maximize2 aliases
|
|
1706
1702
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1703
|
+
// Maximize aliases
|
|
1704
|
+
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1707
1705
|
// Medal aliases
|
|
1708
1706
|
export { default as MedalIcon } from '../icons/medal';
|
|
1709
1707
|
// MegaphoneOff aliases
|
|
1710
1708
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1711
1709
|
// Megaphone aliases
|
|
1712
1710
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1713
|
-
// Meh aliases
|
|
1714
|
-
export { default as MehIcon } from '../icons/meh';
|
|
1715
1711
|
// MemoryStick aliases
|
|
1716
1712
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1713
|
+
// Merge aliases
|
|
1714
|
+
export { default as MergeIcon } from '../icons/merge';
|
|
1717
1715
|
// Menu aliases
|
|
1718
1716
|
export { default as MenuIcon } from '../icons/menu';
|
|
1719
1717
|
// MessageCircleCheck aliases
|
|
1720
1718
|
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1721
1719
|
// MessageCircleCode aliases
|
|
1722
1720
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1723
|
-
// Merge aliases
|
|
1724
|
-
export { default as MergeIcon } from '../icons/merge';
|
|
1725
1721
|
// MessageCircleDashed aliases
|
|
1726
1722
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1727
1723
|
// MessageCircleHeart aliases
|
|
1728
1724
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1725
|
+
// MessageCircleMore aliases
|
|
1726
|
+
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1729
1727
|
// MessageCircleOff aliases
|
|
1730
1728
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1731
1729
|
// MessageCirclePlus aliases
|
|
1732
1730
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1733
|
-
// MessageCircleMore aliases
|
|
1734
|
-
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1735
1731
|
// MessageCircleReply aliases
|
|
1736
1732
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1737
1733
|
// MessageCircleWarning aliases
|
|
@@ -1766,10 +1762,10 @@ export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote
|
|
|
1766
1762
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1767
1763
|
// MessageSquareShare aliases
|
|
1768
1764
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1769
|
-
// MessageSquareWarning aliases
|
|
1770
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1771
1765
|
// MessageSquareText aliases
|
|
1772
1766
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1767
|
+
// MessageSquareWarning aliases
|
|
1768
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1773
1769
|
// MessageSquareX aliases
|
|
1774
1770
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1775
1771
|
// MessageSquare aliases
|
|
@@ -1790,18 +1786,18 @@ export { default as MicrochipIcon } from '../icons/microchip';
|
|
|
1790
1786
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1791
1787
|
// Microwave aliases
|
|
1792
1788
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1793
|
-
// Milestone aliases
|
|
1794
|
-
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1795
1789
|
// MilkOff aliases
|
|
1796
1790
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1791
|
+
// Milestone aliases
|
|
1792
|
+
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1797
1793
|
// Milk aliases
|
|
1798
1794
|
export { default as MilkIcon } from '../icons/milk';
|
|
1799
1795
|
// Minimize2 aliases
|
|
1800
1796
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1801
|
-
// Minimize aliases
|
|
1802
|
-
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1803
1797
|
// Minus aliases
|
|
1804
1798
|
export { default as MinusIcon } from '../icons/minus';
|
|
1799
|
+
// Minimize aliases
|
|
1800
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1805
1801
|
// MirrorRectangular aliases
|
|
1806
1802
|
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1807
1803
|
// MirrorRound aliases
|
|
@@ -1812,14 +1808,14 @@ export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
|
1812
1808
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1813
1809
|
// MonitorCog aliases
|
|
1814
1810
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1815
|
-
// MonitorDot aliases
|
|
1816
|
-
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1817
1811
|
// MonitorDown aliases
|
|
1818
1812
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1819
|
-
// MonitorPause aliases
|
|
1820
|
-
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1821
1813
|
// MonitorOff aliases
|
|
1822
1814
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1815
|
+
// MonitorDot aliases
|
|
1816
|
+
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1817
|
+
// MonitorPause aliases
|
|
1818
|
+
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1823
1819
|
// MonitorPlay aliases
|
|
1824
1820
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1825
1821
|
// MonitorSmartphone aliases
|
|
@@ -1832,22 +1828,22 @@ export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
|
1832
1828
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1833
1829
|
// MonitorX aliases
|
|
1834
1830
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1831
|
+
// Monitor aliases
|
|
1832
|
+
export { default as MonitorIcon } from '../icons/monitor';
|
|
1835
1833
|
// MoonStar aliases
|
|
1836
1834
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1837
1835
|
// Moon aliases
|
|
1838
1836
|
export { default as MoonIcon } from '../icons/moon';
|
|
1839
|
-
// Monitor aliases
|
|
1840
|
-
export { default as MonitorIcon } from '../icons/monitor';
|
|
1841
1837
|
// Mosque aliases
|
|
1842
1838
|
export { default as MosqueIcon } from '../icons/mosque';
|
|
1843
|
-
// MountainSnow aliases
|
|
1844
|
-
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1845
1839
|
// Motorbike aliases
|
|
1846
1840
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1847
|
-
//
|
|
1848
|
-
export { default as
|
|
1841
|
+
// MountainSnow aliases
|
|
1842
|
+
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1849
1843
|
// Mountain aliases
|
|
1850
1844
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1845
|
+
// MouseLeft aliases
|
|
1846
|
+
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1851
1847
|
// MouseOff aliases
|
|
1852
1848
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1853
1849
|
// MousePointer2Off aliases
|
|
@@ -1872,24 +1868,24 @@ export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
|
1872
1868
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1873
1869
|
// MoveDownRight aliases
|
|
1874
1870
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1875
|
-
// MoveDown aliases
|
|
1876
|
-
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1877
1871
|
// MoveHorizontal aliases
|
|
1878
1872
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1873
|
+
// MoveDown aliases
|
|
1874
|
+
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1879
1875
|
// MoveLeft aliases
|
|
1880
1876
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1881
|
-
// MoveUpLeft aliases
|
|
1882
|
-
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1883
1877
|
// MoveRight aliases
|
|
1884
1878
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1879
|
+
// MoveUpLeft aliases
|
|
1880
|
+
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1885
1881
|
// MoveUpRight aliases
|
|
1886
1882
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1887
1883
|
// MoveUp aliases
|
|
1888
1884
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1889
|
-
// MoveVertical aliases
|
|
1890
|
-
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1891
1885
|
// Move aliases
|
|
1892
1886
|
export { default as MoveIcon } from '../icons/move';
|
|
1887
|
+
// MoveVertical aliases
|
|
1888
|
+
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1893
1889
|
// Music2 aliases
|
|
1894
1890
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1895
1891
|
// Music3 aliases
|
|
@@ -1898,14 +1894,14 @@ export { default as Music3Icon } from '../icons/music-3';
|
|
|
1898
1894
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1899
1895
|
// Music aliases
|
|
1900
1896
|
export { default as MusicIcon } from '../icons/music';
|
|
1901
|
-
// Navigation2Off aliases
|
|
1902
|
-
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1903
1897
|
// Navigation2 aliases
|
|
1904
1898
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1905
|
-
//
|
|
1906
|
-
export { default as
|
|
1899
|
+
// Navigation2Off aliases
|
|
1900
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1907
1901
|
// NavigationOff aliases
|
|
1908
1902
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1903
|
+
// Navigation aliases
|
|
1904
|
+
export { default as NavigationIcon } from '../icons/navigation';
|
|
1909
1905
|
// Network aliases
|
|
1910
1906
|
export { default as NetworkIcon } from '../icons/network';
|
|
1911
1907
|
// Newspaper aliases
|
|
@@ -1924,12 +1920,12 @@ export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
|
1924
1920
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1925
1921
|
// NotepadTextDashed aliases
|
|
1926
1922
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1927
|
-
// Nut aliases
|
|
1928
|
-
export { default as NutIcon } from '../icons/nut';
|
|
1929
1923
|
// NotepadText aliases
|
|
1930
1924
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1931
1925
|
// NutOff aliases
|
|
1932
1926
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1927
|
+
// Nut aliases
|
|
1928
|
+
export { default as NutIcon } from '../icons/nut';
|
|
1933
1929
|
// OctagonMinus aliases
|
|
1934
1930
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1935
1931
|
// Octagon aliases
|
|
@@ -1938,26 +1934,26 @@ export { default as OctagonIcon } from '../icons/octagon';
|
|
|
1938
1934
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1939
1935
|
// Option aliases
|
|
1940
1936
|
export { default as OptionIcon } from '../icons/option';
|
|
1941
|
-
// Orbit aliases
|
|
1942
|
-
export { default as OrbitIcon } from '../icons/orbit';
|
|
1943
1937
|
// Origami aliases
|
|
1944
1938
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1945
1939
|
// Package2 aliases
|
|
1946
1940
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1941
|
+
// Orbit aliases
|
|
1942
|
+
export { default as OrbitIcon } from '../icons/orbit';
|
|
1947
1943
|
// PackageCheck aliases
|
|
1948
1944
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1949
|
-
// PackageMinus aliases
|
|
1950
|
-
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1951
1945
|
// PackageOpen aliases
|
|
1952
1946
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1947
|
+
// PackageMinus aliases
|
|
1948
|
+
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1953
1949
|
// PackagePlus aliases
|
|
1954
1950
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1951
|
+
// PackageX aliases
|
|
1952
|
+
export { default as PackageXIcon } from '../icons/package-x';
|
|
1955
1953
|
// PackageSearch aliases
|
|
1956
1954
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1957
1955
|
// Package aliases
|
|
1958
1956
|
export { default as PackageIcon } from '../icons/package';
|
|
1959
|
-
// PackageX aliases
|
|
1960
|
-
export { default as PackageXIcon } from '../icons/package-x';
|
|
1961
1957
|
// PaintBucket aliases
|
|
1962
1958
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1963
1959
|
// PaintRoller aliases
|
|
@@ -1974,10 +1970,10 @@ export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
|
1974
1970
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1975
1971
|
// PanelBottom aliases
|
|
1976
1972
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1977
|
-
// PanelLeftRightDashed aliases
|
|
1978
|
-
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1979
1973
|
// PanelRightClose aliases
|
|
1980
1974
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1975
|
+
// PanelLeftRightDashed aliases
|
|
1976
|
+
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1981
1977
|
// PanelRightOpen aliases
|
|
1982
1978
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1983
1979
|
// PanelRight aliases
|
|
@@ -1988,28 +1984,28 @@ export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-d
|
|
|
1988
1984
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1989
1985
|
// PanelTopOpen aliases
|
|
1990
1986
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1991
|
-
//
|
|
1992
|
-
export { default as
|
|
1987
|
+
// PanelsRightBottom aliases
|
|
1988
|
+
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1993
1989
|
// PanelTop aliases
|
|
1994
1990
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1995
1991
|
// PaperBag aliases
|
|
1996
1992
|
export { default as PaperBagIcon } from '../icons/paper-bag';
|
|
1997
|
-
//
|
|
1998
|
-
export { default as
|
|
1993
|
+
// PanelsLeftBottom aliases
|
|
1994
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1995
|
+
// Paperclip aliases
|
|
1996
|
+
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1999
1997
|
// Parasol aliases
|
|
2000
1998
|
export { default as ParasolIcon } from '../icons/parasol';
|
|
2001
1999
|
// Parentheses aliases
|
|
2002
2000
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
2003
|
-
// Paperclip aliases
|
|
2004
|
-
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
2005
2001
|
// ParkingMeter aliases
|
|
2006
2002
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
2007
2003
|
// PartyPopper aliases
|
|
2008
2004
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
2009
|
-
// PawPrint aliases
|
|
2010
|
-
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
2011
2005
|
// Pause aliases
|
|
2012
2006
|
export { default as PauseIcon } from '../icons/pause';
|
|
2007
|
+
// PawPrint aliases
|
|
2008
|
+
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
2013
2009
|
// PcCase aliases
|
|
2014
2010
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
2015
2011
|
// PenOff aliases
|
|
@@ -2020,10 +2016,10 @@ export { default as PenToolIcon } from '../icons/pen-tool';
|
|
|
2020
2016
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
2021
2017
|
// PencilOff aliases
|
|
2022
2018
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
2023
|
-
// PencilSparkles aliases
|
|
2024
|
-
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
2025
2019
|
// PencilRuler aliases
|
|
2026
2020
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
2021
|
+
// PencilSparkles aliases
|
|
2022
|
+
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
2027
2023
|
// Pencil aliases
|
|
2028
2024
|
export { default as PencilIcon } from '../icons/pencil';
|
|
2029
2025
|
// Pentagon aliases
|
|
@@ -2032,10 +2028,10 @@ export { default as PentagonIcon } from '../icons/pentagon';
|
|
|
2032
2028
|
export { default as PercentIcon } from '../icons/percent';
|
|
2033
2029
|
// PersonStanding aliases
|
|
2034
2030
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
2035
|
-
// PhilippinePeso aliases
|
|
2036
|
-
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2037
2031
|
// Phi aliases
|
|
2038
2032
|
export { default as PhiIcon } from '../icons/phi';
|
|
2033
|
+
// PhilippinePeso aliases
|
|
2034
|
+
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2039
2035
|
// PhoneCall aliases
|
|
2040
2036
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2041
2037
|
// PhoneForwarded aliases
|
|
@@ -2048,10 +2044,10 @@ export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
|
2048
2044
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
2049
2045
|
// PhoneOutgoing aliases
|
|
2050
2046
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2051
|
-
// Pi aliases
|
|
2052
|
-
export { default as PiIcon } from '../icons/pi';
|
|
2053
2047
|
// Phone aliases
|
|
2054
2048
|
export { default as PhoneIcon } from '../icons/phone';
|
|
2049
|
+
// Pi aliases
|
|
2050
|
+
export { default as PiIcon } from '../icons/pi';
|
|
2055
2051
|
// Piano aliases
|
|
2056
2052
|
export { default as PianoIcon } from '../icons/piano';
|
|
2057
2053
|
// Pickaxe aliases
|
|
@@ -2064,22 +2060,22 @@ export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
|
2064
2060
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2065
2061
|
// PilcrowLeft aliases
|
|
2066
2062
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2067
|
-
// Pilcrow aliases
|
|
2068
|
-
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2069
2063
|
// PilcrowRight aliases
|
|
2070
2064
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2065
|
+
// Pilcrow aliases
|
|
2066
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2071
2067
|
// PillBottle aliases
|
|
2072
2068
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2073
2069
|
// Pill aliases
|
|
2074
2070
|
export { default as PillIcon } from '../icons/pill';
|
|
2075
2071
|
// PinOff aliases
|
|
2076
2072
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2077
|
-
// Pizza aliases
|
|
2078
|
-
export { default as PizzaIcon } from '../icons/pizza';
|
|
2079
|
-
// Pipette aliases
|
|
2080
|
-
export { default as PipetteIcon } from '../icons/pipette';
|
|
2081
2073
|
// Pin aliases
|
|
2082
2074
|
export { default as PinIcon } from '../icons/pin';
|
|
2075
|
+
// Pipette aliases
|
|
2076
|
+
export { default as PipetteIcon } from '../icons/pipette';
|
|
2077
|
+
// Pizza aliases
|
|
2078
|
+
export { default as PizzaIcon } from '../icons/pizza';
|
|
2083
2079
|
// PlaneLanding aliases
|
|
2084
2080
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2085
2081
|
// PlaneTakeoff aliases
|
|
@@ -2104,54 +2100,54 @@ export { default as PodiumIcon } from '../icons/podium';
|
|
|
2104
2100
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2105
2101
|
// Pointer aliases
|
|
2106
2102
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2107
|
-
// Popcorn aliases
|
|
2108
|
-
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2109
2103
|
// Popsicle aliases
|
|
2110
2104
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2105
|
+
// Popcorn aliases
|
|
2106
|
+
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2111
2107
|
// PoundSterling aliases
|
|
2112
2108
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2113
2109
|
// PowerOff aliases
|
|
2114
2110
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2115
|
-
// Power aliases
|
|
2116
|
-
export { default as PowerIcon } from '../icons/power';
|
|
2117
2111
|
// Presentation aliases
|
|
2118
2112
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2119
|
-
//
|
|
2120
|
-
export { default as
|
|
2113
|
+
// Power aliases
|
|
2114
|
+
export { default as PowerIcon } from '../icons/power';
|
|
2121
2115
|
// PrinterX aliases
|
|
2122
2116
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2117
|
+
// PrinterCheck aliases
|
|
2118
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2123
2119
|
// Printer aliases
|
|
2124
2120
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2125
2121
|
// Projector aliases
|
|
2126
2122
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2127
2123
|
// Proportions aliases
|
|
2128
2124
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2129
|
-
// Puzzle aliases
|
|
2130
|
-
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2131
2125
|
// Pyramid aliases
|
|
2132
2126
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2127
|
+
// Puzzle aliases
|
|
2128
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2133
2129
|
// QrCode aliases
|
|
2134
2130
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2135
|
-
// Quote aliases
|
|
2136
|
-
export { default as QuoteIcon } from '../icons/quote';
|
|
2137
2131
|
// Rabbit aliases
|
|
2138
2132
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2133
|
+
// Quote aliases
|
|
2134
|
+
export { default as QuoteIcon } from '../icons/quote';
|
|
2139
2135
|
// Radar aliases
|
|
2140
2136
|
export { default as RadarIcon } from '../icons/radar';
|
|
2141
|
-
// Radical aliases
|
|
2142
|
-
export { default as RadicalIcon } from '../icons/radical';
|
|
2143
2137
|
// Radiation aliases
|
|
2144
2138
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2139
|
+
// Radical aliases
|
|
2140
|
+
export { default as RadicalIcon } from '../icons/radical';
|
|
2145
2141
|
// RadioOff aliases
|
|
2146
2142
|
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2147
2143
|
// RadioReceiver aliases
|
|
2148
2144
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2149
2145
|
// RadioTower aliases
|
|
2150
2146
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2151
|
-
// Radius aliases
|
|
2152
|
-
export { default as RadiusIcon } from '../icons/radius';
|
|
2153
2147
|
// Radio aliases
|
|
2154
2148
|
export { default as RadioIcon } from '../icons/radio';
|
|
2149
|
+
// Radius aliases
|
|
2150
|
+
export { default as RadiusIcon } from '../icons/radius';
|
|
2155
2151
|
// Rainbow aliases
|
|
2156
2152
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2157
2153
|
// Rat aliases
|
|
@@ -2160,10 +2156,10 @@ export { default as RatIcon } from '../icons/rat';
|
|
|
2160
2156
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2161
2157
|
// ReceiptCent aliases
|
|
2162
2158
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2163
|
-
// ReceiptEuro aliases
|
|
2164
|
-
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2165
2159
|
// ReceiptIndianRupee aliases
|
|
2166
2160
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2161
|
+
// ReceiptEuro aliases
|
|
2162
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2167
2163
|
// ReceiptJapaneseYen aliases
|
|
2168
2164
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2169
2165
|
// ReceiptPoundSterling aliases
|
|
@@ -2198,14 +2194,14 @@ export { default as RedoIcon } from '../icons/redo';
|
|
|
2198
2194
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2199
2195
|
// RefreshCcw aliases
|
|
2200
2196
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2201
|
-
// RefreshCwOff aliases
|
|
2202
|
-
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2203
2197
|
// RefreshCw aliases
|
|
2204
2198
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2205
|
-
//
|
|
2206
|
-
export { default as
|
|
2199
|
+
// RefreshCwOff aliases
|
|
2200
|
+
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2207
2201
|
// Refrigerator aliases
|
|
2208
2202
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2203
|
+
// Regex aliases
|
|
2204
|
+
export { default as RegexIcon } from '../icons/regex';
|
|
2209
2205
|
// RemoveFormatting aliases
|
|
2210
2206
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2211
2207
|
// Repeat1 aliases
|
|
@@ -2228,20 +2224,20 @@ export { default as ReplyIcon } from '../icons/reply';
|
|
|
2228
2224
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2229
2225
|
// Ribbon aliases
|
|
2230
2226
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2231
|
-
// Rocket aliases
|
|
2232
|
-
export { default as RocketIcon } from '../icons/rocket';
|
|
2233
2227
|
// Road aliases
|
|
2234
2228
|
export { default as RoadIcon } from '../icons/road';
|
|
2235
|
-
//
|
|
2236
|
-
export { default as
|
|
2229
|
+
// Rocket aliases
|
|
2230
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2237
2231
|
// RockingChair aliases
|
|
2238
2232
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2239
|
-
//
|
|
2240
|
-
export { default as
|
|
2233
|
+
// RollerCoaster aliases
|
|
2234
|
+
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2241
2235
|
// RotateCcwKey aliases
|
|
2242
2236
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2243
2237
|
// RotateCcwSquare aliases
|
|
2244
2238
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2239
|
+
// Rose aliases
|
|
2240
|
+
export { default as RoseIcon } from '../icons/rose';
|
|
2245
2241
|
// RotateCcw aliases
|
|
2246
2242
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2247
2243
|
// RotateCwFadingClock aliases
|
|
@@ -2250,68 +2246,68 @@ export { default as RotateCwFadingClockIcon } from '../icons/rotate-cw-fading-cl
|
|
|
2250
2246
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2251
2247
|
// RotateCw aliases
|
|
2252
2248
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2249
|
+
// RouteOff aliases
|
|
2250
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2253
2251
|
// Route aliases
|
|
2254
2252
|
export { default as RouteIcon } from '../icons/route';
|
|
2255
2253
|
// Router aliases
|
|
2256
2254
|
export { default as RouterIcon } from '../icons/router';
|
|
2257
|
-
// RouteOff aliases
|
|
2258
|
-
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2259
2255
|
// Rows4 aliases
|
|
2260
2256
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2261
2257
|
// Rss aliases
|
|
2262
2258
|
export { default as RssIcon } from '../icons/rss';
|
|
2263
|
-
// Ruler aliases
|
|
2264
|
-
export { default as RulerIcon } from '../icons/ruler';
|
|
2265
2259
|
// RulerDimensionLine aliases
|
|
2266
2260
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2261
|
+
// Ruler aliases
|
|
2262
|
+
export { default as RulerIcon } from '../icons/ruler';
|
|
2267
2263
|
// RussianRuble aliases
|
|
2268
2264
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2269
|
-
// Salad aliases
|
|
2270
|
-
export { default as SaladIcon } from '../icons/salad';
|
|
2271
2265
|
// Sailboat aliases
|
|
2272
2266
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2273
|
-
// SatelliteDish aliases
|
|
2274
|
-
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2275
2267
|
// Sandwich aliases
|
|
2276
2268
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2277
|
-
//
|
|
2278
|
-
export { default as
|
|
2269
|
+
// Salad aliases
|
|
2270
|
+
export { default as SaladIcon } from '../icons/salad';
|
|
2271
|
+
// SatelliteDish aliases
|
|
2272
|
+
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2279
2273
|
// SaudiRiyal aliases
|
|
2280
2274
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2275
|
+
// Satellite aliases
|
|
2276
|
+
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2281
2277
|
// SaveAll aliases
|
|
2282
2278
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2283
2279
|
// SaveCheck aliases
|
|
2284
2280
|
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2285
|
-
// SaveOff aliases
|
|
2286
|
-
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2287
2281
|
// SavePen aliases
|
|
2288
2282
|
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2289
2283
|
// SavePlus aliases
|
|
2290
2284
|
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2285
|
+
// SaveOff aliases
|
|
2286
|
+
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2291
2287
|
// Save aliases
|
|
2292
2288
|
export { default as SaveIcon } from '../icons/save';
|
|
2293
2289
|
// Scale aliases
|
|
2294
2290
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2295
|
-
// ScanBarcode aliases
|
|
2296
|
-
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2297
2291
|
// Scaling aliases
|
|
2298
2292
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2293
|
+
// ScanBarcode aliases
|
|
2294
|
+
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2299
2295
|
// ScanBox aliases
|
|
2300
2296
|
export { default as ScanBoxIcon } from '../icons/scan-box';
|
|
2301
|
-
// ScanFace aliases
|
|
2302
|
-
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2303
2297
|
// ScanEye aliases
|
|
2304
2298
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2299
|
+
// ScanFace aliases
|
|
2300
|
+
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2305
2301
|
// ScanHeart aliases
|
|
2306
2302
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2307
2303
|
// ScanLine aliases
|
|
2308
2304
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2305
|
+
// ScanQrCode aliases
|
|
2306
|
+
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2309
2307
|
// ScanSearch aliases
|
|
2310
2308
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2311
2309
|
// ScanSquare aliases
|
|
2312
2310
|
export { default as ScanSquareIcon } from '../icons/scan-square';
|
|
2313
|
-
// ScanQrCode aliases
|
|
2314
|
-
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2315
2311
|
// ScanText aliases
|
|
2316
2312
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2317
2313
|
// Scan aliases
|
|
@@ -2320,42 +2316,42 @@ export { default as ScanIcon } from '../icons/scan';
|
|
|
2320
2316
|
export { default as SchoolIcon } from '../icons/school';
|
|
2321
2317
|
// ScissorsLineDashed aliases
|
|
2322
2318
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2323
|
-
// ScreenShareOff aliases
|
|
2324
|
-
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2325
2319
|
// Scissors aliases
|
|
2326
2320
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2327
|
-
// Scroll aliases
|
|
2328
|
-
export { default as ScrollIcon } from '../icons/scroll';
|
|
2329
2321
|
// Scooter aliases
|
|
2330
2322
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2323
|
+
// ScreenShareOff aliases
|
|
2324
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2331
2325
|
// ScreenShare aliases
|
|
2332
2326
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2333
2327
|
// ScrollText aliases
|
|
2334
2328
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2335
|
-
//
|
|
2336
|
-
export { default as
|
|
2329
|
+
// Scroll aliases
|
|
2330
|
+
export { default as ScrollIcon } from '../icons/scroll';
|
|
2337
2331
|
// SearchAlert aliases
|
|
2338
2332
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2333
|
+
// SearchCheck aliases
|
|
2334
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2339
2335
|
// SearchCode aliases
|
|
2340
2336
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2341
|
-
// Search aliases
|
|
2342
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2343
2337
|
// SearchSlash aliases
|
|
2344
2338
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2345
|
-
// Section aliases
|
|
2346
|
-
export { default as SectionIcon } from '../icons/section';
|
|
2347
2339
|
// SearchX aliases
|
|
2348
2340
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2341
|
+
// Search aliases
|
|
2342
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2343
|
+
// Section aliases
|
|
2344
|
+
export { default as SectionIcon } from '../icons/section';
|
|
2349
2345
|
// SendToBack aliases
|
|
2350
2346
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2351
2347
|
// Send aliases
|
|
2352
2348
|
export { default as SendIcon } from '../icons/send';
|
|
2353
2349
|
// SeparatorHorizontal aliases
|
|
2354
2350
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2355
|
-
// ServerCog aliases
|
|
2356
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2357
2351
|
// SeparatorVertical aliases
|
|
2358
2352
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2353
|
+
// ServerCog aliases
|
|
2354
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2359
2355
|
// ServerCrash aliases
|
|
2360
2356
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2361
2357
|
// ServerOff aliases
|
|
@@ -2364,26 +2360,26 @@ export { default as ServerOffIcon } from '../icons/server-off';
|
|
|
2364
2360
|
export { default as ServerPlusIcon } from '../icons/server-plus';
|
|
2365
2361
|
// Server aliases
|
|
2366
2362
|
export { default as ServerIcon } from '../icons/server';
|
|
2367
|
-
// Settings2 aliases
|
|
2368
|
-
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2369
2363
|
// Settings aliases
|
|
2370
2364
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2371
|
-
//
|
|
2372
|
-
export { default as
|
|
2365
|
+
// Settings2 aliases
|
|
2366
|
+
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2373
2367
|
// Share2 aliases
|
|
2374
2368
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2369
|
+
// Shapes aliases
|
|
2370
|
+
export { default as ShapesIcon } from '../icons/shapes';
|
|
2375
2371
|
// Sheet aliases
|
|
2376
2372
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2377
|
-
// Shell aliases
|
|
2378
|
-
export { default as ShellIcon } from '../icons/shell';
|
|
2379
2373
|
// Share aliases
|
|
2380
2374
|
export { default as ShareIcon } from '../icons/share';
|
|
2381
|
-
//
|
|
2382
|
-
export { default as
|
|
2375
|
+
// Shell aliases
|
|
2376
|
+
export { default as ShellIcon } from '../icons/shell';
|
|
2383
2377
|
// ShelvingUnit aliases
|
|
2384
2378
|
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2385
2379
|
// ShieldAlert aliases
|
|
2386
2380
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2381
|
+
// ShieldBan aliases
|
|
2382
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2387
2383
|
// ShieldCheck aliases
|
|
2388
2384
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2389
2385
|
// ShieldCogCorner aliases
|
|
@@ -2392,26 +2388,28 @@ export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
|
2392
2388
|
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2393
2389
|
// ShieldEllipsis aliases
|
|
2394
2390
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2395
|
-
// ShieldHalf aliases
|
|
2396
|
-
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2397
2391
|
// ShieldKeyhole aliases
|
|
2398
2392
|
export { default as ShieldKeyholeIcon } from '../icons/shield-keyhole';
|
|
2393
|
+
// ShieldHalf aliases
|
|
2394
|
+
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2395
|
+
// ShieldLock aliases
|
|
2396
|
+
export { default as ShieldLockIcon } from '../icons/shield-lock';
|
|
2399
2397
|
// ShieldMinus aliases
|
|
2400
2398
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2401
2399
|
// ShieldOff aliases
|
|
2402
2400
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2403
|
-
// ShieldUser aliases
|
|
2404
|
-
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2405
2401
|
// ShieldPlus aliases
|
|
2406
2402
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2403
|
+
// ShieldUser aliases
|
|
2404
|
+
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2407
2405
|
// Shield aliases
|
|
2408
2406
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2409
2407
|
// ShipWheel aliases
|
|
2410
2408
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2411
|
-
// Shirt aliases
|
|
2412
|
-
export { default as ShirtIcon } from '../icons/shirt';
|
|
2413
2409
|
// Ship aliases
|
|
2414
2410
|
export { default as ShipIcon } from '../icons/ship';
|
|
2411
|
+
// Shirt aliases
|
|
2412
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2415
2413
|
// ShoppingBag aliases
|
|
2416
2414
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2417
2415
|
// ShoppingBasket aliases
|
|
@@ -2422,58 +2420,54 @@ export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
|
2422
2420
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2423
2421
|
// ShowerHead aliases
|
|
2424
2422
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2425
|
-
//
|
|
2426
|
-
export { default as
|
|
2423
|
+
// Shrimp aliases
|
|
2424
|
+
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2427
2425
|
// Shredder aliases
|
|
2428
2426
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2427
|
+
// Shrink aliases
|
|
2428
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2429
2429
|
// Shrub aliases
|
|
2430
2430
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2431
|
-
// Shrimp aliases
|
|
2432
|
-
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2433
2431
|
// Shuffle aliases
|
|
2434
2432
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2435
2433
|
// Sigma aliases
|
|
2436
2434
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2437
2435
|
// SignalHigh aliases
|
|
2438
2436
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2439
|
-
// SignalMedium aliases
|
|
2440
|
-
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2441
2437
|
// SignalLow aliases
|
|
2442
2438
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2439
|
+
// SignalMedium aliases
|
|
2440
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2443
2441
|
// SignalZero aliases
|
|
2444
2442
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2445
|
-
// SignpostBig aliases
|
|
2446
|
-
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2447
2443
|
// Signal aliases
|
|
2448
2444
|
export { default as SignalIcon } from '../icons/signal';
|
|
2449
2445
|
// Signature aliases
|
|
2450
2446
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2451
|
-
//
|
|
2452
|
-
export { default as
|
|
2447
|
+
// SignpostBig aliases
|
|
2448
|
+
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2453
2449
|
// Siren aliases
|
|
2454
2450
|
export { default as SirenIcon } from '../icons/siren';
|
|
2451
|
+
// Signpost aliases
|
|
2452
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2455
2453
|
// SkipBack aliases
|
|
2456
2454
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2457
2455
|
// SkipForward aliases
|
|
2458
2456
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2457
|
+
// Slash aliases
|
|
2458
|
+
export { default as SlashIcon } from '../icons/slash';
|
|
2459
2459
|
// Skull aliases
|
|
2460
2460
|
export { default as SkullIcon } from '../icons/skull';
|
|
2461
2461
|
// Slice aliases
|
|
2462
2462
|
export { default as SliceIcon } from '../icons/slice';
|
|
2463
|
-
// SmartphoneCharging aliases
|
|
2464
|
-
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2465
|
-
// Slash aliases
|
|
2466
|
-
export { default as SlashIcon } from '../icons/slash';
|
|
2467
2463
|
// SlidersHorizontal aliases
|
|
2468
2464
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2469
|
-
//
|
|
2470
|
-
export { default as
|
|
2471
|
-
// SmilePlus aliases
|
|
2472
|
-
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2465
|
+
// SmartphoneCharging aliases
|
|
2466
|
+
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2473
2467
|
// SmartphoneNfc aliases
|
|
2474
2468
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2475
|
-
//
|
|
2476
|
-
export { default as
|
|
2469
|
+
// Smartphone aliases
|
|
2470
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2477
2471
|
// Snail aliases
|
|
2478
2472
|
export { default as SnailIcon } from '../icons/snail';
|
|
2479
2473
|
// Snowflake aliases
|
|
@@ -2482,48 +2476,48 @@ export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
|
2482
2476
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2483
2477
|
// Sofa aliases
|
|
2484
2478
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2485
|
-
// Soup aliases
|
|
2486
|
-
export { default as SoupIcon } from '../icons/soup';
|
|
2487
2479
|
// SolarPanel aliases
|
|
2488
2480
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2489
|
-
//
|
|
2490
|
-
export { default as
|
|
2481
|
+
// Soup aliases
|
|
2482
|
+
export { default as SoupIcon } from '../icons/soup';
|
|
2491
2483
|
// Spade aliases
|
|
2492
2484
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2493
|
-
//
|
|
2494
|
-
export { default as
|
|
2485
|
+
// Space aliases
|
|
2486
|
+
export { default as SpaceIcon } from '../icons/space';
|
|
2495
2487
|
// Sparkle aliases
|
|
2496
2488
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2497
|
-
// SpellCheck2 aliases
|
|
2498
|
-
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2499
2489
|
// Speaker aliases
|
|
2500
2490
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2501
|
-
//
|
|
2502
|
-
export { default as
|
|
2491
|
+
// Speech aliases
|
|
2492
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2493
|
+
// SpellCheck2 aliases
|
|
2494
|
+
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2503
2495
|
// SpellCheck aliases
|
|
2504
2496
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2497
|
+
// SplinePointer aliases
|
|
2498
|
+
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2505
2499
|
// Spline aliases
|
|
2506
2500
|
export { default as SplineIcon } from '../icons/spline';
|
|
2507
2501
|
// Split aliases
|
|
2508
2502
|
export { default as SplitIcon } from '../icons/split';
|
|
2509
|
-
// Spool aliases
|
|
2510
|
-
export { default as SpoolIcon } from '../icons/spool';
|
|
2511
2503
|
// SportShoe aliases
|
|
2512
2504
|
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2505
|
+
// Spool aliases
|
|
2506
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2513
2507
|
// Spotlight aliases
|
|
2514
2508
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2515
2509
|
// SprayCan aliases
|
|
2516
2510
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2517
2511
|
// Sprout aliases
|
|
2518
2512
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2519
|
-
// SquareArrowRightEnter aliases
|
|
2520
|
-
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2521
2513
|
// SquareArrowRightExit aliases
|
|
2522
2514
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2523
|
-
//
|
|
2524
|
-
export { default as
|
|
2515
|
+
// SquareArrowRightEnter aliases
|
|
2516
|
+
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2525
2517
|
// SquareDashedBottomCode aliases
|
|
2526
2518
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2519
|
+
// SquareDashedBottom aliases
|
|
2520
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2527
2521
|
// SquareDashedTopSolid aliases
|
|
2528
2522
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2529
2523
|
// SquareOff aliases
|
|
@@ -2532,54 +2526,54 @@ export { default as SquareOffIcon } from '../icons/square-off';
|
|
|
2532
2526
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2533
2527
|
// SquareRadical aliases
|
|
2534
2528
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2535
|
-
// SquareSquare aliases
|
|
2536
|
-
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2537
2529
|
// SquareRoundCorner aliases
|
|
2538
2530
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2531
|
+
// SquareSquare aliases
|
|
2532
|
+
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2539
2533
|
// SquareStack aliases
|
|
2540
2534
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2541
|
-
// SquareStop aliases
|
|
2542
|
-
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2543
2535
|
// SquareStar aliases
|
|
2544
2536
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2537
|
+
// SquareStop aliases
|
|
2538
|
+
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2545
2539
|
// Square aliases
|
|
2546
2540
|
export { default as SquareIcon } from '../icons/square';
|
|
2541
|
+
// SquaresIntersect aliases
|
|
2542
|
+
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2547
2543
|
// SquaresExclude aliases
|
|
2548
2544
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2549
2545
|
// SquaresSubtract aliases
|
|
2550
2546
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2551
|
-
// SquaresIntersect aliases
|
|
2552
|
-
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2553
2547
|
// SquaresUnite aliases
|
|
2554
2548
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2555
|
-
// Squircle aliases
|
|
2556
|
-
export { default as SquircleIcon } from '../icons/squircle';
|
|
2557
2549
|
// SquircleDashed aliases
|
|
2558
2550
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2559
|
-
//
|
|
2560
|
-
export { default as
|
|
2551
|
+
// Squircle aliases
|
|
2552
|
+
export { default as SquircleIcon } from '../icons/squircle';
|
|
2561
2553
|
// Stamp aliases
|
|
2562
2554
|
export { default as StampIcon } from '../icons/stamp';
|
|
2563
|
-
//
|
|
2564
|
-
export { default as
|
|
2555
|
+
// Squirrel aliases
|
|
2556
|
+
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2565
2557
|
// StarHalf aliases
|
|
2566
2558
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2559
|
+
// StarCheck aliases
|
|
2560
|
+
export { default as StarCheckIcon } from '../icons/star-check';
|
|
2567
2561
|
// StarMinus aliases
|
|
2568
2562
|
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2569
|
-
// StarX aliases
|
|
2570
|
-
export { default as StarXIcon } from '../icons/star-x';
|
|
2571
2563
|
// StarOff aliases
|
|
2572
2564
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2573
|
-
// Star aliases
|
|
2574
|
-
export { default as StarIcon } from '../icons/star';
|
|
2575
2565
|
// StarPlus aliases
|
|
2576
2566
|
export { default as StarPlusIcon } from '../icons/star-plus';
|
|
2567
|
+
// StarX aliases
|
|
2568
|
+
export { default as StarXIcon } from '../icons/star-x';
|
|
2569
|
+
// Star aliases
|
|
2570
|
+
export { default as StarIcon } from '../icons/star';
|
|
2577
2571
|
// StepBack aliases
|
|
2578
2572
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2579
|
-
// Stethoscope aliases
|
|
2580
|
-
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2581
2573
|
// StepForward aliases
|
|
2582
2574
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2575
|
+
// Stethoscope aliases
|
|
2576
|
+
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2583
2577
|
// Sticker aliases
|
|
2584
2578
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2585
2579
|
// StickyNoteCheck aliases
|
|
@@ -2592,10 +2586,10 @@ export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
|
2592
2586
|
export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
2593
2587
|
// StickyNoteX aliases
|
|
2594
2588
|
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2595
|
-
// StickyNote aliases
|
|
2596
|
-
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2597
2589
|
// StickyNotes aliases
|
|
2598
2590
|
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2591
|
+
// StickyNote aliases
|
|
2592
|
+
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2599
2593
|
// Stone aliases
|
|
2600
2594
|
export { default as StoneIcon } from '../icons/stone';
|
|
2601
2595
|
// Store aliases
|
|
@@ -2616,10 +2610,10 @@ export { default as SunDimIcon } from '../icons/sun-dim';
|
|
|
2616
2610
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2617
2611
|
// SunMoon aliases
|
|
2618
2612
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2619
|
-
// SunSnow aliases
|
|
2620
|
-
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2621
2613
|
// Sun aliases
|
|
2622
2614
|
export { default as SunIcon } from '../icons/sun';
|
|
2615
|
+
// SunSnow aliases
|
|
2616
|
+
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2623
2617
|
// Sunrise aliases
|
|
2624
2618
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2625
2619
|
// Sunset aliases
|
|
@@ -2630,14 +2624,14 @@ export { default as SuperscriptIcon } from '../icons/superscript';
|
|
|
2630
2624
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2631
2625
|
// SwissFranc aliases
|
|
2632
2626
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2633
|
-
// Sword aliases
|
|
2634
|
-
export { default as SwordIcon } from '../icons/sword';
|
|
2635
2627
|
// SwitchCamera aliases
|
|
2636
2628
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2637
|
-
//
|
|
2638
|
-
export { default as
|
|
2629
|
+
// Sword aliases
|
|
2630
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2639
2631
|
// Syringe aliases
|
|
2640
2632
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2633
|
+
// Swords aliases
|
|
2634
|
+
export { default as SwordsIcon } from '../icons/swords';
|
|
2641
2635
|
// Table2 aliases
|
|
2642
2636
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2643
2637
|
// TableCellsMerge aliases
|
|
@@ -2646,34 +2640,34 @@ export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
|
2646
2640
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2647
2641
|
// TableColumnsSplit aliases
|
|
2648
2642
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2649
|
-
// TableProperties aliases
|
|
2650
|
-
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2651
2643
|
// TableOfContents aliases
|
|
2652
2644
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2653
2645
|
// TableRowsSplit aliases
|
|
2654
2646
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2655
|
-
//
|
|
2656
|
-
export { default as
|
|
2647
|
+
// TableProperties aliases
|
|
2648
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2657
2649
|
// TabletSmartphone aliases
|
|
2658
2650
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2651
|
+
// Table aliases
|
|
2652
|
+
export { default as TableIcon } from '../icons/table';
|
|
2659
2653
|
// Tablet aliases
|
|
2660
2654
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2655
|
+
// TagPlus aliases
|
|
2656
|
+
export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
2661
2657
|
// Tablets aliases
|
|
2662
2658
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2663
2659
|
// TagX aliases
|
|
2664
2660
|
export { default as TagXIcon } from '../icons/tag-x';
|
|
2665
|
-
// TagPlus aliases
|
|
2666
|
-
export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
2667
2661
|
// Tag aliases
|
|
2668
2662
|
export { default as TagIcon } from '../icons/tag';
|
|
2669
2663
|
// Tags aliases
|
|
2670
2664
|
export { default as TagsIcon } from '../icons/tags';
|
|
2671
|
-
// Tally2 aliases
|
|
2672
|
-
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2673
|
-
// Tally3 aliases
|
|
2674
|
-
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2675
2665
|
// Tally1 aliases
|
|
2676
2666
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2667
|
+
// Tally3 aliases
|
|
2668
|
+
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2669
|
+
// Tally2 aliases
|
|
2670
|
+
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2677
2671
|
// Tally4 aliases
|
|
2678
2672
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2679
2673
|
// Tally5 aliases
|
|
@@ -2688,24 +2682,24 @@ export { default as TelescopeIcon } from '../icons/telescope';
|
|
|
2688
2682
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2689
2683
|
// Tent aliases
|
|
2690
2684
|
export { default as TentIcon } from '../icons/tent';
|
|
2691
|
-
// TestTube aliases
|
|
2692
|
-
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2693
2685
|
// Terminal aliases
|
|
2694
2686
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2687
|
+
// TestTube aliases
|
|
2688
|
+
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2695
2689
|
// TestTubes aliases
|
|
2696
2690
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2697
2691
|
// TextCursorInput aliases
|
|
2698
2692
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2699
2693
|
// TextCursor aliases
|
|
2700
2694
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2695
|
+
// TextQuote aliases
|
|
2696
|
+
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2701
2697
|
// TextSearch aliases
|
|
2702
2698
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2703
2699
|
// Theater aliases
|
|
2704
2700
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2705
2701
|
// ThermometerSnowflake aliases
|
|
2706
2702
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2707
|
-
// TextQuote aliases
|
|
2708
|
-
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2709
2703
|
// ThermometerSun aliases
|
|
2710
2704
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2711
2705
|
// Thermometer aliases
|
|
@@ -2718,48 +2712,48 @@ export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
|
2718
2712
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2719
2713
|
// TicketMinus aliases
|
|
2720
2714
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2721
|
-
// TicketPercent aliases
|
|
2722
|
-
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2723
2715
|
// TicketPlus aliases
|
|
2724
2716
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2717
|
+
// TicketPercent aliases
|
|
2718
|
+
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2725
2719
|
// TicketSlash aliases
|
|
2726
2720
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2727
2721
|
// TicketX aliases
|
|
2728
2722
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2729
|
-
// Ticket aliases
|
|
2730
|
-
export { default as TicketIcon } from '../icons/ticket';
|
|
2731
2723
|
// TicketsPlane aliases
|
|
2732
2724
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2725
|
+
// Ticket aliases
|
|
2726
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2733
2727
|
// Tickets aliases
|
|
2734
2728
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2735
2729
|
// Timeline aliases
|
|
2736
2730
|
export { default as TimelineIcon } from '../icons/timeline';
|
|
2737
|
-
// TimerOff aliases
|
|
2738
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2739
2731
|
// TimerReset aliases
|
|
2740
2732
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2741
|
-
//
|
|
2742
|
-
export { default as
|
|
2733
|
+
// TimerOff aliases
|
|
2734
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2743
2735
|
// ToggleLeft aliases
|
|
2744
2736
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2745
2737
|
// ToggleRight aliases
|
|
2746
2738
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2739
|
+
// Timer aliases
|
|
2740
|
+
export { default as TimerIcon } from '../icons/timer';
|
|
2747
2741
|
// Toilet aliases
|
|
2748
2742
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2749
2743
|
// ToolCase aliases
|
|
2750
2744
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2751
2745
|
// Toolbox aliases
|
|
2752
2746
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2753
|
-
// Torus aliases
|
|
2754
|
-
export { default as TorusIcon } from '../icons/torus';
|
|
2755
2747
|
// Tornado aliases
|
|
2756
2748
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2749
|
+
// Torus aliases
|
|
2750
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2751
|
+
// Touchpad aliases
|
|
2752
|
+
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2757
2753
|
// TouchpadOff aliases
|
|
2758
2754
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2759
2755
|
// TowelRack aliases
|
|
2760
2756
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2761
|
-
// Touchpad aliases
|
|
2762
|
-
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2763
2757
|
// TowerControl aliases
|
|
2764
2758
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2765
2759
|
// ToyBrick aliases
|
|
@@ -2774,30 +2768,30 @@ export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
|
2774
2768
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2775
2769
|
// TrainTrack aliases
|
|
2776
2770
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2777
|
-
// Trash2 aliases
|
|
2778
|
-
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2779
2771
|
// Transgender aliases
|
|
2780
2772
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2773
|
+
// Trash2 aliases
|
|
2774
|
+
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2781
2775
|
// Trash aliases
|
|
2782
2776
|
export { default as TrashIcon } from '../icons/trash';
|
|
2783
2777
|
// TreeDeciduous aliases
|
|
2784
2778
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2785
2779
|
// TreePine aliases
|
|
2786
2780
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2787
|
-
// TrendingDown aliases
|
|
2788
|
-
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2789
2781
|
// Trees aliases
|
|
2790
2782
|
export { default as TreesIcon } from '../icons/trees';
|
|
2783
|
+
// TrendingDown aliases
|
|
2784
|
+
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2791
2785
|
// TrendingUpDown aliases
|
|
2792
2786
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2793
2787
|
// TrendingUp aliases
|
|
2794
2788
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2789
|
+
// TriangleDashed aliases
|
|
2790
|
+
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2795
2791
|
// TriangleRight aliases
|
|
2796
2792
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2797
2793
|
// Triangle aliases
|
|
2798
2794
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2799
|
-
// TriangleDashed aliases
|
|
2800
|
-
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2801
2795
|
// Trophy aliases
|
|
2802
2796
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2803
2797
|
// TruckElectric aliases
|
|
@@ -2818,34 +2812,34 @@ export { default as TvIcon } from '../icons/tv';
|
|
|
2818
2812
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2819
2813
|
// Type aliases
|
|
2820
2814
|
export { default as TypeIcon } from '../icons/type';
|
|
2821
|
-
// UmbrellaOff aliases
|
|
2822
|
-
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2823
2815
|
// Umbrella aliases
|
|
2824
2816
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2825
|
-
//
|
|
2826
|
-
export { default as
|
|
2817
|
+
// UmbrellaOff aliases
|
|
2818
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2827
2819
|
// Undo2 aliases
|
|
2828
2820
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2829
|
-
//
|
|
2830
|
-
export { default as
|
|
2821
|
+
// Underline aliases
|
|
2822
|
+
export { default as UnderlineIcon } from '../icons/underline';
|
|
2831
2823
|
// UndoDot aliases
|
|
2832
2824
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2833
|
-
//
|
|
2834
|
-
export { default as
|
|
2825
|
+
// Undo aliases
|
|
2826
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2835
2827
|
// UnfoldHorizontal aliases
|
|
2836
2828
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2829
|
+
// UnfoldVertical aliases
|
|
2830
|
+
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2837
2831
|
// Ungroup aliases
|
|
2838
2832
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2839
2833
|
// Unlink2 aliases
|
|
2840
2834
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2841
2835
|
// Unlink aliases
|
|
2842
2836
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2843
|
-
// Upload aliases
|
|
2844
|
-
export { default as UploadIcon } from '../icons/upload';
|
|
2845
2837
|
// Unplug aliases
|
|
2846
2838
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2847
2839
|
// Usb aliases
|
|
2848
2840
|
export { default as UsbIcon } from '../icons/usb';
|
|
2841
|
+
// Upload aliases
|
|
2842
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2849
2843
|
// UserCheck aliases
|
|
2850
2844
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2851
2845
|
// UserCog aliases
|
|
@@ -2854,10 +2848,10 @@ export { default as UserCogIcon } from '../icons/user-cog';
|
|
|
2854
2848
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2855
2849
|
// UserLock aliases
|
|
2856
2850
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2857
|
-
// UserPen aliases
|
|
2858
|
-
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2859
2851
|
// UserMinus aliases
|
|
2860
2852
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2853
|
+
// UserPen aliases
|
|
2854
|
+
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2861
2855
|
// UserPlus aliases
|
|
2862
2856
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2863
2857
|
// UserRoundArrowLeft aliases
|
|
@@ -2866,16 +2860,16 @@ export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-lef
|
|
|
2866
2860
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2867
2861
|
// UserRoundPen aliases
|
|
2868
2862
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2869
|
-
// UserRoundSearch aliases
|
|
2870
|
-
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2871
|
-
// UserShield aliases
|
|
2872
|
-
export { default as UserShieldIcon } from '../icons/user-shield';
|
|
2873
|
-
// UserStar aliases
|
|
2874
|
-
export { default as UserStarIcon } from '../icons/user-star';
|
|
2875
2863
|
// UserSearch aliases
|
|
2876
2864
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2865
|
+
// UserShield aliases
|
|
2866
|
+
export { default as UserShieldIcon } from '../icons/user-shield';
|
|
2867
|
+
// UserRoundSearch aliases
|
|
2868
|
+
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2877
2869
|
// UserX aliases
|
|
2878
2870
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2871
|
+
// UserStar aliases
|
|
2872
|
+
export { default as UserStarIcon } from '../icons/user-star';
|
|
2879
2873
|
// User aliases
|
|
2880
2874
|
export { default as UserIcon } from '../icons/user';
|
|
2881
2875
|
// Users aliases
|
|
@@ -2886,30 +2880,28 @@ export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
|
2886
2880
|
export { default as VanIcon } from '../icons/van';
|
|
2887
2881
|
// Variable aliases
|
|
2888
2882
|
export { default as VariableIcon } from '../icons/variable';
|
|
2889
|
-
// VectorSquare aliases
|
|
2890
|
-
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2891
2883
|
// Vault aliases
|
|
2892
2884
|
export { default as VaultIcon } from '../icons/vault';
|
|
2885
|
+
// VectorSquare aliases
|
|
2886
|
+
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2893
2887
|
// Vegan aliases
|
|
2894
2888
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2895
2889
|
// VenetianMask aliases
|
|
2896
2890
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2897
2891
|
// VenusAndMars aliases
|
|
2898
2892
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2899
|
-
// Venus aliases
|
|
2900
|
-
export { default as VenusIcon } from '../icons/venus';
|
|
2901
2893
|
// VibrateOff aliases
|
|
2902
2894
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2895
|
+
// Venus aliases
|
|
2896
|
+
export { default as VenusIcon } from '../icons/venus';
|
|
2903
2897
|
// Vibrate aliases
|
|
2904
2898
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2905
2899
|
// VideoOff aliases
|
|
2906
2900
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2907
|
-
// Video aliases
|
|
2908
|
-
export { default as VideoIcon } from '../icons/video';
|
|
2909
2901
|
// Videotape aliases
|
|
2910
2902
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2911
|
-
//
|
|
2912
|
-
export { default as
|
|
2903
|
+
// Video aliases
|
|
2904
|
+
export { default as VideoIcon } from '../icons/video';
|
|
2913
2905
|
// Voicemail aliases
|
|
2914
2906
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2915
2907
|
// Volleyball aliases
|
|
@@ -2918,10 +2910,12 @@ export { default as VolleyballIcon } from '../icons/volleyball';
|
|
|
2918
2910
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2919
2911
|
// Volume1 aliases
|
|
2920
2912
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2921
|
-
//
|
|
2922
|
-
export { default as
|
|
2913
|
+
// View aliases
|
|
2914
|
+
export { default as ViewIcon } from '../icons/view';
|
|
2923
2915
|
// VolumeX aliases
|
|
2924
2916
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2917
|
+
// VolumeOff aliases
|
|
2918
|
+
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2925
2919
|
// Volume aliases
|
|
2926
2920
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2927
2921
|
// Vote aliases
|
|
@@ -2930,24 +2924,24 @@ export { default as VoteIcon } from '../icons/vote';
|
|
|
2930
2924
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2931
2925
|
// Wallet aliases
|
|
2932
2926
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2933
|
-
// Wand aliases
|
|
2934
|
-
export { default as WandIcon } from '../icons/wand';
|
|
2935
2927
|
// Wallpaper aliases
|
|
2936
2928
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2929
|
+
// Wand aliases
|
|
2930
|
+
export { default as WandIcon } from '../icons/wand';
|
|
2937
2931
|
// Warehouse aliases
|
|
2938
2932
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2939
|
-
// Watch aliases
|
|
2940
|
-
export { default as WatchIcon } from '../icons/watch';
|
|
2941
2933
|
// WashingMachine aliases
|
|
2942
2934
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2935
|
+
// Watch aliases
|
|
2936
|
+
export { default as WatchIcon } from '../icons/watch';
|
|
2943
2937
|
// WavesArrowDown aliases
|
|
2944
2938
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2945
2939
|
// WavesArrowUp aliases
|
|
2946
2940
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2947
|
-
// WavesLadder aliases
|
|
2948
|
-
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2949
2941
|
// WavesVertical aliases
|
|
2950
2942
|
export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
2943
|
+
// WavesLadder aliases
|
|
2944
|
+
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2951
2945
|
// Waypoints aliases
|
|
2952
2946
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2953
2947
|
// WebcamOff aliases
|
|
@@ -2960,16 +2954,16 @@ export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
|
2960
2954
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2961
2955
|
// WeightTilde aliases
|
|
2962
2956
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2963
|
-
// WheatOff aliases
|
|
2964
|
-
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2965
2957
|
// Weight aliases
|
|
2966
2958
|
export { default as WeightIcon } from '../icons/weight';
|
|
2967
|
-
//
|
|
2968
|
-
export { default as
|
|
2959
|
+
// WheatOff aliases
|
|
2960
|
+
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2969
2961
|
// Wheat aliases
|
|
2970
2962
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2971
2963
|
// WifiCog aliases
|
|
2972
2964
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2965
|
+
// WholeWord aliases
|
|
2966
|
+
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2973
2967
|
// WifiLow aliases
|
|
2974
2968
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2975
2969
|
// WifiHigh aliases
|
|
@@ -2980,54 +2974,54 @@ export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
|
2980
2974
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2981
2975
|
// WifiSync aliases
|
|
2982
2976
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2983
|
-
// WifiZero aliases
|
|
2984
|
-
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2985
2977
|
// Wifi aliases
|
|
2986
2978
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2979
|
+
// WifiZero aliases
|
|
2980
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2987
2981
|
// WindArrowDown aliases
|
|
2988
2982
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2989
2983
|
// Wind aliases
|
|
2990
2984
|
export { default as WindIcon } from '../icons/wind';
|
|
2991
2985
|
// WineOff aliases
|
|
2992
2986
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2993
|
-
// Wine aliases
|
|
2994
|
-
export { default as WineIcon } from '../icons/wine';
|
|
2995
2987
|
// Workflow aliases
|
|
2996
2988
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2997
|
-
//
|
|
2998
|
-
export { default as
|
|
2999
|
-
// Worm aliases
|
|
3000
|
-
export { default as WormIcon } from '../icons/worm';
|
|
2989
|
+
// Wine aliases
|
|
2990
|
+
export { default as WineIcon } from '../icons/wine';
|
|
3001
2991
|
// WrenchOff aliases
|
|
3002
2992
|
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
2993
|
+
// Worm aliases
|
|
2994
|
+
export { default as WormIcon } from '../icons/worm';
|
|
2995
|
+
// Wrench aliases
|
|
2996
|
+
export { default as WrenchIcon } from '../icons/wrench';
|
|
3003
2997
|
// XLineTop aliases
|
|
3004
2998
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
3005
2999
|
// X aliases
|
|
3006
3000
|
export { default as XIcon } from '../icons/x';
|
|
3007
|
-
// ZodiacAquarius aliases
|
|
3008
|
-
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
3009
3001
|
// ZapOff aliases
|
|
3010
3002
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
3011
3003
|
// Zap aliases
|
|
3012
3004
|
export { default as ZapIcon } from '../icons/zap';
|
|
3013
|
-
//
|
|
3014
|
-
export { default as
|
|
3005
|
+
// ZodiacAquarius aliases
|
|
3006
|
+
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
3015
3007
|
// ZodiacCancer aliases
|
|
3016
3008
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
3017
|
-
//
|
|
3018
|
-
export { default as
|
|
3009
|
+
// ZodiacAries aliases
|
|
3010
|
+
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
3019
3011
|
// ZodiacCapricorn aliases
|
|
3020
3012
|
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
3013
|
+
// ZodiacGemini aliases
|
|
3014
|
+
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
3021
3015
|
// ZodiacLeo aliases
|
|
3022
3016
|
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
3023
|
-
// ZodiacOphiuchus aliases
|
|
3024
|
-
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
3025
3017
|
// ZodiacLibra aliases
|
|
3026
3018
|
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
3027
|
-
// ZodiacSagittarius aliases
|
|
3028
|
-
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
3029
3019
|
// ZodiacPisces aliases
|
|
3030
3020
|
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
3021
|
+
// ZodiacOphiuchus aliases
|
|
3022
|
+
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
3023
|
+
// ZodiacSagittarius aliases
|
|
3024
|
+
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
3031
3025
|
// ZodiacScorpio aliases
|
|
3032
3026
|
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
3033
3027
|
// ZodiacTaurus aliases
|
|
@@ -3064,12 +3058,6 @@ export {
|
|
|
3064
3058
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
|
|
3065
3059
|
default as AlarmPlusIcon
|
|
3066
3060
|
} from '../icons/alarm-clock-plus';
|
|
3067
|
-
// ArrowDownAZ aliases
|
|
3068
|
-
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
3069
|
-
export {
|
|
3070
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
|
|
3071
|
-
default as ArrowDownAzIcon
|
|
3072
|
-
} from '../icons/arrow-down-a-z';
|
|
3073
3061
|
// ArrowDownWideNarrow aliases
|
|
3074
3062
|
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
3075
3063
|
export {
|
|
@@ -3082,18 +3070,18 @@ export {
|
|
|
3082
3070
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
|
|
3083
3071
|
default as ArrowDownZaIcon
|
|
3084
3072
|
} from '../icons/arrow-down-z-a';
|
|
3073
|
+
// ArrowDownAZ aliases
|
|
3074
|
+
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
3075
|
+
export {
|
|
3076
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
|
|
3077
|
+
default as ArrowDownAzIcon
|
|
3078
|
+
} from '../icons/arrow-down-a-z';
|
|
3085
3079
|
// ArrowUpAZ aliases
|
|
3086
3080
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
3087
3081
|
export {
|
|
3088
3082
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
|
|
3089
3083
|
default as ArrowUpAzIcon
|
|
3090
3084
|
} from '../icons/arrow-up-a-z';
|
|
3091
|
-
// ArrowUpZA aliases
|
|
3092
|
-
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3093
|
-
export {
|
|
3094
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
|
|
3095
|
-
default as ArrowUpZaIcon
|
|
3096
|
-
} from '../icons/arrow-up-z-a';
|
|
3097
3085
|
// ArrowUpNarrowWide aliases
|
|
3098
3086
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3099
3087
|
export {
|
|
@@ -3106,12 +3094,24 @@ export {
|
|
|
3106
3094
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. */
|
|
3107
3095
|
default as Axis3DIcon
|
|
3108
3096
|
} from '../icons/axis-3d';
|
|
3097
|
+
// ArrowUpZA aliases
|
|
3098
|
+
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3099
|
+
export {
|
|
3100
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
|
|
3101
|
+
default as ArrowUpZaIcon
|
|
3102
|
+
} from '../icons/arrow-up-z-a';
|
|
3109
3103
|
// BadgeQuestionMark aliases
|
|
3110
3104
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3111
3105
|
export {
|
|
3112
3106
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3113
3107
|
default as BadgeHelpIcon
|
|
3114
3108
|
} from '../icons/badge-question-mark';
|
|
3109
|
+
// BetweenHorizontalEnd aliases
|
|
3110
|
+
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3111
|
+
export {
|
|
3112
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
3113
|
+
default as BetweenHorizonalEndIcon
|
|
3114
|
+
} from '../icons/between-horizontal-end';
|
|
3115
3115
|
// BadgeCheck aliases
|
|
3116
3116
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
3117
3117
|
export {
|
|
@@ -3124,60 +3124,54 @@ export {
|
|
|
3124
3124
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
3125
3125
|
default as BetweenHorizonalStartIcon
|
|
3126
3126
|
} from '../icons/between-horizontal-start';
|
|
3127
|
-
//
|
|
3128
|
-
export { default as
|
|
3127
|
+
// BookDashed aliases
|
|
3128
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3129
3129
|
export {
|
|
3130
|
-
/** @deprecated
|
|
3131
|
-
default as
|
|
3132
|
-
} from '../icons/
|
|
3130
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. */
|
|
3131
|
+
default as BookTemplateIcon
|
|
3132
|
+
} from '../icons/book-dashed';
|
|
3133
3133
|
// Braces aliases
|
|
3134
3134
|
export { default as BracesIcon } from '../icons/braces';
|
|
3135
3135
|
export {
|
|
3136
3136
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
3137
3137
|
default as CurlyBracesIcon
|
|
3138
3138
|
} from '../icons/braces';
|
|
3139
|
-
//
|
|
3140
|
-
export { default as
|
|
3139
|
+
// Captions aliases
|
|
3140
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
3141
3141
|
export {
|
|
3142
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3143
|
-
default as
|
|
3144
|
-
} from '../icons/
|
|
3142
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
3143
|
+
default as SubtitlesIcon
|
|
3144
|
+
} from '../icons/captions';
|
|
3145
3145
|
// ChartArea aliases
|
|
3146
3146
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3147
3147
|
export {
|
|
3148
3148
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. */
|
|
3149
3149
|
default as AreaChartIcon
|
|
3150
3150
|
} from '../icons/chart-area';
|
|
3151
|
-
//
|
|
3152
|
-
export { default as
|
|
3153
|
-
export {
|
|
3154
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
3155
|
-
default as SubtitlesIcon
|
|
3156
|
-
} from '../icons/captions';
|
|
3157
|
-
// ChartCandlestick aliases
|
|
3158
|
-
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3151
|
+
// ChartBarBig aliases
|
|
3152
|
+
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3159
3153
|
export {
|
|
3160
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3161
|
-
default as
|
|
3162
|
-
} from '../icons/chart-
|
|
3154
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
3155
|
+
default as BarChartHorizontalBigIcon
|
|
3156
|
+
} from '../icons/chart-bar-big';
|
|
3163
3157
|
// ChartBar aliases
|
|
3164
3158
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3165
3159
|
export {
|
|
3166
3160
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
|
|
3167
3161
|
default as BarChartHorizontalIcon
|
|
3168
3162
|
} from '../icons/chart-bar';
|
|
3163
|
+
// ChartCandlestick aliases
|
|
3164
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3165
|
+
export {
|
|
3166
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
3167
|
+
default as CandlestickChartIcon
|
|
3168
|
+
} from '../icons/chart-candlestick';
|
|
3169
3169
|
// ChartColumnBig aliases
|
|
3170
3170
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3171
3171
|
export {
|
|
3172
3172
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. */
|
|
3173
3173
|
default as BarChartBigIcon
|
|
3174
3174
|
} from '../icons/chart-column-big';
|
|
3175
|
-
// ChartBarBig aliases
|
|
3176
|
-
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3177
|
-
export {
|
|
3178
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
3179
|
-
default as BarChartHorizontalBigIcon
|
|
3180
|
-
} from '../icons/chart-bar-big';
|
|
3181
3175
|
// ChartColumnIncreasing aliases
|
|
3182
3176
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3183
3177
|
export {
|
|
@@ -3190,36 +3184,36 @@ export {
|
|
|
3190
3184
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. */
|
|
3191
3185
|
default as BarChart3Icon
|
|
3192
3186
|
} from '../icons/chart-column';
|
|
3193
|
-
// ChartNoAxesColumnIncreasing aliases
|
|
3194
|
-
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3195
|
-
export {
|
|
3196
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
|
|
3197
|
-
default as BarChartIcon
|
|
3198
|
-
} from '../icons/chart-no-axes-column-increasing';
|
|
3199
3187
|
// ChartLine aliases
|
|
3200
3188
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3201
3189
|
export {
|
|
3202
3190
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3203
3191
|
default as LineChartIcon
|
|
3204
3192
|
} from '../icons/chart-line';
|
|
3193
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
3194
|
+
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3195
|
+
export {
|
|
3196
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
|
|
3197
|
+
default as BarChartIcon
|
|
3198
|
+
} from '../icons/chart-no-axes-column-increasing';
|
|
3205
3199
|
// ChartNoAxesColumn aliases
|
|
3206
3200
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3207
3201
|
export {
|
|
3208
3202
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. */
|
|
3209
3203
|
default as BarChart2Icon
|
|
3210
3204
|
} from '../icons/chart-no-axes-column';
|
|
3211
|
-
// ChartNoAxesGantt aliases
|
|
3212
|
-
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3213
|
-
export {
|
|
3214
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
|
|
3215
|
-
default as GanttChartIcon
|
|
3216
|
-
} from '../icons/chart-no-axes-gantt';
|
|
3217
3205
|
// ChartPie aliases
|
|
3218
3206
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3219
3207
|
export {
|
|
3220
3208
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. */
|
|
3221
3209
|
default as PieChartIcon
|
|
3222
3210
|
} from '../icons/chart-pie';
|
|
3211
|
+
// ChartNoAxesGantt aliases
|
|
3212
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3213
|
+
export {
|
|
3214
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
|
|
3215
|
+
default as GanttChartIcon
|
|
3216
|
+
} from '../icons/chart-no-axes-gantt';
|
|
3223
3217
|
// ChartScatter aliases
|
|
3224
3218
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3225
3219
|
export {
|
|
@@ -3256,84 +3250,84 @@ export {
|
|
|
3256
3250
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. */
|
|
3257
3251
|
default as ArrowDownRightFromCircleIcon
|
|
3258
3252
|
} from '../icons/circle-arrow-out-down-right';
|
|
3259
|
-
//
|
|
3260
|
-
export { default as
|
|
3253
|
+
// CircleArrowOutUpLeft aliases
|
|
3254
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3261
3255
|
export {
|
|
3262
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3263
|
-
default as
|
|
3264
|
-
} from '../icons/circle-arrow-out-up-
|
|
3256
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
|
|
3257
|
+
default as ArrowUpLeftFromCircleIcon
|
|
3258
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
3265
3259
|
// CircleArrowRight aliases
|
|
3266
3260
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3267
3261
|
export {
|
|
3268
3262
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3269
3263
|
default as ArrowRightCircleIcon
|
|
3270
3264
|
} from '../icons/circle-arrow-right';
|
|
3271
|
-
// CircleArrowOutUpLeft aliases
|
|
3272
|
-
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3273
|
-
export {
|
|
3274
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
|
|
3275
|
-
default as ArrowUpLeftFromCircleIcon
|
|
3276
|
-
} from '../icons/circle-arrow-out-up-left';
|
|
3277
3265
|
// CircleArrowUp aliases
|
|
3278
3266
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3279
3267
|
export {
|
|
3280
3268
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
3281
3269
|
default as ArrowUpCircleIcon
|
|
3282
3270
|
} from '../icons/circle-arrow-up';
|
|
3271
|
+
// CircleCheckBig aliases
|
|
3272
|
+
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3273
|
+
export {
|
|
3274
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
3275
|
+
default as CheckCircleIcon
|
|
3276
|
+
} from '../icons/circle-check-big';
|
|
3277
|
+
// CircleArrowOutUpRight aliases
|
|
3278
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3279
|
+
export {
|
|
3280
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
3281
|
+
default as ArrowUpRightFromCircleIcon
|
|
3282
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3283
3283
|
// CircleCheck aliases
|
|
3284
3284
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3285
3285
|
export {
|
|
3286
3286
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
3287
3287
|
default as CheckCircle2Icon
|
|
3288
3288
|
} from '../icons/circle-check';
|
|
3289
|
-
// CircleChevronLeft aliases
|
|
3290
|
-
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3291
|
-
export {
|
|
3292
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
3293
|
-
default as ChevronLeftCircleIcon
|
|
3294
|
-
} from '../icons/circle-chevron-left';
|
|
3295
3289
|
// CircleChevronDown aliases
|
|
3296
3290
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3297
3291
|
export {
|
|
3298
3292
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
3299
3293
|
default as ChevronDownCircleIcon
|
|
3300
3294
|
} from '../icons/circle-chevron-down';
|
|
3301
|
-
//
|
|
3302
|
-
export { default as
|
|
3295
|
+
// CircleChevronLeft aliases
|
|
3296
|
+
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3303
3297
|
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/circle-
|
|
3298
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
3299
|
+
default as ChevronLeftCircleIcon
|
|
3300
|
+
} from '../icons/circle-chevron-left';
|
|
3307
3301
|
// CircleChevronRight aliases
|
|
3308
3302
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3309
3303
|
export {
|
|
3310
3304
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. */
|
|
3311
3305
|
default as ChevronRightCircleIcon
|
|
3312
3306
|
} from '../icons/circle-chevron-right';
|
|
3313
|
-
// CircleDivide aliases
|
|
3314
|
-
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3315
|
-
export {
|
|
3316
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
|
|
3317
|
-
default as DivideCircleIcon
|
|
3318
|
-
} from '../icons/circle-divide';
|
|
3319
3307
|
// CircleChevronUp aliases
|
|
3320
3308
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3321
3309
|
export {
|
|
3322
3310
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. */
|
|
3323
3311
|
default as ChevronUpCircleIcon
|
|
3324
3312
|
} from '../icons/circle-chevron-up';
|
|
3325
|
-
//
|
|
3326
|
-
export { default as
|
|
3313
|
+
// CircleDivide aliases
|
|
3314
|
+
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3327
3315
|
export {
|
|
3328
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3329
|
-
default as
|
|
3330
|
-
} from '../icons/circle-
|
|
3316
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
|
|
3317
|
+
default as DivideCircleIcon
|
|
3318
|
+
} from '../icons/circle-divide';
|
|
3331
3319
|
// CircleGauge aliases
|
|
3332
3320
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3333
3321
|
export {
|
|
3334
3322
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
|
|
3335
3323
|
default as GaugeCircleIcon
|
|
3336
3324
|
} from '../icons/circle-gauge';
|
|
3325
|
+
// CircleMinus aliases
|
|
3326
|
+
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3327
|
+
export {
|
|
3328
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
|
|
3329
|
+
default as MinusCircleIcon
|
|
3330
|
+
} from '../icons/circle-minus';
|
|
3337
3331
|
// CircleParkingOff aliases
|
|
3338
3332
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3339
3333
|
export {
|
|
@@ -3346,6 +3340,12 @@ export {
|
|
|
3346
3340
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
|
|
3347
3341
|
default as ParkingCircleIcon
|
|
3348
3342
|
} from '../icons/circle-parking';
|
|
3343
|
+
// CirclePause aliases
|
|
3344
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3345
|
+
export {
|
|
3346
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
|
|
3347
|
+
default as PauseCircleIcon
|
|
3348
|
+
} from '../icons/circle-pause';
|
|
3349
3349
|
// CirclePercent aliases
|
|
3350
3350
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3351
3351
|
export {
|
|
@@ -3364,12 +3364,6 @@ export {
|
|
|
3364
3364
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3365
3365
|
default as PlusCircleIcon
|
|
3366
3366
|
} from '../icons/circle-plus';
|
|
3367
|
-
// CirclePause aliases
|
|
3368
|
-
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3369
|
-
export {
|
|
3370
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
|
|
3371
|
-
default as PauseCircleIcon
|
|
3372
|
-
} from '../icons/circle-pause';
|
|
3373
3367
|
// CirclePower aliases
|
|
3374
3368
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3375
3369
|
export {
|
|
@@ -3422,18 +3416,18 @@ export {
|
|
|
3422
3416
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. */
|
|
3423
3417
|
default as ClipboardSignatureIcon
|
|
3424
3418
|
} from '../icons/clipboard-pen-line';
|
|
3425
|
-
// CloudDownload aliases
|
|
3426
|
-
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3427
|
-
export {
|
|
3428
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. */
|
|
3429
|
-
default as DownloadCloudIcon
|
|
3430
|
-
} from '../icons/cloud-download';
|
|
3431
3419
|
// ClipboardPen aliases
|
|
3432
3420
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3433
3421
|
export {
|
|
3434
3422
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. */
|
|
3435
3423
|
default as ClipboardEditIcon
|
|
3436
3424
|
} from '../icons/clipboard-pen';
|
|
3425
|
+
// CloudDownload aliases
|
|
3426
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3427
|
+
export {
|
|
3428
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. */
|
|
3429
|
+
default as DownloadCloudIcon
|
|
3430
|
+
} from '../icons/cloud-download';
|
|
3437
3431
|
// CloudUpload aliases
|
|
3438
3432
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3439
3433
|
export {
|
|
@@ -3446,6 +3440,12 @@ export {
|
|
|
3446
3440
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. */
|
|
3447
3441
|
default as Code2Icon
|
|
3448
3442
|
} from '../icons/code-xml';
|
|
3443
|
+
// Columns2 aliases
|
|
3444
|
+
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3445
|
+
export {
|
|
3446
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. */
|
|
3447
|
+
default as ColumnsIcon
|
|
3448
|
+
} from '../icons/columns-2';
|
|
3449
3449
|
// Columns3Cog aliases
|
|
3450
3450
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3451
3451
|
export {
|
|
@@ -3456,12 +3456,6 @@ export {
|
|
|
3456
3456
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
|
|
3457
3457
|
default as TableConfigIcon
|
|
3458
3458
|
} from '../icons/columns-3-cog';
|
|
3459
|
-
// Columns2 aliases
|
|
3460
|
-
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3461
|
-
export {
|
|
3462
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. */
|
|
3463
|
-
default as ColumnsIcon
|
|
3464
|
-
} from '../icons/columns-2';
|
|
3465
3459
|
// Columns3 aliases
|
|
3466
3460
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3467
3461
|
export {
|
|
@@ -3486,30 +3480,78 @@ export {
|
|
|
3486
3480
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. */
|
|
3487
3481
|
default as Globe2Icon
|
|
3488
3482
|
} from '../icons/earth';
|
|
3483
|
+
// EllipsisVertical aliases
|
|
3484
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3485
|
+
export {
|
|
3486
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
|
|
3487
|
+
default as MoreVerticalIcon
|
|
3488
|
+
} from '../icons/ellipsis-vertical';
|
|
3489
3489
|
// Ellipsis aliases
|
|
3490
3490
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3491
3491
|
export {
|
|
3492
3492
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. */
|
|
3493
3493
|
default as MoreHorizontalIcon
|
|
3494
3494
|
} from '../icons/ellipsis';
|
|
3495
|
+
// FaceAngry aliases
|
|
3496
|
+
export { default as FaceAngryIcon } from '../icons/face-angry';
|
|
3497
|
+
export {
|
|
3498
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceAngry} instead. */
|
|
3499
|
+
default as AngryIcon
|
|
3500
|
+
} from '../icons/face-angry';
|
|
3501
|
+
// FaceExpressionless aliases
|
|
3502
|
+
export { default as FaceExpressionlessIcon } from '../icons/face-expressionless';
|
|
3503
|
+
export {
|
|
3504
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceExpressionless} instead. */
|
|
3505
|
+
default as AnnoyedIcon
|
|
3506
|
+
} from '../icons/face-expressionless';
|
|
3507
|
+
// FaceGrinning aliases
|
|
3508
|
+
export { default as FaceGrinningIcon } from '../icons/face-grinning';
|
|
3509
|
+
export {
|
|
3510
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceGrinning} instead. */
|
|
3511
|
+
default as LaughIcon
|
|
3512
|
+
} from '../icons/face-grinning';
|
|
3513
|
+
// FaceNeutral aliases
|
|
3514
|
+
export { default as FaceNeutralIcon } from '../icons/face-neutral';
|
|
3515
|
+
export {
|
|
3516
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceNeutral} instead. */
|
|
3517
|
+
default as MehIcon
|
|
3518
|
+
} from '../icons/face-neutral';
|
|
3519
|
+
// FaceSlightlyFrowning aliases
|
|
3520
|
+
export { default as FaceSlightlyFrowningIcon } from '../icons/face-slightly-frowning';
|
|
3521
|
+
export {
|
|
3522
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlyFrowning} instead. */
|
|
3523
|
+
default as FrownIcon
|
|
3524
|
+
} from '../icons/face-slightly-frowning';
|
|
3525
|
+
// FaceSlightlySmilingPlus aliases
|
|
3526
|
+
export { default as FaceSlightlySmilingPlusIcon } from '../icons/face-slightly-smiling-plus';
|
|
3527
|
+
export {
|
|
3528
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmilingPlus} instead. */
|
|
3529
|
+
default as SmilePlusIcon
|
|
3530
|
+
} from '../icons/face-slightly-smiling-plus';
|
|
3495
3531
|
// FileAxis3d aliases
|
|
3496
3532
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3497
3533
|
export {
|
|
3498
3534
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
3499
3535
|
default as FileAxis3DIcon
|
|
3500
3536
|
} from '../icons/file-axis-3d';
|
|
3501
|
-
//
|
|
3502
|
-
export { default as
|
|
3537
|
+
// FaceSlightlySmiling aliases
|
|
3538
|
+
export { default as FaceSlightlySmilingIcon } from '../icons/face-slightly-smiling';
|
|
3503
3539
|
export {
|
|
3504
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3505
|
-
default as
|
|
3506
|
-
} from '../icons/
|
|
3540
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmiling} instead. */
|
|
3541
|
+
default as SmileIcon
|
|
3542
|
+
} from '../icons/face-slightly-smiling';
|
|
3507
3543
|
// FileBadge aliases
|
|
3508
3544
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3509
3545
|
export {
|
|
3510
3546
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
|
|
3511
3547
|
default as FileBadge2Icon
|
|
3512
3548
|
} from '../icons/file-badge';
|
|
3549
|
+
// FileBracesCorner aliases
|
|
3550
|
+
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3551
|
+
export {
|
|
3552
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
|
|
3553
|
+
default as FileJson2Icon
|
|
3554
|
+
} from '../icons/file-braces-corner';
|
|
3513
3555
|
// FileBraces aliases
|
|
3514
3556
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3515
3557
|
export {
|
|
@@ -3522,48 +3564,42 @@ export {
|
|
|
3522
3564
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
|
|
3523
3565
|
default as FileBarChartIcon
|
|
3524
3566
|
} from '../icons/file-chart-column-increasing';
|
|
3525
|
-
// FileBracesCorner aliases
|
|
3526
|
-
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3527
|
-
export {
|
|
3528
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
|
|
3529
|
-
default as FileJson2Icon
|
|
3530
|
-
} from '../icons/file-braces-corner';
|
|
3531
3567
|
// FileChartColumn aliases
|
|
3532
3568
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3533
3569
|
export {
|
|
3534
3570
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
|
|
3535
3571
|
default as FileBarChart2Icon
|
|
3536
3572
|
} from '../icons/file-chart-column';
|
|
3537
|
-
// FileChartLine aliases
|
|
3538
|
-
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3539
|
-
export {
|
|
3540
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
|
|
3541
|
-
default as FileLineChartIcon
|
|
3542
|
-
} from '../icons/file-chart-line';
|
|
3543
3573
|
// FileChartPie aliases
|
|
3544
3574
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3545
3575
|
export {
|
|
3546
3576
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. */
|
|
3547
3577
|
default as FilePieChartIcon
|
|
3548
3578
|
} from '../icons/file-chart-pie';
|
|
3549
|
-
//
|
|
3550
|
-
export { default as
|
|
3551
|
-
export {
|
|
3579
|
+
// FileChartLine aliases
|
|
3580
|
+
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3581
|
+
export {
|
|
3582
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
|
|
3583
|
+
default as FileLineChartIcon
|
|
3584
|
+
} from '../icons/file-chart-line';
|
|
3585
|
+
// FileCheckCorner aliases
|
|
3586
|
+
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3587
|
+
export {
|
|
3552
3588
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. */
|
|
3553
3589
|
default as FileCheck2Icon
|
|
3554
3590
|
} from '../icons/file-check-corner';
|
|
3555
|
-
// FileCodeCorner aliases
|
|
3556
|
-
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3557
|
-
export {
|
|
3558
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
|
|
3559
|
-
default as FileCode2Icon
|
|
3560
|
-
} from '../icons/file-code-corner';
|
|
3561
3591
|
// FileCog aliases
|
|
3562
3592
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3563
3593
|
export {
|
|
3564
3594
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
3565
3595
|
default as FileCog2Icon
|
|
3566
3596
|
} from '../icons/file-cog';
|
|
3597
|
+
// FileCodeCorner aliases
|
|
3598
|
+
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3599
|
+
export {
|
|
3600
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
|
|
3601
|
+
default as FileCode2Icon
|
|
3602
|
+
} from '../icons/file-code-corner';
|
|
3567
3603
|
// FileExclamationPoint aliases
|
|
3568
3604
|
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3569
3605
|
export {
|
|
@@ -3580,24 +3616,30 @@ export {
|
|
|
3580
3616
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. */
|
|
3581
3617
|
default as FileAudio2Icon
|
|
3582
3618
|
} from '../icons/file-headphone';
|
|
3583
|
-
// FileLock aliases
|
|
3584
|
-
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3585
|
-
export {
|
|
3586
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
3587
|
-
default as FileLock2Icon
|
|
3588
|
-
} from '../icons/file-lock';
|
|
3589
3619
|
// FileKey aliases
|
|
3590
3620
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3591
3621
|
export {
|
|
3592
3622
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
|
|
3593
3623
|
default as FileKey2Icon
|
|
3594
3624
|
} from '../icons/file-key';
|
|
3625
|
+
// FileLock aliases
|
|
3626
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3627
|
+
export {
|
|
3628
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
3629
|
+
default as FileLock2Icon
|
|
3630
|
+
} from '../icons/file-lock';
|
|
3595
3631
|
// FileMinusCorner aliases
|
|
3596
3632
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3597
3633
|
export {
|
|
3598
3634
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3599
3635
|
default as FileMinus2Icon
|
|
3600
3636
|
} from '../icons/file-minus-corner';
|
|
3637
|
+
// FilePenLine aliases
|
|
3638
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3639
|
+
export {
|
|
3640
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
|
|
3641
|
+
default as FileSignatureIcon
|
|
3642
|
+
} from '../icons/file-pen-line';
|
|
3601
3643
|
// FilePen aliases
|
|
3602
3644
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3603
3645
|
export {
|
|
@@ -3610,60 +3652,54 @@ export {
|
|
|
3610
3652
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
3611
3653
|
default as FileVideoIcon
|
|
3612
3654
|
} from '../icons/file-play';
|
|
3613
|
-
// FilePenLine aliases
|
|
3614
|
-
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3615
|
-
export {
|
|
3616
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
|
|
3617
|
-
default as FileSignatureIcon
|
|
3618
|
-
} from '../icons/file-pen-line';
|
|
3619
3655
|
// FilePlusCorner aliases
|
|
3620
3656
|
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3621
3657
|
export {
|
|
3622
3658
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
3623
3659
|
default as FilePlus2Icon
|
|
3624
3660
|
} from '../icons/file-plus-corner';
|
|
3625
|
-
// FileQuestionMark aliases
|
|
3626
|
-
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3627
|
-
export {
|
|
3628
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
|
|
3629
|
-
default as FileQuestionIcon
|
|
3630
|
-
} from '../icons/file-question-mark';
|
|
3631
3661
|
// FileSearchCorner aliases
|
|
3632
3662
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3633
3663
|
export {
|
|
3634
3664
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
|
|
3635
3665
|
default as FileSearch2Icon
|
|
3636
3666
|
} from '../icons/file-search-corner';
|
|
3637
|
-
//
|
|
3638
|
-
export { default as
|
|
3667
|
+
// FileVideoCamera aliases
|
|
3668
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3639
3669
|
export {
|
|
3640
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3641
|
-
default as
|
|
3642
|
-
} from '../icons/file-
|
|
3670
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
3671
|
+
default as FileVideo2Icon
|
|
3672
|
+
} from '../icons/file-video-camera';
|
|
3673
|
+
// FileQuestionMark aliases
|
|
3674
|
+
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3675
|
+
export {
|
|
3676
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
|
|
3677
|
+
default as FileQuestionIcon
|
|
3678
|
+
} from '../icons/file-question-mark';
|
|
3643
3679
|
// FileTypeCorner aliases
|
|
3644
3680
|
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3645
3681
|
export {
|
|
3646
3682
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
|
|
3647
3683
|
default as FileType2Icon
|
|
3648
3684
|
} from '../icons/file-type-corner';
|
|
3649
|
-
//
|
|
3650
|
-
export { default as
|
|
3651
|
-
export {
|
|
3652
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
3653
|
-
default as FileVideo2Icon
|
|
3654
|
-
} from '../icons/file-video-camera';
|
|
3655
|
-
// FolderCog aliases
|
|
3656
|
-
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3685
|
+
// FileSignal aliases
|
|
3686
|
+
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3657
3687
|
export {
|
|
3658
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3659
|
-
default as
|
|
3660
|
-
} from '../icons/
|
|
3688
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
|
|
3689
|
+
default as FileVolume2Icon
|
|
3690
|
+
} from '../icons/file-signal';
|
|
3661
3691
|
// FileXCorner aliases
|
|
3662
3692
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3663
3693
|
export {
|
|
3664
3694
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
|
|
3665
3695
|
default as FileX2Icon
|
|
3666
3696
|
} from '../icons/file-x-corner';
|
|
3697
|
+
// FolderCog aliases
|
|
3698
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3699
|
+
export {
|
|
3700
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
|
|
3701
|
+
default as FolderCog2Icon
|
|
3702
|
+
} from '../icons/folder-cog';
|
|
3667
3703
|
// FingerprintPattern aliases
|
|
3668
3704
|
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3669
3705
|
export {
|
|
@@ -3706,18 +3742,18 @@ export {
|
|
|
3706
3742
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. */
|
|
3707
3743
|
default as Grid2X2PlusIcon
|
|
3708
3744
|
} from '../icons/grid-2x2-plus';
|
|
3709
|
-
// Grid2x2 aliases
|
|
3710
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3711
|
-
export {
|
|
3712
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
|
|
3713
|
-
default as Grid2X2Icon
|
|
3714
|
-
} from '../icons/grid-2x2';
|
|
3715
3745
|
// Grid2x2X aliases
|
|
3716
3746
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3717
3747
|
export {
|
|
3718
3748
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. */
|
|
3719
3749
|
default as Grid2X2XIcon
|
|
3720
3750
|
} from '../icons/grid-2x2-x';
|
|
3751
|
+
// Grid2x2 aliases
|
|
3752
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3753
|
+
export {
|
|
3754
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
|
|
3755
|
+
default as Grid2X2Icon
|
|
3756
|
+
} from '../icons/grid-2x2';
|
|
3721
3757
|
// Grid3x3 aliases
|
|
3722
3758
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3723
3759
|
export {
|
|
@@ -3734,6 +3770,12 @@ export {
|
|
|
3734
3770
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
3735
3771
|
default as GrabIcon
|
|
3736
3772
|
} from '../icons/hand-grab';
|
|
3773
|
+
// HandHelping aliases
|
|
3774
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3775
|
+
export {
|
|
3776
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
3777
|
+
default as HelpingHandIcon
|
|
3778
|
+
} from '../icons/hand-helping';
|
|
3737
3779
|
// House aliases
|
|
3738
3780
|
export { default as HouseIcon } from '../icons/house';
|
|
3739
3781
|
export {
|
|
@@ -3746,24 +3788,18 @@ export {
|
|
|
3746
3788
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
|
|
3747
3789
|
default as IceCream2Icon
|
|
3748
3790
|
} from '../icons/ice-cream-bowl';
|
|
3749
|
-
//
|
|
3750
|
-
export { default as
|
|
3791
|
+
// LaptopMinimal aliases
|
|
3792
|
+
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3751
3793
|
export {
|
|
3752
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3753
|
-
default as
|
|
3754
|
-
} from '../icons/
|
|
3794
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
3795
|
+
default as Laptop2Icon
|
|
3796
|
+
} from '../icons/laptop-minimal';
|
|
3755
3797
|
// IceCreamCone aliases
|
|
3756
3798
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3757
3799
|
export {
|
|
3758
3800
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. */
|
|
3759
3801
|
default as IceCreamIcon
|
|
3760
3802
|
} from '../icons/ice-cream-cone';
|
|
3761
|
-
// LaptopMinimal aliases
|
|
3762
|
-
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3763
|
-
export {
|
|
3764
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
3765
|
-
default as Laptop2Icon
|
|
3766
|
-
} from '../icons/laptop-minimal';
|
|
3767
3803
|
// Layers aliases
|
|
3768
3804
|
export { default as LayersIcon } from '../icons/layers';
|
|
3769
3805
|
export {
|
|
@@ -3826,24 +3862,30 @@ export {
|
|
|
3826
3862
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. */
|
|
3827
3863
|
default as LocationEditIcon
|
|
3828
3864
|
} from '../icons/map-pin-pen';
|
|
3829
|
-
// MicSignal aliases
|
|
3830
|
-
export { default as MicSignalIcon } from '../icons/mic-signal';
|
|
3831
|
-
export {
|
|
3832
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicSignal} instead. This alias will be removed in v1.0 */
|
|
3833
|
-
default as PodcastIcon
|
|
3834
|
-
} from '../icons/mic-signal';
|
|
3835
3865
|
// MicVocal aliases
|
|
3836
3866
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3837
3867
|
export {
|
|
3838
3868
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
|
|
3839
3869
|
default as Mic2Icon
|
|
3840
3870
|
} from '../icons/mic-vocal';
|
|
3871
|
+
// MicSignal aliases
|
|
3872
|
+
export { default as MicSignalIcon } from '../icons/mic-signal';
|
|
3873
|
+
export {
|
|
3874
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicSignal} instead. */
|
|
3875
|
+
default as PodcastIcon
|
|
3876
|
+
} from '../icons/mic-signal';
|
|
3841
3877
|
// Move3d aliases
|
|
3842
3878
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3843
3879
|
export {
|
|
3844
3880
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. */
|
|
3845
3881
|
default as Move3DIcon
|
|
3846
3882
|
} from '../icons/move-3d';
|
|
3883
|
+
// OctagonPause aliases
|
|
3884
|
+
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3885
|
+
export {
|
|
3886
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
3887
|
+
default as PauseOctagonIcon
|
|
3888
|
+
} from '../icons/octagon-pause';
|
|
3847
3889
|
// OctagonAlert aliases
|
|
3848
3890
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3849
3891
|
export {
|
|
@@ -3856,12 +3898,6 @@ export {
|
|
|
3856
3898
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. */
|
|
3857
3899
|
default as XOctagonIcon
|
|
3858
3900
|
} from '../icons/octagon-x';
|
|
3859
|
-
// OctagonPause aliases
|
|
3860
|
-
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3861
|
-
export {
|
|
3862
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
3863
|
-
default as PauseOctagonIcon
|
|
3864
|
-
} from '../icons/octagon-pause';
|
|
3865
3901
|
// PaintbrushVertical aliases
|
|
3866
3902
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3867
3903
|
export {
|
|
@@ -3880,18 +3916,18 @@ export {
|
|
|
3880
3916
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
3881
3917
|
default as SidebarCloseIcon
|
|
3882
3918
|
} from '../icons/panel-left-close';
|
|
3883
|
-
// PanelLeftOpen aliases
|
|
3884
|
-
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3885
|
-
export {
|
|
3886
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
3887
|
-
default as SidebarOpenIcon
|
|
3888
|
-
} from '../icons/panel-left-open';
|
|
3889
3919
|
// PanelLeftDashed aliases
|
|
3890
3920
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3891
3921
|
export {
|
|
3892
3922
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
|
|
3893
3923
|
default as PanelLeftInactiveIcon
|
|
3894
3924
|
} from '../icons/panel-left-dashed';
|
|
3925
|
+
// PanelLeftOpen aliases
|
|
3926
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3927
|
+
export {
|
|
3928
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
3929
|
+
default as SidebarOpenIcon
|
|
3930
|
+
} from '../icons/panel-left-open';
|
|
3895
3931
|
// PanelLeft aliases
|
|
3896
3932
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3897
3933
|
export {
|
|
@@ -3922,6 +3958,12 @@ export {
|
|
|
3922
3958
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. */
|
|
3923
3959
|
default as Edit3Icon
|
|
3924
3960
|
} from '../icons/pen-line';
|
|
3961
|
+
// RectangleEllipsis aliases
|
|
3962
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3963
|
+
export {
|
|
3964
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
|
|
3965
|
+
default as FormInputIcon
|
|
3966
|
+
} from '../icons/rectangle-ellipsis';
|
|
3925
3967
|
// Pen aliases
|
|
3926
3968
|
export { default as PenIcon } from '../icons/pen';
|
|
3927
3969
|
export {
|
|
@@ -3934,24 +3976,18 @@ export {
|
|
|
3934
3976
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. */
|
|
3935
3977
|
default as PlugZap2Icon
|
|
3936
3978
|
} from '../icons/plug-zap';
|
|
3937
|
-
//
|
|
3938
|
-
export { default as
|
|
3979
|
+
// RotateCcwClock aliases
|
|
3980
|
+
export { default as RotateCcwClockIcon } from '../icons/rotate-ccw-clock';
|
|
3939
3981
|
export {
|
|
3940
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3941
|
-
default as
|
|
3942
|
-
} from '../icons/
|
|
3982
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
|
|
3983
|
+
default as HistoryIcon
|
|
3984
|
+
} from '../icons/rotate-ccw-clock';
|
|
3943
3985
|
// Rotate3d aliases
|
|
3944
3986
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3945
3987
|
export {
|
|
3946
3988
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
3947
3989
|
default as Rotate3DIcon
|
|
3948
3990
|
} from '../icons/rotate-3d';
|
|
3949
|
-
// RotateCcwClock aliases
|
|
3950
|
-
export { default as RotateCcwClockIcon } from '../icons/rotate-ccw-clock';
|
|
3951
|
-
export {
|
|
3952
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
|
|
3953
|
-
default as HistoryIcon
|
|
3954
|
-
} from '../icons/rotate-ccw-clock';
|
|
3955
3991
|
// Rows2 aliases
|
|
3956
3992
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3957
3993
|
export {
|
|
@@ -3976,6 +4012,12 @@ export {
|
|
|
3976
4012
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. */
|
|
3977
4013
|
default as SendHorizonalIcon
|
|
3978
4014
|
} from '../icons/send-horizontal';
|
|
4015
|
+
// ShieldQuestionMark aliases
|
|
4016
|
+
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
4017
|
+
export {
|
|
4018
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
|
|
4019
|
+
default as ShieldQuestionIcon
|
|
4020
|
+
} from '../icons/shield-question-mark';
|
|
3979
4021
|
// ShieldX aliases
|
|
3980
4022
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3981
4023
|
export {
|
|
@@ -4000,12 +4042,6 @@ export {
|
|
|
4000
4042
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
|
|
4001
4043
|
default as ActivitySquareIcon
|
|
4002
4044
|
} from '../icons/square-activity';
|
|
4003
|
-
// ShieldQuestionMark aliases
|
|
4004
|
-
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
4005
|
-
export {
|
|
4006
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
|
|
4007
|
-
default as ShieldQuestionIcon
|
|
4008
|
-
} from '../icons/shield-question-mark';
|
|
4009
4045
|
// SquareArrowDownLeft aliases
|
|
4010
4046
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
4011
4047
|
export {
|
|
@@ -4024,12 +4060,6 @@ export {
|
|
|
4024
4060
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
|
|
4025
4061
|
default as ArrowDownSquareIcon
|
|
4026
4062
|
} from '../icons/square-arrow-down';
|
|
4027
|
-
// SquareArrowLeft aliases
|
|
4028
|
-
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
4029
|
-
export {
|
|
4030
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
4031
|
-
default as ArrowLeftSquareIcon
|
|
4032
|
-
} from '../icons/square-arrow-left';
|
|
4033
4063
|
// SquareArrowOutDownLeft aliases
|
|
4034
4064
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
4035
4065
|
export {
|
|
@@ -4042,18 +4072,18 @@ export {
|
|
|
4042
4072
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
|
|
4043
4073
|
default as ArrowDownRightFromSquareIcon
|
|
4044
4074
|
} from '../icons/square-arrow-out-down-right';
|
|
4075
|
+
// SquareArrowLeft aliases
|
|
4076
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
4077
|
+
export {
|
|
4078
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
4079
|
+
default as ArrowLeftSquareIcon
|
|
4080
|
+
} from '../icons/square-arrow-left';
|
|
4045
4081
|
// SquareArrowOutUpLeft aliases
|
|
4046
4082
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
4047
4083
|
export {
|
|
4048
4084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
4049
4085
|
default as ArrowUpLeftFromSquareIcon
|
|
4050
4086
|
} from '../icons/square-arrow-out-up-left';
|
|
4051
|
-
// SquareArrowUpLeft aliases
|
|
4052
|
-
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4053
|
-
export {
|
|
4054
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
4055
|
-
default as ArrowUpLeftSquareIcon
|
|
4056
|
-
} from '../icons/square-arrow-up-left';
|
|
4057
4087
|
// SquareArrowOutUpRight aliases
|
|
4058
4088
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
4059
4089
|
export {
|
|
@@ -4066,6 +4096,12 @@ export {
|
|
|
4066
4096
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
4067
4097
|
default as ArrowRightSquareIcon
|
|
4068
4098
|
} from '../icons/square-arrow-right';
|
|
4099
|
+
// SquareArrowUpLeft aliases
|
|
4100
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4101
|
+
export {
|
|
4102
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
4103
|
+
default as ArrowUpLeftSquareIcon
|
|
4104
|
+
} from '../icons/square-arrow-up-left';
|
|
4069
4105
|
// SquareArrowUpRight aliases
|
|
4070
4106
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
4071
4107
|
export {
|
|
@@ -4084,18 +4120,30 @@ export {
|
|
|
4084
4120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
|
|
4085
4121
|
default as AsteriskSquareIcon
|
|
4086
4122
|
} from '../icons/square-asterisk';
|
|
4123
|
+
// SquareCenterlineDashedHorizontal aliases
|
|
4124
|
+
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
4125
|
+
export {
|
|
4126
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
|
|
4127
|
+
default as FlipHorizontalIcon
|
|
4128
|
+
} from '../icons/square-centerline-dashed-horizontal';
|
|
4087
4129
|
// SquareBottomDashedScissors aliases
|
|
4088
4130
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
4089
4131
|
export {
|
|
4090
4132
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
|
|
4091
4133
|
default as ScissorsSquareDashedBottomIcon
|
|
4092
4134
|
} from '../icons/square-bottom-dashed-scissors';
|
|
4093
|
-
//
|
|
4094
|
-
export { default as
|
|
4135
|
+
// SquareCenterlineDashedVertical aliases
|
|
4136
|
+
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
4095
4137
|
export {
|
|
4096
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4097
|
-
default as
|
|
4098
|
-
} from '../icons/square-centerline-dashed-
|
|
4138
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
4139
|
+
default as FlipVerticalIcon
|
|
4140
|
+
} from '../icons/square-centerline-dashed-vertical';
|
|
4141
|
+
// SquareCheck aliases
|
|
4142
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4143
|
+
export {
|
|
4144
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4145
|
+
default as CheckSquare2Icon
|
|
4146
|
+
} from '../icons/square-check';
|
|
4099
4147
|
// SquareChartGantt aliases
|
|
4100
4148
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4101
4149
|
export {
|
|
@@ -4106,66 +4154,70 @@ export {
|
|
|
4106
4154
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4107
4155
|
default as SquareGanttChartIcon
|
|
4108
4156
|
} from '../icons/square-chart-gantt';
|
|
4109
|
-
// SquareCenterlineDashedVertical aliases
|
|
4110
|
-
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
4111
|
-
export {
|
|
4112
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
4113
|
-
default as FlipVerticalIcon
|
|
4114
|
-
} from '../icons/square-centerline-dashed-vertical';
|
|
4115
|
-
// SquareCheckBig aliases
|
|
4116
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4117
|
-
export {
|
|
4118
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
4119
|
-
default as CheckSquareIcon
|
|
4120
|
-
} from '../icons/square-check-big';
|
|
4121
4157
|
// SquareChevronDown aliases
|
|
4122
4158
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4123
4159
|
export {
|
|
4124
4160
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
4125
4161
|
default as ChevronDownSquareIcon
|
|
4126
4162
|
} from '../icons/square-chevron-down';
|
|
4127
|
-
//
|
|
4128
|
-
export { default as
|
|
4163
|
+
// SquareCheckBig aliases
|
|
4164
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4129
4165
|
export {
|
|
4130
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4131
|
-
default as
|
|
4132
|
-
} from '../icons/square-check';
|
|
4166
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
4167
|
+
default as CheckSquareIcon
|
|
4168
|
+
} from '../icons/square-check-big';
|
|
4133
4169
|
// SquareChevronLeft aliases
|
|
4134
4170
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4135
4171
|
export {
|
|
4136
4172
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
4137
4173
|
default as ChevronLeftSquareIcon
|
|
4138
4174
|
} from '../icons/square-chevron-left';
|
|
4139
|
-
// SquareChevronUp aliases
|
|
4140
|
-
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4141
|
-
export {
|
|
4142
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
|
|
4143
|
-
default as ChevronUpSquareIcon
|
|
4144
|
-
} from '../icons/square-chevron-up';
|
|
4145
4175
|
// SquareChevronRight aliases
|
|
4146
4176
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4147
4177
|
export {
|
|
4148
4178
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
4149
4179
|
default as ChevronRightSquareIcon
|
|
4150
4180
|
} from '../icons/square-chevron-right';
|
|
4181
|
+
// SquareCode aliases
|
|
4182
|
+
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4183
|
+
export {
|
|
4184
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
|
|
4185
|
+
default as CodeSquareIcon
|
|
4186
|
+
} from '../icons/square-code';
|
|
4151
4187
|
// SquareDashedKanban aliases
|
|
4152
4188
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4153
4189
|
export {
|
|
4154
4190
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
4155
4191
|
default as KanbanSquareDashedIcon
|
|
4156
4192
|
} from '../icons/square-dashed-kanban';
|
|
4157
|
-
//
|
|
4158
|
-
export { default as
|
|
4193
|
+
// SquareChevronUp aliases
|
|
4194
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4159
4195
|
export {
|
|
4160
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4161
|
-
default as
|
|
4162
|
-
} from '../icons/square-
|
|
4196
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
|
|
4197
|
+
default as ChevronUpSquareIcon
|
|
4198
|
+
} from '../icons/square-chevron-up';
|
|
4163
4199
|
// SquareDashedMousePointer aliases
|
|
4164
4200
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4165
4201
|
export {
|
|
4166
4202
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. */
|
|
4167
4203
|
default as MousePointerSquareDashedIcon
|
|
4168
4204
|
} from '../icons/square-dashed-mouse-pointer';
|
|
4205
|
+
// SquareDashedText aliases
|
|
4206
|
+
export { default as SquareDashedTextIcon } from '../icons/square-dashed-text';
|
|
4207
|
+
export {
|
|
4208
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
|
|
4209
|
+
default as TextSelectionIcon
|
|
4210
|
+
} from '../icons/square-dashed-text';
|
|
4211
|
+
export {
|
|
4212
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
|
|
4213
|
+
default as TextSelectIcon
|
|
4214
|
+
} from '../icons/square-dashed-text';
|
|
4215
|
+
// SquareDot aliases
|
|
4216
|
+
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4217
|
+
export {
|
|
4218
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
|
|
4219
|
+
default as DotSquareIcon
|
|
4220
|
+
} from '../icons/square-dot';
|
|
4169
4221
|
// SquareDashed aliases
|
|
4170
4222
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4171
4223
|
export {
|
|
@@ -4178,46 +4230,30 @@ export {
|
|
|
4178
4230
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
4179
4231
|
default as DivideSquareIcon
|
|
4180
4232
|
} from '../icons/square-divide';
|
|
4181
|
-
// SquareDashedText aliases
|
|
4182
|
-
export { default as SquareDashedTextIcon } from '../icons/square-dashed-text';
|
|
4183
|
-
export {
|
|
4184
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
|
|
4185
|
-
default as TextSelectionIcon
|
|
4186
|
-
} from '../icons/square-dashed-text';
|
|
4187
|
-
export {
|
|
4188
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
|
|
4189
|
-
default as TextSelectIcon
|
|
4190
|
-
} from '../icons/square-dashed-text';
|
|
4191
4233
|
// SquareEqual aliases
|
|
4192
4234
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4193
4235
|
export {
|
|
4194
4236
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
4195
4237
|
default as EqualSquareIcon
|
|
4196
4238
|
} from '../icons/square-equal';
|
|
4197
|
-
// SquareDot aliases
|
|
4198
|
-
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4199
|
-
export {
|
|
4200
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
|
|
4201
|
-
default as DotSquareIcon
|
|
4202
|
-
} from '../icons/square-dot';
|
|
4203
4239
|
// SquareFunction aliases
|
|
4204
4240
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4205
4241
|
export {
|
|
4206
4242
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. */
|
|
4207
4243
|
default as FunctionSquareIcon
|
|
4208
4244
|
} from '../icons/square-function';
|
|
4209
|
-
// SquareLibrary aliases
|
|
4210
|
-
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4211
|
-
export {
|
|
4212
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
|
|
4213
|
-
default as LibrarySquareIcon
|
|
4214
|
-
} from '../icons/square-library';
|
|
4215
4245
|
// SquareKanban aliases
|
|
4216
4246
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4217
4247
|
export {
|
|
4218
4248
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
|
|
4219
4249
|
default as KanbanSquareIcon
|
|
4220
4250
|
} from '../icons/square-kanban';
|
|
4251
|
+
// SquareLibrary aliases
|
|
4252
|
+
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4253
|
+
export {
|
|
4254
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
|
|
4255
|
+
default as LibrarySquareIcon
|
|
4256
|
+
} from '../icons/square-library';
|
|
4221
4257
|
// SquareM aliases
|
|
4222
4258
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4223
4259
|
export {
|
|
@@ -4230,30 +4266,30 @@ export {
|
|
|
4230
4266
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
4231
4267
|
default as MenuSquareIcon
|
|
4232
4268
|
} from '../icons/square-menu';
|
|
4233
|
-
// SquareMousePointer aliases
|
|
4234
|
-
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4235
|
-
export {
|
|
4236
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
|
|
4237
|
-
default as InspectIcon
|
|
4238
|
-
} from '../icons/square-mouse-pointer';
|
|
4239
4269
|
// SquareMinus aliases
|
|
4240
4270
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4241
4271
|
export {
|
|
4242
4272
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. */
|
|
4243
4273
|
default as MinusSquareIcon
|
|
4244
4274
|
} from '../icons/square-minus';
|
|
4245
|
-
//
|
|
4246
|
-
export { default as
|
|
4275
|
+
// SquareMousePointer aliases
|
|
4276
|
+
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4247
4277
|
export {
|
|
4248
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4249
|
-
default as
|
|
4250
|
-
} from '../icons/square-
|
|
4278
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
|
|
4279
|
+
default as InspectIcon
|
|
4280
|
+
} from '../icons/square-mouse-pointer';
|
|
4251
4281
|
// SquareParking aliases
|
|
4252
4282
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4253
4283
|
export {
|
|
4254
4284
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
|
|
4255
4285
|
default as ParkingSquareIcon
|
|
4256
4286
|
} from '../icons/square-parking';
|
|
4287
|
+
// SquareParkingOff aliases
|
|
4288
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4289
|
+
export {
|
|
4290
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4291
|
+
default as ParkingSquareOffIcon
|
|
4292
|
+
} from '../icons/square-parking-off';
|
|
4257
4293
|
// SquarePen aliases
|
|
4258
4294
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4259
4295
|
export {
|
|
@@ -4304,12 +4340,6 @@ export {
|
|
|
4304
4340
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
|
|
4305
4341
|
default as PowerSquareIcon
|
|
4306
4342
|
} from '../icons/square-power';
|
|
4307
|
-
// SquareScissors aliases
|
|
4308
|
-
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4309
|
-
export {
|
|
4310
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
|
|
4311
|
-
default as ScissorsSquareIcon
|
|
4312
|
-
} from '../icons/square-scissors';
|
|
4313
4343
|
// SquareSigma aliases
|
|
4314
4344
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4315
4345
|
export {
|
|
@@ -4322,6 +4352,12 @@ export {
|
|
|
4322
4352
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
4323
4353
|
default as SlashSquareIcon
|
|
4324
4354
|
} from '../icons/square-slash';
|
|
4355
|
+
// SquareScissors aliases
|
|
4356
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4357
|
+
export {
|
|
4358
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
|
|
4359
|
+
default as ScissorsSquareIcon
|
|
4360
|
+
} from '../icons/square-scissors';
|
|
4325
4361
|
// SquareSplitHorizontal aliases
|
|
4326
4362
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4327
4363
|
export {
|
|
@@ -4340,6 +4376,12 @@ export {
|
|
|
4340
4376
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
|
|
4341
4377
|
default as TerminalSquareIcon
|
|
4342
4378
|
} from '../icons/square-terminal';
|
|
4379
|
+
// SquareUser aliases
|
|
4380
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4381
|
+
export {
|
|
4382
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4383
|
+
default as UserSquareIcon
|
|
4384
|
+
} from '../icons/square-user';
|
|
4343
4385
|
// SquareUserRound aliases
|
|
4344
4386
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4345
4387
|
export {
|
|
@@ -4364,12 +4406,6 @@ export {
|
|
|
4364
4406
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
|
|
4365
4407
|
default as AlignCenterIcon
|
|
4366
4408
|
} from '../icons/text-align-center';
|
|
4367
|
-
// SquareUser aliases
|
|
4368
|
-
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4369
|
-
export {
|
|
4370
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4371
|
-
default as UserSquareIcon
|
|
4372
|
-
} from '../icons/square-user';
|
|
4373
4409
|
// TextAlignEnd aliases
|
|
4374
4410
|
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4375
4411
|
export {
|
|
@@ -4382,6 +4418,18 @@ export {
|
|
|
4382
4418
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
4383
4419
|
default as AlignJustifyIcon
|
|
4384
4420
|
} from '../icons/text-align-justify';
|
|
4421
|
+
// TextInitial aliases
|
|
4422
|
+
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4423
|
+
export {
|
|
4424
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4425
|
+
default as LetterTextIcon
|
|
4426
|
+
} from '../icons/text-initial';
|
|
4427
|
+
// TextWrap aliases
|
|
4428
|
+
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4429
|
+
export {
|
|
4430
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4431
|
+
default as WrapTextIcon
|
|
4432
|
+
} from '../icons/text-wrap';
|
|
4385
4433
|
// TextAlignStart aliases
|
|
4386
4434
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4387
4435
|
export {
|
|
@@ -4392,24 +4440,18 @@ export {
|
|
|
4392
4440
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
|
|
4393
4441
|
default as AlignLeftIcon
|
|
4394
4442
|
} from '../icons/text-align-start';
|
|
4395
|
-
// TextWrap aliases
|
|
4396
|
-
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4397
|
-
export {
|
|
4398
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4399
|
-
default as WrapTextIcon
|
|
4400
|
-
} from '../icons/text-wrap';
|
|
4401
|
-
// TextInitial aliases
|
|
4402
|
-
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4403
|
-
export {
|
|
4404
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4405
|
-
default as LetterTextIcon
|
|
4406
|
-
} from '../icons/text-initial';
|
|
4407
4443
|
// TramFront aliases
|
|
4408
4444
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4409
4445
|
export {
|
|
4410
4446
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
4411
4447
|
default as TrainIcon
|
|
4412
4448
|
} from '../icons/tram-front';
|
|
4449
|
+
// TreePalm aliases
|
|
4450
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4451
|
+
export {
|
|
4452
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4453
|
+
default as PalmtreeIcon
|
|
4454
|
+
} from '../icons/tree-palm';
|
|
4413
4455
|
// TriangleAlert aliases
|
|
4414
4456
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4415
4457
|
export {
|
|
@@ -4422,60 +4464,48 @@ export {
|
|
|
4422
4464
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. */
|
|
4423
4465
|
default as Tv2Icon
|
|
4424
4466
|
} from '../icons/tv-minimal';
|
|
4425
|
-
// UserRoundCheck aliases
|
|
4426
|
-
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4427
|
-
export {
|
|
4428
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
|
|
4429
|
-
default as UserCheck2Icon
|
|
4430
|
-
} from '../icons/user-round-check';
|
|
4431
|
-
// TreePalm aliases
|
|
4432
|
-
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4433
|
-
export {
|
|
4434
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4435
|
-
default as PalmtreeIcon
|
|
4436
|
-
} from '../icons/tree-palm';
|
|
4437
4467
|
// University aliases
|
|
4438
4468
|
export { default as UniversityIcon } from '../icons/university';
|
|
4439
4469
|
export {
|
|
4440
4470
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
|
|
4441
4471
|
default as School2Icon
|
|
4442
4472
|
} from '../icons/university';
|
|
4443
|
-
//
|
|
4444
|
-
export { default as
|
|
4473
|
+
// UserRoundCheck aliases
|
|
4474
|
+
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4445
4475
|
export {
|
|
4446
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4447
|
-
default as
|
|
4448
|
-
} from '../icons/user-round-
|
|
4476
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
|
|
4477
|
+
default as UserCheck2Icon
|
|
4478
|
+
} from '../icons/user-round-check';
|
|
4449
4479
|
// UserRoundCog aliases
|
|
4450
4480
|
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4451
4481
|
export {
|
|
4452
4482
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
|
|
4453
4483
|
default as UserCog2Icon
|
|
4454
4484
|
} from '../icons/user-round-cog';
|
|
4485
|
+
// UserRoundMinus aliases
|
|
4486
|
+
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4487
|
+
export {
|
|
4488
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. */
|
|
4489
|
+
default as UserMinus2Icon
|
|
4490
|
+
} from '../icons/user-round-minus';
|
|
4455
4491
|
// UserRoundPlus aliases
|
|
4456
4492
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4457
4493
|
export {
|
|
4458
4494
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. */
|
|
4459
4495
|
default as UserPlus2Icon
|
|
4460
4496
|
} from '../icons/user-round-plus';
|
|
4461
|
-
// UserRound aliases
|
|
4462
|
-
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4463
|
-
export {
|
|
4464
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
4465
|
-
default as User2Icon
|
|
4466
|
-
} from '../icons/user-round';
|
|
4467
4497
|
// UserRoundX aliases
|
|
4468
4498
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4469
4499
|
export {
|
|
4470
4500
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. */
|
|
4471
4501
|
default as UserX2Icon
|
|
4472
4502
|
} from '../icons/user-round-x';
|
|
4473
|
-
//
|
|
4474
|
-
export { default as
|
|
4503
|
+
// UserRound aliases
|
|
4504
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4475
4505
|
export {
|
|
4476
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4477
|
-
default as
|
|
4478
|
-
} from '../icons/
|
|
4506
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
4507
|
+
default as User2Icon
|
|
4508
|
+
} from '../icons/user-round';
|
|
4479
4509
|
// UtensilsCrossed aliases
|
|
4480
4510
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4481
4511
|
export {
|
|
@@ -4488,22 +4518,28 @@ export {
|
|
|
4488
4518
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
4489
4519
|
default as ForkKnifeIcon
|
|
4490
4520
|
} from '../icons/utensils';
|
|
4521
|
+
// UsersRound aliases
|
|
4522
|
+
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4523
|
+
export {
|
|
4524
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
|
|
4525
|
+
default as Users2Icon
|
|
4526
|
+
} from '../icons/users-round';
|
|
4491
4527
|
// WalletMinimal aliases
|
|
4492
4528
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4493
4529
|
export {
|
|
4494
4530
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
4495
4531
|
default as Wallet2Icon
|
|
4496
4532
|
} from '../icons/wallet-minimal';
|
|
4497
|
-
// WavesHorizontal aliases
|
|
4498
|
-
export { default as WavesHorizontalIcon } from '../icons/waves-horizontal';
|
|
4499
|
-
export {
|
|
4500
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. */
|
|
4501
|
-
default as WavesIcon
|
|
4502
|
-
} from '../icons/waves-horizontal';
|
|
4503
4533
|
// WandSparkles aliases
|
|
4504
4534
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4505
4535
|
export {
|
|
4506
4536
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
4507
4537
|
default as Wand2Icon
|
|
4508
4538
|
} from '../icons/wand-sparkles';
|
|
4539
|
+
// WavesHorizontal aliases
|
|
4540
|
+
export { default as WavesHorizontalIcon } from '../icons/waves-horizontal';
|
|
4541
|
+
export {
|
|
4542
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. */
|
|
4543
|
+
default as WavesIcon
|
|
4544
|
+
} from '../icons/waves-horizontal';
|
|
4509
4545
|
|