@lucide/astro 1.34.0 → 1.35.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 +158 -158
- package/src/aliases/prefixed.ts +688 -680
- package/src/aliases/suffixed.ts +1011 -1003
- package/src/icons/galaxy.ts +18 -0
- package/src/icons/ghost.ts +2 -2
- package/src/icons/index.ts +206 -202
- package/src/icons/robot-arm.ts +18 -0
- package/src/icons/ship-cargo.ts +18 -0
- package/src/icons/ship.ts +2 -2
- package/src/icons/trailer.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -6,22 +6,22 @@ export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
|
6
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
7
|
// Accessibility aliases
|
|
8
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
|
-
// Activity aliases
|
|
10
|
-
export { default as ActivityIcon } from '../icons/activity';
|
|
11
9
|
// Ad aliases
|
|
12
10
|
export { default as AdIcon } from '../icons/ad';
|
|
13
11
|
// AirVent aliases
|
|
14
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
|
+
// Activity aliases
|
|
14
|
+
export { default as ActivityIcon } from '../icons/activity';
|
|
15
15
|
// Airplay aliases
|
|
16
16
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
17
17
|
// AlarmClockOff aliases
|
|
18
18
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
19
19
|
// AlarmClock aliases
|
|
20
20
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
|
-
// Album aliases
|
|
22
|
-
export { default as AlbumIcon } from '../icons/album';
|
|
23
21
|
// AlarmSmoke aliases
|
|
24
22
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
23
|
+
// Album aliases
|
|
24
|
+
export { default as AlbumIcon } from '../icons/album';
|
|
25
25
|
// AlignCenterHorizontal aliases
|
|
26
26
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
27
|
// AlignCenterVertical aliases
|
|
@@ -30,28 +30,28 @@ 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';
|
|
33
35
|
// AlignHorizontalDistributeEnd aliases
|
|
34
36
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
37
|
// AlignHorizontalJustifyCenter aliases
|
|
36
38
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
37
|
-
// AlignHorizontalDistributeCenter aliases
|
|
38
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
39
39
|
// AlignHorizontalDistributeStart aliases
|
|
40
40
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
41
|
-
// AlignHorizontalJustifyStart aliases
|
|
42
|
-
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
41
|
// AlignHorizontalJustifyEnd aliases
|
|
44
42
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
45
|
-
//
|
|
46
|
-
export { default as
|
|
43
|
+
// AlignHorizontalJustifyStart aliases
|
|
44
|
+
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
47
45
|
// AlignHorizontalSpaceAround aliases
|
|
48
46
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
|
+
// AlignHorizontalSpaceBetween aliases
|
|
48
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
49
|
// AlignStartHorizontal aliases
|
|
50
50
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
51
|
-
// AlignVerticalDistributeCenter aliases
|
|
52
|
-
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
51
|
// AlignStartVertical aliases
|
|
54
52
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
53
|
+
// AlignVerticalDistributeCenter aliases
|
|
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
57
|
// AlignVerticalDistributeStart aliases
|
|
@@ -62,90 +62,90 @@ export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertic
|
|
|
62
62
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
63
63
|
// AlignVerticalSpaceAround aliases
|
|
64
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
|
-
// AlignVerticalJustifyStart aliases
|
|
66
|
-
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
67
|
-
// Ambulance aliases
|
|
68
|
-
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
65
|
// AlignVerticalSpaceBetween aliases
|
|
70
66
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
71
|
-
//
|
|
72
|
-
export { default as
|
|
73
|
-
//
|
|
74
|
-
export { default as
|
|
67
|
+
// Ambulance aliases
|
|
68
|
+
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
|
+
// AlignVerticalJustifyStart aliases
|
|
70
|
+
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
75
71
|
// Ampersand aliases
|
|
76
72
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
|
+
// Ampersands aliases
|
|
74
|
+
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
75
|
+
// Amphora aliases
|
|
76
|
+
export { default as AmphoraIcon } from '../icons/amphora';
|
|
77
77
|
// Anchor aliases
|
|
78
78
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
79
79
|
// Angle aliases
|
|
80
80
|
export { default as AngleIcon } from '../icons/angle';
|
|
81
|
-
// Antenna aliases
|
|
82
|
-
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
81
|
// Anvil aliases
|
|
84
82
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
83
|
+
// Antenna aliases
|
|
84
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
85
|
+
// AppWindowMac aliases
|
|
86
|
+
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
85
87
|
// Aperture aliases
|
|
86
88
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
89
|
// AppWindow aliases
|
|
88
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
89
|
-
// AppWindowMac aliases
|
|
90
|
-
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
91
|
-
// Apple aliases
|
|
92
|
-
export { default as AppleIcon } from '../icons/apple';
|
|
93
91
|
// ArchiveRestore aliases
|
|
94
92
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
|
-
//
|
|
96
|
-
export { default as
|
|
93
|
+
// Apple aliases
|
|
94
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
97
95
|
// Archive aliases
|
|
98
96
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
97
|
+
// ArchiveX aliases
|
|
98
|
+
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
99
99
|
// Armchair aliases
|
|
100
100
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
101
|
// ArrowBigDownDash aliases
|
|
102
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
|
+
// ArrowBigDown aliases
|
|
104
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
103
105
|
// ArrowBigLeftDash aliases
|
|
104
106
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
105
107
|
// ArrowBigLeft aliases
|
|
106
108
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
107
109
|
// ArrowBigRightDash aliases
|
|
108
110
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
109
|
-
// ArrowBigDown aliases
|
|
110
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
111
|
-
// ArrowBigUp aliases
|
|
112
|
-
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
113
|
-
// ArrowBigUpDash aliases
|
|
114
|
-
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
111
|
// ArrowBigRight aliases
|
|
116
112
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
|
+
// ArrowBigUpDash aliases
|
|
114
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
117
115
|
// ArrowDownFromLine aliases
|
|
118
116
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
119
|
-
//
|
|
120
|
-
export { default as
|
|
117
|
+
// ArrowBigUp aliases
|
|
118
|
+
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
121
119
|
// ArrowDownLeft aliases
|
|
122
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
123
|
-
//
|
|
124
|
-
export { default as
|
|
121
|
+
// ArrowDownNarrowWide aliases
|
|
122
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
125
123
|
// ArrowDownToDot aliases
|
|
126
124
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
127
|
-
//
|
|
128
|
-
export { default as
|
|
125
|
+
// ArrowDownRight aliases
|
|
126
|
+
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
129
127
|
// ArrowDownToLine aliases
|
|
130
128
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
131
|
-
//
|
|
132
|
-
export { default as
|
|
133
|
-
// ArrowLeftRight aliases
|
|
134
|
-
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
129
|
+
// ArrowDownUp aliases
|
|
130
|
+
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
135
131
|
// ArrowDown aliases
|
|
136
132
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
133
|
+
// ArrowLeftRight aliases
|
|
134
|
+
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
135
|
+
// ArrowLeftFromLine aliases
|
|
136
|
+
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
137
137
|
// ArrowLeftToLine aliases
|
|
138
138
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
|
-
// ArrowRightLeft aliases
|
|
140
|
-
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
141
139
|
// ArrowRightFromLine aliases
|
|
142
140
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
141
|
// ArrowLeft aliases
|
|
144
142
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
145
|
-
// ArrowRight aliases
|
|
146
|
-
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
147
143
|
// ArrowRightToLine aliases
|
|
148
144
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
145
|
+
// ArrowRight aliases
|
|
146
|
+
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
147
|
+
// ArrowRightLeft aliases
|
|
148
|
+
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
149
149
|
// ArrowUpDown aliases
|
|
150
150
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
151
|
// ArrowUpFromDot aliases
|
|
@@ -158,76 +158,74 @@ export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
|
158
158
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
159
|
// ArrowUpToLine aliases
|
|
160
160
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
|
-
// ArrowUpWideNarrow aliases
|
|
162
|
-
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
163
161
|
// ArrowUp aliases
|
|
164
162
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
163
|
+
// ArrowUpWideNarrow aliases
|
|
164
|
+
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
165
165
|
// ArrowsUpFromLine aliases
|
|
166
166
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
167
|
// Asterisk aliases
|
|
168
168
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
|
-
// AtSign aliases
|
|
170
|
-
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
169
|
// Astroid aliases
|
|
172
170
|
export { default as AstroidIcon } from '../icons/astroid';
|
|
171
|
+
// AtSign aliases
|
|
172
|
+
export { default as AtSignIcon } from '../icons/at-sign';
|
|
173
173
|
// Atom aliases
|
|
174
174
|
export { default as AtomIcon } from '../icons/atom';
|
|
175
|
-
// AudioLinesX aliases
|
|
176
|
-
export { default as AudioLinesXIcon } from '../icons/audio-lines-x';
|
|
177
175
|
// AudioLines aliases
|
|
178
176
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
179
|
-
// AudioWaveform aliases
|
|
180
|
-
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
181
177
|
// AudioLinesOff aliases
|
|
182
178
|
export { default as AudioLinesOffIcon } from '../icons/audio-lines-off';
|
|
179
|
+
// AudioWaveform aliases
|
|
180
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
183
181
|
// Award aliases
|
|
184
182
|
export { default as AwardIcon } from '../icons/award';
|
|
185
|
-
//
|
|
186
|
-
export { default as
|
|
187
|
-
// Backpack aliases
|
|
188
|
-
export { default as BackpackIcon } from '../icons/backpack';
|
|
183
|
+
// AudioLinesX aliases
|
|
184
|
+
export { default as AudioLinesXIcon } from '../icons/audio-lines-x';
|
|
189
185
|
// Axe aliases
|
|
190
186
|
export { default as AxeIcon } from '../icons/axe';
|
|
191
|
-
//
|
|
192
|
-
export { default as
|
|
187
|
+
// Backpack aliases
|
|
188
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
193
189
|
// BadgeAlert aliases
|
|
194
190
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
191
|
+
// Baby aliases
|
|
192
|
+
export { default as BabyIcon } from '../icons/baby';
|
|
193
|
+
// BadgeCent aliases
|
|
194
|
+
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
195
195
|
// BadgeDollarSign aliases
|
|
196
196
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
197
|
-
// BadgeEuro aliases
|
|
198
|
-
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
199
197
|
// BadgeIndianRupee aliases
|
|
200
198
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
201
199
|
// BadgeInfo aliases
|
|
202
200
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
203
201
|
// BadgeJapaneseYen aliases
|
|
204
202
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
203
|
+
// BadgeEuro aliases
|
|
204
|
+
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
205
|
+
// BadgePlus aliases
|
|
206
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
205
207
|
// BadgePercent aliases
|
|
206
208
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
207
209
|
// BadgeMinus aliases
|
|
208
210
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
211
|
+
// BadgeSwissFranc aliases
|
|
212
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
209
213
|
// BadgePoundSterling aliases
|
|
210
214
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
211
215
|
// BadgeRussianRuble aliases
|
|
212
216
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
213
|
-
// BadgePlus aliases
|
|
214
|
-
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
215
217
|
// BadgeTurkishLira aliases
|
|
216
218
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
217
|
-
// BadgeSwissFranc aliases
|
|
218
|
-
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
219
219
|
// BadgeX aliases
|
|
220
220
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
221
|
-
// BaggageClaim aliases
|
|
222
|
-
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
223
221
|
// Badge aliases
|
|
224
222
|
export { default as BadgeIcon } from '../icons/badge';
|
|
223
|
+
// BaggageClaim aliases
|
|
224
|
+
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
225
225
|
// Balloon aliases
|
|
226
226
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
227
227
|
// Ban aliases
|
|
228
228
|
export { default as BanIcon } from '../icons/ban';
|
|
229
|
-
// Banana aliases
|
|
230
|
-
export { default as BananaIcon } from '../icons/banana';
|
|
231
229
|
// Bandage aliases
|
|
232
230
|
export { default as BandageIcon } from '../icons/bandage';
|
|
233
231
|
// BanknoteArrowDown aliases
|
|
@@ -236,36 +234,38 @@ export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
|
236
234
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
237
235
|
// BanknoteCheck aliases
|
|
238
236
|
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
237
|
+
// Banana aliases
|
|
238
|
+
export { default as BananaIcon } from '../icons/banana';
|
|
239
|
+
// Banknote aliases
|
|
240
|
+
export { default as BanknoteIcon } from '../icons/banknote';
|
|
239
241
|
// BanknoteX aliases
|
|
240
242
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
241
243
|
// Barcode aliases
|
|
242
244
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
|
-
// Banknote aliases
|
|
244
|
-
export { default as BanknoteIcon } from '../icons/banknote';
|
|
245
|
-
// Barrel aliases
|
|
246
|
-
export { default as BarrelIcon } from '../icons/barrel';
|
|
247
245
|
// Baseline aliases
|
|
248
246
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
247
|
+
// Barrel aliases
|
|
248
|
+
export { default as BarrelIcon } from '../icons/barrel';
|
|
249
249
|
// Bath aliases
|
|
250
250
|
export { default as BathIcon } from '../icons/bath';
|
|
251
|
-
// BatteryCharging aliases
|
|
252
|
-
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
253
251
|
// BatteryFull aliases
|
|
254
252
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
253
|
+
// BatteryCharging aliases
|
|
254
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
255
255
|
// BatteryLow aliases
|
|
256
256
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
257
257
|
// BatteryMedium aliases
|
|
258
258
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
259
259
|
// BatteryPlus aliases
|
|
260
260
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
261
|
+
// BatteryWarning aliases
|
|
262
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
261
263
|
// Battery aliases
|
|
262
264
|
export { default as BatteryIcon } from '../icons/battery';
|
|
263
|
-
// Beaker aliases
|
|
264
|
-
export { default as BeakerIcon } from '../icons/beaker';
|
|
265
265
|
// BeanOff aliases
|
|
266
266
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
267
|
-
//
|
|
268
|
-
export { default as
|
|
267
|
+
// Beaker aliases
|
|
268
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
269
269
|
// Bean aliases
|
|
270
270
|
export { default as BeanIcon } from '../icons/bean';
|
|
271
271
|
// BedDouble aliases
|
|
@@ -280,106 +280,106 @@ export { default as BeefOffIcon } from '../icons/beef-off';
|
|
|
280
280
|
export { default as BeefIcon } from '../icons/beef';
|
|
281
281
|
// BeerOff aliases
|
|
282
282
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
283
|
+
// Beer aliases
|
|
284
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
283
285
|
// BellCheck aliases
|
|
284
286
|
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
285
287
|
// BellElectric aliases
|
|
286
288
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
287
|
-
// BellDot aliases
|
|
288
|
-
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
289
|
-
// BellMinus aliases
|
|
290
|
-
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
291
289
|
// BellOff aliases
|
|
292
290
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
293
|
-
//
|
|
294
|
-
export { default as
|
|
295
|
-
//
|
|
296
|
-
export { default as
|
|
291
|
+
// BellMinus aliases
|
|
292
|
+
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
293
|
+
// BellDot aliases
|
|
294
|
+
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
297
295
|
// BellRing aliases
|
|
298
296
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
299
|
-
//
|
|
300
|
-
export { default as
|
|
297
|
+
// BellPlus aliases
|
|
298
|
+
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
301
299
|
// Bell aliases
|
|
302
300
|
export { default as BellIcon } from '../icons/bell';
|
|
303
301
|
// BetweenVerticalEnd aliases
|
|
304
302
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
303
|
+
// BetweenVerticalStart aliases
|
|
304
|
+
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
305
305
|
// BicepsFlexed aliases
|
|
306
306
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
307
307
|
// Bike aliases
|
|
308
308
|
export { default as BikeIcon } from '../icons/bike';
|
|
309
|
-
//
|
|
310
|
-
export { default as
|
|
309
|
+
// Binoculars aliases
|
|
310
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
311
311
|
// Biohazard aliases
|
|
312
312
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
313
|
+
// Binary aliases
|
|
314
|
+
export { default as BinaryIcon } from '../icons/binary';
|
|
313
315
|
// Bird aliases
|
|
314
316
|
export { default as BirdIcon } from '../icons/bird';
|
|
315
|
-
// Binoculars aliases
|
|
316
|
-
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
317
317
|
// Birdhouse aliases
|
|
318
318
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
319
319
|
// Bitcoin aliases
|
|
320
320
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
321
321
|
// Blend aliases
|
|
322
322
|
export { default as BlendIcon } from '../icons/blend';
|
|
323
|
-
// Blender aliases
|
|
324
|
-
export { default as BlenderIcon } from '../icons/blender';
|
|
325
323
|
// Blinds aliases
|
|
326
324
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
327
325
|
// Blocks aliases
|
|
328
326
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
329
327
|
// BluetoothConnected aliases
|
|
330
328
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
329
|
+
// Blender aliases
|
|
330
|
+
export { default as BlenderIcon } from '../icons/blender';
|
|
331
331
|
// BluetoothOff aliases
|
|
332
332
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
333
|
-
// Bluetooth aliases
|
|
334
|
-
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
335
333
|
// BluetoothSearching aliases
|
|
336
334
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
335
|
+
// Bluetooth aliases
|
|
336
|
+
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
337
|
+
// Bold aliases
|
|
338
|
+
export { default as BoldIcon } from '../icons/bold';
|
|
337
339
|
// Bolt aliases
|
|
338
340
|
export { default as BoltIcon } from '../icons/bolt';
|
|
339
341
|
// Bomb aliases
|
|
340
342
|
export { default as BombIcon } from '../icons/bomb';
|
|
341
343
|
// BoneFracture aliases
|
|
342
344
|
export { default as BoneFractureIcon } from '../icons/bone-fracture';
|
|
343
|
-
// Bold aliases
|
|
344
|
-
export { default as BoldIcon } from '../icons/bold';
|
|
345
345
|
// Bone aliases
|
|
346
346
|
export { default as BoneIcon } from '../icons/bone';
|
|
347
347
|
// BookA aliases
|
|
348
348
|
export { default as BookAIcon } from '../icons/book-a';
|
|
349
349
|
// BookAlert aliases
|
|
350
350
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
351
|
-
// BookAudio aliases
|
|
352
|
-
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
353
351
|
// BookCheck aliases
|
|
354
352
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
355
|
-
// BookDown aliases
|
|
356
|
-
export { default as BookDownIcon } from '../icons/book-down';
|
|
357
353
|
// BookCopy aliases
|
|
358
354
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
359
|
-
//
|
|
360
|
-
export { default as
|
|
355
|
+
// BookAudio aliases
|
|
356
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
357
|
+
// BookDown aliases
|
|
358
|
+
export { default as BookDownIcon } from '../icons/book-down';
|
|
361
359
|
// BookHeart aliases
|
|
362
360
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
363
361
|
// BookImage aliases
|
|
364
362
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
365
|
-
//
|
|
366
|
-
export { default as
|
|
363
|
+
// BookHeadphones aliases
|
|
364
|
+
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
367
365
|
// BookKey aliases
|
|
368
366
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
367
|
+
// BookLock aliases
|
|
368
|
+
export { default as BookLockIcon } from '../icons/book-lock';
|
|
369
369
|
// BookMinus aliases
|
|
370
370
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
371
|
-
// BookMarked aliases
|
|
372
|
-
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
373
371
|
// BookOpenCheck aliases
|
|
374
372
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
373
|
+
// BookMarked aliases
|
|
374
|
+
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
375
375
|
// BookOpenText aliases
|
|
376
376
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
377
|
-
// BookPlus aliases
|
|
378
|
-
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
379
377
|
// BookOpen aliases
|
|
380
378
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
381
379
|
// BookSearch aliases
|
|
382
380
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
381
|
+
// BookPlus aliases
|
|
382
|
+
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
383
383
|
// BookText aliases
|
|
384
384
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
385
385
|
// BookType aliases
|
|
@@ -388,38 +388,38 @@ export { default as BookTypeIcon } from '../icons/book-type';
|
|
|
388
388
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
389
389
|
// BookUp aliases
|
|
390
390
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
391
|
-
// BookUser aliases
|
|
392
|
-
export { default as BookUserIcon } from '../icons/book-user';
|
|
393
391
|
// BookX aliases
|
|
394
392
|
export { default as BookXIcon } from '../icons/book-x';
|
|
393
|
+
// BookUser aliases
|
|
394
|
+
export { default as BookUserIcon } from '../icons/book-user';
|
|
395
395
|
// Book aliases
|
|
396
396
|
export { default as BookIcon } from '../icons/book';
|
|
397
397
|
// BookmarkCheck aliases
|
|
398
398
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
399
|
-
// BookmarkOff aliases
|
|
400
|
-
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
401
|
-
// BookmarkPlus aliases
|
|
402
|
-
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
403
399
|
// BookmarkMinus aliases
|
|
404
400
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
401
|
+
// BookmarkPlus aliases
|
|
402
|
+
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
405
403
|
// BookmarkX aliases
|
|
406
404
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
405
|
+
// BookmarkOff aliases
|
|
406
|
+
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
407
|
+
// Bookmark aliases
|
|
408
|
+
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
407
409
|
// BoomBox aliases
|
|
408
410
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
409
411
|
// BotMessageSquare aliases
|
|
410
412
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
411
|
-
// Bookmark aliases
|
|
412
|
-
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
413
413
|
// BotOff aliases
|
|
414
414
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
415
415
|
// Bot aliases
|
|
416
416
|
export { default as BotIcon } from '../icons/bot';
|
|
417
417
|
// BottleWine aliases
|
|
418
418
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
419
|
-
// Box aliases
|
|
420
|
-
export { default as BoxIcon } from '../icons/box';
|
|
421
419
|
// BowArrow aliases
|
|
422
420
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
421
|
+
// Box aliases
|
|
422
|
+
export { default as BoxIcon } from '../icons/box';
|
|
423
423
|
// Boxes aliases
|
|
424
424
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
425
425
|
// Brackets aliases
|
|
@@ -434,22 +434,22 @@ export { default as BrainIcon } from '../icons/brain';
|
|
|
434
434
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
435
435
|
// BrickWallShield aliases
|
|
436
436
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
437
|
-
// BrickWall aliases
|
|
438
|
-
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
439
437
|
// BriefcaseBusiness aliases
|
|
440
438
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
439
|
+
// BrickWall aliases
|
|
440
|
+
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
441
441
|
// BriefcaseConveyorBelt aliases
|
|
442
442
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
443
|
-
// Briefcase aliases
|
|
444
|
-
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
445
443
|
// BriefcaseMedical aliases
|
|
446
444
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
447
|
-
//
|
|
448
|
-
export { default as
|
|
445
|
+
// Briefcase aliases
|
|
446
|
+
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
449
447
|
// BringToFront aliases
|
|
450
448
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
451
449
|
// BroomSparkles aliases
|
|
452
450
|
export { default as BroomSparklesIcon } from '../icons/broom-sparkles';
|
|
451
|
+
// Broccoli aliases
|
|
452
|
+
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
453
453
|
// Broom aliases
|
|
454
454
|
export { default as BroomIcon } from '../icons/broom';
|
|
455
455
|
// BrushCleaning aliases
|
|
@@ -460,48 +460,48 @@ export { default as BrushIcon } from '../icons/brush';
|
|
|
460
460
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
461
461
|
// BugOff aliases
|
|
462
462
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
463
|
-
// Building2 aliases
|
|
464
|
-
export { default as Building2Icon } from '../icons/building-2';
|
|
465
|
-
// Bug aliases
|
|
466
|
-
export { default as BugIcon } from '../icons/bug';
|
|
467
463
|
// BugPlay aliases
|
|
468
464
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
469
465
|
// Building aliases
|
|
470
466
|
export { default as BuildingIcon } from '../icons/building';
|
|
467
|
+
// Building2 aliases
|
|
468
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
469
|
+
// Bug aliases
|
|
470
|
+
export { default as BugIcon } from '../icons/bug';
|
|
471
471
|
// BusFront aliases
|
|
472
472
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
473
473
|
// CableCar aliases
|
|
474
474
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
475
475
|
// Bus aliases
|
|
476
476
|
export { default as BusIcon } from '../icons/bus';
|
|
477
|
-
// CakeSlice aliases
|
|
478
|
-
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
479
477
|
// Cable aliases
|
|
480
478
|
export { default as CableIcon } from '../icons/cable';
|
|
479
|
+
// CakeSlice aliases
|
|
480
|
+
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
481
481
|
// Cake aliases
|
|
482
482
|
export { default as CakeIcon } from '../icons/cake';
|
|
483
483
|
// Calculator aliases
|
|
484
484
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
485
485
|
// Calendar1 aliases
|
|
486
486
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
487
|
-
// CalendarArrowDown aliases
|
|
488
|
-
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
489
487
|
// CalendarArrowUp aliases
|
|
490
488
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
489
|
+
// CalendarArrowDown aliases
|
|
490
|
+
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
491
491
|
// CalendarCheck2 aliases
|
|
492
492
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
493
493
|
// CalendarCheck aliases
|
|
494
494
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
495
495
|
// CalendarClock aliases
|
|
496
496
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
497
|
-
// CalendarDays aliases
|
|
498
|
-
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
499
|
-
// CalendarFold aliases
|
|
500
|
-
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
501
497
|
// CalendarCog aliases
|
|
502
498
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
499
|
+
// CalendarDays aliases
|
|
500
|
+
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
503
501
|
// CalendarHeart aliases
|
|
504
502
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
503
|
+
// CalendarFold aliases
|
|
504
|
+
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
505
505
|
// CalendarMinus2 aliases
|
|
506
506
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
507
507
|
// CalendarMinus aliases
|
|
@@ -510,66 +510,66 @@ export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
|
510
510
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
511
511
|
// CalendarPlus2 aliases
|
|
512
512
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
513
|
+
// CalendarPlus aliases
|
|
514
|
+
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
513
515
|
// CalendarRange aliases
|
|
514
516
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
515
517
|
// CalendarSearch aliases
|
|
516
518
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
517
|
-
// CalendarPlus aliases
|
|
518
|
-
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
519
519
|
// CalendarSync aliases
|
|
520
520
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
521
|
-
// CalendarX aliases
|
|
522
|
-
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
523
521
|
// CalendarX2 aliases
|
|
524
522
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
525
|
-
//
|
|
526
|
-
export { default as
|
|
527
|
-
// Camera aliases
|
|
528
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
523
|
+
// CalendarX aliases
|
|
524
|
+
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
529
525
|
// Calendar aliases
|
|
530
526
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
527
|
+
// CameraOff aliases
|
|
528
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
531
529
|
// Calendars aliases
|
|
532
530
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
531
|
+
// Camera aliases
|
|
532
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
533
533
|
// CandyCane aliases
|
|
534
534
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
535
535
|
// CandyOff aliases
|
|
536
536
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
537
537
|
// Candy aliases
|
|
538
538
|
export { default as CandyIcon } from '../icons/candy';
|
|
539
|
+
// Cannabis aliases
|
|
540
|
+
export { default as CannabisIcon } from '../icons/cannabis';
|
|
539
541
|
// CannabisOff aliases
|
|
540
542
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
541
543
|
// CaptionsOff aliases
|
|
542
544
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
543
|
-
// Cannabis aliases
|
|
544
|
-
export { default as CannabisIcon } from '../icons/cannabis';
|
|
545
545
|
// CarBattery aliases
|
|
546
546
|
export { default as CarBatteryIcon } from '../icons/car-battery';
|
|
547
|
-
// CarTaxiFront aliases
|
|
548
|
-
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
549
547
|
// CarFront aliases
|
|
550
548
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
551
549
|
// Car aliases
|
|
552
550
|
export { default as CarIcon } from '../icons/car';
|
|
553
|
-
// Caravan aliases
|
|
554
|
-
export { default as CaravanIcon } from '../icons/caravan';
|
|
555
551
|
// CardSim aliases
|
|
556
552
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
553
|
+
// CarTaxiFront aliases
|
|
554
|
+
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
555
|
+
// Caravan aliases
|
|
556
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
557
557
|
// Carrot aliases
|
|
558
558
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
559
559
|
// CaseLower aliases
|
|
560
560
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
561
|
+
// CaseUpper aliases
|
|
562
|
+
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
561
563
|
// CaseSensitive aliases
|
|
562
564
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
563
565
|
// CassetteTape aliases
|
|
564
566
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
565
|
-
// CaseUpper aliases
|
|
566
|
-
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
567
567
|
// Cast aliases
|
|
568
568
|
export { default as CastIcon } from '../icons/cast';
|
|
569
|
-
// Cat aliases
|
|
570
|
-
export { default as CatIcon } from '../icons/cat';
|
|
571
569
|
// Castle aliases
|
|
572
570
|
export { default as CastleIcon } from '../icons/castle';
|
|
571
|
+
// Cat aliases
|
|
572
|
+
export { default as CatIcon } from '../icons/cat';
|
|
573
573
|
// CctvOff aliases
|
|
574
574
|
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
575
575
|
// Cctv aliases
|
|
@@ -586,12 +586,12 @@ export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decr
|
|
|
586
586
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
587
587
|
// ChartGantt aliases
|
|
588
588
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
589
|
+
// ChartNetwork aliases
|
|
590
|
+
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
589
591
|
// ChartNoAxesColumnDecreasing aliases
|
|
590
592
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
591
593
|
// ChartNoAxesCombined aliases
|
|
592
594
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
593
|
-
// ChartNetwork aliases
|
|
594
|
-
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
595
595
|
// ChartSpline aliases
|
|
596
596
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
597
597
|
// CheckCheck aliases
|
|
@@ -606,18 +606,18 @@ export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
|
606
606
|
export { default as CherryIcon } from '../icons/cherry';
|
|
607
607
|
// ChessBishop aliases
|
|
608
608
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
609
|
-
// ChessKnight aliases
|
|
610
|
-
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
611
609
|
// ChessKing aliases
|
|
612
610
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
611
|
+
// ChessKnight aliases
|
|
612
|
+
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
613
613
|
// ChessPawn aliases
|
|
614
614
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
615
615
|
// ChessQueen aliases
|
|
616
616
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
617
|
-
// ChevronDown aliases
|
|
618
|
-
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
619
617
|
// ChessRook aliases
|
|
620
618
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
619
|
+
// ChevronDown aliases
|
|
620
|
+
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
621
621
|
// ChevronFirst aliases
|
|
622
622
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
623
623
|
// ChevronLeft aliases
|
|
@@ -648,20 +648,20 @@ export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
|
648
648
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
649
649
|
// Church aliases
|
|
650
650
|
export { default as ChurchIcon } from '../icons/church';
|
|
651
|
-
// Cigarette aliases
|
|
652
|
-
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
653
651
|
// CigaretteOff aliases
|
|
654
652
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
653
|
+
// Cigarette aliases
|
|
654
|
+
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
655
655
|
// CircleDashed aliases
|
|
656
656
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
657
657
|
// CircleDollarSign aliases
|
|
658
658
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
659
659
|
// CircleDotDashed aliases
|
|
660
660
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
661
|
-
// CircleEllipsis aliases
|
|
662
|
-
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
663
661
|
// CircleDot aliases
|
|
664
662
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
663
|
+
// CircleEllipsis aliases
|
|
664
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
665
665
|
// CircleEqual aliases
|
|
666
666
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
667
667
|
// CircleEuro aliases
|
|
@@ -674,84 +674,84 @@ export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
|
674
674
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
675
675
|
// CirclePile aliases
|
|
676
676
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
677
|
-
// CircleSlash aliases
|
|
678
|
-
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
679
677
|
// CirclePoundSterling aliases
|
|
680
678
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
681
|
-
//
|
|
682
|
-
export { default as
|
|
679
|
+
// CircleSlash aliases
|
|
680
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
683
681
|
// CircleStar aliases
|
|
684
682
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
685
|
-
//
|
|
686
|
-
export { default as
|
|
683
|
+
// CircleSmall aliases
|
|
684
|
+
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
687
685
|
// Circle aliases
|
|
688
686
|
export { default as CircleIcon } from '../icons/circle';
|
|
689
687
|
// Citrus aliases
|
|
690
688
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
691
|
-
// ClipboardCheck aliases
|
|
692
|
-
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
693
689
|
// Clapperboard aliases
|
|
694
690
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
695
|
-
//
|
|
696
|
-
export { default as
|
|
691
|
+
// CircuitBoard aliases
|
|
692
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
693
|
+
// ClipboardCheck aliases
|
|
694
|
+
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
697
695
|
// ClipboardCopy aliases
|
|
698
696
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
699
|
-
//
|
|
700
|
-
export { default as
|
|
697
|
+
// ClipboardClock aliases
|
|
698
|
+
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
701
699
|
// ClipboardList aliases
|
|
702
700
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
701
|
+
// ClipboardMinus aliases
|
|
702
|
+
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
703
703
|
// ClipboardPaste aliases
|
|
704
704
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
705
705
|
// ClipboardPlus aliases
|
|
706
706
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
707
|
-
// ClipboardType aliases
|
|
708
|
-
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
709
|
-
// Clipboard aliases
|
|
710
|
-
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
711
707
|
// ClipboardX aliases
|
|
712
708
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
709
|
+
// Clipboard aliases
|
|
710
|
+
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
713
711
|
// Clock1 aliases
|
|
714
712
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
713
|
+
// ClipboardType aliases
|
|
714
|
+
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
715
715
|
// Clock10 aliases
|
|
716
716
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
717
717
|
// Clock11 aliases
|
|
718
718
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
719
719
|
// Clock12 aliases
|
|
720
720
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
721
|
-
// Clock2 aliases
|
|
722
|
-
export { default as Clock2Icon } from '../icons/clock-2';
|
|
723
721
|
// Clock3 aliases
|
|
724
722
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
723
|
+
// Clock2 aliases
|
|
724
|
+
export { default as Clock2Icon } from '../icons/clock-2';
|
|
725
725
|
// Clock4 aliases
|
|
726
726
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
727
727
|
// Clock5 aliases
|
|
728
728
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
729
|
+
// Clock8 aliases
|
|
730
|
+
export { default as Clock8Icon } from '../icons/clock-8';
|
|
729
731
|
// Clock6 aliases
|
|
730
732
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
731
733
|
// Clock7 aliases
|
|
732
734
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
733
|
-
// Clock8 aliases
|
|
734
|
-
export { default as Clock8Icon } from '../icons/clock-8';
|
|
735
735
|
// Clock9 aliases
|
|
736
736
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
737
737
|
// ClockArrowDown aliases
|
|
738
738
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
739
739
|
// ClockAlert aliases
|
|
740
740
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
741
|
-
// ClockArrowRight aliases
|
|
742
|
-
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
743
741
|
// ClockArrowLeft aliases
|
|
744
742
|
export { default as ClockArrowLeftIcon } from '../icons/clock-arrow-left';
|
|
743
|
+
// ClockArrowRight aliases
|
|
744
|
+
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
745
745
|
// ClockArrowUp aliases
|
|
746
746
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
747
|
-
// ClockCheck aliases
|
|
748
|
-
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
749
747
|
// ClockFading aliases
|
|
750
748
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
751
|
-
// Clock aliases
|
|
752
|
-
export { default as ClockIcon } from '../icons/clock';
|
|
753
749
|
// ClockPlus aliases
|
|
754
750
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
751
|
+
// ClockCheck aliases
|
|
752
|
+
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
753
|
+
// Clock aliases
|
|
754
|
+
export { default as ClockIcon } from '../icons/clock';
|
|
755
755
|
// ClosedCaption aliases
|
|
756
756
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
757
757
|
// CloudAlert aliases
|
|
@@ -788,20 +788,20 @@ export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
|
788
788
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
789
789
|
// CloudSync aliases
|
|
790
790
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
791
|
-
// Cloud aliases
|
|
792
|
-
export { default as CloudIcon } from '../icons/cloud';
|
|
793
791
|
// Cloudy aliases
|
|
794
792
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
795
793
|
// Clover aliases
|
|
796
794
|
export { default as CloverIcon } from '../icons/clover';
|
|
795
|
+
// Cloud aliases
|
|
796
|
+
export { default as CloudIcon } from '../icons/cloud';
|
|
797
797
|
// Club aliases
|
|
798
798
|
export { default as ClubIcon } from '../icons/club';
|
|
799
799
|
// Code aliases
|
|
800
800
|
export { default as CodeIcon } from '../icons/code';
|
|
801
|
-
// Cog aliases
|
|
802
|
-
export { default as CogIcon } from '../icons/cog';
|
|
803
801
|
// Coffee aliases
|
|
804
802
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
803
|
+
// Cog aliases
|
|
804
|
+
export { default as CogIcon } from '../icons/cog';
|
|
805
805
|
// Coins aliases
|
|
806
806
|
export { default as CoinsIcon } from '../icons/coins';
|
|
807
807
|
// Columns4 aliases
|
|
@@ -814,14 +814,14 @@ export { default as CommandIcon } from '../icons/command';
|
|
|
814
814
|
export { default as CompassIcon } from '../icons/compass';
|
|
815
815
|
// Component aliases
|
|
816
816
|
export { default as ComponentIcon } from '../icons/component';
|
|
817
|
-
// Computer aliases
|
|
818
|
-
export { default as ComputerIcon } from '../icons/computer';
|
|
819
817
|
// ConciergeBell aliases
|
|
820
818
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
821
819
|
// Cone aliases
|
|
822
820
|
export { default as ConeIcon } from '../icons/cone';
|
|
823
821
|
// Construction aliases
|
|
824
822
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
823
|
+
// Computer aliases
|
|
824
|
+
export { default as ComputerIcon } from '../icons/computer';
|
|
825
825
|
// Contact aliases
|
|
826
826
|
export { default as ContactIcon } from '../icons/contact';
|
|
827
827
|
// Container aliases
|
|
@@ -834,38 +834,38 @@ export { default as CookieIcon } from '../icons/cookie';
|
|
|
834
834
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
835
835
|
// CopyCheck aliases
|
|
836
836
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
837
|
-
// CopyPlus aliases
|
|
838
|
-
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
839
837
|
// CopyMinus aliases
|
|
840
838
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
841
839
|
// CopySlash aliases
|
|
842
840
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
841
|
+
// CopyPlus aliases
|
|
842
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
843
843
|
// CopyX aliases
|
|
844
844
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
845
|
-
// Copyright aliases
|
|
846
|
-
export { default as CopyrightIcon } from '../icons/copyright';
|
|
847
|
-
// Copy aliases
|
|
848
|
-
export { default as CopyIcon } from '../icons/copy';
|
|
849
845
|
// Copyleft aliases
|
|
850
846
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
847
|
+
// Copy aliases
|
|
848
|
+
export { default as CopyIcon } from '../icons/copy';
|
|
851
849
|
// CornerDownLeft aliases
|
|
852
850
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
853
|
-
//
|
|
854
|
-
export { default as
|
|
851
|
+
// Copyright aliases
|
|
852
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
855
853
|
// CornerLeftDown aliases
|
|
856
854
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
855
|
+
// CornerDownRight aliases
|
|
856
|
+
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
857
857
|
// CornerLeftUp aliases
|
|
858
858
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
859
859
|
// CornerRightDown aliases
|
|
860
860
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
861
|
+
// CornerUpLeft aliases
|
|
862
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
861
863
|
// CornerRightUp aliases
|
|
862
864
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
863
865
|
// CornerUpRight aliases
|
|
864
866
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
865
867
|
// Cpu aliases
|
|
866
868
|
export { default as CpuIcon } from '../icons/cpu';
|
|
867
|
-
// CornerUpLeft aliases
|
|
868
|
-
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
869
869
|
// CreativeCommons aliases
|
|
870
870
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
871
871
|
// CreditCard aliases
|
|
@@ -880,26 +880,26 @@ export { default as CrossIcon } from '../icons/cross';
|
|
|
880
880
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
881
881
|
// Crown aliases
|
|
882
882
|
export { default as CrownIcon } from '../icons/crown';
|
|
883
|
-
// CupSoda aliases
|
|
884
|
-
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
885
|
-
// Currency aliases
|
|
886
|
-
export { default as CurrencyIcon } from '../icons/currency';
|
|
887
883
|
// Cuboid aliases
|
|
888
884
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
889
|
-
//
|
|
890
|
-
export { default as
|
|
885
|
+
// CupSoda aliases
|
|
886
|
+
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
891
887
|
// Dam aliases
|
|
892
888
|
export { default as DamIcon } from '../icons/dam';
|
|
889
|
+
// Cylinder aliases
|
|
890
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
891
|
+
// Currency aliases
|
|
892
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
893
893
|
// DatabaseArrowDown aliases
|
|
894
894
|
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
895
895
|
// DatabaseArrowUp aliases
|
|
896
896
|
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
897
897
|
// DatabaseBackup aliases
|
|
898
898
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
899
|
-
// DatabaseMinus aliases
|
|
900
|
-
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
901
899
|
// DatabaseCheck aliases
|
|
902
900
|
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
901
|
+
// DatabaseMinus aliases
|
|
902
|
+
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
903
903
|
// DatabasePlus aliases
|
|
904
904
|
export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
905
905
|
// DatabaseSearch aliases
|
|
@@ -908,38 +908,38 @@ export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
|
908
908
|
export { default as DatabaseXIcon } from '../icons/database-x';
|
|
909
909
|
// DatabaseZap aliases
|
|
910
910
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
911
|
-
// DecimalsArrowLeft aliases
|
|
912
|
-
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
913
911
|
// Database aliases
|
|
914
912
|
export { default as DatabaseIcon } from '../icons/database';
|
|
913
|
+
// DecimalsArrowLeft aliases
|
|
914
|
+
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
915
915
|
// DecimalsArrowRight aliases
|
|
916
916
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
917
917
|
// Delete aliases
|
|
918
918
|
export { default as DeleteIcon } from '../icons/delete';
|
|
919
|
-
// Diameter aliases
|
|
920
|
-
export { default as DiameterIcon } from '../icons/diameter';
|
|
921
919
|
// Dessert aliases
|
|
922
920
|
export { default as DessertIcon } from '../icons/dessert';
|
|
923
|
-
//
|
|
924
|
-
export { default as
|
|
925
|
-
// Diamond aliases
|
|
926
|
-
export { default as DiamondIcon } from '../icons/diamond';
|
|
921
|
+
// Diameter aliases
|
|
922
|
+
export { default as DiameterIcon } from '../icons/diameter';
|
|
927
923
|
// DiamondPlus aliases
|
|
928
924
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
925
|
+
// Diamond aliases
|
|
926
|
+
export { default as DiamondIcon } from '../icons/diamond';
|
|
927
|
+
// DiamondMinus aliases
|
|
928
|
+
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
929
929
|
// Dice1 aliases
|
|
930
930
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
931
931
|
// Dice2 aliases
|
|
932
932
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
933
|
-
// Dice5 aliases
|
|
934
|
-
export { default as Dice5Icon } from '../icons/dice-5';
|
|
935
|
-
// Dice4 aliases
|
|
936
|
-
export { default as Dice4Icon } from '../icons/dice-4';
|
|
937
933
|
// Dice3 aliases
|
|
938
934
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
939
|
-
//
|
|
940
|
-
export { default as
|
|
935
|
+
// Dice4 aliases
|
|
936
|
+
export { default as Dice4Icon } from '../icons/dice-4';
|
|
937
|
+
// Dice5 aliases
|
|
938
|
+
export { default as Dice5Icon } from '../icons/dice-5';
|
|
941
939
|
// Dices aliases
|
|
942
940
|
export { default as DicesIcon } from '../icons/dices';
|
|
941
|
+
// Dice6 aliases
|
|
942
|
+
export { default as Dice6Icon } from '../icons/dice-6';
|
|
943
943
|
// Diff aliases
|
|
944
944
|
export { default as DiffIcon } from '../icons/diff';
|
|
945
945
|
// Disc2 aliases
|
|
@@ -950,28 +950,28 @@ export { default as Disc3Icon } from '../icons/disc-3';
|
|
|
950
950
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
951
951
|
// Disc aliases
|
|
952
952
|
export { default as DiscIcon } from '../icons/disc';
|
|
953
|
-
// Divide aliases
|
|
954
|
-
export { default as DivideIcon } from '../icons/divide';
|
|
955
953
|
// DnaOff aliases
|
|
956
954
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
955
|
+
// Dna aliases
|
|
956
|
+
export { default as DnaIcon } from '../icons/dna';
|
|
957
|
+
// Divide aliases
|
|
958
|
+
export { default as DivideIcon } from '../icons/divide';
|
|
957
959
|
// Dock aliases
|
|
958
960
|
export { default as DockIcon } from '../icons/dock';
|
|
959
961
|
// Dog aliases
|
|
960
962
|
export { default as DogIcon } from '../icons/dog';
|
|
961
963
|
// DollarSign aliases
|
|
962
964
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
963
|
-
// Dna aliases
|
|
964
|
-
export { default as DnaIcon } from '../icons/dna';
|
|
965
965
|
// Donut aliases
|
|
966
966
|
export { default as DonutIcon } from '../icons/donut';
|
|
967
|
-
// DoorClosedLocked aliases
|
|
968
|
-
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
969
967
|
// DoorClosed aliases
|
|
970
968
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
971
|
-
//
|
|
972
|
-
export { default as
|
|
969
|
+
// DoorClosedLocked aliases
|
|
970
|
+
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
973
971
|
// Dot aliases
|
|
974
972
|
export { default as DotIcon } from '../icons/dot';
|
|
973
|
+
// DoorOpen aliases
|
|
974
|
+
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
975
975
|
// Download aliases
|
|
976
976
|
export { default as DownloadIcon } from '../icons/download';
|
|
977
977
|
// DraftingCompass aliases
|
|
@@ -994,100 +994,100 @@ export { default as DrumIcon } from '../icons/drum';
|
|
|
994
994
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
995
995
|
// Dumbbell aliases
|
|
996
996
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
997
|
-
// EarOff aliases
|
|
998
|
-
export { default as EarOffIcon } from '../icons/ear-off';
|
|
999
997
|
// Ear aliases
|
|
1000
998
|
export { default as EarIcon } from '../icons/ear';
|
|
999
|
+
// EarOff aliases
|
|
1000
|
+
export { default as EarOffIcon } from '../icons/ear-off';
|
|
1001
1001
|
// EarthLock aliases
|
|
1002
1002
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
1003
1003
|
// Eclipse aliases
|
|
1004
1004
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
1005
1005
|
// EggFried aliases
|
|
1006
1006
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
1007
|
+
// EggOff aliases
|
|
1008
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1007
1009
|
// Egg aliases
|
|
1008
1010
|
export { default as EggIcon } from '../icons/egg';
|
|
1009
1011
|
// Eject aliases
|
|
1010
1012
|
export { default as EjectIcon } from '../icons/eject';
|
|
1011
|
-
// EggOff aliases
|
|
1012
|
-
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1013
1013
|
// Ellipse aliases
|
|
1014
1014
|
export { default as EllipseIcon } from '../icons/ellipse';
|
|
1015
|
-
// EqualApproximately aliases
|
|
1016
|
-
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
1017
1015
|
// EqualNot aliases
|
|
1018
1016
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
1019
|
-
// Equal aliases
|
|
1020
|
-
export { default as EqualIcon } from '../icons/equal';
|
|
1021
1017
|
// Eraser aliases
|
|
1022
1018
|
export { default as EraserIcon } from '../icons/eraser';
|
|
1019
|
+
// EqualApproximately aliases
|
|
1020
|
+
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
1023
1021
|
// EthernetPort aliases
|
|
1024
1022
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
1023
|
+
// Equal aliases
|
|
1024
|
+
export { default as EqualIcon } from '../icons/equal';
|
|
1025
1025
|
// Euro aliases
|
|
1026
1026
|
export { default as EuroIcon } from '../icons/euro';
|
|
1027
|
-
// EvCharger aliases
|
|
1028
|
-
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
1029
1027
|
// Expand aliases
|
|
1030
1028
|
export { default as ExpandIcon } from '../icons/expand';
|
|
1029
|
+
// EvCharger aliases
|
|
1030
|
+
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
1031
1031
|
// ExternalLink aliases
|
|
1032
1032
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
1033
1033
|
// EyeClosed aliases
|
|
1034
1034
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
1035
1035
|
// EyeDashed aliases
|
|
1036
1036
|
export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
1037
|
-
// Eye aliases
|
|
1038
|
-
export { default as EyeIcon } from '../icons/eye';
|
|
1039
1037
|
// EyeOff aliases
|
|
1040
1038
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
1041
1039
|
// Factory aliases
|
|
1042
1040
|
export { default as FactoryIcon } from '../icons/factory';
|
|
1041
|
+
// Eye aliases
|
|
1042
|
+
export { default as EyeIcon } from '../icons/eye';
|
|
1043
1043
|
// Fan aliases
|
|
1044
1044
|
export { default as FanIcon } from '../icons/fan';
|
|
1045
1045
|
// FastForward aliases
|
|
1046
1046
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1047
|
-
// Fence aliases
|
|
1048
|
-
export { default as FenceIcon } from '../icons/fence';
|
|
1049
1047
|
// Feather aliases
|
|
1050
1048
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1049
|
+
// Fence aliases
|
|
1050
|
+
export { default as FenceIcon } from '../icons/fence';
|
|
1051
|
+
// FerrisWheel aliases
|
|
1052
|
+
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1051
1053
|
// FileArchive aliases
|
|
1052
1054
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1053
1055
|
// FileBox aliases
|
|
1054
1056
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1055
|
-
// FerrisWheel aliases
|
|
1056
|
-
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1057
1057
|
// FileCheck aliases
|
|
1058
1058
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1059
1059
|
// FileClock aliases
|
|
1060
1060
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1061
|
-
// FileCode aliases
|
|
1062
|
-
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1063
1061
|
// FileDiff aliases
|
|
1064
1062
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1063
|
+
// FileCode aliases
|
|
1064
|
+
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1065
1065
|
// FileDigit aliases
|
|
1066
1066
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1067
1067
|
// FileDown aliases
|
|
1068
1068
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1069
|
-
// FileHeart aliases
|
|
1070
|
-
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1071
1069
|
// FileImage aliases
|
|
1072
1070
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1071
|
+
// FileHeart aliases
|
|
1072
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1073
1073
|
// FileMinus aliases
|
|
1074
1074
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1075
1075
|
// FileInput aliases
|
|
1076
1076
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1077
|
-
// FileMusic aliases
|
|
1078
|
-
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1079
1077
|
// FilePlus aliases
|
|
1080
1078
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1081
|
-
//
|
|
1082
|
-
export { default as
|
|
1079
|
+
// FileMusic aliases
|
|
1080
|
+
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1083
1081
|
// FileScan aliases
|
|
1084
1082
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1085
|
-
//
|
|
1086
|
-
export { default as
|
|
1083
|
+
// FileOutput aliases
|
|
1084
|
+
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1087
1085
|
// FileSliders aliases
|
|
1088
1086
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1089
1087
|
// FileSpreadsheet aliases
|
|
1090
1088
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1089
|
+
// FileSearch aliases
|
|
1090
|
+
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1091
1091
|
// FileSymlink aliases
|
|
1092
1092
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1093
1093
|
// FileStack aliases
|
|
@@ -1106,48 +1106,48 @@ export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
|
1106
1106
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1107
1107
|
// FileUser aliases
|
|
1108
1108
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1109
|
+
// File aliases
|
|
1110
|
+
export { default as FileIcon } from '../icons/file';
|
|
1109
1111
|
// Files aliases
|
|
1110
1112
|
export { default as FilesIcon } from '../icons/files';
|
|
1111
1113
|
// Film aliases
|
|
1112
1114
|
export { default as FilmIcon } from '../icons/film';
|
|
1113
|
-
// File aliases
|
|
1114
|
-
export { default as FileIcon } from '../icons/file';
|
|
1115
1115
|
// FireExtinguisher aliases
|
|
1116
1116
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1117
1117
|
// FishOff aliases
|
|
1118
1118
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1119
|
+
// FishSymbol aliases
|
|
1120
|
+
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1119
1121
|
// Fish aliases
|
|
1120
1122
|
export { default as FishIcon } from '../icons/fish';
|
|
1121
1123
|
// FishingHook aliases
|
|
1122
1124
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1123
|
-
// FishSymbol aliases
|
|
1124
|
-
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1125
1125
|
// FishingRod aliases
|
|
1126
1126
|
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1127
1127
|
// FlagOff aliases
|
|
1128
1128
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1129
|
+
// FlagTriangleRight aliases
|
|
1130
|
+
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1129
1131
|
// FlagTriangleLeft aliases
|
|
1130
1132
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1131
1133
|
// Flag aliases
|
|
1132
1134
|
export { default as FlagIcon } from '../icons/flag';
|
|
1133
|
-
// FlagTriangleRight aliases
|
|
1134
|
-
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1135
1135
|
// FlameKindling aliases
|
|
1136
1136
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1137
1137
|
// Flame aliases
|
|
1138
1138
|
export { default as FlameIcon } from '../icons/flame';
|
|
1139
|
-
// FlashlightOff aliases
|
|
1140
|
-
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1141
1139
|
// Flashlight aliases
|
|
1142
1140
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1141
|
+
// FlashlightOff aliases
|
|
1142
|
+
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1143
1143
|
// FlaskConicalOff aliases
|
|
1144
1144
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1145
1145
|
// FlaskConical aliases
|
|
1146
1146
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1147
|
-
// FlipHorizontal2 aliases
|
|
1148
|
-
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1149
1147
|
// FlaskRound aliases
|
|
1150
1148
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1149
|
+
// FlipHorizontal2 aliases
|
|
1150
|
+
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1151
1151
|
// FlipVertical2 aliases
|
|
1152
1152
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1153
1153
|
// Flower2 aliases
|
|
@@ -1156,18 +1156,18 @@ export { default as Flower2Icon } from '../icons/flower-2';
|
|
|
1156
1156
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1157
1157
|
// Focus aliases
|
|
1158
1158
|
export { default as FocusIcon } from '../icons/focus';
|
|
1159
|
-
// FoldHorizontal aliases
|
|
1160
|
-
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1161
1159
|
// FoldVertical aliases
|
|
1162
1160
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1161
|
+
// FoldHorizontal aliases
|
|
1162
|
+
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1163
1163
|
// FolderArchive aliases
|
|
1164
1164
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1165
|
+
// FolderBookmark aliases
|
|
1166
|
+
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1165
1167
|
// FolderCheck aliases
|
|
1166
1168
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1167
1169
|
// FolderClock aliases
|
|
1168
1170
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1169
|
-
// FolderBookmark aliases
|
|
1170
|
-
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1171
1171
|
// FolderClosed aliases
|
|
1172
1172
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1173
1173
|
// FolderCode aliases
|
|
@@ -1176,20 +1176,20 @@ export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
|
1176
1176
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1177
1177
|
// FolderDown aliases
|
|
1178
1178
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1179
|
-
// FolderGit aliases
|
|
1180
|
-
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1181
1179
|
// FolderGit2 aliases
|
|
1182
1180
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1183
1181
|
// FolderHeart aliases
|
|
1184
1182
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1183
|
+
// FolderGit aliases
|
|
1184
|
+
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1185
1185
|
// FolderInput aliases
|
|
1186
1186
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1187
1187
|
// FolderKanban aliases
|
|
1188
1188
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1189
|
-
// FolderKey aliases
|
|
1190
|
-
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1191
1189
|
// FolderLock aliases
|
|
1192
1190
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1191
|
+
// FolderKey aliases
|
|
1192
|
+
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1193
1193
|
// FolderMinus aliases
|
|
1194
1194
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1195
1195
|
// FolderOpenDot aliases
|
|
@@ -1202,10 +1202,10 @@ export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
|
1202
1202
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1203
1203
|
// FolderRoot aliases
|
|
1204
1204
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1205
|
-
// FolderSearch2 aliases
|
|
1206
|
-
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1207
1205
|
// FolderSearch aliases
|
|
1208
1206
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1207
|
+
// FolderSearch2 aliases
|
|
1208
|
+
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1209
1209
|
// FolderSymlink aliases
|
|
1210
1210
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1211
1211
|
// FolderSync aliases
|
|
@@ -1214,54 +1214,58 @@ export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
|
1214
1214
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1215
1215
|
// FolderX aliases
|
|
1216
1216
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1217
|
-
// Folder aliases
|
|
1218
|
-
export { default as FolderIcon } from '../icons/folder';
|
|
1219
1217
|
// FolderUp aliases
|
|
1220
1218
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1219
|
+
// Folder aliases
|
|
1220
|
+
export { default as FolderIcon } from '../icons/folder';
|
|
1221
1221
|
// Folders aliases
|
|
1222
1222
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1223
|
-
// Footprints aliases
|
|
1224
|
-
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1225
1223
|
// Forklift aliases
|
|
1226
1224
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1227
|
-
//
|
|
1228
|
-
export { default as
|
|
1225
|
+
// Footprints aliases
|
|
1226
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1229
1227
|
// Forward aliases
|
|
1230
1228
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1231
|
-
//
|
|
1232
|
-
export { default as
|
|
1229
|
+
// Form aliases
|
|
1230
|
+
export { default as FormIcon } from '../icons/form';
|
|
1233
1231
|
// Fuel aliases
|
|
1234
1232
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1233
|
+
// Frame aliases
|
|
1234
|
+
export { default as FrameIcon } from '../icons/frame';
|
|
1235
1235
|
// Fullscreen aliases
|
|
1236
1236
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1237
1237
|
// FunnelPlus aliases
|
|
1238
1238
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1239
|
+
// Galaxy aliases
|
|
1240
|
+
export { default as GalaxyIcon } from '../icons/galaxy';
|
|
1239
1241
|
// GalleryHorizontalEnd aliases
|
|
1240
1242
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1243
|
+
// GalleryHorizontal aliases
|
|
1244
|
+
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1241
1245
|
// GalleryThumbnails aliases
|
|
1242
1246
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1243
1247
|
// GalleryVerticalEnd aliases
|
|
1244
1248
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1245
1249
|
// GalleryVertical aliases
|
|
1246
1250
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1247
|
-
// GalleryHorizontal aliases
|
|
1248
|
-
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1249
|
-
// Gamepad2 aliases
|
|
1250
|
-
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1251
1251
|
// GamepadDirectional aliases
|
|
1252
1252
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1253
|
+
// Gamepad2 aliases
|
|
1254
|
+
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1253
1255
|
// Gamepad aliases
|
|
1254
1256
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1255
1257
|
// Gauge aliases
|
|
1256
1258
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1257
|
-
// Gem aliases
|
|
1258
|
-
export { default as GemIcon } from '../icons/gem';
|
|
1259
|
-
// GeorgianLari aliases
|
|
1260
|
-
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1261
1259
|
// Gavel aliases
|
|
1262
1260
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1261
|
+
// Gem aliases
|
|
1262
|
+
export { default as GemIcon } from '../icons/gem';
|
|
1263
1263
|
// Ghost aliases
|
|
1264
1264
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1265
|
+
// GeorgianLari aliases
|
|
1266
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1267
|
+
// Gift aliases
|
|
1268
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1265
1269
|
// GitBranchMinus aliases
|
|
1266
1270
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1267
1271
|
// GitBranchPlus aliases
|
|
@@ -1270,20 +1274,18 @@ export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
|
1270
1274
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1271
1275
|
// GitCommitVertical aliases
|
|
1272
1276
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1273
|
-
// Gift aliases
|
|
1274
|
-
export { default as GiftIcon } from '../icons/gift';
|
|
1275
1277
|
// GitCompareArrows aliases
|
|
1276
1278
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1277
1279
|
// GitCompare aliases
|
|
1278
1280
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1279
|
-
// GitFork aliases
|
|
1280
|
-
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1281
1281
|
// GitGraph aliases
|
|
1282
1282
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1283
|
-
//
|
|
1284
|
-
export { default as
|
|
1283
|
+
// GitFork aliases
|
|
1284
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1285
1285
|
// GitMerge aliases
|
|
1286
1286
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1287
|
+
// GitMergeConflict aliases
|
|
1288
|
+
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1287
1289
|
// GitPullRequestArrow aliases
|
|
1288
1290
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1289
1291
|
// GitPullRequestClosed aliases
|
|
@@ -1324,10 +1326,10 @@ export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
|
1324
1326
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1325
1327
|
// GripVertical aliases
|
|
1326
1328
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1327
|
-
// Grip aliases
|
|
1328
|
-
export { default as GripIcon } from '../icons/grip';
|
|
1329
1329
|
// Group aliases
|
|
1330
1330
|
export { default as GroupIcon } from '../icons/group';
|
|
1331
|
+
// Grip aliases
|
|
1332
|
+
export { default as GripIcon } from '../icons/grip';
|
|
1331
1333
|
// Guitar aliases
|
|
1332
1334
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1333
1335
|
// Ham aliases
|
|
@@ -1342,46 +1344,46 @@ export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
|
1342
1344
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1343
1345
|
// HandHeart aliases
|
|
1344
1346
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1345
|
-
// HandPlatter aliases
|
|
1346
|
-
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1347
1347
|
// HandMetal aliases
|
|
1348
1348
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1349
|
+
// HandPlatter aliases
|
|
1350
|
+
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1349
1351
|
// Hand aliases
|
|
1350
1352
|
export { default as HandIcon } from '../icons/hand';
|
|
1351
|
-
// Handshake aliases
|
|
1352
|
-
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1353
1353
|
// Handbag aliases
|
|
1354
1354
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1355
|
-
//
|
|
1356
|
-
export { default as
|
|
1355
|
+
// Handshake aliases
|
|
1356
|
+
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1357
1357
|
// HardDriveUpload aliases
|
|
1358
1358
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1359
|
+
// HardDriveDownload aliases
|
|
1360
|
+
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1359
1361
|
// HardDrive aliases
|
|
1360
1362
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1361
1363
|
// Hash aliases
|
|
1362
1364
|
export { default as HashIcon } from '../icons/hash';
|
|
1363
1365
|
// HardHat aliases
|
|
1364
1366
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1365
|
-
// HatGlasses aliases
|
|
1366
|
-
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1367
1367
|
// Haze aliases
|
|
1368
1368
|
export { default as HazeIcon } from '../icons/haze';
|
|
1369
|
-
//
|
|
1370
|
-
export { default as
|
|
1369
|
+
// HatGlasses aliases
|
|
1370
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1371
1371
|
// Hd aliases
|
|
1372
1372
|
export { default as HdIcon } from '../icons/hd';
|
|
1373
|
-
// Heading2 aliases
|
|
1374
|
-
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1375
|
-
// Heading1 aliases
|
|
1376
|
-
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1377
1373
|
// Heading3 aliases
|
|
1378
1374
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1375
|
+
// HdmiPort aliases
|
|
1376
|
+
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1377
|
+
// Heading1 aliases
|
|
1378
|
+
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1379
|
+
// Heading2 aliases
|
|
1380
|
+
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1379
1381
|
// Heading4 aliases
|
|
1380
1382
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1381
|
-
// Heading5 aliases
|
|
1382
|
-
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1383
1383
|
// Heading6 aliases
|
|
1384
1384
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1385
|
+
// Heading5 aliases
|
|
1386
|
+
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1385
1387
|
// Heading aliases
|
|
1386
1388
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1387
1389
|
// HeadphoneOff aliases
|
|
@@ -1394,20 +1396,20 @@ export { default as HeadsetIcon } from '../icons/headset';
|
|
|
1394
1396
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1395
1397
|
// HeartHandshake aliases
|
|
1396
1398
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1397
|
-
// HeartMinus aliases
|
|
1398
|
-
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1399
|
-
// HeartPlus aliases
|
|
1400
|
-
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1401
1399
|
// HeartOff aliases
|
|
1402
1400
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1403
|
-
// HeartX aliases
|
|
1404
|
-
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1405
1401
|
// HeartPulse aliases
|
|
1406
1402
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1407
|
-
//
|
|
1408
|
-
export { default as
|
|
1403
|
+
// HeartMinus aliases
|
|
1404
|
+
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1405
|
+
// HeartX aliases
|
|
1406
|
+
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1407
|
+
// HeartPlus aliases
|
|
1408
|
+
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1409
1409
|
// Heart aliases
|
|
1410
1410
|
export { default as HeartIcon } from '../icons/heart';
|
|
1411
|
+
// Heater aliases
|
|
1412
|
+
export { default as HeaterIcon } from '../icons/heater';
|
|
1411
1413
|
// Helicopter aliases
|
|
1412
1414
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1413
1415
|
// Hexagon aliases
|
|
@@ -1420,14 +1422,14 @@ export { default as HopOffIcon } from '../icons/hop-off';
|
|
|
1420
1422
|
export { default as HopIcon } from '../icons/hop';
|
|
1421
1423
|
// Hospital aliases
|
|
1422
1424
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1423
|
-
// Hourglass aliases
|
|
1424
|
-
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1425
1425
|
// Hotel aliases
|
|
1426
1426
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1427
|
-
//
|
|
1428
|
-
export { default as
|
|
1427
|
+
// Hourglass aliases
|
|
1428
|
+
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1429
1429
|
// HousePlug aliases
|
|
1430
1430
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1431
|
+
// HouseHeart aliases
|
|
1432
|
+
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1431
1433
|
// HousePlus aliases
|
|
1432
1434
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1433
1435
|
// HouseWifi aliases
|
|
@@ -1436,12 +1438,12 @@ export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
|
1436
1438
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1437
1439
|
// IdCard aliases
|
|
1438
1440
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1439
|
-
// ImageDown aliases
|
|
1440
|
-
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1441
1441
|
// ImageMinus aliases
|
|
1442
1442
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1443
1443
|
// ImageOff aliases
|
|
1444
1444
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1445
|
+
// ImageDown aliases
|
|
1446
|
+
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1445
1447
|
// ImagePlay aliases
|
|
1446
1448
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1447
1449
|
// ImagePlus aliases
|
|
@@ -1450,12 +1452,12 @@ export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
|
1450
1452
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1451
1453
|
// ImageUpscale aliases
|
|
1452
1454
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1455
|
+
// Image aliases
|
|
1456
|
+
export { default as ImageIcon } from '../icons/image';
|
|
1453
1457
|
// Images aliases
|
|
1454
1458
|
export { default as ImagesIcon } from '../icons/images';
|
|
1455
1459
|
// Import aliases
|
|
1456
1460
|
export { default as ImportIcon } from '../icons/import';
|
|
1457
|
-
// Image aliases
|
|
1458
|
-
export { default as ImageIcon } from '../icons/image';
|
|
1459
1461
|
// Inbox aliases
|
|
1460
1462
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1461
1463
|
// IndianRupee aliases
|
|
@@ -1472,18 +1474,18 @@ export { default as ItalicIcon } from '../icons/italic';
|
|
|
1472
1474
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1473
1475
|
// IterationCw aliases
|
|
1474
1476
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1475
|
-
// Joystick aliases
|
|
1476
|
-
export { default as JoystickIcon } from '../icons/joystick';
|
|
1477
1477
|
// JapaneseYen aliases
|
|
1478
1478
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1479
|
+
// Joystick aliases
|
|
1480
|
+
export { default as JoystickIcon } from '../icons/joystick';
|
|
1479
1481
|
// Kanban aliases
|
|
1480
1482
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1481
1483
|
// Kayak aliases
|
|
1482
1484
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1483
|
-
// KeyRound aliases
|
|
1484
|
-
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1485
1485
|
// KeySquare aliases
|
|
1486
1486
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1487
|
+
// KeyRound aliases
|
|
1488
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1487
1489
|
// Key aliases
|
|
1488
1490
|
export { default as KeyIcon } from '../icons/key';
|
|
1489
1491
|
// KeyboardMusic aliases
|
|
@@ -1494,16 +1496,16 @@ export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
|
1494
1496
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1495
1497
|
// LampCeiling aliases
|
|
1496
1498
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1497
|
-
// LampDesk aliases
|
|
1498
|
-
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1499
1499
|
// LampFloor aliases
|
|
1500
1500
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1501
|
+
// LampDesk aliases
|
|
1502
|
+
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1501
1503
|
// LampWallDown aliases
|
|
1502
1504
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1503
|
-
// Lamp aliases
|
|
1504
|
-
export { default as LampIcon } from '../icons/lamp';
|
|
1505
1505
|
// LampWallUp aliases
|
|
1506
1506
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1507
|
+
// Lamp aliases
|
|
1508
|
+
export { default as LampIcon } from '../icons/lamp';
|
|
1507
1509
|
// LandPlot aliases
|
|
1508
1510
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1509
1511
|
// Landmark aliases
|
|
@@ -1526,20 +1528,20 @@ export { default as LayerArrowUpIcon } from '../icons/layer-arrow-up';
|
|
|
1526
1528
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1527
1529
|
// LayersArrowDown aliases
|
|
1528
1530
|
export { default as LayersArrowDownIcon } from '../icons/layers-arrow-down';
|
|
1529
|
-
// LayersArrowUp aliases
|
|
1530
|
-
export { default as LayersArrowUpIcon } from '../icons/layers-arrow-up';
|
|
1531
1531
|
// LayersMinus aliases
|
|
1532
1532
|
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1533
|
+
// LayersArrowUp aliases
|
|
1534
|
+
export { default as LayersArrowUpIcon } from '../icons/layers-arrow-up';
|
|
1533
1535
|
// LayersPlus aliases
|
|
1534
1536
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1535
1537
|
// LayoutDashboard aliases
|
|
1536
1538
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1539
|
+
// LayoutFreeform aliases
|
|
1540
|
+
export { default as LayoutFreeformIcon } from '../icons/layout-freeform';
|
|
1537
1541
|
// LayoutGrid aliases
|
|
1538
1542
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1539
1543
|
// LayoutList aliases
|
|
1540
1544
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1541
|
-
// LayoutFreeform aliases
|
|
1542
|
-
export { default as LayoutFreeformIcon } from '../icons/layout-freeform';
|
|
1543
1545
|
// LayoutPanelLeft aliases
|
|
1544
1546
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1545
1547
|
// LayoutPanelTop aliases
|
|
@@ -1558,26 +1560,26 @@ export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
|
1558
1560
|
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1559
1561
|
// LibraryBig aliases
|
|
1560
1562
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1561
|
-
// Library aliases
|
|
1562
|
-
export { default as LibraryIcon } from '../icons/library';
|
|
1563
1563
|
// LifeBuoy aliases
|
|
1564
1564
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1565
|
-
//
|
|
1566
|
-
export { default as
|
|
1565
|
+
// Library aliases
|
|
1566
|
+
export { default as LibraryIcon } from '../icons/library';
|
|
1567
|
+
// LightbulbOff aliases
|
|
1568
|
+
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1567
1569
|
// Lightbulb aliases
|
|
1568
1570
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1571
|
+
// Ligature aliases
|
|
1572
|
+
export { default as LigatureIcon } from '../icons/ligature';
|
|
1569
1573
|
// LineDotRightHorizontal aliases
|
|
1570
1574
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1571
|
-
// LightbulbOff aliases
|
|
1572
|
-
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1573
1575
|
// LineSquiggle aliases
|
|
1574
1576
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1575
1577
|
// LineStyle aliases
|
|
1576
1578
|
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1577
|
-
// Link2Off aliases
|
|
1578
|
-
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1579
1579
|
// Link2 aliases
|
|
1580
1580
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1581
|
+
// Link2Off aliases
|
|
1582
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1581
1583
|
// Link aliases
|
|
1582
1584
|
export { default as LinkIcon } from '../icons/link';
|
|
1583
1585
|
// ListCheck aliases
|
|
@@ -1586,10 +1588,10 @@ export { default as ListCheckIcon } from '../icons/list-check';
|
|
|
1586
1588
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1587
1589
|
// ListChevronsDownUp aliases
|
|
1588
1590
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1589
|
-
// ListChevronsUpDown aliases
|
|
1590
|
-
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1591
1591
|
// ListClock aliases
|
|
1592
1592
|
export { default as ListClockIcon } from '../icons/list-clock';
|
|
1593
|
+
// ListChevronsUpDown aliases
|
|
1594
|
+
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1593
1595
|
// ListCollapse aliases
|
|
1594
1596
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1595
1597
|
// ListEnd aliases
|
|
@@ -1608,26 +1610,26 @@ export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
|
1608
1610
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1609
1611
|
// ListRestart aliases
|
|
1610
1612
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1611
|
-
// ListSortDescending aliases
|
|
1612
|
-
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1613
1613
|
// ListSortAscending aliases
|
|
1614
1614
|
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1615
|
+
// ListSortDescending aliases
|
|
1616
|
+
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1617
|
+
// ListTodo aliases
|
|
1618
|
+
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1615
1619
|
// ListStart aliases
|
|
1616
1620
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1617
1621
|
// ListTree aliases
|
|
1618
1622
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1619
|
-
// ListTodo aliases
|
|
1620
|
-
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1621
1623
|
// ListVideo aliases
|
|
1622
1624
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1623
1625
|
// ListX aliases
|
|
1624
1626
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1625
1627
|
// List aliases
|
|
1626
1628
|
export { default as ListIcon } from '../icons/list';
|
|
1627
|
-
// LoaderPinwheel aliases
|
|
1628
|
-
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1629
1629
|
// Loader aliases
|
|
1630
1630
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1631
|
+
// LoaderPinwheel aliases
|
|
1632
|
+
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1631
1633
|
// LocateFixed aliases
|
|
1632
1634
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1633
1635
|
// LocateOff aliases
|
|
@@ -1646,28 +1648,28 @@ export { default as LogOutIcon } from '../icons/log-out';
|
|
|
1646
1648
|
export { default as LogsIcon } from '../icons/logs';
|
|
1647
1649
|
// Luggage aliases
|
|
1648
1650
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1649
|
-
// Magnet aliases
|
|
1650
|
-
export { default as MagnetIcon } from '../icons/magnet';
|
|
1651
1651
|
// Lollipop aliases
|
|
1652
1652
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1653
|
+
// Magnet aliases
|
|
1654
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1653
1655
|
// MailBadge aliases
|
|
1654
1656
|
export { default as MailBadgeIcon } from '../icons/mail-badge';
|
|
1655
1657
|
// MailCheck aliases
|
|
1656
1658
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1657
|
-
// MailClock aliases
|
|
1658
|
-
export { default as MailClockIcon } from '../icons/mail-clock';
|
|
1659
1659
|
// MailMinus aliases
|
|
1660
1660
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1661
|
+
// MailClock aliases
|
|
1662
|
+
export { default as MailClockIcon } from '../icons/mail-clock';
|
|
1661
1663
|
// MailOpen aliases
|
|
1662
1664
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1663
1665
|
// MailPlus aliases
|
|
1664
1666
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1665
1667
|
// MailSearch aliases
|
|
1666
1668
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1667
|
-
// MailX aliases
|
|
1668
|
-
export { default as MailXIcon } from '../icons/mail-x';
|
|
1669
1669
|
// MailWarning aliases
|
|
1670
1670
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1671
|
+
// MailX aliases
|
|
1672
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1671
1673
|
// Mail aliases
|
|
1672
1674
|
export { default as MailIcon } from '../icons/mail';
|
|
1673
1675
|
// Mailbox aliases
|
|
@@ -1684,28 +1686,28 @@ export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
|
1684
1686
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1685
1687
|
// MapPinMinusInside aliases
|
|
1686
1688
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1687
|
-
// MapPinOff aliases
|
|
1688
|
-
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1689
1689
|
// MapPinMinus aliases
|
|
1690
1690
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1691
|
+
// MapPinOff aliases
|
|
1692
|
+
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1691
1693
|
// MapPinPlusInside aliases
|
|
1692
1694
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1693
1695
|
// MapPinPlus aliases
|
|
1694
1696
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1695
|
-
// MapPinSearch aliases
|
|
1696
|
-
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1697
1697
|
// MapPinXInside aliases
|
|
1698
1698
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1699
1699
|
// MapPinX aliases
|
|
1700
1700
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1701
|
+
// MapPinSearch aliases
|
|
1702
|
+
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1701
1703
|
// MapPin aliases
|
|
1702
1704
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1705
|
+
// MapPlus aliases
|
|
1706
|
+
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1703
1707
|
// MapPinned aliases
|
|
1704
1708
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1705
1709
|
// Map aliases
|
|
1706
1710
|
export { default as MapIcon } from '../icons/map';
|
|
1707
|
-
// MapPlus aliases
|
|
1708
|
-
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1709
1711
|
// MarsStroke aliases
|
|
1710
1712
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1711
1713
|
// Mars aliases
|
|
@@ -1716,10 +1718,10 @@ export { default as MartiniIcon } from '../icons/martini';
|
|
|
1716
1718
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1717
1719
|
// Maximize aliases
|
|
1718
1720
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1719
|
-
// Medal aliases
|
|
1720
|
-
export { default as MedalIcon } from '../icons/medal';
|
|
1721
1721
|
// MegaphoneOff aliases
|
|
1722
1722
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1723
|
+
// Medal aliases
|
|
1724
|
+
export { default as MedalIcon } from '../icons/medal';
|
|
1723
1725
|
// Megaphone aliases
|
|
1724
1726
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1725
1727
|
// MemoryStick aliases
|
|
@@ -1730,10 +1732,10 @@ export { default as MenuIcon } from '../icons/menu';
|
|
|
1730
1732
|
export { default as MergeIcon } from '../icons/merge';
|
|
1731
1733
|
// MessageCircleCheck aliases
|
|
1732
1734
|
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1733
|
-
// MessageCircleCode aliases
|
|
1734
|
-
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1735
1735
|
// MessageCircleDashed aliases
|
|
1736
1736
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1737
|
+
// MessageCircleCode aliases
|
|
1738
|
+
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1737
1739
|
// MessageCircleHeart aliases
|
|
1738
1740
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1739
1741
|
// MessageCircleMore aliases
|
|
@@ -1742,22 +1744,22 @@ export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
|
1742
1744
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1743
1745
|
// MessageCirclePlus aliases
|
|
1744
1746
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1745
|
-
//
|
|
1746
|
-
export { default as
|
|
1747
|
+
// MessageCircleWarning aliases
|
|
1748
|
+
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1747
1749
|
// MessageCircleX aliases
|
|
1748
1750
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1751
|
+
// MessageCircleReply aliases
|
|
1752
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1749
1753
|
// MessageCircle aliases
|
|
1750
1754
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1751
|
-
// MessageSquareCheck aliases
|
|
1752
|
-
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1753
|
-
// MessageCircleWarning aliases
|
|
1754
|
-
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1755
1755
|
// MessageSquareCode aliases
|
|
1756
1756
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1757
|
-
//
|
|
1758
|
-
export { default as
|
|
1757
|
+
// MessageSquareCheck aliases
|
|
1758
|
+
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1759
1759
|
// MessageSquareDashed aliases
|
|
1760
1760
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1761
|
+
// MessageSquareDiff aliases
|
|
1762
|
+
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1761
1763
|
// MessageSquareDot aliases
|
|
1762
1764
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1763
1765
|
// MessageSquareHeart aliases
|
|
@@ -1766,14 +1768,14 @@ export { default as MessageSquareHeartIcon } from '../icons/message-square-heart
|
|
|
1766
1768
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1767
1769
|
// MessageSquareMore aliases
|
|
1768
1770
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1769
|
-
// MessageSquarePlus aliases
|
|
1770
|
-
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1771
1771
|
// MessageSquareOff aliases
|
|
1772
1772
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1773
|
-
//
|
|
1774
|
-
export { default as
|
|
1773
|
+
// MessageSquarePlus aliases
|
|
1774
|
+
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1775
1775
|
// MessageSquareQuote aliases
|
|
1776
1776
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1777
|
+
// MessageSquareReply aliases
|
|
1778
|
+
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1777
1779
|
// MessageSquareShare aliases
|
|
1778
1780
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1779
1781
|
// MessageSquareText aliases
|
|
@@ -1794,12 +1796,10 @@ export { default as MicAudioLinesIcon } from '../icons/mic-audio-lines';
|
|
|
1794
1796
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1795
1797
|
// Mic aliases
|
|
1796
1798
|
export { default as MicIcon } from '../icons/mic';
|
|
1797
|
-
// Microscope aliases
|
|
1798
|
-
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1799
1799
|
// Microchip aliases
|
|
1800
1800
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1801
|
-
//
|
|
1802
|
-
export { default as
|
|
1801
|
+
// Microscope aliases
|
|
1802
|
+
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1803
1803
|
// MidiPort aliases
|
|
1804
1804
|
export { default as MidiPortIcon } from '../icons/midi-port';
|
|
1805
1805
|
// Milestone aliases
|
|
@@ -1808,10 +1808,12 @@ export { default as MilestoneIcon } from '../icons/milestone';
|
|
|
1808
1808
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1809
1809
|
// Milk aliases
|
|
1810
1810
|
export { default as MilkIcon } from '../icons/milk';
|
|
1811
|
-
//
|
|
1812
|
-
export { default as
|
|
1811
|
+
// Microwave aliases
|
|
1812
|
+
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1813
1813
|
// Minimize aliases
|
|
1814
1814
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1815
|
+
// Minimize2 aliases
|
|
1816
|
+
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1815
1817
|
// Minus aliases
|
|
1816
1818
|
export { default as MinusIcon } from '../icons/minus';
|
|
1817
1819
|
// MirrorRectangular aliases
|
|
@@ -1822,10 +1824,10 @@ export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
|
1822
1824
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1823
1825
|
// MonitorCog aliases
|
|
1824
1826
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1825
|
-
// MonitorCloud aliases
|
|
1826
|
-
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1827
1827
|
// MonitorDot aliases
|
|
1828
1828
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1829
|
+
// MonitorCloud aliases
|
|
1830
|
+
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1829
1831
|
// MonitorDown aliases
|
|
1830
1832
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1831
1833
|
// MonitorOff aliases
|
|
@@ -1838,10 +1840,10 @@ export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
|
1838
1840
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1839
1841
|
// MonitorSpeaker aliases
|
|
1840
1842
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1841
|
-
// MonitorStop aliases
|
|
1842
|
-
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1843
1843
|
// MonitorUp aliases
|
|
1844
1844
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1845
|
+
// MonitorStop aliases
|
|
1846
|
+
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1845
1847
|
// MonitorX aliases
|
|
1846
1848
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1847
1849
|
// Monitor aliases
|
|
@@ -1872,28 +1874,28 @@ export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
|
1872
1874
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1873
1875
|
// MousePointerBan aliases
|
|
1874
1876
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1875
|
-
// MousePointer aliases
|
|
1876
|
-
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1877
1877
|
// MousePointerClick aliases
|
|
1878
1878
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1879
|
-
//
|
|
1880
|
-
export { default as
|
|
1879
|
+
// MousePointer aliases
|
|
1880
|
+
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1881
1881
|
// MouseRight aliases
|
|
1882
1882
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1883
|
-
//
|
|
1884
|
-
export { default as
|
|
1883
|
+
// Mouse aliases
|
|
1884
|
+
export { default as MouseIcon } from '../icons/mouse';
|
|
1885
1885
|
// MoveDiagonal2 aliases
|
|
1886
1886
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1887
|
+
// MoveDiagonal aliases
|
|
1888
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1887
1889
|
// MoveDownLeft aliases
|
|
1888
1890
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1889
|
-
// MoveDownRight aliases
|
|
1890
|
-
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1891
1891
|
// MoveDown aliases
|
|
1892
1892
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1893
|
-
//
|
|
1894
|
-
export { default as
|
|
1893
|
+
// MoveDownRight aliases
|
|
1894
|
+
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1895
1895
|
// MoveHorizontal aliases
|
|
1896
1896
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1897
|
+
// MoveLeft aliases
|
|
1898
|
+
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1897
1899
|
// MoveRight aliases
|
|
1898
1900
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1899
1901
|
// MoveUpLeft aliases
|
|
@@ -1908,10 +1910,10 @@ export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
|
1908
1910
|
export { default as MoveIcon } from '../icons/move';
|
|
1909
1911
|
// Music2 aliases
|
|
1910
1912
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1911
|
-
// Music4 aliases
|
|
1912
|
-
export { default as Music4Icon } from '../icons/music-4';
|
|
1913
1913
|
// Music3 aliases
|
|
1914
1914
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1915
|
+
// Music4 aliases
|
|
1916
|
+
export { default as Music4Icon } from '../icons/music-4';
|
|
1915
1917
|
// Music aliases
|
|
1916
1918
|
export { default as MusicIcon } from '../icons/music';
|
|
1917
1919
|
// Navigation2Off aliases
|
|
@@ -1946,10 +1948,10 @@ export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
|
1946
1948
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1947
1949
|
// Nut aliases
|
|
1948
1950
|
export { default as NutIcon } from '../icons/nut';
|
|
1949
|
-
// Octagon aliases
|
|
1950
|
-
export { default as OctagonIcon } from '../icons/octagon';
|
|
1951
1951
|
// OctagonMinus aliases
|
|
1952
1952
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1953
|
+
// Octagon aliases
|
|
1954
|
+
export { default as OctagonIcon } from '../icons/octagon';
|
|
1953
1955
|
// Omega aliases
|
|
1954
1956
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1955
1957
|
// Option aliases
|
|
@@ -1964,14 +1966,14 @@ export { default as Package2Icon } from '../icons/package-2';
|
|
|
1964
1966
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1965
1967
|
// PackageMinus aliases
|
|
1966
1968
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1967
|
-
// PackagePlus aliases
|
|
1968
|
-
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1969
1969
|
// PackageOpen aliases
|
|
1970
1970
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1971
|
-
//
|
|
1972
|
-
export { default as
|
|
1971
|
+
// PackagePlus aliases
|
|
1972
|
+
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1973
1973
|
// PackageX aliases
|
|
1974
1974
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1975
|
+
// PackageSearch aliases
|
|
1976
|
+
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1975
1977
|
// Package aliases
|
|
1976
1978
|
export { default as PackageIcon } from '../icons/package';
|
|
1977
1979
|
// PaintBucket aliases
|
|
@@ -1994,10 +1996,10 @@ export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
|
1994
1996
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1995
1997
|
// PanelRightClose aliases
|
|
1996
1998
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1997
|
-
// PanelRightOpen aliases
|
|
1998
|
-
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1999
1999
|
// PanelRight aliases
|
|
2000
2000
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
2001
|
+
// PanelRightOpen aliases
|
|
2002
|
+
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
2001
2003
|
// PanelTopBottomDashed aliases
|
|
2002
2004
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
2003
2005
|
// PanelTopClose aliases
|
|
@@ -2012,10 +2014,10 @@ export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
|
2012
2014
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
2013
2015
|
// PaperBag aliases
|
|
2014
2016
|
export { default as PaperBagIcon } from '../icons/paper-bag';
|
|
2015
|
-
// Parasol aliases
|
|
2016
|
-
export { default as ParasolIcon } from '../icons/parasol';
|
|
2017
2017
|
// Paperclip aliases
|
|
2018
2018
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
2019
|
+
// Parasol aliases
|
|
2020
|
+
export { default as ParasolIcon } from '../icons/parasol';
|
|
2019
2021
|
// Parentheses aliases
|
|
2020
2022
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
2021
2023
|
// ParkingMeter aliases
|
|
@@ -2024,10 +2026,10 @@ export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
|
2024
2026
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
2025
2027
|
// Pause aliases
|
|
2026
2028
|
export { default as PauseIcon } from '../icons/pause';
|
|
2027
|
-
// PawPrint aliases
|
|
2028
|
-
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
2029
2029
|
// PcCase aliases
|
|
2030
2030
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
2031
|
+
// PawPrint aliases
|
|
2032
|
+
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
2031
2033
|
// PenOff aliases
|
|
2032
2034
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
2033
2035
|
// PenTool aliases
|
|
@@ -2040,12 +2042,12 @@ export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
|
2040
2042
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
2041
2043
|
// PencilSparkles aliases
|
|
2042
2044
|
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
2045
|
+
// Percent aliases
|
|
2046
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
2043
2047
|
// Pencil aliases
|
|
2044
2048
|
export { default as PencilIcon } from '../icons/pencil';
|
|
2045
2049
|
// Pentagon aliases
|
|
2046
2050
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
2047
|
-
// Percent aliases
|
|
2048
|
-
export { default as PercentIcon } from '../icons/percent';
|
|
2049
2051
|
// PersonStanding aliases
|
|
2050
2052
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
2051
2053
|
// Phi aliases
|
|
@@ -2056,12 +2058,12 @@ export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
|
2056
2058
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2057
2059
|
// PhoneForwarded aliases
|
|
2058
2060
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2061
|
+
// PhoneIncoming aliases
|
|
2062
|
+
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2059
2063
|
// PhoneMissed aliases
|
|
2060
2064
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
2061
2065
|
// PhoneOff aliases
|
|
2062
2066
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
2063
|
-
// PhoneIncoming aliases
|
|
2064
|
-
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2065
2067
|
// PhoneOutgoing aliases
|
|
2066
2068
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2067
2069
|
// Phone aliases
|
|
@@ -2072,100 +2074,100 @@ export { default as PiIcon } from '../icons/pi';
|
|
|
2072
2074
|
export { default as PianoIcon } from '../icons/piano';
|
|
2073
2075
|
// Pickaxe aliases
|
|
2074
2076
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2075
|
-
//
|
|
2076
|
-
export { default as
|
|
2077
|
+
// PictureInPicture2 aliases
|
|
2078
|
+
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2077
2079
|
// PiggyBank aliases
|
|
2078
2080
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2081
|
+
// PictureInPicture aliases
|
|
2082
|
+
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2079
2083
|
// PilcrowLeft aliases
|
|
2080
2084
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2081
|
-
// PictureInPicture2 aliases
|
|
2082
|
-
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2083
|
-
// Pilcrow aliases
|
|
2084
|
-
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2085
2085
|
// PilcrowRight aliases
|
|
2086
2086
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2087
|
-
//
|
|
2088
|
-
export { default as
|
|
2087
|
+
// Pilcrow aliases
|
|
2088
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2089
2089
|
// Pill aliases
|
|
2090
2090
|
export { default as PillIcon } from '../icons/pill';
|
|
2091
|
-
//
|
|
2092
|
-
export { default as
|
|
2091
|
+
// PillBottle aliases
|
|
2092
|
+
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2093
2093
|
// PinOff aliases
|
|
2094
2094
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2095
|
-
//
|
|
2096
|
-
export { default as
|
|
2095
|
+
// Pin aliases
|
|
2096
|
+
export { default as PinIcon } from '../icons/pin';
|
|
2097
2097
|
// Pizza aliases
|
|
2098
2098
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2099
|
+
// Pipette aliases
|
|
2100
|
+
export { default as PipetteIcon } from '../icons/pipette';
|
|
2099
2101
|
// PlaneLanding aliases
|
|
2100
2102
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2101
2103
|
// PlaneTakeoff aliases
|
|
2102
2104
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2103
2105
|
// Plane aliases
|
|
2104
2106
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2105
|
-
// PlayOff aliases
|
|
2106
|
-
export { default as PlayOffIcon } from '../icons/play-off';
|
|
2107
2107
|
// Play aliases
|
|
2108
2108
|
export { default as PlayIcon } from '../icons/play';
|
|
2109
2109
|
// Plug2 aliases
|
|
2110
2110
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2111
|
-
//
|
|
2112
|
-
export { default as
|
|
2111
|
+
// PlayOff aliases
|
|
2112
|
+
export { default as PlayOffIcon } from '../icons/play-off';
|
|
2113
2113
|
// Plug aliases
|
|
2114
2114
|
export { default as PlugIcon } from '../icons/plug';
|
|
2115
|
-
// Podium aliases
|
|
2116
|
-
export { default as PodiumIcon } from '../icons/podium';
|
|
2117
2115
|
// Plus aliases
|
|
2118
2116
|
export { default as PlusIcon } from '../icons/plus';
|
|
2119
|
-
//
|
|
2120
|
-
export { default as
|
|
2117
|
+
// PocketKnife aliases
|
|
2118
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2119
|
+
// Podium aliases
|
|
2120
|
+
export { default as PodiumIcon } from '../icons/podium';
|
|
2121
2121
|
// PointerOff aliases
|
|
2122
2122
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2123
|
-
//
|
|
2124
|
-
export { default as
|
|
2123
|
+
// Pointer aliases
|
|
2124
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2125
2125
|
// Popsicle aliases
|
|
2126
2126
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2127
|
+
// Popcorn aliases
|
|
2128
|
+
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2127
2129
|
// PoundSterling aliases
|
|
2128
2130
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2129
2131
|
// PowerOff aliases
|
|
2130
2132
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2131
|
-
// Power aliases
|
|
2132
|
-
export { default as PowerIcon } from '../icons/power';
|
|
2133
2133
|
// Presentation aliases
|
|
2134
2134
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2135
|
-
// PrinterX aliases
|
|
2136
|
-
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2137
2135
|
// PrinterCheck aliases
|
|
2138
2136
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2137
|
+
// PrinterX aliases
|
|
2138
|
+
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2139
|
+
// Power aliases
|
|
2140
|
+
export { default as PowerIcon } from '../icons/power';
|
|
2139
2141
|
// Printer aliases
|
|
2140
2142
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2141
2143
|
// Projector aliases
|
|
2142
2144
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2145
|
+
// Proportions aliases
|
|
2146
|
+
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2143
2147
|
// Puzzle aliases
|
|
2144
2148
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2145
2149
|
// Pyramid aliases
|
|
2146
2150
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2147
|
-
// Proportions aliases
|
|
2148
|
-
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2149
2151
|
// Quote aliases
|
|
2150
2152
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2153
|
+
// QrCode aliases
|
|
2154
|
+
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2151
2155
|
// Rabbit aliases
|
|
2152
2156
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2153
2157
|
// Radar aliases
|
|
2154
2158
|
export { default as RadarIcon } from '../icons/radar';
|
|
2155
2159
|
// Radiation aliases
|
|
2156
2160
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2157
|
-
// QrCode aliases
|
|
2158
|
-
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2159
2161
|
// RadioOff aliases
|
|
2160
2162
|
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2161
|
-
// RadioReceiver aliases
|
|
2162
|
-
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2163
2163
|
// Radical aliases
|
|
2164
2164
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2165
|
-
//
|
|
2166
|
-
export { default as
|
|
2165
|
+
// RadioReceiver aliases
|
|
2166
|
+
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2167
2167
|
// RadioTower aliases
|
|
2168
2168
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2169
|
+
// Radius aliases
|
|
2170
|
+
export { default as RadiusIcon } from '../icons/radius';
|
|
2169
2171
|
// Radio aliases
|
|
2170
2172
|
export { default as RadioIcon } from '../icons/radio';
|
|
2171
2173
|
// Rat aliases
|
|
@@ -2206,110 +2208,112 @@ export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
|
2206
2208
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2207
2209
|
// Redo2 aliases
|
|
2208
2210
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2209
|
-
// RefreshCcwDot aliases
|
|
2210
|
-
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2211
2211
|
// RedoDot aliases
|
|
2212
2212
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2213
|
-
// RefreshCcw aliases
|
|
2214
|
-
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2215
2213
|
// Redo aliases
|
|
2216
2214
|
export { default as RedoIcon } from '../icons/redo';
|
|
2217
|
-
//
|
|
2218
|
-
export { default as
|
|
2215
|
+
// RefreshCcwDot aliases
|
|
2216
|
+
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2217
|
+
// RefreshCcw aliases
|
|
2218
|
+
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2219
2219
|
// RefreshCwOff aliases
|
|
2220
2220
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2221
|
+
// RefreshCw aliases
|
|
2222
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2221
2223
|
// Refrigerator aliases
|
|
2222
2224
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2223
|
-
// Regex aliases
|
|
2224
|
-
export { default as RegexIcon } from '../icons/regex';
|
|
2225
2225
|
// RemoveFormatting aliases
|
|
2226
2226
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2227
|
+
// Regex aliases
|
|
2228
|
+
export { default as RegexIcon } from '../icons/regex';
|
|
2227
2229
|
// Repeat1 aliases
|
|
2228
2230
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2229
|
-
// Repeat2 aliases
|
|
2230
|
-
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2231
|
-
// ReplaceAll aliases
|
|
2232
|
-
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2233
2231
|
// RepeatOff aliases
|
|
2234
2232
|
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2233
|
+
// Repeat2 aliases
|
|
2234
|
+
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2235
2235
|
// Repeat aliases
|
|
2236
2236
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2237
|
+
// ReplaceAll aliases
|
|
2238
|
+
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2237
2239
|
// Replace aliases
|
|
2238
2240
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2241
|
+
// ReplyAll aliases
|
|
2242
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2239
2243
|
// Reply aliases
|
|
2240
2244
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2241
2245
|
// Rewind aliases
|
|
2242
2246
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2243
|
-
// ReplyAll aliases
|
|
2244
|
-
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2245
2247
|
// Ribbon aliases
|
|
2246
2248
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2247
|
-
// Rocket aliases
|
|
2248
|
-
export { default as RocketIcon } from '../icons/rocket';
|
|
2249
2249
|
// Road aliases
|
|
2250
2250
|
export { default as RoadIcon } from '../icons/road';
|
|
2251
|
-
//
|
|
2252
|
-
export { default as
|
|
2253
|
-
//
|
|
2254
|
-
export { default as
|
|
2255
|
-
//
|
|
2256
|
-
export { default as
|
|
2251
|
+
// RobotArm aliases
|
|
2252
|
+
export { default as RobotArmIcon } from '../icons/robot-arm';
|
|
2253
|
+
// Rocket aliases
|
|
2254
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2255
|
+
// RockingChair aliases
|
|
2256
|
+
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2257
2257
|
// RollerCoaster aliases
|
|
2258
2258
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2259
|
+
// Rose aliases
|
|
2260
|
+
export { default as RoseIcon } from '../icons/rose';
|
|
2261
|
+
// RotateCcwKey aliases
|
|
2262
|
+
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2259
2263
|
// RotateCcwSquare aliases
|
|
2260
2264
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2261
2265
|
// RotateCcw aliases
|
|
2262
2266
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2263
|
-
// RotateCwFadingClock aliases
|
|
2264
|
-
export { default as RotateCwFadingClockIcon } from '../icons/rotate-cw-fading-clock';
|
|
2265
2267
|
// RotateCwSquare aliases
|
|
2266
2268
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2267
|
-
//
|
|
2268
|
-
export { default as
|
|
2269
|
+
// RotateCwFadingClock aliases
|
|
2270
|
+
export { default as RotateCwFadingClockIcon } from '../icons/rotate-cw-fading-clock';
|
|
2269
2271
|
// RotateCw aliases
|
|
2270
2272
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2273
|
+
// RouteOff aliases
|
|
2274
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2271
2275
|
// Route aliases
|
|
2272
2276
|
export { default as RouteIcon } from '../icons/route';
|
|
2273
2277
|
// Router aliases
|
|
2274
2278
|
export { default as RouterIcon } from '../icons/router';
|
|
2275
|
-
// Rows4 aliases
|
|
2276
|
-
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2277
2279
|
// Rss aliases
|
|
2278
2280
|
export { default as RssIcon } from '../icons/rss';
|
|
2281
|
+
// Rows4 aliases
|
|
2282
|
+
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2279
2283
|
// RulerDimensionLine aliases
|
|
2280
2284
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2281
|
-
// Ruler aliases
|
|
2282
|
-
export { default as RulerIcon } from '../icons/ruler';
|
|
2283
2285
|
// RussianRuble aliases
|
|
2284
2286
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2287
|
+
// Ruler aliases
|
|
2288
|
+
export { default as RulerIcon } from '../icons/ruler';
|
|
2285
2289
|
// Sailboat aliases
|
|
2286
2290
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2287
|
-
// Salad aliases
|
|
2288
|
-
export { default as SaladIcon } from '../icons/salad';
|
|
2289
2291
|
// Sandwich aliases
|
|
2290
2292
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2293
|
+
// Salad aliases
|
|
2294
|
+
export { default as SaladIcon } from '../icons/salad';
|
|
2291
2295
|
// SatelliteDish aliases
|
|
2292
2296
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2293
|
-
// SaudiRiyal aliases
|
|
2294
|
-
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2295
2297
|
// Satellite aliases
|
|
2296
2298
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2299
|
+
// SaudiRiyal aliases
|
|
2300
|
+
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2297
2301
|
// SaveAll aliases
|
|
2298
2302
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2299
2303
|
// SaveCheck aliases
|
|
2300
2304
|
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2301
|
-
// SavePen aliases
|
|
2302
|
-
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2303
|
-
// SavePlus aliases
|
|
2304
|
-
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2305
2305
|
// SaveOff aliases
|
|
2306
2306
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2307
|
+
// SavePen aliases
|
|
2308
|
+
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2307
2309
|
// Save aliases
|
|
2308
2310
|
export { default as SaveIcon } from '../icons/save';
|
|
2309
|
-
//
|
|
2310
|
-
export { default as
|
|
2311
|
+
// SavePlus aliases
|
|
2312
|
+
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2311
2313
|
// Scaling aliases
|
|
2312
2314
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2315
|
+
// Scale aliases
|
|
2316
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2313
2317
|
// ScanBarcode aliases
|
|
2314
2318
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2315
2319
|
// ScanBox aliases
|
|
@@ -2334,12 +2338,12 @@ export { default as ScanTextIcon } from '../icons/scan-text';
|
|
|
2334
2338
|
export { default as ScanIcon } from '../icons/scan';
|
|
2335
2339
|
// School aliases
|
|
2336
2340
|
export { default as SchoolIcon } from '../icons/school';
|
|
2341
|
+
// ScissorsLineDashed aliases
|
|
2342
|
+
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2337
2343
|
// Scissors aliases
|
|
2338
2344
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2339
2345
|
// Scooter aliases
|
|
2340
2346
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2341
|
-
// ScissorsLineDashed aliases
|
|
2342
|
-
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2343
2347
|
// ScreenShareOff aliases
|
|
2344
2348
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2345
2349
|
// ScreenShare aliases
|
|
@@ -2348,46 +2352,46 @@ export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
|
2348
2352
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2349
2353
|
// Scroll aliases
|
|
2350
2354
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2351
|
-
// SearchCheck aliases
|
|
2352
|
-
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2353
2355
|
// SearchAlert aliases
|
|
2354
2356
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2355
|
-
//
|
|
2356
|
-
export { default as
|
|
2357
|
+
// SearchCheck aliases
|
|
2358
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2357
2359
|
// SearchCode aliases
|
|
2358
2360
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2361
|
+
// SearchSlash aliases
|
|
2362
|
+
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2359
2363
|
// SearchX aliases
|
|
2360
2364
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2361
2365
|
// Search aliases
|
|
2362
2366
|
export { default as SearchIcon } from '../icons/search';
|
|
2363
|
-
// Send aliases
|
|
2364
|
-
export { default as SendIcon } from '../icons/send';
|
|
2365
2367
|
// Section aliases
|
|
2366
2368
|
export { default as SectionIcon } from '../icons/section';
|
|
2367
|
-
// SeparatorHorizontal aliases
|
|
2368
|
-
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2369
2369
|
// SendToBack aliases
|
|
2370
2370
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2371
|
-
//
|
|
2372
|
-
export { default as
|
|
2371
|
+
// Send aliases
|
|
2372
|
+
export { default as SendIcon } from '../icons/send';
|
|
2373
|
+
// SeparatorHorizontal aliases
|
|
2374
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2373
2375
|
// SeparatorVertical aliases
|
|
2374
2376
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2377
|
+
// ServerCog aliases
|
|
2378
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2375
2379
|
// ServerCrash aliases
|
|
2376
2380
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2377
2381
|
// ServerOff aliases
|
|
2378
2382
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2379
|
-
// ServerPlus aliases
|
|
2380
|
-
export { default as ServerPlusIcon } from '../icons/server-plus';
|
|
2381
2383
|
// Server aliases
|
|
2382
2384
|
export { default as ServerIcon } from '../icons/server';
|
|
2385
|
+
// ServerPlus aliases
|
|
2386
|
+
export { default as ServerPlusIcon } from '../icons/server-plus';
|
|
2387
|
+
// Settings aliases
|
|
2388
|
+
export { default as SettingsIcon } from '../icons/settings';
|
|
2383
2389
|
// Settings2 aliases
|
|
2384
2390
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2385
2391
|
// Shapes aliases
|
|
2386
2392
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2387
2393
|
// Share2 aliases
|
|
2388
2394
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2389
|
-
// Settings aliases
|
|
2390
|
-
export { default as SettingsIcon } from '../icons/settings';
|
|
2391
2395
|
// Share aliases
|
|
2392
2396
|
export { default as ShareIcon } from '../icons/share';
|
|
2393
2397
|
// Sheet aliases
|
|
@@ -2402,44 +2406,46 @@ export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
|
2402
2406
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2403
2407
|
// ShieldCheck aliases
|
|
2404
2408
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2405
|
-
// ShieldCog aliases
|
|
2406
|
-
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2407
2409
|
// ShieldCogCorner aliases
|
|
2408
2410
|
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2409
2411
|
// ShieldEllipsis aliases
|
|
2410
2412
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2413
|
+
// ShieldCog aliases
|
|
2414
|
+
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2411
2415
|
// ShieldHalf aliases
|
|
2412
2416
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2413
2417
|
// ShieldLock aliases
|
|
2414
2418
|
export { default as ShieldLockIcon } from '../icons/shield-lock';
|
|
2415
|
-
// ShieldOff aliases
|
|
2416
|
-
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2417
|
-
// ShieldMinus aliases
|
|
2418
|
-
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2419
2419
|
// ShieldKeyhole aliases
|
|
2420
2420
|
export { default as ShieldKeyholeIcon } from '../icons/shield-keyhole';
|
|
2421
|
-
//
|
|
2422
|
-
export { default as
|
|
2421
|
+
// ShieldMinus aliases
|
|
2422
|
+
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2423
|
+
// ShieldOff aliases
|
|
2424
|
+
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2423
2425
|
// ShieldUser aliases
|
|
2424
2426
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2425
|
-
//
|
|
2426
|
-
export { default as
|
|
2427
|
+
// ShieldPlus aliases
|
|
2428
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2427
2429
|
// Shield aliases
|
|
2428
2430
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2431
|
+
// ShipCargo aliases
|
|
2432
|
+
export { default as ShipCargoIcon } from '../icons/ship-cargo';
|
|
2433
|
+
// ShipWheel aliases
|
|
2434
|
+
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2429
2435
|
// Ship aliases
|
|
2430
2436
|
export { default as ShipIcon } from '../icons/ship';
|
|
2431
2437
|
// Shirt aliases
|
|
2432
2438
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2433
2439
|
// ShoppingBag aliases
|
|
2434
2440
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2435
|
-
//
|
|
2436
|
-
export { default as
|
|
2441
|
+
// ShoppingBasket aliases
|
|
2442
|
+
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2437
2443
|
// Shovel aliases
|
|
2438
2444
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2439
2445
|
// ShowerHead aliases
|
|
2440
2446
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2441
|
-
//
|
|
2442
|
-
export { default as
|
|
2447
|
+
// ShoppingCart aliases
|
|
2448
|
+
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2443
2449
|
// Shredder aliases
|
|
2444
2450
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2445
2451
|
// Shrimp aliases
|
|
@@ -2450,14 +2456,14 @@ export { default as ShrinkIcon } from '../icons/shrink';
|
|
|
2450
2456
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2451
2457
|
// Shuffle aliases
|
|
2452
2458
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2453
|
-
// SignalHigh aliases
|
|
2454
|
-
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2455
2459
|
// Sigma aliases
|
|
2456
2460
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2457
|
-
//
|
|
2458
|
-
export { default as
|
|
2461
|
+
// SignalHigh aliases
|
|
2462
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2459
2463
|
// SignalLow aliases
|
|
2460
2464
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2465
|
+
// SignalMedium aliases
|
|
2466
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2461
2467
|
// SignalZero aliases
|
|
2462
2468
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2463
2469
|
// Signal aliases
|
|
@@ -2468,12 +2474,12 @@ export { default as SignatureIcon } from '../icons/signature';
|
|
|
2468
2474
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2469
2475
|
// Signpost aliases
|
|
2470
2476
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2477
|
+
// SkipBack aliases
|
|
2478
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2471
2479
|
// Siren aliases
|
|
2472
2480
|
export { default as SirenIcon } from '../icons/siren';
|
|
2473
2481
|
// SkipForward aliases
|
|
2474
2482
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2475
|
-
// SkipBack aliases
|
|
2476
|
-
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2477
2483
|
// Skull aliases
|
|
2478
2484
|
export { default as SkullIcon } from '../icons/skull';
|
|
2479
2485
|
// Slash aliases
|
|
@@ -2502,18 +2508,18 @@ export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
|
2502
2508
|
export { default as SoupIcon } from '../icons/soup';
|
|
2503
2509
|
// Space aliases
|
|
2504
2510
|
export { default as SpaceIcon } from '../icons/space';
|
|
2511
|
+
// Spade aliases
|
|
2512
|
+
export { default as SpadeIcon } from '../icons/spade';
|
|
2505
2513
|
// Sparkle aliases
|
|
2506
2514
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2507
2515
|
// Speaker aliases
|
|
2508
2516
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2509
|
-
// Spade aliases
|
|
2510
|
-
export { default as SpadeIcon } from '../icons/spade';
|
|
2511
|
-
// SpellCheck2 aliases
|
|
2512
|
-
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2513
2517
|
// Speech aliases
|
|
2514
2518
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2515
2519
|
// SpellCheck aliases
|
|
2516
2520
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2521
|
+
// SpellCheck2 aliases
|
|
2522
|
+
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2517
2523
|
// SplinePointer aliases
|
|
2518
2524
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2519
2525
|
// Split aliases
|
|
@@ -2524,76 +2530,76 @@ export { default as SplineIcon } from '../icons/spline';
|
|
|
2524
2530
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2525
2531
|
// SportShoe aliases
|
|
2526
2532
|
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2527
|
-
// Spotlight aliases
|
|
2528
|
-
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2529
2533
|
// SprayCan aliases
|
|
2530
2534
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2531
|
-
//
|
|
2532
|
-
export { default as
|
|
2535
|
+
// Spotlight aliases
|
|
2536
|
+
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2533
2537
|
// Sprout aliases
|
|
2534
2538
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2535
|
-
//
|
|
2536
|
-
export { default as
|
|
2539
|
+
// SquareArrowRightEnter aliases
|
|
2540
|
+
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2537
2541
|
// SquareArrowRightExit aliases
|
|
2538
2542
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2539
2543
|
// SquareDashedBottom aliases
|
|
2540
2544
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2541
|
-
//
|
|
2542
|
-
export { default as
|
|
2543
|
-
// SquarePause aliases
|
|
2544
|
-
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2545
|
+
// SquareDashedBottomCode aliases
|
|
2546
|
+
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2545
2547
|
// SquareDimensions aliases
|
|
2546
2548
|
export { default as SquareDimensionsIcon } from '../icons/square-dimensions';
|
|
2547
2549
|
// SquareOff aliases
|
|
2548
2550
|
export { default as SquareOffIcon } from '../icons/square-off';
|
|
2551
|
+
// SquarePause aliases
|
|
2552
|
+
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2553
|
+
// SquareDashedTopSolid aliases
|
|
2554
|
+
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2555
|
+
// SquareRoundCorner aliases
|
|
2556
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2549
2557
|
// SquareRadical aliases
|
|
2550
2558
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2551
2559
|
// SquareSquare aliases
|
|
2552
2560
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2553
2561
|
// SquareStack aliases
|
|
2554
2562
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2555
|
-
// SquareRoundCorner aliases
|
|
2556
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2557
|
-
// SquareStop aliases
|
|
2558
|
-
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2559
2563
|
// SquareStar aliases
|
|
2560
2564
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2565
|
+
// SquareStop aliases
|
|
2566
|
+
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2561
2567
|
// SquareText aliases
|
|
2562
2568
|
export { default as SquareTextIcon } from '../icons/square-text';
|
|
2563
|
-
// Square aliases
|
|
2564
|
-
export { default as SquareIcon } from '../icons/square';
|
|
2565
2569
|
// SquaresExclude aliases
|
|
2566
2570
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2571
|
+
// Square aliases
|
|
2572
|
+
export { default as SquareIcon } from '../icons/square';
|
|
2567
2573
|
// SquaresIntersect aliases
|
|
2568
2574
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2569
2575
|
// SquaresSubtract aliases
|
|
2570
2576
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2571
2577
|
// SquaresUnite aliases
|
|
2572
2578
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2573
|
-
// Squircle aliases
|
|
2574
|
-
export { default as SquircleIcon } from '../icons/squircle';
|
|
2575
2579
|
// SquircleDashed aliases
|
|
2576
2580
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2577
|
-
//
|
|
2578
|
-
export { default as
|
|
2581
|
+
// Squircle aliases
|
|
2582
|
+
export { default as SquircleIcon } from '../icons/squircle';
|
|
2579
2583
|
// Squirrel aliases
|
|
2580
2584
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2581
|
-
//
|
|
2582
|
-
export { default as
|
|
2585
|
+
// Stamp aliases
|
|
2586
|
+
export { default as StampIcon } from '../icons/stamp';
|
|
2583
2587
|
// StarHalf aliases
|
|
2584
2588
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2585
|
-
// StarMinus aliases
|
|
2586
|
-
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2587
2589
|
// StarOff aliases
|
|
2588
2590
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2591
|
+
// StarCheck aliases
|
|
2592
|
+
export { default as StarCheckIcon } from '../icons/star-check';
|
|
2593
|
+
// StarPlus aliases
|
|
2594
|
+
export { default as StarPlusIcon } from '../icons/star-plus';
|
|
2589
2595
|
// StarX aliases
|
|
2590
2596
|
export { default as StarXIcon } from '../icons/star-x';
|
|
2591
2597
|
// Star aliases
|
|
2592
2598
|
export { default as StarIcon } from '../icons/star';
|
|
2599
|
+
// StarMinus aliases
|
|
2600
|
+
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2593
2601
|
// StepBack aliases
|
|
2594
2602
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2595
|
-
// StarPlus aliases
|
|
2596
|
-
export { default as StarPlusIcon } from '../icons/star-plus';
|
|
2597
2603
|
// StepForward aliases
|
|
2598
2604
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2599
2605
|
// Stethoscope aliases
|
|
@@ -2606,92 +2612,92 @@ export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
|
2606
2612
|
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2607
2613
|
// StickyNotePlus aliases
|
|
2608
2614
|
export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
2615
|
+
// StickyNoteX aliases
|
|
2616
|
+
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2609
2617
|
// StickyNoteOff aliases
|
|
2610
2618
|
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2611
2619
|
// StickyNote aliases
|
|
2612
2620
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2613
2621
|
// StickyNotes aliases
|
|
2614
2622
|
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2615
|
-
// StickyNoteX aliases
|
|
2616
|
-
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2617
2623
|
// Stone aliases
|
|
2618
2624
|
export { default as StoneIcon } from '../icons/stone';
|
|
2619
2625
|
// Store aliases
|
|
2620
2626
|
export { default as StoreIcon } from '../icons/store';
|
|
2621
|
-
// StretchHorizontal aliases
|
|
2622
|
-
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2623
2627
|
// StretchVertical aliases
|
|
2624
2628
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2625
|
-
// Subscript aliases
|
|
2626
|
-
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2627
2629
|
// Strikethrough aliases
|
|
2628
2630
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2631
|
+
// StretchHorizontal aliases
|
|
2632
|
+
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2629
2633
|
// Summary aliases
|
|
2630
2634
|
export { default as SummaryIcon } from '../icons/summary';
|
|
2631
2635
|
// SunDim aliases
|
|
2632
2636
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2633
|
-
//
|
|
2634
|
-
export { default as
|
|
2637
|
+
// Subscript aliases
|
|
2638
|
+
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2635
2639
|
// SunMedium aliases
|
|
2636
2640
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2637
2641
|
// SunSnow aliases
|
|
2638
2642
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2643
|
+
// SunMoon aliases
|
|
2644
|
+
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2639
2645
|
// Sun aliases
|
|
2640
2646
|
export { default as SunIcon } from '../icons/sun';
|
|
2641
2647
|
// Sunrise aliases
|
|
2642
2648
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2649
|
+
// Sunset aliases
|
|
2650
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2643
2651
|
// SwatchBook aliases
|
|
2644
2652
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2645
2653
|
// Superscript aliases
|
|
2646
2654
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2647
|
-
// Sunset aliases
|
|
2648
|
-
export { default as SunsetIcon } from '../icons/sunset';
|
|
2649
2655
|
// SwissFranc aliases
|
|
2650
2656
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2651
2657
|
// SwitchCamera aliases
|
|
2652
2658
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2653
2659
|
// Sword aliases
|
|
2654
2660
|
export { default as SwordIcon } from '../icons/sword';
|
|
2655
|
-
// Syringe aliases
|
|
2656
|
-
export { default as SyringeIcon } from '../icons/syringe';
|
|
2657
2661
|
// Swords aliases
|
|
2658
2662
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2659
|
-
//
|
|
2660
|
-
export { default as
|
|
2663
|
+
// Syringe aliases
|
|
2664
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2661
2665
|
// TableCellsMerge aliases
|
|
2662
2666
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2667
|
+
// Table2 aliases
|
|
2668
|
+
export { default as Table2Icon } from '../icons/table-2';
|
|
2663
2669
|
// TableCellsSplit aliases
|
|
2664
2670
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2665
2671
|
// TableColumnsSplit aliases
|
|
2666
2672
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2667
|
-
// TableProperties aliases
|
|
2668
|
-
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2669
2673
|
// TableOfContents aliases
|
|
2670
2674
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2671
|
-
// Table aliases
|
|
2672
|
-
export { default as TableIcon } from '../icons/table';
|
|
2673
2675
|
// TableRowsSplit aliases
|
|
2674
2676
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2677
|
+
// Table aliases
|
|
2678
|
+
export { default as TableIcon } from '../icons/table';
|
|
2679
|
+
// TableProperties aliases
|
|
2680
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2675
2681
|
// TabletSmartphone aliases
|
|
2676
2682
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2677
2683
|
// Tablet aliases
|
|
2678
2684
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2685
|
+
// TagPlus aliases
|
|
2686
|
+
export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
2679
2687
|
// Tablets aliases
|
|
2680
2688
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2689
|
+
// Tags aliases
|
|
2690
|
+
export { default as TagsIcon } from '../icons/tags';
|
|
2681
2691
|
// TagX aliases
|
|
2682
2692
|
export { default as TagXIcon } from '../icons/tag-x';
|
|
2683
|
-
// TagPlus aliases
|
|
2684
|
-
export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
2685
2693
|
// Tag aliases
|
|
2686
2694
|
export { default as TagIcon } from '../icons/tag';
|
|
2687
|
-
// Tags aliases
|
|
2688
|
-
export { default as TagsIcon } from '../icons/tags';
|
|
2689
2695
|
// Tally1 aliases
|
|
2690
2696
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2691
|
-
// Tally3 aliases
|
|
2692
|
-
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2693
2697
|
// Tally2 aliases
|
|
2694
2698
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2699
|
+
// Tally3 aliases
|
|
2700
|
+
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2695
2701
|
// Tally5 aliases
|
|
2696
2702
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2697
2703
|
// Tally4 aliases
|
|
@@ -2702,66 +2708,66 @@ export { default as TangentIcon } from '../icons/tangent';
|
|
|
2702
2708
|
export { default as TargetIcon } from '../icons/target';
|
|
2703
2709
|
// Telescope aliases
|
|
2704
2710
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2705
|
-
// TentTree aliases
|
|
2706
|
-
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2707
2711
|
// Tent aliases
|
|
2708
2712
|
export { default as TentIcon } from '../icons/tent';
|
|
2709
|
-
//
|
|
2710
|
-
export { default as
|
|
2713
|
+
// TentTree aliases
|
|
2714
|
+
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2711
2715
|
// TestTube aliases
|
|
2712
2716
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2717
|
+
// Terminal aliases
|
|
2718
|
+
export { default as TerminalIcon } from '../icons/terminal';
|
|
2719
|
+
// TestTubes aliases
|
|
2720
|
+
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2713
2721
|
// TextCursorInput aliases
|
|
2714
2722
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2715
2723
|
// TextCursor aliases
|
|
2716
2724
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2717
|
-
// TestTubes aliases
|
|
2718
|
-
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2719
2725
|
// TextQuote aliases
|
|
2720
2726
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2721
|
-
// TextSearch aliases
|
|
2722
|
-
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2723
2727
|
// Theater aliases
|
|
2724
2728
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2729
|
+
// TextSearch aliases
|
|
2730
|
+
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2725
2731
|
// ThermometerSnowflake aliases
|
|
2726
2732
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2727
2733
|
// ThermometerSun aliases
|
|
2728
2734
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2729
|
-
// Thermometer aliases
|
|
2730
|
-
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2731
2735
|
// ThumbsDown aliases
|
|
2732
2736
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2737
|
+
// Thermometer aliases
|
|
2738
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2733
2739
|
// ThumbsUp aliases
|
|
2734
2740
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2741
|
+
// TicketCheck aliases
|
|
2742
|
+
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2735
2743
|
// TicketMinus aliases
|
|
2736
2744
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2737
2745
|
// TicketPercent aliases
|
|
2738
2746
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2739
|
-
// TicketCheck aliases
|
|
2740
|
-
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2741
2747
|
// TicketPlus aliases
|
|
2742
2748
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2743
|
-
// TicketSlash aliases
|
|
2744
|
-
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2745
2749
|
// TicketX aliases
|
|
2746
2750
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2751
|
+
// TicketSlash aliases
|
|
2752
|
+
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2747
2753
|
// Ticket aliases
|
|
2748
2754
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2749
2755
|
// TicketsPlane aliases
|
|
2750
2756
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2751
2757
|
// Tickets aliases
|
|
2752
2758
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2753
|
-
// Timeline aliases
|
|
2754
|
-
export { default as TimelineIcon } from '../icons/timeline';
|
|
2755
2759
|
// TimerOff aliases
|
|
2756
2760
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2761
|
+
// Timeline aliases
|
|
2762
|
+
export { default as TimelineIcon } from '../icons/timeline';
|
|
2757
2763
|
// TimerReset aliases
|
|
2758
2764
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2765
|
+
// ToggleRight aliases
|
|
2766
|
+
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2759
2767
|
// Timer aliases
|
|
2760
2768
|
export { default as TimerIcon } from '../icons/timer';
|
|
2761
2769
|
// ToggleLeft aliases
|
|
2762
2770
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2763
|
-
// ToggleRight aliases
|
|
2764
|
-
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2765
2771
|
// Toilet aliases
|
|
2766
2772
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2767
2773
|
// ToolCase aliases
|
|
@@ -2776,16 +2782,18 @@ export { default as TorusIcon } from '../icons/torus';
|
|
|
2776
2782
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2777
2783
|
// Touchpad aliases
|
|
2778
2784
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2779
|
-
// TowerControl aliases
|
|
2780
|
-
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2781
2785
|
// TowelRack aliases
|
|
2782
2786
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2783
|
-
//
|
|
2784
|
-
export { default as
|
|
2787
|
+
// TowerControl aliases
|
|
2788
|
+
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2785
2789
|
// Tractor aliases
|
|
2786
2790
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2791
|
+
// ToyBrick aliases
|
|
2792
|
+
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2787
2793
|
// TrafficCone aliases
|
|
2788
2794
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2795
|
+
// Trailer aliases
|
|
2796
|
+
export { default as TrailerIcon } from '../icons/trailer';
|
|
2789
2797
|
// TrainFrontTunnel aliases
|
|
2790
2798
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2791
2799
|
// TrainFront aliases
|
|
@@ -2794,16 +2802,16 @@ export { default as TrainFrontIcon } from '../icons/train-front';
|
|
|
2794
2802
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2795
2803
|
// Transgender aliases
|
|
2796
2804
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2797
|
-
// Trash2 aliases
|
|
2798
|
-
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2799
2805
|
// Trash aliases
|
|
2800
2806
|
export { default as TrashIcon } from '../icons/trash';
|
|
2807
|
+
// Trash2 aliases
|
|
2808
|
+
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2801
2809
|
// TreeDeciduous aliases
|
|
2802
2810
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2803
|
-
// TreePine aliases
|
|
2804
|
-
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2805
2811
|
// Trees aliases
|
|
2806
2812
|
export { default as TreesIcon } from '../icons/trees';
|
|
2813
|
+
// TreePine aliases
|
|
2814
|
+
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2807
2815
|
// TrendingDown aliases
|
|
2808
2816
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2809
2817
|
// TrendingUpDown aliases
|
|
@@ -2822,62 +2830,62 @@ export { default as TrophyIcon } from '../icons/trophy';
|
|
|
2822
2830
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2823
2831
|
// Truck aliases
|
|
2824
2832
|
export { default as TruckIcon } from '../icons/truck';
|
|
2825
|
-
// Turntable aliases
|
|
2826
|
-
export { default as TurntableIcon } from '../icons/turntable';
|
|
2827
|
-
// Turtle aliases
|
|
2828
|
-
export { default as TurtleIcon } from '../icons/turtle';
|
|
2829
2833
|
// TurkishLira aliases
|
|
2830
2834
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2835
|
+
// Turtle aliases
|
|
2836
|
+
export { default as TurtleIcon } from '../icons/turtle';
|
|
2831
2837
|
// TvMinimalPlay aliases
|
|
2832
2838
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2833
|
-
//
|
|
2834
|
-
export { default as
|
|
2835
|
-
// Tv aliases
|
|
2836
|
-
export { default as TvIcon } from '../icons/tv';
|
|
2839
|
+
// Turntable aliases
|
|
2840
|
+
export { default as TurntableIcon } from '../icons/turntable';
|
|
2837
2841
|
// Type aliases
|
|
2838
2842
|
export { default as TypeIcon } from '../icons/type';
|
|
2843
|
+
// Tv aliases
|
|
2844
|
+
export { default as TvIcon } from '../icons/tv';
|
|
2839
2845
|
// UmbrellaOff aliases
|
|
2840
2846
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2841
|
-
//
|
|
2842
|
-
export { default as
|
|
2847
|
+
// TypeOutline aliases
|
|
2848
|
+
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2843
2849
|
// Underline aliases
|
|
2844
2850
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2851
|
+
// Umbrella aliases
|
|
2852
|
+
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2845
2853
|
// Undo2 aliases
|
|
2846
2854
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2847
|
-
// UndoDot aliases
|
|
2848
|
-
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2849
2855
|
// Undo aliases
|
|
2850
2856
|
export { default as UndoIcon } from '../icons/undo';
|
|
2851
2857
|
// UnfoldHorizontal aliases
|
|
2852
2858
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2859
|
+
// UndoDot aliases
|
|
2860
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2853
2861
|
// UnfoldVertical aliases
|
|
2854
2862
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2855
|
-
// Unlink2 aliases
|
|
2856
|
-
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2857
|
-
// Unlink aliases
|
|
2858
|
-
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2859
2863
|
// Ungroup aliases
|
|
2860
2864
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2865
|
+
// Unlink aliases
|
|
2866
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2867
|
+
// Unlink2 aliases
|
|
2868
|
+
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2861
2869
|
// Unplug aliases
|
|
2862
2870
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2863
2871
|
// Upload aliases
|
|
2864
2872
|
export { default as UploadIcon } from '../icons/upload';
|
|
2865
|
-
// UsbCPort aliases
|
|
2866
|
-
export { default as UsbCPortIcon } from '../icons/usb-c-port';
|
|
2867
2873
|
// Usb aliases
|
|
2868
2874
|
export { default as UsbIcon } from '../icons/usb';
|
|
2869
2875
|
// UserCheck aliases
|
|
2870
2876
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2877
|
+
// UsbCPort aliases
|
|
2878
|
+
export { default as UsbCPortIcon } from '../icons/usb-c-port';
|
|
2871
2879
|
// UserCog aliases
|
|
2872
2880
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2873
2881
|
// UserKey aliases
|
|
2874
2882
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2875
2883
|
// UserLock aliases
|
|
2876
2884
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2877
|
-
// UserPen aliases
|
|
2878
|
-
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2879
2885
|
// UserMinus aliases
|
|
2880
2886
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2887
|
+
// UserPen aliases
|
|
2888
|
+
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2881
2889
|
// UserPlus aliases
|
|
2882
2890
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2883
2891
|
// UserRoundArrowLeft aliases
|
|
@@ -2906,68 +2914,68 @@ export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
|
2906
2914
|
export { default as VanIcon } from '../icons/van';
|
|
2907
2915
|
// Variable aliases
|
|
2908
2916
|
export { default as VariableIcon } from '../icons/variable';
|
|
2917
|
+
// VectorSquare aliases
|
|
2918
|
+
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2909
2919
|
// Vault aliases
|
|
2910
2920
|
export { default as VaultIcon } from '../icons/vault';
|
|
2911
2921
|
// Vegan aliases
|
|
2912
2922
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2913
|
-
// VenusAndMars aliases
|
|
2914
|
-
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2915
|
-
// VectorSquare aliases
|
|
2916
|
-
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2917
2923
|
// VenetianMask aliases
|
|
2918
2924
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2925
|
+
// VenusAndMars aliases
|
|
2926
|
+
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2919
2927
|
// Venus aliases
|
|
2920
2928
|
export { default as VenusIcon } from '../icons/venus';
|
|
2921
2929
|
// VibrateOff aliases
|
|
2922
2930
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2931
|
+
// Vibrate aliases
|
|
2932
|
+
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2923
2933
|
// VideoOff aliases
|
|
2924
2934
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2925
2935
|
// Video aliases
|
|
2926
2936
|
export { default as VideoIcon } from '../icons/video';
|
|
2927
|
-
// Vibrate aliases
|
|
2928
|
-
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2929
|
-
// View aliases
|
|
2930
|
-
export { default as ViewIcon } from '../icons/view';
|
|
2931
2937
|
// Videotape aliases
|
|
2932
2938
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2933
|
-
//
|
|
2934
|
-
export { default as
|
|
2939
|
+
// View aliases
|
|
2940
|
+
export { default as ViewIcon } from '../icons/view';
|
|
2935
2941
|
// Voicemail aliases
|
|
2936
2942
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2937
2943
|
// Volleyball aliases
|
|
2938
2944
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2939
|
-
//
|
|
2940
|
-
export { default as
|
|
2945
|
+
// Volume1 aliases
|
|
2946
|
+
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2941
2947
|
// Volume2 aliases
|
|
2942
2948
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2949
|
+
// VolumeOff aliases
|
|
2950
|
+
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2943
2951
|
// VolumeX aliases
|
|
2944
2952
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2945
2953
|
// Volume aliases
|
|
2946
2954
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2947
|
-
// Wallet aliases
|
|
2948
|
-
export { default as WalletIcon } from '../icons/wallet';
|
|
2949
2955
|
// Vote aliases
|
|
2950
2956
|
export { default as VoteIcon } from '../icons/vote';
|
|
2951
2957
|
// WalletCards aliases
|
|
2952
2958
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2959
|
+
// Wallet aliases
|
|
2960
|
+
export { default as WalletIcon } from '../icons/wallet';
|
|
2953
2961
|
// Wallpaper aliases
|
|
2954
2962
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2955
|
-
// Wand aliases
|
|
2956
|
-
export { default as WandIcon } from '../icons/wand';
|
|
2957
2963
|
// Warehouse aliases
|
|
2958
2964
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2959
2965
|
// WashingMachine aliases
|
|
2960
2966
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2961
|
-
//
|
|
2962
|
-
export { default as
|
|
2967
|
+
// Wand aliases
|
|
2968
|
+
export { default as WandIcon } from '../icons/wand';
|
|
2963
2969
|
// WavesArrowDown aliases
|
|
2964
2970
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2971
|
+
// Watch aliases
|
|
2972
|
+
export { default as WatchIcon } from '../icons/watch';
|
|
2965
2973
|
// WavesArrowUp aliases
|
|
2966
2974
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2967
|
-
// WavesVertical aliases
|
|
2968
|
-
export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
2969
2975
|
// WavesLadder aliases
|
|
2970
2976
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2977
|
+
// WavesVertical aliases
|
|
2978
|
+
export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
2971
2979
|
// Waypoints aliases
|
|
2972
2980
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2973
2981
|
// WebcamOff aliases
|
|
@@ -2986,14 +2994,14 @@ export { default as WeightIcon } from '../icons/weight';
|
|
|
2986
2994
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2987
2995
|
// Wheat aliases
|
|
2988
2996
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2997
|
+
// WholeWord aliases
|
|
2998
|
+
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2989
2999
|
// WifiCog aliases
|
|
2990
3000
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2991
|
-
// WifiHigh aliases
|
|
2992
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2993
3001
|
// WifiLow aliases
|
|
2994
3002
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2995
|
-
//
|
|
2996
|
-
export { default as
|
|
3003
|
+
// WifiHigh aliases
|
|
3004
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2997
3005
|
// WifiOff aliases
|
|
2998
3006
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2999
3007
|
// WifiSync aliases
|
|
@@ -3004,20 +3012,20 @@ export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
|
3004
3012
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
3005
3013
|
// Wifi aliases
|
|
3006
3014
|
export { default as WifiIcon } from '../icons/wifi';
|
|
3007
|
-
// Wind aliases
|
|
3008
|
-
export { default as WindIcon } from '../icons/wind';
|
|
3009
3015
|
// WindArrowDown aliases
|
|
3010
3016
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
3017
|
+
// Wind aliases
|
|
3018
|
+
export { default as WindIcon } from '../icons/wind';
|
|
3011
3019
|
// WineOff aliases
|
|
3012
3020
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
3013
|
-
// Wine aliases
|
|
3014
|
-
export { default as WineIcon } from '../icons/wine';
|
|
3015
3021
|
// Workflow aliases
|
|
3016
3022
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
3017
|
-
//
|
|
3018
|
-
export { default as
|
|
3023
|
+
// Wine aliases
|
|
3024
|
+
export { default as WineIcon } from '../icons/wine';
|
|
3019
3025
|
// Worm aliases
|
|
3020
3026
|
export { default as WormIcon } from '../icons/worm';
|
|
3027
|
+
// WrenchOff aliases
|
|
3028
|
+
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
3021
3029
|
// Wrench aliases
|
|
3022
3030
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
3023
3031
|
// XLineTop aliases
|
|
@@ -3030,28 +3038,28 @@ export { default as ZapOffIcon } from '../icons/zap-off';
|
|
|
3030
3038
|
export { default as ZapIcon } from '../icons/zap';
|
|
3031
3039
|
// ZodiacAquarius aliases
|
|
3032
3040
|
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
3033
|
-
// ZodiacCancer aliases
|
|
3034
|
-
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
3035
3041
|
// ZodiacAries aliases
|
|
3036
3042
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
3043
|
+
// ZodiacCancer aliases
|
|
3044
|
+
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
3037
3045
|
// ZodiacCapricorn aliases
|
|
3038
3046
|
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
3047
|
+
// ZodiacLeo aliases
|
|
3048
|
+
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
3039
3049
|
// ZodiacGemini aliases
|
|
3040
3050
|
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
3041
3051
|
// ZodiacLibra aliases
|
|
3042
3052
|
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
3043
|
-
// ZodiacPisces aliases
|
|
3044
|
-
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
3045
|
-
// ZodiacLeo aliases
|
|
3046
|
-
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
3047
3053
|
// ZodiacOphiuchus aliases
|
|
3048
3054
|
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
3055
|
+
// ZodiacPisces aliases
|
|
3056
|
+
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
3057
|
+
// ZodiacScorpio aliases
|
|
3058
|
+
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
3049
3059
|
// ZodiacSagittarius aliases
|
|
3050
3060
|
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
3051
3061
|
// ZodiacTaurus aliases
|
|
3052
3062
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
3053
|
-
// ZodiacScorpio aliases
|
|
3054
|
-
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
3055
3063
|
// ZodiacVirgo aliases
|
|
3056
3064
|
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
3057
3065
|
// ZoomIn aliases
|
|
@@ -3062,10 +3070,10 @@ export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
|
3062
3070
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
3063
3071
|
// ArrowDown10 aliases
|
|
3064
3072
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
3065
|
-
// ArrowUp01 aliases
|
|
3066
|
-
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
3067
3073
|
// ArrowUp10 aliases
|
|
3068
3074
|
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
3075
|
+
// ArrowUp01 aliases
|
|
3076
|
+
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
3069
3077
|
// AlarmClockCheck aliases
|
|
3070
3078
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
3071
3079
|
export {
|
|
@@ -3084,6 +3092,12 @@ export {
|
|
|
3084
3092
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
|
|
3085
3093
|
default as AlarmPlusIcon
|
|
3086
3094
|
} from '../icons/alarm-clock-plus';
|
|
3095
|
+
// ArrowDownZA aliases
|
|
3096
|
+
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
3097
|
+
export {
|
|
3098
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
|
|
3099
|
+
default as ArrowDownZaIcon
|
|
3100
|
+
} from '../icons/arrow-down-z-a';
|
|
3087
3101
|
// ArrowDownAZ aliases
|
|
3088
3102
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
3089
3103
|
export {
|
|
@@ -3096,24 +3110,18 @@ export {
|
|
|
3096
3110
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
|
|
3097
3111
|
default as SortDescIcon
|
|
3098
3112
|
} from '../icons/arrow-down-wide-narrow';
|
|
3099
|
-
//
|
|
3100
|
-
export { default as
|
|
3113
|
+
// ArrowUpAZ aliases
|
|
3114
|
+
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
3101
3115
|
export {
|
|
3102
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3103
|
-
default as
|
|
3104
|
-
} from '../icons/arrow-
|
|
3116
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
|
|
3117
|
+
default as ArrowUpAzIcon
|
|
3118
|
+
} from '../icons/arrow-up-a-z';
|
|
3105
3119
|
// ArrowUpNarrowWide aliases
|
|
3106
3120
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3107
3121
|
export {
|
|
3108
3122
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
|
|
3109
3123
|
default as SortAscIcon
|
|
3110
3124
|
} from '../icons/arrow-up-narrow-wide';
|
|
3111
|
-
// ArrowUpAZ aliases
|
|
3112
|
-
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
3113
|
-
export {
|
|
3114
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
|
|
3115
|
-
default as ArrowUpAzIcon
|
|
3116
|
-
} from '../icons/arrow-up-a-z';
|
|
3117
3125
|
// ArrowUpZA aliases
|
|
3118
3126
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3119
3127
|
export {
|
|
@@ -3168,18 +3176,18 @@ export {
|
|
|
3168
3176
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
3169
3177
|
default as SubtitlesIcon
|
|
3170
3178
|
} from '../icons/captions';
|
|
3171
|
-
// ChartBarBig aliases
|
|
3172
|
-
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3173
|
-
export {
|
|
3174
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
3175
|
-
default as BarChartHorizontalBigIcon
|
|
3176
|
-
} from '../icons/chart-bar-big';
|
|
3177
3179
|
// ChartArea aliases
|
|
3178
3180
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3179
3181
|
export {
|
|
3180
3182
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. */
|
|
3181
3183
|
default as AreaChartIcon
|
|
3182
3184
|
} from '../icons/chart-area';
|
|
3185
|
+
// ChartBarBig aliases
|
|
3186
|
+
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3187
|
+
export {
|
|
3188
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
3189
|
+
default as BarChartHorizontalBigIcon
|
|
3190
|
+
} from '../icons/chart-bar-big';
|
|
3183
3191
|
// ChartBar aliases
|
|
3184
3192
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3185
3193
|
export {
|
|
@@ -3228,18 +3236,18 @@ export {
|
|
|
3228
3236
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. */
|
|
3229
3237
|
default as BarChart2Icon
|
|
3230
3238
|
} from '../icons/chart-no-axes-column';
|
|
3231
|
-
// ChartPie aliases
|
|
3232
|
-
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3233
|
-
export {
|
|
3234
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. */
|
|
3235
|
-
default as PieChartIcon
|
|
3236
|
-
} from '../icons/chart-pie';
|
|
3237
3239
|
// ChartNoAxesGantt aliases
|
|
3238
3240
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3239
3241
|
export {
|
|
3240
3242
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
|
|
3241
3243
|
default as GanttChartIcon
|
|
3242
3244
|
} from '../icons/chart-no-axes-gantt';
|
|
3245
|
+
// ChartPie aliases
|
|
3246
|
+
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3247
|
+
export {
|
|
3248
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. */
|
|
3249
|
+
default as PieChartIcon
|
|
3250
|
+
} from '../icons/chart-pie';
|
|
3243
3251
|
// ChartScatter aliases
|
|
3244
3252
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3245
3253
|
export {
|
|
@@ -3264,54 +3272,54 @@ export {
|
|
|
3264
3272
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. */
|
|
3265
3273
|
default as ArrowDownCircleIcon
|
|
3266
3274
|
} from '../icons/circle-arrow-down';
|
|
3267
|
-
// CircleArrowOutDownLeft aliases
|
|
3268
|
-
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3269
|
-
export {
|
|
3270
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
|
|
3271
|
-
default as ArrowDownLeftFromCircleIcon
|
|
3272
|
-
} from '../icons/circle-arrow-out-down-left';
|
|
3273
3275
|
// CircleArrowOutDownRight aliases
|
|
3274
3276
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3275
3277
|
export {
|
|
3276
3278
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. */
|
|
3277
3279
|
default as ArrowDownRightFromCircleIcon
|
|
3278
3280
|
} from '../icons/circle-arrow-out-down-right';
|
|
3279
|
-
//
|
|
3280
|
-
export { default as
|
|
3281
|
+
// CircleArrowOutUpLeft aliases
|
|
3282
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3281
3283
|
export {
|
|
3282
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3283
|
-
default as
|
|
3284
|
-
} from '../icons/circle-arrow-out-up-
|
|
3284
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
|
|
3285
|
+
default as ArrowUpLeftFromCircleIcon
|
|
3286
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
3287
|
+
// CircleArrowOutDownLeft aliases
|
|
3288
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3289
|
+
export {
|
|
3290
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
|
|
3291
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3292
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3285
3293
|
// CircleArrowRight aliases
|
|
3286
3294
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3287
3295
|
export {
|
|
3288
3296
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3289
3297
|
default as ArrowRightCircleIcon
|
|
3290
3298
|
} from '../icons/circle-arrow-right';
|
|
3291
|
-
//
|
|
3292
|
-
export { default as
|
|
3299
|
+
// CircleArrowOutUpRight aliases
|
|
3300
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3293
3301
|
export {
|
|
3294
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3295
|
-
default as
|
|
3296
|
-
} from '../icons/circle-arrow-out-up-
|
|
3302
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
3303
|
+
default as ArrowUpRightFromCircleIcon
|
|
3304
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3297
3305
|
// CircleArrowUp aliases
|
|
3298
3306
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3299
3307
|
export {
|
|
3300
3308
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
3301
3309
|
default as ArrowUpCircleIcon
|
|
3302
3310
|
} from '../icons/circle-arrow-up';
|
|
3303
|
-
// CircleCheck aliases
|
|
3304
|
-
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3305
|
-
export {
|
|
3306
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
3307
|
-
default as CheckCircle2Icon
|
|
3308
|
-
} from '../icons/circle-check';
|
|
3309
3311
|
// CircleCheckBig aliases
|
|
3310
3312
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3311
3313
|
export {
|
|
3312
3314
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
3313
3315
|
default as CheckCircleIcon
|
|
3314
3316
|
} from '../icons/circle-check-big';
|
|
3317
|
+
// CircleCheck aliases
|
|
3318
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3319
|
+
export {
|
|
3320
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
3321
|
+
default as CheckCircle2Icon
|
|
3322
|
+
} from '../icons/circle-check';
|
|
3315
3323
|
// CircleChevronLeft aliases
|
|
3316
3324
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3317
3325
|
export {
|
|
@@ -3360,18 +3368,18 @@ export {
|
|
|
3360
3368
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
|
|
3361
3369
|
default as ParkingCircleOffIcon
|
|
3362
3370
|
} from '../icons/circle-parking-off';
|
|
3363
|
-
// CirclePause aliases
|
|
3364
|
-
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3365
|
-
export {
|
|
3366
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
|
|
3367
|
-
default as PauseCircleIcon
|
|
3368
|
-
} from '../icons/circle-pause';
|
|
3369
3371
|
// CircleParking aliases
|
|
3370
3372
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3371
3373
|
export {
|
|
3372
3374
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
|
|
3373
3375
|
default as ParkingCircleIcon
|
|
3374
3376
|
} from '../icons/circle-parking';
|
|
3377
|
+
// CirclePause aliases
|
|
3378
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3379
|
+
export {
|
|
3380
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
|
|
3381
|
+
default as PauseCircleIcon
|
|
3382
|
+
} from '../icons/circle-pause';
|
|
3375
3383
|
// CirclePercent aliases
|
|
3376
3384
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3377
3385
|
export {
|
|
@@ -3384,30 +3392,18 @@ export {
|
|
|
3384
3392
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
|
|
3385
3393
|
default as PlayCircleIcon
|
|
3386
3394
|
} from '../icons/circle-play';
|
|
3387
|
-
// CirclePower aliases
|
|
3388
|
-
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3389
|
-
export {
|
|
3390
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. */
|
|
3391
|
-
default as PowerCircleIcon
|
|
3392
|
-
} from '../icons/circle-power';
|
|
3393
3395
|
// CirclePlus aliases
|
|
3394
3396
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3395
3397
|
export {
|
|
3396
3398
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3397
3399
|
default as PlusCircleIcon
|
|
3398
3400
|
} from '../icons/circle-plus';
|
|
3399
|
-
//
|
|
3400
|
-
export { default as
|
|
3401
|
-
export {
|
|
3402
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
|
|
3403
|
-
default as CircleSlashedIcon
|
|
3404
|
-
} from '../icons/circle-slash-2';
|
|
3405
|
-
// CircleUserRound aliases
|
|
3406
|
-
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3401
|
+
// CirclePower aliases
|
|
3402
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3407
3403
|
export {
|
|
3408
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3409
|
-
default as
|
|
3410
|
-
} from '../icons/circle-
|
|
3404
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. */
|
|
3405
|
+
default as PowerCircleIcon
|
|
3406
|
+
} from '../icons/circle-power';
|
|
3411
3407
|
// CircleQuestionMark aliases
|
|
3412
3408
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3413
3409
|
export {
|
|
@@ -3418,12 +3414,30 @@ export {
|
|
|
3418
3414
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. */
|
|
3419
3415
|
default as CircleHelpIcon
|
|
3420
3416
|
} from '../icons/circle-question-mark';
|
|
3417
|
+
// CircleSlash2 aliases
|
|
3418
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3419
|
+
export {
|
|
3420
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
|
|
3421
|
+
default as CircleSlashedIcon
|
|
3422
|
+
} from '../icons/circle-slash-2';
|
|
3421
3423
|
// CircleStop aliases
|
|
3422
3424
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3423
3425
|
export {
|
|
3424
3426
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
|
|
3425
3427
|
default as StopCircleIcon
|
|
3426
3428
|
} from '../icons/circle-stop';
|
|
3429
|
+
// CircleUserRound aliases
|
|
3430
|
+
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3431
|
+
export {
|
|
3432
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
3433
|
+
default as UserCircle2Icon
|
|
3434
|
+
} from '../icons/circle-user-round';
|
|
3435
|
+
// CircleX aliases
|
|
3436
|
+
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3437
|
+
export {
|
|
3438
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. */
|
|
3439
|
+
default as XCircleIcon
|
|
3440
|
+
} from '../icons/circle-x';
|
|
3427
3441
|
// ClipboardPenLine aliases
|
|
3428
3442
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3429
3443
|
export {
|
|
@@ -3436,42 +3450,36 @@ export {
|
|
|
3436
3450
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. */
|
|
3437
3451
|
default as UserCircleIcon
|
|
3438
3452
|
} from '../icons/circle-user';
|
|
3439
|
-
// ClipboardPen aliases
|
|
3440
|
-
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3441
|
-
export {
|
|
3442
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. */
|
|
3443
|
-
default as ClipboardEditIcon
|
|
3444
|
-
} from '../icons/clipboard-pen';
|
|
3445
3453
|
// CloudDownload aliases
|
|
3446
3454
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3447
3455
|
export {
|
|
3448
3456
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. */
|
|
3449
3457
|
default as DownloadCloudIcon
|
|
3450
3458
|
} from '../icons/cloud-download';
|
|
3451
|
-
//
|
|
3452
|
-
export { default as
|
|
3459
|
+
// CodeXml aliases
|
|
3460
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3453
3461
|
export {
|
|
3454
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3455
|
-
default as
|
|
3456
|
-
} from '../icons/
|
|
3462
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. */
|
|
3463
|
+
default as Code2Icon
|
|
3464
|
+
} from '../icons/code-xml';
|
|
3457
3465
|
// CloudUpload aliases
|
|
3458
3466
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3459
3467
|
export {
|
|
3460
3468
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. */
|
|
3461
3469
|
default as UploadCloudIcon
|
|
3462
3470
|
} from '../icons/cloud-upload';
|
|
3463
|
-
// CodeXml aliases
|
|
3464
|
-
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3465
|
-
export {
|
|
3466
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. */
|
|
3467
|
-
default as Code2Icon
|
|
3468
|
-
} from '../icons/code-xml';
|
|
3469
3471
|
// Columns2 aliases
|
|
3470
3472
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3471
3473
|
export {
|
|
3472
3474
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. */
|
|
3473
3475
|
default as ColumnsIcon
|
|
3474
3476
|
} from '../icons/columns-2';
|
|
3477
|
+
// ClipboardPen aliases
|
|
3478
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3479
|
+
export {
|
|
3480
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. */
|
|
3481
|
+
default as ClipboardEditIcon
|
|
3482
|
+
} from '../icons/clipboard-pen';
|
|
3475
3483
|
// Columns3Cog aliases
|
|
3476
3484
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3477
3485
|
export {
|
|
@@ -3488,6 +3496,12 @@ export {
|
|
|
3488
3496
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. */
|
|
3489
3497
|
default as PanelsLeftRightIcon
|
|
3490
3498
|
} from '../icons/columns-3';
|
|
3499
|
+
// ContactRound aliases
|
|
3500
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3501
|
+
export {
|
|
3502
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. */
|
|
3503
|
+
default as Contact2Icon
|
|
3504
|
+
} from '../icons/contact-round';
|
|
3491
3505
|
// DiamondPercent aliases
|
|
3492
3506
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3493
3507
|
export {
|
|
@@ -3500,30 +3514,24 @@ export {
|
|
|
3500
3514
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. */
|
|
3501
3515
|
default as Globe2Icon
|
|
3502
3516
|
} from '../icons/earth';
|
|
3503
|
-
// ContactRound aliases
|
|
3504
|
-
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3505
|
-
export {
|
|
3506
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. */
|
|
3507
|
-
default as Contact2Icon
|
|
3508
|
-
} from '../icons/contact-round';
|
|
3509
3517
|
// EllipsisVertical aliases
|
|
3510
3518
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3511
3519
|
export {
|
|
3512
3520
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
|
|
3513
3521
|
default as MoreVerticalIcon
|
|
3514
3522
|
} from '../icons/ellipsis-vertical';
|
|
3515
|
-
// FaceAngry aliases
|
|
3516
|
-
export { default as FaceAngryIcon } from '../icons/face-angry';
|
|
3517
|
-
export {
|
|
3518
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceAngry} instead. */
|
|
3519
|
-
default as AngryIcon
|
|
3520
|
-
} from '../icons/face-angry';
|
|
3521
3523
|
// Ellipsis aliases
|
|
3522
3524
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3523
3525
|
export {
|
|
3524
3526
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. */
|
|
3525
3527
|
default as MoreHorizontalIcon
|
|
3526
3528
|
} from '../icons/ellipsis';
|
|
3529
|
+
// FaceAngry aliases
|
|
3530
|
+
export { default as FaceAngryIcon } from '../icons/face-angry';
|
|
3531
|
+
export {
|
|
3532
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceAngry} instead. */
|
|
3533
|
+
default as AngryIcon
|
|
3534
|
+
} from '../icons/face-angry';
|
|
3527
3535
|
// FaceExpressionless aliases
|
|
3528
3536
|
export { default as FaceExpressionlessIcon } from '../icons/face-expressionless';
|
|
3529
3537
|
export {
|
|
@@ -3542,18 +3550,18 @@ export {
|
|
|
3542
3550
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceNeutral} instead. */
|
|
3543
3551
|
default as MehIcon
|
|
3544
3552
|
} from '../icons/face-neutral';
|
|
3545
|
-
// FaceSlightlySmilingPlus aliases
|
|
3546
|
-
export { default as FaceSlightlySmilingPlusIcon } from '../icons/face-slightly-smiling-plus';
|
|
3547
|
-
export {
|
|
3548
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmilingPlus} instead. */
|
|
3549
|
-
default as SmilePlusIcon
|
|
3550
|
-
} from '../icons/face-slightly-smiling-plus';
|
|
3551
3553
|
// FaceSlightlyFrowning aliases
|
|
3552
3554
|
export { default as FaceSlightlyFrowningIcon } from '../icons/face-slightly-frowning';
|
|
3553
3555
|
export {
|
|
3554
3556
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlyFrowning} instead. */
|
|
3555
3557
|
default as FrownIcon
|
|
3556
3558
|
} from '../icons/face-slightly-frowning';
|
|
3559
|
+
// FaceSlightlySmilingPlus aliases
|
|
3560
|
+
export { default as FaceSlightlySmilingPlusIcon } from '../icons/face-slightly-smiling-plus';
|
|
3561
|
+
export {
|
|
3562
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmilingPlus} instead. */
|
|
3563
|
+
default as SmilePlusIcon
|
|
3564
|
+
} from '../icons/face-slightly-smiling-plus';
|
|
3557
3565
|
// FaceSlightlySmiling aliases
|
|
3558
3566
|
export { default as FaceSlightlySmilingIcon } from '../icons/face-slightly-smiling';
|
|
3559
3567
|
export {
|
|
@@ -3566,18 +3574,18 @@ export {
|
|
|
3566
3574
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
3567
3575
|
default as FileAxis3DIcon
|
|
3568
3576
|
} from '../icons/file-axis-3d';
|
|
3569
|
-
// FileBracesCorner aliases
|
|
3570
|
-
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3571
|
-
export {
|
|
3572
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
|
|
3573
|
-
default as FileJson2Icon
|
|
3574
|
-
} from '../icons/file-braces-corner';
|
|
3575
3577
|
// FileBadge aliases
|
|
3576
3578
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3577
3579
|
export {
|
|
3578
3580
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
|
|
3579
3581
|
default as FileBadge2Icon
|
|
3580
3582
|
} from '../icons/file-badge';
|
|
3583
|
+
// FileBracesCorner aliases
|
|
3584
|
+
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3585
|
+
export {
|
|
3586
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
|
|
3587
|
+
default as FileJson2Icon
|
|
3588
|
+
} from '../icons/file-braces-corner';
|
|
3581
3589
|
// FileBraces aliases
|
|
3582
3590
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3583
3591
|
export {
|
|
@@ -3590,18 +3598,24 @@ export {
|
|
|
3590
3598
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
|
|
3591
3599
|
default as FileBarChartIcon
|
|
3592
3600
|
} from '../icons/file-chart-column-increasing';
|
|
3593
|
-
// FileChartLine aliases
|
|
3594
|
-
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3595
|
-
export {
|
|
3596
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
|
|
3597
|
-
default as FileLineChartIcon
|
|
3598
|
-
} from '../icons/file-chart-line';
|
|
3599
3601
|
// FileChartColumn aliases
|
|
3600
3602
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3601
3603
|
export {
|
|
3602
3604
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
|
|
3603
3605
|
default as FileBarChart2Icon
|
|
3604
3606
|
} from '../icons/file-chart-column';
|
|
3607
|
+
// FileChartPie aliases
|
|
3608
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3609
|
+
export {
|
|
3610
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. */
|
|
3611
|
+
default as FilePieChartIcon
|
|
3612
|
+
} from '../icons/file-chart-pie';
|
|
3613
|
+
// FileChartLine aliases
|
|
3614
|
+
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3615
|
+
export {
|
|
3616
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
|
|
3617
|
+
default as FileLineChartIcon
|
|
3618
|
+
} from '../icons/file-chart-line';
|
|
3605
3619
|
// FileCheckCorner aliases
|
|
3606
3620
|
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3607
3621
|
export {
|
|
@@ -3614,12 +3628,6 @@ export {
|
|
|
3614
3628
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
|
|
3615
3629
|
default as FileCode2Icon
|
|
3616
3630
|
} from '../icons/file-code-corner';
|
|
3617
|
-
// FileChartPie aliases
|
|
3618
|
-
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3619
|
-
export {
|
|
3620
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. */
|
|
3621
|
-
default as FilePieChartIcon
|
|
3622
|
-
} from '../icons/file-chart-pie';
|
|
3623
3631
|
// FileCog aliases
|
|
3624
3632
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3625
3633
|
export {
|
|
@@ -3632,6 +3640,12 @@ export {
|
|
|
3632
3640
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
|
|
3633
3641
|
default as FileWarningIcon
|
|
3634
3642
|
} from '../icons/file-exclamation-point';
|
|
3643
|
+
// FileLock aliases
|
|
3644
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3645
|
+
export {
|
|
3646
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
3647
|
+
default as FileLock2Icon
|
|
3648
|
+
} from '../icons/file-lock';
|
|
3635
3649
|
// FileHeadphone aliases
|
|
3636
3650
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3637
3651
|
export {
|
|
@@ -3642,24 +3656,12 @@ export {
|
|
|
3642
3656
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. */
|
|
3643
3657
|
default as FileAudio2Icon
|
|
3644
3658
|
} from '../icons/file-headphone';
|
|
3645
|
-
// FileLock aliases
|
|
3646
|
-
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3647
|
-
export {
|
|
3648
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
3649
|
-
default as FileLock2Icon
|
|
3650
|
-
} from '../icons/file-lock';
|
|
3651
3659
|
// FileKey aliases
|
|
3652
3660
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3653
3661
|
export {
|
|
3654
3662
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
|
|
3655
3663
|
default as FileKey2Icon
|
|
3656
3664
|
} from '../icons/file-key';
|
|
3657
|
-
// FilePenLine aliases
|
|
3658
|
-
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3659
|
-
export {
|
|
3660
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
|
|
3661
|
-
default as FileSignatureIcon
|
|
3662
|
-
} from '../icons/file-pen-line';
|
|
3663
3665
|
// FileMinusCorner aliases
|
|
3664
3666
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3665
3667
|
export {
|
|
@@ -3672,24 +3674,30 @@ export {
|
|
|
3672
3674
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
3673
3675
|
default as FileEditIcon
|
|
3674
3676
|
} from '../icons/file-pen';
|
|
3677
|
+
// FilePenLine aliases
|
|
3678
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3679
|
+
export {
|
|
3680
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
|
|
3681
|
+
default as FileSignatureIcon
|
|
3682
|
+
} from '../icons/file-pen-line';
|
|
3675
3683
|
// FilePlay aliases
|
|
3676
3684
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3677
3685
|
export {
|
|
3678
3686
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
3679
3687
|
default as FileVideoIcon
|
|
3680
3688
|
} from '../icons/file-play';
|
|
3681
|
-
// FileQuestionMark aliases
|
|
3682
|
-
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3683
|
-
export {
|
|
3684
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
|
|
3685
|
-
default as FileQuestionIcon
|
|
3686
|
-
} from '../icons/file-question-mark';
|
|
3687
3689
|
// FilePlusCorner aliases
|
|
3688
3690
|
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3689
3691
|
export {
|
|
3690
3692
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
3691
3693
|
default as FilePlus2Icon
|
|
3692
3694
|
} from '../icons/file-plus-corner';
|
|
3695
|
+
// FileQuestionMark aliases
|
|
3696
|
+
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3697
|
+
export {
|
|
3698
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
|
|
3699
|
+
default as FileQuestionIcon
|
|
3700
|
+
} from '../icons/file-question-mark';
|
|
3693
3701
|
// FileSearchCorner aliases
|
|
3694
3702
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3695
3703
|
export {
|
|
@@ -3702,24 +3710,30 @@ export {
|
|
|
3702
3710
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
|
|
3703
3711
|
default as FileVolume2Icon
|
|
3704
3712
|
} from '../icons/file-signal';
|
|
3705
|
-
// FileTypeCorner aliases
|
|
3706
|
-
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3707
|
-
export {
|
|
3708
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
|
|
3709
|
-
default as FileType2Icon
|
|
3710
|
-
} from '../icons/file-type-corner';
|
|
3711
3713
|
// FileVideoCamera aliases
|
|
3712
3714
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3713
3715
|
export {
|
|
3714
3716
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
3715
3717
|
default as FileVideo2Icon
|
|
3716
3718
|
} from '../icons/file-video-camera';
|
|
3719
|
+
// FileTypeCorner aliases
|
|
3720
|
+
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3721
|
+
export {
|
|
3722
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
|
|
3723
|
+
default as FileType2Icon
|
|
3724
|
+
} from '../icons/file-type-corner';
|
|
3717
3725
|
// FileXCorner aliases
|
|
3718
3726
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3719
3727
|
export {
|
|
3720
3728
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
|
|
3721
3729
|
default as FileX2Icon
|
|
3722
3730
|
} from '../icons/file-x-corner';
|
|
3731
|
+
// FolderCog aliases
|
|
3732
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3733
|
+
export {
|
|
3734
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
|
|
3735
|
+
default as FolderCog2Icon
|
|
3736
|
+
} from '../icons/folder-cog';
|
|
3723
3737
|
// FingerprintPattern aliases
|
|
3724
3738
|
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3725
3739
|
export {
|
|
@@ -3732,12 +3746,6 @@ export {
|
|
|
3732
3746
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
|
|
3733
3747
|
default as FolderEditIcon
|
|
3734
3748
|
} from '../icons/folder-pen';
|
|
3735
|
-
// FolderCog aliases
|
|
3736
|
-
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3737
|
-
export {
|
|
3738
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
|
|
3739
|
-
default as FolderCog2Icon
|
|
3740
|
-
} from '../icons/folder-cog';
|
|
3741
3749
|
// FunnelX aliases
|
|
3742
3750
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3743
3751
|
export {
|
|
@@ -3790,12 +3798,6 @@ export {
|
|
|
3790
3798
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
|
|
3791
3799
|
default as Grid3X3Icon
|
|
3792
3800
|
} from '../icons/grid-3x3';
|
|
3793
|
-
// House aliases
|
|
3794
|
-
export { default as HouseIcon } from '../icons/house';
|
|
3795
|
-
export {
|
|
3796
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
|
|
3797
|
-
default as HomeIcon
|
|
3798
|
-
} from '../icons/house';
|
|
3799
3801
|
// HandGrab aliases
|
|
3800
3802
|
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3801
3803
|
export {
|
|
@@ -3808,6 +3810,12 @@ export {
|
|
|
3808
3810
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
3809
3811
|
default as HelpingHandIcon
|
|
3810
3812
|
} from '../icons/hand-helping';
|
|
3813
|
+
// House aliases
|
|
3814
|
+
export { default as HouseIcon } from '../icons/house';
|
|
3815
|
+
export {
|
|
3816
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
|
|
3817
|
+
default as HomeIcon
|
|
3818
|
+
} from '../icons/house';
|
|
3811
3819
|
// IceCreamBowl aliases
|
|
3812
3820
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3813
3821
|
export {
|
|
@@ -3852,36 +3860,36 @@ export {
|
|
|
3852
3860
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
3853
3861
|
default as IndentIncreaseIcon
|
|
3854
3862
|
} from '../icons/list-indent-increase';
|
|
3855
|
-
// LoaderCircle aliases
|
|
3856
|
-
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3857
|
-
export {
|
|
3858
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
|
|
3859
|
-
default as Loader2Icon
|
|
3860
|
-
} from '../icons/loader-circle';
|
|
3861
3863
|
// LockKeyholeOpen aliases
|
|
3862
3864
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3863
3865
|
export {
|
|
3864
3866
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. */
|
|
3865
3867
|
default as UnlockKeyholeIcon
|
|
3866
3868
|
} from '../icons/lock-keyhole-open';
|
|
3869
|
+
// LoaderCircle aliases
|
|
3870
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3871
|
+
export {
|
|
3872
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
|
|
3873
|
+
default as Loader2Icon
|
|
3874
|
+
} from '../icons/loader-circle';
|
|
3867
3875
|
// MailQuestionMark aliases
|
|
3868
3876
|
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3869
3877
|
export {
|
|
3870
3878
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. */
|
|
3871
3879
|
default as MailQuestionIcon
|
|
3872
3880
|
} from '../icons/mail-question-mark';
|
|
3873
|
-
// LockOpen aliases
|
|
3874
|
-
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3875
|
-
export {
|
|
3876
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
|
|
3877
|
-
default as UnlockIcon
|
|
3878
|
-
} from '../icons/lock-open';
|
|
3879
3881
|
// MapPinPen aliases
|
|
3880
3882
|
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3881
3883
|
export {
|
|
3882
3884
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. */
|
|
3883
3885
|
default as LocationEditIcon
|
|
3884
3886
|
} from '../icons/map-pin-pen';
|
|
3887
|
+
// LockOpen aliases
|
|
3888
|
+
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3889
|
+
export {
|
|
3890
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
|
|
3891
|
+
default as UnlockIcon
|
|
3892
|
+
} from '../icons/lock-open';
|
|
3885
3893
|
// MessageCircleQuestionMark aliases
|
|
3886
3894
|
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3887
3895
|
export {
|
|
@@ -3906,6 +3914,12 @@ export {
|
|
|
3906
3914
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. */
|
|
3907
3915
|
default as Move3DIcon
|
|
3908
3916
|
} from '../icons/move-3d';
|
|
3917
|
+
// OctagonPause aliases
|
|
3918
|
+
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3919
|
+
export {
|
|
3920
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
3921
|
+
default as PauseOctagonIcon
|
|
3922
|
+
} from '../icons/octagon-pause';
|
|
3909
3923
|
// OctagonAlert aliases
|
|
3910
3924
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3911
3925
|
export {
|
|
@@ -3918,12 +3932,6 @@ export {
|
|
|
3918
3932
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. */
|
|
3919
3933
|
default as XOctagonIcon
|
|
3920
3934
|
} from '../icons/octagon-x';
|
|
3921
|
-
// OctagonPause aliases
|
|
3922
|
-
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3923
|
-
export {
|
|
3924
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
3925
|
-
default as PauseOctagonIcon
|
|
3926
|
-
} from '../icons/octagon-pause';
|
|
3927
3935
|
// PaintbrushVertical aliases
|
|
3928
3936
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3929
3937
|
export {
|
|
@@ -3954,30 +3962,30 @@ export {
|
|
|
3954
3962
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
3955
3963
|
default as SidebarOpenIcon
|
|
3956
3964
|
} from '../icons/panel-left-open';
|
|
3957
|
-
// PanelRightDashed aliases
|
|
3958
|
-
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3959
|
-
export {
|
|
3960
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. */
|
|
3961
|
-
default as PanelRightInactiveIcon
|
|
3962
|
-
} from '../icons/panel-right-dashed';
|
|
3963
|
-
// PanelLeft aliases
|
|
3964
|
-
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3965
|
-
export {
|
|
3966
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
3967
|
-
default as SidebarIcon
|
|
3968
|
-
} from '../icons/panel-left';
|
|
3969
3965
|
// PanelTopDashed aliases
|
|
3970
3966
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3971
3967
|
export {
|
|
3972
3968
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
|
|
3973
3969
|
default as PanelTopInactiveIcon
|
|
3974
3970
|
} from '../icons/panel-top-dashed';
|
|
3971
|
+
// PanelRightDashed aliases
|
|
3972
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3973
|
+
export {
|
|
3974
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. */
|
|
3975
|
+
default as PanelRightInactiveIcon
|
|
3976
|
+
} from '../icons/panel-right-dashed';
|
|
3975
3977
|
// PanelsTopLeft aliases
|
|
3976
3978
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3977
3979
|
export {
|
|
3978
3980
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. */
|
|
3979
3981
|
default as LayoutIcon
|
|
3980
3982
|
} from '../icons/panels-top-left';
|
|
3983
|
+
// PanelLeft aliases
|
|
3984
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3985
|
+
export {
|
|
3986
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
3987
|
+
default as SidebarIcon
|
|
3988
|
+
} from '../icons/panel-left';
|
|
3981
3989
|
// PenLine aliases
|
|
3982
3990
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3983
3991
|
export {
|
|
@@ -4008,18 +4016,18 @@ export {
|
|
|
4008
4016
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
4009
4017
|
default as Rotate3DIcon
|
|
4010
4018
|
} from '../icons/rotate-3d';
|
|
4011
|
-
// RotateCcwClock aliases
|
|
4012
|
-
export { default as RotateCcwClockIcon } from '../icons/rotate-ccw-clock';
|
|
4013
|
-
export {
|
|
4014
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
|
|
4015
|
-
default as HistoryIcon
|
|
4016
|
-
} from '../icons/rotate-ccw-clock';
|
|
4017
4019
|
// Rows2 aliases
|
|
4018
4020
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
4019
4021
|
export {
|
|
4020
4022
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
4021
4023
|
default as RowsIcon
|
|
4022
4024
|
} from '../icons/rows-2';
|
|
4025
|
+
// RotateCcwClock aliases
|
|
4026
|
+
export { default as RotateCcwClockIcon } from '../icons/rotate-ccw-clock';
|
|
4027
|
+
export {
|
|
4028
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
|
|
4029
|
+
default as HistoryIcon
|
|
4030
|
+
} from '../icons/rotate-ccw-clock';
|
|
4023
4031
|
// Rows3 aliases
|
|
4024
4032
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
4025
4033
|
export {
|
|
@@ -4050,6 +4058,12 @@ export {
|
|
|
4050
4058
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. */
|
|
4051
4059
|
default as SlidersIcon
|
|
4052
4060
|
} from '../icons/sliders-vertical';
|
|
4061
|
+
// Sparkles aliases
|
|
4062
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
4063
|
+
export {
|
|
4064
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
4065
|
+
default as StarsIcon
|
|
4066
|
+
} from '../icons/sparkles';
|
|
4053
4067
|
// ShieldX aliases
|
|
4054
4068
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
4055
4069
|
export {
|
|
@@ -4062,84 +4076,78 @@ export {
|
|
|
4062
4076
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
|
|
4063
4077
|
default as ActivitySquareIcon
|
|
4064
4078
|
} from '../icons/square-activity';
|
|
4065
|
-
// Sparkles aliases
|
|
4066
|
-
export { default as SparklesIcon } from '../icons/sparkles';
|
|
4067
|
-
export {
|
|
4068
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
4069
|
-
default as StarsIcon
|
|
4070
|
-
} from '../icons/sparkles';
|
|
4071
4079
|
// SquareArrowDownLeft aliases
|
|
4072
4080
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
4073
4081
|
export {
|
|
4074
4082
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. */
|
|
4075
4083
|
default as ArrowDownLeftSquareIcon
|
|
4076
4084
|
} from '../icons/square-arrow-down-left';
|
|
4077
|
-
// SquareArrowDown aliases
|
|
4078
|
-
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
4079
|
-
export {
|
|
4080
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
|
|
4081
|
-
default as ArrowDownSquareIcon
|
|
4082
|
-
} from '../icons/square-arrow-down';
|
|
4083
4085
|
// SquareArrowDownRight aliases
|
|
4084
4086
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
4085
4087
|
export {
|
|
4086
4088
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. */
|
|
4087
4089
|
default as ArrowDownRightSquareIcon
|
|
4088
4090
|
} from '../icons/square-arrow-down-right';
|
|
4089
|
-
//
|
|
4090
|
-
export { default as
|
|
4091
|
+
// SquareArrowDown aliases
|
|
4092
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
4091
4093
|
export {
|
|
4092
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4093
|
-
default as
|
|
4094
|
-
} from '../icons/square-arrow-
|
|
4094
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
|
|
4095
|
+
default as ArrowDownSquareIcon
|
|
4096
|
+
} from '../icons/square-arrow-down';
|
|
4095
4097
|
// SquareArrowOutDownLeft aliases
|
|
4096
4098
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
4097
4099
|
export {
|
|
4098
4100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
4099
4101
|
default as ArrowDownLeftFromSquareIcon
|
|
4100
4102
|
} from '../icons/square-arrow-out-down-left';
|
|
4101
|
-
//
|
|
4102
|
-
export { default as
|
|
4103
|
-
export {
|
|
4104
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
4105
|
-
default as ArrowUpLeftFromSquareIcon
|
|
4106
|
-
} from '../icons/square-arrow-out-up-left';
|
|
4107
|
-
// SquareArrowRight aliases
|
|
4108
|
-
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
4103
|
+
// SquareArrowLeft aliases
|
|
4104
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
4109
4105
|
export {
|
|
4110
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4111
|
-
default as
|
|
4112
|
-
} from '../icons/square-arrow-
|
|
4106
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
4107
|
+
default as ArrowLeftSquareIcon
|
|
4108
|
+
} from '../icons/square-arrow-left';
|
|
4113
4109
|
// SquareArrowOutDownRight aliases
|
|
4114
4110
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
4115
4111
|
export {
|
|
4116
4112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
|
|
4117
4113
|
default as ArrowDownRightFromSquareIcon
|
|
4118
4114
|
} from '../icons/square-arrow-out-down-right';
|
|
4115
|
+
// SquareArrowOutUpLeft aliases
|
|
4116
|
+
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
4117
|
+
export {
|
|
4118
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
4119
|
+
default as ArrowUpLeftFromSquareIcon
|
|
4120
|
+
} from '../icons/square-arrow-out-up-left';
|
|
4119
4121
|
// SquareArrowOutUpRight aliases
|
|
4120
4122
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
4121
4123
|
export {
|
|
4122
4124
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
4123
4125
|
default as ArrowUpRightFromSquareIcon
|
|
4124
4126
|
} from '../icons/square-arrow-out-up-right';
|
|
4127
|
+
// SquareArrowRight aliases
|
|
4128
|
+
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
4129
|
+
export {
|
|
4130
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
4131
|
+
default as ArrowRightSquareIcon
|
|
4132
|
+
} from '../icons/square-arrow-right';
|
|
4125
4133
|
// SquareArrowUpLeft aliases
|
|
4126
4134
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4127
4135
|
export {
|
|
4128
4136
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
4129
4137
|
default as ArrowUpLeftSquareIcon
|
|
4130
4138
|
} from '../icons/square-arrow-up-left';
|
|
4131
|
-
// SquareArrowUp aliases
|
|
4132
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
4133
|
-
export {
|
|
4134
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
4135
|
-
default as ArrowUpSquareIcon
|
|
4136
|
-
} from '../icons/square-arrow-up';
|
|
4137
4139
|
// SquareArrowUpRight aliases
|
|
4138
4140
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
4139
4141
|
export {
|
|
4140
4142
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. */
|
|
4141
4143
|
default as ArrowUpRightSquareIcon
|
|
4142
4144
|
} from '../icons/square-arrow-up-right';
|
|
4145
|
+
// SquareArrowUp aliases
|
|
4146
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
4147
|
+
export {
|
|
4148
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
4149
|
+
default as ArrowUpSquareIcon
|
|
4150
|
+
} from '../icons/square-arrow-up';
|
|
4143
4151
|
// SquareAsterisk aliases
|
|
4144
4152
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
4145
4153
|
export {
|
|
@@ -4164,12 +4172,6 @@ export {
|
|
|
4164
4172
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
|
|
4165
4173
|
default as FlipHorizontalIcon
|
|
4166
4174
|
} from '../icons/square-centerline-dashed-horizontal';
|
|
4167
|
-
// SquareCheck aliases
|
|
4168
|
-
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4169
|
-
export {
|
|
4170
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4171
|
-
default as CheckSquare2Icon
|
|
4172
|
-
} from '../icons/square-check';
|
|
4173
4175
|
// SquareChartGantt aliases
|
|
4174
4176
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4175
4177
|
export {
|
|
@@ -4186,12 +4188,24 @@ export {
|
|
|
4186
4188
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
4187
4189
|
default as CheckSquareIcon
|
|
4188
4190
|
} from '../icons/square-check-big';
|
|
4191
|
+
// SquareChevronLeft aliases
|
|
4192
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4193
|
+
export {
|
|
4194
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
4195
|
+
default as ChevronLeftSquareIcon
|
|
4196
|
+
} from '../icons/square-chevron-left';
|
|
4189
4197
|
// SquareChevronDown aliases
|
|
4190
4198
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4191
4199
|
export {
|
|
4192
4200
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
4193
4201
|
default as ChevronDownSquareIcon
|
|
4194
4202
|
} from '../icons/square-chevron-down';
|
|
4203
|
+
// SquareCheck aliases
|
|
4204
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4205
|
+
export {
|
|
4206
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4207
|
+
default as CheckSquare2Icon
|
|
4208
|
+
} from '../icons/square-check';
|
|
4195
4209
|
// SquareChevronRight aliases
|
|
4196
4210
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4197
4211
|
export {
|
|
@@ -4204,12 +4218,6 @@ export {
|
|
|
4204
4218
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
|
|
4205
4219
|
default as ChevronUpSquareIcon
|
|
4206
4220
|
} from '../icons/square-chevron-up';
|
|
4207
|
-
// SquareChevronLeft aliases
|
|
4208
|
-
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4209
|
-
export {
|
|
4210
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
4211
|
-
default as ChevronLeftSquareIcon
|
|
4212
|
-
} from '../icons/square-chevron-left';
|
|
4213
4221
|
// SquareCode aliases
|
|
4214
4222
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4215
4223
|
export {
|
|
@@ -4262,24 +4270,30 @@ export {
|
|
|
4262
4270
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
4263
4271
|
default as EqualSquareIcon
|
|
4264
4272
|
} from '../icons/square-equal';
|
|
4265
|
-
// SquareKanban aliases
|
|
4266
|
-
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4267
|
-
export {
|
|
4268
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
|
|
4269
|
-
default as KanbanSquareIcon
|
|
4270
|
-
} from '../icons/square-kanban';
|
|
4271
4273
|
// SquareFunction aliases
|
|
4272
4274
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4273
4275
|
export {
|
|
4274
4276
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. */
|
|
4275
4277
|
default as FunctionSquareIcon
|
|
4276
4278
|
} from '../icons/square-function';
|
|
4279
|
+
// SquareKanban aliases
|
|
4280
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4281
|
+
export {
|
|
4282
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
|
|
4283
|
+
default as KanbanSquareIcon
|
|
4284
|
+
} from '../icons/square-kanban';
|
|
4277
4285
|
// SquareM aliases
|
|
4278
4286
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4279
4287
|
export {
|
|
4280
4288
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
|
|
4281
4289
|
default as MSquareIcon
|
|
4282
4290
|
} from '../icons/square-m';
|
|
4291
|
+
// SquareLibrary aliases
|
|
4292
|
+
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4293
|
+
export {
|
|
4294
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
|
|
4295
|
+
default as LibrarySquareIcon
|
|
4296
|
+
} from '../icons/square-library';
|
|
4283
4297
|
// SquareMenu aliases
|
|
4284
4298
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4285
4299
|
export {
|
|
@@ -4292,18 +4306,6 @@ export {
|
|
|
4292
4306
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. */
|
|
4293
4307
|
default as MinusSquareIcon
|
|
4294
4308
|
} from '../icons/square-minus';
|
|
4295
|
-
// SquareLibrary aliases
|
|
4296
|
-
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4297
|
-
export {
|
|
4298
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
|
|
4299
|
-
default as LibrarySquareIcon
|
|
4300
|
-
} from '../icons/square-library';
|
|
4301
|
-
// SquareParkingOff aliases
|
|
4302
|
-
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4303
|
-
export {
|
|
4304
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4305
|
-
default as ParkingSquareOffIcon
|
|
4306
|
-
} from '../icons/square-parking-off';
|
|
4307
4309
|
// SquareMousePointer aliases
|
|
4308
4310
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4309
4311
|
export {
|
|
@@ -4330,30 +4332,30 @@ export {
|
|
|
4330
4332
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
4331
4333
|
default as PenSquareIcon
|
|
4332
4334
|
} from '../icons/square-pen';
|
|
4335
|
+
// SquareParkingOff aliases
|
|
4336
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4337
|
+
export {
|
|
4338
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4339
|
+
default as ParkingSquareOffIcon
|
|
4340
|
+
} from '../icons/square-parking-off';
|
|
4333
4341
|
// SquarePercent aliases
|
|
4334
4342
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4335
4343
|
export {
|
|
4336
4344
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
|
|
4337
4345
|
default as PercentSquareIcon
|
|
4338
4346
|
} from '../icons/square-percent';
|
|
4339
|
-
// SquarePi aliases
|
|
4340
|
-
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4341
|
-
export {
|
|
4342
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
4343
|
-
default as PiSquareIcon
|
|
4344
|
-
} from '../icons/square-pi';
|
|
4345
|
-
// SquarePlay aliases
|
|
4346
|
-
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4347
|
-
export {
|
|
4348
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
|
|
4349
|
-
default as PlaySquareIcon
|
|
4350
|
-
} from '../icons/square-play';
|
|
4351
4347
|
// SquarePilcrow aliases
|
|
4352
4348
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4353
4349
|
export {
|
|
4354
4350
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
|
|
4355
4351
|
default as PilcrowSquareIcon
|
|
4356
4352
|
} from '../icons/square-pilcrow';
|
|
4353
|
+
// SquarePi aliases
|
|
4354
|
+
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4355
|
+
export {
|
|
4356
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
4357
|
+
default as PiSquareIcon
|
|
4358
|
+
} from '../icons/square-pi';
|
|
4357
4359
|
// SquarePlus aliases
|
|
4358
4360
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4359
4361
|
export {
|
|
@@ -4366,48 +4368,54 @@ export {
|
|
|
4366
4368
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
|
|
4367
4369
|
default as PowerSquareIcon
|
|
4368
4370
|
} from '../icons/square-power';
|
|
4371
|
+
// SquarePlay aliases
|
|
4372
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4373
|
+
export {
|
|
4374
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
|
|
4375
|
+
default as PlaySquareIcon
|
|
4376
|
+
} from '../icons/square-play';
|
|
4369
4377
|
// SquareScissors aliases
|
|
4370
4378
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4371
4379
|
export {
|
|
4372
4380
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
|
|
4373
4381
|
default as ScissorsSquareIcon
|
|
4374
4382
|
} from '../icons/square-scissors';
|
|
4383
|
+
// SquareSigma aliases
|
|
4384
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4385
|
+
export {
|
|
4386
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
|
|
4387
|
+
default as SigmaSquareIcon
|
|
4388
|
+
} from '../icons/square-sigma';
|
|
4375
4389
|
// SquareSlash aliases
|
|
4376
4390
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4377
4391
|
export {
|
|
4378
4392
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
4379
4393
|
default as SlashSquareIcon
|
|
4380
4394
|
} from '../icons/square-slash';
|
|
4381
|
-
//
|
|
4382
|
-
export { default as
|
|
4395
|
+
// SquareTerminal aliases
|
|
4396
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4383
4397
|
export {
|
|
4384
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4385
|
-
default as
|
|
4386
|
-
} from '../icons/square-
|
|
4398
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
|
|
4399
|
+
default as TerminalSquareIcon
|
|
4400
|
+
} from '../icons/square-terminal';
|
|
4387
4401
|
// SquareSplitHorizontal aliases
|
|
4388
4402
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4389
4403
|
export {
|
|
4390
4404
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
4391
4405
|
default as SplitSquareHorizontalIcon
|
|
4392
4406
|
} from '../icons/square-split-horizontal';
|
|
4393
|
-
// SquareSplitVertical aliases
|
|
4394
|
-
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4395
|
-
export {
|
|
4396
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. */
|
|
4397
|
-
default as SplitSquareVerticalIcon
|
|
4398
|
-
} from '../icons/square-split-vertical';
|
|
4399
4407
|
// SquareUserRound aliases
|
|
4400
4408
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4401
4409
|
export {
|
|
4402
4410
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. */
|
|
4403
4411
|
default as UserSquare2Icon
|
|
4404
4412
|
} from '../icons/square-user-round';
|
|
4405
|
-
//
|
|
4406
|
-
export { default as
|
|
4413
|
+
// SquareSplitVertical aliases
|
|
4414
|
+
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4407
4415
|
export {
|
|
4408
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4409
|
-
default as
|
|
4410
|
-
} from '../icons/square-
|
|
4416
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. */
|
|
4417
|
+
default as SplitSquareVerticalIcon
|
|
4418
|
+
} from '../icons/square-split-vertical';
|
|
4411
4419
|
// SquareUser aliases
|
|
4412
4420
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4413
4421
|
export {
|
|
@@ -4438,6 +4446,12 @@ export {
|
|
|
4438
4446
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
|
|
4439
4447
|
default as AlignRightIcon
|
|
4440
4448
|
} from '../icons/text-align-end';
|
|
4449
|
+
// TextAlignJustify aliases
|
|
4450
|
+
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4451
|
+
export {
|
|
4452
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
4453
|
+
default as AlignJustifyIcon
|
|
4454
|
+
} from '../icons/text-align-justify';
|
|
4441
4455
|
// TextAlignStart aliases
|
|
4442
4456
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4443
4457
|
export {
|
|
@@ -4448,18 +4462,6 @@ export {
|
|
|
4448
4462
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
|
|
4449
4463
|
default as AlignLeftIcon
|
|
4450
4464
|
} from '../icons/text-align-start';
|
|
4451
|
-
// TextAlignJustify aliases
|
|
4452
|
-
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4453
|
-
export {
|
|
4454
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
4455
|
-
default as AlignJustifyIcon
|
|
4456
|
-
} from '../icons/text-align-justify';
|
|
4457
|
-
// TextInitial aliases
|
|
4458
|
-
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4459
|
-
export {
|
|
4460
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4461
|
-
default as LetterTextIcon
|
|
4462
|
-
} from '../icons/text-initial';
|
|
4463
4465
|
// TextWrap aliases
|
|
4464
4466
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4465
4467
|
export {
|
|
@@ -4472,6 +4474,12 @@ export {
|
|
|
4472
4474
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
4473
4475
|
default as TrainIcon
|
|
4474
4476
|
} from '../icons/tram-front';
|
|
4477
|
+
// TextInitial aliases
|
|
4478
|
+
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4479
|
+
export {
|
|
4480
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4481
|
+
default as LetterTextIcon
|
|
4482
|
+
} from '../icons/text-initial';
|
|
4475
4483
|
// TreePalm aliases
|
|
4476
4484
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4477
4485
|
export {
|
|
@@ -4484,18 +4492,18 @@ export {
|
|
|
4484
4492
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. */
|
|
4485
4493
|
default as AlertTriangleIcon
|
|
4486
4494
|
} from '../icons/triangle-alert';
|
|
4487
|
-
// University aliases
|
|
4488
|
-
export { default as UniversityIcon } from '../icons/university';
|
|
4489
|
-
export {
|
|
4490
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
|
|
4491
|
-
default as School2Icon
|
|
4492
|
-
} from '../icons/university';
|
|
4493
4495
|
// TvMinimal aliases
|
|
4494
4496
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4495
4497
|
export {
|
|
4496
4498
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. */
|
|
4497
4499
|
default as Tv2Icon
|
|
4498
4500
|
} from '../icons/tv-minimal';
|
|
4501
|
+
// University aliases
|
|
4502
|
+
export { default as UniversityIcon } from '../icons/university';
|
|
4503
|
+
export {
|
|
4504
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
|
|
4505
|
+
default as School2Icon
|
|
4506
|
+
} from '../icons/university';
|
|
4499
4507
|
// UserRoundCheck aliases
|
|
4500
4508
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4501
4509
|
export {
|
|
@@ -4508,18 +4516,18 @@ export {
|
|
|
4508
4516
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
|
|
4509
4517
|
default as UserCog2Icon
|
|
4510
4518
|
} from '../icons/user-round-cog';
|
|
4511
|
-
// UserRoundPlus aliases
|
|
4512
|
-
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4513
|
-
export {
|
|
4514
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. */
|
|
4515
|
-
default as UserPlus2Icon
|
|
4516
|
-
} from '../icons/user-round-plus';
|
|
4517
4519
|
// UserRoundMinus aliases
|
|
4518
4520
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4519
4521
|
export {
|
|
4520
4522
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. */
|
|
4521
4523
|
default as UserMinus2Icon
|
|
4522
4524
|
} from '../icons/user-round-minus';
|
|
4525
|
+
// UserRoundPlus aliases
|
|
4526
|
+
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4527
|
+
export {
|
|
4528
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. */
|
|
4529
|
+
default as UserPlus2Icon
|
|
4530
|
+
} from '../icons/user-round-plus';
|
|
4523
4531
|
// UserRoundX aliases
|
|
4524
4532
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4525
4533
|
export {
|
|
@@ -4550,18 +4558,18 @@ export {
|
|
|
4550
4558
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
4551
4559
|
default as ForkKnifeIcon
|
|
4552
4560
|
} from '../icons/utensils';
|
|
4553
|
-
// WalletMinimal aliases
|
|
4554
|
-
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4555
|
-
export {
|
|
4556
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
4557
|
-
default as Wallet2Icon
|
|
4558
|
-
} from '../icons/wallet-minimal';
|
|
4559
4561
|
// WandSparkles aliases
|
|
4560
4562
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4561
4563
|
export {
|
|
4562
4564
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
4563
4565
|
default as Wand2Icon
|
|
4564
4566
|
} from '../icons/wand-sparkles';
|
|
4567
|
+
// WalletMinimal aliases
|
|
4568
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4569
|
+
export {
|
|
4570
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
4571
|
+
default as Wallet2Icon
|
|
4572
|
+
} from '../icons/wallet-minimal';
|
|
4565
4573
|
// WavesHorizontal aliases
|
|
4566
4574
|
export { default as WavesHorizontalIcon } from '../icons/waves-horizontal';
|
|
4567
4575
|
export {
|