@lucide/astro 1.27.0 → 1.29.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 +120 -120
- package/src/aliases/prefixed.ts +738 -730
- package/src/aliases/suffixed.ts +1071 -1063
- package/src/icons/calendar-1.ts +2 -2
- package/src/icons/calendar-arrow-down.ts +2 -2
- package/src/icons/calendar-arrow-up.ts +2 -2
- package/src/icons/calendar-check-2.ts +2 -2
- package/src/icons/calendar-check.ts +2 -2
- package/src/icons/calendar-clock.ts +2 -2
- package/src/icons/calendar-cog.ts +2 -2
- package/src/icons/calendar-days.ts +2 -2
- package/src/icons/calendar-fold.ts +2 -2
- package/src/icons/calendar-heart.ts +2 -2
- package/src/icons/calendar-minus-2.ts +2 -2
- package/src/icons/calendar-minus.ts +2 -2
- package/src/icons/calendar-off.ts +2 -2
- package/src/icons/calendar-plus-2.ts +2 -2
- package/src/icons/calendar-plus.ts +2 -2
- package/src/icons/calendar-range.ts +2 -2
- package/src/icons/calendar-search.ts +2 -2
- package/src/icons/calendar-sync.ts +2 -2
- package/src/icons/calendar-x-2.ts +2 -2
- package/src/icons/calendar-x.ts +2 -2
- package/src/icons/calendar.ts +2 -2
- package/src/icons/contact-round.ts +2 -2
- package/src/icons/contact.ts +2 -2
- package/src/icons/index.ts +222 -218
- package/src/icons/layer-arrow-down.ts +18 -0
- package/src/icons/layer-arrow-up.ts +18 -0
- package/src/icons/layers-arrow-down.ts +18 -0
- package/src/icons/layers-arrow-up.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
-
// AArrowUp aliases
|
|
4
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
3
|
// ALargeSmall aliases
|
|
6
4
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
5
|
// Accessibility aliases
|
|
8
6
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
|
+
// AArrowUp aliases
|
|
8
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// Ad aliases
|
|
12
12
|
export { default as AdIcon } from '../icons/ad';
|
|
13
|
-
// AirVent aliases
|
|
14
|
-
export { default as AirVentIcon } from '../icons/air-vent';
|
|
15
13
|
// Airplay aliases
|
|
16
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
17
|
-
//
|
|
18
|
-
export { default as
|
|
15
|
+
// AirVent aliases
|
|
16
|
+
export { default as AirVentIcon } from '../icons/air-vent';
|
|
19
17
|
// AlarmClock aliases
|
|
20
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
19
|
// AlarmSmoke aliases
|
|
22
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
23
21
|
// Album aliases
|
|
24
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
|
+
// AlarmClockOff aliases
|
|
24
|
+
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
25
25
|
// AlignCenterHorizontal aliases
|
|
26
26
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
27
|
// AlignCenterVertical aliases
|
|
@@ -30,20 +30,20 @@ export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertic
|
|
|
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
|
-
// AlignHorizontalDistributeCenter aliases
|
|
34
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
33
|
// AlignHorizontalDistributeEnd aliases
|
|
36
34
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
|
+
// AlignHorizontalDistributeCenter aliases
|
|
36
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
37
37
|
// AlignHorizontalDistributeStart aliases
|
|
38
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
|
-
// AlignHorizontalSpaceAround aliases
|
|
42
|
-
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
43
|
-
// AlignHorizontalJustifyStart aliases
|
|
44
|
-
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
41
|
// AlignHorizontalJustifyEnd aliases
|
|
46
42
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
|
+
// AlignHorizontalJustifyStart aliases
|
|
44
|
+
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
|
+
// AlignHorizontalSpaceAround aliases
|
|
46
|
+
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
47
|
// AlignHorizontalSpaceBetween aliases
|
|
48
48
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
49
|
// AlignStartHorizontal aliases
|
|
@@ -54,12 +54,12 @@ export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical
|
|
|
54
54
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
55
55
|
// AlignVerticalDistributeEnd aliases
|
|
56
56
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
57
|
-
// AlignVerticalJustifyCenter aliases
|
|
58
|
-
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
57
|
// AlignVerticalDistributeStart aliases
|
|
60
58
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
61
59
|
// AlignVerticalJustifyEnd aliases
|
|
62
60
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
61
|
+
// AlignVerticalJustifyCenter aliases
|
|
62
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
63
63
|
// AlignVerticalJustifyStart aliases
|
|
64
64
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
65
65
|
// AlignVerticalSpaceAround aliases
|
|
@@ -68,138 +68,138 @@ 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';
|
|
71
73
|
// Ampersand aliases
|
|
72
74
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
75
|
// Amphora aliases
|
|
74
76
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
|
-
// Ampersands aliases
|
|
76
|
-
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
77
77
|
// Anchor aliases
|
|
78
78
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
79
|
-
// Angry aliases
|
|
80
|
-
export { default as AngryIcon } from '../icons/angry';
|
|
81
79
|
// Annoyed aliases
|
|
82
80
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
83
|
-
//
|
|
84
|
-
export { default as
|
|
85
|
-
// Aperture aliases
|
|
86
|
-
export { default as ApertureIcon } from '../icons/aperture';
|
|
81
|
+
// Angry aliases
|
|
82
|
+
export { default as AngryIcon } from '../icons/angry';
|
|
87
83
|
// Anvil aliases
|
|
88
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
|
+
// Aperture aliases
|
|
86
|
+
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
|
+
// Antenna aliases
|
|
88
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
89
89
|
// AppWindowMac aliases
|
|
90
90
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
91
|
-
// AppWindow aliases
|
|
92
|
-
export { default as AppWindowIcon } from '../icons/app-window';
|
|
93
|
-
// Apple aliases
|
|
94
|
-
export { default as AppleIcon } from '../icons/apple';
|
|
95
91
|
// ArchiveRestore aliases
|
|
96
92
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
97
93
|
// Archive aliases
|
|
98
94
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
95
|
+
// AppWindow aliases
|
|
96
|
+
export { default as AppWindowIcon } from '../icons/app-window';
|
|
99
97
|
// ArchiveX aliases
|
|
100
98
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
101
99
|
// Armchair aliases
|
|
102
100
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
|
+
// Apple aliases
|
|
102
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
103
103
|
// ArrowBigDownDash aliases
|
|
104
104
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
105
|
-
// ArrowBigLeftDash aliases
|
|
106
|
-
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
105
|
// ArrowBigDown aliases
|
|
108
106
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
107
|
+
// ArrowBigLeftDash aliases
|
|
108
|
+
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
109
109
|
// ArrowBigLeft aliases
|
|
110
110
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
111
|
-
// ArrowBigRightDash aliases
|
|
112
|
-
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
113
111
|
// ArrowBigRight aliases
|
|
114
112
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
|
+
// ArrowBigRightDash aliases
|
|
114
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
115
115
|
// ArrowBigUp aliases
|
|
116
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
117
|
// ArrowBigUpDash aliases
|
|
118
118
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
119
|
-
// ArrowDownFromLine aliases
|
|
120
|
-
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
121
119
|
// ArrowDownLeft aliases
|
|
122
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
|
+
// ArrowDownFromLine aliases
|
|
122
|
+
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
123
|
+
// ArrowDownNarrowWide aliases
|
|
124
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
125
|
// ArrowDownRight aliases
|
|
124
126
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
|
-
// ArrowDownToLine aliases
|
|
126
|
-
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
127
127
|
// ArrowDownToDot aliases
|
|
128
128
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
129
129
|
// ArrowDownUp aliases
|
|
130
130
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
|
-
// ArrowDownNarrowWide aliases
|
|
132
|
-
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
133
131
|
// ArrowDown aliases
|
|
134
132
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
133
|
+
// ArrowDownToLine aliases
|
|
134
|
+
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
135
135
|
// ArrowLeftFromLine aliases
|
|
136
136
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
137
|
-
// ArrowLeftRight aliases
|
|
138
|
-
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
139
137
|
// ArrowLeftToLine aliases
|
|
140
138
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
|
+
// ArrowLeftRight aliases
|
|
140
|
+
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
141
141
|
// ArrowLeft aliases
|
|
142
142
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
143
|
-
// ArrowRightLeft aliases
|
|
144
|
-
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
143
|
// ArrowRightFromLine aliases
|
|
146
144
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
147
|
-
//
|
|
148
|
-
export { default as
|
|
145
|
+
// ArrowRightLeft aliases
|
|
146
|
+
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
149
147
|
// ArrowRightToLine aliases
|
|
150
148
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
149
|
+
// ArrowRight aliases
|
|
150
|
+
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
151
151
|
// ArrowUpDown aliases
|
|
152
152
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
153
|
-
// ArrowUpFromDot aliases
|
|
154
|
-
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
155
153
|
// ArrowUpFromLine aliases
|
|
156
154
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
157
|
-
// ArrowUpRight aliases
|
|
158
|
-
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
155
|
// ArrowUpLeft aliases
|
|
160
156
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
|
+
// ArrowUpFromDot aliases
|
|
158
|
+
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
159
|
+
// ArrowUpRight aliases
|
|
160
|
+
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
161
161
|
// ArrowUpToLine aliases
|
|
162
162
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
163
|
+
// ArrowUp aliases
|
|
164
|
+
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
163
165
|
// ArrowUpWideNarrow aliases
|
|
164
166
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
165
167
|
// ArrowsUpFromLine aliases
|
|
166
168
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
|
-
// ArrowUp aliases
|
|
168
|
-
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
169
|
-
// Asterisk aliases
|
|
170
|
-
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
171
169
|
// Astroid aliases
|
|
172
170
|
export { default as AstroidIcon } from '../icons/astroid';
|
|
171
|
+
// Asterisk aliases
|
|
172
|
+
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
173
173
|
// AtSign aliases
|
|
174
174
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
175
175
|
// Atom aliases
|
|
176
176
|
export { default as AtomIcon } from '../icons/atom';
|
|
177
177
|
// AudioLines aliases
|
|
178
178
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
179
|
-
// AudioWaveform aliases
|
|
180
|
-
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
181
|
-
// Baby aliases
|
|
182
|
-
export { default as BabyIcon } from '../icons/baby';
|
|
183
179
|
// Award aliases
|
|
184
180
|
export { default as AwardIcon } from '../icons/award';
|
|
185
181
|
// Axe aliases
|
|
186
182
|
export { default as AxeIcon } from '../icons/axe';
|
|
187
|
-
//
|
|
188
|
-
export { default as
|
|
183
|
+
// AudioWaveform aliases
|
|
184
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
185
|
+
// Baby aliases
|
|
186
|
+
export { default as BabyIcon } from '../icons/baby';
|
|
189
187
|
// Backpack aliases
|
|
190
188
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
191
|
-
//
|
|
192
|
-
export { default as
|
|
189
|
+
// BadgeAlert aliases
|
|
190
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
193
191
|
// BadgeDollarSign aliases
|
|
194
192
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
195
|
-
// BadgeIndianRupee aliases
|
|
196
|
-
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
197
193
|
// BadgeEuro aliases
|
|
198
194
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
199
|
-
//
|
|
200
|
-
export { default as
|
|
195
|
+
// BadgeCent aliases
|
|
196
|
+
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
197
|
+
// BadgeIndianRupee aliases
|
|
198
|
+
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
201
199
|
// BadgeInfo aliases
|
|
202
200
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
201
|
+
// BadgeJapaneseYen aliases
|
|
202
|
+
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
203
203
|
// BadgeMinus aliases
|
|
204
204
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
205
205
|
// BadgePercent aliases
|
|
@@ -210,34 +210,34 @@ export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
|
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
|
-
// BadgeRussianRuble aliases
|
|
214
|
-
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
215
213
|
// BadgeTurkishLira aliases
|
|
216
214
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
215
|
+
// BadgeRussianRuble aliases
|
|
216
|
+
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
217
217
|
// BadgeX aliases
|
|
218
218
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
219
219
|
// Badge aliases
|
|
220
220
|
export { default as BadgeIcon } from '../icons/badge';
|
|
221
221
|
// BaggageClaim aliases
|
|
222
222
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
223
|
-
// Balloon aliases
|
|
224
|
-
export { default as BalloonIcon } from '../icons/balloon';
|
|
225
223
|
// Ban aliases
|
|
226
224
|
export { default as BanIcon } from '../icons/ban';
|
|
227
|
-
//
|
|
228
|
-
export { default as
|
|
225
|
+
// Balloon aliases
|
|
226
|
+
export { default as BalloonIcon } from '../icons/balloon';
|
|
229
227
|
// Banana aliases
|
|
230
228
|
export { default as BananaIcon } from '../icons/banana';
|
|
229
|
+
// Bandage aliases
|
|
230
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
231
231
|
// BanknoteArrowUp aliases
|
|
232
232
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
233
|
-
//
|
|
234
|
-
export { default as
|
|
233
|
+
// BanknoteArrowDown aliases
|
|
234
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
235
235
|
// BanknoteX aliases
|
|
236
236
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
237
237
|
// Banknote aliases
|
|
238
238
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
239
|
-
//
|
|
240
|
-
export { default as
|
|
239
|
+
// BanknoteCheck aliases
|
|
240
|
+
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
241
241
|
// Barcode aliases
|
|
242
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
243
|
// Barrel aliases
|
|
@@ -246,44 +246,44 @@ export { default as BarrelIcon } from '../icons/barrel';
|
|
|
246
246
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
247
247
|
// Bath aliases
|
|
248
248
|
export { default as BathIcon } from '../icons/bath';
|
|
249
|
-
// BatteryFull aliases
|
|
250
|
-
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
251
249
|
// BatteryCharging aliases
|
|
252
250
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
253
|
-
//
|
|
254
|
-
export { default as
|
|
251
|
+
// BatteryFull aliases
|
|
252
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
255
253
|
// BatteryLow aliases
|
|
256
254
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
255
|
+
// BatteryMedium aliases
|
|
256
|
+
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
257
257
|
// BatteryPlus aliases
|
|
258
258
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
|
-
// BatteryWarning aliases
|
|
260
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
261
259
|
// Battery aliases
|
|
262
260
|
export { default as BatteryIcon } from '../icons/battery';
|
|
263
|
-
//
|
|
264
|
-
export { default as
|
|
261
|
+
// BatteryWarning aliases
|
|
262
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
265
263
|
// BeanOff aliases
|
|
266
264
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
267
265
|
// Bean aliases
|
|
268
266
|
export { default as BeanIcon } from '../icons/bean';
|
|
267
|
+
// Beaker aliases
|
|
268
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
269
269
|
// BedDouble aliases
|
|
270
270
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
271
271
|
// BedSingle aliases
|
|
272
272
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
273
|
-
// Bed aliases
|
|
274
|
-
export { default as BedIcon } from '../icons/bed';
|
|
275
273
|
// BeefOff aliases
|
|
276
274
|
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
275
|
+
// Bed aliases
|
|
276
|
+
export { default as BedIcon } from '../icons/bed';
|
|
277
277
|
// Beef aliases
|
|
278
278
|
export { default as BeefIcon } from '../icons/beef';
|
|
279
|
-
// BeerOff aliases
|
|
280
|
-
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
281
279
|
// Beer aliases
|
|
282
280
|
export { default as BeerIcon } from '../icons/beer';
|
|
283
|
-
// BellCheck aliases
|
|
284
|
-
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
285
281
|
// BellDot aliases
|
|
286
282
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
283
|
+
// BeerOff aliases
|
|
284
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
285
|
+
// BellCheck aliases
|
|
286
|
+
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
287
287
|
// BellElectric aliases
|
|
288
288
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
289
289
|
// BellMinus aliases
|
|
@@ -294,10 +294,10 @@ export { default as BellOffIcon } from '../icons/bell-off';
|
|
|
294
294
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
295
295
|
// BellPlus aliases
|
|
296
296
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
297
|
-
// Bell aliases
|
|
298
|
-
export { default as BellIcon } from '../icons/bell';
|
|
299
297
|
// BetweenVerticalEnd aliases
|
|
300
298
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
299
|
+
// Bell aliases
|
|
300
|
+
export { default as BellIcon } from '../icons/bell';
|
|
301
301
|
// BetweenVerticalStart aliases
|
|
302
302
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
303
303
|
// BicepsFlexed aliases
|
|
@@ -314,26 +314,26 @@ export { default as BiohazardIcon } from '../icons/biohazard';
|
|
|
314
314
|
export { default as BirdIcon } from '../icons/bird';
|
|
315
315
|
// Birdhouse aliases
|
|
316
316
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
317
|
-
// Bitcoin aliases
|
|
318
|
-
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
319
317
|
// Blend aliases
|
|
320
318
|
export { default as BlendIcon } from '../icons/blend';
|
|
319
|
+
// Bitcoin aliases
|
|
320
|
+
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
321
321
|
// Blender aliases
|
|
322
322
|
export { default as BlenderIcon } from '../icons/blender';
|
|
323
323
|
// Blinds aliases
|
|
324
324
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
325
|
-
// Blocks aliases
|
|
326
|
-
export { default as BlocksIcon } from '../icons/blocks';
|
|
327
|
-
// BluetoothSearching aliases
|
|
328
|
-
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
329
325
|
// BluetoothConnected aliases
|
|
330
326
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
331
|
-
//
|
|
332
|
-
export { default as
|
|
327
|
+
// Blocks aliases
|
|
328
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
333
329
|
// BluetoothOff aliases
|
|
334
330
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
335
331
|
// Bold aliases
|
|
336
332
|
export { default as BoldIcon } from '../icons/bold';
|
|
333
|
+
// BluetoothSearching aliases
|
|
334
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
335
|
+
// Bluetooth aliases
|
|
336
|
+
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
337
337
|
// Bolt aliases
|
|
338
338
|
export { default as BoltIcon } from '../icons/bolt';
|
|
339
339
|
// Bomb aliases
|
|
@@ -358,14 +358,14 @@ export { default as BookDownIcon } from '../icons/book-down';
|
|
|
358
358
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
359
359
|
// BookHeart aliases
|
|
360
360
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
361
|
-
// BookImage aliases
|
|
362
|
-
export { default as BookImageIcon } from '../icons/book-image';
|
|
363
|
-
// BookKey aliases
|
|
364
|
-
export { default as BookKeyIcon } from '../icons/book-key';
|
|
365
361
|
// BookLock aliases
|
|
366
362
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
363
|
+
// BookImage aliases
|
|
364
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
367
365
|
// BookMarked aliases
|
|
368
366
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
367
|
+
// BookKey aliases
|
|
368
|
+
export { default as BookKeyIcon } from '../icons/book-key';
|
|
369
369
|
// BookMinus aliases
|
|
370
370
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
371
371
|
// BookOpenCheck aliases
|
|
@@ -380,150 +380,150 @@ export { default as BookPlusIcon } from '../icons/book-plus';
|
|
|
380
380
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
381
381
|
// BookText aliases
|
|
382
382
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
383
|
-
// BookType aliases
|
|
384
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
385
|
-
// BookUp aliases
|
|
386
|
-
export { default as BookUpIcon } from '../icons/book-up';
|
|
387
383
|
// BookUp2 aliases
|
|
388
384
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
389
|
-
//
|
|
390
|
-
export { default as
|
|
385
|
+
// BookUp aliases
|
|
386
|
+
export { default as BookUpIcon } from '../icons/book-up';
|
|
387
|
+
// BookType aliases
|
|
388
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
391
389
|
// BookUser aliases
|
|
392
390
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
391
|
+
// BookX aliases
|
|
392
|
+
export { default as BookXIcon } from '../icons/book-x';
|
|
393
393
|
// Book aliases
|
|
394
394
|
export { default as BookIcon } from '../icons/book';
|
|
395
395
|
// BookmarkCheck aliases
|
|
396
396
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
397
|
-
// BookmarkMinus aliases
|
|
398
|
-
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
399
397
|
// BookmarkOff aliases
|
|
400
398
|
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
399
|
+
// BookmarkMinus aliases
|
|
400
|
+
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
401
401
|
// BookmarkPlus aliases
|
|
402
402
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
403
|
-
// BookmarkX aliases
|
|
404
|
-
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
405
403
|
// Bookmark aliases
|
|
406
404
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
405
|
+
// BookmarkX aliases
|
|
406
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
407
407
|
// BoomBox aliases
|
|
408
408
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
409
|
-
// BotOff aliases
|
|
410
|
-
export { default as BotOffIcon } from '../icons/bot-off';
|
|
411
409
|
// BotMessageSquare aliases
|
|
412
410
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
413
|
-
//
|
|
414
|
-
export { default as
|
|
411
|
+
// BotOff aliases
|
|
412
|
+
export { default as BotOffIcon } from '../icons/bot-off';
|
|
415
413
|
// Bot aliases
|
|
416
414
|
export { default as BotIcon } from '../icons/bot';
|
|
415
|
+
// BowArrow aliases
|
|
416
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
417
417
|
// BottleWine aliases
|
|
418
418
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
419
419
|
// Box aliases
|
|
420
420
|
export { default as BoxIcon } from '../icons/box';
|
|
421
|
+
// Boxes aliases
|
|
422
|
+
export { default as BoxesIcon } from '../icons/boxes';
|
|
421
423
|
// Brackets aliases
|
|
422
424
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
423
425
|
// BrainCircuit aliases
|
|
424
426
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
425
|
-
// Boxes aliases
|
|
426
|
-
export { default as BoxesIcon } from '../icons/boxes';
|
|
427
|
-
// BrainCog aliases
|
|
428
|
-
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
429
427
|
// Brain aliases
|
|
430
428
|
export { default as BrainIcon } from '../icons/brain';
|
|
431
|
-
//
|
|
432
|
-
export { default as
|
|
429
|
+
// BrainCog aliases
|
|
430
|
+
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
433
431
|
// BrickWallFire aliases
|
|
434
432
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
435
433
|
// BrickWallShield aliases
|
|
436
434
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
437
|
-
//
|
|
438
|
-
export { default as
|
|
435
|
+
// BrickWall aliases
|
|
436
|
+
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
439
437
|
// BriefcaseBusiness aliases
|
|
440
438
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
439
|
+
// BriefcaseConveyorBelt aliases
|
|
440
|
+
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
441
441
|
// BriefcaseMedical aliases
|
|
442
442
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
443
443
|
// Briefcase aliases
|
|
444
444
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
445
|
-
// Broccoli aliases
|
|
446
|
-
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
447
|
-
// BringToFront aliases
|
|
448
|
-
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
449
|
-
// BrushCleaning aliases
|
|
450
|
-
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
451
445
|
// Brush aliases
|
|
452
446
|
export { default as BrushIcon } from '../icons/brush';
|
|
447
|
+
// BringToFront aliases
|
|
448
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
449
|
+
// Broccoli aliases
|
|
450
|
+
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
453
451
|
// Bubbles aliases
|
|
454
452
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
453
|
+
// BrushCleaning aliases
|
|
454
|
+
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
455
455
|
// BugOff aliases
|
|
456
456
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
457
457
|
// Bug aliases
|
|
458
458
|
export { default as BugIcon } from '../icons/bug';
|
|
459
|
-
// Building2 aliases
|
|
460
|
-
export { default as Building2Icon } from '../icons/building-2';
|
|
461
459
|
// BugPlay aliases
|
|
462
460
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
463
|
-
//
|
|
464
|
-
export { default as
|
|
461
|
+
// Building2 aliases
|
|
462
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
465
463
|
// BusFront aliases
|
|
466
464
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
465
|
+
// Building aliases
|
|
466
|
+
export { default as BuildingIcon } from '../icons/building';
|
|
467
467
|
// Bus aliases
|
|
468
468
|
export { default as BusIcon } from '../icons/bus';
|
|
469
469
|
// CableCar aliases
|
|
470
470
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
471
471
|
// Cable aliases
|
|
472
472
|
export { default as CableIcon } from '../icons/cable';
|
|
473
|
-
// Cake aliases
|
|
474
|
-
export { default as CakeIcon } from '../icons/cake';
|
|
475
473
|
// CakeSlice aliases
|
|
476
474
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
475
|
+
// Cake aliases
|
|
476
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
477
|
+
// Calendar1 aliases
|
|
478
|
+
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
477
479
|
// Calculator aliases
|
|
478
480
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
481
|
+
// CalendarArrowUp aliases
|
|
482
|
+
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
479
483
|
// CalendarArrowDown aliases
|
|
480
484
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
481
|
-
// Calendar1 aliases
|
|
482
|
-
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
483
485
|
// CalendarCheck aliases
|
|
484
486
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
485
|
-
// CalendarArrowUp aliases
|
|
486
|
-
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
487
|
-
// CalendarClock aliases
|
|
488
|
-
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
489
487
|
// CalendarCheck2 aliases
|
|
490
488
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
491
|
-
//
|
|
492
|
-
export { default as
|
|
489
|
+
// CalendarClock aliases
|
|
490
|
+
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
493
491
|
// CalendarCog aliases
|
|
494
492
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
495
493
|
// CalendarDays aliases
|
|
496
494
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
497
|
-
// CalendarHeart aliases
|
|
498
|
-
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
499
495
|
// CalendarFold aliases
|
|
500
496
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
501
|
-
//
|
|
502
|
-
export { default as
|
|
497
|
+
// CalendarHeart aliases
|
|
498
|
+
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
499
|
+
// CalendarMinus2 aliases
|
|
500
|
+
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
503
501
|
// CalendarOff aliases
|
|
504
502
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
503
|
+
// CalendarMinus aliases
|
|
504
|
+
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
505
505
|
// CalendarPlus2 aliases
|
|
506
506
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
507
507
|
// CalendarPlus aliases
|
|
508
508
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
509
|
-
// CalendarRange aliases
|
|
510
|
-
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
511
509
|
// CalendarSearch aliases
|
|
512
510
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
511
|
+
// CalendarRange aliases
|
|
512
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
513
513
|
// CalendarSync aliases
|
|
514
514
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
515
|
+
// CalendarX2 aliases
|
|
516
|
+
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
515
517
|
// CalendarX aliases
|
|
516
518
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
517
519
|
// Calendar aliases
|
|
518
520
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
519
|
-
//
|
|
520
|
-
export { default as
|
|
521
|
+
// Camera aliases
|
|
522
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
521
523
|
// Calendars aliases
|
|
522
524
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
523
525
|
// CameraOff aliases
|
|
524
526
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
525
|
-
// Camera aliases
|
|
526
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
527
527
|
// CandyCane aliases
|
|
528
528
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
529
529
|
// CandyOff aliases
|
|
@@ -532,10 +532,10 @@ export { default as CandyOffIcon } from '../icons/candy-off';
|
|
|
532
532
|
export { default as CandyIcon } from '../icons/candy';
|
|
533
533
|
// CannabisOff aliases
|
|
534
534
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
535
|
-
// CaptionsOff aliases
|
|
536
|
-
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
537
535
|
// Cannabis aliases
|
|
538
536
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
537
|
+
// CaptionsOff aliases
|
|
538
|
+
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
539
539
|
// CarFront aliases
|
|
540
540
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
541
541
|
// Car aliases
|
|
@@ -548,40 +548,40 @@ export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
|
548
548
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
549
549
|
// Carrot aliases
|
|
550
550
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
551
|
-
// CaseSensitive aliases
|
|
552
|
-
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
553
551
|
// CaseLower aliases
|
|
554
552
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
555
|
-
//
|
|
556
|
-
export { default as
|
|
553
|
+
// CaseSensitive aliases
|
|
554
|
+
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
557
555
|
// CaseUpper aliases
|
|
558
556
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
557
|
+
// CassetteTape aliases
|
|
558
|
+
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
559
559
|
// Cast aliases
|
|
560
560
|
export { default as CastIcon } from '../icons/cast';
|
|
561
561
|
// Castle aliases
|
|
562
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
|
|
565
|
+
// ChartBarIncreasing aliases
|
|
566
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
567
567
|
// Cctv aliases
|
|
568
568
|
export { default as CctvIcon } from '../icons/cctv';
|
|
569
|
+
// CctvOff aliases
|
|
570
|
+
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
569
571
|
// ChartBarDecreasing aliases
|
|
570
572
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
571
|
-
// ChartBarIncreasing aliases
|
|
572
|
-
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
573
573
|
// ChartBarStacked aliases
|
|
574
574
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
575
575
|
// ChartColumnDecreasing aliases
|
|
576
576
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
577
|
-
// ChartGantt aliases
|
|
578
|
-
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
579
577
|
// ChartColumnStacked aliases
|
|
580
578
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
581
|
-
//
|
|
582
|
-
export { default as
|
|
579
|
+
// ChartGantt aliases
|
|
580
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
583
581
|
// ChartNoAxesColumnDecreasing aliases
|
|
584
582
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
583
|
+
// ChartNetwork aliases
|
|
584
|
+
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
585
585
|
// ChartNoAxesCombined aliases
|
|
586
586
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
587
587
|
// ChartSpline aliases
|
|
@@ -592,10 +592,10 @@ export { default as CheckCheckIcon } from '../icons/check-check';
|
|
|
592
592
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
593
593
|
// ChefHat aliases
|
|
594
594
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
595
|
-
// Check aliases
|
|
596
|
-
export { default as CheckIcon } from '../icons/check';
|
|
597
595
|
// Cherry aliases
|
|
598
596
|
export { default as CherryIcon } from '../icons/cherry';
|
|
597
|
+
// Check aliases
|
|
598
|
+
export { default as CheckIcon } from '../icons/check';
|
|
599
599
|
// ChessBishop aliases
|
|
600
600
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
601
601
|
// ChessKnight aliases
|
|
@@ -604,66 +604,66 @@ export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
|
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
|
-
// ChessRook aliases
|
|
608
|
-
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
609
607
|
// ChessQueen aliases
|
|
610
608
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
611
|
-
//
|
|
612
|
-
export { default as
|
|
609
|
+
// ChessRook aliases
|
|
610
|
+
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
613
611
|
// ChevronDown aliases
|
|
614
612
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
615
613
|
// ChevronLast aliases
|
|
616
614
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
615
|
+
// ChevronFirst aliases
|
|
616
|
+
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
617
617
|
// ChevronLeft aliases
|
|
618
618
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
619
|
-
// ChevronRight aliases
|
|
620
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
621
619
|
// ChevronUp aliases
|
|
622
620
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
621
|
+
// ChevronRight aliases
|
|
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
625
|
// ChevronsDown aliases
|
|
626
626
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
627
627
|
// ChevronsLeftRightEllipsis aliases
|
|
628
628
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
629
|
-
// ChevronsLeftRight aliases
|
|
630
|
-
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
631
629
|
// ChevronsRightLeft aliases
|
|
632
630
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
633
|
-
// ChevronsRight aliases
|
|
634
|
-
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
635
631
|
// ChevronsLeft aliases
|
|
636
632
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
637
|
-
//
|
|
638
|
-
export { default as
|
|
633
|
+
// ChevronsLeftRight aliases
|
|
634
|
+
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
635
|
+
// ChevronsRight aliases
|
|
636
|
+
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
639
637
|
// ChevronsUpDown aliases
|
|
640
638
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
641
|
-
//
|
|
642
|
-
export { default as
|
|
639
|
+
// ChevronsUp aliases
|
|
640
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
643
641
|
// Church aliases
|
|
644
642
|
export { default as ChurchIcon } from '../icons/church';
|
|
645
|
-
// CircleDashed aliases
|
|
646
|
-
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
647
643
|
// Cigarette aliases
|
|
648
644
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
645
|
+
// CigaretteOff aliases
|
|
646
|
+
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
647
|
+
// CircleDashed aliases
|
|
648
|
+
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
649
649
|
// CircleDotDashed aliases
|
|
650
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
|
-
// CircleEllipsis aliases
|
|
654
|
-
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
655
653
|
// CircleDot aliases
|
|
656
654
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
655
|
+
// CircleEllipsis aliases
|
|
656
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
657
657
|
// CircleEqual aliases
|
|
658
658
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
659
659
|
// CircleEuro aliases
|
|
660
660
|
export { default as CircleEuroIcon } from '../icons/circle-euro';
|
|
661
661
|
// CircleFadingArrowUp aliases
|
|
662
662
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
663
|
-
// CircleOff aliases
|
|
664
|
-
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
665
663
|
// CircleFadingPlus aliases
|
|
666
664
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
665
|
+
// CircleOff aliases
|
|
666
|
+
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
667
667
|
// CirclePoundSterling aliases
|
|
668
668
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
669
669
|
// CirclePile aliases
|
|
@@ -672,32 +672,32 @@ export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
|
672
672
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
673
673
|
// CircleSmall aliases
|
|
674
674
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
675
|
-
//
|
|
676
|
-
export { default as
|
|
675
|
+
// CircleStar aliases
|
|
676
|
+
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
677
677
|
// Circle aliases
|
|
678
678
|
export { default as CircleIcon } from '../icons/circle';
|
|
679
|
+
// CircuitBoard aliases
|
|
680
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
679
681
|
// Citrus aliases
|
|
680
682
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
681
|
-
// CircleStar aliases
|
|
682
|
-
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
683
|
-
// ClipboardCheck aliases
|
|
684
|
-
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
685
683
|
// Clapperboard aliases
|
|
686
684
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
685
|
+
// ClipboardCheck aliases
|
|
686
|
+
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
687
687
|
// ClipboardClock aliases
|
|
688
688
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
689
689
|
// ClipboardCopy aliases
|
|
690
690
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
691
|
-
// ClipboardMinus aliases
|
|
692
|
-
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
693
691
|
// ClipboardList aliases
|
|
694
692
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
693
|
+
// ClipboardMinus aliases
|
|
694
|
+
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
695
695
|
// ClipboardPaste aliases
|
|
696
696
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
697
|
-
// ClipboardType aliases
|
|
698
|
-
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
699
697
|
// ClipboardPlus aliases
|
|
700
698
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
699
|
+
// ClipboardType aliases
|
|
700
|
+
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
701
701
|
// ClipboardX aliases
|
|
702
702
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
703
703
|
// Clock1 aliases
|
|
@@ -714,14 +714,14 @@ export { default as Clock12Icon } from '../icons/clock-12';
|
|
|
714
714
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
715
715
|
// Clock3 aliases
|
|
716
716
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
717
|
-
// Clock5 aliases
|
|
718
|
-
export { default as Clock5Icon } from '../icons/clock-5';
|
|
719
|
-
// Clock6 aliases
|
|
720
|
-
export { default as Clock6Icon } from '../icons/clock-6';
|
|
721
717
|
// Clock4 aliases
|
|
722
718
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
719
|
+
// Clock6 aliases
|
|
720
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
723
721
|
// Clock7 aliases
|
|
724
722
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
723
|
+
// Clock5 aliases
|
|
724
|
+
export { default as Clock5Icon } from '../icons/clock-5';
|
|
725
725
|
// Clock8 aliases
|
|
726
726
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
727
727
|
// Clock9 aliases
|
|
@@ -730,12 +730,12 @@ export { default as Clock9Icon } from '../icons/clock-9';
|
|
|
730
730
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
731
731
|
// ClockArrowDown aliases
|
|
732
732
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
733
|
-
// ClockArrowLeft aliases
|
|
734
|
-
export { default as ClockArrowLeftIcon } from '../icons/clock-arrow-left';
|
|
735
|
-
// ClockArrowRight aliases
|
|
736
|
-
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
737
733
|
// ClockArrowUp aliases
|
|
738
734
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
735
|
+
// ClockArrowRight aliases
|
|
736
|
+
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
737
|
+
// ClockArrowLeft aliases
|
|
738
|
+
export { default as ClockArrowLeftIcon } from '../icons/clock-arrow-left';
|
|
739
739
|
// ClockCheck aliases
|
|
740
740
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
741
741
|
// ClockFading aliases
|
|
@@ -752,98 +752,98 @@ export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
|
752
752
|
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
753
753
|
// CloudCheck aliases
|
|
754
754
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
755
|
-
// CloudDrizzle aliases
|
|
756
|
-
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
757
755
|
// CloudCog aliases
|
|
758
756
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
759
|
-
//
|
|
760
|
-
export { default as
|
|
761
|
-
// CloudFog aliases
|
|
762
|
-
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
757
|
+
// CloudDrizzle aliases
|
|
758
|
+
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
763
759
|
// CloudLightning aliases
|
|
764
760
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
761
|
+
// CloudFog aliases
|
|
762
|
+
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
763
|
+
// CloudHail aliases
|
|
764
|
+
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
765
765
|
// CloudMoonRain aliases
|
|
766
766
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
767
|
-
// CloudMoon aliases
|
|
768
|
-
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
769
767
|
// CloudOff aliases
|
|
770
768
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
771
|
-
//
|
|
772
|
-
export { default as
|
|
769
|
+
// CloudMoon aliases
|
|
770
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
773
771
|
// CloudRain aliases
|
|
774
772
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
773
|
+
// CloudRainWind aliases
|
|
774
|
+
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
775
775
|
// CloudSnow aliases
|
|
776
776
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
777
|
+
// CloudSunRain aliases
|
|
778
|
+
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
777
779
|
// CloudSun aliases
|
|
778
780
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
779
781
|
// CloudSync aliases
|
|
780
782
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
781
|
-
// CloudSunRain aliases
|
|
782
|
-
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
783
783
|
// Cloud aliases
|
|
784
784
|
export { default as CloudIcon } from '../icons/cloud';
|
|
785
|
-
// Cloudy aliases
|
|
786
|
-
export { default as CloudyIcon } from '../icons/cloudy';
|
|
787
785
|
// Clover aliases
|
|
788
786
|
export { default as CloverIcon } from '../icons/clover';
|
|
787
|
+
// Cloudy aliases
|
|
788
|
+
export { default as CloudyIcon } from '../icons/cloudy';
|
|
789
789
|
// Code aliases
|
|
790
790
|
export { default as CodeIcon } from '../icons/code';
|
|
791
791
|
// Club aliases
|
|
792
792
|
export { default as ClubIcon } from '../icons/club';
|
|
793
793
|
// Coffee aliases
|
|
794
794
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
795
|
-
// Cog aliases
|
|
796
|
-
export { default as CogIcon } from '../icons/cog';
|
|
797
795
|
// Coins aliases
|
|
798
796
|
export { default as CoinsIcon } from '../icons/coins';
|
|
797
|
+
// Cog aliases
|
|
798
|
+
export { default as CogIcon } from '../icons/cog';
|
|
799
799
|
// Columns4 aliases
|
|
800
800
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
801
801
|
// Combine aliases
|
|
802
802
|
export { default as CombineIcon } from '../icons/combine';
|
|
803
|
-
// Component aliases
|
|
804
|
-
export { default as ComponentIcon } from '../icons/component';
|
|
805
|
-
// Command aliases
|
|
806
|
-
export { default as CommandIcon } from '../icons/command';
|
|
807
803
|
// Compass aliases
|
|
808
804
|
export { default as CompassIcon } from '../icons/compass';
|
|
805
|
+
// Command aliases
|
|
806
|
+
export { default as CommandIcon } from '../icons/command';
|
|
807
|
+
// Component aliases
|
|
808
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
809
809
|
// Computer aliases
|
|
810
810
|
export { default as ComputerIcon } from '../icons/computer';
|
|
811
|
-
// ConciergeBell aliases
|
|
812
|
-
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
813
811
|
// Cone aliases
|
|
814
812
|
export { default as ConeIcon } from '../icons/cone';
|
|
815
|
-
//
|
|
816
|
-
export { default as
|
|
813
|
+
// ConciergeBell aliases
|
|
814
|
+
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
817
815
|
// Construction aliases
|
|
818
816
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
817
|
+
// Contact aliases
|
|
818
|
+
export { default as ContactIcon } from '../icons/contact';
|
|
819
819
|
// Container aliases
|
|
820
820
|
export { default as ContainerIcon } from '../icons/container';
|
|
821
|
+
// Cookie aliases
|
|
822
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
821
823
|
// Contrast aliases
|
|
822
824
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
823
825
|
// CookingPot aliases
|
|
824
826
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
825
|
-
// Cookie aliases
|
|
826
|
-
export { default as CookieIcon } from '../icons/cookie';
|
|
827
827
|
// CopyCheck aliases
|
|
828
828
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
829
|
-
// CopyPlus aliases
|
|
830
|
-
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
831
829
|
// CopyMinus aliases
|
|
832
830
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
833
|
-
//
|
|
834
|
-
export { default as
|
|
831
|
+
// CopyPlus aliases
|
|
832
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
835
833
|
// CopySlash aliases
|
|
836
834
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
837
|
-
//
|
|
838
|
-
export { default as
|
|
835
|
+
// CopyX aliases
|
|
836
|
+
export { default as CopyXIcon } from '../icons/copy-x';
|
|
839
837
|
// Copyleft aliases
|
|
840
838
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
839
|
+
// Copy aliases
|
|
840
|
+
export { default as CopyIcon } from '../icons/copy';
|
|
841
841
|
// Copyright aliases
|
|
842
842
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
843
|
-
// CornerDownRight aliases
|
|
844
|
-
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
845
843
|
// CornerDownLeft aliases
|
|
846
844
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
845
|
+
// CornerDownRight aliases
|
|
846
|
+
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
847
847
|
// CornerLeftDown aliases
|
|
848
848
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
849
849
|
// CornerLeftUp aliases
|
|
@@ -856,12 +856,12 @@ export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
|
856
856
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
857
857
|
// CornerUpRight aliases
|
|
858
858
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
859
|
-
// Cpu aliases
|
|
860
|
-
export { default as CpuIcon } from '../icons/cpu';
|
|
861
|
-
// CreditCard aliases
|
|
862
|
-
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
863
859
|
// CreativeCommons aliases
|
|
864
860
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
861
|
+
// CreditCard aliases
|
|
862
|
+
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
863
|
+
// Cpu aliases
|
|
864
|
+
export { default as CpuIcon } from '../icons/cpu';
|
|
865
865
|
// Croissant aliases
|
|
866
866
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
867
867
|
// Crop aliases
|
|
@@ -880,22 +880,22 @@ export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
|
880
880
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
881
881
|
// Cylinder aliases
|
|
882
882
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
883
|
-
// Dam aliases
|
|
884
|
-
export { default as DamIcon } from '../icons/dam';
|
|
885
883
|
// DatabaseArrowDown aliases
|
|
886
884
|
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
887
|
-
//
|
|
888
|
-
export { default as
|
|
885
|
+
// Dam aliases
|
|
886
|
+
export { default as DamIcon } from '../icons/dam';
|
|
889
887
|
// DatabaseArrowUp aliases
|
|
890
888
|
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
889
|
+
// DatabaseBackup aliases
|
|
890
|
+
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
891
891
|
// DatabaseMinus aliases
|
|
892
892
|
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
893
893
|
// DatabaseCheck aliases
|
|
894
894
|
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
895
|
-
// DatabasePlus aliases
|
|
896
|
-
export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
897
895
|
// DatabaseSearch aliases
|
|
898
896
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
897
|
+
// DatabasePlus aliases
|
|
898
|
+
export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
899
899
|
// DatabaseX aliases
|
|
900
900
|
export { default as DatabaseXIcon } from '../icons/database-x';
|
|
901
901
|
// DatabaseZap aliases
|
|
@@ -912,30 +912,30 @@ export { default as DeleteIcon } from '../icons/delete';
|
|
|
912
912
|
export { default as DessertIcon } from '../icons/dessert';
|
|
913
913
|
// Diameter aliases
|
|
914
914
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
915
|
-
// DiamondPlus aliases
|
|
916
|
-
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
917
915
|
// DiamondMinus aliases
|
|
918
916
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
919
917
|
// Diamond aliases
|
|
920
918
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
919
|
+
// DiamondPlus aliases
|
|
920
|
+
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
921
921
|
// Dice1 aliases
|
|
922
922
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
923
|
+
// Dice3 aliases
|
|
924
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
923
925
|
// Dice2 aliases
|
|
924
926
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
925
927
|
// Dice4 aliases
|
|
926
928
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
927
|
-
// Dice3 aliases
|
|
928
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
929
929
|
// Dice5 aliases
|
|
930
930
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
931
931
|
// Dice6 aliases
|
|
932
932
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
933
933
|
// Dices aliases
|
|
934
934
|
export { default as DicesIcon } from '../icons/dices';
|
|
935
|
-
// Diff aliases
|
|
936
|
-
export { default as DiffIcon } from '../icons/diff';
|
|
937
935
|
// Disc2 aliases
|
|
938
936
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
937
|
+
// Diff aliases
|
|
938
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
939
939
|
// Disc3 aliases
|
|
940
940
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
941
941
|
// DiscAlbum aliases
|
|
@@ -946,12 +946,12 @@ export { default as DiscIcon } from '../icons/disc';
|
|
|
946
946
|
export { default as DivideIcon } from '../icons/divide';
|
|
947
947
|
// DnaOff aliases
|
|
948
948
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
949
|
-
// Dog aliases
|
|
950
|
-
export { default as DogIcon } from '../icons/dog';
|
|
951
949
|
// Dna aliases
|
|
952
950
|
export { default as DnaIcon } from '../icons/dna';
|
|
953
951
|
// Dock aliases
|
|
954
952
|
export { default as DockIcon } from '../icons/dock';
|
|
953
|
+
// Dog aliases
|
|
954
|
+
export { default as DogIcon } from '../icons/dog';
|
|
955
955
|
// Donut aliases
|
|
956
956
|
export { default as DonutIcon } from '../icons/donut';
|
|
957
957
|
// DollarSign aliases
|
|
@@ -960,28 +960,28 @@ export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
|
960
960
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
961
961
|
// DoorClosed aliases
|
|
962
962
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
963
|
-
// Dot aliases
|
|
964
|
-
export { default as DotIcon } from '../icons/dot';
|
|
965
963
|
// DoorOpen aliases
|
|
966
964
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
967
|
-
//
|
|
968
|
-
export { default as
|
|
965
|
+
// Dot aliases
|
|
966
|
+
export { default as DotIcon } from '../icons/dot';
|
|
969
967
|
// Download aliases
|
|
970
968
|
export { default as DownloadIcon } from '../icons/download';
|
|
971
969
|
// Drama aliases
|
|
972
970
|
export { default as DramaIcon } from '../icons/drama';
|
|
971
|
+
// DraftingCompass aliases
|
|
972
|
+
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
973
973
|
// Drill aliases
|
|
974
974
|
export { default as DrillIcon } from '../icons/drill';
|
|
975
975
|
// Drone aliases
|
|
976
976
|
export { default as DroneIcon } from '../icons/drone';
|
|
977
977
|
// DropletOff aliases
|
|
978
978
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
979
|
-
// Droplets aliases
|
|
980
|
-
export { default as DropletsIcon } from '../icons/droplets';
|
|
981
979
|
// Droplet aliases
|
|
982
980
|
export { default as DropletIcon } from '../icons/droplet';
|
|
983
981
|
// Drum aliases
|
|
984
982
|
export { default as DrumIcon } from '../icons/drum';
|
|
983
|
+
// Droplets aliases
|
|
984
|
+
export { default as DropletsIcon } from '../icons/droplets';
|
|
985
985
|
// Drumstick aliases
|
|
986
986
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
987
987
|
// Dumbbell aliases
|
|
@@ -990,46 +990,46 @@ export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
|
990
990
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
991
991
|
// Ear aliases
|
|
992
992
|
export { default as EarIcon } from '../icons/ear';
|
|
993
|
-
// EarthLock aliases
|
|
994
|
-
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
995
993
|
// Eclipse aliases
|
|
996
994
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
997
995
|
// EggFried aliases
|
|
998
996
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
999
|
-
//
|
|
1000
|
-
export { default as
|
|
997
|
+
// EarthLock aliases
|
|
998
|
+
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
1001
999
|
// EggOff aliases
|
|
1002
1000
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1003
|
-
//
|
|
1004
|
-
export { default as
|
|
1001
|
+
// Egg aliases
|
|
1002
|
+
export { default as EggIcon } from '../icons/egg';
|
|
1005
1003
|
// EqualApproximately aliases
|
|
1006
1004
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
1005
|
+
// Ellipse aliases
|
|
1006
|
+
export { default as EllipseIcon } from '../icons/ellipse';
|
|
1007
1007
|
// EqualNot aliases
|
|
1008
1008
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
1009
|
-
// Eraser aliases
|
|
1010
|
-
export { default as EraserIcon } from '../icons/eraser';
|
|
1011
1009
|
// Equal aliases
|
|
1012
1010
|
export { default as EqualIcon } from '../icons/equal';
|
|
1011
|
+
// Eraser aliases
|
|
1012
|
+
export { default as EraserIcon } from '../icons/eraser';
|
|
1013
1013
|
// EthernetPort aliases
|
|
1014
1014
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
1015
1015
|
// Euro aliases
|
|
1016
1016
|
export { default as EuroIcon } from '../icons/euro';
|
|
1017
1017
|
// EvCharger aliases
|
|
1018
1018
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
1019
|
-
// Expand aliases
|
|
1020
|
-
export { default as ExpandIcon } from '../icons/expand';
|
|
1021
1019
|
// ExternalLink aliases
|
|
1022
1020
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
1023
|
-
//
|
|
1024
|
-
export { default as
|
|
1021
|
+
// Expand aliases
|
|
1022
|
+
export { default as ExpandIcon } from '../icons/expand';
|
|
1025
1023
|
// EyeDashed aliases
|
|
1026
1024
|
export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
1025
|
+
// EyeClosed aliases
|
|
1026
|
+
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
1027
1027
|
// EyeOff aliases
|
|
1028
1028
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
1029
|
-
// Eye aliases
|
|
1030
|
-
export { default as EyeIcon } from '../icons/eye';
|
|
1031
1029
|
// Factory aliases
|
|
1032
1030
|
export { default as FactoryIcon } from '../icons/factory';
|
|
1031
|
+
// Eye aliases
|
|
1032
|
+
export { default as EyeIcon } from '../icons/eye';
|
|
1033
1033
|
// Fan aliases
|
|
1034
1034
|
export { default as FanIcon } from '../icons/fan';
|
|
1035
1035
|
// FastForward aliases
|
|
@@ -1040,20 +1040,20 @@ export { default as FeatherIcon } from '../icons/feather';
|
|
|
1040
1040
|
export { default as FenceIcon } from '../icons/fence';
|
|
1041
1041
|
// FerrisWheel aliases
|
|
1042
1042
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1043
|
-
// FileBox aliases
|
|
1044
|
-
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1045
1043
|
// FileArchive aliases
|
|
1046
1044
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1045
|
+
// FileBox aliases
|
|
1046
|
+
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1047
|
+
// FileCode aliases
|
|
1048
|
+
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1047
1049
|
// FileCheck aliases
|
|
1048
1050
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1049
1051
|
// FileClock aliases
|
|
1050
1052
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1051
|
-
// FileCode aliases
|
|
1052
|
-
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1053
|
-
// FileDigit aliases
|
|
1054
|
-
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1055
1053
|
// FileDiff aliases
|
|
1056
1054
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1055
|
+
// FileDigit aliases
|
|
1056
|
+
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1057
1057
|
// FileDown aliases
|
|
1058
1058
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1059
1059
|
// FileHeart aliases
|
|
@@ -1062,24 +1062,24 @@ export { default as FileHeartIcon } from '../icons/file-heart';
|
|
|
1062
1062
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1063
1063
|
// FileInput aliases
|
|
1064
1064
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1065
|
-
// FileMusic aliases
|
|
1066
|
-
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1067
|
-
// FileOutput aliases
|
|
1068
|
-
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1069
1065
|
// FileMinus aliases
|
|
1070
1066
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1067
|
+
// FileMusic aliases
|
|
1068
|
+
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1071
1069
|
// FilePlus aliases
|
|
1072
1070
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1071
|
+
// FileOutput aliases
|
|
1072
|
+
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1073
1073
|
// FileScan aliases
|
|
1074
1074
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1075
1075
|
// FileSearch aliases
|
|
1076
1076
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1077
1077
|
// FileSliders aliases
|
|
1078
1078
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1079
|
-
// FileStack aliases
|
|
1080
|
-
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1081
1079
|
// FileSpreadsheet aliases
|
|
1082
1080
|
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
1085
|
// FileTerminal aliases
|
|
@@ -1094,20 +1094,20 @@ export { default as FileUpIcon } from '../icons/file-up';
|
|
|
1094
1094
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1095
1095
|
// FileVolume aliases
|
|
1096
1096
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1097
|
-
// FileX aliases
|
|
1098
|
-
export { default as FileXIcon } from '../icons/file-x';
|
|
1099
1097
|
// File aliases
|
|
1100
1098
|
export { default as FileIcon } from '../icons/file';
|
|
1101
1099
|
// Files aliases
|
|
1102
1100
|
export { default as FilesIcon } from '../icons/files';
|
|
1101
|
+
// FileX aliases
|
|
1102
|
+
export { default as FileXIcon } from '../icons/file-x';
|
|
1103
1103
|
// Film aliases
|
|
1104
1104
|
export { default as FilmIcon } from '../icons/film';
|
|
1105
|
-
// FishSymbol aliases
|
|
1106
|
-
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1107
1105
|
// FishOff aliases
|
|
1108
1106
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1109
1107
|
// FireExtinguisher aliases
|
|
1110
1108
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1109
|
+
// FishSymbol aliases
|
|
1110
|
+
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1111
1111
|
// FishingHook aliases
|
|
1112
1112
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1113
1113
|
// Fish aliases
|
|
@@ -1118,10 +1118,10 @@ export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
|
1118
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
|
-
// Flag aliases
|
|
1122
|
-
export { default as FlagIcon } from '../icons/flag';
|
|
1123
1121
|
// FlagTriangleRight aliases
|
|
1124
1122
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1123
|
+
// Flag aliases
|
|
1124
|
+
export { default as FlagIcon } from '../icons/flag';
|
|
1125
1125
|
// FlameKindling aliases
|
|
1126
1126
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1127
1127
|
// Flame aliases
|
|
@@ -1134,30 +1134,30 @@ export { default as FlashlightIcon } from '../icons/flashlight';
|
|
|
1134
1134
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1135
1135
|
// FlaskConical aliases
|
|
1136
1136
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1137
|
-
// FlaskRound aliases
|
|
1138
|
-
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1139
1137
|
// FlipHorizontal2 aliases
|
|
1140
1138
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1139
|
+
// FlaskRound aliases
|
|
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
1143
|
// Flower2 aliases
|
|
1144
1144
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1145
|
-
// Flower aliases
|
|
1146
|
-
export { default as FlowerIcon } from '../icons/flower';
|
|
1147
1145
|
// Focus aliases
|
|
1148
1146
|
export { default as FocusIcon } from '../icons/focus';
|
|
1149
|
-
//
|
|
1150
|
-
export { default as
|
|
1147
|
+
// Flower aliases
|
|
1148
|
+
export { default as FlowerIcon } from '../icons/flower';
|
|
1151
1149
|
// FoldHorizontal aliases
|
|
1152
1150
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1151
|
+
// FoldVertical aliases
|
|
1152
|
+
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1153
1153
|
// FolderArchive aliases
|
|
1154
1154
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1155
1155
|
// FolderBookmark aliases
|
|
1156
1156
|
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1157
|
-
// FolderCheck aliases
|
|
1158
|
-
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1159
1157
|
// FolderClock aliases
|
|
1160
1158
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1159
|
+
// FolderCheck aliases
|
|
1160
|
+
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1161
1161
|
// FolderClosed aliases
|
|
1162
1162
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1163
1163
|
// FolderCode aliases
|
|
@@ -1166,26 +1166,26 @@ export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
|
1166
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';
|
|
1169
1171
|
// FolderGit2 aliases
|
|
1170
1172
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1171
1173
|
// FolderGit aliases
|
|
1172
1174
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1173
|
-
// FolderHeart aliases
|
|
1174
|
-
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1175
1175
|
// FolderInput aliases
|
|
1176
1176
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1177
1177
|
// FolderKanban aliases
|
|
1178
1178
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1179
|
-
// FolderLock aliases
|
|
1180
|
-
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1181
1179
|
// FolderKey aliases
|
|
1182
1180
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1183
|
-
//
|
|
1184
|
-
export { default as
|
|
1185
|
-
// FolderOpen aliases
|
|
1186
|
-
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1181
|
+
// FolderLock aliases
|
|
1182
|
+
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1187
1183
|
// FolderMinus aliases
|
|
1188
1184
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1185
|
+
// FolderOpen aliases
|
|
1186
|
+
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1187
|
+
// FolderOpenDot aliases
|
|
1188
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1189
1189
|
// FolderOutput aliases
|
|
1190
1190
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1191
1191
|
// FolderPlus aliases
|
|
@@ -1196,40 +1196,40 @@ export { default as FolderRootIcon } from '../icons/folder-root';
|
|
|
1196
1196
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1197
1197
|
// FolderSearch aliases
|
|
1198
1198
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1199
|
-
// FolderSymlink aliases
|
|
1200
|
-
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1201
1199
|
// FolderSync aliases
|
|
1202
1200
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1201
|
+
// FolderSymlink aliases
|
|
1202
|
+
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1203
1203
|
// FolderTree aliases
|
|
1204
1204
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1205
1205
|
// FolderUp aliases
|
|
1206
1206
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1207
1207
|
// FolderX aliases
|
|
1208
1208
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1209
|
-
// Folders aliases
|
|
1210
|
-
export { default as FoldersIcon } from '../icons/folders';
|
|
1211
1209
|
// Folder aliases
|
|
1212
1210
|
export { default as FolderIcon } from '../icons/folder';
|
|
1211
|
+
// Folders aliases
|
|
1212
|
+
export { default as FoldersIcon } from '../icons/folders';
|
|
1213
1213
|
// Footprints aliases
|
|
1214
1214
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1215
|
-
// Forklift aliases
|
|
1216
|
-
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1217
1215
|
// Form aliases
|
|
1218
1216
|
export { default as FormIcon } from '../icons/form';
|
|
1219
1217
|
// Forward aliases
|
|
1220
1218
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1219
|
+
// Forklift aliases
|
|
1220
|
+
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1221
1221
|
// Frame aliases
|
|
1222
1222
|
export { default as FrameIcon } from '../icons/frame';
|
|
1223
|
+
// Frown aliases
|
|
1224
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1223
1225
|
// Fuel aliases
|
|
1224
1226
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1225
1227
|
// Fullscreen aliases
|
|
1226
1228
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1227
|
-
// Frown aliases
|
|
1228
|
-
export { default as FrownIcon } from '../icons/frown';
|
|
1229
|
-
// FunnelPlus aliases
|
|
1230
|
-
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1231
1229
|
// GalleryHorizontalEnd aliases
|
|
1232
1230
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1231
|
+
// FunnelPlus aliases
|
|
1232
|
+
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1233
1233
|
// GalleryHorizontal aliases
|
|
1234
1234
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1235
1235
|
// GalleryThumbnails aliases
|
|
@@ -1240,62 +1240,62 @@ export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end
|
|
|
1240
1240
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1241
1241
|
// Gamepad2 aliases
|
|
1242
1242
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1243
|
-
// Gamepad aliases
|
|
1244
|
-
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1245
1243
|
// GamepadDirectional aliases
|
|
1246
1244
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1247
1245
|
// Gauge aliases
|
|
1248
1246
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1247
|
+
// Gamepad aliases
|
|
1248
|
+
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1249
|
+
// Gem aliases
|
|
1250
|
+
export { default as GemIcon } from '../icons/gem';
|
|
1249
1251
|
// Gavel aliases
|
|
1250
1252
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1251
1253
|
// GeorgianLari aliases
|
|
1252
1254
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1253
|
-
// Gem aliases
|
|
1254
|
-
export { default as GemIcon } from '../icons/gem';
|
|
1255
|
-
// Gift aliases
|
|
1256
|
-
export { default as GiftIcon } from '../icons/gift';
|
|
1257
1255
|
// Ghost aliases
|
|
1258
1256
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1259
|
-
// GitBranch aliases
|
|
1260
|
-
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1261
1257
|
// GitBranchMinus aliases
|
|
1262
1258
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1259
|
+
// Gift aliases
|
|
1260
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1263
1261
|
// GitBranchPlus aliases
|
|
1264
1262
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1265
|
-
// GitCompareArrows aliases
|
|
1266
|
-
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1267
1263
|
// GitCommitVertical aliases
|
|
1268
1264
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1265
|
+
// GitBranch aliases
|
|
1266
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1267
|
+
// GitCompareArrows aliases
|
|
1268
|
+
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1269
1269
|
// GitCompare aliases
|
|
1270
1270
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1271
|
-
// GitFork aliases
|
|
1272
|
-
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1273
1271
|
// GitGraph aliases
|
|
1274
1272
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1275
|
-
// GitMerge aliases
|
|
1276
|
-
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1277
1273
|
// GitMergeConflict aliases
|
|
1278
1274
|
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1279
|
-
//
|
|
1280
|
-
export { default as
|
|
1275
|
+
// GitFork aliases
|
|
1276
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1277
|
+
// GitMerge aliases
|
|
1278
|
+
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1281
1279
|
// GitPullRequestClosed aliases
|
|
1282
1280
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1281
|
+
// GitPullRequestArrow aliases
|
|
1282
|
+
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
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
1287
|
// GitPullRequest aliases
|
|
1288
1288
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1289
|
-
// GlassWater aliases
|
|
1290
|
-
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1291
1289
|
// GitPullRequestDraft aliases
|
|
1292
1290
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1293
1291
|
// Glasses aliases
|
|
1294
1292
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1295
|
-
//
|
|
1296
|
-
export { default as
|
|
1293
|
+
// GlassWater aliases
|
|
1294
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1297
1295
|
// GlobeCheck aliases
|
|
1298
1296
|
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1297
|
+
// GlobeLock aliases
|
|
1298
|
+
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1299
1299
|
// GlobeOff aliases
|
|
1300
1300
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1301
1301
|
// GlobeX aliases
|
|
@@ -1308,14 +1308,14 @@ export { default as GoalIcon } from '../icons/goal';
|
|
|
1308
1308
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1309
1309
|
// GraduationCap aliases
|
|
1310
1310
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1311
|
-
// Grid3x2 aliases
|
|
1312
|
-
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1313
1311
|
// Grape aliases
|
|
1314
1312
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1315
1313
|
// GripHorizontal aliases
|
|
1316
1314
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1317
1315
|
// GripVertical aliases
|
|
1318
1316
|
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,14 +1330,14 @@ 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
|
-
// HandFist aliases
|
|
1334
|
-
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1335
1333
|
// HandHeart aliases
|
|
1336
1334
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1337
|
-
//
|
|
1338
|
-
export { default as
|
|
1335
|
+
// HandFist aliases
|
|
1336
|
+
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1339
1337
|
// HandMetal aliases
|
|
1340
1338
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1339
|
+
// HandPlatter aliases
|
|
1340
|
+
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1341
1341
|
// Hand aliases
|
|
1342
1342
|
export { default as HandIcon } from '../icons/hand';
|
|
1343
1343
|
// Handbag 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
|
-
// HardDrive aliases
|
|
1352
|
-
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1353
1351
|
// HardHat aliases
|
|
1354
1352
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1355
|
-
//
|
|
1356
|
-
export { default as
|
|
1353
|
+
// HardDrive aliases
|
|
1354
|
+
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1357
1355
|
// HatGlasses aliases
|
|
1358
1356
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1357
|
+
// Hash aliases
|
|
1358
|
+
export { default as HashIcon } from '../icons/hash';
|
|
1359
1359
|
// Haze aliases
|
|
1360
1360
|
export { default as HazeIcon } from '../icons/haze';
|
|
1361
1361
|
// Hd aliases
|
|
1362
1362
|
export { default as HdIcon } from '../icons/hd';
|
|
1363
1363
|
// HdmiPort aliases
|
|
1364
1364
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1365
|
-
// Heading1 aliases
|
|
1366
|
-
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1367
1365
|
// Heading2 aliases
|
|
1368
1366
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1367
|
+
// Heading1 aliases
|
|
1368
|
+
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1369
1369
|
// Heading3 aliases
|
|
1370
1370
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1371
1371
|
// Heading4 aliases
|
|
@@ -1374,20 +1374,20 @@ export { default as Heading4Icon } from '../icons/heading-4';
|
|
|
1374
1374
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1375
1375
|
// Heading6 aliases
|
|
1376
1376
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1377
|
-
// HeadphoneOff aliases
|
|
1378
|
-
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1379
1377
|
// Heading aliases
|
|
1380
1378
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1379
|
+
// HeadphoneOff aliases
|
|
1380
|
+
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1381
1381
|
// Headphones aliases
|
|
1382
1382
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1383
1383
|
// Headset aliases
|
|
1384
1384
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1385
1385
|
// HeartCrack aliases
|
|
1386
1386
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1387
|
-
// HeartHandshake aliases
|
|
1388
|
-
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1389
1387
|
// HeartMinus aliases
|
|
1390
1388
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1389
|
+
// HeartHandshake aliases
|
|
1390
|
+
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1391
1391
|
// HeartOff aliases
|
|
1392
1392
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1393
1393
|
// HeartPlus 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
|
-
// HouseWifi aliases
|
|
1424
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1425
1423
|
// HousePlus aliases
|
|
1426
1424
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1425
|
+
// HouseWifi aliases
|
|
1426
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1427
1427
|
// IdCardLanyard aliases
|
|
1428
1428
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1429
1429
|
// IdCard aliases
|
|
@@ -1432,78 +1432,78 @@ 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
|
-
// ImageOff aliases
|
|
1436
|
-
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1437
1435
|
// ImagePlay aliases
|
|
1438
1436
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1437
|
+
// ImageOff aliases
|
|
1438
|
+
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1439
|
+
// ImagePlus aliases
|
|
1440
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1439
1441
|
// ImageUp aliases
|
|
1440
1442
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1441
1443
|
// ImageUpscale aliases
|
|
1442
1444
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1443
|
-
// ImagePlus aliases
|
|
1444
|
-
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1445
|
-
// Image aliases
|
|
1446
|
-
export { default as ImageIcon } from '../icons/image';
|
|
1447
1445
|
// Images aliases
|
|
1448
1446
|
export { default as ImagesIcon } from '../icons/images';
|
|
1447
|
+
// Image aliases
|
|
1448
|
+
export { default as ImageIcon } from '../icons/image';
|
|
1449
|
+
// IndianRupee aliases
|
|
1450
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1449
1451
|
// Import aliases
|
|
1450
1452
|
export { default as ImportIcon } from '../icons/import';
|
|
1451
1453
|
// Inbox aliases
|
|
1452
1454
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1453
|
-
// IndianRupee aliases
|
|
1454
|
-
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1455
|
-
// Info aliases
|
|
1456
|
-
export { default as InfoIcon } from '../icons/info';
|
|
1457
|
-
// InspectionPanel aliases
|
|
1458
|
-
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1459
1455
|
// Infinity aliases
|
|
1460
1456
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1457
|
+
// InspectionPanel aliases
|
|
1458
|
+
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1459
|
+
// Info aliases
|
|
1460
|
+
export { default as InfoIcon } from '../icons/info';
|
|
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';
|
|
1467
1469
|
// Joystick aliases
|
|
1468
1470
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1469
|
-
// Kanban aliases
|
|
1470
|
-
export { default as KanbanIcon } from '../icons/kanban';
|
|
1471
1471
|
// Kayak aliases
|
|
1472
1472
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1473
|
-
//
|
|
1474
|
-
export { default as
|
|
1475
|
-
// KeyRound aliases
|
|
1476
|
-
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1473
|
+
// Kanban aliases
|
|
1474
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1477
1475
|
// KeySquare aliases
|
|
1478
1476
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1477
|
+
// KeyRound aliases
|
|
1478
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1479
1479
|
// KeyboardMusic aliases
|
|
1480
1480
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1481
1481
|
// Key aliases
|
|
1482
1482
|
export { default as KeyIcon } from '../icons/key';
|
|
1483
1483
|
// Keyboard aliases
|
|
1484
1484
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1485
|
-
// KeyboardOff aliases
|
|
1486
|
-
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1487
1485
|
// LampCeiling aliases
|
|
1488
1486
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1487
|
+
// KeyboardOff aliases
|
|
1488
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1489
1489
|
// LampDesk aliases
|
|
1490
1490
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1491
1491
|
// LampFloor aliases
|
|
1492
1492
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1493
|
-
// LampWallDown aliases
|
|
1494
|
-
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1495
|
-
// Lamp aliases
|
|
1496
|
-
export { default as LampIcon } from '../icons/lamp';
|
|
1497
1493
|
// LampWallUp aliases
|
|
1498
1494
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1495
|
+
// LampWallDown aliases
|
|
1496
|
+
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1499
1497
|
// LandPlot aliases
|
|
1500
1498
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1501
|
-
//
|
|
1502
|
-
export { default as
|
|
1503
|
-
// Languages aliases
|
|
1504
|
-
export { default as LanguagesIcon } from '../icons/languages';
|
|
1499
|
+
// Lamp aliases
|
|
1500
|
+
export { default as LampIcon } from '../icons/lamp';
|
|
1505
1501
|
// Landmark aliases
|
|
1506
1502
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1503
|
+
// Languages aliases
|
|
1504
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1505
|
+
// LaptopMinimalCheck aliases
|
|
1506
|
+
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1507
1507
|
// Laptop aliases
|
|
1508
1508
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1509
1509
|
// LassoSelect aliases
|
|
@@ -1512,34 +1512,42 @@ export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
|
1512
1512
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1513
1513
|
// Laugh aliases
|
|
1514
1514
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1515
|
+
// LayerArrowDown aliases
|
|
1516
|
+
export { default as LayerArrowDownIcon } from '../icons/layer-arrow-down';
|
|
1517
|
+
// LayerArrowUp aliases
|
|
1518
|
+
export { default as LayerArrowUpIcon } from '../icons/layer-arrow-up';
|
|
1515
1519
|
// Layers2 aliases
|
|
1516
1520
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1521
|
+
// LayersArrowDown aliases
|
|
1522
|
+
export { default as LayersArrowDownIcon } from '../icons/layers-arrow-down';
|
|
1523
|
+
// LayersArrowUp aliases
|
|
1524
|
+
export { default as LayersArrowUpIcon } from '../icons/layers-arrow-up';
|
|
1517
1525
|
// LayersMinus aliases
|
|
1518
1526
|
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1519
1527
|
// LayersPlus aliases
|
|
1520
1528
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1521
|
-
// LayoutFreeform aliases
|
|
1522
|
-
export { default as LayoutFreeformIcon } from '../icons/layout-freeform';
|
|
1523
1529
|
// LayoutDashboard aliases
|
|
1524
1530
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1531
|
+
// LayoutFreeform aliases
|
|
1532
|
+
export { default as LayoutFreeformIcon } from '../icons/layout-freeform';
|
|
1525
1533
|
// LayoutGrid aliases
|
|
1526
1534
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1527
1535
|
// LayoutList aliases
|
|
1528
1536
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1529
|
-
// LayoutTemplate aliases
|
|
1530
|
-
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1531
|
-
// LayoutPanelTop aliases
|
|
1532
|
-
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1533
1537
|
// LayoutPanelLeft aliases
|
|
1534
1538
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1539
|
+
// LayoutPanelTop aliases
|
|
1540
|
+
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1535
1541
|
// Leaf aliases
|
|
1536
1542
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1543
|
+
// LayoutTemplate aliases
|
|
1544
|
+
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1537
1545
|
// LeafyGreen aliases
|
|
1538
1546
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1539
|
-
// Lectern aliases
|
|
1540
|
-
export { default as LecternIcon } from '../icons/lectern';
|
|
1541
1547
|
// LensConcave aliases
|
|
1542
1548
|
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1549
|
+
// Lectern aliases
|
|
1550
|
+
export { default as LecternIcon } from '../icons/lectern';
|
|
1543
1551
|
// LensConvex aliases
|
|
1544
1552
|
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1545
1553
|
// LibraryBig aliases
|
|
@@ -1548,32 +1556,32 @@ export { default as LibraryBigIcon } from '../icons/library-big';
|
|
|
1548
1556
|
export { default as LibraryIcon } from '../icons/library';
|
|
1549
1557
|
// LifeBuoy aliases
|
|
1550
1558
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1551
|
-
// LightbulbOff aliases
|
|
1552
|
-
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1553
1559
|
// Ligature aliases
|
|
1554
1560
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1561
|
+
// LightbulbOff aliases
|
|
1562
|
+
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1555
1563
|
// Lightbulb aliases
|
|
1556
1564
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1557
1565
|
// LineDotRightHorizontal aliases
|
|
1558
1566
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1559
1567
|
// LineSquiggle aliases
|
|
1560
1568
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1569
|
+
// LineStyle aliases
|
|
1570
|
+
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1561
1571
|
// Link2Off aliases
|
|
1562
1572
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1563
1573
|
// Link2 aliases
|
|
1564
1574
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1565
|
-
// LineStyle aliases
|
|
1566
|
-
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1567
1575
|
// Link aliases
|
|
1568
1576
|
export { default as LinkIcon } from '../icons/link';
|
|
1569
1577
|
// ListCheck aliases
|
|
1570
1578
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1571
|
-
// ListChecks aliases
|
|
1572
|
-
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1573
1579
|
// ListChevronsUpDown aliases
|
|
1574
1580
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1575
1581
|
// ListChevronsDownUp aliases
|
|
1576
1582
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1583
|
+
// ListChecks aliases
|
|
1584
|
+
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1577
1585
|
// ListCollapse aliases
|
|
1578
1586
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1579
1587
|
// ListEnd aliases
|
|
@@ -1582,14 +1590,14 @@ export { default as ListEndIcon } from '../icons/list-end';
|
|
|
1582
1590
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1583
1591
|
// ListFilter aliases
|
|
1584
1592
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1585
|
-
// ListMusic aliases
|
|
1586
|
-
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1587
|
-
// ListOrdered aliases
|
|
1588
|
-
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1589
1593
|
// ListMinus aliases
|
|
1590
1594
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1595
|
+
// ListMusic aliases
|
|
1596
|
+
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1591
1597
|
// ListPlus aliases
|
|
1592
1598
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1599
|
+
// ListOrdered aliases
|
|
1600
|
+
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1593
1601
|
// ListRestart aliases
|
|
1594
1602
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1595
1603
|
// ListSortAscending aliases
|
|
@@ -1600,18 +1608,18 @@ export { default as ListStartIcon } from '../icons/list-start';
|
|
|
1600
1608
|
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1601
1609
|
// ListTodo aliases
|
|
1602
1610
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1603
|
-
// ListVideo aliases
|
|
1604
|
-
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1605
1611
|
// ListTree aliases
|
|
1606
1612
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1607
|
-
// List aliases
|
|
1608
|
-
export { default as ListIcon } from '../icons/list';
|
|
1609
1613
|
// ListX aliases
|
|
1610
1614
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1611
|
-
//
|
|
1612
|
-
export { default as
|
|
1615
|
+
// ListVideo aliases
|
|
1616
|
+
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1617
|
+
// List aliases
|
|
1618
|
+
export { default as ListIcon } from '../icons/list';
|
|
1613
1619
|
// LoaderPinwheel aliases
|
|
1614
1620
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1621
|
+
// Loader aliases
|
|
1622
|
+
export { default as LoaderIcon } from '../icons/loader';
|
|
1615
1623
|
// LocateFixed aliases
|
|
1616
1624
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1617
1625
|
// LocateOff aliases
|
|
@@ -1624,22 +1632,22 @@ export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
|
1624
1632
|
export { default as LockIcon } from '../icons/lock';
|
|
1625
1633
|
// LogIn aliases
|
|
1626
1634
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1627
|
-
// LogOut aliases
|
|
1628
|
-
export { default as LogOutIcon } from '../icons/log-out';
|
|
1629
1635
|
// Logs aliases
|
|
1630
1636
|
export { default as LogsIcon } from '../icons/logs';
|
|
1637
|
+
// LogOut aliases
|
|
1638
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1631
1639
|
// Lollipop aliases
|
|
1632
1640
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1633
|
-
// Luggage aliases
|
|
1634
|
-
export { default as LuggageIcon } from '../icons/luggage';
|
|
1635
1641
|
// Magnet aliases
|
|
1636
1642
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1643
|
+
// Luggage aliases
|
|
1644
|
+
export { default as LuggageIcon } from '../icons/luggage';
|
|
1637
1645
|
// MailCheck aliases
|
|
1638
1646
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1639
|
-
// MailMinus aliases
|
|
1640
|
-
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1641
1647
|
// MailOpen aliases
|
|
1642
1648
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1649
|
+
// MailMinus aliases
|
|
1650
|
+
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1643
1651
|
// MailPlus aliases
|
|
1644
1652
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1645
1653
|
// MailSearch aliases
|
|
@@ -1650,80 +1658,80 @@ export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
|
1650
1658
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1651
1659
|
// Mail aliases
|
|
1652
1660
|
export { default as MailIcon } from '../icons/mail';
|
|
1653
|
-
// MapMinus aliases
|
|
1654
|
-
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1655
1661
|
// Mailbox aliases
|
|
1656
1662
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1657
1663
|
// Mails aliases
|
|
1658
1664
|
export { default as MailsIcon } from '../icons/mails';
|
|
1665
|
+
// MapMinus aliases
|
|
1666
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1659
1667
|
// MapPinCheckInside aliases
|
|
1660
1668
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1661
|
-
// MapPinCheck aliases
|
|
1662
|
-
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1663
|
-
// MapPinHouse aliases
|
|
1664
|
-
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1665
|
-
// MapPinMinus aliases
|
|
1666
|
-
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1669
|
+
// MapPinCheck aliases
|
|
1670
|
+
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1667
1671
|
// MapPinMinusInside aliases
|
|
1668
1672
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1669
1673
|
// MapPinOff aliases
|
|
1670
1674
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1675
|
+
// MapPinHouse aliases
|
|
1676
|
+
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1677
|
+
// MapPinMinus aliases
|
|
1678
|
+
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1671
1679
|
// MapPinPlusInside aliases
|
|
1672
1680
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1673
1681
|
// MapPinPlus aliases
|
|
1674
1682
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1675
|
-
// MapPinSearch aliases
|
|
1676
|
-
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1677
1683
|
// MapPinXInside aliases
|
|
1678
1684
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1685
|
+
// MapPinX aliases
|
|
1686
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1687
|
+
// MapPinSearch aliases
|
|
1688
|
+
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1679
1689
|
// MapPin aliases
|
|
1680
1690
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1681
1691
|
// MapPinned aliases
|
|
1682
1692
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1683
|
-
// MapPinX aliases
|
|
1684
|
-
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1685
1693
|
// MapPlus aliases
|
|
1686
1694
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1687
1695
|
// Map aliases
|
|
1688
1696
|
export { default as MapIcon } from '../icons/map';
|
|
1689
1697
|
// MarsStroke aliases
|
|
1690
1698
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1691
|
-
// Mars aliases
|
|
1692
|
-
export { default as MarsIcon } from '../icons/mars';
|
|
1693
1699
|
// Martini aliases
|
|
1694
1700
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1701
|
+
// Mars aliases
|
|
1702
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1695
1703
|
// Maximize aliases
|
|
1696
1704
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1697
|
-
// Medal aliases
|
|
1698
|
-
export { default as MedalIcon } from '../icons/medal';
|
|
1699
1705
|
// Maximize2 aliases
|
|
1700
1706
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1707
|
+
// Medal aliases
|
|
1708
|
+
export { default as MedalIcon } from '../icons/medal';
|
|
1701
1709
|
// MegaphoneOff aliases
|
|
1702
1710
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1711
|
+
// Megaphone aliases
|
|
1712
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1703
1713
|
// Meh aliases
|
|
1704
1714
|
export { default as MehIcon } from '../icons/meh';
|
|
1705
1715
|
// MemoryStick aliases
|
|
1706
1716
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1707
|
-
// Megaphone aliases
|
|
1708
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1709
1717
|
// Menu aliases
|
|
1710
1718
|
export { default as MenuIcon } from '../icons/menu';
|
|
1711
|
-
// Merge aliases
|
|
1712
|
-
export { default as MergeIcon } from '../icons/merge';
|
|
1713
1719
|
// MessageCircleCheck aliases
|
|
1714
1720
|
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1715
1721
|
// MessageCircleCode aliases
|
|
1716
1722
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1723
|
+
// Merge aliases
|
|
1724
|
+
export { default as MergeIcon } from '../icons/merge';
|
|
1717
1725
|
// MessageCircleDashed aliases
|
|
1718
1726
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1719
1727
|
// MessageCircleHeart aliases
|
|
1720
1728
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1721
|
-
// MessageCircleMore aliases
|
|
1722
|
-
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1723
|
-
// MessageCirclePlus aliases
|
|
1724
|
-
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1725
1729
|
// MessageCircleOff aliases
|
|
1726
1730
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1731
|
+
// MessageCirclePlus aliases
|
|
1732
|
+
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1733
|
+
// MessageCircleMore aliases
|
|
1734
|
+
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1727
1735
|
// MessageCircleReply aliases
|
|
1728
1736
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1729
1737
|
// MessageCircleWarning aliases
|
|
@@ -1738,14 +1746,14 @@ export { default as MessageSquareCheckIcon } from '../icons/message-square-check
|
|
|
1738
1746
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1739
1747
|
// MessageSquareDashed aliases
|
|
1740
1748
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1741
|
-
// MessageSquareDot aliases
|
|
1742
|
-
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1743
|
-
// MessageSquareLock aliases
|
|
1744
|
-
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1745
1749
|
// MessageSquareDiff aliases
|
|
1746
1750
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1751
|
+
// MessageSquareDot aliases
|
|
1752
|
+
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1747
1753
|
// MessageSquareHeart aliases
|
|
1748
1754
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1755
|
+
// MessageSquareLock aliases
|
|
1756
|
+
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1749
1757
|
// MessageSquareMore aliases
|
|
1750
1758
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1751
1759
|
// MessageSquareOff aliases
|
|
@@ -1758,24 +1766,24 @@ export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote
|
|
|
1758
1766
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1759
1767
|
// MessageSquareShare aliases
|
|
1760
1768
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1761
|
-
// MessageSquareText aliases
|
|
1762
|
-
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1763
1769
|
// MessageSquareWarning aliases
|
|
1764
1770
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1771
|
+
// MessageSquareText aliases
|
|
1772
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1773
|
+
// MessageSquareX aliases
|
|
1774
|
+
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1765
1775
|
// MessageSquare aliases
|
|
1766
1776
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1767
1777
|
// MessagesSquare aliases
|
|
1768
1778
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1769
|
-
// MessageSquareX aliases
|
|
1770
|
-
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1771
1779
|
// Metronome aliases
|
|
1772
1780
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1773
1781
|
// MicAudioLines aliases
|
|
1774
1782
|
export { default as MicAudioLinesIcon } from '../icons/mic-audio-lines';
|
|
1775
|
-
// MicOff aliases
|
|
1776
|
-
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1777
1783
|
// Mic aliases
|
|
1778
1784
|
export { default as MicIcon } from '../icons/mic';
|
|
1785
|
+
// MicOff aliases
|
|
1786
|
+
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1779
1787
|
// Microchip aliases
|
|
1780
1788
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1781
1789
|
// Microscope aliases
|
|
@@ -1786,22 +1794,22 @@ export { default as MicrowaveIcon } from '../icons/microwave';
|
|
|
1786
1794
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1787
1795
|
// MilkOff aliases
|
|
1788
1796
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1789
|
-
// Minimize2 aliases
|
|
1790
|
-
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1791
1797
|
// Milk aliases
|
|
1792
1798
|
export { default as MilkIcon } from '../icons/milk';
|
|
1793
|
-
//
|
|
1794
|
-
export { default as
|
|
1799
|
+
// Minimize2 aliases
|
|
1800
|
+
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1795
1801
|
// Minimize aliases
|
|
1796
1802
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1803
|
+
// Minus aliases
|
|
1804
|
+
export { default as MinusIcon } from '../icons/minus';
|
|
1797
1805
|
// MirrorRectangular aliases
|
|
1798
1806
|
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1799
1807
|
// MirrorRound aliases
|
|
1800
1808
|
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1801
|
-
// MonitorCloud aliases
|
|
1802
|
-
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1803
1809
|
// MonitorCheck aliases
|
|
1804
1810
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1811
|
+
// MonitorCloud aliases
|
|
1812
|
+
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1805
1813
|
// MonitorCog aliases
|
|
1806
1814
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1807
1815
|
// MonitorDot aliases
|
|
@@ -1812,10 +1820,10 @@ export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
|
1812
1820
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1813
1821
|
// MonitorOff aliases
|
|
1814
1822
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1815
|
-
// MonitorSmartphone aliases
|
|
1816
|
-
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1817
1823
|
// MonitorPlay aliases
|
|
1818
1824
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1825
|
+
// MonitorSmartphone aliases
|
|
1826
|
+
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1819
1827
|
// MonitorSpeaker aliases
|
|
1820
1828
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1821
1829
|
// MonitorStop aliases
|
|
@@ -1824,56 +1832,56 @@ export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
|
1824
1832
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1825
1833
|
// MonitorX aliases
|
|
1826
1834
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1827
|
-
// Monitor aliases
|
|
1828
|
-
export { default as MonitorIcon } from '../icons/monitor';
|
|
1829
|
-
// Moon aliases
|
|
1830
|
-
export { default as MoonIcon } from '../icons/moon';
|
|
1831
1835
|
// MoonStar aliases
|
|
1832
1836
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1837
|
+
// Moon aliases
|
|
1838
|
+
export { default as MoonIcon } from '../icons/moon';
|
|
1839
|
+
// Monitor aliases
|
|
1840
|
+
export { default as MonitorIcon } from '../icons/monitor';
|
|
1833
1841
|
// Mosque aliases
|
|
1834
1842
|
export { default as MosqueIcon } from '../icons/mosque';
|
|
1835
|
-
// Motorbike aliases
|
|
1836
|
-
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1837
|
-
// Mountain aliases
|
|
1838
|
-
export { default as MountainIcon } from '../icons/mountain';
|
|
1839
1843
|
// MountainSnow aliases
|
|
1840
1844
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1845
|
+
// Motorbike aliases
|
|
1846
|
+
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1841
1847
|
// MouseLeft aliases
|
|
1842
1848
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1849
|
+
// Mountain aliases
|
|
1850
|
+
export { default as MountainIcon } from '../icons/mountain';
|
|
1843
1851
|
// MouseOff aliases
|
|
1844
1852
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1845
|
-
// MousePointer2 aliases
|
|
1846
|
-
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1847
1853
|
// MousePointer2Off aliases
|
|
1848
1854
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1855
|
+
// MousePointer2 aliases
|
|
1856
|
+
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1849
1857
|
// MousePointerBan aliases
|
|
1850
1858
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1851
1859
|
// MousePointerClick aliases
|
|
1852
1860
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1861
|
+
// MousePointer aliases
|
|
1862
|
+
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1853
1863
|
// MouseRight aliases
|
|
1854
1864
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1855
1865
|
// Mouse aliases
|
|
1856
1866
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1857
|
-
// MousePointer aliases
|
|
1858
|
-
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1859
1867
|
// MoveDiagonal2 aliases
|
|
1860
1868
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1861
1869
|
// MoveDiagonal aliases
|
|
1862
1870
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1863
|
-
// MoveDownRight aliases
|
|
1864
|
-
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1865
1871
|
// MoveDownLeft aliases
|
|
1866
1872
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1873
|
+
// MoveDownRight aliases
|
|
1874
|
+
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1867
1875
|
// MoveDown aliases
|
|
1868
1876
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1869
1877
|
// MoveHorizontal aliases
|
|
1870
1878
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1871
1879
|
// MoveLeft aliases
|
|
1872
1880
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1873
|
-
// MoveRight aliases
|
|
1874
|
-
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1875
1881
|
// MoveUpLeft aliases
|
|
1876
1882
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1883
|
+
// MoveRight aliases
|
|
1884
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1877
1885
|
// MoveUpRight aliases
|
|
1878
1886
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1879
1887
|
// MoveUp aliases
|
|
@@ -1894,10 +1902,10 @@ export { default as MusicIcon } from '../icons/music';
|
|
|
1894
1902
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1895
1903
|
// Navigation2 aliases
|
|
1896
1904
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1897
|
-
// NavigationOff aliases
|
|
1898
|
-
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1899
1905
|
// Navigation aliases
|
|
1900
1906
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1907
|
+
// NavigationOff aliases
|
|
1908
|
+
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1901
1909
|
// Network aliases
|
|
1902
1910
|
export { default as NetworkIcon } from '../icons/network';
|
|
1903
1911
|
// Newspaper aliases
|
|
@@ -1912,18 +1920,18 @@ export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
|
1912
1920
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1913
1921
|
// NotebookText aliases
|
|
1914
1922
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1915
|
-
// NotepadTextDashed aliases
|
|
1916
|
-
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1917
1923
|
// Notebook aliases
|
|
1918
1924
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1925
|
+
// NotepadTextDashed aliases
|
|
1926
|
+
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1927
|
+
// Nut aliases
|
|
1928
|
+
export { default as NutIcon } from '../icons/nut';
|
|
1919
1929
|
// NotepadText aliases
|
|
1920
1930
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1921
1931
|
// NutOff aliases
|
|
1922
1932
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1923
1933
|
// OctagonMinus aliases
|
|
1924
1934
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1925
|
-
// Nut aliases
|
|
1926
|
-
export { default as NutIcon } from '../icons/nut';
|
|
1927
1935
|
// Octagon aliases
|
|
1928
1936
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1929
1937
|
// Omega aliases
|
|
@@ -1932,12 +1940,12 @@ export { default as OmegaIcon } from '../icons/omega';
|
|
|
1932
1940
|
export { default as OptionIcon } from '../icons/option';
|
|
1933
1941
|
// Orbit aliases
|
|
1934
1942
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1943
|
+
// Origami aliases
|
|
1944
|
+
export { default as OrigamiIcon } from '../icons/origami';
|
|
1935
1945
|
// Package2 aliases
|
|
1936
1946
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1937
1947
|
// PackageCheck aliases
|
|
1938
1948
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1939
|
-
// Origami aliases
|
|
1940
|
-
export { default as OrigamiIcon } from '../icons/origami';
|
|
1941
1949
|
// PackageMinus aliases
|
|
1942
1950
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1943
1951
|
// PackageOpen aliases
|
|
@@ -1958,10 +1966,10 @@ export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
|
1958
1966
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1959
1967
|
// Palette aliases
|
|
1960
1968
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1961
|
-
// PanelBottomClose aliases
|
|
1962
|
-
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1963
1969
|
// Panda aliases
|
|
1964
1970
|
export { default as PandaIcon } from '../icons/panda';
|
|
1971
|
+
// PanelBottomClose aliases
|
|
1972
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1965
1973
|
// PanelBottomOpen aliases
|
|
1966
1974
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1967
1975
|
// PanelBottom aliases
|
|
@@ -1970,10 +1978,10 @@ export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
|
1970
1978
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1971
1979
|
// PanelRightClose aliases
|
|
1972
1980
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1973
|
-
// PanelRight aliases
|
|
1974
|
-
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1975
1981
|
// PanelRightOpen aliases
|
|
1976
1982
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1983
|
+
// PanelRight aliases
|
|
1984
|
+
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1977
1985
|
// PanelTopBottomDashed aliases
|
|
1978
1986
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1979
1987
|
// PanelTopClose aliases
|
|
@@ -1984,24 +1992,24 @@ export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
|
1984
1992
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1985
1993
|
// PanelTop aliases
|
|
1986
1994
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1987
|
-
// PanelsRightBottom aliases
|
|
1988
|
-
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1989
1995
|
// PaperBag aliases
|
|
1990
1996
|
export { default as PaperBagIcon } from '../icons/paper-bag';
|
|
1997
|
+
// PanelsRightBottom aliases
|
|
1998
|
+
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1991
1999
|
// Parasol aliases
|
|
1992
2000
|
export { default as ParasolIcon } from '../icons/parasol';
|
|
1993
|
-
// Paperclip aliases
|
|
1994
|
-
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1995
2001
|
// Parentheses aliases
|
|
1996
2002
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1997
|
-
//
|
|
1998
|
-
export { default as
|
|
2003
|
+
// Paperclip aliases
|
|
2004
|
+
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1999
2005
|
// ParkingMeter aliases
|
|
2000
2006
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
2001
|
-
//
|
|
2002
|
-
export { default as
|
|
2007
|
+
// PartyPopper aliases
|
|
2008
|
+
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
2003
2009
|
// PawPrint aliases
|
|
2004
2010
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
2011
|
+
// Pause aliases
|
|
2012
|
+
export { default as PauseIcon } from '../icons/pause';
|
|
2005
2013
|
// PcCase aliases
|
|
2006
2014
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
2007
2015
|
// PenOff aliases
|
|
@@ -2012,10 +2020,10 @@ export { default as PenToolIcon } from '../icons/pen-tool';
|
|
|
2012
2020
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
2013
2021
|
// PencilOff aliases
|
|
2014
2022
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
2015
|
-
// PencilRuler aliases
|
|
2016
|
-
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
2017
2023
|
// PencilSparkles aliases
|
|
2018
2024
|
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
2025
|
+
// PencilRuler aliases
|
|
2026
|
+
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
2019
2027
|
// Pencil aliases
|
|
2020
2028
|
export { default as PencilIcon } from '../icons/pencil';
|
|
2021
2029
|
// Pentagon aliases
|
|
@@ -2024,26 +2032,26 @@ export { default as PentagonIcon } from '../icons/pentagon';
|
|
|
2024
2032
|
export { default as PercentIcon } from '../icons/percent';
|
|
2025
2033
|
// PersonStanding aliases
|
|
2026
2034
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
2027
|
-
// Phi aliases
|
|
2028
|
-
export { default as PhiIcon } from '../icons/phi';
|
|
2029
2035
|
// PhilippinePeso aliases
|
|
2030
2036
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2037
|
+
// Phi aliases
|
|
2038
|
+
export { default as PhiIcon } from '../icons/phi';
|
|
2031
2039
|
// PhoneCall aliases
|
|
2032
2040
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2041
|
+
// PhoneForwarded aliases
|
|
2042
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2033
2043
|
// PhoneIncoming aliases
|
|
2034
2044
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2035
2045
|
// PhoneMissed aliases
|
|
2036
2046
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
2037
|
-
// PhoneForwarded aliases
|
|
2038
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2039
|
-
// Pi aliases
|
|
2040
|
-
export { default as PiIcon } from '../icons/pi';
|
|
2041
2047
|
// PhoneOff aliases
|
|
2042
2048
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
2043
|
-
// Phone aliases
|
|
2044
|
-
export { default as PhoneIcon } from '../icons/phone';
|
|
2045
2049
|
// PhoneOutgoing aliases
|
|
2046
2050
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2051
|
+
// Pi aliases
|
|
2052
|
+
export { default as PiIcon } from '../icons/pi';
|
|
2053
|
+
// Phone aliases
|
|
2054
|
+
export { default as PhoneIcon } from '../icons/phone';
|
|
2047
2055
|
// Piano aliases
|
|
2048
2056
|
export { default as PianoIcon } from '../icons/piano';
|
|
2049
2057
|
// Pickaxe aliases
|
|
@@ -2056,22 +2064,22 @@ export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
|
2056
2064
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2057
2065
|
// PilcrowLeft aliases
|
|
2058
2066
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2059
|
-
// PilcrowRight aliases
|
|
2060
|
-
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2061
2067
|
// Pilcrow aliases
|
|
2062
2068
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2069
|
+
// PilcrowRight aliases
|
|
2070
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2063
2071
|
// PillBottle aliases
|
|
2064
2072
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2065
2073
|
// Pill aliases
|
|
2066
2074
|
export { default as PillIcon } from '../icons/pill';
|
|
2067
2075
|
// PinOff aliases
|
|
2068
2076
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2069
|
-
// Pin aliases
|
|
2070
|
-
export { default as PinIcon } from '../icons/pin';
|
|
2071
|
-
// Pipette aliases
|
|
2072
|
-
export { default as PipetteIcon } from '../icons/pipette';
|
|
2073
2077
|
// Pizza aliases
|
|
2074
2078
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2079
|
+
// Pipette aliases
|
|
2080
|
+
export { default as PipetteIcon } from '../icons/pipette';
|
|
2081
|
+
// Pin aliases
|
|
2082
|
+
export { default as PinIcon } from '../icons/pin';
|
|
2075
2083
|
// PlaneLanding aliases
|
|
2076
2084
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2077
2085
|
// PlaneTakeoff aliases
|
|
@@ -2084,36 +2092,36 @@ export { default as PlayOffIcon } from '../icons/play-off';
|
|
|
2084
2092
|
export { default as PlayIcon } from '../icons/play';
|
|
2085
2093
|
// Plug2 aliases
|
|
2086
2094
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2095
|
+
// Plug aliases
|
|
2096
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
2087
2097
|
// Plus aliases
|
|
2088
2098
|
export { default as PlusIcon } from '../icons/plus';
|
|
2089
2099
|
// PocketKnife aliases
|
|
2090
2100
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2091
|
-
// Plug aliases
|
|
2092
|
-
export { default as PlugIcon } from '../icons/plug';
|
|
2093
2101
|
// Podium aliases
|
|
2094
2102
|
export { default as PodiumIcon } from '../icons/podium';
|
|
2095
|
-
// Pointer aliases
|
|
2096
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
2097
2103
|
// PointerOff aliases
|
|
2098
2104
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2105
|
+
// Pointer aliases
|
|
2106
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2099
2107
|
// Popcorn aliases
|
|
2100
2108
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2101
2109
|
// Popsicle aliases
|
|
2102
2110
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2103
|
-
// PowerOff aliases
|
|
2104
|
-
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2105
2111
|
// PoundSterling aliases
|
|
2106
2112
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2113
|
+
// PowerOff aliases
|
|
2114
|
+
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2107
2115
|
// Power aliases
|
|
2108
2116
|
export { default as PowerIcon } from '../icons/power';
|
|
2109
2117
|
// Presentation aliases
|
|
2110
2118
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2111
2119
|
// PrinterCheck aliases
|
|
2112
2120
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2113
|
-
// Printer aliases
|
|
2114
|
-
export { default as PrinterIcon } from '../icons/printer';
|
|
2115
2121
|
// PrinterX aliases
|
|
2116
2122
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2123
|
+
// Printer aliases
|
|
2124
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
2117
2125
|
// Projector aliases
|
|
2118
2126
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2119
2127
|
// Proportions aliases
|
|
@@ -2122,38 +2130,38 @@ export { default as ProportionsIcon } from '../icons/proportions';
|
|
|
2122
2130
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2123
2131
|
// Pyramid aliases
|
|
2124
2132
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2125
|
-
// Quote aliases
|
|
2126
|
-
export { default as QuoteIcon } from '../icons/quote';
|
|
2127
2133
|
// QrCode aliases
|
|
2128
2134
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2135
|
+
// Quote aliases
|
|
2136
|
+
export { default as QuoteIcon } from '../icons/quote';
|
|
2129
2137
|
// Rabbit aliases
|
|
2130
2138
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2131
2139
|
// Radar aliases
|
|
2132
2140
|
export { default as RadarIcon } from '../icons/radar';
|
|
2141
|
+
// Radical aliases
|
|
2142
|
+
export { default as RadicalIcon } from '../icons/radical';
|
|
2133
2143
|
// Radiation aliases
|
|
2134
2144
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2135
2145
|
// RadioOff aliases
|
|
2136
2146
|
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2137
|
-
// Radical aliases
|
|
2138
|
-
export { default as RadicalIcon } from '../icons/radical';
|
|
2139
2147
|
// RadioReceiver aliases
|
|
2140
2148
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2141
2149
|
// RadioTower aliases
|
|
2142
2150
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2143
|
-
// Radio aliases
|
|
2144
|
-
export { default as RadioIcon } from '../icons/radio';
|
|
2145
2151
|
// Radius aliases
|
|
2146
2152
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2153
|
+
// Radio aliases
|
|
2154
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2147
2155
|
// Rainbow aliases
|
|
2148
2156
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2149
2157
|
// Rat aliases
|
|
2150
2158
|
export { default as RatIcon } from '../icons/rat';
|
|
2151
2159
|
// Ratio aliases
|
|
2152
2160
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2153
|
-
// ReceiptEuro aliases
|
|
2154
|
-
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2155
2161
|
// ReceiptCent aliases
|
|
2156
2162
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2163
|
+
// ReceiptEuro aliases
|
|
2164
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2157
2165
|
// ReceiptIndianRupee aliases
|
|
2158
2166
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2159
2167
|
// ReceiptJapaneseYen aliases
|
|
@@ -2190,14 +2198,14 @@ export { default as RedoIcon } from '../icons/redo';
|
|
|
2190
2198
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2191
2199
|
// RefreshCcw aliases
|
|
2192
2200
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2193
|
-
// RefreshCw aliases
|
|
2194
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2195
|
-
// Refrigerator aliases
|
|
2196
|
-
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2197
2201
|
// RefreshCwOff aliases
|
|
2198
2202
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2203
|
+
// RefreshCw aliases
|
|
2204
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2199
2205
|
// Regex aliases
|
|
2200
2206
|
export { default as RegexIcon } from '../icons/regex';
|
|
2207
|
+
// Refrigerator aliases
|
|
2208
|
+
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2201
2209
|
// RemoveFormatting aliases
|
|
2202
2210
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2203
2211
|
// Repeat1 aliases
|
|
@@ -2212,22 +2220,22 @@ export { default as RepeatIcon } from '../icons/repeat';
|
|
|
2212
2220
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2213
2221
|
// Replace aliases
|
|
2214
2222
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2223
|
+
// ReplyAll aliases
|
|
2224
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2215
2225
|
// Reply aliases
|
|
2216
2226
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2217
2227
|
// Rewind aliases
|
|
2218
2228
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2219
|
-
// ReplyAll aliases
|
|
2220
|
-
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2221
2229
|
// Ribbon aliases
|
|
2222
2230
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2231
|
+
// Rocket aliases
|
|
2232
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2223
2233
|
// Road aliases
|
|
2224
2234
|
export { default as RoadIcon } from '../icons/road';
|
|
2225
|
-
// RockingChair aliases
|
|
2226
|
-
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2227
2235
|
// RollerCoaster aliases
|
|
2228
2236
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2229
|
-
//
|
|
2230
|
-
export { default as
|
|
2237
|
+
// RockingChair aliases
|
|
2238
|
+
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2231
2239
|
// Rose aliases
|
|
2232
2240
|
export { default as RoseIcon } from '../icons/rose';
|
|
2233
2241
|
// RotateCcwKey aliases
|
|
@@ -2240,116 +2248,116 @@ export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
|
2240
2248
|
export { default as RotateCwFadingClockIcon } from '../icons/rotate-cw-fading-clock';
|
|
2241
2249
|
// RotateCwSquare aliases
|
|
2242
2250
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2243
|
-
// RouteOff aliases
|
|
2244
|
-
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2245
|
-
// Route aliases
|
|
2246
|
-
export { default as RouteIcon } from '../icons/route';
|
|
2247
2251
|
// RotateCw aliases
|
|
2248
2252
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2253
|
+
// Route aliases
|
|
2254
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2249
2255
|
// Router aliases
|
|
2250
2256
|
export { default as RouterIcon } from '../icons/router';
|
|
2257
|
+
// RouteOff aliases
|
|
2258
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2251
2259
|
// Rows4 aliases
|
|
2252
2260
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2253
2261
|
// Rss aliases
|
|
2254
2262
|
export { default as RssIcon } from '../icons/rss';
|
|
2255
|
-
// RulerDimensionLine aliases
|
|
2256
|
-
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2257
2263
|
// Ruler aliases
|
|
2258
2264
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2265
|
+
// RulerDimensionLine aliases
|
|
2266
|
+
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2259
2267
|
// RussianRuble aliases
|
|
2260
2268
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2261
|
-
// Sailboat aliases
|
|
2262
|
-
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2263
2269
|
// Salad aliases
|
|
2264
2270
|
export { default as SaladIcon } from '../icons/salad';
|
|
2265
|
-
//
|
|
2266
|
-
export { default as
|
|
2271
|
+
// Sailboat aliases
|
|
2272
|
+
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2267
2273
|
// SatelliteDish aliases
|
|
2268
2274
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2275
|
+
// Sandwich aliases
|
|
2276
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2269
2277
|
// Satellite aliases
|
|
2270
2278
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2271
2279
|
// SaudiRiyal aliases
|
|
2272
2280
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2273
2281
|
// SaveAll aliases
|
|
2274
2282
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2275
|
-
// SaveOff aliases
|
|
2276
|
-
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2277
2283
|
// SaveCheck aliases
|
|
2278
2284
|
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2279
|
-
//
|
|
2280
|
-
export { default as
|
|
2285
|
+
// SaveOff aliases
|
|
2286
|
+
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2281
2287
|
// SavePen aliases
|
|
2282
2288
|
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2289
|
+
// SavePlus aliases
|
|
2290
|
+
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2283
2291
|
// Save aliases
|
|
2284
2292
|
export { default as SaveIcon } from '../icons/save';
|
|
2285
|
-
// Scaling aliases
|
|
2286
|
-
export { default as ScalingIcon } from '../icons/scaling';
|
|
2287
2293
|
// Scale aliases
|
|
2288
2294
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2289
|
-
// ScanBox aliases
|
|
2290
|
-
export { default as ScanBoxIcon } from '../icons/scan-box';
|
|
2291
2295
|
// ScanBarcode aliases
|
|
2292
2296
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2293
|
-
//
|
|
2294
|
-
export { default as
|
|
2297
|
+
// Scaling aliases
|
|
2298
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2299
|
+
// ScanBox aliases
|
|
2300
|
+
export { default as ScanBoxIcon } from '../icons/scan-box';
|
|
2295
2301
|
// ScanFace aliases
|
|
2296
2302
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2303
|
+
// ScanEye aliases
|
|
2304
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2297
2305
|
// ScanHeart aliases
|
|
2298
2306
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2299
2307
|
// ScanLine aliases
|
|
2300
2308
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2301
|
-
// ScanQrCode aliases
|
|
2302
|
-
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2303
2309
|
// ScanSearch aliases
|
|
2304
2310
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2305
2311
|
// ScanSquare aliases
|
|
2306
2312
|
export { default as ScanSquareIcon } from '../icons/scan-square';
|
|
2313
|
+
// ScanQrCode aliases
|
|
2314
|
+
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2307
2315
|
// ScanText aliases
|
|
2308
2316
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2309
2317
|
// Scan aliases
|
|
2310
2318
|
export { default as ScanIcon } from '../icons/scan';
|
|
2311
|
-
// ScissorsLineDashed aliases
|
|
2312
|
-
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2313
2319
|
// School aliases
|
|
2314
2320
|
export { default as SchoolIcon } from '../icons/school';
|
|
2321
|
+
// ScissorsLineDashed aliases
|
|
2322
|
+
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2323
|
+
// ScreenShareOff aliases
|
|
2324
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2315
2325
|
// Scissors aliases
|
|
2316
2326
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2327
|
+
// Scroll aliases
|
|
2328
|
+
export { default as ScrollIcon } from '../icons/scroll';
|
|
2317
2329
|
// Scooter aliases
|
|
2318
2330
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2319
|
-
// ScreenShareOff aliases
|
|
2320
|
-
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2321
2331
|
// ScreenShare aliases
|
|
2322
2332
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2323
2333
|
// ScrollText aliases
|
|
2324
2334
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2325
|
-
// Scroll aliases
|
|
2326
|
-
export { default as ScrollIcon } from '../icons/scroll';
|
|
2327
2335
|
// SearchCheck aliases
|
|
2328
2336
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2329
2337
|
// SearchAlert aliases
|
|
2330
2338
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2331
2339
|
// SearchCode aliases
|
|
2332
2340
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2333
|
-
// SearchSlash aliases
|
|
2334
|
-
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2335
|
-
// SearchX aliases
|
|
2336
|
-
export { default as SearchXIcon } from '../icons/search-x';
|
|
2337
2341
|
// Search aliases
|
|
2338
2342
|
export { default as SearchIcon } from '../icons/search';
|
|
2343
|
+
// SearchSlash aliases
|
|
2344
|
+
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2339
2345
|
// Section aliases
|
|
2340
2346
|
export { default as SectionIcon } from '../icons/section';
|
|
2341
|
-
//
|
|
2342
|
-
export { default as
|
|
2347
|
+
// SearchX aliases
|
|
2348
|
+
export { default as SearchXIcon } from '../icons/search-x';
|
|
2343
2349
|
// SendToBack aliases
|
|
2344
2350
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2351
|
+
// Send aliases
|
|
2352
|
+
export { default as SendIcon } from '../icons/send';
|
|
2345
2353
|
// SeparatorHorizontal aliases
|
|
2346
2354
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2355
|
+
// ServerCog aliases
|
|
2356
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2347
2357
|
// SeparatorVertical aliases
|
|
2348
2358
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2349
2359
|
// ServerCrash aliases
|
|
2350
2360
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2351
|
-
// ServerCog aliases
|
|
2352
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2353
2361
|
// ServerOff aliases
|
|
2354
2362
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2355
2363
|
// ServerPlus aliases
|
|
@@ -2360,8 +2368,6 @@ export { default as ServerIcon } from '../icons/server';
|
|
|
2360
2368
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2361
2369
|
// Settings aliases
|
|
2362
2370
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2363
|
-
// Share aliases
|
|
2364
|
-
export { default as ShareIcon } from '../icons/share';
|
|
2365
2371
|
// Shapes aliases
|
|
2366
2372
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2367
2373
|
// Share2 aliases
|
|
@@ -2370,152 +2376,154 @@ export { default as Share2Icon } from '../icons/share-2';
|
|
|
2370
2376
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2371
2377
|
// Shell aliases
|
|
2372
2378
|
export { default as ShellIcon } from '../icons/shell';
|
|
2373
|
-
//
|
|
2374
|
-
export { default as
|
|
2375
|
-
// ShieldCheck aliases
|
|
2376
|
-
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2379
|
+
// Share aliases
|
|
2380
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2377
2381
|
// ShieldBan aliases
|
|
2378
2382
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2379
2383
|
// ShelvingUnit aliases
|
|
2380
2384
|
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2385
|
+
// ShieldAlert aliases
|
|
2386
|
+
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2387
|
+
// ShieldCheck aliases
|
|
2388
|
+
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2381
2389
|
// ShieldCogCorner aliases
|
|
2382
2390
|
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2383
2391
|
// ShieldCog aliases
|
|
2384
2392
|
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2385
|
-
// ShieldHalf aliases
|
|
2386
|
-
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2387
2393
|
// ShieldEllipsis aliases
|
|
2388
2394
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2395
|
+
// ShieldHalf aliases
|
|
2396
|
+
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2389
2397
|
// ShieldKeyhole aliases
|
|
2390
2398
|
export { default as ShieldKeyholeIcon } from '../icons/shield-keyhole';
|
|
2391
2399
|
// ShieldMinus aliases
|
|
2392
2400
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2393
2401
|
// ShieldOff aliases
|
|
2394
2402
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2395
|
-
// ShieldPlus aliases
|
|
2396
|
-
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2397
2403
|
// ShieldUser aliases
|
|
2398
2404
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2399
|
-
//
|
|
2400
|
-
export { default as
|
|
2405
|
+
// ShieldPlus aliases
|
|
2406
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2401
2407
|
// Shield aliases
|
|
2402
2408
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2403
|
-
//
|
|
2404
|
-
export { default as
|
|
2409
|
+
// ShipWheel aliases
|
|
2410
|
+
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2405
2411
|
// Shirt aliases
|
|
2406
2412
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2413
|
+
// Ship aliases
|
|
2414
|
+
export { default as ShipIcon } from '../icons/ship';
|
|
2407
2415
|
// ShoppingBag aliases
|
|
2408
2416
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2409
2417
|
// ShoppingBasket aliases
|
|
2410
2418
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2411
2419
|
// ShoppingCart aliases
|
|
2412
2420
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2413
|
-
// Shredder aliases
|
|
2414
|
-
export { default as ShredderIcon } from '../icons/shredder';
|
|
2415
2421
|
// Shovel aliases
|
|
2416
2422
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2417
2423
|
// ShowerHead aliases
|
|
2418
2424
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2419
|
-
// Shrimp aliases
|
|
2420
|
-
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2421
2425
|
// Shrink aliases
|
|
2422
2426
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2427
|
+
// Shredder aliases
|
|
2428
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2423
2429
|
// Shrub aliases
|
|
2424
2430
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2431
|
+
// Shrimp aliases
|
|
2432
|
+
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2425
2433
|
// Shuffle aliases
|
|
2426
2434
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2427
|
-
// SignalHigh aliases
|
|
2428
|
-
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2429
2435
|
// Sigma aliases
|
|
2430
2436
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2437
|
+
// SignalHigh aliases
|
|
2438
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2439
|
+
// SignalMedium aliases
|
|
2440
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2431
2441
|
// SignalLow aliases
|
|
2432
2442
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2433
2443
|
// SignalZero aliases
|
|
2434
2444
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2435
|
-
//
|
|
2436
|
-
export { default as
|
|
2445
|
+
// SignpostBig aliases
|
|
2446
|
+
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2437
2447
|
// Signal aliases
|
|
2438
2448
|
export { default as SignalIcon } from '../icons/signal';
|
|
2439
2449
|
// Signature aliases
|
|
2440
2450
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2441
|
-
// SignpostBig aliases
|
|
2442
|
-
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2443
2451
|
// Signpost aliases
|
|
2444
2452
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2445
|
-
// SkipBack aliases
|
|
2446
|
-
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2447
2453
|
// Siren aliases
|
|
2448
2454
|
export { default as SirenIcon } from '../icons/siren';
|
|
2455
|
+
// SkipBack aliases
|
|
2456
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2449
2457
|
// SkipForward aliases
|
|
2450
2458
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2451
2459
|
// Skull aliases
|
|
2452
2460
|
export { default as SkullIcon } from '../icons/skull';
|
|
2453
|
-
// Slash aliases
|
|
2454
|
-
export { default as SlashIcon } from '../icons/slash';
|
|
2455
2461
|
// Slice aliases
|
|
2456
2462
|
export { default as SliceIcon } from '../icons/slice';
|
|
2457
|
-
// SlidersHorizontal aliases
|
|
2458
|
-
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2459
|
-
// SmartphoneNfc aliases
|
|
2460
|
-
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2461
2463
|
// SmartphoneCharging aliases
|
|
2462
2464
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2465
|
+
// Slash aliases
|
|
2466
|
+
export { default as SlashIcon } from '../icons/slash';
|
|
2467
|
+
// SlidersHorizontal aliases
|
|
2468
|
+
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2463
2469
|
// Smartphone aliases
|
|
2464
2470
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2465
2471
|
// SmilePlus aliases
|
|
2466
2472
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2473
|
+
// SmartphoneNfc aliases
|
|
2474
|
+
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2467
2475
|
// Smile aliases
|
|
2468
2476
|
export { default as SmileIcon } from '../icons/smile';
|
|
2477
|
+
// Snail aliases
|
|
2478
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2469
2479
|
// Snowflake aliases
|
|
2470
2480
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2471
2481
|
// SoapDispenserDroplet aliases
|
|
2472
2482
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2473
|
-
// Snail aliases
|
|
2474
|
-
export { default as SnailIcon } from '../icons/snail';
|
|
2475
|
-
// Soup aliases
|
|
2476
|
-
export { default as SoupIcon } from '../icons/soup';
|
|
2477
2483
|
// Sofa aliases
|
|
2478
2484
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2485
|
+
// Soup aliases
|
|
2486
|
+
export { default as SoupIcon } from '../icons/soup';
|
|
2479
2487
|
// SolarPanel aliases
|
|
2480
2488
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2481
2489
|
// Space aliases
|
|
2482
2490
|
export { default as SpaceIcon } from '../icons/space';
|
|
2483
2491
|
// Spade aliases
|
|
2484
2492
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2493
|
+
// Speech aliases
|
|
2494
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2485
2495
|
// Sparkle aliases
|
|
2486
2496
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2487
|
-
// Speaker aliases
|
|
2488
|
-
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2489
2497
|
// SpellCheck2 aliases
|
|
2490
2498
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2491
|
-
//
|
|
2492
|
-
export { default as
|
|
2493
|
-
// SpellCheck aliases
|
|
2494
|
-
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2499
|
+
// Speaker aliases
|
|
2500
|
+
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2495
2501
|
// SplinePointer aliases
|
|
2496
2502
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2503
|
+
// SpellCheck aliases
|
|
2504
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2497
2505
|
// Spline aliases
|
|
2498
2506
|
export { default as SplineIcon } from '../icons/spline';
|
|
2499
2507
|
// Split aliases
|
|
2500
2508
|
export { default as SplitIcon } from '../icons/split';
|
|
2501
2509
|
// Spool aliases
|
|
2502
2510
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2503
|
-
// Spotlight aliases
|
|
2504
|
-
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2505
2511
|
// SportShoe aliases
|
|
2506
2512
|
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2513
|
+
// Spotlight aliases
|
|
2514
|
+
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2507
2515
|
// SprayCan aliases
|
|
2508
2516
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2509
|
-
// SquareArrowRightEnter aliases
|
|
2510
|
-
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2511
2517
|
// Sprout aliases
|
|
2512
2518
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2519
|
+
// SquareArrowRightEnter aliases
|
|
2520
|
+
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2513
2521
|
// SquareArrowRightExit aliases
|
|
2514
2522
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2515
|
-
// SquareDashedBottomCode aliases
|
|
2516
|
-
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2517
2523
|
// SquareDashedBottom aliases
|
|
2518
2524
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2525
|
+
// SquareDashedBottomCode aliases
|
|
2526
|
+
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2519
2527
|
// SquareDashedTopSolid aliases
|
|
2520
2528
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2521
2529
|
// SquareOff aliases
|
|
@@ -2524,30 +2532,30 @@ export { default as SquareOffIcon } from '../icons/square-off';
|
|
|
2524
2532
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2525
2533
|
// SquareRadical aliases
|
|
2526
2534
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2527
|
-
// SquareRoundCorner aliases
|
|
2528
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2529
2535
|
// SquareSquare aliases
|
|
2530
2536
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2537
|
+
// SquareRoundCorner aliases
|
|
2538
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2531
2539
|
// SquareStack aliases
|
|
2532
2540
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2533
|
-
// SquareStar aliases
|
|
2534
|
-
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2535
2541
|
// SquareStop aliases
|
|
2536
2542
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2543
|
+
// SquareStar aliases
|
|
2544
|
+
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2537
2545
|
// Square aliases
|
|
2538
2546
|
export { default as SquareIcon } from '../icons/square';
|
|
2539
2547
|
// SquaresExclude aliases
|
|
2540
2548
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2541
|
-
// SquaresIntersect aliases
|
|
2542
|
-
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2543
2549
|
// SquaresSubtract aliases
|
|
2544
2550
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2545
|
-
//
|
|
2546
|
-
export { default as
|
|
2547
|
-
// Squircle aliases
|
|
2548
|
-
export { default as SquircleIcon } from '../icons/squircle';
|
|
2551
|
+
// SquaresIntersect aliases
|
|
2552
|
+
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2549
2553
|
// SquaresUnite aliases
|
|
2550
2554
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2555
|
+
// Squircle aliases
|
|
2556
|
+
export { default as SquircleIcon } from '../icons/squircle';
|
|
2557
|
+
// SquircleDashed aliases
|
|
2558
|
+
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2551
2559
|
// Squirrel aliases
|
|
2552
2560
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2553
2561
|
// Stamp aliases
|
|
@@ -2558,38 +2566,38 @@ export { default as StarCheckIcon } from '../icons/star-check';
|
|
|
2558
2566
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2559
2567
|
// StarMinus aliases
|
|
2560
2568
|
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2561
|
-
// StarPlus aliases
|
|
2562
|
-
export { default as StarPlusIcon } from '../icons/star-plus';
|
|
2563
|
-
// StarOff aliases
|
|
2564
|
-
export { default as StarOffIcon } from '../icons/star-off';
|
|
2565
2569
|
// StarX aliases
|
|
2566
2570
|
export { default as StarXIcon } from '../icons/star-x';
|
|
2571
|
+
// StarOff aliases
|
|
2572
|
+
export { default as StarOffIcon } from '../icons/star-off';
|
|
2567
2573
|
// Star aliases
|
|
2568
2574
|
export { default as StarIcon } from '../icons/star';
|
|
2575
|
+
// StarPlus aliases
|
|
2576
|
+
export { default as StarPlusIcon } from '../icons/star-plus';
|
|
2569
2577
|
// StepBack aliases
|
|
2570
2578
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2571
|
-
// StepForward aliases
|
|
2572
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2573
2579
|
// Stethoscope aliases
|
|
2574
2580
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2581
|
+
// StepForward aliases
|
|
2582
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2575
2583
|
// Sticker aliases
|
|
2576
2584
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2577
2585
|
// StickyNoteCheck aliases
|
|
2578
2586
|
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2579
|
-
// StickyNoteOff aliases
|
|
2580
|
-
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2581
2587
|
// StickyNoteMinus aliases
|
|
2582
2588
|
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2589
|
+
// StickyNoteOff aliases
|
|
2590
|
+
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2583
2591
|
// StickyNotePlus aliases
|
|
2584
2592
|
export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
2585
2593
|
// StickyNoteX aliases
|
|
2586
2594
|
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2587
2595
|
// StickyNote aliases
|
|
2588
2596
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2589
|
-
// Stone aliases
|
|
2590
|
-
export { default as StoneIcon } from '../icons/stone';
|
|
2591
2597
|
// StickyNotes aliases
|
|
2592
2598
|
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2599
|
+
// Stone aliases
|
|
2600
|
+
export { default as StoneIcon } from '../icons/stone';
|
|
2593
2601
|
// Store aliases
|
|
2594
2602
|
export { default as StoreIcon } from '../icons/store';
|
|
2595
2603
|
// StretchHorizontal aliases
|
|
@@ -2598,16 +2606,16 @@ export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
|
2598
2606
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2599
2607
|
// Strikethrough aliases
|
|
2600
2608
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2601
|
-
// Subscript aliases
|
|
2602
|
-
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2603
2609
|
// Summary aliases
|
|
2604
2610
|
export { default as SummaryIcon } from '../icons/summary';
|
|
2611
|
+
// Subscript aliases
|
|
2612
|
+
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2613
|
+
// SunDim aliases
|
|
2614
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2605
2615
|
// SunMedium aliases
|
|
2606
2616
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2607
2617
|
// SunMoon aliases
|
|
2608
2618
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2609
|
-
// SunDim aliases
|
|
2610
|
-
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2611
2619
|
// SunSnow aliases
|
|
2612
2620
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2613
2621
|
// Sun aliases
|
|
@@ -2622,12 +2630,12 @@ export { default as SuperscriptIcon } from '../icons/superscript';
|
|
|
2622
2630
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2623
2631
|
// SwissFranc aliases
|
|
2624
2632
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2633
|
+
// Sword aliases
|
|
2634
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2625
2635
|
// SwitchCamera aliases
|
|
2626
2636
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2627
2637
|
// Swords aliases
|
|
2628
2638
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2629
|
-
// Sword aliases
|
|
2630
|
-
export { default as SwordIcon } from '../icons/sword';
|
|
2631
2639
|
// Syringe aliases
|
|
2632
2640
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2633
2641
|
// Table2 aliases
|
|
@@ -2638,48 +2646,48 @@ export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
|
2638
2646
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2639
2647
|
// TableColumnsSplit aliases
|
|
2640
2648
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2641
|
-
// TableOfContents aliases
|
|
2642
|
-
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2643
2649
|
// TableProperties aliases
|
|
2644
2650
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2651
|
+
// TableOfContents aliases
|
|
2652
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2645
2653
|
// TableRowsSplit aliases
|
|
2646
2654
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2647
|
-
// TabletSmartphone aliases
|
|
2648
|
-
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2649
2655
|
// Table aliases
|
|
2650
2656
|
export { default as TableIcon } from '../icons/table';
|
|
2657
|
+
// TabletSmartphone aliases
|
|
2658
|
+
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2651
2659
|
// Tablet aliases
|
|
2652
2660
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2653
2661
|
// Tablets aliases
|
|
2654
2662
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2655
|
-
// TagPlus aliases
|
|
2656
|
-
export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
2657
2663
|
// TagX aliases
|
|
2658
2664
|
export { default as TagXIcon } from '../icons/tag-x';
|
|
2665
|
+
// TagPlus aliases
|
|
2666
|
+
export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
2659
2667
|
// Tag aliases
|
|
2660
2668
|
export { default as TagIcon } from '../icons/tag';
|
|
2661
2669
|
// Tags aliases
|
|
2662
2670
|
export { default as TagsIcon } from '../icons/tags';
|
|
2663
|
-
// Tally1 aliases
|
|
2664
|
-
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2665
2671
|
// Tally2 aliases
|
|
2666
2672
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2667
2673
|
// Tally3 aliases
|
|
2668
2674
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2675
|
+
// Tally1 aliases
|
|
2676
|
+
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2669
2677
|
// Tally4 aliases
|
|
2670
2678
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2671
|
-
// Tangent aliases
|
|
2672
|
-
export { default as TangentIcon } from '../icons/tangent';
|
|
2673
2679
|
// Tally5 aliases
|
|
2674
2680
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2681
|
+
// Tangent aliases
|
|
2682
|
+
export { default as TangentIcon } from '../icons/tangent';
|
|
2675
2683
|
// Target aliases
|
|
2676
2684
|
export { default as TargetIcon } from '../icons/target';
|
|
2677
2685
|
// Telescope aliases
|
|
2678
2686
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2679
|
-
// Tent aliases
|
|
2680
|
-
export { default as TentIcon } from '../icons/tent';
|
|
2681
2687
|
// TentTree aliases
|
|
2682
2688
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2689
|
+
// Tent aliases
|
|
2690
|
+
export { default as TentIcon } from '../icons/tent';
|
|
2683
2691
|
// TestTube aliases
|
|
2684
2692
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2685
2693
|
// Terminal aliases
|
|
@@ -2690,16 +2698,16 @@ export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
|
2690
2698
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2691
2699
|
// TextCursor aliases
|
|
2692
2700
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2693
|
-
//
|
|
2694
|
-
export { default as
|
|
2695
|
-
// ThermometerSnowflake aliases
|
|
2696
|
-
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2701
|
+
// TextSearch aliases
|
|
2702
|
+
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2697
2703
|
// Theater aliases
|
|
2698
2704
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2705
|
+
// ThermometerSnowflake aliases
|
|
2706
|
+
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2707
|
+
// TextQuote aliases
|
|
2708
|
+
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2699
2709
|
// ThermometerSun aliases
|
|
2700
2710
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2701
|
-
// TextSearch aliases
|
|
2702
|
-
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2703
2711
|
// Thermometer aliases
|
|
2704
2712
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2705
2713
|
// ThumbsDown aliases
|
|
@@ -2732,110 +2740,110 @@ export { default as TimerOffIcon } from '../icons/timer-off';
|
|
|
2732
2740
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2733
2741
|
// Timer aliases
|
|
2734
2742
|
export { default as TimerIcon } from '../icons/timer';
|
|
2743
|
+
// ToggleLeft aliases
|
|
2744
|
+
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2735
2745
|
// ToggleRight aliases
|
|
2736
2746
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2737
2747
|
// Toilet aliases
|
|
2738
2748
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2739
|
-
// ToggleLeft aliases
|
|
2740
|
-
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2741
2749
|
// ToolCase aliases
|
|
2742
2750
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2743
2751
|
// Toolbox aliases
|
|
2744
2752
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2745
|
-
// Tornado aliases
|
|
2746
|
-
export { default as TornadoIcon } from '../icons/tornado';
|
|
2747
2753
|
// Torus aliases
|
|
2748
2754
|
export { default as TorusIcon } from '../icons/torus';
|
|
2755
|
+
// Tornado aliases
|
|
2756
|
+
export { default as TornadoIcon } from '../icons/tornado';
|
|
2749
2757
|
// TouchpadOff aliases
|
|
2750
2758
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2751
|
-
// Touchpad aliases
|
|
2752
|
-
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2753
2759
|
// TowelRack aliases
|
|
2754
2760
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2761
|
+
// Touchpad aliases
|
|
2762
|
+
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2755
2763
|
// TowerControl aliases
|
|
2756
2764
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2757
|
-
// Tractor aliases
|
|
2758
|
-
export { default as TractorIcon } from '../icons/tractor';
|
|
2759
2765
|
// ToyBrick aliases
|
|
2760
2766
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2767
|
+
// Tractor aliases
|
|
2768
|
+
export { default as TractorIcon } from '../icons/tractor';
|
|
2761
2769
|
// TrafficCone aliases
|
|
2762
2770
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2763
2771
|
// TrainFrontTunnel aliases
|
|
2764
2772
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2765
2773
|
// TrainFront aliases
|
|
2766
2774
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2767
|
-
// Transgender aliases
|
|
2768
|
-
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2769
2775
|
// TrainTrack aliases
|
|
2770
2776
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2771
2777
|
// Trash2 aliases
|
|
2772
2778
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2779
|
+
// Transgender aliases
|
|
2780
|
+
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2773
2781
|
// Trash aliases
|
|
2774
2782
|
export { default as TrashIcon } from '../icons/trash';
|
|
2775
2783
|
// TreeDeciduous aliases
|
|
2776
2784
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2777
2785
|
// TreePine aliases
|
|
2778
2786
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2779
|
-
// Trees aliases
|
|
2780
|
-
export { default as TreesIcon } from '../icons/trees';
|
|
2781
2787
|
// TrendingDown aliases
|
|
2782
2788
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2783
|
-
//
|
|
2784
|
-
export { default as
|
|
2789
|
+
// Trees aliases
|
|
2790
|
+
export { default as TreesIcon } from '../icons/trees';
|
|
2785
2791
|
// TrendingUpDown aliases
|
|
2786
2792
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2787
|
-
//
|
|
2788
|
-
export { default as
|
|
2793
|
+
// TrendingUp aliases
|
|
2794
|
+
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2789
2795
|
// TriangleRight aliases
|
|
2790
2796
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2791
2797
|
// Triangle aliases
|
|
2792
2798
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2799
|
+
// TriangleDashed aliases
|
|
2800
|
+
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2793
2801
|
// Trophy aliases
|
|
2794
2802
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2803
|
+
// TruckElectric aliases
|
|
2804
|
+
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2795
2805
|
// Truck aliases
|
|
2796
2806
|
export { default as TruckIcon } from '../icons/truck';
|
|
2797
2807
|
// TurkishLira aliases
|
|
2798
2808
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2799
2809
|
// Turntable aliases
|
|
2800
2810
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2801
|
-
//
|
|
2802
|
-
export { default as
|
|
2811
|
+
// Turtle aliases
|
|
2812
|
+
export { default as TurtleIcon } from '../icons/turtle';
|
|
2803
2813
|
// TvMinimalPlay aliases
|
|
2804
2814
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2805
2815
|
// Tv aliases
|
|
2806
2816
|
export { default as TvIcon } from '../icons/tv';
|
|
2807
|
-
// Turtle aliases
|
|
2808
|
-
export { default as TurtleIcon } from '../icons/turtle';
|
|
2809
2817
|
// TypeOutline aliases
|
|
2810
2818
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2811
2819
|
// Type aliases
|
|
2812
2820
|
export { default as TypeIcon } from '../icons/type';
|
|
2821
|
+
// UmbrellaOff aliases
|
|
2822
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2813
2823
|
// Umbrella aliases
|
|
2814
2824
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2815
2825
|
// Underline aliases
|
|
2816
2826
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2817
|
-
// UmbrellaOff aliases
|
|
2818
|
-
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2819
2827
|
// Undo2 aliases
|
|
2820
2828
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2821
|
-
// UndoDot aliases
|
|
2822
|
-
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2823
2829
|
// Undo aliases
|
|
2824
2830
|
export { default as UndoIcon } from '../icons/undo';
|
|
2831
|
+
// UndoDot aliases
|
|
2832
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2833
|
+
// UnfoldVertical aliases
|
|
2834
|
+
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2825
2835
|
// UnfoldHorizontal aliases
|
|
2826
2836
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2827
2837
|
// Ungroup aliases
|
|
2828
2838
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2829
|
-
// UnfoldVertical aliases
|
|
2830
|
-
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2831
2839
|
// Unlink2 aliases
|
|
2832
2840
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2833
2841
|
// Unlink aliases
|
|
2834
2842
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2835
|
-
// Unplug aliases
|
|
2836
|
-
export { default as UnplugIcon } from '../icons/unplug';
|
|
2837
2843
|
// Upload aliases
|
|
2838
2844
|
export { default as UploadIcon } from '../icons/upload';
|
|
2845
|
+
// Unplug aliases
|
|
2846
|
+
export { default as UnplugIcon } from '../icons/unplug';
|
|
2839
2847
|
// Usb aliases
|
|
2840
2848
|
export { default as UsbIcon } from '../icons/usb';
|
|
2841
2849
|
// UserCheck aliases
|
|
@@ -2846,12 +2854,12 @@ export { default as UserCogIcon } from '../icons/user-cog';
|
|
|
2846
2854
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2847
2855
|
// UserLock aliases
|
|
2848
2856
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2857
|
+
// UserPen aliases
|
|
2858
|
+
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2849
2859
|
// UserMinus aliases
|
|
2850
2860
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2851
2861
|
// UserPlus aliases
|
|
2852
2862
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2853
|
-
// UserPen aliases
|
|
2854
|
-
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2855
2863
|
// UserRoundArrowLeft aliases
|
|
2856
2864
|
export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-left';
|
|
2857
2865
|
// UserRoundKey aliases
|
|
@@ -2860,14 +2868,14 @@ export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
|
2860
2868
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2861
2869
|
// UserRoundSearch aliases
|
|
2862
2870
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2863
|
-
// UserSearch aliases
|
|
2864
|
-
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2865
2871
|
// UserShield aliases
|
|
2866
2872
|
export { default as UserShieldIcon } from '../icons/user-shield';
|
|
2867
|
-
// UserX aliases
|
|
2868
|
-
export { default as UserXIcon } from '../icons/user-x';
|
|
2869
2873
|
// UserStar aliases
|
|
2870
2874
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2875
|
+
// UserSearch aliases
|
|
2876
|
+
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2877
|
+
// UserX aliases
|
|
2878
|
+
export { default as UserXIcon } from '../icons/user-x';
|
|
2871
2879
|
// User aliases
|
|
2872
2880
|
export { default as UserIcon } from '../icons/user';
|
|
2873
2881
|
// Users aliases
|
|
@@ -2878,20 +2886,20 @@ export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
|
2878
2886
|
export { default as VanIcon } from '../icons/van';
|
|
2879
2887
|
// Variable aliases
|
|
2880
2888
|
export { default as VariableIcon } from '../icons/variable';
|
|
2881
|
-
// Vault aliases
|
|
2882
|
-
export { default as VaultIcon } from '../icons/vault';
|
|
2883
2889
|
// VectorSquare aliases
|
|
2884
2890
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2891
|
+
// Vault aliases
|
|
2892
|
+
export { default as VaultIcon } from '../icons/vault';
|
|
2885
2893
|
// Vegan aliases
|
|
2886
2894
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2887
2895
|
// VenetianMask aliases
|
|
2888
2896
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2889
2897
|
// VenusAndMars aliases
|
|
2890
2898
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2891
|
-
// VibrateOff aliases
|
|
2892
|
-
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2893
2899
|
// Venus aliases
|
|
2894
2900
|
export { default as VenusIcon } from '../icons/venus';
|
|
2901
|
+
// VibrateOff aliases
|
|
2902
|
+
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2895
2903
|
// Vibrate aliases
|
|
2896
2904
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2897
2905
|
// VideoOff aliases
|
|
@@ -2910,14 +2918,14 @@ export { default as VolleyballIcon } from '../icons/volleyball';
|
|
|
2910
2918
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2911
2919
|
// Volume1 aliases
|
|
2912
2920
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2913
|
-
// VolumeX aliases
|
|
2914
|
-
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2915
2921
|
// VolumeOff aliases
|
|
2916
2922
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2917
|
-
//
|
|
2918
|
-
export { default as
|
|
2923
|
+
// VolumeX aliases
|
|
2924
|
+
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2919
2925
|
// Volume aliases
|
|
2920
2926
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2927
|
+
// Vote aliases
|
|
2928
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
2921
2929
|
// WalletCards aliases
|
|
2922
2930
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2923
2931
|
// Wallet aliases
|
|
@@ -2928,10 +2936,10 @@ export { default as WandIcon } from '../icons/wand';
|
|
|
2928
2936
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2929
2937
|
// Warehouse aliases
|
|
2930
2938
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2931
|
-
// WashingMachine aliases
|
|
2932
|
-
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2933
2939
|
// Watch aliases
|
|
2934
2940
|
export { default as WatchIcon } from '../icons/watch';
|
|
2941
|
+
// WashingMachine aliases
|
|
2942
|
+
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2935
2943
|
// WavesArrowDown aliases
|
|
2936
2944
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2937
2945
|
// WavesArrowUp aliases
|
|
@@ -2940,10 +2948,10 @@ export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
|
2940
2948
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2941
2949
|
// WavesVertical aliases
|
|
2942
2950
|
export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
2943
|
-
// WebcamOff aliases
|
|
2944
|
-
export { default as WebcamOffIcon } from '../icons/webcam-off';
|
|
2945
2951
|
// Waypoints aliases
|
|
2946
2952
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2953
|
+
// WebcamOff aliases
|
|
2954
|
+
export { default as WebcamOffIcon } from '../icons/webcam-off';
|
|
2947
2955
|
// Webcam aliases
|
|
2948
2956
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2949
2957
|
// WebhookOff aliases
|
|
@@ -2952,20 +2960,20 @@ export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
|
2952
2960
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2953
2961
|
// WeightTilde aliases
|
|
2954
2962
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2955
|
-
// Weight aliases
|
|
2956
|
-
export { default as WeightIcon } from '../icons/weight';
|
|
2957
|
-
// Wheat aliases
|
|
2958
|
-
export { default as WheatIcon } from '../icons/wheat';
|
|
2959
2963
|
// WheatOff aliases
|
|
2960
2964
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2965
|
+
// Weight aliases
|
|
2966
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2961
2967
|
// WholeWord aliases
|
|
2962
2968
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2963
|
-
//
|
|
2964
|
-
export { default as
|
|
2969
|
+
// Wheat aliases
|
|
2970
|
+
export { default as WheatIcon } from '../icons/wheat';
|
|
2965
2971
|
// WifiCog aliases
|
|
2966
2972
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2967
2973
|
// WifiLow aliases
|
|
2968
2974
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2975
|
+
// WifiHigh aliases
|
|
2976
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2969
2977
|
// WifiOff aliases
|
|
2970
2978
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2971
2979
|
// WifiPen aliases
|
|
@@ -2978,50 +2986,50 @@ export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
|
2978
2986
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2979
2987
|
// WindArrowDown aliases
|
|
2980
2988
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2981
|
-
// WineOff aliases
|
|
2982
|
-
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2983
2989
|
// Wind aliases
|
|
2984
2990
|
export { default as WindIcon } from '../icons/wind';
|
|
2991
|
+
// WineOff aliases
|
|
2992
|
+
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2985
2993
|
// Wine aliases
|
|
2986
2994
|
export { default as WineIcon } from '../icons/wine';
|
|
2987
2995
|
// Workflow aliases
|
|
2988
2996
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2997
|
+
// Wrench aliases
|
|
2998
|
+
export { default as WrenchIcon } from '../icons/wrench';
|
|
2989
2999
|
// Worm aliases
|
|
2990
3000
|
export { default as WormIcon } from '../icons/worm';
|
|
2991
3001
|
// WrenchOff aliases
|
|
2992
3002
|
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
2993
|
-
// Wrench aliases
|
|
2994
|
-
export { default as WrenchIcon } from '../icons/wrench';
|
|
2995
3003
|
// XLineTop aliases
|
|
2996
3004
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
3005
|
+
// X aliases
|
|
3006
|
+
export { default as XIcon } from '../icons/x';
|
|
3007
|
+
// ZodiacAquarius aliases
|
|
3008
|
+
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
2997
3009
|
// ZapOff aliases
|
|
2998
3010
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2999
3011
|
// Zap aliases
|
|
3000
3012
|
export { default as ZapIcon } from '../icons/zap';
|
|
3001
|
-
// ZodiacAquarius aliases
|
|
3002
|
-
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
3003
3013
|
// ZodiacAries aliases
|
|
3004
3014
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
3005
3015
|
// ZodiacCancer aliases
|
|
3006
3016
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
3007
|
-
// X aliases
|
|
3008
|
-
export { default as XIcon } from '../icons/x';
|
|
3009
|
-
// ZodiacCapricorn aliases
|
|
3010
|
-
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
3011
3017
|
// ZodiacGemini aliases
|
|
3012
3018
|
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
3019
|
+
// ZodiacCapricorn aliases
|
|
3020
|
+
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
3013
3021
|
// ZodiacLeo aliases
|
|
3014
3022
|
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
3015
3023
|
// ZodiacOphiuchus aliases
|
|
3016
3024
|
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
3017
3025
|
// ZodiacLibra aliases
|
|
3018
3026
|
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
3027
|
+
// ZodiacSagittarius aliases
|
|
3028
|
+
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
3019
3029
|
// ZodiacPisces aliases
|
|
3020
3030
|
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
3021
3031
|
// ZodiacScorpio aliases
|
|
3022
3032
|
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
3023
|
-
// ZodiacSagittarius aliases
|
|
3024
|
-
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
3025
3033
|
// ZodiacTaurus aliases
|
|
3026
3034
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
3027
3035
|
// ZodiacVirgo aliases
|
|
@@ -3062,66 +3070,66 @@ export {
|
|
|
3062
3070
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
|
|
3063
3071
|
default as ArrowDownAzIcon
|
|
3064
3072
|
} from '../icons/arrow-down-a-z';
|
|
3065
|
-
// ArrowDownZA aliases
|
|
3066
|
-
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
3067
|
-
export {
|
|
3068
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
|
|
3069
|
-
default as ArrowDownZaIcon
|
|
3070
|
-
} from '../icons/arrow-down-z-a';
|
|
3071
3073
|
// ArrowDownWideNarrow aliases
|
|
3072
3074
|
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
3073
3075
|
export {
|
|
3074
3076
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
|
|
3075
3077
|
default as SortDescIcon
|
|
3076
3078
|
} from '../icons/arrow-down-wide-narrow';
|
|
3077
|
-
//
|
|
3078
|
-
export { default as
|
|
3079
|
+
// ArrowDownZA aliases
|
|
3080
|
+
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
3079
3081
|
export {
|
|
3080
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3081
|
-
default as
|
|
3082
|
-
} from '../icons/arrow-
|
|
3082
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
|
|
3083
|
+
default as ArrowDownZaIcon
|
|
3084
|
+
} from '../icons/arrow-down-z-a';
|
|
3085
|
+
// ArrowUpAZ aliases
|
|
3086
|
+
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
3087
|
+
export {
|
|
3088
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
|
|
3089
|
+
default as ArrowUpAzIcon
|
|
3090
|
+
} from '../icons/arrow-up-a-z';
|
|
3083
3091
|
// ArrowUpZA aliases
|
|
3084
3092
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3085
3093
|
export {
|
|
3086
3094
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
|
|
3087
3095
|
default as ArrowUpZaIcon
|
|
3088
3096
|
} from '../icons/arrow-up-z-a';
|
|
3089
|
-
//
|
|
3090
|
-
export { default as
|
|
3097
|
+
// ArrowUpNarrowWide aliases
|
|
3098
|
+
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3091
3099
|
export {
|
|
3092
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3093
|
-
default as
|
|
3094
|
-
} from '../icons/arrow-up-
|
|
3100
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
|
|
3101
|
+
default as SortAscIcon
|
|
3102
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
3095
3103
|
// Axis3d aliases
|
|
3096
3104
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
3097
3105
|
export {
|
|
3098
3106
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. */
|
|
3099
3107
|
default as Axis3DIcon
|
|
3100
3108
|
} from '../icons/axis-3d';
|
|
3101
|
-
// BadgeCheck aliases
|
|
3102
|
-
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
3103
|
-
export {
|
|
3104
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
|
|
3105
|
-
default as VerifiedIcon
|
|
3106
|
-
} from '../icons/badge-check';
|
|
3107
|
-
// BetweenHorizontalEnd aliases
|
|
3108
|
-
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3109
|
-
export {
|
|
3110
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
3111
|
-
default as BetweenHorizonalEndIcon
|
|
3112
|
-
} from '../icons/between-horizontal-end';
|
|
3113
3109
|
// BadgeQuestionMark aliases
|
|
3114
3110
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3115
3111
|
export {
|
|
3116
3112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3117
3113
|
default as BadgeHelpIcon
|
|
3118
3114
|
} from '../icons/badge-question-mark';
|
|
3115
|
+
// BadgeCheck aliases
|
|
3116
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
3117
|
+
export {
|
|
3118
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
|
|
3119
|
+
default as VerifiedIcon
|
|
3120
|
+
} from '../icons/badge-check';
|
|
3119
3121
|
// BetweenHorizontalStart aliases
|
|
3120
3122
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3121
3123
|
export {
|
|
3122
3124
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
3123
3125
|
default as BetweenHorizonalStartIcon
|
|
3124
3126
|
} from '../icons/between-horizontal-start';
|
|
3127
|
+
// BetweenHorizontalEnd aliases
|
|
3128
|
+
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3129
|
+
export {
|
|
3130
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
3131
|
+
default as BetweenHorizonalEndIcon
|
|
3132
|
+
} from '../icons/between-horizontal-end';
|
|
3125
3133
|
// Braces aliases
|
|
3126
3134
|
export { default as BracesIcon } from '../icons/braces';
|
|
3127
3135
|
export {
|
|
@@ -3134,36 +3142,42 @@ export {
|
|
|
3134
3142
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. */
|
|
3135
3143
|
default as BookTemplateIcon
|
|
3136
3144
|
} from '../icons/book-dashed';
|
|
3145
|
+
// ChartArea aliases
|
|
3146
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3147
|
+
export {
|
|
3148
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. */
|
|
3149
|
+
default as AreaChartIcon
|
|
3150
|
+
} from '../icons/chart-area';
|
|
3137
3151
|
// Captions aliases
|
|
3138
3152
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
3139
3153
|
export {
|
|
3140
3154
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
3141
3155
|
default as SubtitlesIcon
|
|
3142
3156
|
} from '../icons/captions';
|
|
3143
|
-
//
|
|
3144
|
-
export { default as
|
|
3157
|
+
// ChartCandlestick aliases
|
|
3158
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3145
3159
|
export {
|
|
3146
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3147
|
-
default as
|
|
3148
|
-
} from '../icons/chart-
|
|
3160
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
3161
|
+
default as CandlestickChartIcon
|
|
3162
|
+
} from '../icons/chart-candlestick';
|
|
3149
3163
|
// ChartBar aliases
|
|
3150
3164
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3151
3165
|
export {
|
|
3152
3166
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
|
|
3153
3167
|
default as BarChartHorizontalIcon
|
|
3154
3168
|
} from '../icons/chart-bar';
|
|
3155
|
-
// ChartBarBig aliases
|
|
3156
|
-
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3157
|
-
export {
|
|
3158
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
3159
|
-
default as BarChartHorizontalBigIcon
|
|
3160
|
-
} from '../icons/chart-bar-big';
|
|
3161
3169
|
// ChartColumnBig aliases
|
|
3162
3170
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3163
3171
|
export {
|
|
3164
3172
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. */
|
|
3165
3173
|
default as BarChartBigIcon
|
|
3166
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';
|
|
3167
3181
|
// ChartColumnIncreasing aliases
|
|
3168
3182
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3169
3183
|
export {
|
|
@@ -3176,24 +3190,18 @@ export {
|
|
|
3176
3190
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. */
|
|
3177
3191
|
default as BarChart3Icon
|
|
3178
3192
|
} from '../icons/chart-column';
|
|
3179
|
-
//
|
|
3180
|
-
export { default as
|
|
3193
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
3194
|
+
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3181
3195
|
export {
|
|
3182
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3183
|
-
default as
|
|
3184
|
-
} from '../icons/chart-
|
|
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';
|
|
3185
3199
|
// ChartLine aliases
|
|
3186
3200
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3187
3201
|
export {
|
|
3188
3202
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3189
3203
|
default as LineChartIcon
|
|
3190
3204
|
} from '../icons/chart-line';
|
|
3191
|
-
// ChartNoAxesColumnIncreasing aliases
|
|
3192
|
-
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3193
|
-
export {
|
|
3194
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
|
|
3195
|
-
default as BarChartIcon
|
|
3196
|
-
} from '../icons/chart-no-axes-column-increasing';
|
|
3197
3205
|
// ChartNoAxesColumn aliases
|
|
3198
3206
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3199
3207
|
export {
|
|
@@ -3236,6 +3244,12 @@ export {
|
|
|
3236
3244
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. */
|
|
3237
3245
|
default as ArrowLeftCircleIcon
|
|
3238
3246
|
} from '../icons/circle-arrow-left';
|
|
3247
|
+
// CircleArrowOutDownLeft aliases
|
|
3248
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3249
|
+
export {
|
|
3250
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
|
|
3251
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3252
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3239
3253
|
// CircleArrowOutDownRight aliases
|
|
3240
3254
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3241
3255
|
export {
|
|
@@ -3248,42 +3262,24 @@ export {
|
|
|
3248
3262
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
3249
3263
|
default as ArrowUpRightFromCircleIcon
|
|
3250
3264
|
} from '../icons/circle-arrow-out-up-right';
|
|
3251
|
-
// CircleArrowOutUpLeft aliases
|
|
3252
|
-
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3253
|
-
export {
|
|
3254
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
|
|
3255
|
-
default as ArrowUpLeftFromCircleIcon
|
|
3256
|
-
} from '../icons/circle-arrow-out-up-left';
|
|
3257
|
-
// CircleArrowOutDownLeft aliases
|
|
3258
|
-
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3259
|
-
export {
|
|
3260
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
|
|
3261
|
-
default as ArrowDownLeftFromCircleIcon
|
|
3262
|
-
} from '../icons/circle-arrow-out-down-left';
|
|
3263
3265
|
// CircleArrowRight aliases
|
|
3264
3266
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3265
3267
|
export {
|
|
3266
3268
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3267
3269
|
default as ArrowRightCircleIcon
|
|
3268
3270
|
} 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';
|
|
3269
3277
|
// CircleArrowUp aliases
|
|
3270
3278
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3271
3279
|
export {
|
|
3272
3280
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
3273
3281
|
default as ArrowUpCircleIcon
|
|
3274
3282
|
} from '../icons/circle-arrow-up';
|
|
3275
|
-
// CircleCheckBig aliases
|
|
3276
|
-
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3277
|
-
export {
|
|
3278
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
3279
|
-
default as CheckCircleIcon
|
|
3280
|
-
} from '../icons/circle-check-big';
|
|
3281
|
-
// CircleChevronDown aliases
|
|
3282
|
-
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3283
|
-
export {
|
|
3284
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
3285
|
-
default as ChevronDownCircleIcon
|
|
3286
|
-
} from '../icons/circle-chevron-down';
|
|
3287
3283
|
// CircleCheck aliases
|
|
3288
3284
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3289
3285
|
export {
|
|
@@ -3296,12 +3292,18 @@ export {
|
|
|
3296
3292
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
3297
3293
|
default as ChevronLeftCircleIcon
|
|
3298
3294
|
} from '../icons/circle-chevron-left';
|
|
3299
|
-
//
|
|
3300
|
-
export { default as
|
|
3295
|
+
// CircleChevronDown aliases
|
|
3296
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3301
3297
|
export {
|
|
3302
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3303
|
-
default as
|
|
3304
|
-
} from '../icons/circle-chevron-
|
|
3298
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
3299
|
+
default as ChevronDownCircleIcon
|
|
3300
|
+
} from '../icons/circle-chevron-down';
|
|
3301
|
+
// CircleCheckBig aliases
|
|
3302
|
+
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3303
|
+
export {
|
|
3304
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
3305
|
+
default as CheckCircleIcon
|
|
3306
|
+
} from '../icons/circle-check-big';
|
|
3305
3307
|
// CircleChevronRight aliases
|
|
3306
3308
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3307
3309
|
export {
|
|
@@ -3314,30 +3316,30 @@ export {
|
|
|
3314
3316
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
|
|
3315
3317
|
default as DivideCircleIcon
|
|
3316
3318
|
} from '../icons/circle-divide';
|
|
3317
|
-
//
|
|
3318
|
-
export { default as
|
|
3319
|
+
// CircleChevronUp aliases
|
|
3320
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3319
3321
|
export {
|
|
3320
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3321
|
-
default as
|
|
3322
|
-
} from '../icons/circle-
|
|
3322
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. */
|
|
3323
|
+
default as ChevronUpCircleIcon
|
|
3324
|
+
} from '../icons/circle-chevron-up';
|
|
3323
3325
|
// CircleMinus aliases
|
|
3324
3326
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3325
3327
|
export {
|
|
3326
3328
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
|
|
3327
3329
|
default as MinusCircleIcon
|
|
3328
3330
|
} from '../icons/circle-minus';
|
|
3331
|
+
// CircleGauge aliases
|
|
3332
|
+
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3333
|
+
export {
|
|
3334
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
|
|
3335
|
+
default as GaugeCircleIcon
|
|
3336
|
+
} from '../icons/circle-gauge';
|
|
3329
3337
|
// CircleParkingOff aliases
|
|
3330
3338
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3331
3339
|
export {
|
|
3332
3340
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
|
|
3333
3341
|
default as ParkingCircleOffIcon
|
|
3334
3342
|
} from '../icons/circle-parking-off';
|
|
3335
|
-
// CirclePause aliases
|
|
3336
|
-
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3337
|
-
export {
|
|
3338
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
|
|
3339
|
-
default as PauseCircleIcon
|
|
3340
|
-
} from '../icons/circle-pause';
|
|
3341
3343
|
// CircleParking aliases
|
|
3342
3344
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3343
3345
|
export {
|
|
@@ -3362,6 +3364,12 @@ export {
|
|
|
3362
3364
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3363
3365
|
default as PlusCircleIcon
|
|
3364
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';
|
|
3365
3373
|
// CirclePower aliases
|
|
3366
3374
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3367
3375
|
export {
|
|
@@ -3396,24 +3404,30 @@ export {
|
|
|
3396
3404
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
3397
3405
|
default as UserCircle2Icon
|
|
3398
3406
|
} from '../icons/circle-user-round';
|
|
3399
|
-
// CircleX aliases
|
|
3400
|
-
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3401
|
-
export {
|
|
3402
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. */
|
|
3403
|
-
default as XCircleIcon
|
|
3404
|
-
} from '../icons/circle-x';
|
|
3405
3407
|
// CircleUser aliases
|
|
3406
3408
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3407
3409
|
export {
|
|
3408
3410
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. */
|
|
3409
3411
|
default as UserCircleIcon
|
|
3410
3412
|
} from '../icons/circle-user';
|
|
3413
|
+
// CircleX aliases
|
|
3414
|
+
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3415
|
+
export {
|
|
3416
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. */
|
|
3417
|
+
default as XCircleIcon
|
|
3418
|
+
} from '../icons/circle-x';
|
|
3411
3419
|
// ClipboardPenLine aliases
|
|
3412
3420
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3413
3421
|
export {
|
|
3414
3422
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. */
|
|
3415
3423
|
default as ClipboardSignatureIcon
|
|
3416
3424
|
} 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';
|
|
3417
3431
|
// ClipboardPen aliases
|
|
3418
3432
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3419
3433
|
export {
|
|
@@ -3426,18 +3440,22 @@ export {
|
|
|
3426
3440
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. */
|
|
3427
3441
|
default as UploadCloudIcon
|
|
3428
3442
|
} from '../icons/cloud-upload';
|
|
3429
|
-
// CloudDownload aliases
|
|
3430
|
-
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3431
|
-
export {
|
|
3432
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. */
|
|
3433
|
-
default as DownloadCloudIcon
|
|
3434
|
-
} from '../icons/cloud-download';
|
|
3435
3443
|
// CodeXml aliases
|
|
3436
3444
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3437
3445
|
export {
|
|
3438
3446
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. */
|
|
3439
3447
|
default as Code2Icon
|
|
3440
3448
|
} from '../icons/code-xml';
|
|
3449
|
+
// Columns3Cog aliases
|
|
3450
|
+
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3451
|
+
export {
|
|
3452
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
|
|
3453
|
+
default as ColumnsSettingsIcon
|
|
3454
|
+
} from '../icons/columns-3-cog';
|
|
3455
|
+
export {
|
|
3456
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
|
|
3457
|
+
default as TableConfigIcon
|
|
3458
|
+
} from '../icons/columns-3-cog';
|
|
3441
3459
|
// Columns2 aliases
|
|
3442
3460
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3443
3461
|
export {
|
|
@@ -3450,16 +3468,6 @@ export {
|
|
|
3450
3468
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. */
|
|
3451
3469
|
default as PanelsLeftRightIcon
|
|
3452
3470
|
} from '../icons/columns-3';
|
|
3453
|
-
// Columns3Cog aliases
|
|
3454
|
-
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3455
|
-
export {
|
|
3456
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
|
|
3457
|
-
default as ColumnsSettingsIcon
|
|
3458
|
-
} from '../icons/columns-3-cog';
|
|
3459
|
-
export {
|
|
3460
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
|
|
3461
|
-
default as TableConfigIcon
|
|
3462
|
-
} from '../icons/columns-3-cog';
|
|
3463
3471
|
// ContactRound aliases
|
|
3464
3472
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3465
3473
|
export {
|
|
@@ -3472,12 +3480,6 @@ export {
|
|
|
3472
3480
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
|
|
3473
3481
|
default as PercentDiamondIcon
|
|
3474
3482
|
} from '../icons/diamond-percent';
|
|
3475
|
-
// EllipsisVertical aliases
|
|
3476
|
-
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3477
|
-
export {
|
|
3478
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
|
|
3479
|
-
default as MoreVerticalIcon
|
|
3480
|
-
} from '../icons/ellipsis-vertical';
|
|
3481
3483
|
// Earth aliases
|
|
3482
3484
|
export { default as EarthIcon } from '../icons/earth';
|
|
3483
3485
|
export {
|
|
@@ -3496,18 +3498,18 @@ export {
|
|
|
3496
3498
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
3497
3499
|
default as FileAxis3DIcon
|
|
3498
3500
|
} from '../icons/file-axis-3d';
|
|
3501
|
+
// EllipsisVertical aliases
|
|
3502
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3503
|
+
export {
|
|
3504
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
|
|
3505
|
+
default as MoreVerticalIcon
|
|
3506
|
+
} from '../icons/ellipsis-vertical';
|
|
3499
3507
|
// FileBadge aliases
|
|
3500
3508
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3501
3509
|
export {
|
|
3502
3510
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
|
|
3503
3511
|
default as FileBadge2Icon
|
|
3504
3512
|
} from '../icons/file-badge';
|
|
3505
|
-
// FileBracesCorner aliases
|
|
3506
|
-
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3507
|
-
export {
|
|
3508
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
|
|
3509
|
-
default as FileJson2Icon
|
|
3510
|
-
} from '../icons/file-braces-corner';
|
|
3511
3513
|
// FileBraces aliases
|
|
3512
3514
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3513
3515
|
export {
|
|
@@ -3520,6 +3522,12 @@ export {
|
|
|
3520
3522
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
|
|
3521
3523
|
default as FileBarChartIcon
|
|
3522
3524
|
} 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';
|
|
3523
3531
|
// FileChartColumn aliases
|
|
3524
3532
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3525
3533
|
export {
|
|
@@ -3556,6 +3564,12 @@ export {
|
|
|
3556
3564
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
3557
3565
|
default as FileCog2Icon
|
|
3558
3566
|
} from '../icons/file-cog';
|
|
3567
|
+
// FileExclamationPoint aliases
|
|
3568
|
+
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3569
|
+
export {
|
|
3570
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
|
|
3571
|
+
default as FileWarningIcon
|
|
3572
|
+
} from '../icons/file-exclamation-point';
|
|
3559
3573
|
// FileHeadphone aliases
|
|
3560
3574
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3561
3575
|
export {
|
|
@@ -3566,18 +3580,6 @@ export {
|
|
|
3566
3580
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. */
|
|
3567
3581
|
default as FileAudio2Icon
|
|
3568
3582
|
} from '../icons/file-headphone';
|
|
3569
|
-
// FileExclamationPoint aliases
|
|
3570
|
-
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3571
|
-
export {
|
|
3572
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
|
|
3573
|
-
default as FileWarningIcon
|
|
3574
|
-
} from '../icons/file-exclamation-point';
|
|
3575
|
-
// FileMinusCorner aliases
|
|
3576
|
-
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3577
|
-
export {
|
|
3578
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3579
|
-
default as FileMinus2Icon
|
|
3580
|
-
} from '../icons/file-minus-corner';
|
|
3581
3583
|
// FileLock aliases
|
|
3582
3584
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3583
3585
|
export {
|
|
@@ -3590,42 +3592,48 @@ export {
|
|
|
3590
3592
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
|
|
3591
3593
|
default as FileKey2Icon
|
|
3592
3594
|
} from '../icons/file-key';
|
|
3593
|
-
//
|
|
3594
|
-
export { default as
|
|
3595
|
+
// FileMinusCorner aliases
|
|
3596
|
+
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3595
3597
|
export {
|
|
3596
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3597
|
-
default as
|
|
3598
|
-
} from '../icons/file-
|
|
3598
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3599
|
+
default as FileMinus2Icon
|
|
3600
|
+
} from '../icons/file-minus-corner';
|
|
3599
3601
|
// FilePen aliases
|
|
3600
3602
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3601
3603
|
export {
|
|
3602
3604
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
3603
3605
|
default as FileEditIcon
|
|
3604
3606
|
} from '../icons/file-pen';
|
|
3605
|
-
// FilePlusCorner aliases
|
|
3606
|
-
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3607
|
-
export {
|
|
3608
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
3609
|
-
default as FilePlus2Icon
|
|
3610
|
-
} from '../icons/file-plus-corner';
|
|
3611
3607
|
// FilePlay aliases
|
|
3612
3608
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3613
3609
|
export {
|
|
3614
3610
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
3615
3611
|
default as FileVideoIcon
|
|
3616
3612
|
} from '../icons/file-play';
|
|
3617
|
-
//
|
|
3618
|
-
export { default as
|
|
3613
|
+
// FilePenLine aliases
|
|
3614
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3619
3615
|
export {
|
|
3620
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3621
|
-
default as
|
|
3622
|
-
} from '../icons/file-
|
|
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
|
+
// FilePlusCorner aliases
|
|
3620
|
+
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3621
|
+
export {
|
|
3622
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
3623
|
+
default as FilePlus2Icon
|
|
3624
|
+
} from '../icons/file-plus-corner';
|
|
3623
3625
|
// FileQuestionMark aliases
|
|
3624
3626
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3625
3627
|
export {
|
|
3626
3628
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
|
|
3627
3629
|
default as FileQuestionIcon
|
|
3628
3630
|
} from '../icons/file-question-mark';
|
|
3631
|
+
// FileSearchCorner aliases
|
|
3632
|
+
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3633
|
+
export {
|
|
3634
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
|
|
3635
|
+
default as FileSearch2Icon
|
|
3636
|
+
} from '../icons/file-search-corner';
|
|
3629
3637
|
// FileSignal aliases
|
|
3630
3638
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3631
3639
|
export {
|
|
@@ -3644,6 +3652,12 @@ export {
|
|
|
3644
3652
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
3645
3653
|
default as FileVideo2Icon
|
|
3646
3654
|
} from '../icons/file-video-camera';
|
|
3655
|
+
// FolderCog aliases
|
|
3656
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3657
|
+
export {
|
|
3658
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
|
|
3659
|
+
default as FolderCog2Icon
|
|
3660
|
+
} from '../icons/folder-cog';
|
|
3647
3661
|
// FileXCorner aliases
|
|
3648
3662
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3649
3663
|
export {
|
|
@@ -3656,12 +3670,6 @@ export {
|
|
|
3656
3670
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. */
|
|
3657
3671
|
default as FingerprintIcon
|
|
3658
3672
|
} from '../icons/fingerprint-pattern';
|
|
3659
|
-
// FolderCog aliases
|
|
3660
|
-
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3661
|
-
export {
|
|
3662
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
|
|
3663
|
-
default as FolderCog2Icon
|
|
3664
|
-
} from '../icons/folder-cog';
|
|
3665
3673
|
// FolderPen aliases
|
|
3666
3674
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3667
3675
|
export {
|
|
@@ -3698,18 +3706,18 @@ export {
|
|
|
3698
3706
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. */
|
|
3699
3707
|
default as Grid2X2PlusIcon
|
|
3700
3708
|
} from '../icons/grid-2x2-plus';
|
|
3701
|
-
// Grid2x2X aliases
|
|
3702
|
-
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3703
|
-
export {
|
|
3704
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. */
|
|
3705
|
-
default as Grid2X2XIcon
|
|
3706
|
-
} from '../icons/grid-2x2-x';
|
|
3707
3709
|
// Grid2x2 aliases
|
|
3708
3710
|
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3709
3711
|
export {
|
|
3710
3712
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
|
|
3711
3713
|
default as Grid2X2Icon
|
|
3712
3714
|
} from '../icons/grid-2x2';
|
|
3715
|
+
// Grid2x2X aliases
|
|
3716
|
+
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3717
|
+
export {
|
|
3718
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. */
|
|
3719
|
+
default as Grid2X2XIcon
|
|
3720
|
+
} from '../icons/grid-2x2-x';
|
|
3713
3721
|
// Grid3x3 aliases
|
|
3714
3722
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3715
3723
|
export {
|
|
@@ -3720,12 +3728,6 @@ export {
|
|
|
3720
3728
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
|
|
3721
3729
|
default as Grid3X3Icon
|
|
3722
3730
|
} from '../icons/grid-3x3';
|
|
3723
|
-
// HandHelping aliases
|
|
3724
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3725
|
-
export {
|
|
3726
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
3727
|
-
default as HelpingHandIcon
|
|
3728
|
-
} from '../icons/hand-helping';
|
|
3729
3731
|
// HandGrab aliases
|
|
3730
3732
|
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3731
3733
|
export {
|
|
@@ -3744,6 +3746,12 @@ export {
|
|
|
3744
3746
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
|
|
3745
3747
|
default as IceCream2Icon
|
|
3746
3748
|
} from '../icons/ice-cream-bowl';
|
|
3749
|
+
// HandHelping aliases
|
|
3750
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3751
|
+
export {
|
|
3752
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
3753
|
+
default as HelpingHandIcon
|
|
3754
|
+
} from '../icons/hand-helping';
|
|
3747
3755
|
// IceCreamCone aliases
|
|
3748
3756
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3749
3757
|
export {
|
|
@@ -3756,6 +3764,12 @@ export {
|
|
|
3756
3764
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
3757
3765
|
default as Laptop2Icon
|
|
3758
3766
|
} from '../icons/laptop-minimal';
|
|
3767
|
+
// Layers aliases
|
|
3768
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3769
|
+
export {
|
|
3770
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
3771
|
+
default as Layers3Icon
|
|
3772
|
+
} from '../icons/layers';
|
|
3759
3773
|
// ListIndentDecrease aliases
|
|
3760
3774
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3761
3775
|
export {
|
|
@@ -3766,12 +3780,6 @@ export {
|
|
|
3766
3780
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. */
|
|
3767
3781
|
default as IndentDecreaseIcon
|
|
3768
3782
|
} from '../icons/list-indent-decrease';
|
|
3769
|
-
// Layers aliases
|
|
3770
|
-
export { default as LayersIcon } from '../icons/layers';
|
|
3771
|
-
export {
|
|
3772
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
3773
|
-
default as Layers3Icon
|
|
3774
|
-
} from '../icons/layers';
|
|
3775
3783
|
// ListIndentIncrease aliases
|
|
3776
3784
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3777
3785
|
export {
|
|
@@ -3806,18 +3814,18 @@ export {
|
|
|
3806
3814
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. */
|
|
3807
3815
|
default as MailQuestionIcon
|
|
3808
3816
|
} from '../icons/mail-question-mark';
|
|
3809
|
-
// MapPinPen aliases
|
|
3810
|
-
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3811
|
-
export {
|
|
3812
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. */
|
|
3813
|
-
default as LocationEditIcon
|
|
3814
|
-
} from '../icons/map-pin-pen';
|
|
3815
3817
|
// MessageCircleQuestionMark aliases
|
|
3816
3818
|
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3817
3819
|
export {
|
|
3818
3820
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. */
|
|
3819
3821
|
default as MessageCircleQuestionIcon
|
|
3820
3822
|
} from '../icons/message-circle-question-mark';
|
|
3823
|
+
// MapPinPen aliases
|
|
3824
|
+
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3825
|
+
export {
|
|
3826
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. */
|
|
3827
|
+
default as LocationEditIcon
|
|
3828
|
+
} from '../icons/map-pin-pen';
|
|
3821
3829
|
// MicSignal aliases
|
|
3822
3830
|
export { default as MicSignalIcon } from '../icons/mic-signal';
|
|
3823
3831
|
export {
|
|
@@ -3842,18 +3850,18 @@ export {
|
|
|
3842
3850
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
3843
3851
|
default as AlertOctagonIcon
|
|
3844
3852
|
} from '../icons/octagon-alert';
|
|
3845
|
-
// OctagonPause aliases
|
|
3846
|
-
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3847
|
-
export {
|
|
3848
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
3849
|
-
default as PauseOctagonIcon
|
|
3850
|
-
} from '../icons/octagon-pause';
|
|
3851
3853
|
// OctagonX aliases
|
|
3852
3854
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3853
3855
|
export {
|
|
3854
3856
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. */
|
|
3855
3857
|
default as XOctagonIcon
|
|
3856
3858
|
} 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';
|
|
3857
3865
|
// PaintbrushVertical aliases
|
|
3858
3866
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3859
3867
|
export {
|
|
@@ -3866,6 +3874,12 @@ export {
|
|
|
3866
3874
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
|
|
3867
3875
|
default as PanelBottomInactiveIcon
|
|
3868
3876
|
} from '../icons/panel-bottom-dashed';
|
|
3877
|
+
// PanelLeftClose aliases
|
|
3878
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3879
|
+
export {
|
|
3880
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
3881
|
+
default as SidebarCloseIcon
|
|
3882
|
+
} from '../icons/panel-left-close';
|
|
3869
3883
|
// PanelLeftOpen aliases
|
|
3870
3884
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3871
3885
|
export {
|
|
@@ -3884,18 +3898,18 @@ export {
|
|
|
3884
3898
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
3885
3899
|
default as SidebarIcon
|
|
3886
3900
|
} from '../icons/panel-left';
|
|
3887
|
-
// PanelLeftClose aliases
|
|
3888
|
-
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3889
|
-
export {
|
|
3890
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
3891
|
-
default as SidebarCloseIcon
|
|
3892
|
-
} from '../icons/panel-left-close';
|
|
3893
3901
|
// PanelRightDashed aliases
|
|
3894
3902
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3895
3903
|
export {
|
|
3896
3904
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. */
|
|
3897
3905
|
default as PanelRightInactiveIcon
|
|
3898
3906
|
} from '../icons/panel-right-dashed';
|
|
3907
|
+
// PanelTopDashed aliases
|
|
3908
|
+
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3909
|
+
export {
|
|
3910
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
|
|
3911
|
+
default as PanelTopInactiveIcon
|
|
3912
|
+
} from '../icons/panel-top-dashed';
|
|
3899
3913
|
// PanelsTopLeft aliases
|
|
3900
3914
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3901
3915
|
export {
|
|
@@ -3908,12 +3922,6 @@ export {
|
|
|
3908
3922
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. */
|
|
3909
3923
|
default as Edit3Icon
|
|
3910
3924
|
} from '../icons/pen-line';
|
|
3911
|
-
// PanelTopDashed aliases
|
|
3912
|
-
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3913
|
-
export {
|
|
3914
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
|
|
3915
|
-
default as PanelTopInactiveIcon
|
|
3916
|
-
} from '../icons/panel-top-dashed';
|
|
3917
3925
|
// Pen aliases
|
|
3918
3926
|
export { default as PenIcon } from '../icons/pen';
|
|
3919
3927
|
export {
|
|
@@ -3968,12 +3976,12 @@ export {
|
|
|
3968
3976
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. */
|
|
3969
3977
|
default as SendHorizonalIcon
|
|
3970
3978
|
} from '../icons/send-horizontal';
|
|
3971
|
-
//
|
|
3972
|
-
export { default as
|
|
3979
|
+
// ShieldX aliases
|
|
3980
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3973
3981
|
export {
|
|
3974
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3975
|
-
default as
|
|
3976
|
-
} from '../icons/shield-
|
|
3982
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
3983
|
+
default as ShieldCloseIcon
|
|
3984
|
+
} from '../icons/shield-x';
|
|
3977
3985
|
// SlidersVertical aliases
|
|
3978
3986
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3979
3987
|
export {
|
|
@@ -3986,18 +3994,18 @@ export {
|
|
|
3986
3994
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
3987
3995
|
default as StarsIcon
|
|
3988
3996
|
} from '../icons/sparkles';
|
|
3989
|
-
// ShieldX aliases
|
|
3990
|
-
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3991
|
-
export {
|
|
3992
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
3993
|
-
default as ShieldCloseIcon
|
|
3994
|
-
} from '../icons/shield-x';
|
|
3995
3997
|
// SquareActivity aliases
|
|
3996
3998
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3997
3999
|
export {
|
|
3998
4000
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
|
|
3999
4001
|
default as ActivitySquareIcon
|
|
4000
4002
|
} 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';
|
|
4001
4009
|
// SquareArrowDownLeft aliases
|
|
4002
4010
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
4003
4011
|
export {
|
|
@@ -4022,24 +4030,30 @@ export {
|
|
|
4022
4030
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
4023
4031
|
default as ArrowLeftSquareIcon
|
|
4024
4032
|
} from '../icons/square-arrow-left';
|
|
4025
|
-
// SquareArrowOutDownRight aliases
|
|
4026
|
-
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
4027
|
-
export {
|
|
4028
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
|
|
4029
|
-
default as ArrowDownRightFromSquareIcon
|
|
4030
|
-
} from '../icons/square-arrow-out-down-right';
|
|
4031
4033
|
// SquareArrowOutDownLeft aliases
|
|
4032
4034
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
4033
4035
|
export {
|
|
4034
4036
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
4035
4037
|
default as ArrowDownLeftFromSquareIcon
|
|
4036
4038
|
} from '../icons/square-arrow-out-down-left';
|
|
4039
|
+
// SquareArrowOutDownRight aliases
|
|
4040
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
4041
|
+
export {
|
|
4042
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
|
|
4043
|
+
default as ArrowDownRightFromSquareIcon
|
|
4044
|
+
} from '../icons/square-arrow-out-down-right';
|
|
4037
4045
|
// SquareArrowOutUpLeft aliases
|
|
4038
4046
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
4039
4047
|
export {
|
|
4040
4048
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
4041
4049
|
default as ArrowUpLeftFromSquareIcon
|
|
4042
4050
|
} 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';
|
|
4043
4057
|
// SquareArrowOutUpRight aliases
|
|
4044
4058
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
4045
4059
|
export {
|
|
@@ -4052,12 +4066,6 @@ export {
|
|
|
4052
4066
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
4053
4067
|
default as ArrowRightSquareIcon
|
|
4054
4068
|
} from '../icons/square-arrow-right';
|
|
4055
|
-
// SquareArrowUpLeft aliases
|
|
4056
|
-
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4057
|
-
export {
|
|
4058
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
4059
|
-
default as ArrowUpLeftSquareIcon
|
|
4060
|
-
} from '../icons/square-arrow-up-left';
|
|
4061
4069
|
// SquareArrowUpRight aliases
|
|
4062
4070
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
4063
4071
|
export {
|
|
@@ -4088,18 +4096,6 @@ export {
|
|
|
4088
4096
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
|
|
4089
4097
|
default as FlipHorizontalIcon
|
|
4090
4098
|
} from '../icons/square-centerline-dashed-horizontal';
|
|
4091
|
-
// SquareCenterlineDashedVertical aliases
|
|
4092
|
-
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
4093
|
-
export {
|
|
4094
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
4095
|
-
default as FlipVerticalIcon
|
|
4096
|
-
} from '../icons/square-centerline-dashed-vertical';
|
|
4097
|
-
// SquareCheck aliases
|
|
4098
|
-
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4099
|
-
export {
|
|
4100
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4101
|
-
default as CheckSquare2Icon
|
|
4102
|
-
} from '../icons/square-check';
|
|
4103
4099
|
// SquareChartGantt aliases
|
|
4104
4100
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4105
4101
|
export {
|
|
@@ -4110,6 +4106,12 @@ export {
|
|
|
4110
4106
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4111
4107
|
default as SquareGanttChartIcon
|
|
4112
4108
|
} 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';
|
|
4113
4115
|
// SquareCheckBig aliases
|
|
4114
4116
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4115
4117
|
export {
|
|
@@ -4122,42 +4124,60 @@ export {
|
|
|
4122
4124
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
4123
4125
|
default as ChevronDownSquareIcon
|
|
4124
4126
|
} from '../icons/square-chevron-down';
|
|
4127
|
+
// SquareCheck aliases
|
|
4128
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4129
|
+
export {
|
|
4130
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4131
|
+
default as CheckSquare2Icon
|
|
4132
|
+
} from '../icons/square-check';
|
|
4125
4133
|
// SquareChevronLeft aliases
|
|
4126
4134
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4127
4135
|
export {
|
|
4128
4136
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
4129
4137
|
default as ChevronLeftSquareIcon
|
|
4130
4138
|
} 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';
|
|
4131
4145
|
// SquareChevronRight aliases
|
|
4132
4146
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4133
4147
|
export {
|
|
4134
4148
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
4135
4149
|
default as ChevronRightSquareIcon
|
|
4136
4150
|
} from '../icons/square-chevron-right';
|
|
4137
|
-
// SquareCode aliases
|
|
4138
|
-
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4139
|
-
export {
|
|
4140
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
|
|
4141
|
-
default as CodeSquareIcon
|
|
4142
|
-
} from '../icons/square-code';
|
|
4143
4151
|
// SquareDashedKanban aliases
|
|
4144
4152
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4145
4153
|
export {
|
|
4146
4154
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
4147
4155
|
default as KanbanSquareDashedIcon
|
|
4148
4156
|
} from '../icons/square-dashed-kanban';
|
|
4149
|
-
//
|
|
4150
|
-
export { default as
|
|
4157
|
+
// SquareCode aliases
|
|
4158
|
+
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4151
4159
|
export {
|
|
4152
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4153
|
-
default as
|
|
4154
|
-
} from '../icons/square-
|
|
4160
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
|
|
4161
|
+
default as CodeSquareIcon
|
|
4162
|
+
} from '../icons/square-code';
|
|
4155
4163
|
// SquareDashedMousePointer aliases
|
|
4156
4164
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4157
4165
|
export {
|
|
4158
4166
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. */
|
|
4159
4167
|
default as MousePointerSquareDashedIcon
|
|
4160
4168
|
} from '../icons/square-dashed-mouse-pointer';
|
|
4169
|
+
// SquareDashed aliases
|
|
4170
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4171
|
+
export {
|
|
4172
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
4173
|
+
default as BoxSelectIcon
|
|
4174
|
+
} from '../icons/square-dashed';
|
|
4175
|
+
// SquareDivide aliases
|
|
4176
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4177
|
+
export {
|
|
4178
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
4179
|
+
default as DivideSquareIcon
|
|
4180
|
+
} from '../icons/square-divide';
|
|
4161
4181
|
// SquareDashedText aliases
|
|
4162
4182
|
export { default as SquareDashedTextIcon } from '../icons/square-dashed-text';
|
|
4163
4183
|
export {
|
|
@@ -4168,48 +4188,36 @@ export {
|
|
|
4168
4188
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
|
|
4169
4189
|
default as TextSelectIcon
|
|
4170
4190
|
} from '../icons/square-dashed-text';
|
|
4171
|
-
// SquareDot aliases
|
|
4172
|
-
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4173
|
-
export {
|
|
4174
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
|
|
4175
|
-
default as DotSquareIcon
|
|
4176
|
-
} from '../icons/square-dot';
|
|
4177
|
-
// SquareDivide aliases
|
|
4178
|
-
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4179
|
-
export {
|
|
4180
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
4181
|
-
default as DivideSquareIcon
|
|
4182
|
-
} from '../icons/square-divide';
|
|
4183
|
-
// SquareDashed aliases
|
|
4184
|
-
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4185
|
-
export {
|
|
4186
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
4187
|
-
default as BoxSelectIcon
|
|
4188
|
-
} from '../icons/square-dashed';
|
|
4189
4191
|
// SquareEqual aliases
|
|
4190
4192
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4191
4193
|
export {
|
|
4192
4194
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
4193
4195
|
default as EqualSquareIcon
|
|
4194
4196
|
} 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';
|
|
4195
4203
|
// SquareFunction aliases
|
|
4196
4204
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4197
4205
|
export {
|
|
4198
4206
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. */
|
|
4199
4207
|
default as FunctionSquareIcon
|
|
4200
4208
|
} from '../icons/square-function';
|
|
4201
|
-
// SquareKanban aliases
|
|
4202
|
-
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4203
|
-
export {
|
|
4204
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
|
|
4205
|
-
default as KanbanSquareIcon
|
|
4206
|
-
} from '../icons/square-kanban';
|
|
4207
4209
|
// SquareLibrary aliases
|
|
4208
4210
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4209
4211
|
export {
|
|
4210
4212
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
|
|
4211
4213
|
default as LibrarySquareIcon
|
|
4212
4214
|
} from '../icons/square-library';
|
|
4215
|
+
// SquareKanban aliases
|
|
4216
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4217
|
+
export {
|
|
4218
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
|
|
4219
|
+
default as KanbanSquareIcon
|
|
4220
|
+
} from '../icons/square-kanban';
|
|
4213
4221
|
// SquareM aliases
|
|
4214
4222
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4215
4223
|
export {
|
|
@@ -4260,18 +4268,18 @@ export {
|
|
|
4260
4268
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
4261
4269
|
default as PenSquareIcon
|
|
4262
4270
|
} from '../icons/square-pen';
|
|
4263
|
-
// SquarePi aliases
|
|
4264
|
-
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4265
|
-
export {
|
|
4266
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
4267
|
-
default as PiSquareIcon
|
|
4268
|
-
} from '../icons/square-pi';
|
|
4269
4271
|
// SquarePercent aliases
|
|
4270
4272
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4271
4273
|
export {
|
|
4272
4274
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
|
|
4273
4275
|
default as PercentSquareIcon
|
|
4274
4276
|
} from '../icons/square-percent';
|
|
4277
|
+
// SquarePi aliases
|
|
4278
|
+
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4279
|
+
export {
|
|
4280
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
4281
|
+
default as PiSquareIcon
|
|
4282
|
+
} from '../icons/square-pi';
|
|
4275
4283
|
// SquarePilcrow aliases
|
|
4276
4284
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4277
4285
|
export {
|
|
@@ -4296,6 +4304,12 @@ export {
|
|
|
4296
4304
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
|
|
4297
4305
|
default as PowerSquareIcon
|
|
4298
4306
|
} 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';
|
|
4299
4313
|
// SquareSigma aliases
|
|
4300
4314
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4301
4315
|
export {
|
|
@@ -4308,12 +4322,12 @@ export {
|
|
|
4308
4322
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
4309
4323
|
default as SlashSquareIcon
|
|
4310
4324
|
} from '../icons/square-slash';
|
|
4311
|
-
//
|
|
4312
|
-
export { default as
|
|
4325
|
+
// SquareSplitHorizontal aliases
|
|
4326
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4313
4327
|
export {
|
|
4314
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4315
|
-
default as
|
|
4316
|
-
} from '../icons/square-
|
|
4328
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
4329
|
+
default as SplitSquareHorizontalIcon
|
|
4330
|
+
} from '../icons/square-split-horizontal';
|
|
4317
4331
|
// SquareSplitVertical aliases
|
|
4318
4332
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4319
4333
|
export {
|
|
@@ -4326,42 +4340,36 @@ export {
|
|
|
4326
4340
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
|
|
4327
4341
|
default as TerminalSquareIcon
|
|
4328
4342
|
} from '../icons/square-terminal';
|
|
4329
|
-
// SquareSplitHorizontal aliases
|
|
4330
|
-
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4331
|
-
export {
|
|
4332
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
4333
|
-
default as SplitSquareHorizontalIcon
|
|
4334
|
-
} from '../icons/square-split-horizontal';
|
|
4335
4343
|
// SquareUserRound aliases
|
|
4336
4344
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4337
4345
|
export {
|
|
4338
4346
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. */
|
|
4339
4347
|
default as UserSquare2Icon
|
|
4340
4348
|
} from '../icons/square-user-round';
|
|
4341
|
-
// SquareUser aliases
|
|
4342
|
-
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4343
|
-
export {
|
|
4344
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4345
|
-
default as UserSquareIcon
|
|
4346
|
-
} from '../icons/square-user';
|
|
4347
4349
|
// SquareX aliases
|
|
4348
4350
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4349
4351
|
export {
|
|
4350
4352
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. */
|
|
4351
4353
|
default as XSquareIcon
|
|
4352
4354
|
} from '../icons/square-x';
|
|
4355
|
+
// TestTubeDiagonal aliases
|
|
4356
|
+
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4357
|
+
export {
|
|
4358
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. */
|
|
4359
|
+
default as TestTube2Icon
|
|
4360
|
+
} from '../icons/test-tube-diagonal';
|
|
4353
4361
|
// TextAlignCenter aliases
|
|
4354
4362
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4355
4363
|
export {
|
|
4356
4364
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
|
|
4357
4365
|
default as AlignCenterIcon
|
|
4358
4366
|
} from '../icons/text-align-center';
|
|
4359
|
-
//
|
|
4360
|
-
export { default as
|
|
4367
|
+
// SquareUser aliases
|
|
4368
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4361
4369
|
export {
|
|
4362
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4363
|
-
default as
|
|
4364
|
-
} from '../icons/
|
|
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';
|
|
4365
4373
|
// TextAlignEnd aliases
|
|
4366
4374
|
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4367
4375
|
export {
|
|
@@ -4384,30 +4392,24 @@ export {
|
|
|
4384
4392
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
|
|
4385
4393
|
default as AlignLeftIcon
|
|
4386
4394
|
} from '../icons/text-align-start';
|
|
4387
|
-
// TextInitial aliases
|
|
4388
|
-
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4389
|
-
export {
|
|
4390
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4391
|
-
default as LetterTextIcon
|
|
4392
|
-
} from '../icons/text-initial';
|
|
4393
4395
|
// TextWrap aliases
|
|
4394
4396
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4395
4397
|
export {
|
|
4396
4398
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4397
4399
|
default as WrapTextIcon
|
|
4398
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';
|
|
4399
4407
|
// TramFront aliases
|
|
4400
4408
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4401
4409
|
export {
|
|
4402
4410
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
4403
4411
|
default as TrainIcon
|
|
4404
4412
|
} from '../icons/tram-front';
|
|
4405
|
-
// TreePalm aliases
|
|
4406
|
-
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4407
|
-
export {
|
|
4408
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4409
|
-
default as PalmtreeIcon
|
|
4410
|
-
} from '../icons/tree-palm';
|
|
4411
4413
|
// TriangleAlert aliases
|
|
4412
4414
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4413
4415
|
export {
|
|
@@ -4426,30 +4428,42 @@ export {
|
|
|
4426
4428
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
|
|
4427
4429
|
default as UserCheck2Icon
|
|
4428
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';
|
|
4429
4437
|
// University aliases
|
|
4430
4438
|
export { default as UniversityIcon } from '../icons/university';
|
|
4431
4439
|
export {
|
|
4432
4440
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
|
|
4433
4441
|
default as School2Icon
|
|
4434
4442
|
} from '../icons/university';
|
|
4435
|
-
// UserRoundCog aliases
|
|
4436
|
-
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4437
|
-
export {
|
|
4438
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
|
|
4439
|
-
default as UserCog2Icon
|
|
4440
|
-
} from '../icons/user-round-cog';
|
|
4441
4443
|
// UserRoundMinus aliases
|
|
4442
4444
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4443
4445
|
export {
|
|
4444
4446
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. */
|
|
4445
4447
|
default as UserMinus2Icon
|
|
4446
4448
|
} from '../icons/user-round-minus';
|
|
4449
|
+
// UserRoundCog aliases
|
|
4450
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4451
|
+
export {
|
|
4452
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
|
|
4453
|
+
default as UserCog2Icon
|
|
4454
|
+
} from '../icons/user-round-cog';
|
|
4447
4455
|
// UserRoundPlus aliases
|
|
4448
4456
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4449
4457
|
export {
|
|
4450
4458
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. */
|
|
4451
4459
|
default as UserPlus2Icon
|
|
4452
4460
|
} 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';
|
|
4453
4467
|
// UserRoundX aliases
|
|
4454
4468
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4455
4469
|
export {
|
|
@@ -4462,40 +4476,34 @@ export {
|
|
|
4462
4476
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
|
|
4463
4477
|
default as Users2Icon
|
|
4464
4478
|
} from '../icons/users-round';
|
|
4465
|
-
//
|
|
4466
|
-
export { default as
|
|
4479
|
+
// UtensilsCrossed aliases
|
|
4480
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4467
4481
|
export {
|
|
4468
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4469
|
-
default as
|
|
4470
|
-
} from '../icons/
|
|
4482
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
|
|
4483
|
+
default as ForkKnifeCrossedIcon
|
|
4484
|
+
} from '../icons/utensils-crossed';
|
|
4471
4485
|
// Utensils aliases
|
|
4472
4486
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4473
4487
|
export {
|
|
4474
4488
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
4475
4489
|
default as ForkKnifeIcon
|
|
4476
4490
|
} from '../icons/utensils';
|
|
4477
|
-
// UtensilsCrossed aliases
|
|
4478
|
-
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4479
|
-
export {
|
|
4480
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
|
|
4481
|
-
default as ForkKnifeCrossedIcon
|
|
4482
|
-
} from '../icons/utensils-crossed';
|
|
4483
4491
|
// WalletMinimal aliases
|
|
4484
4492
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4485
4493
|
export {
|
|
4486
4494
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
4487
4495
|
default as Wallet2Icon
|
|
4488
4496
|
} from '../icons/wallet-minimal';
|
|
4489
|
-
// WandSparkles aliases
|
|
4490
|
-
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4491
|
-
export {
|
|
4492
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
4493
|
-
default as Wand2Icon
|
|
4494
|
-
} from '../icons/wand-sparkles';
|
|
4495
4497
|
// WavesHorizontal aliases
|
|
4496
4498
|
export { default as WavesHorizontalIcon } from '../icons/waves-horizontal';
|
|
4497
4499
|
export {
|
|
4498
4500
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. */
|
|
4499
4501
|
default as WavesIcon
|
|
4500
4502
|
} from '../icons/waves-horizontal';
|
|
4503
|
+
// WandSparkles aliases
|
|
4504
|
+
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4505
|
+
export {
|
|
4506
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
4507
|
+
default as Wand2Icon
|
|
4508
|
+
} from '../icons/wand-sparkles';
|
|
4501
4509
|
|