@lucide/astro 1.8.0 → 1.9.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 +116 -116
- package/src/aliases/prefixed.ts +730 -728
- package/src/aliases/suffixed.ts +1040 -1038
- package/src/icons/index.ts +192 -191
- package/src/icons/timeline.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -4,52 +4,52 @@ export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
|
4
4
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
5
|
// ALargeSmall aliases
|
|
6
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
|
-
// Accessibility aliases
|
|
8
|
-
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
7
|
// Activity aliases
|
|
10
8
|
export { default as ActivityIcon } from '../icons/activity';
|
|
9
|
+
// Accessibility aliases
|
|
10
|
+
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
11
11
|
// AirVent aliases
|
|
12
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
13
|
// AlarmClockOff aliases
|
|
14
14
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
15
15
|
// Airplay aliases
|
|
16
16
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
17
|
-
// AlarmSmoke aliases
|
|
18
|
-
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
19
|
-
// Album aliases
|
|
20
|
-
export { default as AlbumIcon } from '../icons/album';
|
|
21
17
|
// AlarmClock aliases
|
|
22
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
23
|
-
//
|
|
24
|
-
export { default as
|
|
19
|
+
// AlarmSmoke aliases
|
|
20
|
+
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
25
21
|
// AlignCenterHorizontal aliases
|
|
26
22
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
23
|
+
// Album aliases
|
|
24
|
+
export { default as AlbumIcon } from '../icons/album';
|
|
27
25
|
// AlignCenterVertical aliases
|
|
28
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
|
+
// AlignEndHorizontal aliases
|
|
28
|
+
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
29
|
// AlignEndVertical aliases
|
|
30
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
|
-
// AlignHorizontalDistributeEnd aliases
|
|
32
|
-
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
33
31
|
// AlignHorizontalDistributeCenter aliases
|
|
34
32
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
|
-
// AlignHorizontalJustifyEnd aliases
|
|
36
|
-
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
37
33
|
// AlignHorizontalDistributeStart aliases
|
|
38
34
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
35
|
+
// AlignHorizontalDistributeEnd aliases
|
|
36
|
+
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
39
37
|
// AlignHorizontalJustifyCenter aliases
|
|
40
38
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
39
|
+
// AlignHorizontalJustifyEnd aliases
|
|
40
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
41
|
// AlignHorizontalJustifyStart aliases
|
|
42
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
|
+
// AlignHorizontalSpaceBetween aliases
|
|
44
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
43
45
|
// AlignHorizontalSpaceAround aliases
|
|
44
46
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
|
-
// AlignStartVertical aliases
|
|
46
|
-
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
47
47
|
// AlignStartHorizontal aliases
|
|
48
48
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
49
|
// AlignVerticalDistributeCenter aliases
|
|
50
50
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
51
|
-
//
|
|
52
|
-
export { default as
|
|
51
|
+
// AlignStartVertical aliases
|
|
52
|
+
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
53
53
|
// AlignVerticalDistributeEnd aliases
|
|
54
54
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
55
|
// AlignVerticalDistributeStart aliases
|
|
@@ -62,38 +62,38 @@ export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-
|
|
|
62
62
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
63
63
|
// AlignVerticalSpaceAround aliases
|
|
64
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
|
-
// AlignVerticalSpaceBetween aliases
|
|
66
|
-
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
67
65
|
// Ambulance aliases
|
|
68
66
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
67
|
+
// AlignVerticalSpaceBetween aliases
|
|
68
|
+
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
69
69
|
// Ampersand aliases
|
|
70
70
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
71
71
|
// Ampersands aliases
|
|
72
72
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
73
|
-
// Amphora aliases
|
|
74
|
-
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
73
|
// Anchor aliases
|
|
76
74
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
75
|
+
// Amphora aliases
|
|
76
|
+
export { default as AmphoraIcon } from '../icons/amphora';
|
|
77
77
|
// Angry aliases
|
|
78
78
|
export { default as AngryIcon } from '../icons/angry';
|
|
79
|
-
// Antenna aliases
|
|
80
|
-
export { default as AntennaIcon } from '../icons/antenna';
|
|
81
79
|
// Annoyed aliases
|
|
82
80
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
|
+
// Antenna aliases
|
|
82
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
83
|
// Anvil aliases
|
|
84
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
85
|
// Aperture aliases
|
|
86
86
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
87
|
// AppWindowMac aliases
|
|
88
88
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
|
-
// Apple aliases
|
|
90
|
-
export { default as AppleIcon } from '../icons/apple';
|
|
91
89
|
// AppWindow aliases
|
|
92
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
93
91
|
// ArchiveRestore aliases
|
|
94
92
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
93
|
// ArchiveX aliases
|
|
96
94
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
95
|
+
// Apple aliases
|
|
96
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
97
97
|
// Archive aliases
|
|
98
98
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
99
|
// Armchair aliases
|
|
@@ -102,10 +102,10 @@ export { default as ArmchairIcon } from '../icons/armchair';
|
|
|
102
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
103
|
// ArrowBigDown aliases
|
|
104
104
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
|
-
// ArrowBigLeft aliases
|
|
106
|
-
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
107
105
|
// ArrowBigLeftDash aliases
|
|
108
106
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
|
+
// ArrowBigLeft aliases
|
|
108
|
+
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
109
|
// ArrowBigRightDash aliases
|
|
110
110
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
111
|
// ArrowBigRight aliases
|
|
@@ -120,38 +120,38 @@ export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
|
120
120
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
121
121
|
// ArrowDownNarrowWide aliases
|
|
122
122
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
|
-
// ArrowDownRight aliases
|
|
124
|
-
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
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';
|
|
129
|
+
// ArrowDownUp aliases
|
|
130
|
+
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
131
|
// ArrowDown aliases
|
|
132
132
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
133
133
|
// ArrowLeftFromLine aliases
|
|
134
134
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
135
135
|
// ArrowLeftToLine aliases
|
|
136
136
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
137
|
-
// ArrowLeft aliases
|
|
138
|
-
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
139
137
|
// ArrowLeftRight aliases
|
|
140
138
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
141
|
-
//
|
|
142
|
-
export { default as
|
|
139
|
+
// ArrowLeft aliases
|
|
140
|
+
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
143
141
|
// ArrowRightLeft aliases
|
|
144
142
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
143
|
+
// ArrowRightFromLine aliases
|
|
144
|
+
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
145
145
|
// ArrowRightToLine aliases
|
|
146
146
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
147
|
// ArrowRight aliases
|
|
148
148
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
149
|
// ArrowUpDown aliases
|
|
150
150
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
|
-
// ArrowUpFromDot aliases
|
|
152
|
-
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
151
|
// ArrowUpFromLine aliases
|
|
154
152
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
153
|
+
// ArrowUpFromDot aliases
|
|
154
|
+
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
155
155
|
// ArrowUpLeft aliases
|
|
156
156
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
157
|
// ArrowUpRight aliases
|
|
@@ -160,30 +160,30 @@ export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
|
160
160
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
161
|
// ArrowUpWideNarrow aliases
|
|
162
162
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
163
|
-
// ArrowUp aliases
|
|
164
|
-
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
163
|
// ArrowsUpFromLine aliases
|
|
166
164
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
|
-
//
|
|
168
|
-
export { default as
|
|
165
|
+
// ArrowUp aliases
|
|
166
|
+
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
169
167
|
// AtSign aliases
|
|
170
168
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
|
-
//
|
|
172
|
-
export { default as
|
|
169
|
+
// Asterisk aliases
|
|
170
|
+
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
173
171
|
// AudioLines aliases
|
|
174
172
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
173
|
+
// Atom aliases
|
|
174
|
+
export { default as AtomIcon } from '../icons/atom';
|
|
175
175
|
// AudioWaveform aliases
|
|
176
176
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
177
|
+
// Award aliases
|
|
178
|
+
export { default as AwardIcon } from '../icons/award';
|
|
177
179
|
// Axe aliases
|
|
178
180
|
export { default as AxeIcon } from '../icons/axe';
|
|
179
181
|
// Baby aliases
|
|
180
182
|
export { default as BabyIcon } from '../icons/baby';
|
|
181
|
-
// Award aliases
|
|
182
|
-
export { default as AwardIcon } from '../icons/award';
|
|
183
|
-
// BadgeAlert aliases
|
|
184
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
185
183
|
// Backpack aliases
|
|
186
184
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
185
|
+
// BadgeAlert aliases
|
|
186
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
187
187
|
// BadgeCent aliases
|
|
188
188
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
189
189
|
// BadgeDollarSign aliases
|
|
@@ -192,74 +192,74 @@ export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
|
192
192
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
193
193
|
// BadgeIndianRupee aliases
|
|
194
194
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
|
-
// BadgeInfo aliases
|
|
196
|
-
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
197
195
|
// BadgeJapaneseYen aliases
|
|
198
196
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
197
|
+
// BadgeInfo aliases
|
|
198
|
+
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
199
199
|
// BadgeMinus aliases
|
|
200
200
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
|
-
// BadgePercent aliases
|
|
202
|
-
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
203
201
|
// BadgePlus aliases
|
|
204
202
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
203
|
+
// BadgePercent aliases
|
|
204
|
+
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
205
205
|
// BadgePoundSterling aliases
|
|
206
206
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
207
207
|
// BadgeRussianRuble aliases
|
|
208
208
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
209
209
|
// BadgeSwissFranc aliases
|
|
210
210
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
211
|
+
// BadgeX aliases
|
|
212
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
211
213
|
// BadgeTurkishLira aliases
|
|
212
214
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
213
|
-
// Balloon aliases
|
|
214
|
-
export { default as BalloonIcon } from '../icons/balloon';
|
|
215
215
|
// Badge aliases
|
|
216
216
|
export { default as BadgeIcon } from '../icons/badge';
|
|
217
|
-
//
|
|
218
|
-
export { default as
|
|
217
|
+
// Balloon aliases
|
|
218
|
+
export { default as BalloonIcon } from '../icons/balloon';
|
|
219
219
|
// BaggageClaim aliases
|
|
220
220
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
221
|
+
// Bandage aliases
|
|
222
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
221
223
|
// Ban aliases
|
|
222
224
|
export { default as BanIcon } from '../icons/ban';
|
|
223
225
|
// Banana aliases
|
|
224
226
|
export { default as BananaIcon } from '../icons/banana';
|
|
225
|
-
// BanknoteArrowDown aliases
|
|
226
|
-
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
227
|
-
// Bandage aliases
|
|
228
|
-
export { default as BandageIcon } from '../icons/bandage';
|
|
229
227
|
// BanknoteArrowUp aliases
|
|
230
228
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
231
|
-
// BanknoteX aliases
|
|
232
|
-
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
233
|
-
// Barrel aliases
|
|
234
|
-
export { default as BarrelIcon } from '../icons/barrel';
|
|
235
229
|
// Banknote aliases
|
|
236
230
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
231
|
+
// BanknoteArrowDown aliases
|
|
232
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
233
|
+
// BanknoteX aliases
|
|
234
|
+
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
237
235
|
// Barcode aliases
|
|
238
236
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
237
|
+
// Barrel aliases
|
|
238
|
+
export { default as BarrelIcon } from '../icons/barrel';
|
|
239
239
|
// Baseline aliases
|
|
240
240
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
241
|
-
// BatteryCharging aliases
|
|
242
|
-
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
243
241
|
// Bath aliases
|
|
244
242
|
export { default as BathIcon } from '../icons/bath';
|
|
243
|
+
// BatteryCharging aliases
|
|
244
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
245
|
// BatteryLow aliases
|
|
246
246
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
|
-
// BatteryFull aliases
|
|
248
|
-
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
249
247
|
// BatteryMedium aliases
|
|
250
248
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
249
|
+
// BatteryFull aliases
|
|
250
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
251
251
|
// BatteryPlus aliases
|
|
252
252
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
253
253
|
// BatteryWarning aliases
|
|
254
254
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
255
255
|
// Battery aliases
|
|
256
256
|
export { default as BatteryIcon } from '../icons/battery';
|
|
257
|
-
// BeanOff aliases
|
|
258
|
-
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
259
257
|
// Beaker aliases
|
|
260
258
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
261
259
|
// Bean aliases
|
|
262
260
|
export { default as BeanIcon } from '../icons/bean';
|
|
261
|
+
// BeanOff aliases
|
|
262
|
+
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
263
263
|
// BedDouble aliases
|
|
264
264
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
265
265
|
// BedSingle aliases
|
|
@@ -268,16 +268,16 @@ export { default as BedSingleIcon } from '../icons/bed-single';
|
|
|
268
268
|
export { default as BedIcon } from '../icons/bed';
|
|
269
269
|
// BeefOff aliases
|
|
270
270
|
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
271
|
-
// BeerOff aliases
|
|
272
|
-
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
273
271
|
// Beef aliases
|
|
274
272
|
export { default as BeefIcon } from '../icons/beef';
|
|
273
|
+
// BeerOff aliases
|
|
274
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
275
275
|
// BellDot aliases
|
|
276
276
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
277
|
-
// Beer aliases
|
|
278
|
-
export { default as BeerIcon } from '../icons/beer';
|
|
279
277
|
// BellElectric aliases
|
|
280
278
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
279
|
+
// Beer aliases
|
|
280
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
281
281
|
// BellMinus aliases
|
|
282
282
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
283
283
|
// BellPlus aliases
|
|
@@ -288,42 +288,42 @@ export { default as BellOffIcon } from '../icons/bell-off';
|
|
|
288
288
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
289
289
|
// Bell aliases
|
|
290
290
|
export { default as BellIcon } from '../icons/bell';
|
|
291
|
-
// BetweenVerticalEnd aliases
|
|
292
|
-
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
293
291
|
// BetweenVerticalStart aliases
|
|
294
292
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
295
|
-
//
|
|
296
|
-
export { default as
|
|
293
|
+
// BetweenVerticalEnd aliases
|
|
294
|
+
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
297
295
|
// Binary aliases
|
|
298
296
|
export { default as BinaryIcon } from '../icons/binary';
|
|
299
|
-
//
|
|
300
|
-
export { default as
|
|
297
|
+
// BicepsFlexed aliases
|
|
298
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
301
299
|
// Bike aliases
|
|
302
300
|
export { default as BikeIcon } from '../icons/bike';
|
|
301
|
+
// Binoculars aliases
|
|
302
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
303
303
|
// Biohazard aliases
|
|
304
304
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
305
305
|
// Bird aliases
|
|
306
306
|
export { default as BirdIcon } from '../icons/bird';
|
|
307
307
|
// Bitcoin aliases
|
|
308
308
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
309
|
-
// Birdhouse aliases
|
|
310
|
-
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
311
309
|
// Blend aliases
|
|
312
310
|
export { default as BlendIcon } from '../icons/blend';
|
|
311
|
+
// Birdhouse aliases
|
|
312
|
+
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
313
313
|
// Blinds aliases
|
|
314
314
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
315
|
-
// BluetoothConnected aliases
|
|
316
|
-
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
317
315
|
// Blocks aliases
|
|
318
316
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
317
|
+
// BluetoothConnected aliases
|
|
318
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
319
319
|
// BluetoothSearching aliases
|
|
320
320
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
321
|
-
// Bold aliases
|
|
322
|
-
export { default as BoldIcon } from '../icons/bold';
|
|
323
321
|
// BluetoothOff aliases
|
|
324
322
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
325
323
|
// Bluetooth aliases
|
|
326
324
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
325
|
+
// Bold aliases
|
|
326
|
+
export { default as BoldIcon } from '../icons/bold';
|
|
327
327
|
// Bolt aliases
|
|
328
328
|
export { default as BoltIcon } from '../icons/bolt';
|
|
329
329
|
// Bomb aliases
|
|
@@ -336,16 +336,16 @@ export { default as BookAlertIcon } from '../icons/book-alert';
|
|
|
336
336
|
export { default as BookAIcon } from '../icons/book-a';
|
|
337
337
|
// BookAudio aliases
|
|
338
338
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
339
|
+
// BookCheck aliases
|
|
340
|
+
export { default as BookCheckIcon } from '../icons/book-check';
|
|
341
|
+
// BookHeadphones aliases
|
|
342
|
+
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
339
343
|
// BookDown aliases
|
|
340
344
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
341
345
|
// BookCopy aliases
|
|
342
346
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
343
|
-
// BookCheck aliases
|
|
344
|
-
export { default as BookCheckIcon } from '../icons/book-check';
|
|
345
347
|
// BookHeart aliases
|
|
346
348
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
347
|
-
// BookHeadphones aliases
|
|
348
|
-
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
349
349
|
// BookImage aliases
|
|
350
350
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
351
351
|
// BookKey aliases
|
|
@@ -358,14 +358,14 @@ export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
|
358
358
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
359
359
|
// BookOpenCheck aliases
|
|
360
360
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
361
|
-
// BookOpenText aliases
|
|
362
|
-
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
363
|
-
// BookSearch aliases
|
|
364
|
-
export { default as BookSearchIcon } from '../icons/book-search';
|
|
365
361
|
// BookOpen aliases
|
|
366
362
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
363
|
+
// BookOpenText aliases
|
|
364
|
+
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
367
365
|
// BookPlus aliases
|
|
368
366
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
367
|
+
// BookSearch aliases
|
|
368
|
+
export { default as BookSearchIcon } from '../icons/book-search';
|
|
369
369
|
// BookText aliases
|
|
370
370
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
371
371
|
// BookType aliases
|
|
@@ -390,12 +390,12 @@ export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
|
390
390
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
391
391
|
// Bookmark aliases
|
|
392
392
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
393
|
-
// BookmarkX aliases
|
|
394
|
-
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
395
393
|
// BoomBox aliases
|
|
396
394
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
397
395
|
// BotMessageSquare aliases
|
|
398
396
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
397
|
+
// BookmarkX aliases
|
|
398
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
399
399
|
// BotOff aliases
|
|
400
400
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
401
401
|
// Bot aliases
|
|
@@ -420,82 +420,82 @@ export { default as BrainIcon } from '../icons/brain';
|
|
|
420
420
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
421
421
|
// BrickWallFire aliases
|
|
422
422
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
423
|
-
// BrickWall aliases
|
|
424
|
-
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
425
423
|
// BriefcaseBusiness aliases
|
|
426
424
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
427
425
|
// BriefcaseConveyorBelt aliases
|
|
428
426
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
429
|
-
//
|
|
430
|
-
export { default as
|
|
427
|
+
// BrickWall aliases
|
|
428
|
+
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
431
429
|
// Briefcase aliases
|
|
432
430
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
433
431
|
// BringToFront aliases
|
|
434
432
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
435
|
-
//
|
|
436
|
-
export { default as
|
|
433
|
+
// BriefcaseMedical aliases
|
|
434
|
+
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
437
435
|
// BrushCleaning aliases
|
|
438
436
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
437
|
+
// Brush aliases
|
|
438
|
+
export { default as BrushIcon } from '../icons/brush';
|
|
439
439
|
// Bubbles aliases
|
|
440
440
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
441
441
|
// BugOff aliases
|
|
442
442
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
443
443
|
// BugPlay aliases
|
|
444
444
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
445
|
+
// Building2 aliases
|
|
446
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
445
447
|
// Bug aliases
|
|
446
448
|
export { default as BugIcon } from '../icons/bug';
|
|
447
449
|
// Building aliases
|
|
448
450
|
export { default as BuildingIcon } from '../icons/building';
|
|
449
|
-
// Building2 aliases
|
|
450
|
-
export { default as Building2Icon } from '../icons/building-2';
|
|
451
451
|
// BusFront aliases
|
|
452
452
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
453
453
|
// Bus aliases
|
|
454
454
|
export { default as BusIcon } from '../icons/bus';
|
|
455
|
-
// CableCar aliases
|
|
456
|
-
export { default as CableCarIcon } from '../icons/cable-car';
|
|
457
455
|
// Cable aliases
|
|
458
456
|
export { default as CableIcon } from '../icons/cable';
|
|
459
|
-
//
|
|
460
|
-
export { default as
|
|
457
|
+
// CableCar aliases
|
|
458
|
+
export { default as CableCarIcon } from '../icons/cable-car';
|
|
461
459
|
// CakeSlice aliases
|
|
462
460
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
463
461
|
// Calendar1 aliases
|
|
464
462
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
|
+
// Cake aliases
|
|
464
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
465
465
|
// Calculator aliases
|
|
466
466
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
467
467
|
// CalendarArrowDown aliases
|
|
468
468
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
469
|
-
// CalendarArrowUp aliases
|
|
470
|
-
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
471
469
|
// CalendarCheck2 aliases
|
|
472
470
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
473
|
-
// CalendarCheck aliases
|
|
474
|
-
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
475
471
|
// CalendarClock aliases
|
|
476
472
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
477
|
-
//
|
|
478
|
-
export { default as
|
|
479
|
-
//
|
|
480
|
-
export { default as
|
|
473
|
+
// CalendarArrowUp aliases
|
|
474
|
+
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
475
|
+
// CalendarCheck aliases
|
|
476
|
+
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
481
477
|
// CalendarCog aliases
|
|
482
478
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
479
|
+
// CalendarDays aliases
|
|
480
|
+
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
483
481
|
// CalendarHeart aliases
|
|
484
482
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
483
|
+
// CalendarFold aliases
|
|
484
|
+
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
485
485
|
// CalendarMinus2 aliases
|
|
486
486
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
487
|
-
// CalendarOff aliases
|
|
488
|
-
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
489
487
|
// CalendarMinus aliases
|
|
490
488
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
489
|
+
// CalendarOff aliases
|
|
490
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
491
491
|
// CalendarPlus2 aliases
|
|
492
492
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
493
|
-
// CalendarSearch aliases
|
|
494
|
-
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
495
|
-
// CalendarPlus aliases
|
|
496
|
-
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
497
493
|
// CalendarRange aliases
|
|
498
494
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
495
|
+
// CalendarPlus aliases
|
|
496
|
+
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
497
|
+
// CalendarSearch aliases
|
|
498
|
+
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
499
499
|
// CalendarSync aliases
|
|
500
500
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
501
501
|
// CalendarX2 aliases
|
|
@@ -506,10 +506,10 @@ export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
|
506
506
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
507
507
|
// Calendars aliases
|
|
508
508
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
509
|
-
// Camera aliases
|
|
510
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
511
509
|
// CameraOff aliases
|
|
512
510
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
511
|
+
// Camera aliases
|
|
512
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
513
513
|
// CandyCane aliases
|
|
514
514
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
515
515
|
// CandyOff aliases
|
|
@@ -518,28 +518,28 @@ export { default as CandyOffIcon } from '../icons/candy-off';
|
|
|
518
518
|
export { default as CandyIcon } from '../icons/candy';
|
|
519
519
|
// CannabisOff aliases
|
|
520
520
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
521
|
-
// CaptionsOff aliases
|
|
522
|
-
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
523
521
|
// Cannabis aliases
|
|
524
522
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
523
|
+
// CaptionsOff aliases
|
|
524
|
+
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
525
525
|
// CarFront aliases
|
|
526
526
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
527
|
-
// CarTaxiFront aliases
|
|
528
|
-
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
529
527
|
// Car aliases
|
|
530
528
|
export { default as CarIcon } from '../icons/car';
|
|
529
|
+
// CarTaxiFront aliases
|
|
530
|
+
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
531
531
|
// Caravan aliases
|
|
532
532
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
533
|
-
// CardSim aliases
|
|
534
|
-
export { default as CardSimIcon } from '../icons/card-sim';
|
|
535
533
|
// Carrot aliases
|
|
536
534
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
537
535
|
// CaseLower aliases
|
|
538
536
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
539
|
-
//
|
|
540
|
-
export { default as
|
|
537
|
+
// CardSim aliases
|
|
538
|
+
export { default as CardSimIcon } from '../icons/card-sim';
|
|
541
539
|
// CaseUpper aliases
|
|
542
540
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
541
|
+
// CaseSensitive aliases
|
|
542
|
+
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
543
543
|
// CassetteTape aliases
|
|
544
544
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
545
545
|
// Cast aliases
|
|
@@ -556,28 +556,28 @@ export { default as CctvIcon } from '../icons/cctv';
|
|
|
556
556
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
557
557
|
// ChartBarIncreasing aliases
|
|
558
558
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
559
|
-
// ChartBarStacked aliases
|
|
560
|
-
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
561
559
|
// ChartColumnDecreasing aliases
|
|
562
560
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
561
|
+
// ChartBarStacked aliases
|
|
562
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
563
|
+
// ChartColumnStacked aliases
|
|
564
|
+
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
563
565
|
// ChartGantt aliases
|
|
564
566
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
565
567
|
// ChartNetwork aliases
|
|
566
568
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
567
|
-
// ChartColumnStacked aliases
|
|
568
|
-
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
569
569
|
// ChartNoAxesColumnDecreasing aliases
|
|
570
570
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
571
571
|
// ChartNoAxesCombined aliases
|
|
572
572
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
573
|
-
// ChartSpline aliases
|
|
574
|
-
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
575
|
-
// CheckLine aliases
|
|
576
|
-
export { default as CheckLineIcon } from '../icons/check-line';
|
|
577
573
|
// CheckCheck aliases
|
|
578
574
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
575
|
+
// CheckLine aliases
|
|
576
|
+
export { default as CheckLineIcon } from '../icons/check-line';
|
|
579
577
|
// Check aliases
|
|
580
578
|
export { default as CheckIcon } from '../icons/check';
|
|
579
|
+
// ChartSpline aliases
|
|
580
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
581
581
|
// ChefHat aliases
|
|
582
582
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
583
583
|
// Cherry aliases
|
|
@@ -590,40 +590,40 @@ export { default as ChessKingIcon } from '../icons/chess-king';
|
|
|
590
590
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
591
591
|
// ChessPawn aliases
|
|
592
592
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
593
|
-
// ChessRook aliases
|
|
594
|
-
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
595
|
-
// ChevronDown aliases
|
|
596
|
-
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
597
593
|
// ChessQueen aliases
|
|
598
594
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
595
|
+
// ChevronDown aliases
|
|
596
|
+
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
597
|
+
// ChessRook aliases
|
|
598
|
+
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
599
599
|
// ChevronFirst aliases
|
|
600
600
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
601
|
-
// ChevronLeft aliases
|
|
602
|
-
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
603
601
|
// ChevronLast aliases
|
|
604
602
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
605
|
-
//
|
|
606
|
-
export { default as
|
|
607
|
-
// ChevronsDownUp aliases
|
|
608
|
-
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
603
|
+
// ChevronLeft aliases
|
|
604
|
+
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
609
605
|
// ChevronRight aliases
|
|
610
606
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
607
|
+
// ChevronsDownUp aliases
|
|
608
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
609
|
+
// ChevronUp aliases
|
|
610
|
+
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
611
611
|
// ChevronsDown aliases
|
|
612
612
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
613
613
|
// ChevronsLeftRightEllipsis aliases
|
|
614
614
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
615
|
-
// ChevronsLeft aliases
|
|
616
|
-
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
617
|
-
// ChevronsRightLeft aliases
|
|
618
|
-
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
619
615
|
// ChevronsLeftRight aliases
|
|
620
616
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
621
|
-
//
|
|
622
|
-
export { default as
|
|
617
|
+
// ChevronsLeft aliases
|
|
618
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
623
619
|
// ChevronsRight aliases
|
|
624
620
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
621
|
+
// ChevronsRightLeft aliases
|
|
622
|
+
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
625
623
|
// ChevronsUpDown aliases
|
|
626
624
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
625
|
+
// ChevronsUp aliases
|
|
626
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
627
627
|
// Church aliases
|
|
628
628
|
export { default as ChurchIcon } from '../icons/church';
|
|
629
629
|
// CigaretteOff aliases
|
|
@@ -638,10 +638,10 @@ export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
|
638
638
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
639
639
|
// CircleDot aliases
|
|
640
640
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
641
|
-
// CircleEllipsis aliases
|
|
642
|
-
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
643
641
|
// CircleEqual aliases
|
|
644
642
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
643
|
+
// CircleEllipsis aliases
|
|
644
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
645
645
|
// CircleFadingArrowUp aliases
|
|
646
646
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
647
647
|
// CircleFadingPlus aliases
|
|
@@ -650,88 +650,88 @@ export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
|
650
650
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
651
651
|
// CirclePile aliases
|
|
652
652
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
653
|
-
// CircleSlash aliases
|
|
654
|
-
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
655
653
|
// CirclePoundSterling aliases
|
|
656
654
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
657
655
|
// CircleSmall aliases
|
|
658
656
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
657
|
+
// CircleSlash aliases
|
|
658
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
659
|
+
// Circle aliases
|
|
660
|
+
export { default as CircleIcon } from '../icons/circle';
|
|
659
661
|
// CircleStar aliases
|
|
660
662
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
661
663
|
// CircuitBoard aliases
|
|
662
664
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
663
|
-
// Circle aliases
|
|
664
|
-
export { default as CircleIcon } from '../icons/circle';
|
|
665
665
|
// Citrus aliases
|
|
666
666
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
667
667
|
// Clapperboard aliases
|
|
668
668
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
669
669
|
// ClipboardCheck aliases
|
|
670
670
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
671
|
-
// ClipboardClock aliases
|
|
672
|
-
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
673
671
|
// ClipboardCopy aliases
|
|
674
672
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
673
|
+
// ClipboardClock aliases
|
|
674
|
+
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
675
675
|
// ClipboardList aliases
|
|
676
676
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
677
677
|
// ClipboardMinus aliases
|
|
678
678
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
679
|
-
// ClipboardType aliases
|
|
680
|
-
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
681
679
|
// ClipboardPaste aliases
|
|
682
680
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
683
681
|
// ClipboardPlus aliases
|
|
684
682
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
683
|
+
// ClipboardType aliases
|
|
684
|
+
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
685
685
|
// ClipboardX aliases
|
|
686
686
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
687
|
-
// Clock10 aliases
|
|
688
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
689
|
-
// Clock1 aliases
|
|
690
|
-
export { default as Clock1Icon } from '../icons/clock-1';
|
|
691
687
|
// Clipboard aliases
|
|
692
688
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
693
|
-
//
|
|
694
|
-
export { default as
|
|
689
|
+
// Clock1 aliases
|
|
690
|
+
export { default as Clock1Icon } from '../icons/clock-1';
|
|
691
|
+
// Clock10 aliases
|
|
692
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
695
693
|
// Clock11 aliases
|
|
696
694
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
695
|
+
// Clock12 aliases
|
|
696
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
697
697
|
// Clock2 aliases
|
|
698
698
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
699
699
|
// Clock3 aliases
|
|
700
700
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
701
|
-
// Clock5 aliases
|
|
702
|
-
export { default as Clock5Icon } from '../icons/clock-5';
|
|
703
701
|
// Clock4 aliases
|
|
704
702
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
703
|
+
// Clock5 aliases
|
|
704
|
+
export { default as Clock5Icon } from '../icons/clock-5';
|
|
705
705
|
// Clock6 aliases
|
|
706
706
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
707
|
-
// Clock7 aliases
|
|
708
|
-
export { default as Clock7Icon } from '../icons/clock-7';
|
|
709
707
|
// Clock8 aliases
|
|
710
708
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
709
|
+
// Clock9 aliases
|
|
710
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
711
|
+
// Clock7 aliases
|
|
712
|
+
export { default as Clock7Icon } from '../icons/clock-7';
|
|
711
713
|
// ClockAlert aliases
|
|
712
714
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
713
715
|
// ClockArrowDown aliases
|
|
714
716
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
715
|
-
// Clock9 aliases
|
|
716
|
-
export { default as Clock9Icon } from '../icons/clock-9';
|
|
717
717
|
// ClockCheck aliases
|
|
718
718
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
719
719
|
// ClockArrowUp aliases
|
|
720
720
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
721
|
-
// ClockPlus aliases
|
|
722
|
-
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
723
721
|
// ClockFading aliases
|
|
724
722
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
725
|
-
//
|
|
726
|
-
export { default as
|
|
727
|
-
// CloudAlert aliases
|
|
728
|
-
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
723
|
+
// ClockPlus aliases
|
|
724
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
729
725
|
// Clock aliases
|
|
730
726
|
export { default as ClockIcon } from '../icons/clock';
|
|
731
|
-
//
|
|
732
|
-
export { default as
|
|
727
|
+
// CloudAlert aliases
|
|
728
|
+
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
733
729
|
// CloudCheck aliases
|
|
734
730
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
731
|
+
// ClosedCaption aliases
|
|
732
|
+
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
733
|
+
// CloudBackup aliases
|
|
734
|
+
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
735
735
|
// CloudCog aliases
|
|
736
736
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
737
737
|
// CloudDrizzle aliases
|
|
@@ -744,12 +744,12 @@ export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
|
744
744
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
745
745
|
// CloudMoonRain aliases
|
|
746
746
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
747
|
-
// CloudMoon aliases
|
|
748
|
-
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
749
747
|
// CloudOff aliases
|
|
750
748
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
751
749
|
// CloudRainWind aliases
|
|
752
750
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
751
|
+
// CloudMoon aliases
|
|
752
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
753
753
|
// CloudRain aliases
|
|
754
754
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
755
755
|
// CloudSnow aliases
|
|
@@ -758,26 +758,26 @@ export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
|
758
758
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
759
759
|
// CloudSun aliases
|
|
760
760
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
761
|
-
// CloudSync aliases
|
|
762
|
-
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
763
761
|
// Cloud aliases
|
|
764
762
|
export { default as CloudIcon } from '../icons/cloud';
|
|
763
|
+
// CloudSync aliases
|
|
764
|
+
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
765
765
|
// Cloudy aliases
|
|
766
766
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
767
767
|
// Club aliases
|
|
768
768
|
export { default as ClubIcon } from '../icons/club';
|
|
769
|
-
// Code aliases
|
|
770
|
-
export { default as CodeIcon } from '../icons/code';
|
|
771
769
|
// Clover aliases
|
|
772
770
|
export { default as CloverIcon } from '../icons/clover';
|
|
771
|
+
// Code aliases
|
|
772
|
+
export { default as CodeIcon } from '../icons/code';
|
|
773
773
|
// Coffee aliases
|
|
774
774
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
775
775
|
// Cog aliases
|
|
776
776
|
export { default as CogIcon } from '../icons/cog';
|
|
777
|
-
// Coins aliases
|
|
778
|
-
export { default as CoinsIcon } from '../icons/coins';
|
|
779
777
|
// Columns4 aliases
|
|
780
778
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
779
|
+
// Coins aliases
|
|
780
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
781
781
|
// Combine aliases
|
|
782
782
|
export { default as CombineIcon } from '../icons/combine';
|
|
783
783
|
// Command aliases
|
|
@@ -796,52 +796,52 @@ export { default as ConeIcon } from '../icons/cone';
|
|
|
796
796
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
797
797
|
// Contact aliases
|
|
798
798
|
export { default as ContactIcon } from '../icons/contact';
|
|
799
|
-
// Container aliases
|
|
800
|
-
export { default as ContainerIcon } from '../icons/container';
|
|
801
799
|
// Contrast aliases
|
|
802
800
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
801
|
+
// Container aliases
|
|
802
|
+
export { default as ContainerIcon } from '../icons/container';
|
|
803
803
|
// Cookie aliases
|
|
804
804
|
export { default as CookieIcon } from '../icons/cookie';
|
|
805
805
|
// CookingPot aliases
|
|
806
806
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
807
|
-
// CopyCheck aliases
|
|
808
|
-
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
809
807
|
// CopyMinus aliases
|
|
810
808
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
809
|
+
// CopyCheck aliases
|
|
810
|
+
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
811
811
|
// CopyPlus aliases
|
|
812
812
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
813
|
-
// CopySlash aliases
|
|
814
|
-
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
815
|
-
// Copy aliases
|
|
816
|
-
export { default as CopyIcon } from '../icons/copy';
|
|
817
813
|
// CopyX aliases
|
|
818
814
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
815
|
+
// CopySlash aliases
|
|
816
|
+
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
819
817
|
// Copyleft aliases
|
|
820
818
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
819
|
+
// Copy aliases
|
|
820
|
+
export { default as CopyIcon } from '../icons/copy';
|
|
821
821
|
// Copyright aliases
|
|
822
822
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
823
823
|
// CornerDownLeft aliases
|
|
824
824
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
825
825
|
// CornerDownRight aliases
|
|
826
826
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
827
|
-
// CornerLeftUp aliases
|
|
828
|
-
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
829
827
|
// CornerLeftDown aliases
|
|
830
828
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
829
|
+
// CornerLeftUp aliases
|
|
830
|
+
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
831
831
|
// CornerRightDown aliases
|
|
832
832
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
833
833
|
// CornerRightUp aliases
|
|
834
834
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
835
|
-
// CornerUpRight aliases
|
|
836
|
-
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
837
|
-
// CornerUpLeft aliases
|
|
838
|
-
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
839
835
|
// Cpu aliases
|
|
840
836
|
export { default as CpuIcon } from '../icons/cpu';
|
|
841
|
-
//
|
|
842
|
-
export { default as
|
|
837
|
+
// CornerUpLeft aliases
|
|
838
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
839
|
+
// CornerUpRight aliases
|
|
840
|
+
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
843
841
|
// CreativeCommons aliases
|
|
844
842
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
843
|
+
// CreditCard aliases
|
|
844
|
+
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
845
845
|
// Croissant aliases
|
|
846
846
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
847
847
|
// Crop aliases
|
|
@@ -854,72 +854,72 @@ export { default as CrossIcon } from '../icons/cross';
|
|
|
854
854
|
export { default as CrownIcon } from '../icons/crown';
|
|
855
855
|
// Cuboid aliases
|
|
856
856
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
857
|
-
// CupSoda aliases
|
|
858
|
-
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
859
857
|
// Currency aliases
|
|
860
858
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
861
|
-
//
|
|
862
|
-
export { default as
|
|
863
|
-
// Dam aliases
|
|
864
|
-
export { default as DamIcon } from '../icons/dam';
|
|
859
|
+
// CupSoda aliases
|
|
860
|
+
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
865
861
|
// DatabaseBackup aliases
|
|
866
862
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
863
|
+
// Cylinder aliases
|
|
864
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
867
865
|
// DatabaseSearch aliases
|
|
868
866
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
869
|
-
// Database aliases
|
|
870
|
-
export { default as DatabaseIcon } from '../icons/database';
|
|
871
867
|
// DatabaseZap aliases
|
|
872
868
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
873
|
-
//
|
|
874
|
-
export { default as
|
|
869
|
+
// Database aliases
|
|
870
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
871
|
+
// Dam aliases
|
|
872
|
+
export { default as DamIcon } from '../icons/dam';
|
|
875
873
|
// DecimalsArrowRight aliases
|
|
876
874
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
875
|
+
// DecimalsArrowLeft aliases
|
|
876
|
+
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
877
877
|
// Delete aliases
|
|
878
878
|
export { default as DeleteIcon } from '../icons/delete';
|
|
879
|
-
// Diameter aliases
|
|
880
|
-
export { default as DiameterIcon } from '../icons/diameter';
|
|
881
|
-
// DiamondMinus aliases
|
|
882
|
-
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
883
879
|
// Dessert aliases
|
|
884
880
|
export { default as DessertIcon } from '../icons/dessert';
|
|
881
|
+
// Diameter aliases
|
|
882
|
+
export { default as DiameterIcon } from '../icons/diameter';
|
|
885
883
|
// DiamondPlus aliases
|
|
886
884
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
885
|
+
// DiamondMinus aliases
|
|
886
|
+
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
887
887
|
// Diamond aliases
|
|
888
888
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
889
889
|
// Dice1 aliases
|
|
890
890
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
891
|
-
// Dice2 aliases
|
|
892
|
-
export { default as Dice2Icon } from '../icons/dice-2';
|
|
893
891
|
// Dice3 aliases
|
|
894
892
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
895
|
-
//
|
|
896
|
-
export { default as
|
|
893
|
+
// Dice2 aliases
|
|
894
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
897
895
|
// Dice4 aliases
|
|
898
896
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
897
|
+
// Dice5 aliases
|
|
898
|
+
export { default as Dice5Icon } from '../icons/dice-5';
|
|
899
899
|
// Dice6 aliases
|
|
900
900
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
901
|
+
// Diff aliases
|
|
902
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
901
903
|
// Dices aliases
|
|
902
904
|
export { default as DicesIcon } from '../icons/dices';
|
|
903
905
|
// Disc2 aliases
|
|
904
906
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
905
|
-
//
|
|
906
|
-
export { default as
|
|
907
|
+
// Disc aliases
|
|
908
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
907
909
|
// Disc3 aliases
|
|
908
910
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
909
911
|
// DiscAlbum aliases
|
|
910
912
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
911
|
-
// Disc aliases
|
|
912
|
-
export { default as DiscIcon } from '../icons/disc';
|
|
913
913
|
// Divide aliases
|
|
914
914
|
export { default as DivideIcon } from '../icons/divide';
|
|
915
915
|
// DnaOff aliases
|
|
916
916
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
917
|
+
// Dna aliases
|
|
918
|
+
export { default as DnaIcon } from '../icons/dna';
|
|
917
919
|
// Dock aliases
|
|
918
920
|
export { default as DockIcon } from '../icons/dock';
|
|
919
921
|
// Dog aliases
|
|
920
922
|
export { default as DogIcon } from '../icons/dog';
|
|
921
|
-
// Dna aliases
|
|
922
|
-
export { default as DnaIcon } from '../icons/dna';
|
|
923
923
|
// DollarSign aliases
|
|
924
924
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
925
925
|
// Donut aliases
|
|
@@ -930,20 +930,20 @@ export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
|
930
930
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
931
931
|
// DoorOpen aliases
|
|
932
932
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
933
|
-
// Dot aliases
|
|
934
|
-
export { default as DotIcon } from '../icons/dot';
|
|
935
933
|
// Download aliases
|
|
936
934
|
export { default as DownloadIcon } from '../icons/download';
|
|
937
|
-
// DraftingCompass aliases
|
|
938
|
-
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
939
935
|
// Drama aliases
|
|
940
936
|
export { default as DramaIcon } from '../icons/drama';
|
|
937
|
+
// Dot aliases
|
|
938
|
+
export { default as DotIcon } from '../icons/dot';
|
|
939
|
+
// DraftingCompass aliases
|
|
940
|
+
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
941
941
|
// Drone aliases
|
|
942
942
|
export { default as DroneIcon } from '../icons/drone';
|
|
943
|
-
// Drill aliases
|
|
944
|
-
export { default as DrillIcon } from '../icons/drill';
|
|
945
943
|
// DropletOff aliases
|
|
946
944
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
945
|
+
// Drill aliases
|
|
946
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
947
947
|
// Droplet aliases
|
|
948
948
|
export { default as DropletIcon } from '../icons/droplet';
|
|
949
949
|
// Droplets aliases
|
|
@@ -954,28 +954,28 @@ export { default as DrumIcon } from '../icons/drum';
|
|
|
954
954
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
955
955
|
// Dumbbell aliases
|
|
956
956
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
957
|
-
// Ear aliases
|
|
958
|
-
export { default as EarIcon } from '../icons/ear';
|
|
959
957
|
// EarOff aliases
|
|
960
958
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
959
|
+
// Ear aliases
|
|
960
|
+
export { default as EarIcon } from '../icons/ear';
|
|
961
961
|
// EarthLock aliases
|
|
962
962
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
963
|
-
// EggFried aliases
|
|
964
|
-
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
965
963
|
// Eclipse aliases
|
|
966
964
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
967
|
-
//
|
|
968
|
-
export { default as
|
|
965
|
+
// EggFried aliases
|
|
966
|
+
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
969
967
|
// Egg aliases
|
|
970
968
|
export { default as EggIcon } from '../icons/egg';
|
|
971
969
|
// Ellipse aliases
|
|
972
970
|
export { default as EllipseIcon } from '../icons/ellipse';
|
|
973
971
|
// EqualApproximately aliases
|
|
974
972
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
975
|
-
//
|
|
976
|
-
export { default as
|
|
973
|
+
// EggOff aliases
|
|
974
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
977
975
|
// EqualNot aliases
|
|
978
976
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
977
|
+
// Equal aliases
|
|
978
|
+
export { default as EqualIcon } from '../icons/equal';
|
|
979
979
|
// Eraser aliases
|
|
980
980
|
export { default as EraserIcon } from '../icons/eraser';
|
|
981
981
|
// EthernetPort aliases
|
|
@@ -986,36 +986,36 @@ export { default as EuroIcon } from '../icons/euro';
|
|
|
986
986
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
987
987
|
// Expand aliases
|
|
988
988
|
export { default as ExpandIcon } from '../icons/expand';
|
|
989
|
-
// ExternalLink aliases
|
|
990
|
-
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
991
989
|
// EyeClosed aliases
|
|
992
990
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
993
991
|
// EyeOff aliases
|
|
994
992
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
993
|
+
// ExternalLink aliases
|
|
994
|
+
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
995
995
|
// Eye aliases
|
|
996
996
|
export { default as EyeIcon } from '../icons/eye';
|
|
997
|
-
// Factory aliases
|
|
998
|
-
export { default as FactoryIcon } from '../icons/factory';
|
|
999
997
|
// Fan aliases
|
|
1000
998
|
export { default as FanIcon } from '../icons/fan';
|
|
999
|
+
// Factory aliases
|
|
1000
|
+
export { default as FactoryIcon } from '../icons/factory';
|
|
1001
1001
|
// FastForward aliases
|
|
1002
1002
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1003
|
-
// Fence aliases
|
|
1004
|
-
export { default as FenceIcon } from '../icons/fence';
|
|
1005
1003
|
// Feather aliases
|
|
1006
1004
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1005
|
+
// Fence aliases
|
|
1006
|
+
export { default as FenceIcon } from '../icons/fence';
|
|
1007
1007
|
// FerrisWheel aliases
|
|
1008
1008
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1009
1009
|
// FileBox aliases
|
|
1010
1010
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1011
1011
|
// FileArchive aliases
|
|
1012
1012
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1013
|
-
// FileClock aliases
|
|
1014
|
-
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1015
1013
|
// FileCheck aliases
|
|
1016
1014
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1017
1015
|
// FileCode aliases
|
|
1018
1016
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1017
|
+
// FileClock aliases
|
|
1018
|
+
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1019
1019
|
// FileDiff aliases
|
|
1020
1020
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1021
1021
|
// FileDigit aliases
|
|
@@ -1028,58 +1028,58 @@ export { default as FileHeartIcon } from '../icons/file-heart';
|
|
|
1028
1028
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1029
1029
|
// FileInput aliases
|
|
1030
1030
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1031
|
-
// FileMusic aliases
|
|
1032
|
-
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1033
1031
|
// FileMinus aliases
|
|
1034
1032
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1033
|
+
// FileMusic aliases
|
|
1034
|
+
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1035
1035
|
// FileOutput aliases
|
|
1036
1036
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1037
1037
|
// FileScan aliases
|
|
1038
1038
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1039
|
-
// FileSearch aliases
|
|
1040
|
-
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1041
1039
|
// FilePlus aliases
|
|
1042
1040
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1043
|
-
// FileSliders aliases
|
|
1044
|
-
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1045
1041
|
// FileSpreadsheet aliases
|
|
1046
1042
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1047
|
-
//
|
|
1048
|
-
export { default as
|
|
1043
|
+
// FileSearch aliases
|
|
1044
|
+
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1045
|
+
// FileSliders aliases
|
|
1046
|
+
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1049
1047
|
// FileSymlink aliases
|
|
1050
1048
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1049
|
+
// FileStack aliases
|
|
1050
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1051
1051
|
// FileTerminal aliases
|
|
1052
1052
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1053
1053
|
// FileText aliases
|
|
1054
1054
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1055
1055
|
// FileType aliases
|
|
1056
1056
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1057
|
-
// FileUser aliases
|
|
1058
|
-
export { default as FileUserIcon } from '../icons/file-user';
|
|
1059
1057
|
// FileUp aliases
|
|
1060
1058
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1059
|
+
// FileUser aliases
|
|
1060
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1061
1061
|
// FileVolume aliases
|
|
1062
1062
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1063
1063
|
// FileX aliases
|
|
1064
1064
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1065
1065
|
// File aliases
|
|
1066
1066
|
export { default as FileIcon } from '../icons/file';
|
|
1067
|
-
// Film aliases
|
|
1068
|
-
export { default as FilmIcon } from '../icons/film';
|
|
1069
1067
|
// Files aliases
|
|
1070
1068
|
export { default as FilesIcon } from '../icons/files';
|
|
1069
|
+
// Film aliases
|
|
1070
|
+
export { default as FilmIcon } from '../icons/film';
|
|
1071
1071
|
// FireExtinguisher aliases
|
|
1072
1072
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1073
1073
|
// FishOff aliases
|
|
1074
1074
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1075
|
-
// FishSymbol aliases
|
|
1076
|
-
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1077
1075
|
// Fish aliases
|
|
1078
1076
|
export { default as FishIcon } from '../icons/fish';
|
|
1079
1077
|
// FishingHook aliases
|
|
1080
1078
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1081
1079
|
// FishingRod aliases
|
|
1082
1080
|
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1081
|
+
// FishSymbol aliases
|
|
1082
|
+
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1083
1083
|
// FlagOff aliases
|
|
1084
1084
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1085
1085
|
// FlagTriangleLeft aliases
|
|
@@ -1098,16 +1098,16 @@ export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
|
1098
1098
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1099
1099
|
// FlaskConicalOff aliases
|
|
1100
1100
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1101
|
+
// FlaskConical aliases
|
|
1102
|
+
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1101
1103
|
// FlaskRound aliases
|
|
1102
1104
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1105
|
+
// FlipVertical2 aliases
|
|
1106
|
+
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1103
1107
|
// FlipHorizontal2 aliases
|
|
1104
1108
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1105
1109
|
// Flower2 aliases
|
|
1106
1110
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1107
|
-
// FlaskConical aliases
|
|
1108
|
-
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1109
|
-
// FlipVertical2 aliases
|
|
1110
|
-
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1111
1111
|
// Flower aliases
|
|
1112
1112
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1113
1113
|
// Focus aliases
|
|
@@ -1116,32 +1116,32 @@ export { default as FocusIcon } from '../icons/focus';
|
|
|
1116
1116
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1117
1117
|
// FoldVertical aliases
|
|
1118
1118
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1119
|
-
// FolderArchive aliases
|
|
1120
|
-
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1121
1119
|
// FolderCheck aliases
|
|
1122
1120
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1123
|
-
//
|
|
1124
|
-
export { default as
|
|
1121
|
+
// FolderArchive aliases
|
|
1122
|
+
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1125
1123
|
// FolderClock aliases
|
|
1126
1124
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1125
|
+
// FolderClosed aliases
|
|
1126
|
+
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1127
1127
|
// FolderCode aliases
|
|
1128
1128
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1129
1129
|
// FolderDot aliases
|
|
1130
1130
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1131
1131
|
// FolderDown aliases
|
|
1132
1132
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1133
|
-
// FolderGit aliases
|
|
1134
|
-
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1135
1133
|
// FolderGit2 aliases
|
|
1136
1134
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1135
|
+
// FolderGit aliases
|
|
1136
|
+
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1137
1137
|
// FolderHeart aliases
|
|
1138
1138
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1139
1139
|
// FolderInput aliases
|
|
1140
1140
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1141
|
-
// FolderKey aliases
|
|
1142
|
-
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1143
1141
|
// FolderKanban aliases
|
|
1144
1142
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1143
|
+
// FolderKey aliases
|
|
1144
|
+
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1145
1145
|
// FolderLock aliases
|
|
1146
1146
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1147
1147
|
// FolderMinus aliases
|
|
@@ -1150,36 +1150,36 @@ export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
|
1150
1150
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1151
1151
|
// FolderOpen aliases
|
|
1152
1152
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1153
|
-
// FolderPlus aliases
|
|
1154
|
-
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1155
1153
|
// FolderOutput aliases
|
|
1156
1154
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1157
|
-
//
|
|
1158
|
-
export { default as
|
|
1155
|
+
// FolderPlus aliases
|
|
1156
|
+
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1159
1157
|
// FolderRoot aliases
|
|
1160
1158
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1159
|
+
// FolderSearch2 aliases
|
|
1160
|
+
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1161
1161
|
// FolderSearch aliases
|
|
1162
1162
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1163
1163
|
// FolderSymlink aliases
|
|
1164
1164
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1165
1165
|
// FolderSync aliases
|
|
1166
1166
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1167
|
-
// FolderTree aliases
|
|
1168
|
-
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1169
1167
|
// FolderUp aliases
|
|
1170
1168
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1169
|
+
// FolderTree aliases
|
|
1170
|
+
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1171
1171
|
// FolderX aliases
|
|
1172
1172
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1173
1173
|
// Folder aliases
|
|
1174
1174
|
export { default as FolderIcon } from '../icons/folder';
|
|
1175
|
-
// Footprints aliases
|
|
1176
|
-
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1177
1175
|
// Folders aliases
|
|
1178
1176
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1179
|
-
// Forklift aliases
|
|
1180
|
-
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1181
1177
|
// Form aliases
|
|
1182
1178
|
export { default as FormIcon } from '../icons/form';
|
|
1179
|
+
// Footprints aliases
|
|
1180
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1181
|
+
// Forklift aliases
|
|
1182
|
+
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1183
1183
|
// Forward aliases
|
|
1184
1184
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1185
1185
|
// Frame aliases
|
|
@@ -1194,22 +1194,22 @@ export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
|
1194
1194
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1195
1195
|
// GalleryHorizontalEnd aliases
|
|
1196
1196
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1197
|
-
// GalleryHorizontal aliases
|
|
1198
|
-
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1199
1197
|
// GalleryThumbnails aliases
|
|
1200
1198
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1201
1199
|
// GalleryVerticalEnd aliases
|
|
1202
1200
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1201
|
+
// GalleryHorizontal aliases
|
|
1202
|
+
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1203
1203
|
// GalleryVertical aliases
|
|
1204
1204
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1205
1205
|
// Gamepad2 aliases
|
|
1206
1206
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1207
1207
|
// GamepadDirectional aliases
|
|
1208
1208
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1209
|
-
// Gauge aliases
|
|
1210
|
-
export { default as GaugeIcon } from '../icons/gauge';
|
|
1211
1209
|
// Gamepad aliases
|
|
1212
1210
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1211
|
+
// Gauge aliases
|
|
1212
|
+
export { default as GaugeIcon } from '../icons/gauge';
|
|
1213
1213
|
// Gavel aliases
|
|
1214
1214
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1215
1215
|
// Gem aliases
|
|
@@ -1218,12 +1218,12 @@ export { default as GemIcon } from '../icons/gem';
|
|
|
1218
1218
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1219
1219
|
// Ghost aliases
|
|
1220
1220
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1221
|
-
// Gift aliases
|
|
1222
|
-
export { default as GiftIcon } from '../icons/gift';
|
|
1223
1221
|
// GitBranchMinus aliases
|
|
1224
1222
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1225
1223
|
// GitBranchPlus aliases
|
|
1226
1224
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1225
|
+
// Gift aliases
|
|
1226
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1227
1227
|
// GitBranch aliases
|
|
1228
1228
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1229
1229
|
// GitCompareArrows aliases
|
|
@@ -1246,58 +1246,58 @@ export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-ar
|
|
|
1246
1246
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1247
1247
|
// GitPullRequestCreateArrow aliases
|
|
1248
1248
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1249
|
+
// GitPullRequestCreate aliases
|
|
1250
|
+
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1249
1251
|
// GitPullRequestDraft aliases
|
|
1250
1252
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1251
1253
|
// GitPullRequest aliases
|
|
1252
1254
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1253
|
-
// GitPullRequestCreate aliases
|
|
1254
|
-
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1255
1255
|
// GlassWater aliases
|
|
1256
1256
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1257
|
-
// GlobeLock aliases
|
|
1258
|
-
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1259
|
-
// GlobeOff aliases
|
|
1260
|
-
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1261
1257
|
// Glasses aliases
|
|
1262
1258
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1259
|
+
// GlobeOff aliases
|
|
1260
|
+
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1261
|
+
// GlobeLock aliases
|
|
1262
|
+
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1263
|
+
// Goal aliases
|
|
1264
|
+
export { default as GoalIcon } from '../icons/goal';
|
|
1263
1265
|
// GlobeX aliases
|
|
1264
1266
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1265
1267
|
// Globe aliases
|
|
1266
1268
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1267
|
-
// Goal aliases
|
|
1268
|
-
export { default as GoalIcon } from '../icons/goal';
|
|
1269
1269
|
// Gpu aliases
|
|
1270
1270
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1271
1271
|
// GraduationCap aliases
|
|
1272
1272
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1273
|
+
// Grid3x2 aliases
|
|
1274
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1273
1275
|
// Grape aliases
|
|
1274
1276
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1275
1277
|
// GripHorizontal aliases
|
|
1276
1278
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1277
|
-
// Grid3x2 aliases
|
|
1278
|
-
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1279
1279
|
// GripVertical aliases
|
|
1280
1280
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1281
1281
|
// Grip aliases
|
|
1282
1282
|
export { default as GripIcon } from '../icons/grip';
|
|
1283
1283
|
// Group aliases
|
|
1284
1284
|
export { default as GroupIcon } from '../icons/group';
|
|
1285
|
-
// Hamburger aliases
|
|
1286
|
-
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1287
1285
|
// Guitar aliases
|
|
1288
1286
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1289
1287
|
// Ham aliases
|
|
1290
1288
|
export { default as HamIcon } from '../icons/ham';
|
|
1289
|
+
// Hamburger aliases
|
|
1290
|
+
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1291
1291
|
// Hammer aliases
|
|
1292
1292
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1293
1293
|
// HandCoins aliases
|
|
1294
1294
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1295
1295
|
// HandFist aliases
|
|
1296
1296
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1297
|
-
// HandHeart aliases
|
|
1298
|
-
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1299
1297
|
// HandMetal aliases
|
|
1300
1298
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1299
|
+
// HandHeart aliases
|
|
1300
|
+
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1301
1301
|
// HandPlatter aliases
|
|
1302
1302
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1303
1303
|
// Hand aliases
|
|
@@ -1308,10 +1308,10 @@ export { default as HandbagIcon } from '../icons/handbag';
|
|
|
1308
1308
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1309
1309
|
// HardDriveDownload aliases
|
|
1310
1310
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1311
|
-
// HardDrive aliases
|
|
1312
|
-
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1313
1311
|
// HardDriveUpload aliases
|
|
1314
1312
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1313
|
+
// HardDrive aliases
|
|
1314
|
+
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1315
1315
|
// HardHat aliases
|
|
1316
1316
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1317
1317
|
// Hash aliases
|
|
@@ -1320,10 +1320,10 @@ export { default as HashIcon } from '../icons/hash';
|
|
|
1320
1320
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1321
1321
|
// Haze aliases
|
|
1322
1322
|
export { default as HazeIcon } from '../icons/haze';
|
|
1323
|
-
// Hd aliases
|
|
1324
|
-
export { default as HdIcon } from '../icons/hd';
|
|
1325
1323
|
// HdmiPort aliases
|
|
1326
1324
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1325
|
+
// Hd aliases
|
|
1326
|
+
export { default as HdIcon } from '../icons/hd';
|
|
1327
1327
|
// Heading1 aliases
|
|
1328
1328
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1329
1329
|
// Heading2 aliases
|
|
@@ -1346,34 +1346,34 @@ export { default as HeadphonesIcon } from '../icons/headphones';
|
|
|
1346
1346
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1347
1347
|
// HeartCrack aliases
|
|
1348
1348
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1349
|
-
// HeartHandshake aliases
|
|
1350
|
-
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1351
1349
|
// HeartMinus aliases
|
|
1352
1350
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1351
|
+
// HeartHandshake aliases
|
|
1352
|
+
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1353
1353
|
// HeartOff aliases
|
|
1354
1354
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1355
1355
|
// HeartPlus aliases
|
|
1356
1356
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1357
1357
|
// HeartPulse aliases
|
|
1358
1358
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1359
|
+
// Helicopter aliases
|
|
1360
|
+
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1359
1361
|
// Heart aliases
|
|
1360
1362
|
export { default as HeartIcon } from '../icons/heart';
|
|
1361
1363
|
// Heater aliases
|
|
1362
1364
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1363
|
-
// Helicopter aliases
|
|
1364
|
-
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1365
|
-
// Hexagon aliases
|
|
1366
|
-
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1367
1365
|
// Highlighter aliases
|
|
1368
1366
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1367
|
+
// Hexagon aliases
|
|
1368
|
+
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1369
1369
|
// History aliases
|
|
1370
1370
|
export { default as HistoryIcon } from '../icons/history';
|
|
1371
1371
|
// HopOff aliases
|
|
1372
1372
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1373
|
-
// Hop aliases
|
|
1374
|
-
export { default as HopIcon } from '../icons/hop';
|
|
1375
1373
|
// Hospital aliases
|
|
1376
1374
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1375
|
+
// Hop aliases
|
|
1376
|
+
export { default as HopIcon } from '../icons/hop';
|
|
1377
1377
|
// Hotel aliases
|
|
1378
1378
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1379
1379
|
// Hourglass aliases
|
|
@@ -1386,22 +1386,22 @@ export { default as HousePlugIcon } from '../icons/house-plug';
|
|
|
1386
1386
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1387
1387
|
// HouseWifi aliases
|
|
1388
1388
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1389
|
-
// ImageDown aliases
|
|
1390
|
-
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1391
|
-
// IdCardLanyard aliases
|
|
1392
|
-
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1393
1389
|
// IdCard aliases
|
|
1394
1390
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1391
|
+
// IdCardLanyard aliases
|
|
1392
|
+
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1393
|
+
// ImageDown aliases
|
|
1394
|
+
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1395
1395
|
// ImageMinus aliases
|
|
1396
1396
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1397
1397
|
// ImageOff aliases
|
|
1398
1398
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1399
|
+
// ImagePlay aliases
|
|
1400
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1399
1401
|
// ImagePlus aliases
|
|
1400
1402
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1401
1403
|
// ImageUp aliases
|
|
1402
1404
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1403
|
-
// ImagePlay aliases
|
|
1404
|
-
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1405
1405
|
// ImageUpscale aliases
|
|
1406
1406
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1407
1407
|
// Image aliases
|
|
@@ -1412,10 +1412,10 @@ export { default as ImportIcon } from '../icons/import';
|
|
|
1412
1412
|
export { default as ImagesIcon } from '../icons/images';
|
|
1413
1413
|
// IndianRupee aliases
|
|
1414
1414
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1415
|
-
// Inbox aliases
|
|
1416
|
-
export { default as InboxIcon } from '../icons/inbox';
|
|
1417
1415
|
// Infinity aliases
|
|
1418
1416
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1417
|
+
// Inbox aliases
|
|
1418
|
+
export { default as InboxIcon } from '../icons/inbox';
|
|
1419
1419
|
// Info aliases
|
|
1420
1420
|
export { default as InfoIcon } from '../icons/info';
|
|
1421
1421
|
// InspectionPanel aliases
|
|
@@ -1424,16 +1424,16 @@ export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
|
1424
1424
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1425
1425
|
// IterationCw aliases
|
|
1426
1426
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1427
|
-
// IterationCcw aliases
|
|
1428
|
-
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1429
1427
|
// JapaneseYen aliases
|
|
1430
1428
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1429
|
+
// IterationCcw aliases
|
|
1430
|
+
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1431
1431
|
// Joystick aliases
|
|
1432
1432
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1433
|
-
// Kayak aliases
|
|
1434
|
-
export { default as KayakIcon } from '../icons/kayak';
|
|
1435
1433
|
// Kanban aliases
|
|
1436
1434
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1435
|
+
// Kayak aliases
|
|
1436
|
+
export { default as KayakIcon } from '../icons/kayak';
|
|
1437
1437
|
// KeyRound aliases
|
|
1438
1438
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1439
1439
|
// KeySquare aliases
|
|
@@ -1448,24 +1448,24 @@ export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
|
1448
1448
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1449
1449
|
// LampCeiling aliases
|
|
1450
1450
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1451
|
+
// LampFloor aliases
|
|
1452
|
+
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1451
1453
|
// LampDesk aliases
|
|
1452
1454
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1455
|
+
// Lamp aliases
|
|
1456
|
+
export { default as LampIcon } from '../icons/lamp';
|
|
1453
1457
|
// LampWallDown aliases
|
|
1454
1458
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1455
|
-
// LampFloor aliases
|
|
1456
|
-
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1457
1459
|
// LampWallUp aliases
|
|
1458
1460
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1459
|
-
// Lamp aliases
|
|
1460
|
-
export { default as LampIcon } from '../icons/lamp';
|
|
1461
1461
|
// LandPlot aliases
|
|
1462
1462
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1463
1463
|
// Landmark aliases
|
|
1464
1464
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1465
|
-
// Languages aliases
|
|
1466
|
-
export { default as LanguagesIcon } from '../icons/languages';
|
|
1467
1465
|
// LaptopMinimalCheck aliases
|
|
1468
1466
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1467
|
+
// Languages aliases
|
|
1468
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1469
1469
|
// Laptop aliases
|
|
1470
1470
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1471
1471
|
// LassoSelect aliases
|
|
@@ -1474,18 +1474,18 @@ export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
|
1474
1474
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1475
1475
|
// Laugh aliases
|
|
1476
1476
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1477
|
+
// LayersPlus aliases
|
|
1478
|
+
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1477
1479
|
// Layers2 aliases
|
|
1478
1480
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1479
1481
|
// LayoutDashboard aliases
|
|
1480
1482
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1481
|
-
// LayersPlus aliases
|
|
1482
|
-
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1483
1483
|
// LayoutGrid aliases
|
|
1484
1484
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1485
|
-
// LayoutPanelLeft aliases
|
|
1486
|
-
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1487
1485
|
// LayoutList aliases
|
|
1488
1486
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1487
|
+
// LayoutPanelLeft aliases
|
|
1488
|
+
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1489
1489
|
// LayoutPanelTop aliases
|
|
1490
1490
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1491
1491
|
// LayoutTemplate aliases
|
|
@@ -1504,40 +1504,42 @@ export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
|
1504
1504
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1505
1505
|
// Library aliases
|
|
1506
1506
|
export { default as LibraryIcon } from '../icons/library';
|
|
1507
|
-
// Ligature aliases
|
|
1508
|
-
export { default as LigatureIcon } from '../icons/ligature';
|
|
1509
1507
|
// LifeBuoy aliases
|
|
1510
1508
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1509
|
+
// Ligature aliases
|
|
1510
|
+
export { default as LigatureIcon } from '../icons/ligature';
|
|
1511
1511
|
// LightbulbOff aliases
|
|
1512
1512
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1513
|
+
// LineDotRightHorizontal aliases
|
|
1514
|
+
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1513
1515
|
// Lightbulb aliases
|
|
1514
1516
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1515
1517
|
// LineSquiggle aliases
|
|
1516
1518
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1517
1519
|
// LineStyle aliases
|
|
1518
1520
|
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1519
|
-
// LineDotRightHorizontal aliases
|
|
1520
|
-
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1521
1521
|
// Link2Off aliases
|
|
1522
1522
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1523
|
-
// ListCheck aliases
|
|
1524
|
-
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1525
|
-
// Link2 aliases
|
|
1526
|
-
export { default as Link2Icon } from '../icons/link-2';
|
|
1527
1523
|
// Link aliases
|
|
1528
1524
|
export { default as LinkIcon } from '../icons/link';
|
|
1529
|
-
//
|
|
1530
|
-
export { default as
|
|
1525
|
+
// Link2 aliases
|
|
1526
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1527
|
+
// ListCheck aliases
|
|
1528
|
+
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1531
1529
|
// ListChevronsDownUp aliases
|
|
1532
1530
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1533
1531
|
// ListChevronsUpDown aliases
|
|
1534
1532
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1533
|
+
// ListChecks aliases
|
|
1534
|
+
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1535
1535
|
// ListCollapse aliases
|
|
1536
1536
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1537
1537
|
// ListEnd aliases
|
|
1538
1538
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1539
1539
|
// ListFilter aliases
|
|
1540
1540
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1541
|
+
// ListMinus aliases
|
|
1542
|
+
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1541
1543
|
// ListFilterPlus aliases
|
|
1542
1544
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1543
1545
|
// ListMusic aliases
|
|
@@ -1546,14 +1548,12 @@ export { default as ListMusicIcon } from '../icons/list-music';
|
|
|
1546
1548
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1547
1549
|
// ListPlus aliases
|
|
1548
1550
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1549
|
-
//
|
|
1550
|
-
export { default as
|
|
1551
|
+
// ListRestart aliases
|
|
1552
|
+
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1551
1553
|
// ListStart aliases
|
|
1552
1554
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1553
1555
|
// ListTodo aliases
|
|
1554
1556
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1555
|
-
// ListRestart aliases
|
|
1556
|
-
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1557
1557
|
// ListTree aliases
|
|
1558
1558
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1559
1559
|
// ListVideo aliases
|
|
@@ -1564,66 +1564,66 @@ export { default as ListXIcon } from '../icons/list-x';
|
|
|
1564
1564
|
export { default as ListIcon } from '../icons/list';
|
|
1565
1565
|
// LoaderPinwheel aliases
|
|
1566
1566
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1567
|
-
// Loader aliases
|
|
1568
|
-
export { default as LoaderIcon } from '../icons/loader';
|
|
1569
1567
|
// LocateFixed aliases
|
|
1570
1568
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1569
|
+
// Loader aliases
|
|
1570
|
+
export { default as LoaderIcon } from '../icons/loader';
|
|
1571
1571
|
// LocateOff aliases
|
|
1572
1572
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1573
1573
|
// Locate aliases
|
|
1574
1574
|
export { default as LocateIcon } from '../icons/locate';
|
|
1575
|
-
// LockKeyhole aliases
|
|
1576
|
-
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1577
1575
|
// Lock aliases
|
|
1578
1576
|
export { default as LockIcon } from '../icons/lock';
|
|
1579
1577
|
// LogIn aliases
|
|
1580
1578
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1581
|
-
//
|
|
1582
|
-
export { default as
|
|
1579
|
+
// LockKeyhole aliases
|
|
1580
|
+
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1583
1581
|
// Logs aliases
|
|
1584
1582
|
export { default as LogsIcon } from '../icons/logs';
|
|
1583
|
+
// LogOut aliases
|
|
1584
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1585
1585
|
// Lollipop aliases
|
|
1586
1586
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1587
1587
|
// Luggage aliases
|
|
1588
1588
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1589
|
-
// Magnet aliases
|
|
1590
|
-
export { default as MagnetIcon } from '../icons/magnet';
|
|
1591
1589
|
// MailCheck aliases
|
|
1592
1590
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1591
|
+
// Magnet aliases
|
|
1592
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1593
1593
|
// MailMinus aliases
|
|
1594
1594
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1595
1595
|
// MailOpen aliases
|
|
1596
1596
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1597
|
+
// MailWarning aliases
|
|
1598
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1597
1599
|
// MailPlus aliases
|
|
1598
1600
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1599
1601
|
// MailSearch aliases
|
|
1600
1602
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1601
|
-
// MailWarning aliases
|
|
1602
|
-
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1603
1603
|
// MailX aliases
|
|
1604
1604
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1605
1605
|
// Mail aliases
|
|
1606
1606
|
export { default as MailIcon } from '../icons/mail';
|
|
1607
1607
|
// Mailbox aliases
|
|
1608
1608
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1609
|
-
// MapMinus aliases
|
|
1610
|
-
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1611
1609
|
// Mails aliases
|
|
1612
1610
|
export { default as MailsIcon } from '../icons/mails';
|
|
1611
|
+
// MapMinus aliases
|
|
1612
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1613
1613
|
// MapPinCheckInside aliases
|
|
1614
1614
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1615
1615
|
// MapPinCheck aliases
|
|
1616
1616
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1617
|
-
// MapPinMinusInside aliases
|
|
1618
|
-
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1619
1617
|
// MapPinHouse aliases
|
|
1620
1618
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1621
1619
|
// MapPinMinus aliases
|
|
1622
1620
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1623
|
-
//
|
|
1624
|
-
export { default as
|
|
1621
|
+
// MapPinMinusInside aliases
|
|
1622
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1625
1623
|
// MapPinPlusInside aliases
|
|
1626
1624
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1625
|
+
// MapPinOff aliases
|
|
1626
|
+
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1627
1627
|
// MapPinPlus aliases
|
|
1628
1628
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1629
1629
|
// MapPinSearch aliases
|
|
@@ -1640,20 +1640,20 @@ export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
|
1640
1640
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1641
1641
|
// Map aliases
|
|
1642
1642
|
export { default as MapIcon } from '../icons/map';
|
|
1643
|
-
// Mars aliases
|
|
1644
|
-
export { default as MarsIcon } from '../icons/mars';
|
|
1645
1643
|
// MarsStroke aliases
|
|
1646
1644
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1647
|
-
//
|
|
1648
|
-
export { default as
|
|
1645
|
+
// Mars aliases
|
|
1646
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1649
1647
|
// Maximize aliases
|
|
1650
1648
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1649
|
+
// Martini aliases
|
|
1650
|
+
export { default as MartiniIcon } from '../icons/martini';
|
|
1651
1651
|
// Maximize2 aliases
|
|
1652
1652
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1653
|
-
// MegaphoneOff aliases
|
|
1654
|
-
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1655
1653
|
// Medal aliases
|
|
1656
1654
|
export { default as MedalIcon } from '../icons/medal';
|
|
1655
|
+
// MegaphoneOff aliases
|
|
1656
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1657
1657
|
// Megaphone aliases
|
|
1658
1658
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1659
1659
|
// Meh aliases
|
|
@@ -1664,12 +1664,12 @@ export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
|
1664
1664
|
export { default as MenuIcon } from '../icons/menu';
|
|
1665
1665
|
// Merge aliases
|
|
1666
1666
|
export { default as MergeIcon } from '../icons/merge';
|
|
1667
|
-
// MessageCircleCheck aliases
|
|
1668
|
-
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1669
1667
|
// MessageCircleCode aliases
|
|
1670
1668
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1671
1669
|
// MessageCircleDashed aliases
|
|
1672
1670
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1671
|
+
// MessageCircleCheck aliases
|
|
1672
|
+
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1673
1673
|
// MessageCircleHeart aliases
|
|
1674
1674
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1675
1675
|
// MessageCircleMore aliases
|
|
@@ -1678,24 +1678,24 @@ export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
|
1678
1678
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1679
1679
|
// MessageCirclePlus aliases
|
|
1680
1680
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1681
|
-
// MessageCircleWarning aliases
|
|
1682
|
-
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1683
1681
|
// MessageCircleReply aliases
|
|
1684
1682
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1683
|
+
// MessageCircleWarning aliases
|
|
1684
|
+
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1685
1685
|
// MessageCircleX aliases
|
|
1686
1686
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1687
1687
|
// MessageCircle aliases
|
|
1688
1688
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1689
|
+
// MessageSquareDashed aliases
|
|
1690
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1689
1691
|
// MessageSquareCheck aliases
|
|
1690
1692
|
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1691
1693
|
// MessageSquareCode aliases
|
|
1692
1694
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1693
|
-
// MessageSquareDashed aliases
|
|
1694
|
-
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1695
|
-
// MessageSquareDiff aliases
|
|
1696
|
-
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1697
1695
|
// MessageSquareDot aliases
|
|
1698
1696
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1697
|
+
// MessageSquareDiff aliases
|
|
1698
|
+
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1699
1699
|
// MessageSquareLock aliases
|
|
1700
1700
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1701
1701
|
// MessageSquareHeart aliases
|
|
@@ -1708,10 +1708,10 @@ export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
|
1708
1708
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1709
1709
|
// MessageSquareQuote aliases
|
|
1710
1710
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1711
|
-
// MessageSquareReply aliases
|
|
1712
|
-
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1713
1711
|
// MessageSquareShare aliases
|
|
1714
1712
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1713
|
+
// MessageSquareReply aliases
|
|
1714
|
+
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1715
1715
|
// MessageSquareText aliases
|
|
1716
1716
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1717
1717
|
// MessageSquareWarning aliases
|
|
@@ -1726,52 +1726,52 @@ export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
|
1726
1726
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1727
1727
|
// MicOff aliases
|
|
1728
1728
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1729
|
+
// Microchip aliases
|
|
1730
|
+
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1729
1731
|
// Mic aliases
|
|
1730
1732
|
export { default as MicIcon } from '../icons/mic';
|
|
1731
1733
|
// Microscope aliases
|
|
1732
1734
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1733
|
-
// Microchip aliases
|
|
1734
|
-
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1735
1735
|
// Microwave aliases
|
|
1736
1736
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1737
|
-
// Milestone aliases
|
|
1738
|
-
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1739
1737
|
// MilkOff aliases
|
|
1740
1738
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1739
|
+
// Milestone aliases
|
|
1740
|
+
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1741
1741
|
// Milk aliases
|
|
1742
1742
|
export { default as MilkIcon } from '../icons/milk';
|
|
1743
1743
|
// Minimize2 aliases
|
|
1744
1744
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1745
1745
|
// Minimize aliases
|
|
1746
1746
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1747
|
-
// Minus aliases
|
|
1748
|
-
export { default as MinusIcon } from '../icons/minus';
|
|
1749
1747
|
// MirrorRectangular aliases
|
|
1750
1748
|
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1751
|
-
//
|
|
1752
|
-
export { default as
|
|
1749
|
+
// Minus aliases
|
|
1750
|
+
export { default as MinusIcon } from '../icons/minus';
|
|
1753
1751
|
// MonitorCheck aliases
|
|
1754
1752
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1753
|
+
// MirrorRound aliases
|
|
1754
|
+
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1755
1755
|
// MonitorCog aliases
|
|
1756
1756
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1757
1757
|
// MonitorCloud aliases
|
|
1758
1758
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1759
1759
|
// MonitorDot aliases
|
|
1760
1760
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1761
|
-
// MonitorDown aliases
|
|
1762
|
-
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1763
1761
|
// MonitorOff aliases
|
|
1764
1762
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1763
|
+
// MonitorDown aliases
|
|
1764
|
+
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1765
1765
|
// MonitorPause aliases
|
|
1766
1766
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1767
|
-
// MonitorSmartphone aliases
|
|
1768
|
-
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1769
1767
|
// MonitorPlay aliases
|
|
1770
1768
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1771
|
-
//
|
|
1772
|
-
export { default as
|
|
1769
|
+
// MonitorSmartphone aliases
|
|
1770
|
+
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1773
1771
|
// MonitorSpeaker aliases
|
|
1774
1772
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1773
|
+
// MonitorStop aliases
|
|
1774
|
+
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1775
1775
|
// MonitorUp aliases
|
|
1776
1776
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1777
1777
|
// MonitorX aliases
|
|
@@ -1784,18 +1784,18 @@ export { default as MoonStarIcon } from '../icons/moon-star';
|
|
|
1784
1784
|
export { default as MoonIcon } from '../icons/moon';
|
|
1785
1785
|
// Motorbike aliases
|
|
1786
1786
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1787
|
-
// Mountain aliases
|
|
1788
|
-
export { default as MountainIcon } from '../icons/mountain';
|
|
1789
1787
|
// MountainSnow aliases
|
|
1790
1788
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1789
|
+
// Mountain aliases
|
|
1790
|
+
export { default as MountainIcon } from '../icons/mountain';
|
|
1791
1791
|
// MouseLeft aliases
|
|
1792
1792
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1793
1793
|
// MouseOff aliases
|
|
1794
1794
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1795
|
-
// MousePointer2 aliases
|
|
1796
|
-
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1797
1795
|
// MousePointer2Off aliases
|
|
1798
1796
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1797
|
+
// MousePointer2 aliases
|
|
1798
|
+
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1799
1799
|
// MousePointerBan aliases
|
|
1800
1800
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1801
1801
|
// MousePointerClick aliases
|
|
@@ -1814,10 +1814,10 @@ export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
|
1814
1814
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1815
1815
|
// MoveDownRight aliases
|
|
1816
1816
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1817
|
-
// MoveDown aliases
|
|
1818
|
-
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1819
1817
|
// MoveHorizontal aliases
|
|
1820
1818
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1819
|
+
// MoveDown aliases
|
|
1820
|
+
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1821
1821
|
// MoveLeft aliases
|
|
1822
1822
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1823
1823
|
// MoveRight aliases
|
|
@@ -1828,10 +1828,10 @@ export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
|
1828
1828
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1829
1829
|
// MoveUp aliases
|
|
1830
1830
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1831
|
-
// MoveVertical aliases
|
|
1832
|
-
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1833
1831
|
// Move aliases
|
|
1834
1832
|
export { default as MoveIcon } from '../icons/move';
|
|
1833
|
+
// MoveVertical aliases
|
|
1834
|
+
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1835
1835
|
// Music2 aliases
|
|
1836
1836
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1837
1837
|
// Music3 aliases
|
|
@@ -1844,52 +1844,52 @@ export { default as MusicIcon } from '../icons/music';
|
|
|
1844
1844
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1845
1845
|
// Navigation2 aliases
|
|
1846
1846
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1847
|
-
// NavigationOff aliases
|
|
1848
|
-
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1849
1847
|
// Navigation aliases
|
|
1850
1848
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1849
|
+
// NavigationOff aliases
|
|
1850
|
+
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1851
|
+
// Network aliases
|
|
1852
|
+
export { default as NetworkIcon } from '../icons/network';
|
|
1851
1853
|
// Newspaper aliases
|
|
1852
1854
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1855
|
+
// NonBinary aliases
|
|
1856
|
+
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1853
1857
|
// Nfc aliases
|
|
1854
1858
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1855
|
-
// Network aliases
|
|
1856
|
-
export { default as NetworkIcon } from '../icons/network';
|
|
1857
1859
|
// NotebookPen aliases
|
|
1858
1860
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1859
|
-
//
|
|
1860
|
-
export { default as
|
|
1861
|
+
// Notebook aliases
|
|
1862
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1861
1863
|
// NotebookTabs aliases
|
|
1862
1864
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1863
1865
|
// NotebookText aliases
|
|
1864
1866
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1865
1867
|
// NotepadTextDashed aliases
|
|
1866
1868
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1867
|
-
// Notebook aliases
|
|
1868
|
-
export { default as NotebookIcon } from '../icons/notebook';
|
|
1869
1869
|
// NotepadText aliases
|
|
1870
1870
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1871
|
-
// Nut aliases
|
|
1872
|
-
export { default as NutIcon } from '../icons/nut';
|
|
1873
1871
|
// NutOff aliases
|
|
1874
1872
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1873
|
+
// Nut aliases
|
|
1874
|
+
export { default as NutIcon } from '../icons/nut';
|
|
1875
1875
|
// OctagonMinus aliases
|
|
1876
1876
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1877
1877
|
// Octagon aliases
|
|
1878
1878
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1879
|
-
// Omega aliases
|
|
1880
|
-
export { default as OmegaIcon } from '../icons/omega';
|
|
1881
1879
|
// Option aliases
|
|
1882
1880
|
export { default as OptionIcon } from '../icons/option';
|
|
1881
|
+
// Omega aliases
|
|
1882
|
+
export { default as OmegaIcon } from '../icons/omega';
|
|
1883
1883
|
// Origami aliases
|
|
1884
1884
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1885
1885
|
// Orbit aliases
|
|
1886
1886
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1887
|
-
// Package2 aliases
|
|
1888
|
-
export { default as Package2Icon } from '../icons/package-2';
|
|
1889
1887
|
// PackageCheck aliases
|
|
1890
1888
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1891
1889
|
// PackageMinus aliases
|
|
1892
1890
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1891
|
+
// Package2 aliases
|
|
1892
|
+
export { default as Package2Icon } from '../icons/package-2';
|
|
1893
1893
|
// PackageOpen aliases
|
|
1894
1894
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1895
1895
|
// PackagePlus aliases
|
|
@@ -1902,66 +1902,66 @@ export { default as PackageXIcon } from '../icons/package-x';
|
|
|
1902
1902
|
export { default as PackageIcon } from '../icons/package';
|
|
1903
1903
|
// PaintBucket aliases
|
|
1904
1904
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1905
|
-
// Paintbrush aliases
|
|
1906
|
-
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1907
1905
|
// PaintRoller aliases
|
|
1908
1906
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1907
|
+
// Paintbrush aliases
|
|
1908
|
+
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1909
1909
|
// Palette aliases
|
|
1910
1910
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1911
|
-
// Panda aliases
|
|
1912
|
-
export { default as PandaIcon } from '../icons/panda';
|
|
1913
1911
|
// PanelBottomClose aliases
|
|
1914
1912
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1915
|
-
//
|
|
1916
|
-
export { default as
|
|
1917
|
-
// PanelBottom aliases
|
|
1918
|
-
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1913
|
+
// Panda aliases
|
|
1914
|
+
export { default as PandaIcon } from '../icons/panda';
|
|
1919
1915
|
// PanelLeftRightDashed aliases
|
|
1920
1916
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1921
|
-
//
|
|
1922
|
-
export { default as
|
|
1917
|
+
// PanelBottom aliases
|
|
1918
|
+
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1923
1919
|
// PanelRightClose aliases
|
|
1924
1920
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1925
|
-
//
|
|
1926
|
-
export { default as
|
|
1921
|
+
// PanelBottomOpen aliases
|
|
1922
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1923
|
+
// PanelRightOpen aliases
|
|
1924
|
+
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1927
1925
|
// PanelRight aliases
|
|
1928
1926
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1929
|
-
// PanelTopOpen aliases
|
|
1930
|
-
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1931
1927
|
// PanelTopClose aliases
|
|
1932
1928
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1933
|
-
//
|
|
1934
|
-
export { default as
|
|
1929
|
+
// PanelTopBottomDashed aliases
|
|
1930
|
+
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1931
|
+
// PanelTopOpen aliases
|
|
1932
|
+
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1935
1933
|
// PanelsLeftBottom aliases
|
|
1936
1934
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1935
|
+
// PanelTop aliases
|
|
1936
|
+
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1937
1937
|
// PanelsRightBottom aliases
|
|
1938
1938
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1939
|
-
// Parentheses aliases
|
|
1940
|
-
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1941
1939
|
// Paperclip aliases
|
|
1942
1940
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1941
|
+
// Parentheses aliases
|
|
1942
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1943
1943
|
// ParkingMeter aliases
|
|
1944
1944
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1945
|
+
// Pause aliases
|
|
1946
|
+
export { default as PauseIcon } from '../icons/pause';
|
|
1945
1947
|
// PartyPopper aliases
|
|
1946
1948
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1947
1949
|
// PawPrint aliases
|
|
1948
1950
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1949
|
-
// Pause aliases
|
|
1950
|
-
export { default as PauseIcon } from '../icons/pause';
|
|
1951
1951
|
// PcCase aliases
|
|
1952
1952
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1953
1953
|
// PenOff aliases
|
|
1954
1954
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1955
1955
|
// PenTool aliases
|
|
1956
1956
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1957
|
+
// PencilLine aliases
|
|
1958
|
+
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1957
1959
|
// PencilOff aliases
|
|
1958
1960
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1959
1961
|
// PencilRuler aliases
|
|
1960
1962
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1961
1963
|
// Pencil aliases
|
|
1962
1964
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1963
|
-
// PencilLine aliases
|
|
1964
|
-
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1965
1965
|
// Pentagon aliases
|
|
1966
1966
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1967
1967
|
// Percent aliases
|
|
@@ -1970,36 +1970,36 @@ export { default as PercentIcon } from '../icons/percent';
|
|
|
1970
1970
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1971
1971
|
// PhilippinePeso aliases
|
|
1972
1972
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1973
|
-
// PhoneForwarded aliases
|
|
1974
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1975
1973
|
// PhoneCall aliases
|
|
1976
1974
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1977
|
-
//
|
|
1978
|
-
export { default as
|
|
1975
|
+
// PhoneForwarded aliases
|
|
1976
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1979
1977
|
// PhoneMissed aliases
|
|
1980
1978
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1981
1979
|
// PhoneOff aliases
|
|
1982
1980
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1981
|
+
// PhoneOutgoing aliases
|
|
1982
|
+
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1983
|
+
// PhoneIncoming aliases
|
|
1984
|
+
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1983
1985
|
// Phone aliases
|
|
1984
1986
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1985
1987
|
// Pi aliases
|
|
1986
1988
|
export { default as PiIcon } from '../icons/pi';
|
|
1987
|
-
// PhoneOutgoing aliases
|
|
1988
|
-
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1989
|
-
// Pickaxe aliases
|
|
1990
|
-
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1991
1989
|
// Piano aliases
|
|
1992
1990
|
export { default as PianoIcon } from '../icons/piano';
|
|
1993
|
-
//
|
|
1994
|
-
export { default as
|
|
1991
|
+
// Pickaxe aliases
|
|
1992
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1995
1993
|
// PictureInPicture2 aliases
|
|
1996
1994
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1995
|
+
// PictureInPicture aliases
|
|
1996
|
+
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1997
1997
|
// PiggyBank aliases
|
|
1998
1998
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1999
|
-
// PilcrowLeft aliases
|
|
2000
|
-
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2001
1999
|
// PilcrowRight aliases
|
|
2002
2000
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2001
|
+
// PilcrowLeft aliases
|
|
2002
|
+
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2003
2003
|
// Pilcrow aliases
|
|
2004
2004
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2005
2005
|
// PillBottle aliases
|
|
@@ -2010,10 +2010,10 @@ export { default as PillIcon } from '../icons/pill';
|
|
|
2010
2010
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2011
2011
|
// Pin aliases
|
|
2012
2012
|
export { default as PinIcon } from '../icons/pin';
|
|
2013
|
-
// Pipette aliases
|
|
2014
|
-
export { default as PipetteIcon } from '../icons/pipette';
|
|
2015
2013
|
// Pizza aliases
|
|
2016
2014
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2015
|
+
// Pipette aliases
|
|
2016
|
+
export { default as PipetteIcon } from '../icons/pipette';
|
|
2017
2017
|
// PlaneLanding aliases
|
|
2018
2018
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2019
2019
|
// PlaneTakeoff aliases
|
|
@@ -2024,50 +2024,50 @@ export { default as PlaneIcon } from '../icons/plane';
|
|
|
2024
2024
|
export { default as PlayIcon } from '../icons/play';
|
|
2025
2025
|
// Plug2 aliases
|
|
2026
2026
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2027
|
-
// Plug aliases
|
|
2028
|
-
export { default as PlugIcon } from '../icons/plug';
|
|
2029
2027
|
// Plus aliases
|
|
2030
2028
|
export { default as PlusIcon } from '../icons/plus';
|
|
2031
|
-
//
|
|
2032
|
-
export { default as
|
|
2029
|
+
// Plug aliases
|
|
2030
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
2033
2031
|
// PocketKnife aliases
|
|
2034
2032
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2035
|
-
//
|
|
2036
|
-
export { default as
|
|
2033
|
+
// Podcast aliases
|
|
2034
|
+
export { default as PodcastIcon } from '../icons/podcast';
|
|
2037
2035
|
// Pointer aliases
|
|
2038
2036
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2037
|
+
// PointerOff aliases
|
|
2038
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2039
2039
|
// Popcorn aliases
|
|
2040
2040
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2041
2041
|
// Popsicle aliases
|
|
2042
2042
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2043
|
-
// PowerOff aliases
|
|
2044
|
-
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2045
2043
|
// PoundSterling aliases
|
|
2046
2044
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2047
2045
|
// Power aliases
|
|
2048
2046
|
export { default as PowerIcon } from '../icons/power';
|
|
2047
|
+
// PowerOff aliases
|
|
2048
|
+
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2049
2049
|
// Presentation aliases
|
|
2050
2050
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2051
|
-
// PrinterX aliases
|
|
2052
|
-
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2053
2051
|
// PrinterCheck aliases
|
|
2054
2052
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2055
|
-
// Projector aliases
|
|
2056
|
-
export { default as ProjectorIcon } from '../icons/projector';
|
|
2057
2053
|
// Printer aliases
|
|
2058
2054
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2055
|
+
// PrinterX aliases
|
|
2056
|
+
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2057
|
+
// Projector aliases
|
|
2058
|
+
export { default as ProjectorIcon } from '../icons/projector';
|
|
2059
2059
|
// Proportions aliases
|
|
2060
2060
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2061
2061
|
// Pyramid aliases
|
|
2062
2062
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2063
|
+
// Rabbit aliases
|
|
2064
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2063
2065
|
// Puzzle aliases
|
|
2064
2066
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2065
2067
|
// QrCode aliases
|
|
2066
2068
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2067
2069
|
// Quote aliases
|
|
2068
2070
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2069
|
-
// Rabbit aliases
|
|
2070
|
-
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2071
2071
|
// Radar aliases
|
|
2072
2072
|
export { default as RadarIcon } from '../icons/radar';
|
|
2073
2073
|
// Radiation aliases
|
|
@@ -2080,58 +2080,58 @@ export { default as RadioOffIcon } from '../icons/radio-off';
|
|
|
2080
2080
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2081
2081
|
// RadioTower aliases
|
|
2082
2082
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2083
|
-
// Radio aliases
|
|
2084
|
-
export { default as RadioIcon } from '../icons/radio';
|
|
2085
2083
|
// Radius aliases
|
|
2086
2084
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2087
|
-
//
|
|
2088
|
-
export { default as
|
|
2089
|
-
// Ratio aliases
|
|
2090
|
-
export { default as RatioIcon } from '../icons/ratio';
|
|
2091
|
-
// ReceiptEuro aliases
|
|
2092
|
-
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2085
|
+
// Radio aliases
|
|
2086
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2093
2087
|
// Rat aliases
|
|
2094
2088
|
export { default as RatIcon } from '../icons/rat';
|
|
2089
|
+
// Ratio aliases
|
|
2090
|
+
export { default as RatioIcon } from '../icons/ratio';
|
|
2091
|
+
// Rainbow aliases
|
|
2092
|
+
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2095
2093
|
// ReceiptCent aliases
|
|
2096
2094
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2097
|
-
//
|
|
2098
|
-
export { default as
|
|
2095
|
+
// ReceiptEuro aliases
|
|
2096
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2099
2097
|
// ReceiptJapaneseYen aliases
|
|
2100
2098
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2101
|
-
//
|
|
2102
|
-
export { default as
|
|
2099
|
+
// ReceiptIndianRupee aliases
|
|
2100
|
+
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2103
2101
|
// ReceiptRussianRuble aliases
|
|
2104
2102
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2105
|
-
//
|
|
2106
|
-
export { default as
|
|
2103
|
+
// ReceiptPoundSterling aliases
|
|
2104
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2107
2105
|
// ReceiptText aliases
|
|
2108
2106
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2109
|
-
//
|
|
2110
|
-
export { default as
|
|
2107
|
+
// ReceiptSwissFranc aliases
|
|
2108
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2111
2109
|
// Receipt aliases
|
|
2112
2110
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2111
|
+
// ReceiptTurkishLira aliases
|
|
2112
|
+
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2113
2113
|
// RectangleCircle aliases
|
|
2114
2114
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2115
|
-
// RectangleHorizontal aliases
|
|
2116
|
-
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2117
2115
|
// RectangleGoggles aliases
|
|
2118
2116
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2117
|
+
// RectangleHorizontal aliases
|
|
2118
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2119
2119
|
// RectangleVertical aliases
|
|
2120
2120
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2121
|
-
// Recycle aliases
|
|
2122
|
-
export { default as RecycleIcon } from '../icons/recycle';
|
|
2123
2121
|
// Redo2 aliases
|
|
2124
2122
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2123
|
+
// Recycle aliases
|
|
2124
|
+
export { default as RecycleIcon } from '../icons/recycle';
|
|
2125
2125
|
// RedoDot aliases
|
|
2126
2126
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2127
2127
|
// Redo aliases
|
|
2128
2128
|
export { default as RedoIcon } from '../icons/redo';
|
|
2129
|
-
// RefreshCcwDot aliases
|
|
2130
|
-
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2131
2129
|
// RefreshCcw aliases
|
|
2132
2130
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2133
2131
|
// RefreshCwOff aliases
|
|
2134
2132
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2133
|
+
// RefreshCcwDot aliases
|
|
2134
|
+
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2135
2135
|
// RefreshCw aliases
|
|
2136
2136
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2137
2137
|
// Refrigerator aliases
|
|
@@ -2144,30 +2144,30 @@ export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
|
2144
2144
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2145
2145
|
// Repeat2 aliases
|
|
2146
2146
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2147
|
-
// Repeat aliases
|
|
2148
|
-
export { default as RepeatIcon } from '../icons/repeat';
|
|
2149
2147
|
// ReplaceAll aliases
|
|
2150
2148
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2151
2149
|
// Replace aliases
|
|
2152
2150
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2151
|
+
// Repeat aliases
|
|
2152
|
+
export { default as RepeatIcon } from '../icons/repeat';
|
|
2153
2153
|
// ReplyAll aliases
|
|
2154
2154
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2155
2155
|
// Rewind aliases
|
|
2156
2156
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2157
|
-
// Ribbon aliases
|
|
2158
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2159
2157
|
// Reply aliases
|
|
2160
2158
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2161
|
-
// Road aliases
|
|
2162
|
-
export { default as RoadIcon } from '../icons/road';
|
|
2163
2159
|
// Rocket aliases
|
|
2164
2160
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2161
|
+
// Ribbon aliases
|
|
2162
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2165
2163
|
// RockingChair aliases
|
|
2166
2164
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2167
|
-
//
|
|
2168
|
-
export { default as
|
|
2165
|
+
// Road aliases
|
|
2166
|
+
export { default as RoadIcon } from '../icons/road';
|
|
2169
2167
|
// RollerCoaster aliases
|
|
2170
2168
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2169
|
+
// Rose aliases
|
|
2170
|
+
export { default as RoseIcon } from '../icons/rose';
|
|
2171
2171
|
// RotateCcwKey aliases
|
|
2172
2172
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2173
2173
|
// RotateCcwSquare aliases
|
|
@@ -2176,38 +2176,38 @@ export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
|
2176
2176
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2177
2177
|
// RotateCwSquare aliases
|
|
2178
2178
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2179
|
-
// RouteOff aliases
|
|
2180
|
-
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2181
2179
|
// RotateCw aliases
|
|
2182
2180
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2183
|
-
//
|
|
2184
|
-
export { default as
|
|
2181
|
+
// RouteOff aliases
|
|
2182
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2185
2183
|
// Route aliases
|
|
2186
2184
|
export { default as RouteIcon } from '../icons/route';
|
|
2187
|
-
//
|
|
2188
|
-
export { default as
|
|
2185
|
+
// Router aliases
|
|
2186
|
+
export { default as RouterIcon } from '../icons/router';
|
|
2189
2187
|
// Rss aliases
|
|
2190
2188
|
export { default as RssIcon } from '../icons/rss';
|
|
2189
|
+
// Rows4 aliases
|
|
2190
|
+
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2191
2191
|
// RulerDimensionLine aliases
|
|
2192
2192
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2193
|
-
// RussianRuble aliases
|
|
2194
|
-
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2195
2193
|
// Ruler aliases
|
|
2196
2194
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2195
|
+
// RussianRuble aliases
|
|
2196
|
+
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2197
2197
|
// Sailboat aliases
|
|
2198
2198
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2199
2199
|
// Salad aliases
|
|
2200
2200
|
export { default as SaladIcon } from '../icons/salad';
|
|
2201
2201
|
// Sandwich aliases
|
|
2202
2202
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2203
|
-
// SatelliteDish aliases
|
|
2204
|
-
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2205
2203
|
// SaudiRiyal aliases
|
|
2206
2204
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2207
|
-
//
|
|
2208
|
-
export { default as
|
|
2205
|
+
// SatelliteDish aliases
|
|
2206
|
+
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2209
2207
|
// SaveAll aliases
|
|
2210
2208
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2209
|
+
// Satellite aliases
|
|
2210
|
+
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2211
2211
|
// SaveOff aliases
|
|
2212
2212
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2213
2213
|
// Save aliases
|
|
@@ -2218,44 +2218,44 @@ export { default as ScaleIcon } from '../icons/scale';
|
|
|
2218
2218
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2219
2219
|
// ScanBarcode aliases
|
|
2220
2220
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2221
|
-
// ScanEye aliases
|
|
2222
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2223
2221
|
// ScanFace aliases
|
|
2224
2222
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2225
|
-
//
|
|
2226
|
-
export { default as
|
|
2223
|
+
// ScanEye aliases
|
|
2224
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2227
2225
|
// ScanHeart aliases
|
|
2228
2226
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2227
|
+
// ScanLine aliases
|
|
2228
|
+
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2229
2229
|
// ScanQrCode aliases
|
|
2230
2230
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2231
2231
|
// ScanSearch aliases
|
|
2232
2232
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2233
|
-
// ScanText aliases
|
|
2234
|
-
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2235
2233
|
// Scan aliases
|
|
2236
2234
|
export { default as ScanIcon } from '../icons/scan';
|
|
2237
|
-
//
|
|
2238
|
-
export { default as
|
|
2235
|
+
// ScanText aliases
|
|
2236
|
+
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2239
2237
|
// School aliases
|
|
2240
2238
|
export { default as SchoolIcon } from '../icons/school';
|
|
2239
|
+
// ScissorsLineDashed aliases
|
|
2240
|
+
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2241
2241
|
// Scissors aliases
|
|
2242
2242
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2243
2243
|
// Scooter aliases
|
|
2244
2244
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2245
|
-
// ScreenShare aliases
|
|
2246
|
-
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2247
2245
|
// ScreenShareOff aliases
|
|
2248
2246
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2247
|
+
// ScreenShare aliases
|
|
2248
|
+
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2249
2249
|
// ScrollText aliases
|
|
2250
2250
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2251
2251
|
// Scroll aliases
|
|
2252
2252
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2253
2253
|
// SearchAlert aliases
|
|
2254
2254
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2255
|
-
// SearchCode aliases
|
|
2256
|
-
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2257
2255
|
// SearchCheck aliases
|
|
2258
2256
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2257
|
+
// SearchCode aliases
|
|
2258
|
+
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2259
2259
|
// SearchSlash aliases
|
|
2260
2260
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2261
2261
|
// Search aliases
|
|
@@ -2272,34 +2272,34 @@ export { default as SendIcon } from '../icons/send';
|
|
|
2272
2272
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2273
2273
|
// SeparatorVertical aliases
|
|
2274
2274
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2275
|
-
// ServerCog aliases
|
|
2276
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2277
2275
|
// ServerCrash aliases
|
|
2278
2276
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2277
|
+
// ServerCog aliases
|
|
2278
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2279
2279
|
// ServerOff aliases
|
|
2280
2280
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2281
|
-
// Settings2 aliases
|
|
2282
|
-
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2283
2281
|
// Server aliases
|
|
2284
2282
|
export { default as ServerIcon } from '../icons/server';
|
|
2285
|
-
//
|
|
2286
|
-
export { default as
|
|
2283
|
+
// Settings2 aliases
|
|
2284
|
+
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2287
2285
|
// Shapes aliases
|
|
2288
2286
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2287
|
+
// Settings aliases
|
|
2288
|
+
export { default as SettingsIcon } from '../icons/settings';
|
|
2289
2289
|
// Share2 aliases
|
|
2290
2290
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2291
2291
|
// Share aliases
|
|
2292
2292
|
export { default as ShareIcon } from '../icons/share';
|
|
2293
|
-
// Shell aliases
|
|
2294
|
-
export { default as ShellIcon } from '../icons/shell';
|
|
2295
2293
|
// Sheet aliases
|
|
2296
2294
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2295
|
+
// Shell aliases
|
|
2296
|
+
export { default as ShellIcon } from '../icons/shell';
|
|
2297
|
+
// ShelvingUnit aliases
|
|
2298
|
+
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2297
2299
|
// ShieldAlert aliases
|
|
2298
2300
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2299
2301
|
// ShieldBan aliases
|
|
2300
2302
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2301
|
-
// ShelvingUnit aliases
|
|
2302
|
-
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2303
2303
|
// ShieldCheck aliases
|
|
2304
2304
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2305
2305
|
// ShieldCogCorner aliases
|
|
@@ -2318,48 +2318,48 @@ export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
|
2318
2318
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2319
2319
|
// ShieldUser aliases
|
|
2320
2320
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2321
|
+
// ShipWheel aliases
|
|
2322
|
+
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2321
2323
|
// Shield aliases
|
|
2322
2324
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2323
2325
|
// Ship aliases
|
|
2324
2326
|
export { default as ShipIcon } from '../icons/ship';
|
|
2325
|
-
// ShipWheel aliases
|
|
2326
|
-
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2327
2327
|
// Shirt aliases
|
|
2328
2328
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2329
2329
|
// ShoppingBag aliases
|
|
2330
2330
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2331
2331
|
// ShoppingBasket aliases
|
|
2332
2332
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2333
|
-
// ShoppingCart aliases
|
|
2334
|
-
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2335
2333
|
// Shovel aliases
|
|
2336
2334
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2337
|
-
//
|
|
2338
|
-
export { default as
|
|
2335
|
+
// ShoppingCart aliases
|
|
2336
|
+
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2339
2337
|
// ShowerHead aliases
|
|
2340
2338
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2341
|
-
//
|
|
2342
|
-
export { default as
|
|
2339
|
+
// Shredder aliases
|
|
2340
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2343
2341
|
// Shrimp aliases
|
|
2344
2342
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2345
|
-
//
|
|
2346
|
-
export { default as
|
|
2343
|
+
// Shrink aliases
|
|
2344
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2347
2345
|
// Shuffle aliases
|
|
2348
2346
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2347
|
+
// Shrub aliases
|
|
2348
|
+
export { default as ShrubIcon } from '../icons/shrub';
|
|
2349
2349
|
// Sigma aliases
|
|
2350
2350
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2351
2351
|
// SignalHigh aliases
|
|
2352
2352
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2353
|
+
// SignalLow aliases
|
|
2354
|
+
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2353
2355
|
// SignalMedium aliases
|
|
2354
2356
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2355
2357
|
// SignalZero aliases
|
|
2356
2358
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2357
|
-
// SignalLow aliases
|
|
2358
|
-
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2359
|
-
// Signal aliases
|
|
2360
|
-
export { default as SignalIcon } from '../icons/signal';
|
|
2361
2359
|
// Signature aliases
|
|
2362
2360
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2361
|
+
// Signal aliases
|
|
2362
|
+
export { default as SignalIcon } from '../icons/signal';
|
|
2363
2363
|
// SignpostBig aliases
|
|
2364
2364
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2365
2365
|
// Signpost aliases
|
|
@@ -2372,28 +2372,28 @@ export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
|
2372
2372
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2373
2373
|
// Skull aliases
|
|
2374
2374
|
export { default as SkullIcon } from '../icons/skull';
|
|
2375
|
-
// Slice aliases
|
|
2376
|
-
export { default as SliceIcon } from '../icons/slice';
|
|
2377
2375
|
// Slash aliases
|
|
2378
2376
|
export { default as SlashIcon } from '../icons/slash';
|
|
2379
|
-
//
|
|
2380
|
-
export { default as
|
|
2377
|
+
// Slice aliases
|
|
2378
|
+
export { default as SliceIcon } from '../icons/slice';
|
|
2381
2379
|
// SlidersHorizontal aliases
|
|
2382
2380
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2381
|
+
// SmartphoneCharging aliases
|
|
2382
|
+
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2383
2383
|
// SmartphoneNfc aliases
|
|
2384
2384
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2385
2385
|
// Smartphone aliases
|
|
2386
2386
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2387
2387
|
// SmilePlus aliases
|
|
2388
2388
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2389
|
-
// Smile aliases
|
|
2390
|
-
export { default as SmileIcon } from '../icons/smile';
|
|
2391
2389
|
// Snail aliases
|
|
2392
2390
|
export { default as SnailIcon } from '../icons/snail';
|
|
2393
|
-
//
|
|
2394
|
-
export { default as
|
|
2391
|
+
// Smile aliases
|
|
2392
|
+
export { default as SmileIcon } from '../icons/smile';
|
|
2395
2393
|
// Snowflake aliases
|
|
2396
2394
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2395
|
+
// SoapDispenserDroplet aliases
|
|
2396
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2397
2397
|
// Sofa aliases
|
|
2398
2398
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2399
2399
|
// SolarPanel aliases
|
|
@@ -2402,40 +2402,40 @@ export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
|
2402
2402
|
export { default as SoupIcon } from '../icons/soup';
|
|
2403
2403
|
// Space aliases
|
|
2404
2404
|
export { default as SpaceIcon } from '../icons/space';
|
|
2405
|
-
// Sparkle aliases
|
|
2406
|
-
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2407
2405
|
// Spade aliases
|
|
2408
2406
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2409
2407
|
// Speaker aliases
|
|
2410
2408
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2409
|
+
// Sparkle aliases
|
|
2410
|
+
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2411
2411
|
// Speech aliases
|
|
2412
2412
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2413
2413
|
// SpellCheck2 aliases
|
|
2414
2414
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2415
|
-
// SplinePointer aliases
|
|
2416
|
-
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2417
2415
|
// SpellCheck aliases
|
|
2418
2416
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2417
|
+
// SplinePointer aliases
|
|
2418
|
+
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2419
2419
|
// Spline aliases
|
|
2420
2420
|
export { default as SplineIcon } from '../icons/spline';
|
|
2421
2421
|
// Split aliases
|
|
2422
2422
|
export { default as SplitIcon } from '../icons/split';
|
|
2423
|
+
// SportShoe aliases
|
|
2424
|
+
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2423
2425
|
// Spool aliases
|
|
2424
2426
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2425
2427
|
// Spotlight aliases
|
|
2426
2428
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2427
2429
|
// SprayCan aliases
|
|
2428
2430
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2429
|
-
// SportShoe aliases
|
|
2430
|
-
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2431
|
-
// Sprout aliases
|
|
2432
|
-
export { default as SproutIcon } from '../icons/sprout';
|
|
2433
|
-
// SquareArrowRightExit aliases
|
|
2434
|
-
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2435
2431
|
// SquareArrowRightEnter aliases
|
|
2436
2432
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2433
|
+
// SquareArrowRightExit aliases
|
|
2434
|
+
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2437
2435
|
// SquareDashedBottomCode aliases
|
|
2438
2436
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2437
|
+
// Sprout aliases
|
|
2438
|
+
export { default as SproutIcon } from '../icons/sprout';
|
|
2439
2439
|
// SquareDashedBottom aliases
|
|
2440
2440
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2441
2441
|
// SquareDashedTopSolid aliases
|
|
@@ -2444,22 +2444,22 @@ export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-
|
|
|
2444
2444
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2445
2445
|
// SquareRadical aliases
|
|
2446
2446
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2447
|
+
// SquareStack aliases
|
|
2448
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2447
2449
|
// SquareRoundCorner aliases
|
|
2448
2450
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2449
2451
|
// SquareSquare aliases
|
|
2450
2452
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2451
2453
|
// SquareStar aliases
|
|
2452
2454
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2453
|
-
// SquareStack aliases
|
|
2454
|
-
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2455
2455
|
// SquareStop aliases
|
|
2456
2456
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2457
2457
|
// Square aliases
|
|
2458
2458
|
export { default as SquareIcon } from '../icons/square';
|
|
2459
|
-
// SquaresExclude aliases
|
|
2460
|
-
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2461
2459
|
// SquaresIntersect aliases
|
|
2462
2460
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2461
|
+
// SquaresExclude aliases
|
|
2462
|
+
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2463
2463
|
// SquaresSubtract aliases
|
|
2464
2464
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2465
2465
|
// SquaresUnite aliases
|
|
@@ -2472,80 +2472,80 @@ export { default as SquircleIcon } from '../icons/squircle';
|
|
|
2472
2472
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2473
2473
|
// Stamp aliases
|
|
2474
2474
|
export { default as StampIcon } from '../icons/stamp';
|
|
2475
|
-
// StarOff aliases
|
|
2476
|
-
export { default as StarOffIcon } from '../icons/star-off';
|
|
2477
|
-
// Star aliases
|
|
2478
|
-
export { default as StarIcon } from '../icons/star';
|
|
2479
2475
|
// StarHalf aliases
|
|
2480
2476
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2477
|
+
// Star aliases
|
|
2478
|
+
export { default as StarIcon } from '../icons/star';
|
|
2479
|
+
// StarOff aliases
|
|
2480
|
+
export { default as StarOffIcon } from '../icons/star-off';
|
|
2481
2481
|
// StepBack aliases
|
|
2482
2482
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2483
|
-
// StepForward aliases
|
|
2484
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2485
2483
|
// Stethoscope aliases
|
|
2486
2484
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2487
2485
|
// Sticker aliases
|
|
2488
2486
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2489
|
-
//
|
|
2490
|
-
export { default as
|
|
2487
|
+
// StepForward aliases
|
|
2488
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2491
2489
|
// StickyNote aliases
|
|
2492
2490
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2491
|
+
// Stone aliases
|
|
2492
|
+
export { default as StoneIcon } from '../icons/stone';
|
|
2493
2493
|
// StretchHorizontal aliases
|
|
2494
2494
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2495
|
+
// StretchVertical aliases
|
|
2496
|
+
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2495
2497
|
// Store aliases
|
|
2496
2498
|
export { default as StoreIcon } from '../icons/store';
|
|
2497
2499
|
// Strikethrough aliases
|
|
2498
2500
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2499
2501
|
// Subscript aliases
|
|
2500
2502
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2501
|
-
// StretchVertical aliases
|
|
2502
|
-
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2503
2503
|
// SunDim aliases
|
|
2504
2504
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2505
2505
|
// SunMedium aliases
|
|
2506
2506
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2507
|
-
// SunMoon aliases
|
|
2508
|
-
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2509
2507
|
// SunSnow aliases
|
|
2510
2508
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2511
|
-
//
|
|
2512
|
-
export { default as
|
|
2509
|
+
// SunMoon aliases
|
|
2510
|
+
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2513
2511
|
// Sun aliases
|
|
2514
2512
|
export { default as SunIcon } from '../icons/sun';
|
|
2515
2513
|
// Sunrise aliases
|
|
2516
2514
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2515
|
+
// Sunset aliases
|
|
2516
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2517
2517
|
// Superscript aliases
|
|
2518
2518
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2519
2519
|
// SwatchBook aliases
|
|
2520
2520
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2521
|
-
// SwissFranc aliases
|
|
2522
|
-
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2523
2521
|
// SwitchCamera aliases
|
|
2524
2522
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2523
|
+
// SwissFranc aliases
|
|
2524
|
+
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2525
2525
|
// Sword aliases
|
|
2526
2526
|
export { default as SwordIcon } from '../icons/sword';
|
|
2527
|
-
// Syringe aliases
|
|
2528
|
-
export { default as SyringeIcon } from '../icons/syringe';
|
|
2529
2527
|
// Swords aliases
|
|
2530
2528
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2529
|
+
// Syringe aliases
|
|
2530
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2531
2531
|
// Table2 aliases
|
|
2532
2532
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2533
2533
|
// TableCellsMerge aliases
|
|
2534
2534
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2535
|
-
// TableCellsSplit aliases
|
|
2536
|
-
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2537
2535
|
// TableColumnsSplit aliases
|
|
2538
2536
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2539
2537
|
// TableOfContents aliases
|
|
2540
2538
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2541
|
-
//
|
|
2542
|
-
export { default as
|
|
2539
|
+
// TableCellsSplit aliases
|
|
2540
|
+
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2543
2541
|
// TableRowsSplit aliases
|
|
2544
2542
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2545
|
-
//
|
|
2546
|
-
export { default as
|
|
2543
|
+
// TableProperties aliases
|
|
2544
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2547
2545
|
// Table aliases
|
|
2548
2546
|
export { default as TableIcon } from '../icons/table';
|
|
2547
|
+
// TabletSmartphone aliases
|
|
2548
|
+
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2549
2549
|
// Tablet aliases
|
|
2550
2550
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2551
2551
|
// Tablets aliases
|
|
@@ -2558,14 +2558,14 @@ export { default as TagsIcon } from '../icons/tags';
|
|
|
2558
2558
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2559
2559
|
// Tally1 aliases
|
|
2560
2560
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2561
|
-
// Tally4 aliases
|
|
2562
|
-
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2563
2561
|
// Tally3 aliases
|
|
2564
2562
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2565
|
-
//
|
|
2566
|
-
export { default as
|
|
2563
|
+
// Tally4 aliases
|
|
2564
|
+
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2567
2565
|
// Tally5 aliases
|
|
2568
2566
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2567
|
+
// Tangent aliases
|
|
2568
|
+
export { default as TangentIcon } from '../icons/tangent';
|
|
2569
2569
|
// Target aliases
|
|
2570
2570
|
export { default as TargetIcon } from '../icons/target';
|
|
2571
2571
|
// Telescope aliases
|
|
@@ -2576,14 +2576,14 @@ export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
|
2576
2576
|
export { default as TentIcon } from '../icons/tent';
|
|
2577
2577
|
// Terminal aliases
|
|
2578
2578
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2579
|
-
// TestTubes aliases
|
|
2580
|
-
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2581
2579
|
// TestTube aliases
|
|
2582
2580
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2583
|
-
//
|
|
2584
|
-
export { default as
|
|
2581
|
+
// TestTubes aliases
|
|
2582
|
+
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2585
2583
|
// TextCursor aliases
|
|
2586
2584
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2585
|
+
// TextCursorInput aliases
|
|
2586
|
+
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2587
2587
|
// TextQuote aliases
|
|
2588
2588
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2589
2589
|
// TextSearch aliases
|
|
@@ -2592,24 +2592,24 @@ export { default as TextSearchIcon } from '../icons/text-search';
|
|
|
2592
2592
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2593
2593
|
// ThermometerSnowflake aliases
|
|
2594
2594
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2595
|
-
// ThermometerSun aliases
|
|
2596
|
-
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2597
2595
|
// Thermometer aliases
|
|
2598
2596
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2597
|
+
// ThermometerSun aliases
|
|
2598
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2599
2599
|
// ThumbsDown aliases
|
|
2600
2600
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2601
2601
|
// ThumbsUp aliases
|
|
2602
2602
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2603
2603
|
// TicketCheck aliases
|
|
2604
2604
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2605
|
-
// TicketPercent aliases
|
|
2606
|
-
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2607
2605
|
// TicketMinus aliases
|
|
2608
2606
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2609
|
-
// TicketSlash aliases
|
|
2610
|
-
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2611
2607
|
// TicketPlus aliases
|
|
2612
2608
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2609
|
+
// TicketPercent aliases
|
|
2610
|
+
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2611
|
+
// TicketSlash aliases
|
|
2612
|
+
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2613
2613
|
// TicketX aliases
|
|
2614
2614
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2615
2615
|
// Ticket aliases
|
|
@@ -2618,6 +2618,8 @@ export { default as TicketIcon } from '../icons/ticket';
|
|
|
2618
2618
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2619
2619
|
// Tickets aliases
|
|
2620
2620
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2621
|
+
// Timeline aliases
|
|
2622
|
+
export { default as TimelineIcon } from '../icons/timeline';
|
|
2621
2623
|
// TimerOff aliases
|
|
2622
2624
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2623
2625
|
// TimerReset aliases
|
|
@@ -2632,44 +2634,44 @@ export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
|
2632
2634
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2633
2635
|
// ToolCase aliases
|
|
2634
2636
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2635
|
-
// Toolbox aliases
|
|
2636
|
-
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2637
2637
|
// Tornado aliases
|
|
2638
2638
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2639
|
-
//
|
|
2640
|
-
export { default as
|
|
2639
|
+
// Toolbox aliases
|
|
2640
|
+
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2641
2641
|
// TouchpadOff aliases
|
|
2642
2642
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2643
|
+
// Torus aliases
|
|
2644
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2643
2645
|
// Touchpad aliases
|
|
2644
2646
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2645
|
-
// ToyBrick aliases
|
|
2646
|
-
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2647
2647
|
// TowelRack aliases
|
|
2648
2648
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2649
2649
|
// TowerControl aliases
|
|
2650
2650
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2651
|
+
// ToyBrick aliases
|
|
2652
|
+
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2651
2653
|
// Tractor aliases
|
|
2652
2654
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2653
|
-
// TrainFrontTunnel aliases
|
|
2654
|
-
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2655
2655
|
// TrafficCone aliases
|
|
2656
2656
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2657
2657
|
// TrainFront aliases
|
|
2658
2658
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2659
|
-
//
|
|
2660
|
-
export { default as
|
|
2659
|
+
// TrainFrontTunnel aliases
|
|
2660
|
+
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2661
2661
|
// Transgender aliases
|
|
2662
2662
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2663
|
-
//
|
|
2664
|
-
export { default as
|
|
2663
|
+
// TrainTrack aliases
|
|
2664
|
+
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2665
2665
|
// Trash aliases
|
|
2666
2666
|
export { default as TrashIcon } from '../icons/trash';
|
|
2667
|
+
// Trash2 aliases
|
|
2668
|
+
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2667
2669
|
// TreeDeciduous aliases
|
|
2668
2670
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2669
|
-
// Trees aliases
|
|
2670
|
-
export { default as TreesIcon } from '../icons/trees';
|
|
2671
2671
|
// TreePine aliases
|
|
2672
2672
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2673
|
+
// Trees aliases
|
|
2674
|
+
export { default as TreesIcon } from '../icons/trees';
|
|
2673
2675
|
// TrendingDown aliases
|
|
2674
2676
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2675
2677
|
// TrendingUpDown aliases
|
|
@@ -2682,22 +2684,22 @@ export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
|
2682
2684
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2683
2685
|
// Triangle aliases
|
|
2684
2686
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2685
|
-
// Truck aliases
|
|
2686
|
-
export { default as TruckIcon } from '../icons/truck';
|
|
2687
2687
|
// Trophy aliases
|
|
2688
2688
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2689
2689
|
// TruckElectric aliases
|
|
2690
2690
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2691
2691
|
// TurkishLira aliases
|
|
2692
2692
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2693
|
+
// Truck aliases
|
|
2694
|
+
export { default as TruckIcon } from '../icons/truck';
|
|
2693
2695
|
// Turntable aliases
|
|
2694
2696
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2695
2697
|
// Turtle aliases
|
|
2696
2698
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2697
|
-
// Tv aliases
|
|
2698
|
-
export { default as TvIcon } from '../icons/tv';
|
|
2699
2699
|
// TvMinimalPlay aliases
|
|
2700
2700
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2701
|
+
// Tv aliases
|
|
2702
|
+
export { default as TvIcon } from '../icons/tv';
|
|
2701
2703
|
// TypeOutline aliases
|
|
2702
2704
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2703
2705
|
// Type aliases
|
|
@@ -2706,74 +2708,74 @@ export { default as TypeIcon } from '../icons/type';
|
|
|
2706
2708
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2707
2709
|
// Umbrella aliases
|
|
2708
2710
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2709
|
-
// Underline aliases
|
|
2710
|
-
export { default as UnderlineIcon } from '../icons/underline';
|
|
2711
2711
|
// Undo2 aliases
|
|
2712
2712
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2713
|
+
// Underline aliases
|
|
2714
|
+
export { default as UnderlineIcon } from '../icons/underline';
|
|
2715
|
+
// Undo aliases
|
|
2716
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2713
2717
|
// UndoDot aliases
|
|
2714
2718
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2715
2719
|
// UnfoldHorizontal aliases
|
|
2716
2720
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2717
|
-
// Undo aliases
|
|
2718
|
-
export { default as UndoIcon } from '../icons/undo';
|
|
2719
2721
|
// UnfoldVertical aliases
|
|
2720
2722
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2721
2723
|
// Ungroup aliases
|
|
2722
2724
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2723
|
-
// Unlink aliases
|
|
2724
|
-
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2725
2725
|
// Unlink2 aliases
|
|
2726
2726
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2727
2727
|
// Unplug aliases
|
|
2728
2728
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2729
|
+
// Unlink aliases
|
|
2730
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2729
2731
|
// Upload aliases
|
|
2730
2732
|
export { default as UploadIcon } from '../icons/upload';
|
|
2731
2733
|
// Usb aliases
|
|
2732
2734
|
export { default as UsbIcon } from '../icons/usb';
|
|
2733
2735
|
// UserCheck aliases
|
|
2734
2736
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2735
|
-
// UserCog aliases
|
|
2736
|
-
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2737
2737
|
// UserKey aliases
|
|
2738
2738
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2739
2739
|
// UserLock aliases
|
|
2740
2740
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2741
|
-
//
|
|
2742
|
-
export { default as
|
|
2741
|
+
// UserCog aliases
|
|
2742
|
+
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2743
2743
|
// UserPen aliases
|
|
2744
2744
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2745
|
+
// UserMinus aliases
|
|
2746
|
+
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2745
2747
|
// UserPlus aliases
|
|
2746
2748
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2747
2749
|
// UserRoundKey aliases
|
|
2748
2750
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2749
|
-
// UserRoundPen aliases
|
|
2750
|
-
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2751
2751
|
// UserRoundSearch aliases
|
|
2752
2752
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2753
|
+
// UserRoundPen aliases
|
|
2754
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2753
2755
|
// UserSearch aliases
|
|
2754
2756
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2755
2757
|
// UserStar aliases
|
|
2756
2758
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2757
2759
|
// UserX aliases
|
|
2758
2760
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2759
|
-
// User aliases
|
|
2760
|
-
export { default as UserIcon } from '../icons/user';
|
|
2761
2761
|
// Users aliases
|
|
2762
2762
|
export { default as UsersIcon } from '../icons/users';
|
|
2763
|
+
// User aliases
|
|
2764
|
+
export { default as UserIcon } from '../icons/user';
|
|
2763
2765
|
// UtilityPole aliases
|
|
2764
2766
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2765
2767
|
// Van aliases
|
|
2766
2768
|
export { default as VanIcon } from '../icons/van';
|
|
2767
|
-
// Variable aliases
|
|
2768
|
-
export { default as VariableIcon } from '../icons/variable';
|
|
2769
2769
|
// Vault aliases
|
|
2770
2770
|
export { default as VaultIcon } from '../icons/vault';
|
|
2771
|
-
// VenetianMask aliases
|
|
2772
|
-
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2773
2771
|
// VectorSquare aliases
|
|
2774
2772
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2773
|
+
// Variable aliases
|
|
2774
|
+
export { default as VariableIcon } from '../icons/variable';
|
|
2775
2775
|
// Vegan aliases
|
|
2776
2776
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2777
|
+
// VenetianMask aliases
|
|
2778
|
+
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2777
2779
|
// VenusAndMars aliases
|
|
2778
2780
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2779
2781
|
// Venus aliases
|
|
@@ -2782,10 +2784,10 @@ export { default as VenusIcon } from '../icons/venus';
|
|
|
2782
2784
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2783
2785
|
// Vibrate aliases
|
|
2784
2786
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2785
|
-
// VideoOff aliases
|
|
2786
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2787
2787
|
// Video aliases
|
|
2788
2788
|
export { default as VideoIcon } from '../icons/video';
|
|
2789
|
+
// VideoOff aliases
|
|
2790
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2789
2791
|
// Videotape aliases
|
|
2790
2792
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2791
2793
|
// View aliases
|
|
@@ -2800,120 +2802,120 @@ export { default as Volume1Icon } from '../icons/volume-1';
|
|
|
2800
2802
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2801
2803
|
// VolumeOff aliases
|
|
2802
2804
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2803
|
-
// Volume aliases
|
|
2804
|
-
export { default as VolumeIcon } from '../icons/volume';
|
|
2805
2805
|
// VolumeX aliases
|
|
2806
2806
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2807
|
+
// Volume aliases
|
|
2808
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2807
2809
|
// Vote aliases
|
|
2808
2810
|
export { default as VoteIcon } from '../icons/vote';
|
|
2811
|
+
// Wallet aliases
|
|
2812
|
+
export { default as WalletIcon } from '../icons/wallet';
|
|
2809
2813
|
// WalletCards aliases
|
|
2810
2814
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2811
2815
|
// Wallpaper aliases
|
|
2812
2816
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2813
|
-
// Wallet aliases
|
|
2814
|
-
export { default as WalletIcon } from '../icons/wallet';
|
|
2815
2817
|
// Wand aliases
|
|
2816
2818
|
export { default as WandIcon } from '../icons/wand';
|
|
2817
|
-
// Warehouse aliases
|
|
2818
|
-
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2819
2819
|
// WashingMachine aliases
|
|
2820
2820
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2821
|
+
// Warehouse aliases
|
|
2822
|
+
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2821
2823
|
// Watch aliases
|
|
2822
2824
|
export { default as WatchIcon } from '../icons/watch';
|
|
2823
|
-
// WavesArrowDown aliases
|
|
2824
|
-
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2825
2825
|
// WavesArrowUp aliases
|
|
2826
2826
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2827
|
+
// WavesArrowDown aliases
|
|
2828
|
+
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2827
2829
|
// WavesLadder aliases
|
|
2828
2830
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2829
2831
|
// Waves aliases
|
|
2830
2832
|
export { default as WavesIcon } from '../icons/waves';
|
|
2831
|
-
// Webcam aliases
|
|
2832
|
-
export { default as WebcamIcon } from '../icons/webcam';
|
|
2833
2833
|
// Waypoints aliases
|
|
2834
2834
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2835
|
+
// Webcam aliases
|
|
2836
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
2835
2837
|
// Webhook aliases
|
|
2836
2838
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2837
|
-
// WebhookOff aliases
|
|
2838
|
-
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2839
2839
|
// WeightTilde aliases
|
|
2840
2840
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2841
|
-
// WheatOff aliases
|
|
2842
|
-
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2843
2841
|
// Weight aliases
|
|
2844
2842
|
export { default as WeightIcon } from '../icons/weight';
|
|
2845
|
-
//
|
|
2846
|
-
export { default as
|
|
2843
|
+
// WebhookOff aliases
|
|
2844
|
+
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2845
|
+
// WheatOff aliases
|
|
2846
|
+
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2847
2847
|
// Wheat aliases
|
|
2848
2848
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2849
|
+
// WholeWord aliases
|
|
2850
|
+
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2849
2851
|
// WifiCog aliases
|
|
2850
2852
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2851
2853
|
// WifiHigh aliases
|
|
2852
2854
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2853
2855
|
// WifiLow aliases
|
|
2854
2856
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2857
|
+
// WifiPen aliases
|
|
2858
|
+
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2855
2859
|
// WifiOff aliases
|
|
2856
2860
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2857
2861
|
// WifiSync aliases
|
|
2858
2862
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2859
|
-
// Wifi aliases
|
|
2860
|
-
export { default as WifiIcon } from '../icons/wifi';
|
|
2861
|
-
// WifiPen aliases
|
|
2862
|
-
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2863
2863
|
// WifiZero aliases
|
|
2864
2864
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2865
|
+
// Wifi aliases
|
|
2866
|
+
export { default as WifiIcon } from '../icons/wifi';
|
|
2865
2867
|
// WindArrowDown aliases
|
|
2866
2868
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2867
2869
|
// Wind aliases
|
|
2868
2870
|
export { default as WindIcon } from '../icons/wind';
|
|
2869
2871
|
// WineOff aliases
|
|
2870
2872
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2871
|
-
// Workflow aliases
|
|
2872
|
-
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2873
2873
|
// Wine aliases
|
|
2874
2874
|
export { default as WineIcon } from '../icons/wine';
|
|
2875
|
-
//
|
|
2876
|
-
export { default as
|
|
2877
|
-
// X aliases
|
|
2878
|
-
export { default as XIcon } from '../icons/x';
|
|
2879
|
-
// Worm aliases
|
|
2880
|
-
export { default as WormIcon } from '../icons/worm';
|
|
2875
|
+
// Workflow aliases
|
|
2876
|
+
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2881
2877
|
// Wrench aliases
|
|
2882
2878
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2879
|
+
// Worm aliases
|
|
2880
|
+
export { default as WormIcon } from '../icons/worm';
|
|
2883
2881
|
// ZapOff aliases
|
|
2884
2882
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2883
|
+
// XLineTop aliases
|
|
2884
|
+
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2885
|
+
// X aliases
|
|
2886
|
+
export { default as XIcon } from '../icons/x';
|
|
2885
2887
|
// Zap aliases
|
|
2886
2888
|
export { default as ZapIcon } from '../icons/zap';
|
|
2887
|
-
// ZodiacAquarius aliases
|
|
2888
|
-
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
2889
2889
|
// ZodiacAries aliases
|
|
2890
2890
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
2891
|
+
// ZodiacAquarius aliases
|
|
2892
|
+
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
2891
2893
|
// ZodiacCancer aliases
|
|
2892
2894
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2893
|
-
// ZodiacCapricorn aliases
|
|
2894
|
-
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2895
2895
|
// ZodiacGemini aliases
|
|
2896
2896
|
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2897
2897
|
// ZodiacLeo aliases
|
|
2898
2898
|
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
2899
|
-
//
|
|
2900
|
-
export { default as
|
|
2901
|
-
// ZodiacOphiuchus aliases
|
|
2902
|
-
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
2899
|
+
// ZodiacCapricorn aliases
|
|
2900
|
+
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2903
2901
|
// ZodiacLibra aliases
|
|
2904
2902
|
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
2903
|
+
// ZodiacOphiuchus aliases
|
|
2904
|
+
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
2905
|
+
// ZodiacPisces aliases
|
|
2906
|
+
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
2905
2907
|
// ZodiacSagittarius aliases
|
|
2906
2908
|
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
2907
|
-
// ZodiacTaurus aliases
|
|
2908
|
-
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
2909
2909
|
// ZodiacScorpio aliases
|
|
2910
2910
|
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
2911
|
-
//
|
|
2912
|
-
export { default as
|
|
2911
|
+
// ZodiacTaurus aliases
|
|
2912
|
+
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
2913
2913
|
// ZodiacVirgo aliases
|
|
2914
2914
|
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
2915
2915
|
// ZoomOut aliases
|
|
2916
2916
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2917
|
+
// ZoomIn aliases
|
|
2918
|
+
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2917
2919
|
// ArrowDown01 aliases
|
|
2918
2920
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2919
2921
|
// ArrowDown10 aliases
|
|
@@ -2970,12 +2972,6 @@ export {
|
|
|
2970
2972
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
2971
2973
|
default as SortAscIcon
|
|
2972
2974
|
} from '../icons/arrow-up-narrow-wide';
|
|
2973
|
-
// BadgeCheck aliases
|
|
2974
|
-
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2975
|
-
export {
|
|
2976
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2977
|
-
default as VerifiedIcon
|
|
2978
|
-
} from '../icons/badge-check';
|
|
2979
2975
|
// ArrowUpZA aliases
|
|
2980
2976
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2981
2977
|
export {
|
|
@@ -2994,18 +2990,18 @@ export {
|
|
|
2994
2990
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
2995
2991
|
default as BadgeHelpIcon
|
|
2996
2992
|
} from '../icons/badge-question-mark';
|
|
2997
|
-
// BetweenHorizontalStart aliases
|
|
2998
|
-
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2999
|
-
export {
|
|
3000
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
3001
|
-
default as BetweenHorizonalStartIcon
|
|
3002
|
-
} from '../icons/between-horizontal-start';
|
|
3003
2993
|
// BetweenHorizontalEnd aliases
|
|
3004
2994
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3005
2995
|
export {
|
|
3006
2996
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
3007
2997
|
default as BetweenHorizonalEndIcon
|
|
3008
2998
|
} from '../icons/between-horizontal-end';
|
|
2999
|
+
// BadgeCheck aliases
|
|
3000
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
3001
|
+
export {
|
|
3002
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
3003
|
+
default as VerifiedIcon
|
|
3004
|
+
} from '../icons/badge-check';
|
|
3009
3005
|
// Braces aliases
|
|
3010
3006
|
export { default as BracesIcon } from '../icons/braces';
|
|
3011
3007
|
export {
|
|
@@ -3018,30 +3014,30 @@ export {
|
|
|
3018
3014
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
3019
3015
|
default as BookTemplateIcon
|
|
3020
3016
|
} from '../icons/book-dashed';
|
|
3021
|
-
//
|
|
3022
|
-
export { default as
|
|
3017
|
+
// BetweenHorizontalStart aliases
|
|
3018
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3023
3019
|
export {
|
|
3024
|
-
/** @deprecated
|
|
3025
|
-
default as
|
|
3026
|
-
} from '../icons/
|
|
3020
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
3021
|
+
default as BetweenHorizonalStartIcon
|
|
3022
|
+
} from '../icons/between-horizontal-start';
|
|
3027
3023
|
// Captions aliases
|
|
3028
3024
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
3029
3025
|
export {
|
|
3030
3026
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
3031
3027
|
default as SubtitlesIcon
|
|
3032
3028
|
} from '../icons/captions';
|
|
3029
|
+
// ChartArea aliases
|
|
3030
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3031
|
+
export {
|
|
3032
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
3033
|
+
default as AreaChartIcon
|
|
3034
|
+
} from '../icons/chart-area';
|
|
3033
3035
|
// ChartBarBig aliases
|
|
3034
3036
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3035
3037
|
export {
|
|
3036
3038
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
3037
3039
|
default as BarChartHorizontalBigIcon
|
|
3038
3040
|
} from '../icons/chart-bar-big';
|
|
3039
|
-
// ChartBar aliases
|
|
3040
|
-
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3041
|
-
export {
|
|
3042
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
3043
|
-
default as BarChartHorizontalIcon
|
|
3044
|
-
} from '../icons/chart-bar';
|
|
3045
3041
|
// ChartCandlestick aliases
|
|
3046
3042
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3047
3043
|
export {
|
|
@@ -3054,6 +3050,12 @@ export {
|
|
|
3054
3050
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
3055
3051
|
default as BarChartBigIcon
|
|
3056
3052
|
} from '../icons/chart-column-big';
|
|
3053
|
+
// ChartBar aliases
|
|
3054
|
+
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3055
|
+
export {
|
|
3056
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
3057
|
+
default as BarChartHorizontalIcon
|
|
3058
|
+
} from '../icons/chart-bar';
|
|
3057
3059
|
// ChartColumnIncreasing aliases
|
|
3058
3060
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3059
3061
|
export {
|
|
@@ -3066,12 +3068,6 @@ export {
|
|
|
3066
3068
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
3067
3069
|
default as BarChart3Icon
|
|
3068
3070
|
} from '../icons/chart-column';
|
|
3069
|
-
// ChartLine aliases
|
|
3070
|
-
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3071
|
-
export {
|
|
3072
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3073
|
-
default as LineChartIcon
|
|
3074
|
-
} from '../icons/chart-line';
|
|
3075
3071
|
// ChartNoAxesColumnIncreasing aliases
|
|
3076
3072
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3077
3073
|
export {
|
|
@@ -3084,6 +3080,12 @@ export {
|
|
|
3084
3080
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3085
3081
|
default as BarChart2Icon
|
|
3086
3082
|
} from '../icons/chart-no-axes-column';
|
|
3083
|
+
// ChartLine aliases
|
|
3084
|
+
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3085
|
+
export {
|
|
3086
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3087
|
+
default as LineChartIcon
|
|
3088
|
+
} from '../icons/chart-line';
|
|
3087
3089
|
// ChartPie aliases
|
|
3088
3090
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3089
3091
|
export {
|
|
@@ -3096,30 +3098,30 @@ export {
|
|
|
3096
3098
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3097
3099
|
default as GanttChartIcon
|
|
3098
3100
|
} from '../icons/chart-no-axes-gantt';
|
|
3099
|
-
//
|
|
3100
|
-
export { default as
|
|
3101
|
+
// ChartScatter aliases
|
|
3102
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3101
3103
|
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/
|
|
3104
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3105
|
+
default as ScatterChartIcon
|
|
3106
|
+
} from '../icons/chart-scatter';
|
|
3105
3107
|
// CircleAlert aliases
|
|
3106
3108
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3107
3109
|
export {
|
|
3108
3110
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3109
3111
|
default as AlertCircleIcon
|
|
3110
3112
|
} from '../icons/circle-alert';
|
|
3111
|
-
// ChartScatter aliases
|
|
3112
|
-
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3113
|
-
export {
|
|
3114
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3115
|
-
default as ScatterChartIcon
|
|
3116
|
-
} from '../icons/chart-scatter';
|
|
3117
3113
|
// CircleArrowOutDownLeft aliases
|
|
3118
3114
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3119
3115
|
export {
|
|
3120
3116
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3121
3117
|
default as ArrowDownLeftFromCircleIcon
|
|
3122
3118
|
} from '../icons/circle-arrow-out-down-left';
|
|
3119
|
+
// CircleArrowDown aliases
|
|
3120
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3121
|
+
export {
|
|
3122
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3123
|
+
default as ArrowDownCircleIcon
|
|
3124
|
+
} from '../icons/circle-arrow-down';
|
|
3123
3125
|
// CircleArrowLeft aliases
|
|
3124
3126
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3125
3127
|
export {
|
|
@@ -3150,6 +3152,12 @@ export {
|
|
|
3150
3152
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3151
3153
|
default as ArrowRightCircleIcon
|
|
3152
3154
|
} from '../icons/circle-arrow-right';
|
|
3155
|
+
// CircleArrowUp aliases
|
|
3156
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3157
|
+
export {
|
|
3158
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3159
|
+
default as ArrowUpCircleIcon
|
|
3160
|
+
} from '../icons/circle-arrow-up';
|
|
3153
3161
|
// CircleCheckBig aliases
|
|
3154
3162
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3155
3163
|
export {
|
|
@@ -3162,12 +3170,12 @@ export {
|
|
|
3162
3170
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3163
3171
|
default as CheckCircle2Icon
|
|
3164
3172
|
} from '../icons/circle-check';
|
|
3165
|
-
//
|
|
3166
|
-
export { default as
|
|
3173
|
+
// CircleChevronDown aliases
|
|
3174
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3167
3175
|
export {
|
|
3168
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3169
|
-
default as
|
|
3170
|
-
} from '../icons/circle-
|
|
3176
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3177
|
+
default as ChevronDownCircleIcon
|
|
3178
|
+
} from '../icons/circle-chevron-down';
|
|
3171
3179
|
// CircleChevronLeft aliases
|
|
3172
3180
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3173
3181
|
export {
|
|
@@ -3192,54 +3200,48 @@ export {
|
|
|
3192
3200
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3193
3201
|
default as DivideCircleIcon
|
|
3194
3202
|
} from '../icons/circle-divide';
|
|
3195
|
-
// CircleGauge aliases
|
|
3196
|
-
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3197
|
-
export {
|
|
3198
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3199
|
-
default as GaugeCircleIcon
|
|
3200
|
-
} from '../icons/circle-gauge';
|
|
3201
3203
|
// CircleMinus aliases
|
|
3202
3204
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3203
3205
|
export {
|
|
3204
3206
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3205
3207
|
default as MinusCircleIcon
|
|
3206
3208
|
} from '../icons/circle-minus';
|
|
3207
|
-
// CircleChevronDown aliases
|
|
3208
|
-
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3209
|
-
export {
|
|
3210
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3211
|
-
default as ChevronDownCircleIcon
|
|
3212
|
-
} from '../icons/circle-chevron-down';
|
|
3213
3209
|
// CircleParkingOff aliases
|
|
3214
3210
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3215
3211
|
export {
|
|
3216
3212
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3217
3213
|
default as ParkingCircleOffIcon
|
|
3218
3214
|
} from '../icons/circle-parking-off';
|
|
3219
|
-
// CirclePause aliases
|
|
3220
|
-
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3221
|
-
export {
|
|
3222
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3223
|
-
default as PauseCircleIcon
|
|
3224
|
-
} from '../icons/circle-pause';
|
|
3225
3215
|
// CircleParking aliases
|
|
3226
3216
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3227
3217
|
export {
|
|
3228
3218
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3229
3219
|
default as ParkingCircleIcon
|
|
3230
3220
|
} from '../icons/circle-parking';
|
|
3231
|
-
//
|
|
3232
|
-
export { default as
|
|
3221
|
+
// CircleGauge aliases
|
|
3222
|
+
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3233
3223
|
export {
|
|
3234
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3235
|
-
default as
|
|
3236
|
-
} from '../icons/circle-
|
|
3224
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3225
|
+
default as GaugeCircleIcon
|
|
3226
|
+
} from '../icons/circle-gauge';
|
|
3227
|
+
// CirclePause aliases
|
|
3228
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3229
|
+
export {
|
|
3230
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3231
|
+
default as PauseCircleIcon
|
|
3232
|
+
} from '../icons/circle-pause';
|
|
3237
3233
|
// CirclePlus aliases
|
|
3238
3234
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3239
3235
|
export {
|
|
3240
3236
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
3241
3237
|
default as PlusCircleIcon
|
|
3242
3238
|
} from '../icons/circle-plus';
|
|
3239
|
+
// CirclePercent aliases
|
|
3240
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3241
|
+
export {
|
|
3242
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3243
|
+
default as PercentCircleIcon
|
|
3244
|
+
} from '../icons/circle-percent';
|
|
3243
3245
|
// CirclePlay aliases
|
|
3244
3246
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3245
3247
|
export {
|
|
@@ -3252,34 +3254,34 @@ export {
|
|
|
3252
3254
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3253
3255
|
default as PowerCircleIcon
|
|
3254
3256
|
} from '../icons/circle-power';
|
|
3257
|
+
// CircleQuestionMark aliases
|
|
3258
|
+
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3259
|
+
export {
|
|
3260
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3261
|
+
default as HelpCircleIcon
|
|
3262
|
+
} from '../icons/circle-question-mark';
|
|
3263
|
+
export {
|
|
3264
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3265
|
+
default as CircleHelpIcon
|
|
3266
|
+
} from '../icons/circle-question-mark';
|
|
3255
3267
|
// CircleSlash2 aliases
|
|
3256
3268
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3257
3269
|
export {
|
|
3258
3270
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3259
3271
|
default as CircleSlashedIcon
|
|
3260
3272
|
} from '../icons/circle-slash-2';
|
|
3273
|
+
// CircleUserRound aliases
|
|
3274
|
+
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3275
|
+
export {
|
|
3276
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3277
|
+
default as UserCircle2Icon
|
|
3278
|
+
} from '../icons/circle-user-round';
|
|
3261
3279
|
// CircleStop aliases
|
|
3262
3280
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3263
3281
|
export {
|
|
3264
3282
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3265
3283
|
default as StopCircleIcon
|
|
3266
3284
|
} from '../icons/circle-stop';
|
|
3267
|
-
// CircleQuestionMark aliases
|
|
3268
|
-
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3269
|
-
export {
|
|
3270
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3271
|
-
default as HelpCircleIcon
|
|
3272
|
-
} from '../icons/circle-question-mark';
|
|
3273
|
-
export {
|
|
3274
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3275
|
-
default as CircleHelpIcon
|
|
3276
|
-
} from '../icons/circle-question-mark';
|
|
3277
|
-
// CircleUserRound aliases
|
|
3278
|
-
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3279
|
-
export {
|
|
3280
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3281
|
-
default as UserCircle2Icon
|
|
3282
|
-
} from '../icons/circle-user-round';
|
|
3283
3285
|
// CircleUser aliases
|
|
3284
3286
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3285
3287
|
export {
|
|
@@ -3298,12 +3300,6 @@ export {
|
|
|
3298
3300
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3299
3301
|
default as ClipboardSignatureIcon
|
|
3300
3302
|
} from '../icons/clipboard-pen-line';
|
|
3301
|
-
// CloudDownload aliases
|
|
3302
|
-
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3303
|
-
export {
|
|
3304
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3305
|
-
default as DownloadCloudIcon
|
|
3306
|
-
} from '../icons/cloud-download';
|
|
3307
3303
|
// ClipboardPen aliases
|
|
3308
3304
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3309
3305
|
export {
|
|
@@ -3316,6 +3312,12 @@ export {
|
|
|
3316
3312
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3317
3313
|
default as UploadCloudIcon
|
|
3318
3314
|
} from '../icons/cloud-upload';
|
|
3315
|
+
// CloudDownload aliases
|
|
3316
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3317
|
+
export {
|
|
3318
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3319
|
+
default as DownloadCloudIcon
|
|
3320
|
+
} from '../icons/cloud-download';
|
|
3319
3321
|
// CodeXml aliases
|
|
3320
3322
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3321
3323
|
export {
|
|
@@ -3374,36 +3376,36 @@ export {
|
|
|
3374
3376
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3375
3377
|
default as MoreHorizontalIcon
|
|
3376
3378
|
} from '../icons/ellipsis';
|
|
3377
|
-
// FileAxis3d aliases
|
|
3378
|
-
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3379
|
-
export {
|
|
3380
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3381
|
-
default as FileAxis3DIcon
|
|
3382
|
-
} from '../icons/file-axis-3d';
|
|
3383
3379
|
// FileBadge aliases
|
|
3384
3380
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3385
3381
|
export {
|
|
3386
3382
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
3387
3383
|
default as FileBadge2Icon
|
|
3388
3384
|
} from '../icons/file-badge';
|
|
3385
|
+
// FileAxis3d aliases
|
|
3386
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3387
|
+
export {
|
|
3388
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3389
|
+
default as FileAxis3DIcon
|
|
3390
|
+
} from '../icons/file-axis-3d';
|
|
3389
3391
|
// FileBracesCorner aliases
|
|
3390
3392
|
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3391
3393
|
export {
|
|
3392
3394
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3393
3395
|
default as FileJson2Icon
|
|
3394
3396
|
} from '../icons/file-braces-corner';
|
|
3395
|
-
// FileChartColumnIncreasing aliases
|
|
3396
|
-
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3397
|
-
export {
|
|
3398
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3399
|
-
default as FileBarChartIcon
|
|
3400
|
-
} from '../icons/file-chart-column-increasing';
|
|
3401
3397
|
// FileBraces aliases
|
|
3402
3398
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3403
3399
|
export {
|
|
3404
3400
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
3405
3401
|
default as FileJsonIcon
|
|
3406
3402
|
} from '../icons/file-braces';
|
|
3403
|
+
// FileChartColumnIncreasing aliases
|
|
3404
|
+
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3405
|
+
export {
|
|
3406
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3407
|
+
default as FileBarChartIcon
|
|
3408
|
+
} from '../icons/file-chart-column-increasing';
|
|
3407
3409
|
// FileChartColumn aliases
|
|
3408
3410
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3409
3411
|
export {
|
|
@@ -3422,64 +3424,70 @@ export {
|
|
|
3422
3424
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3423
3425
|
default as FilePieChartIcon
|
|
3424
3426
|
} from '../icons/file-chart-pie';
|
|
3425
|
-
// FileCodeCorner aliases
|
|
3426
|
-
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3427
|
-
export {
|
|
3428
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
3429
|
-
default as FileCode2Icon
|
|
3430
|
-
} from '../icons/file-code-corner';
|
|
3431
3427
|
// FileCheckCorner aliases
|
|
3432
3428
|
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3433
3429
|
export {
|
|
3434
3430
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3435
3431
|
default as FileCheck2Icon
|
|
3436
3432
|
} from '../icons/file-check-corner';
|
|
3437
|
-
//
|
|
3438
|
-
export { default as
|
|
3433
|
+
// FileHeadphone aliases
|
|
3434
|
+
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3439
3435
|
export {
|
|
3440
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3441
|
-
default as
|
|
3442
|
-
} from '../icons/file-
|
|
3436
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3437
|
+
default as FileAudioIcon
|
|
3438
|
+
} from '../icons/file-headphone';
|
|
3439
|
+
export {
|
|
3440
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3441
|
+
default as FileAudio2Icon
|
|
3442
|
+
} from '../icons/file-headphone';
|
|
3443
|
+
// FileCodeCorner aliases
|
|
3444
|
+
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3445
|
+
export {
|
|
3446
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
3447
|
+
default as FileCode2Icon
|
|
3448
|
+
} from '../icons/file-code-corner';
|
|
3443
3449
|
// FileExclamationPoint aliases
|
|
3444
3450
|
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3445
3451
|
export {
|
|
3446
3452
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3447
3453
|
default as FileWarningIcon
|
|
3448
3454
|
} from '../icons/file-exclamation-point';
|
|
3455
|
+
// FileCog aliases
|
|
3456
|
+
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3457
|
+
export {
|
|
3458
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3459
|
+
default as FileCog2Icon
|
|
3460
|
+
} from '../icons/file-cog';
|
|
3449
3461
|
// FileKey aliases
|
|
3450
3462
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3451
3463
|
export {
|
|
3452
3464
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3453
3465
|
default as FileKey2Icon
|
|
3454
3466
|
} from '../icons/file-key';
|
|
3455
|
-
// FilePenLine aliases
|
|
3456
|
-
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3457
|
-
export {
|
|
3458
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3459
|
-
default as FileSignatureIcon
|
|
3460
|
-
} from '../icons/file-pen-line';
|
|
3461
|
-
// FileHeadphone aliases
|
|
3462
|
-
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3463
|
-
export {
|
|
3464
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3465
|
-
default as FileAudioIcon
|
|
3466
|
-
} from '../icons/file-headphone';
|
|
3467
|
-
export {
|
|
3468
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3469
|
-
default as FileAudio2Icon
|
|
3470
|
-
} from '../icons/file-headphone';
|
|
3471
3467
|
// FileLock aliases
|
|
3472
3468
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3473
3469
|
export {
|
|
3474
3470
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3475
3471
|
default as FileLock2Icon
|
|
3476
3472
|
} from '../icons/file-lock';
|
|
3473
|
+
// FilePenLine aliases
|
|
3474
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3475
|
+
export {
|
|
3476
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3477
|
+
default as FileSignatureIcon
|
|
3478
|
+
} from '../icons/file-pen-line';
|
|
3477
3479
|
// FileMinusCorner aliases
|
|
3478
3480
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3479
3481
|
export {
|
|
3480
3482
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3481
3483
|
default as FileMinus2Icon
|
|
3482
3484
|
} from '../icons/file-minus-corner';
|
|
3485
|
+
// FilePen aliases
|
|
3486
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3487
|
+
export {
|
|
3488
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3489
|
+
default as FileEditIcon
|
|
3490
|
+
} from '../icons/file-pen';
|
|
3483
3491
|
// FilePlay aliases
|
|
3484
3492
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3485
3493
|
export {
|
|
@@ -3492,72 +3500,66 @@ export {
|
|
|
3492
3500
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3493
3501
|
default as FilePlus2Icon
|
|
3494
3502
|
} from '../icons/file-plus-corner';
|
|
3495
|
-
// FilePen aliases
|
|
3496
|
-
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3497
|
-
export {
|
|
3498
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3499
|
-
default as FileEditIcon
|
|
3500
|
-
} from '../icons/file-pen';
|
|
3501
3503
|
// FileQuestionMark aliases
|
|
3502
3504
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3503
3505
|
export {
|
|
3504
3506
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3505
3507
|
default as FileQuestionIcon
|
|
3506
3508
|
} from '../icons/file-question-mark';
|
|
3507
|
-
// FileSearchCorner aliases
|
|
3508
|
-
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3509
|
-
export {
|
|
3510
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
3511
|
-
default as FileSearch2Icon
|
|
3512
|
-
} from '../icons/file-search-corner';
|
|
3513
3509
|
// FileSignal aliases
|
|
3514
3510
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3515
3511
|
export {
|
|
3516
3512
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3517
3513
|
default as FileVolume2Icon
|
|
3518
3514
|
} from '../icons/file-signal';
|
|
3519
|
-
//
|
|
3520
|
-
export { default as
|
|
3515
|
+
// FileSearchCorner aliases
|
|
3516
|
+
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3521
3517
|
export {
|
|
3522
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3523
|
-
default as
|
|
3524
|
-
} from '../icons/file-
|
|
3518
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
3519
|
+
default as FileSearch2Icon
|
|
3520
|
+
} from '../icons/file-search-corner';
|
|
3525
3521
|
// FileTypeCorner aliases
|
|
3526
3522
|
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3527
3523
|
export {
|
|
3528
3524
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3529
3525
|
default as FileType2Icon
|
|
3530
3526
|
} from '../icons/file-type-corner';
|
|
3531
|
-
// FingerprintPattern aliases
|
|
3532
|
-
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3533
|
-
export {
|
|
3534
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3535
|
-
default as FingerprintIcon
|
|
3536
|
-
} from '../icons/fingerprint-pattern';
|
|
3537
3527
|
// FileXCorner aliases
|
|
3538
3528
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3539
3529
|
export {
|
|
3540
3530
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3541
3531
|
default as FileX2Icon
|
|
3542
3532
|
} from '../icons/file-x-corner';
|
|
3543
|
-
//
|
|
3544
|
-
export { default as
|
|
3533
|
+
// FileVideoCamera aliases
|
|
3534
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3545
3535
|
export {
|
|
3546
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3547
|
-
default as
|
|
3548
|
-
} from '../icons/
|
|
3549
|
-
//
|
|
3550
|
-
export { default as
|
|
3536
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3537
|
+
default as FileVideo2Icon
|
|
3538
|
+
} from '../icons/file-video-camera';
|
|
3539
|
+
// FingerprintPattern aliases
|
|
3540
|
+
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3551
3541
|
export {
|
|
3552
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3553
|
-
default as
|
|
3554
|
-
} from '../icons/
|
|
3542
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3543
|
+
default as FingerprintIcon
|
|
3544
|
+
} from '../icons/fingerprint-pattern';
|
|
3555
3545
|
// FolderPen aliases
|
|
3556
3546
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3557
3547
|
export {
|
|
3558
3548
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3559
3549
|
default as FolderEditIcon
|
|
3560
3550
|
} from '../icons/folder-pen';
|
|
3551
|
+
// FunnelX aliases
|
|
3552
|
+
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3553
|
+
export {
|
|
3554
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3555
|
+
default as FilterXIcon
|
|
3556
|
+
} from '../icons/funnel-x';
|
|
3557
|
+
// FolderCog aliases
|
|
3558
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3559
|
+
export {
|
|
3560
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3561
|
+
default as FolderCog2Icon
|
|
3562
|
+
} from '../icons/folder-cog';
|
|
3561
3563
|
// Funnel aliases
|
|
3562
3564
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3563
3565
|
export {
|
|
@@ -3570,30 +3572,42 @@ export {
|
|
|
3570
3572
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3571
3573
|
default as GitCommitIcon
|
|
3572
3574
|
} from '../icons/git-commit-horizontal';
|
|
3573
|
-
// Grid2x2Plus aliases
|
|
3574
|
-
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3575
|
-
export {
|
|
3576
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3577
|
-
default as Grid2X2PlusIcon
|
|
3578
|
-
} from '../icons/grid-2x2-plus';
|
|
3579
3575
|
// Grid2x2Check aliases
|
|
3580
3576
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3581
3577
|
export {
|
|
3582
3578
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3583
3579
|
default as Grid2X2CheckIcon
|
|
3584
3580
|
} from '../icons/grid-2x2-check';
|
|
3581
|
+
// Grid2x2Plus aliases
|
|
3582
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3583
|
+
export {
|
|
3584
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3585
|
+
default as Grid2X2PlusIcon
|
|
3586
|
+
} from '../icons/grid-2x2-plus';
|
|
3585
3587
|
// Grid2x2X aliases
|
|
3586
3588
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3587
3589
|
export {
|
|
3588
3590
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3589
3591
|
default as Grid2X2XIcon
|
|
3590
3592
|
} from '../icons/grid-2x2-x';
|
|
3593
|
+
// HandGrab aliases
|
|
3594
|
+
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3595
|
+
export {
|
|
3596
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3597
|
+
default as GrabIcon
|
|
3598
|
+
} from '../icons/hand-grab';
|
|
3591
3599
|
// Grid2x2 aliases
|
|
3592
3600
|
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3593
3601
|
export {
|
|
3594
3602
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3595
3603
|
default as Grid2X2Icon
|
|
3596
3604
|
} from '../icons/grid-2x2';
|
|
3605
|
+
// HandHelping aliases
|
|
3606
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3607
|
+
export {
|
|
3608
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3609
|
+
default as HelpingHandIcon
|
|
3610
|
+
} from '../icons/hand-helping';
|
|
3597
3611
|
// Grid3x3 aliases
|
|
3598
3612
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3599
3613
|
export {
|
|
@@ -3604,30 +3618,18 @@ export {
|
|
|
3604
3618
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3605
3619
|
default as Grid3X3Icon
|
|
3606
3620
|
} from '../icons/grid-3x3';
|
|
3607
|
-
// House aliases
|
|
3608
|
-
export { default as HouseIcon } from '../icons/house';
|
|
3609
|
-
export {
|
|
3610
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3611
|
-
default as HomeIcon
|
|
3612
|
-
} from '../icons/house';
|
|
3613
|
-
// HandHelping aliases
|
|
3614
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3615
|
-
export {
|
|
3616
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3617
|
-
default as HelpingHandIcon
|
|
3618
|
-
} from '../icons/hand-helping';
|
|
3619
|
-
// HandGrab aliases
|
|
3620
|
-
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3621
|
-
export {
|
|
3622
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3623
|
-
default as GrabIcon
|
|
3624
|
-
} from '../icons/hand-grab';
|
|
3625
3621
|
// IceCreamBowl aliases
|
|
3626
3622
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3627
3623
|
export {
|
|
3628
3624
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3629
3625
|
default as IceCream2Icon
|
|
3630
3626
|
} from '../icons/ice-cream-bowl';
|
|
3627
|
+
// House aliases
|
|
3628
|
+
export { default as HouseIcon } from '../icons/house';
|
|
3629
|
+
export {
|
|
3630
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3631
|
+
default as HomeIcon
|
|
3632
|
+
} from '../icons/house';
|
|
3631
3633
|
// IceCreamCone aliases
|
|
3632
3634
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3633
3635
|
export {
|
|
@@ -3646,16 +3648,6 @@ export {
|
|
|
3646
3648
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3647
3649
|
default as Layers3Icon
|
|
3648
3650
|
} from '../icons/layers';
|
|
3649
|
-
// ListIndentIncrease aliases
|
|
3650
|
-
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3651
|
-
export {
|
|
3652
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3653
|
-
default as IndentIcon
|
|
3654
|
-
} from '../icons/list-indent-increase';
|
|
3655
|
-
export {
|
|
3656
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3657
|
-
default as IndentIncreaseIcon
|
|
3658
|
-
} from '../icons/list-indent-increase';
|
|
3659
3651
|
// ListIndentDecrease aliases
|
|
3660
3652
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3661
3653
|
export {
|
|
@@ -3666,6 +3658,16 @@ export {
|
|
|
3666
3658
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3667
3659
|
default as IndentDecreaseIcon
|
|
3668
3660
|
} from '../icons/list-indent-decrease';
|
|
3661
|
+
// ListIndentIncrease aliases
|
|
3662
|
+
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3663
|
+
export {
|
|
3664
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3665
|
+
default as IndentIcon
|
|
3666
|
+
} from '../icons/list-indent-increase';
|
|
3667
|
+
export {
|
|
3668
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3669
|
+
default as IndentIncreaseIcon
|
|
3670
|
+
} from '../icons/list-indent-increase';
|
|
3669
3671
|
// LoaderCircle aliases
|
|
3670
3672
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3671
3673
|
export {
|
|
@@ -3678,6 +3680,12 @@ export {
|
|
|
3678
3680
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
3679
3681
|
default as UnlockKeyholeIcon
|
|
3680
3682
|
} from '../icons/lock-keyhole-open';
|
|
3683
|
+
// MailQuestionMark aliases
|
|
3684
|
+
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3685
|
+
export {
|
|
3686
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3687
|
+
default as MailQuestionIcon
|
|
3688
|
+
} from '../icons/mail-question-mark';
|
|
3681
3689
|
// LockOpen aliases
|
|
3682
3690
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3683
3691
|
export {
|
|
@@ -3690,12 +3698,6 @@ export {
|
|
|
3690
3698
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3691
3699
|
default as LocationEditIcon
|
|
3692
3700
|
} from '../icons/map-pin-pen';
|
|
3693
|
-
// MailQuestionMark aliases
|
|
3694
|
-
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3695
|
-
export {
|
|
3696
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3697
|
-
default as MailQuestionIcon
|
|
3698
|
-
} from '../icons/mail-question-mark';
|
|
3699
3701
|
// MessageCircleQuestionMark aliases
|
|
3700
3702
|
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3701
3703
|
export {
|
|
@@ -3720,12 +3722,6 @@ export {
|
|
|
3720
3722
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3721
3723
|
default as PauseOctagonIcon
|
|
3722
3724
|
} from '../icons/octagon-pause';
|
|
3723
|
-
// OctagonAlert aliases
|
|
3724
|
-
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3725
|
-
export {
|
|
3726
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3727
|
-
default as AlertOctagonIcon
|
|
3728
|
-
} from '../icons/octagon-alert';
|
|
3729
3725
|
// OctagonX aliases
|
|
3730
3726
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3731
3727
|
export {
|
|
@@ -3738,36 +3734,42 @@ export {
|
|
|
3738
3734
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3739
3735
|
default as Paintbrush2Icon
|
|
3740
3736
|
} from '../icons/paintbrush-vertical';
|
|
3741
|
-
//
|
|
3742
|
-
export { default as
|
|
3737
|
+
// OctagonAlert aliases
|
|
3738
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3743
3739
|
export {
|
|
3744
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3745
|
-
default as
|
|
3746
|
-
} from '../icons/
|
|
3740
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3741
|
+
default as AlertOctagonIcon
|
|
3742
|
+
} from '../icons/octagon-alert';
|
|
3747
3743
|
// PanelLeftClose aliases
|
|
3748
3744
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3749
3745
|
export {
|
|
3750
3746
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3751
3747
|
default as SidebarCloseIcon
|
|
3752
3748
|
} from '../icons/panel-left-close';
|
|
3749
|
+
// PanelBottomDashed aliases
|
|
3750
|
+
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3751
|
+
export {
|
|
3752
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3753
|
+
default as PanelBottomInactiveIcon
|
|
3754
|
+
} from '../icons/panel-bottom-dashed';
|
|
3753
3755
|
// PanelLeftDashed aliases
|
|
3754
3756
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3755
3757
|
export {
|
|
3756
3758
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3757
3759
|
default as PanelLeftInactiveIcon
|
|
3758
3760
|
} from '../icons/panel-left-dashed';
|
|
3759
|
-
// PanelLeftOpen aliases
|
|
3760
|
-
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3761
|
-
export {
|
|
3762
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3763
|
-
default as SidebarOpenIcon
|
|
3764
|
-
} from '../icons/panel-left-open';
|
|
3765
3761
|
// PanelLeft aliases
|
|
3766
3762
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3767
3763
|
export {
|
|
3768
3764
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3769
3765
|
default as SidebarIcon
|
|
3770
3766
|
} from '../icons/panel-left';
|
|
3767
|
+
// PanelLeftOpen aliases
|
|
3768
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3769
|
+
export {
|
|
3770
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3771
|
+
default as SidebarOpenIcon
|
|
3772
|
+
} from '../icons/panel-left-open';
|
|
3771
3773
|
// PanelRightDashed aliases
|
|
3772
3774
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3773
3775
|
export {
|
|
@@ -3816,12 +3818,6 @@ export {
|
|
|
3816
3818
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3817
3819
|
default as Rotate3DIcon
|
|
3818
3820
|
} from '../icons/rotate-3d';
|
|
3819
|
-
// Rows3 aliases
|
|
3820
|
-
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3821
|
-
export {
|
|
3822
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3823
|
-
default as PanelsTopBottomIcon
|
|
3824
|
-
} from '../icons/rows-3';
|
|
3825
3821
|
// Rows2 aliases
|
|
3826
3822
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3827
3823
|
export {
|
|
@@ -3834,36 +3830,42 @@ export {
|
|
|
3834
3830
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3835
3831
|
default as SendHorizonalIcon
|
|
3836
3832
|
} from '../icons/send-horizontal';
|
|
3837
|
-
// ShieldQuestionMark aliases
|
|
3838
|
-
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3839
|
-
export {
|
|
3840
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3841
|
-
default as ShieldQuestionIcon
|
|
3842
|
-
} from '../icons/shield-question-mark';
|
|
3843
3833
|
// Scale3d aliases
|
|
3844
3834
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3845
3835
|
export {
|
|
3846
3836
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3847
3837
|
default as Scale3DIcon
|
|
3848
3838
|
} from '../icons/scale-3d';
|
|
3839
|
+
// Rows3 aliases
|
|
3840
|
+
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3841
|
+
export {
|
|
3842
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3843
|
+
default as PanelsTopBottomIcon
|
|
3844
|
+
} from '../icons/rows-3';
|
|
3845
|
+
// ShieldQuestionMark aliases
|
|
3846
|
+
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3847
|
+
export {
|
|
3848
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3849
|
+
default as ShieldQuestionIcon
|
|
3850
|
+
} from '../icons/shield-question-mark';
|
|
3849
3851
|
// ShieldX aliases
|
|
3850
3852
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3851
3853
|
export {
|
|
3852
3854
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3853
3855
|
default as ShieldCloseIcon
|
|
3854
3856
|
} from '../icons/shield-x';
|
|
3855
|
-
// Sparkles aliases
|
|
3856
|
-
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3857
|
-
export {
|
|
3858
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3859
|
-
default as StarsIcon
|
|
3860
|
-
} from '../icons/sparkles';
|
|
3861
3857
|
// SlidersVertical aliases
|
|
3862
3858
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3863
3859
|
export {
|
|
3864
3860
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3865
3861
|
default as SlidersIcon
|
|
3866
3862
|
} from '../icons/sliders-vertical';
|
|
3863
|
+
// Sparkles aliases
|
|
3864
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3865
|
+
export {
|
|
3866
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3867
|
+
default as StarsIcon
|
|
3868
|
+
} from '../icons/sparkles';
|
|
3867
3869
|
// SquareActivity aliases
|
|
3868
3870
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3869
3871
|
export {
|
|
@@ -3900,18 +3902,18 @@ export {
|
|
|
3900
3902
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3901
3903
|
default as ArrowDownLeftFromSquareIcon
|
|
3902
3904
|
} from '../icons/square-arrow-out-down-left';
|
|
3903
|
-
// SquareArrowOutUpLeft aliases
|
|
3904
|
-
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3905
|
-
export {
|
|
3906
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3907
|
-
default as ArrowUpLeftFromSquareIcon
|
|
3908
|
-
} from '../icons/square-arrow-out-up-left';
|
|
3909
3905
|
// SquareArrowOutDownRight aliases
|
|
3910
3906
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3911
3907
|
export {
|
|
3912
3908
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3913
3909
|
default as ArrowDownRightFromSquareIcon
|
|
3914
3910
|
} from '../icons/square-arrow-out-down-right';
|
|
3911
|
+
// SquareArrowOutUpLeft aliases
|
|
3912
|
+
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3913
|
+
export {
|
|
3914
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3915
|
+
default as ArrowUpLeftFromSquareIcon
|
|
3916
|
+
} from '../icons/square-arrow-out-up-left';
|
|
3915
3917
|
// SquareArrowOutUpRight aliases
|
|
3916
3918
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3917
3919
|
export {
|
|
@@ -3988,42 +3990,42 @@ export {
|
|
|
3988
3990
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
3989
3991
|
default as CheckSquare2Icon
|
|
3990
3992
|
} from '../icons/square-check';
|
|
3991
|
-
// SquareChevronLeft aliases
|
|
3992
|
-
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3993
|
-
export {
|
|
3994
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3995
|
-
default as ChevronLeftSquareIcon
|
|
3996
|
-
} from '../icons/square-chevron-left';
|
|
3997
3993
|
// SquareChevronRight aliases
|
|
3998
3994
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3999
3995
|
export {
|
|
4000
3996
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
4001
3997
|
default as ChevronRightSquareIcon
|
|
4002
3998
|
} from '../icons/square-chevron-right';
|
|
4003
|
-
// SquareChevronUp aliases
|
|
4004
|
-
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4005
|
-
export {
|
|
4006
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
4007
|
-
default as ChevronUpSquareIcon
|
|
4008
|
-
} from '../icons/square-chevron-up';
|
|
4009
3999
|
// SquareChevronDown aliases
|
|
4010
4000
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4011
4001
|
export {
|
|
4012
4002
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
4013
4003
|
default as ChevronDownSquareIcon
|
|
4014
4004
|
} from '../icons/square-chevron-down';
|
|
4015
|
-
//
|
|
4016
|
-
export { default as
|
|
4005
|
+
// SquareChevronLeft aliases
|
|
4006
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4017
4007
|
export {
|
|
4018
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4019
|
-
default as
|
|
4020
|
-
} from '../icons/square-
|
|
4008
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
4009
|
+
default as ChevronLeftSquareIcon
|
|
4010
|
+
} from '../icons/square-chevron-left';
|
|
4011
|
+
// SquareChevronUp aliases
|
|
4012
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4013
|
+
export {
|
|
4014
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
4015
|
+
default as ChevronUpSquareIcon
|
|
4016
|
+
} from '../icons/square-chevron-up';
|
|
4021
4017
|
// SquareCode aliases
|
|
4022
4018
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4023
4019
|
export {
|
|
4024
4020
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
4025
4021
|
default as CodeSquareIcon
|
|
4026
4022
|
} from '../icons/square-code';
|
|
4023
|
+
// SquareDashedKanban aliases
|
|
4024
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4025
|
+
export {
|
|
4026
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
4027
|
+
default as KanbanSquareDashedIcon
|
|
4028
|
+
} from '../icons/square-dashed-kanban';
|
|
4027
4029
|
// SquareDashedMousePointer aliases
|
|
4028
4030
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4029
4031
|
export {
|
|
@@ -4040,18 +4042,18 @@ export {
|
|
|
4040
4042
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
4041
4043
|
default as TextSelectIcon
|
|
4042
4044
|
} from '../icons/square-dashed-text';
|
|
4043
|
-
// SquareDashed aliases
|
|
4044
|
-
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4045
|
-
export {
|
|
4046
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
4047
|
-
default as BoxSelectIcon
|
|
4048
|
-
} from '../icons/square-dashed';
|
|
4049
4045
|
// SquareDot aliases
|
|
4050
4046
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4051
4047
|
export {
|
|
4052
4048
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
4053
4049
|
default as DotSquareIcon
|
|
4054
4050
|
} from '../icons/square-dot';
|
|
4051
|
+
// SquareDashed aliases
|
|
4052
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4053
|
+
export {
|
|
4054
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
4055
|
+
default as BoxSelectIcon
|
|
4056
|
+
} from '../icons/square-dashed';
|
|
4055
4057
|
// SquareDivide aliases
|
|
4056
4058
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4057
4059
|
export {
|
|
@@ -4082,48 +4084,42 @@ export {
|
|
|
4082
4084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
4083
4085
|
default as LibrarySquareIcon
|
|
4084
4086
|
} from '../icons/square-library';
|
|
4085
|
-
// SquareMenu aliases
|
|
4086
|
-
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4087
|
-
export {
|
|
4088
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
4089
|
-
default as MenuSquareIcon
|
|
4090
|
-
} from '../icons/square-menu';
|
|
4091
4087
|
// SquareM aliases
|
|
4092
4088
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4093
4089
|
export {
|
|
4094
4090
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
4095
4091
|
default as MSquareIcon
|
|
4096
4092
|
} from '../icons/square-m';
|
|
4093
|
+
// SquareMenu aliases
|
|
4094
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4095
|
+
export {
|
|
4096
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
4097
|
+
default as MenuSquareIcon
|
|
4098
|
+
} from '../icons/square-menu';
|
|
4097
4099
|
// SquareMinus aliases
|
|
4098
4100
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4099
4101
|
export {
|
|
4100
4102
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
4101
4103
|
default as MinusSquareIcon
|
|
4102
4104
|
} from '../icons/square-minus';
|
|
4103
|
-
// SquareParkingOff aliases
|
|
4104
|
-
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4105
|
-
export {
|
|
4106
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4107
|
-
default as ParkingSquareOffIcon
|
|
4108
|
-
} from '../icons/square-parking-off';
|
|
4109
4105
|
// SquareMousePointer aliases
|
|
4110
4106
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4111
4107
|
export {
|
|
4112
4108
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
4113
4109
|
default as InspectIcon
|
|
4114
4110
|
} from '../icons/square-mouse-pointer';
|
|
4111
|
+
// SquareParkingOff aliases
|
|
4112
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4113
|
+
export {
|
|
4114
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4115
|
+
default as ParkingSquareOffIcon
|
|
4116
|
+
} from '../icons/square-parking-off';
|
|
4115
4117
|
// SquareParking aliases
|
|
4116
4118
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4117
4119
|
export {
|
|
4118
4120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
4119
4121
|
default as ParkingSquareIcon
|
|
4120
4122
|
} from '../icons/square-parking';
|
|
4121
|
-
// SquarePercent aliases
|
|
4122
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4123
|
-
export {
|
|
4124
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4125
|
-
default as PercentSquareIcon
|
|
4126
|
-
} from '../icons/square-percent';
|
|
4127
4123
|
// SquarePen aliases
|
|
4128
4124
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4129
4125
|
export {
|
|
@@ -4138,6 +4134,18 @@ export {
|
|
|
4138
4134
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
4139
4135
|
default as PenSquareIcon
|
|
4140
4136
|
} from '../icons/square-pen';
|
|
4137
|
+
// SquarePercent aliases
|
|
4138
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4139
|
+
export {
|
|
4140
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4141
|
+
default as PercentSquareIcon
|
|
4142
|
+
} from '../icons/square-percent';
|
|
4143
|
+
// SquarePilcrow aliases
|
|
4144
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4145
|
+
export {
|
|
4146
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4147
|
+
default as PilcrowSquareIcon
|
|
4148
|
+
} from '../icons/square-pilcrow';
|
|
4141
4149
|
// SquarePi aliases
|
|
4142
4150
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4143
4151
|
export {
|
|
@@ -4150,24 +4158,18 @@ export {
|
|
|
4150
4158
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
4151
4159
|
default as PlaySquareIcon
|
|
4152
4160
|
} from '../icons/square-play';
|
|
4153
|
-
// SquarePower aliases
|
|
4154
|
-
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4155
|
-
export {
|
|
4156
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4157
|
-
default as PowerSquareIcon
|
|
4158
|
-
} from '../icons/square-power';
|
|
4159
|
-
// SquarePilcrow aliases
|
|
4160
|
-
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4161
|
-
export {
|
|
4162
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4163
|
-
default as PilcrowSquareIcon
|
|
4164
|
-
} from '../icons/square-pilcrow';
|
|
4165
4161
|
// SquarePlus aliases
|
|
4166
4162
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4167
4163
|
export {
|
|
4168
4164
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
4169
4165
|
default as PlusSquareIcon
|
|
4170
4166
|
} from '../icons/square-plus';
|
|
4167
|
+
// SquarePower aliases
|
|
4168
|
+
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4169
|
+
export {
|
|
4170
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4171
|
+
default as PowerSquareIcon
|
|
4172
|
+
} from '../icons/square-power';
|
|
4171
4173
|
// SquareScissors aliases
|
|
4172
4174
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4173
4175
|
export {
|
|
@@ -4192,18 +4194,18 @@ export {
|
|
|
4192
4194
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4193
4195
|
default as SplitSquareHorizontalIcon
|
|
4194
4196
|
} from '../icons/square-split-horizontal';
|
|
4195
|
-
// SquareTerminal aliases
|
|
4196
|
-
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4197
|
-
export {
|
|
4198
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4199
|
-
default as TerminalSquareIcon
|
|
4200
|
-
} from '../icons/square-terminal';
|
|
4201
4197
|
// SquareSplitVertical aliases
|
|
4202
4198
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4203
4199
|
export {
|
|
4204
4200
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4205
4201
|
default as SplitSquareVerticalIcon
|
|
4206
4202
|
} from '../icons/square-split-vertical';
|
|
4203
|
+
// SquareTerminal aliases
|
|
4204
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4205
|
+
export {
|
|
4206
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4207
|
+
default as TerminalSquareIcon
|
|
4208
|
+
} from '../icons/square-terminal';
|
|
4207
4209
|
// SquareUserRound aliases
|
|
4208
4210
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4209
4211
|
export {
|
|
@@ -4216,6 +4218,12 @@ export {
|
|
|
4216
4218
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
4217
4219
|
default as UserSquareIcon
|
|
4218
4220
|
} from '../icons/square-user';
|
|
4221
|
+
// SquareX aliases
|
|
4222
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
4223
|
+
export {
|
|
4224
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4225
|
+
default as XSquareIcon
|
|
4226
|
+
} from '../icons/square-x';
|
|
4219
4227
|
// TestTubeDiagonal aliases
|
|
4220
4228
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4221
4229
|
export {
|
|
@@ -4234,18 +4242,6 @@ export {
|
|
|
4234
4242
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4235
4243
|
default as AlignRightIcon
|
|
4236
4244
|
} from '../icons/text-align-end';
|
|
4237
|
-
// SquareX aliases
|
|
4238
|
-
export { default as SquareXIcon } from '../icons/square-x';
|
|
4239
|
-
export {
|
|
4240
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4241
|
-
default as XSquareIcon
|
|
4242
|
-
} from '../icons/square-x';
|
|
4243
|
-
// TextAlignJustify aliases
|
|
4244
|
-
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4245
|
-
export {
|
|
4246
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
4247
|
-
default as AlignJustifyIcon
|
|
4248
|
-
} from '../icons/text-align-justify';
|
|
4249
4245
|
// TextAlignStart aliases
|
|
4250
4246
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4251
4247
|
export {
|
|
@@ -4256,12 +4252,12 @@ export {
|
|
|
4256
4252
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4257
4253
|
default as AlignLeftIcon
|
|
4258
4254
|
} from '../icons/text-align-start';
|
|
4259
|
-
//
|
|
4260
|
-
export { default as
|
|
4255
|
+
// TextAlignJustify aliases
|
|
4256
|
+
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4261
4257
|
export {
|
|
4262
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4263
|
-
default as
|
|
4264
|
-
} from '../icons/text-
|
|
4258
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
4259
|
+
default as AlignJustifyIcon
|
|
4260
|
+
} from '../icons/text-align-justify';
|
|
4265
4261
|
// TextInitial aliases
|
|
4266
4262
|
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4267
4263
|
export {
|
|
@@ -4274,24 +4270,24 @@ export {
|
|
|
4274
4270
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4275
4271
|
default as TrainIcon
|
|
4276
4272
|
} from '../icons/tram-front';
|
|
4277
|
-
//
|
|
4278
|
-
export { default as
|
|
4273
|
+
// TextWrap aliases
|
|
4274
|
+
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4279
4275
|
export {
|
|
4280
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4281
|
-
default as
|
|
4282
|
-
} from '../icons/
|
|
4276
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4277
|
+
default as WrapTextIcon
|
|
4278
|
+
} from '../icons/text-wrap';
|
|
4283
4279
|
// TriangleAlert aliases
|
|
4284
4280
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4285
4281
|
export {
|
|
4286
4282
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4287
4283
|
default as AlertTriangleIcon
|
|
4288
4284
|
} from '../icons/triangle-alert';
|
|
4289
|
-
//
|
|
4290
|
-
export { default as
|
|
4285
|
+
// TreePalm aliases
|
|
4286
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4291
4287
|
export {
|
|
4292
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4293
|
-
default as
|
|
4294
|
-
} from '../icons/
|
|
4288
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4289
|
+
default as PalmtreeIcon
|
|
4290
|
+
} from '../icons/tree-palm';
|
|
4295
4291
|
// TvMinimal aliases
|
|
4296
4292
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4297
4293
|
export {
|
|
@@ -4304,54 +4300,60 @@ export {
|
|
|
4304
4300
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4305
4301
|
default as UserCheck2Icon
|
|
4306
4302
|
} from '../icons/user-round-check';
|
|
4307
|
-
//
|
|
4308
|
-
export { default as
|
|
4303
|
+
// University aliases
|
|
4304
|
+
export { default as UniversityIcon } from '../icons/university';
|
|
4309
4305
|
export {
|
|
4310
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4311
|
-
default as
|
|
4312
|
-
} from '../icons/
|
|
4306
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4307
|
+
default as School2Icon
|
|
4308
|
+
} from '../icons/university';
|
|
4313
4309
|
// UserRoundCog aliases
|
|
4314
4310
|
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4315
4311
|
export {
|
|
4316
4312
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4317
4313
|
default as UserCog2Icon
|
|
4318
4314
|
} from '../icons/user-round-cog';
|
|
4319
|
-
// UserRoundX aliases
|
|
4320
|
-
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4321
|
-
export {
|
|
4322
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4323
|
-
default as UserX2Icon
|
|
4324
|
-
} from '../icons/user-round-x';
|
|
4325
4315
|
// UserRoundPlus aliases
|
|
4326
4316
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4327
4317
|
export {
|
|
4328
4318
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4329
4319
|
default as UserPlus2Icon
|
|
4330
4320
|
} from '../icons/user-round-plus';
|
|
4321
|
+
// UserRoundMinus aliases
|
|
4322
|
+
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4323
|
+
export {
|
|
4324
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
4325
|
+
default as UserMinus2Icon
|
|
4326
|
+
} from '../icons/user-round-minus';
|
|
4331
4327
|
// UserRound aliases
|
|
4332
4328
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4333
4329
|
export {
|
|
4334
4330
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4335
4331
|
default as User2Icon
|
|
4336
4332
|
} from '../icons/user-round';
|
|
4333
|
+
// UserRoundX aliases
|
|
4334
|
+
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4335
|
+
export {
|
|
4336
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4337
|
+
default as UserX2Icon
|
|
4338
|
+
} from '../icons/user-round-x';
|
|
4337
4339
|
// UsersRound aliases
|
|
4338
4340
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4339
4341
|
export {
|
|
4340
4342
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4341
4343
|
default as Users2Icon
|
|
4342
4344
|
} from '../icons/users-round';
|
|
4343
|
-
// Utensils aliases
|
|
4344
|
-
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4345
|
-
export {
|
|
4346
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4347
|
-
default as ForkKnifeIcon
|
|
4348
|
-
} from '../icons/utensils';
|
|
4349
4345
|
// UtensilsCrossed aliases
|
|
4350
4346
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4351
4347
|
export {
|
|
4352
4348
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4353
4349
|
default as ForkKnifeCrossedIcon
|
|
4354
4350
|
} from '../icons/utensils-crossed';
|
|
4351
|
+
// Utensils aliases
|
|
4352
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4353
|
+
export {
|
|
4354
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4355
|
+
default as ForkKnifeIcon
|
|
4356
|
+
} from '../icons/utensils';
|
|
4355
4357
|
// WalletMinimal aliases
|
|
4356
4358
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4357
4359
|
export {
|