@lucide/astro 0.526.0 → 0.528.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 +56 -50
- package/src/aliases/prefixed.ts +554 -544
- package/src/aliases/suffixed.ts +849 -839
- package/src/icons/arrow-big-down-dash.ts +2 -2
- package/src/icons/arrow-big-down.ts +2 -2
- package/src/icons/arrow-big-left-dash.ts +2 -2
- package/src/icons/arrow-big-left.ts +2 -2
- package/src/icons/arrow-big-right-dash.ts +2 -2
- package/src/icons/arrow-big-right.ts +2 -2
- package/src/icons/arrow-big-up-dash.ts +2 -2
- package/src/icons/arrow-big-up.ts +2 -2
- package/src/icons/bug-play.ts +2 -2
- package/src/icons/circle-play.ts +2 -2
- package/src/icons/croissant.ts +2 -2
- package/src/icons/fast-forward.ts +2 -2
- package/src/icons/file-play.ts +18 -0
- package/src/icons/{file-video-2.ts → file-video-camera.ts} +4 -4
- package/src/icons/gem.ts +2 -2
- package/src/icons/hat-glasses.ts +18 -0
- package/src/icons/image-play.ts +2 -2
- package/src/icons/index.ts +136 -132
- package/src/icons/lasso.ts +2 -2
- package/src/icons/list-video.ts +2 -2
- package/src/icons/monitor-dot.ts +2 -2
- package/src/icons/monitor-play.ts +2 -2
- package/src/icons/pause.ts +2 -2
- package/src/icons/play.ts +2 -2
- package/src/icons/refresh-ccw-dot.ts +2 -2
- package/src/icons/rewind.ts +2 -2
- package/src/icons/skip-back.ts +2 -2
- package/src/icons/skip-forward.ts +2 -2
- package/src/icons/sparkle.ts +2 -2
- package/src/icons/sparkles.ts +2 -2
- package/src/icons/spotlight.ts +18 -0
- package/src/icons/sprout.ts +2 -2
- package/src/icons/square-pause.ts +18 -0
- package/src/icons/square-play.ts +2 -2
- package/src/icons/{file-video.ts → square-stop.ts} +4 -4
- package/src/icons/step-back.ts +2 -2
- package/src/icons/step-forward.ts +2 -2
- package/src/icons/tv-minimal-play.ts +2 -2
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
+
// AArrowUp aliases
|
|
4
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
3
5
|
// ALargeSmall aliases
|
|
4
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
7
|
// Accessibility aliases
|
|
6
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
|
-
// Activity aliases
|
|
8
|
-
export { default as ActivityIcon } from '../icons/activity';
|
|
9
9
|
// AirVent aliases
|
|
10
10
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
11
|
-
//
|
|
12
|
-
export { default as
|
|
11
|
+
// Activity aliases
|
|
12
|
+
export { default as ActivityIcon } from '../icons/activity';
|
|
13
13
|
// Airplay aliases
|
|
14
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
15
|
// AlarmClockOff aliases
|
|
@@ -18,24 +18,24 @@ export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
|
18
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
19
|
// AlarmSmoke aliases
|
|
20
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
|
-
// Album aliases
|
|
22
|
-
export { default as AlbumIcon } from '../icons/album';
|
|
23
21
|
// AlignCenterHorizontal aliases
|
|
24
22
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
23
|
// AlignCenterVertical aliases
|
|
26
24
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
|
-
//
|
|
28
|
-
export { default as
|
|
25
|
+
// Album aliases
|
|
26
|
+
export { default as AlbumIcon } from '../icons/album';
|
|
29
27
|
// AlignEndHorizontal aliases
|
|
30
28
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
|
+
// AlignCenter aliases
|
|
30
|
+
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
31
31
|
// AlignEndVertical aliases
|
|
32
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
33
|
// AlignHorizontalDistributeCenter aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
|
-
// AlignHorizontalDistributeEnd aliases
|
|
36
|
-
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
37
35
|
// AlignHorizontalDistributeStart aliases
|
|
38
36
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
|
+
// AlignHorizontalDistributeEnd aliases
|
|
38
|
+
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
41
|
// AlignHorizontalJustifyEnd aliases
|
|
@@ -76,12 +76,12 @@ export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertica
|
|
|
76
76
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
77
77
|
// Ampersand aliases
|
|
78
78
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
79
|
+
// Amphora aliases
|
|
80
|
+
export { default as AmphoraIcon } from '../icons/amphora';
|
|
79
81
|
// Ampersands aliases
|
|
80
82
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
81
83
|
// Anchor aliases
|
|
82
84
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
83
|
-
// Amphora aliases
|
|
84
|
-
export { default as AmphoraIcon } from '../icons/amphora';
|
|
85
85
|
// Angry aliases
|
|
86
86
|
export { default as AngryIcon } from '../icons/angry';
|
|
87
87
|
// Annoyed aliases
|
|
@@ -90,18 +90,18 @@ export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
|
90
90
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
91
91
|
// Anvil aliases
|
|
92
92
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
93
|
+
// Aperture aliases
|
|
94
|
+
export { default as ApertureIcon } from '../icons/aperture';
|
|
93
95
|
// AppWindowMac aliases
|
|
94
96
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
95
97
|
// AppWindow aliases
|
|
96
98
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
97
|
-
// Aperture aliases
|
|
98
|
-
export { default as ApertureIcon } from '../icons/aperture';
|
|
99
99
|
// Apple aliases
|
|
100
100
|
export { default as AppleIcon } from '../icons/apple';
|
|
101
|
-
// ArchiveX aliases
|
|
102
|
-
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
103
101
|
// ArchiveRestore aliases
|
|
104
102
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
103
|
+
// ArchiveX aliases
|
|
104
|
+
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
105
105
|
// Archive aliases
|
|
106
106
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
107
107
|
// Armchair aliases
|
|
@@ -112,30 +112,30 @@ export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
|
112
112
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
113
113
|
// ArrowBigLeftDash aliases
|
|
114
114
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
115
|
-
// ArrowBigLeft aliases
|
|
116
|
-
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
117
115
|
// ArrowBigRightDash aliases
|
|
118
116
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
119
|
-
//
|
|
120
|
-
export { default as
|
|
121
|
-
// ArrowBigUpDash aliases
|
|
122
|
-
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
117
|
+
// ArrowBigLeft aliases
|
|
118
|
+
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
123
119
|
// ArrowBigRight aliases
|
|
124
120
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
125
|
-
//
|
|
126
|
-
export { default as
|
|
121
|
+
// ArrowBigUpDash aliases
|
|
122
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
123
|
+
// ArrowBigUp aliases
|
|
124
|
+
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
127
125
|
// ArrowDownLeft aliases
|
|
128
126
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
129
|
-
//
|
|
130
|
-
export { default as
|
|
127
|
+
// ArrowDownFromLine aliases
|
|
128
|
+
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
131
129
|
// ArrowDownNarrowWide aliases
|
|
132
130
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
131
|
+
// ArrowDownRight aliases
|
|
132
|
+
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
133
133
|
// ArrowDownToDot aliases
|
|
134
134
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
135
|
-
// ArrowDownToLine aliases
|
|
136
|
-
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
137
135
|
// ArrowDownUp aliases
|
|
138
136
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
137
|
+
// ArrowDownToLine aliases
|
|
138
|
+
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
139
139
|
// ArrowDown aliases
|
|
140
140
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
141
141
|
// ArrowLeftFromLine aliases
|
|
@@ -152,88 +152,88 @@ export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-lin
|
|
|
152
152
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
153
153
|
// ArrowRightToLine aliases
|
|
154
154
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
155
|
-
// ArrowRight aliases
|
|
156
|
-
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
157
155
|
// ArrowUpDown aliases
|
|
158
156
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
157
|
+
// ArrowRight aliases
|
|
158
|
+
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
159
159
|
// ArrowUpFromDot aliases
|
|
160
160
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
161
161
|
// ArrowUpFromLine aliases
|
|
162
162
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
163
163
|
// ArrowUpLeft aliases
|
|
164
164
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
165
|
-
// ArrowUpRight aliases
|
|
166
|
-
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
167
165
|
// ArrowUpToLine aliases
|
|
168
166
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
169
|
-
//
|
|
170
|
-
export { default as
|
|
167
|
+
// ArrowUpRight aliases
|
|
168
|
+
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
171
169
|
// ArrowUpWideNarrow aliases
|
|
172
170
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
171
|
+
// ArrowUp aliases
|
|
172
|
+
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
173
173
|
// ArrowsUpFromLine aliases
|
|
174
174
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
175
175
|
// Asterisk aliases
|
|
176
176
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
177
177
|
// AtSign aliases
|
|
178
178
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
179
|
-
// Atom aliases
|
|
180
|
-
export { default as AtomIcon } from '../icons/atom';
|
|
181
179
|
// AudioLines aliases
|
|
182
180
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
183
181
|
// AudioWaveform aliases
|
|
184
182
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
183
|
+
// Atom aliases
|
|
184
|
+
export { default as AtomIcon } from '../icons/atom';
|
|
185
185
|
// Award aliases
|
|
186
186
|
export { default as AwardIcon } from '../icons/award';
|
|
187
187
|
// Axe aliases
|
|
188
188
|
export { default as AxeIcon } from '../icons/axe';
|
|
189
|
-
// Backpack aliases
|
|
190
|
-
export { default as BackpackIcon } from '../icons/backpack';
|
|
191
189
|
// Baby aliases
|
|
192
190
|
export { default as BabyIcon } from '../icons/baby';
|
|
193
|
-
//
|
|
194
|
-
export { default as
|
|
195
|
-
// BadgeCent aliases
|
|
196
|
-
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
191
|
+
// Backpack aliases
|
|
192
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
197
193
|
// BadgeAlert aliases
|
|
198
194
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
199
|
-
//
|
|
200
|
-
export { default as
|
|
195
|
+
// BadgeCent aliases
|
|
196
|
+
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
197
|
+
// BadgeDollarSign aliases
|
|
198
|
+
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
201
199
|
// BadgeIndianRupee aliases
|
|
202
200
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
201
|
+
// BadgeEuro aliases
|
|
202
|
+
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
203
203
|
// BadgeInfo aliases
|
|
204
204
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
205
|
-
// BadgeJapaneseYen aliases
|
|
206
|
-
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
207
205
|
// BadgeMinus aliases
|
|
208
206
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
207
|
+
// BadgeJapaneseYen aliases
|
|
208
|
+
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
209
209
|
// BadgePercent aliases
|
|
210
210
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
211
|
-
// BadgePlus aliases
|
|
212
|
-
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
213
211
|
// BadgePoundSterling aliases
|
|
214
212
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
213
|
+
// BadgePlus aliases
|
|
214
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
215
215
|
// BadgeRussianRuble aliases
|
|
216
216
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
217
|
-
// BadgeTurkishLira aliases
|
|
218
|
-
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
219
217
|
// BadgeSwissFranc aliases
|
|
220
218
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
221
|
-
//
|
|
222
|
-
export { default as
|
|
219
|
+
// BadgeTurkishLira aliases
|
|
220
|
+
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
223
221
|
// Badge aliases
|
|
224
222
|
export { default as BadgeIcon } from '../icons/badge';
|
|
223
|
+
// BadgeX aliases
|
|
224
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
225
|
+
// Banana aliases
|
|
226
|
+
export { default as BananaIcon } from '../icons/banana';
|
|
225
227
|
// BaggageClaim aliases
|
|
226
228
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
227
229
|
// Ban aliases
|
|
228
230
|
export { default as BanIcon } from '../icons/ban';
|
|
229
|
-
// Banana aliases
|
|
230
|
-
export { default as BananaIcon } from '../icons/banana';
|
|
231
|
-
// Bandage aliases
|
|
232
|
-
export { default as BandageIcon } from '../icons/bandage';
|
|
233
231
|
// BanknoteArrowDown aliases
|
|
234
232
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
235
233
|
// BanknoteArrowUp aliases
|
|
236
234
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
235
|
+
// Bandage aliases
|
|
236
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
237
237
|
// BanknoteX aliases
|
|
238
238
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
239
|
// Banknote aliases
|
|
@@ -242,28 +242,28 @@ export { default as BanknoteIcon } from '../icons/banknote';
|
|
|
242
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
243
|
// Barrel aliases
|
|
244
244
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
245
|
-
// Baseline aliases
|
|
246
|
-
export { default as BaselineIcon } from '../icons/baseline';
|
|
247
|
-
// BatteryCharging aliases
|
|
248
|
-
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
249
245
|
// Bath aliases
|
|
250
246
|
export { default as BathIcon } from '../icons/bath';
|
|
251
|
-
//
|
|
252
|
-
export { default as
|
|
247
|
+
// Baseline aliases
|
|
248
|
+
export { default as BaselineIcon } from '../icons/baseline';
|
|
253
249
|
// BatteryFull aliases
|
|
254
250
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
251
|
+
// BatteryLow aliases
|
|
252
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
255
253
|
// BatteryMedium aliases
|
|
256
254
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
257
|
-
//
|
|
258
|
-
export { default as
|
|
255
|
+
// BatteryCharging aliases
|
|
256
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
259
257
|
// BatteryPlus aliases
|
|
260
258
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
|
+
// BatteryWarning aliases
|
|
260
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
261
261
|
// Beaker aliases
|
|
262
262
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
263
|
-
// Battery aliases
|
|
264
|
-
export { default as BatteryIcon } from '../icons/battery';
|
|
265
263
|
// BeanOff aliases
|
|
266
264
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
265
|
+
// Battery aliases
|
|
266
|
+
export { default as BatteryIcon } from '../icons/battery';
|
|
267
267
|
// Bean aliases
|
|
268
268
|
export { default as BeanIcon } from '../icons/bean';
|
|
269
269
|
// BedDouble aliases
|
|
@@ -272,90 +272,90 @@ export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
|
272
272
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
273
273
|
// Bed aliases
|
|
274
274
|
export { default as BedIcon } from '../icons/bed';
|
|
275
|
-
// Beef aliases
|
|
276
|
-
export { default as BeefIcon } from '../icons/beef';
|
|
277
275
|
// BeerOff aliases
|
|
278
276
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
279
277
|
// Beer aliases
|
|
280
278
|
export { default as BeerIcon } from '../icons/beer';
|
|
281
279
|
// BellDot aliases
|
|
282
280
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
281
|
+
// Beef aliases
|
|
282
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
283
283
|
// BellElectric aliases
|
|
284
284
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
285
|
-
// BellOff aliases
|
|
286
|
-
export { default as BellOffIcon } from '../icons/bell-off';
|
|
287
285
|
// BellMinus aliases
|
|
288
286
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
287
|
+
// BellOff aliases
|
|
288
|
+
export { default as BellOffIcon } from '../icons/bell-off';
|
|
289
289
|
// BellPlus aliases
|
|
290
290
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
291
291
|
// BellRing aliases
|
|
292
292
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
293
293
|
// Bell aliases
|
|
294
294
|
export { default as BellIcon } from '../icons/bell';
|
|
295
|
-
// BetweenVerticalStart aliases
|
|
296
|
-
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
297
295
|
// BetweenVerticalEnd aliases
|
|
298
296
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
297
|
+
// BetweenVerticalStart aliases
|
|
298
|
+
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
299
299
|
// Bike aliases
|
|
300
300
|
export { default as BikeIcon } from '../icons/bike';
|
|
301
301
|
// BicepsFlexed aliases
|
|
302
302
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
303
|
-
// Binoculars aliases
|
|
304
|
-
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
305
303
|
// Binary aliases
|
|
306
304
|
export { default as BinaryIcon } from '../icons/binary';
|
|
307
|
-
//
|
|
308
|
-
export { default as
|
|
305
|
+
// Binoculars aliases
|
|
306
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
309
307
|
// Bird aliases
|
|
310
308
|
export { default as BirdIcon } from '../icons/bird';
|
|
309
|
+
// Biohazard aliases
|
|
310
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
311
311
|
// Bitcoin aliases
|
|
312
312
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
313
|
-
// Blend aliases
|
|
314
|
-
export { default as BlendIcon } from '../icons/blend';
|
|
315
313
|
// Blinds aliases
|
|
316
314
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
315
|
+
// Blend aliases
|
|
316
|
+
export { default as BlendIcon } from '../icons/blend';
|
|
317
317
|
// Blocks aliases
|
|
318
318
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
319
|
-
// BluetoothConnected aliases
|
|
320
|
-
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
321
319
|
// BluetoothOff aliases
|
|
322
320
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
323
321
|
// BluetoothSearching aliases
|
|
324
322
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
325
323
|
// Bluetooth aliases
|
|
326
324
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
327
|
-
//
|
|
328
|
-
export { default as
|
|
325
|
+
// BluetoothConnected aliases
|
|
326
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
329
327
|
// Bomb aliases
|
|
330
328
|
export { default as BombIcon } from '../icons/bomb';
|
|
331
329
|
// Bolt aliases
|
|
332
330
|
export { default as BoltIcon } from '../icons/bolt';
|
|
333
|
-
//
|
|
334
|
-
export { default as
|
|
331
|
+
// Bold aliases
|
|
332
|
+
export { default as BoldIcon } from '../icons/bold';
|
|
335
333
|
// BookA aliases
|
|
336
334
|
export { default as BookAIcon } from '../icons/book-a';
|
|
337
|
-
//
|
|
338
|
-
export { default as
|
|
335
|
+
// Bone aliases
|
|
336
|
+
export { default as BoneIcon } from '../icons/bone';
|
|
339
337
|
// BookAlert aliases
|
|
340
338
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
341
339
|
// BookAudio aliases
|
|
342
340
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
341
|
+
// BookCheck aliases
|
|
342
|
+
export { default as BookCheckIcon } from '../icons/book-check';
|
|
343
343
|
// BookCopy aliases
|
|
344
344
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
345
345
|
// BookDown aliases
|
|
346
346
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
347
|
-
// BookHeadphones aliases
|
|
348
|
-
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
349
347
|
// BookHeart aliases
|
|
350
348
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
351
|
-
//
|
|
352
|
-
export { default as
|
|
349
|
+
// BookHeadphones aliases
|
|
350
|
+
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
353
351
|
// BookImage aliases
|
|
354
352
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
355
|
-
// BookLock aliases
|
|
356
|
-
export { default as BookLockIcon } from '../icons/book-lock';
|
|
357
353
|
// BookMarked aliases
|
|
358
354
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
355
|
+
// BookKey aliases
|
|
356
|
+
export { default as BookKeyIcon } from '../icons/book-key';
|
|
357
|
+
// BookLock aliases
|
|
358
|
+
export { default as BookLockIcon } from '../icons/book-lock';
|
|
359
359
|
// BookMinus aliases
|
|
360
360
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
361
361
|
// BookOpenCheck aliases
|
|
@@ -366,14 +366,14 @@ export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
|
366
366
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
367
367
|
// BookPlus aliases
|
|
368
368
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
369
|
-
// BookText aliases
|
|
370
|
-
export { default as BookTextIcon } from '../icons/book-text';
|
|
371
369
|
// BookType aliases
|
|
372
370
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
373
|
-
//
|
|
374
|
-
export { default as
|
|
371
|
+
// BookText aliases
|
|
372
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
375
373
|
// BookUp aliases
|
|
376
374
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
375
|
+
// BookUp2 aliases
|
|
376
|
+
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
377
377
|
// BookUser aliases
|
|
378
378
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
379
379
|
// BookX aliases
|
|
@@ -382,92 +382,92 @@ export { default as BookXIcon } from '../icons/book-x';
|
|
|
382
382
|
export { default as BookIcon } from '../icons/book';
|
|
383
383
|
// BookmarkCheck aliases
|
|
384
384
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
385
|
-
// BookmarkMinus aliases
|
|
386
|
-
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
387
385
|
// BookmarkPlus aliases
|
|
388
386
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
|
+
// BookmarkMinus aliases
|
|
388
|
+
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
389
389
|
// BookmarkX aliases
|
|
390
390
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
391
|
-
// Bookmark aliases
|
|
392
|
-
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
393
391
|
// BoomBox aliases
|
|
394
392
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
395
|
-
// BotOff aliases
|
|
396
|
-
export { default as BotOffIcon } from '../icons/bot-off';
|
|
397
393
|
// BotMessageSquare aliases
|
|
398
394
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
399
|
-
//
|
|
400
|
-
export { default as
|
|
395
|
+
// Bookmark aliases
|
|
396
|
+
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
397
|
+
// BotOff aliases
|
|
398
|
+
export { default as BotOffIcon } from '../icons/bot-off';
|
|
401
399
|
// BottleWine aliases
|
|
402
400
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
403
|
-
//
|
|
404
|
-
export { default as
|
|
401
|
+
// Bot aliases
|
|
402
|
+
export { default as BotIcon } from '../icons/bot';
|
|
405
403
|
// BowArrow aliases
|
|
406
404
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
405
|
+
// Box aliases
|
|
406
|
+
export { default as BoxIcon } from '../icons/box';
|
|
407
407
|
// Boxes aliases
|
|
408
408
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
409
409
|
// Brackets aliases
|
|
410
410
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
411
411
|
// BrainCircuit aliases
|
|
412
412
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
413
|
+
// Brain aliases
|
|
414
|
+
export { default as BrainIcon } from '../icons/brain';
|
|
413
415
|
// BrainCog aliases
|
|
414
416
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
415
417
|
// BrickWallFire aliases
|
|
416
418
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
417
419
|
// BrickWall aliases
|
|
418
420
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
419
|
-
// Brain aliases
|
|
420
|
-
export { default as BrainIcon } from '../icons/brain';
|
|
421
421
|
// BriefcaseBusiness aliases
|
|
422
422
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
423
423
|
// BriefcaseConveyorBelt aliases
|
|
424
424
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
425
425
|
// BriefcaseMedical aliases
|
|
426
426
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
427
|
-
// Briefcase aliases
|
|
428
|
-
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
429
427
|
// BringToFront aliases
|
|
430
428
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
431
429
|
// BrushCleaning aliases
|
|
432
430
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
431
|
+
// Briefcase aliases
|
|
432
|
+
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
433
433
|
// Brush aliases
|
|
434
434
|
export { default as BrushIcon } from '../icons/brush';
|
|
435
435
|
// Bubbles aliases
|
|
436
436
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
437
437
|
// BugOff aliases
|
|
438
438
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
439
|
-
// Bug aliases
|
|
440
|
-
export { default as BugIcon } from '../icons/bug';
|
|
441
439
|
// BugPlay aliases
|
|
442
440
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
441
|
+
// Bug aliases
|
|
442
|
+
export { default as BugIcon } from '../icons/bug';
|
|
443
443
|
// Building2 aliases
|
|
444
444
|
export { default as Building2Icon } from '../icons/building-2';
|
|
445
445
|
// Building aliases
|
|
446
446
|
export { default as BuildingIcon } from '../icons/building';
|
|
447
447
|
// BusFront aliases
|
|
448
448
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
449
|
-
// CableCar aliases
|
|
450
|
-
export { default as CableCarIcon } from '../icons/cable-car';
|
|
451
449
|
// Bus aliases
|
|
452
450
|
export { default as BusIcon } from '../icons/bus';
|
|
453
|
-
//
|
|
454
|
-
export { default as
|
|
451
|
+
// CableCar aliases
|
|
452
|
+
export { default as CableCarIcon } from '../icons/cable-car';
|
|
455
453
|
// CakeSlice aliases
|
|
456
454
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
455
|
+
// Cable aliases
|
|
456
|
+
export { default as CableIcon } from '../icons/cable';
|
|
457
457
|
// Cake aliases
|
|
458
458
|
export { default as CakeIcon } from '../icons/cake';
|
|
459
|
-
// Calendar1 aliases
|
|
460
|
-
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
461
459
|
// Calculator aliases
|
|
462
460
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
461
|
+
// Calendar1 aliases
|
|
462
|
+
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
463
|
// CalendarArrowDown aliases
|
|
464
464
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
465
465
|
// CalendarArrowUp aliases
|
|
466
466
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
467
|
-
// CalendarCheck2 aliases
|
|
468
|
-
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
469
467
|
// CalendarCheck aliases
|
|
470
468
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
469
|
+
// CalendarCheck2 aliases
|
|
470
|
+
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
471
471
|
// CalendarClock aliases
|
|
472
472
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
473
473
|
// CalendarCog aliases
|
|
@@ -476,12 +476,12 @@ export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
|
476
476
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
477
477
|
// CalendarFold aliases
|
|
478
478
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
479
|
-
// CalendarHeart aliases
|
|
480
|
-
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
481
479
|
// CalendarMinus2 aliases
|
|
482
480
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
483
481
|
// CalendarMinus aliases
|
|
484
482
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
483
|
+
// CalendarHeart aliases
|
|
484
|
+
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
485
485
|
// CalendarOff aliases
|
|
486
486
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
487
487
|
// CalendarPlus2 aliases
|
|
@@ -492,12 +492,12 @@ export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
|
492
492
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
493
493
|
// CalendarSearch aliases
|
|
494
494
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
495
|
-
// CalendarSync aliases
|
|
496
|
-
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
497
495
|
// CalendarX2 aliases
|
|
498
496
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
499
497
|
// CalendarX aliases
|
|
500
498
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
499
|
+
// CalendarSync aliases
|
|
500
|
+
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
501
501
|
// Calendar aliases
|
|
502
502
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
503
503
|
// CameraOff aliases
|
|
@@ -532,76 +532,76 @@ export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
|
532
532
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
533
533
|
// CaseUpper aliases
|
|
534
534
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
535
|
-
// Cast aliases
|
|
536
|
-
export { default as CastIcon } from '../icons/cast';
|
|
537
535
|
// CassetteTape aliases
|
|
538
536
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
537
|
+
// Cast aliases
|
|
538
|
+
export { default as CastIcon } from '../icons/cast';
|
|
539
539
|
// Castle aliases
|
|
540
540
|
export { default as CastleIcon } from '../icons/castle';
|
|
541
541
|
// Cat aliases
|
|
542
542
|
export { default as CatIcon } from '../icons/cat';
|
|
543
|
-
// Cctv aliases
|
|
544
|
-
export { default as CctvIcon } from '../icons/cctv';
|
|
545
|
-
// ChartBarDecreasing aliases
|
|
546
|
-
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
547
543
|
// ChartBarIncreasing aliases
|
|
548
544
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
549
|
-
//
|
|
550
|
-
export { default as
|
|
545
|
+
// ChartBarDecreasing aliases
|
|
546
|
+
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
547
|
+
// Cctv aliases
|
|
548
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
551
549
|
// ChartBarStacked aliases
|
|
552
550
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
551
|
+
// ChartColumnDecreasing aliases
|
|
552
|
+
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
553
553
|
// ChartColumnStacked aliases
|
|
554
554
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
555
555
|
// ChartGantt aliases
|
|
556
556
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
557
557
|
// ChartNetwork aliases
|
|
558
558
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
559
|
-
// ChartNoAxesColumnDecreasing aliases
|
|
560
|
-
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
561
559
|
// ChartNoAxesCombined aliases
|
|
562
560
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
563
|
-
//
|
|
564
|
-
export { default as
|
|
561
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
562
|
+
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
565
563
|
// CheckCheck aliases
|
|
566
564
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
565
|
+
// ChartSpline aliases
|
|
566
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
567
567
|
// CheckLine aliases
|
|
568
568
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
569
569
|
// ChefHat aliases
|
|
570
570
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
571
571
|
// Check aliases
|
|
572
572
|
export { default as CheckIcon } from '../icons/check';
|
|
573
|
-
// Cherry aliases
|
|
574
|
-
export { default as CherryIcon } from '../icons/cherry';
|
|
575
573
|
// ChevronDown aliases
|
|
576
574
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
575
|
+
// Cherry aliases
|
|
576
|
+
export { default as CherryIcon } from '../icons/cherry';
|
|
577
577
|
// ChevronFirst aliases
|
|
578
578
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
579
579
|
// ChevronLast aliases
|
|
580
580
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
581
581
|
// ChevronLeft aliases
|
|
582
582
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
583
|
-
// ChevronRight aliases
|
|
584
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
585
583
|
// ChevronUp aliases
|
|
586
584
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
587
585
|
// ChevronsDownUp aliases
|
|
588
586
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
589
|
-
//
|
|
590
|
-
export { default as
|
|
587
|
+
// ChevronRight aliases
|
|
588
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
591
589
|
// ChevronsLeftRightEllipsis aliases
|
|
592
590
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
591
|
+
// ChevronsDown aliases
|
|
592
|
+
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
593
593
|
// ChevronsLeftRight aliases
|
|
594
594
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
595
595
|
// ChevronsLeft aliases
|
|
596
596
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
597
597
|
// ChevronsRightLeft aliases
|
|
598
598
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
599
|
+
// ChevronsRight aliases
|
|
600
|
+
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
599
601
|
// ChevronsUpDown aliases
|
|
600
602
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
601
603
|
// ChevronsUp aliases
|
|
602
604
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
603
|
-
// ChevronsRight aliases
|
|
604
|
-
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
605
605
|
// Chrome aliases
|
|
606
606
|
export { default as ChromeIcon } from '../icons/chrome';
|
|
607
607
|
// Church aliases
|
|
@@ -618,48 +618,48 @@ export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
|
618
618
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
619
619
|
// CircleDot aliases
|
|
620
620
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
621
|
-
// CircleEqual aliases
|
|
622
|
-
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
623
|
-
// CircleFadingArrowUp aliases
|
|
624
|
-
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
625
621
|
// CircleEllipsis aliases
|
|
626
622
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
623
|
+
// CircleEqual aliases
|
|
624
|
+
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
627
625
|
// CircleFadingPlus aliases
|
|
628
626
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
629
|
-
// CirclePoundSterling aliases
|
|
630
|
-
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
631
627
|
// CircleOff aliases
|
|
632
628
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
629
|
+
// CircleFadingArrowUp aliases
|
|
630
|
+
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
631
|
+
// CirclePoundSterling aliases
|
|
632
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
633
633
|
// CircleSlash aliases
|
|
634
634
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
635
|
-
// Circle aliases
|
|
636
|
-
export { default as CircleIcon } from '../icons/circle';
|
|
637
635
|
// CircleSmall aliases
|
|
638
636
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
637
|
+
// Circle aliases
|
|
638
|
+
export { default as CircleIcon } from '../icons/circle';
|
|
639
|
+
// Citrus aliases
|
|
640
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
639
641
|
// CircuitBoard aliases
|
|
640
642
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
641
643
|
// Clapperboard aliases
|
|
642
644
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
643
|
-
// Citrus aliases
|
|
644
|
-
export { default as CitrusIcon } from '../icons/citrus';
|
|
645
645
|
// ClipboardCheck aliases
|
|
646
646
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
647
|
-
// ClipboardCopy aliases
|
|
648
|
-
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
649
647
|
// ClipboardList aliases
|
|
650
648
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
649
|
+
// ClipboardCopy aliases
|
|
650
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
651
651
|
// ClipboardMinus aliases
|
|
652
652
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
653
653
|
// ClipboardPaste aliases
|
|
654
654
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
655
655
|
// ClipboardPlus aliases
|
|
656
656
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
657
|
+
// ClipboardX aliases
|
|
658
|
+
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
657
659
|
// ClipboardType aliases
|
|
658
660
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
659
661
|
// Clock1 aliases
|
|
660
662
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
661
|
-
// ClipboardX aliases
|
|
662
|
-
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
663
663
|
// Clipboard aliases
|
|
664
664
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
665
665
|
// Clock10 aliases
|
|
@@ -674,86 +674,86 @@ export { default as Clock3Icon } from '../icons/clock-3';
|
|
|
674
674
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
675
675
|
// Clock4 aliases
|
|
676
676
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
677
|
-
// Clock5 aliases
|
|
678
|
-
export { default as Clock5Icon } from '../icons/clock-5';
|
|
679
677
|
// Clock6 aliases
|
|
680
678
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
679
|
+
// Clock5 aliases
|
|
680
|
+
export { default as Clock5Icon } from '../icons/clock-5';
|
|
681
681
|
// Clock7 aliases
|
|
682
682
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
683
683
|
// Clock8 aliases
|
|
684
684
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
685
685
|
// Clock9 aliases
|
|
686
686
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
687
|
-
// ClockArrowDown aliases
|
|
688
|
-
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
689
687
|
// ClockAlert aliases
|
|
690
688
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
691
689
|
// ClockArrowUp aliases
|
|
692
690
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
691
|
+
// ClockArrowDown aliases
|
|
692
|
+
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
693
693
|
// ClockFading aliases
|
|
694
694
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
695
|
-
// ClockPlus aliases
|
|
696
|
-
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
697
695
|
// Clock aliases
|
|
698
696
|
export { default as ClockIcon } from '../icons/clock';
|
|
699
|
-
//
|
|
700
|
-
export { default as
|
|
697
|
+
// ClockPlus aliases
|
|
698
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
701
699
|
// CloudAlert aliases
|
|
702
700
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
703
|
-
//
|
|
704
|
-
export { default as
|
|
701
|
+
// CloudCheck aliases
|
|
702
|
+
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
705
703
|
// CloudCog aliases
|
|
706
704
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
707
|
-
//
|
|
708
|
-
export { default as
|
|
705
|
+
// CloudDrizzle aliases
|
|
706
|
+
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
709
707
|
// CloudFog aliases
|
|
710
708
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
709
|
+
// CloudHail aliases
|
|
710
|
+
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
711
711
|
// CloudLightning aliases
|
|
712
712
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
713
713
|
// CloudMoonRain aliases
|
|
714
714
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
715
|
-
// CloudMoon aliases
|
|
716
|
-
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
717
715
|
// CloudOff aliases
|
|
718
716
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
719
|
-
//
|
|
720
|
-
export { default as
|
|
717
|
+
// CloudMoon aliases
|
|
718
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
721
719
|
// CloudRain aliases
|
|
722
720
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
723
|
-
//
|
|
724
|
-
export { default as
|
|
721
|
+
// CloudRainWind aliases
|
|
722
|
+
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
725
723
|
// CloudSunRain aliases
|
|
726
724
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
725
|
+
// CloudSnow aliases
|
|
726
|
+
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
727
727
|
// CloudSun aliases
|
|
728
728
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
729
|
-
// Cloud aliases
|
|
730
|
-
export { default as CloudIcon } from '../icons/cloud';
|
|
731
729
|
// Cloudy aliases
|
|
732
730
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
733
|
-
//
|
|
734
|
-
export { default as
|
|
731
|
+
// Cloud aliases
|
|
732
|
+
export { default as CloudIcon } from '../icons/cloud';
|
|
735
733
|
// Clover aliases
|
|
736
734
|
export { default as CloverIcon } from '../icons/clover';
|
|
735
|
+
// Club aliases
|
|
736
|
+
export { default as ClubIcon } from '../icons/club';
|
|
737
737
|
// Code aliases
|
|
738
738
|
export { default as CodeIcon } from '../icons/code';
|
|
739
739
|
// Codesandbox aliases
|
|
740
740
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
741
|
-
// Cog aliases
|
|
742
|
-
export { default as CogIcon } from '../icons/cog';
|
|
743
741
|
// Codepen aliases
|
|
744
742
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
745
|
-
// Coins aliases
|
|
746
|
-
export { default as CoinsIcon } from '../icons/coins';
|
|
747
743
|
// Coffee aliases
|
|
748
744
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
749
|
-
//
|
|
750
|
-
export { default as
|
|
745
|
+
// Cog aliases
|
|
746
|
+
export { default as CogIcon } from '../icons/cog';
|
|
747
|
+
// Coins aliases
|
|
748
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
751
749
|
// Columns4 aliases
|
|
752
750
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
753
751
|
// Command aliases
|
|
754
752
|
export { default as CommandIcon } from '../icons/command';
|
|
755
753
|
// Compass aliases
|
|
756
754
|
export { default as CompassIcon } from '../icons/compass';
|
|
755
|
+
// Combine aliases
|
|
756
|
+
export { default as CombineIcon } from '../icons/combine';
|
|
757
757
|
// Component aliases
|
|
758
758
|
export { default as ComponentIcon } from '../icons/component';
|
|
759
759
|
// Computer aliases
|
|
@@ -772,10 +772,10 @@ export { default as ContainerIcon } from '../icons/container';
|
|
|
772
772
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
773
773
|
// Cookie aliases
|
|
774
774
|
export { default as CookieIcon } from '../icons/cookie';
|
|
775
|
-
// CopyCheck aliases
|
|
776
|
-
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
777
775
|
// CookingPot aliases
|
|
778
776
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
777
|
+
// CopyCheck aliases
|
|
778
|
+
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
779
779
|
// CopyMinus aliases
|
|
780
780
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
781
781
|
// CopyPlus aliases
|
|
@@ -792,16 +792,16 @@ export { default as CopyleftIcon } from '../icons/copyleft';
|
|
|
792
792
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
793
793
|
// CornerDownLeft aliases
|
|
794
794
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
795
|
-
// CornerDownRight aliases
|
|
796
|
-
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
797
795
|
// CornerLeftDown aliases
|
|
798
796
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
799
|
-
//
|
|
800
|
-
export { default as
|
|
797
|
+
// CornerDownRight aliases
|
|
798
|
+
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
801
799
|
// CornerRightDown aliases
|
|
802
800
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
803
801
|
// CornerRightUp aliases
|
|
804
802
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
803
|
+
// CornerLeftUp aliases
|
|
804
|
+
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
805
805
|
// CornerUpLeft aliases
|
|
806
806
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
807
807
|
// CornerUpRight aliases
|
|
@@ -822,18 +822,18 @@ export { default as CrossIcon } from '../icons/cross';
|
|
|
822
822
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
823
823
|
// Crown aliases
|
|
824
824
|
export { default as CrownIcon } from '../icons/crown';
|
|
825
|
-
// CupSoda aliases
|
|
826
|
-
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
827
825
|
// Cuboid aliases
|
|
828
826
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
829
827
|
// Currency aliases
|
|
830
828
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
829
|
+
// CupSoda aliases
|
|
830
|
+
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
831
831
|
// Cylinder aliases
|
|
832
832
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
833
|
-
// DatabaseBackup aliases
|
|
834
|
-
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
835
833
|
// Dam aliases
|
|
836
834
|
export { default as DamIcon } from '../icons/dam';
|
|
835
|
+
// DatabaseBackup aliases
|
|
836
|
+
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
837
837
|
// DatabaseZap aliases
|
|
838
838
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
839
839
|
// Database aliases
|
|
@@ -856,46 +856,46 @@ export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
|
856
856
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
857
857
|
// Dice1 aliases
|
|
858
858
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
859
|
-
// Dice3 aliases
|
|
860
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
861
859
|
// Dice2 aliases
|
|
862
860
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
863
861
|
// Dice4 aliases
|
|
864
862
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
863
|
+
// Dice3 aliases
|
|
864
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
865
865
|
// Dice5 aliases
|
|
866
866
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
867
|
-
// Dice6 aliases
|
|
868
|
-
export { default as Dice6Icon } from '../icons/dice-6';
|
|
869
867
|
// Dices aliases
|
|
870
868
|
export { default as DicesIcon } from '../icons/dices';
|
|
869
|
+
// Dice6 aliases
|
|
870
|
+
export { default as Dice6Icon } from '../icons/dice-6';
|
|
871
871
|
// Diff aliases
|
|
872
872
|
export { default as DiffIcon } from '../icons/diff';
|
|
873
|
-
// Disc3 aliases
|
|
874
|
-
export { default as Disc3Icon } from '../icons/disc-3';
|
|
875
873
|
// Disc2 aliases
|
|
876
874
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
875
|
+
// Disc3 aliases
|
|
876
|
+
export { default as Disc3Icon } from '../icons/disc-3';
|
|
877
877
|
// DiscAlbum aliases
|
|
878
878
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
879
|
+
// Disc aliases
|
|
880
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
879
881
|
// Divide aliases
|
|
880
882
|
export { default as DivideIcon } from '../icons/divide';
|
|
881
883
|
// DnaOff aliases
|
|
882
884
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
883
|
-
// Disc aliases
|
|
884
|
-
export { default as DiscIcon } from '../icons/disc';
|
|
885
885
|
// Dna aliases
|
|
886
886
|
export { default as DnaIcon } from '../icons/dna';
|
|
887
|
-
// Dog aliases
|
|
888
|
-
export { default as DogIcon } from '../icons/dog';
|
|
889
887
|
// Dock aliases
|
|
890
888
|
export { default as DockIcon } from '../icons/dock';
|
|
891
889
|
// DollarSign aliases
|
|
892
890
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
893
891
|
// Donut aliases
|
|
894
892
|
export { default as DonutIcon } from '../icons/donut';
|
|
895
|
-
//
|
|
896
|
-
export { default as
|
|
893
|
+
// Dog aliases
|
|
894
|
+
export { default as DogIcon } from '../icons/dog';
|
|
897
895
|
// DoorClosed aliases
|
|
898
896
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
897
|
+
// DoorClosedLocked aliases
|
|
898
|
+
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
899
899
|
// DoorOpen aliases
|
|
900
900
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
901
901
|
// Dot aliases
|
|
@@ -906,24 +906,24 @@ export { default as DownloadIcon } from '../icons/download';
|
|
|
906
906
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
907
907
|
// Drama aliases
|
|
908
908
|
export { default as DramaIcon } from '../icons/drama';
|
|
909
|
-
// Drill aliases
|
|
910
|
-
export { default as DrillIcon } from '../icons/drill';
|
|
911
909
|
// Dribbble aliases
|
|
912
910
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
913
|
-
//
|
|
914
|
-
export { default as
|
|
911
|
+
// Drill aliases
|
|
912
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
915
913
|
// Drone aliases
|
|
916
914
|
export { default as DroneIcon } from '../icons/drone';
|
|
917
915
|
// DropletOff aliases
|
|
918
916
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
917
|
+
// Droplet aliases
|
|
918
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
919
919
|
// Droplets aliases
|
|
920
920
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
921
|
-
// Dumbbell aliases
|
|
922
|
-
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
923
921
|
// Drum aliases
|
|
924
922
|
export { default as DrumIcon } from '../icons/drum';
|
|
925
923
|
// Drumstick aliases
|
|
926
924
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
925
|
+
// Dumbbell aliases
|
|
926
|
+
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
927
927
|
// EarOff aliases
|
|
928
928
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
929
929
|
// Ear aliases
|
|
@@ -932,52 +932,52 @@ export { default as EarIcon } from '../icons/ear';
|
|
|
932
932
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
933
933
|
// Eclipse aliases
|
|
934
934
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
935
|
-
// EggOff aliases
|
|
936
|
-
export { default as EggOffIcon } from '../icons/egg-off';
|
|
937
935
|
// EggFried aliases
|
|
938
936
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
939
937
|
// Egg aliases
|
|
940
938
|
export { default as EggIcon } from '../icons/egg';
|
|
939
|
+
// EggOff aliases
|
|
940
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
941
941
|
// EqualApproximately aliases
|
|
942
942
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
943
943
|
// EqualNot aliases
|
|
944
944
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
945
945
|
// Equal aliases
|
|
946
946
|
export { default as EqualIcon } from '../icons/equal';
|
|
947
|
-
// EthernetPort aliases
|
|
948
|
-
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
949
947
|
// Eraser aliases
|
|
950
948
|
export { default as EraserIcon } from '../icons/eraser';
|
|
951
|
-
//
|
|
952
|
-
export { default as
|
|
953
|
-
// ExternalLink aliases
|
|
954
|
-
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
949
|
+
// EthernetPort aliases
|
|
950
|
+
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
955
951
|
// Euro aliases
|
|
956
952
|
export { default as EuroIcon } from '../icons/euro';
|
|
953
|
+
// Expand aliases
|
|
954
|
+
export { default as ExpandIcon } from '../icons/expand';
|
|
957
955
|
// EyeClosed aliases
|
|
958
956
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
957
|
+
// ExternalLink aliases
|
|
958
|
+
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
959
959
|
// EyeOff aliases
|
|
960
960
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
961
|
-
// Facebook aliases
|
|
962
|
-
export { default as FacebookIcon } from '../icons/facebook';
|
|
963
|
-
// Factory aliases
|
|
964
|
-
export { default as FactoryIcon } from '../icons/factory';
|
|
965
961
|
// Eye aliases
|
|
966
962
|
export { default as EyeIcon } from '../icons/eye';
|
|
967
963
|
// Fan aliases
|
|
968
964
|
export { default as FanIcon } from '../icons/fan';
|
|
969
|
-
//
|
|
970
|
-
export { default as
|
|
965
|
+
// Facebook aliases
|
|
966
|
+
export { default as FacebookIcon } from '../icons/facebook';
|
|
967
|
+
// Factory aliases
|
|
968
|
+
export { default as FactoryIcon } from '../icons/factory';
|
|
971
969
|
// Feather aliases
|
|
972
970
|
export { default as FeatherIcon } from '../icons/feather';
|
|
973
|
-
//
|
|
974
|
-
export { default as
|
|
971
|
+
// FastForward aliases
|
|
972
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
975
973
|
// Fence aliases
|
|
976
974
|
export { default as FenceIcon } from '../icons/fence';
|
|
977
|
-
//
|
|
978
|
-
export { default as
|
|
975
|
+
// FerrisWheel aliases
|
|
976
|
+
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
979
977
|
// Figma aliases
|
|
980
978
|
export { default as FigmaIcon } from '../icons/figma';
|
|
979
|
+
// FileArchive aliases
|
|
980
|
+
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
981
981
|
// FileAudio2 aliases
|
|
982
982
|
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
983
983
|
// FileAudio aliases
|
|
@@ -988,14 +988,14 @@ export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
|
988
988
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
989
989
|
// FileBox aliases
|
|
990
990
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
991
|
-
// FileCheck aliases
|
|
992
|
-
export { default as FileCheckIcon } from '../icons/file-check';
|
|
993
991
|
// FileCheck2 aliases
|
|
994
992
|
export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
995
|
-
//
|
|
996
|
-
export { default as
|
|
993
|
+
// FileCheck aliases
|
|
994
|
+
export { default as FileCheckIcon } from '../icons/file-check';
|
|
997
995
|
// FileCode2 aliases
|
|
998
996
|
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
997
|
+
// FileClock aliases
|
|
998
|
+
export { default as FileClockIcon } from '../icons/file-clock';
|
|
999
999
|
// FileCode aliases
|
|
1000
1000
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1001
1001
|
// FileDiff aliases
|
|
@@ -1008,14 +1008,14 @@ export { default as FileDownIcon } from '../icons/file-down';
|
|
|
1008
1008
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1009
1009
|
// FileImage aliases
|
|
1010
1010
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1011
|
-
// FileInput aliases
|
|
1012
|
-
export { default as FileInputIcon } from '../icons/file-input';
|
|
1013
1011
|
// FileJson2 aliases
|
|
1014
1012
|
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
1015
|
-
//
|
|
1016
|
-
export { default as
|
|
1013
|
+
// FileInput aliases
|
|
1014
|
+
export { default as FileInputIcon } from '../icons/file-input';
|
|
1017
1015
|
// FileJson aliases
|
|
1018
1016
|
export { default as FileJsonIcon } from '../icons/file-json';
|
|
1017
|
+
// FileKey2 aliases
|
|
1018
|
+
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1019
1019
|
// FileKey aliases
|
|
1020
1020
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1021
1021
|
// FileLock aliases
|
|
@@ -1024,54 +1024,50 @@ export { default as FileLockIcon } from '../icons/file-lock';
|
|
|
1024
1024
|
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1025
1025
|
// FileMinus2 aliases
|
|
1026
1026
|
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1027
|
-
// FileMinus aliases
|
|
1028
|
-
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1029
1027
|
// FileMusic aliases
|
|
1030
1028
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1031
1029
|
// FileOutput aliases
|
|
1032
1030
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1033
|
-
//
|
|
1034
|
-
export { default as
|
|
1031
|
+
// FileMinus aliases
|
|
1032
|
+
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1035
1033
|
// FilePlus aliases
|
|
1036
1034
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1037
1035
|
// FileScan aliases
|
|
1038
1036
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1039
|
-
//
|
|
1040
|
-
export { default as
|
|
1037
|
+
// FilePlus2 aliases
|
|
1038
|
+
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1041
1039
|
// FileSearch aliases
|
|
1042
1040
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1041
|
+
// FileSearch2 aliases
|
|
1042
|
+
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1043
1043
|
// FileSliders aliases
|
|
1044
1044
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1045
1045
|
// FileSpreadsheet aliases
|
|
1046
1046
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1047
|
-
// FileSymlink aliases
|
|
1048
|
-
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1049
1047
|
// FileStack aliases
|
|
1050
1048
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1049
|
+
// FileSymlink aliases
|
|
1050
|
+
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
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
|
-
// FileType aliases
|
|
1056
|
-
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1057
1055
|
// FileType2 aliases
|
|
1058
1056
|
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1057
|
+
// FileType aliases
|
|
1058
|
+
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1059
1059
|
// FileUp aliases
|
|
1060
1060
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1061
1061
|
// FileUser aliases
|
|
1062
1062
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1063
|
-
// FileVideo2 aliases
|
|
1064
|
-
export { default as FileVideo2Icon } from '../icons/file-video-2';
|
|
1065
|
-
// FileVolume2 aliases
|
|
1066
|
-
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1067
1063
|
// FileVolume aliases
|
|
1068
1064
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1069
|
-
//
|
|
1070
|
-
export { default as
|
|
1071
|
-
// FileWarning aliases
|
|
1072
|
-
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1065
|
+
// FileVolume2 aliases
|
|
1066
|
+
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1073
1067
|
// FileX2 aliases
|
|
1074
1068
|
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1069
|
+
// FileWarning aliases
|
|
1070
|
+
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1075
1071
|
// FileX aliases
|
|
1076
1072
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1077
1073
|
// File aliases
|
|
@@ -1086,24 +1082,24 @@ export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
|
1086
1082
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1087
1083
|
// FishOff aliases
|
|
1088
1084
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1089
|
-
// Fish aliases
|
|
1090
|
-
export { default as FishIcon } from '../icons/fish';
|
|
1091
1085
|
// FishSymbol aliases
|
|
1092
1086
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1087
|
+
// Fish aliases
|
|
1088
|
+
export { default as FishIcon } from '../icons/fish';
|
|
1093
1089
|
// FlagOff aliases
|
|
1094
1090
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1095
1091
|
// FlagTriangleLeft aliases
|
|
1096
1092
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1097
1093
|
// FlagTriangleRight aliases
|
|
1098
1094
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1099
|
-
// FlameKindling aliases
|
|
1100
|
-
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1101
1095
|
// Flag aliases
|
|
1102
1096
|
export { default as FlagIcon } from '../icons/flag';
|
|
1103
|
-
//
|
|
1104
|
-
export { default as
|
|
1097
|
+
// FlameKindling aliases
|
|
1098
|
+
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1105
1099
|
// Flame aliases
|
|
1106
1100
|
export { default as FlameIcon } from '../icons/flame';
|
|
1101
|
+
// FlashlightOff aliases
|
|
1102
|
+
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1107
1103
|
// Flashlight aliases
|
|
1108
1104
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1109
1105
|
// FlaskConicalOff aliases
|
|
@@ -1112,10 +1108,10 @@ export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
|
1112
1108
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1113
1109
|
// FlaskRound aliases
|
|
1114
1110
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1115
|
-
// FlipHorizontal aliases
|
|
1116
|
-
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1117
1111
|
// FlipHorizontal2 aliases
|
|
1118
1112
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1113
|
+
// FlipHorizontal aliases
|
|
1114
|
+
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1119
1115
|
// FlipVertical2 aliases
|
|
1120
1116
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1121
1117
|
// FlipVertical aliases
|
|
@@ -1124,28 +1120,28 @@ export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
|
1124
1120
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1125
1121
|
// Flower aliases
|
|
1126
1122
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1127
|
-
// Focus aliases
|
|
1128
|
-
export { default as FocusIcon } from '../icons/focus';
|
|
1129
1123
|
// FoldHorizontal aliases
|
|
1130
1124
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1125
|
+
// Focus aliases
|
|
1126
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1131
1127
|
// FoldVertical aliases
|
|
1132
1128
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1133
1129
|
// FolderArchive aliases
|
|
1134
1130
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1135
|
-
// FolderCheck aliases
|
|
1136
|
-
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1137
1131
|
// FolderClock aliases
|
|
1138
1132
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1133
|
+
// FolderCheck aliases
|
|
1134
|
+
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1139
1135
|
// FolderClosed aliases
|
|
1140
1136
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1141
1137
|
// FolderCode aliases
|
|
1142
1138
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1143
1139
|
// FolderDot aliases
|
|
1144
1140
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1145
|
-
// FolderGit2 aliases
|
|
1146
|
-
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1147
1141
|
// FolderDown aliases
|
|
1148
1142
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1143
|
+
// FolderGit2 aliases
|
|
1144
|
+
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1149
1145
|
// FolderGit aliases
|
|
1150
1146
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1151
1147
|
// FolderInput aliases
|
|
@@ -1156,26 +1152,26 @@ export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
|
1156
1152
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1157
1153
|
// FolderKey aliases
|
|
1158
1154
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1159
|
-
// FolderMinus aliases
|
|
1160
|
-
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1161
1155
|
// FolderLock aliases
|
|
1162
1156
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1157
|
+
// FolderMinus aliases
|
|
1158
|
+
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1163
1159
|
// FolderOpenDot aliases
|
|
1164
1160
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1161
|
+
// FolderOpen aliases
|
|
1162
|
+
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1165
1163
|
// FolderOutput aliases
|
|
1166
1164
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1167
1165
|
// FolderPlus aliases
|
|
1168
1166
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1169
|
-
// FolderOpen aliases
|
|
1170
|
-
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1171
1167
|
// FolderRoot aliases
|
|
1172
1168
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1173
1169
|
// FolderSearch2 aliases
|
|
1174
1170
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1175
|
-
// FolderSymlink aliases
|
|
1176
|
-
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1177
1171
|
// FolderSearch aliases
|
|
1178
1172
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1173
|
+
// FolderSymlink aliases
|
|
1174
|
+
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1179
1175
|
// FolderSync aliases
|
|
1180
1176
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1181
1177
|
// FolderTree aliases
|
|
@@ -1184,52 +1180,52 @@ export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
|
1184
1180
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1185
1181
|
// FolderX aliases
|
|
1186
1182
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1187
|
-
//
|
|
1188
|
-
export { default as
|
|
1183
|
+
// Folder aliases
|
|
1184
|
+
export { default as FolderIcon } from '../icons/folder';
|
|
1189
1185
|
// Footprints aliases
|
|
1190
1186
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1187
|
+
// Folders aliases
|
|
1188
|
+
export { default as FoldersIcon } from '../icons/folders';
|
|
1191
1189
|
// Forklift aliases
|
|
1192
1190
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1193
|
-
// Folder aliases
|
|
1194
|
-
export { default as FolderIcon } from '../icons/folder';
|
|
1195
1191
|
// Forward aliases
|
|
1196
1192
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1197
|
-
// Frame aliases
|
|
1198
|
-
export { default as FrameIcon } from '../icons/frame';
|
|
1199
1193
|
// Framer aliases
|
|
1200
1194
|
export { default as FramerIcon } from '../icons/framer';
|
|
1195
|
+
// Frame aliases
|
|
1196
|
+
export { default as FrameIcon } from '../icons/frame';
|
|
1201
1197
|
// Frown aliases
|
|
1202
1198
|
export { default as FrownIcon } from '../icons/frown';
|
|
1203
|
-
// Fullscreen aliases
|
|
1204
|
-
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1205
1199
|
// Fuel aliases
|
|
1206
1200
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1207
1201
|
// FunnelPlus aliases
|
|
1208
1202
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1209
|
-
//
|
|
1210
|
-
export { default as
|
|
1203
|
+
// Fullscreen aliases
|
|
1204
|
+
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1211
1205
|
// GalleryHorizontalEnd aliases
|
|
1212
1206
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1213
1207
|
// GalleryHorizontal aliases
|
|
1214
1208
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1209
|
+
// GalleryThumbnails aliases
|
|
1210
|
+
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1215
1211
|
// GalleryVerticalEnd aliases
|
|
1216
1212
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1217
1213
|
// GalleryVertical aliases
|
|
1218
1214
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1219
1215
|
// Gamepad2 aliases
|
|
1220
1216
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1221
|
-
// Gavel aliases
|
|
1222
|
-
export { default as GavelIcon } from '../icons/gavel';
|
|
1223
1217
|
// Gamepad aliases
|
|
1224
1218
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1225
1219
|
// Gauge aliases
|
|
1226
1220
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1227
|
-
//
|
|
1228
|
-
export { default as
|
|
1221
|
+
// Gavel aliases
|
|
1222
|
+
export { default as GavelIcon } from '../icons/gavel';
|
|
1229
1223
|
// Gem aliases
|
|
1230
1224
|
export { default as GemIcon } from '../icons/gem';
|
|
1231
1225
|
// Ghost aliases
|
|
1232
1226
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1227
|
+
// GeorgianLari aliases
|
|
1228
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1233
1229
|
// Gift aliases
|
|
1234
1230
|
export { default as GiftIcon } from '../icons/gift';
|
|
1235
1231
|
// GitBranchPlus aliases
|
|
@@ -1244,22 +1240,22 @@ export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
|
1244
1240
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1245
1241
|
// GitFork aliases
|
|
1246
1242
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1243
|
+
// GitGraph aliases
|
|
1244
|
+
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1247
1245
|
// GitMerge aliases
|
|
1248
1246
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1249
1247
|
// GitPullRequestArrow aliases
|
|
1250
1248
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1251
|
-
// GitGraph aliases
|
|
1252
|
-
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1253
1249
|
// GitPullRequestClosed aliases
|
|
1254
1250
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1255
1251
|
// GitPullRequestCreateArrow aliases
|
|
1256
1252
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1257
1253
|
// GitPullRequestCreate aliases
|
|
1258
1254
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1259
|
-
// GitPullRequestDraft aliases
|
|
1260
|
-
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1261
1255
|
// GitPullRequest aliases
|
|
1262
1256
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1257
|
+
// GitPullRequestDraft aliases
|
|
1258
|
+
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1263
1259
|
// Github aliases
|
|
1264
1260
|
export { default as GithubIcon } from '../icons/github';
|
|
1265
1261
|
// Gitlab aliases
|
|
@@ -1268,22 +1264,22 @@ export { default as GitlabIcon } from '../icons/gitlab';
|
|
|
1268
1264
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1269
1265
|
// Glasses aliases
|
|
1270
1266
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1271
|
-
// Globe aliases
|
|
1272
|
-
export { default as GlobeIcon } from '../icons/globe';
|
|
1273
1267
|
// GlobeLock aliases
|
|
1274
1268
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1275
|
-
// Goal aliases
|
|
1276
|
-
export { default as GoalIcon } from '../icons/goal';
|
|
1277
1269
|
// Gpu aliases
|
|
1278
1270
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1279
|
-
//
|
|
1280
|
-
export { default as
|
|
1271
|
+
// Globe aliases
|
|
1272
|
+
export { default as GlobeIcon } from '../icons/globe';
|
|
1273
|
+
// Goal aliases
|
|
1274
|
+
export { default as GoalIcon } from '../icons/goal';
|
|
1281
1275
|
// GraduationCap aliases
|
|
1282
1276
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1283
|
-
//
|
|
1284
|
-
export { default as
|
|
1277
|
+
// Grab aliases
|
|
1278
|
+
export { default as GrabIcon } from '../icons/grab';
|
|
1285
1279
|
// Grape aliases
|
|
1286
1280
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1281
|
+
// Grid3x2 aliases
|
|
1282
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1287
1283
|
// GripHorizontal aliases
|
|
1288
1284
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1289
1285
|
// GripVertical aliases
|
|
@@ -1292,26 +1288,26 @@ export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
|
1292
1288
|
export { default as GripIcon } from '../icons/grip';
|
|
1293
1289
|
// Group aliases
|
|
1294
1290
|
export { default as GroupIcon } from '../icons/group';
|
|
1295
|
-
// Guitar aliases
|
|
1296
|
-
export { default as GuitarIcon } from '../icons/guitar';
|
|
1297
1291
|
// Ham aliases
|
|
1298
1292
|
export { default as HamIcon } from '../icons/ham';
|
|
1293
|
+
// Guitar aliases
|
|
1294
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1299
1295
|
// Hamburger aliases
|
|
1300
1296
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1301
|
-
// Hammer aliases
|
|
1302
|
-
export { default as HammerIcon } from '../icons/hammer';
|
|
1303
1297
|
// HandCoins aliases
|
|
1304
1298
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1305
|
-
//
|
|
1306
|
-
export { default as
|
|
1299
|
+
// Hammer aliases
|
|
1300
|
+
export { default as HammerIcon } from '../icons/hammer';
|
|
1307
1301
|
// HandHeart aliases
|
|
1308
1302
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1303
|
+
// HandMetal aliases
|
|
1304
|
+
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1309
1305
|
// HandPlatter aliases
|
|
1310
1306
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1311
|
-
// Hand aliases
|
|
1312
|
-
export { default as HandIcon } from '../icons/hand';
|
|
1313
1307
|
// Handshake aliases
|
|
1314
1308
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1309
|
+
// Hand aliases
|
|
1310
|
+
export { default as HandIcon } from '../icons/hand';
|
|
1315
1311
|
// HardDriveDownload aliases
|
|
1316
1312
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1317
1313
|
// HardDriveUpload aliases
|
|
@@ -1324,12 +1320,14 @@ export { default as HardHatIcon } from '../icons/hard-hat';
|
|
|
1324
1320
|
export { default as HashIcon } from '../icons/hash';
|
|
1325
1321
|
// Haze aliases
|
|
1326
1322
|
export { default as HazeIcon } from '../icons/haze';
|
|
1323
|
+
// HatGlasses aliases
|
|
1324
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1327
1325
|
// HdmiPort aliases
|
|
1328
1326
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1329
|
-
// Heading1 aliases
|
|
1330
|
-
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1331
1327
|
// Heading2 aliases
|
|
1332
1328
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1329
|
+
// Heading1 aliases
|
|
1330
|
+
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1333
1331
|
// Heading3 aliases
|
|
1334
1332
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1335
1333
|
// Heading4 aliases
|
|
@@ -1340,10 +1338,10 @@ export { default as Heading5Icon } from '../icons/heading-5';
|
|
|
1340
1338
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1341
1339
|
// Heading aliases
|
|
1342
1340
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1343
|
-
// Headphones aliases
|
|
1344
|
-
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1345
1341
|
// HeadphoneOff aliases
|
|
1346
1342
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1343
|
+
// Headphones aliases
|
|
1344
|
+
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1347
1345
|
// Headset aliases
|
|
1348
1346
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1349
1347
|
// HeartCrack aliases
|
|
@@ -1358,10 +1356,10 @@ export { default as HeartOffIcon } from '../icons/heart-off';
|
|
|
1358
1356
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1359
1357
|
// HeartPulse aliases
|
|
1360
1358
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1361
|
-
// Heater aliases
|
|
1362
|
-
export { default as HeaterIcon } from '../icons/heater';
|
|
1363
1359
|
// Heart aliases
|
|
1364
1360
|
export { default as HeartIcon } from '../icons/heart';
|
|
1361
|
+
// Heater aliases
|
|
1362
|
+
export { default as HeaterIcon } from '../icons/heater';
|
|
1365
1363
|
// Hexagon aliases
|
|
1366
1364
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1367
1365
|
// Highlighter aliases
|
|
@@ -1390,32 +1388,32 @@ export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
|
1390
1388
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1391
1389
|
// ImageDown aliases
|
|
1392
1390
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1393
|
-
// ImageMinus aliases
|
|
1394
|
-
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1395
1391
|
// ImageOff aliases
|
|
1396
1392
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1397
|
-
//
|
|
1398
|
-
export { default as
|
|
1393
|
+
// ImageMinus aliases
|
|
1394
|
+
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1399
1395
|
// ImagePlus aliases
|
|
1400
1396
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1397
|
+
// ImagePlay aliases
|
|
1398
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1401
1399
|
// ImageUp aliases
|
|
1402
1400
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1401
|
+
// Image aliases
|
|
1402
|
+
export { default as ImageIcon } from '../icons/image';
|
|
1403
1403
|
// ImageUpscale aliases
|
|
1404
1404
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1405
1405
|
// Images aliases
|
|
1406
1406
|
export { default as ImagesIcon } from '../icons/images';
|
|
1407
|
-
// Image aliases
|
|
1408
|
-
export { default as ImageIcon } from '../icons/image';
|
|
1409
|
-
// Inbox aliases
|
|
1410
|
-
export { default as InboxIcon } from '../icons/inbox';
|
|
1411
1407
|
// Import aliases
|
|
1412
1408
|
export { default as ImportIcon } from '../icons/import';
|
|
1409
|
+
// Inbox aliases
|
|
1410
|
+
export { default as InboxIcon } from '../icons/inbox';
|
|
1413
1411
|
// Infinity aliases
|
|
1414
1412
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1415
|
-
// Info aliases
|
|
1416
|
-
export { default as InfoIcon } from '../icons/info';
|
|
1417
1413
|
// IndianRupee aliases
|
|
1418
1414
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1415
|
+
// Info aliases
|
|
1416
|
+
export { default as InfoIcon } from '../icons/info';
|
|
1419
1417
|
// InspectionPanel aliases
|
|
1420
1418
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1421
1419
|
// Instagram aliases
|
|
@@ -1430,20 +1428,20 @@ export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
|
1430
1428
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1431
1429
|
// Joystick aliases
|
|
1432
1430
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1433
|
-
// KeySquare aliases
|
|
1434
|
-
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1435
1431
|
// KeyRound aliases
|
|
1436
1432
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1437
|
-
// Key aliases
|
|
1438
|
-
export { default as KeyIcon } from '../icons/key';
|
|
1439
1433
|
// Kanban aliases
|
|
1440
1434
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1435
|
+
// KeySquare aliases
|
|
1436
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1437
|
+
// Key aliases
|
|
1438
|
+
export { default as KeyIcon } from '../icons/key';
|
|
1439
|
+
// KeyboardOff aliases
|
|
1440
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1441
1441
|
// KeyboardMusic aliases
|
|
1442
1442
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1443
1443
|
// Keyboard aliases
|
|
1444
1444
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1445
|
-
// KeyboardOff aliases
|
|
1446
|
-
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1447
1445
|
// LampCeiling aliases
|
|
1448
1446
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1449
1447
|
// LampDesk aliases
|
|
@@ -1452,32 +1450,32 @@ export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
|
1452
1450
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1453
1451
|
// LampWallDown aliases
|
|
1454
1452
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1455
|
-
// Lamp aliases
|
|
1456
|
-
export { default as LampIcon } from '../icons/lamp';
|
|
1457
1453
|
// LampWallUp aliases
|
|
1458
1454
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1459
|
-
//
|
|
1460
|
-
export { default as
|
|
1461
|
-
// LaptopMinimalCheck aliases
|
|
1462
|
-
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1455
|
+
// Lamp aliases
|
|
1456
|
+
export { default as LampIcon } from '../icons/lamp';
|
|
1463
1457
|
// LandPlot aliases
|
|
1464
1458
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1459
|
+
// Landmark aliases
|
|
1460
|
+
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1465
1461
|
// Languages aliases
|
|
1466
1462
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1467
|
-
// Laptop aliases
|
|
1468
|
-
export { default as LaptopIcon } from '../icons/laptop';
|
|
1469
1463
|
// LassoSelect aliases
|
|
1470
1464
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1471
|
-
//
|
|
1472
|
-
export { default as
|
|
1465
|
+
// LaptopMinimalCheck aliases
|
|
1466
|
+
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1467
|
+
// Laptop aliases
|
|
1468
|
+
export { default as LaptopIcon } from '../icons/laptop';
|
|
1473
1469
|
// Laugh aliases
|
|
1474
1470
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1471
|
+
// Lasso aliases
|
|
1472
|
+
export { default as LassoIcon } from '../icons/lasso';
|
|
1475
1473
|
// Layers2 aliases
|
|
1476
1474
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1477
|
-
// LayoutDashboard aliases
|
|
1478
|
-
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1479
1475
|
// LayoutGrid aliases
|
|
1480
1476
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1477
|
+
// LayoutDashboard aliases
|
|
1478
|
+
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1481
1479
|
// LayoutList aliases
|
|
1482
1480
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1483
1481
|
// LayoutPanelLeft aliases
|
|
@@ -1488,66 +1486,66 @@ export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
|
1488
1486
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1489
1487
|
// LayoutTemplate aliases
|
|
1490
1488
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1491
|
-
// Lectern aliases
|
|
1492
|
-
export { default as LecternIcon } from '../icons/lectern';
|
|
1493
1489
|
// LeafyGreen aliases
|
|
1494
1490
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1491
|
+
// Lectern aliases
|
|
1492
|
+
export { default as LecternIcon } from '../icons/lectern';
|
|
1495
1493
|
// LetterText aliases
|
|
1496
1494
|
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1497
|
-
// Library aliases
|
|
1498
|
-
export { default as LibraryIcon } from '../icons/library';
|
|
1499
1495
|
// LibraryBig aliases
|
|
1500
1496
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1501
|
-
// Ligature aliases
|
|
1502
|
-
export { default as LigatureIcon } from '../icons/ligature';
|
|
1503
1497
|
// LifeBuoy aliases
|
|
1504
1498
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1499
|
+
// Library aliases
|
|
1500
|
+
export { default as LibraryIcon } from '../icons/library';
|
|
1501
|
+
// Ligature aliases
|
|
1502
|
+
export { default as LigatureIcon } from '../icons/ligature';
|
|
1505
1503
|
// LightbulbOff aliases
|
|
1506
1504
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1507
1505
|
// Lightbulb aliases
|
|
1508
1506
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1509
1507
|
// LineSquiggle aliases
|
|
1510
1508
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1511
|
-
// Link2 aliases
|
|
1512
|
-
export { default as Link2Icon } from '../icons/link-2';
|
|
1513
1509
|
// Link2Off aliases
|
|
1514
1510
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1511
|
+
// Link2 aliases
|
|
1512
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1515
1513
|
// Link aliases
|
|
1516
1514
|
export { default as LinkIcon } from '../icons/link';
|
|
1517
1515
|
// Linkedin aliases
|
|
1518
1516
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1519
|
-
// ListCollapse aliases
|
|
1520
|
-
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1521
1517
|
// ListCheck aliases
|
|
1522
1518
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1523
1519
|
// ListChecks aliases
|
|
1524
1520
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1521
|
+
// ListCollapse aliases
|
|
1522
|
+
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1525
1523
|
// ListEnd aliases
|
|
1526
1524
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1527
|
-
// ListFilter aliases
|
|
1528
|
-
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1529
1525
|
// ListFilterPlus aliases
|
|
1530
1526
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1531
|
-
//
|
|
1532
|
-
export { default as
|
|
1527
|
+
// ListFilter aliases
|
|
1528
|
+
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1533
1529
|
// ListMusic aliases
|
|
1534
1530
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1535
|
-
//
|
|
1536
|
-
export { default as
|
|
1531
|
+
// ListMinus aliases
|
|
1532
|
+
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1537
1533
|
// ListPlus aliases
|
|
1538
1534
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1535
|
+
// ListOrdered aliases
|
|
1536
|
+
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1539
1537
|
// ListRestart aliases
|
|
1540
1538
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1541
1539
|
// ListStart aliases
|
|
1542
1540
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1543
|
-
// ListTodo aliases
|
|
1544
|
-
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1545
1541
|
// ListTree aliases
|
|
1546
1542
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1547
|
-
//
|
|
1548
|
-
export { default as
|
|
1543
|
+
// ListTodo aliases
|
|
1544
|
+
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1549
1545
|
// ListVideo aliases
|
|
1550
1546
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1547
|
+
// ListX aliases
|
|
1548
|
+
export { default as ListXIcon } from '../icons/list-x';
|
|
1551
1549
|
// List aliases
|
|
1552
1550
|
export { default as ListIcon } from '../icons/list';
|
|
1553
1551
|
// LoaderPinwheel aliases
|
|
@@ -1560,18 +1558,18 @@ export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
|
1560
1558
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1561
1559
|
// Locate aliases
|
|
1562
1560
|
export { default as LocateIcon } from '../icons/locate';
|
|
1563
|
-
// LockKeyhole aliases
|
|
1564
|
-
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1565
|
-
// LocationEdit aliases
|
|
1566
|
-
export { default as LocationEditIcon } from '../icons/location-edit';
|
|
1567
1561
|
// Lock aliases
|
|
1568
1562
|
export { default as LockIcon } from '../icons/lock';
|
|
1563
|
+
// LockKeyhole aliases
|
|
1564
|
+
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1569
1565
|
// LogIn aliases
|
|
1570
1566
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1571
|
-
//
|
|
1572
|
-
export { default as
|
|
1567
|
+
// LocationEdit aliases
|
|
1568
|
+
export { default as LocationEditIcon } from '../icons/location-edit';
|
|
1573
1569
|
// Logs aliases
|
|
1574
1570
|
export { default as LogsIcon } from '../icons/logs';
|
|
1571
|
+
// LogOut aliases
|
|
1572
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1575
1573
|
// Lollipop aliases
|
|
1576
1574
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1577
1575
|
// Luggage aliases
|
|
@@ -1582,102 +1580,102 @@ export { default as MagnetIcon } from '../icons/magnet';
|
|
|
1582
1580
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1583
1581
|
// MailMinus aliases
|
|
1584
1582
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1585
|
-
// MailSearch aliases
|
|
1586
|
-
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1587
|
-
// MailOpen aliases
|
|
1588
|
-
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1589
1583
|
// MailPlus aliases
|
|
1590
1584
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1585
|
+
// MailOpen aliases
|
|
1586
|
+
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1587
|
+
// MailSearch aliases
|
|
1588
|
+
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1589
|
+
// MailX aliases
|
|
1590
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1591
1591
|
// MailWarning aliases
|
|
1592
1592
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1593
1593
|
// Mail aliases
|
|
1594
1594
|
export { default as MailIcon } from '../icons/mail';
|
|
1595
1595
|
// Mailbox aliases
|
|
1596
1596
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1597
|
-
// MailX aliases
|
|
1598
|
-
export { default as MailXIcon } from '../icons/mail-x';
|
|
1599
1597
|
// Mails aliases
|
|
1600
1598
|
export { default as MailsIcon } from '../icons/mails';
|
|
1601
1599
|
// MapPinCheckInside aliases
|
|
1602
1600
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1603
1601
|
// MapPinCheck aliases
|
|
1604
1602
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1605
|
-
// MapPinHouse aliases
|
|
1606
|
-
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1607
1603
|
// MapPinMinusInside aliases
|
|
1608
1604
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1609
|
-
//
|
|
1610
|
-
export { default as
|
|
1605
|
+
// MapPinHouse aliases
|
|
1606
|
+
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1611
1607
|
// MapPinMinus aliases
|
|
1612
1608
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1609
|
+
// MapPinOff aliases
|
|
1610
|
+
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1613
1611
|
// MapPinPlusInside aliases
|
|
1614
1612
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1615
|
-
// MapPinPlus aliases
|
|
1616
|
-
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1617
1613
|
// MapPinXInside aliases
|
|
1618
1614
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1615
|
+
// MapPinPlus aliases
|
|
1616
|
+
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1619
1617
|
// MapPinX aliases
|
|
1620
1618
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1621
1619
|
// MapPin aliases
|
|
1622
1620
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1623
1621
|
// MapPinned aliases
|
|
1624
1622
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1625
|
-
// Map aliases
|
|
1626
|
-
export { default as MapIcon } from '../icons/map';
|
|
1627
1623
|
// MapPlus aliases
|
|
1628
1624
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1625
|
+
// Map aliases
|
|
1626
|
+
export { default as MapIcon } from '../icons/map';
|
|
1629
1627
|
// MarsStroke aliases
|
|
1630
1628
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1629
|
+
// Mars aliases
|
|
1630
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1631
1631
|
// Martini aliases
|
|
1632
1632
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1633
1633
|
// Maximize2 aliases
|
|
1634
1634
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1635
|
-
// Mars aliases
|
|
1636
|
-
export { default as MarsIcon } from '../icons/mars';
|
|
1637
1635
|
// Maximize aliases
|
|
1638
1636
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1639
1637
|
// Medal aliases
|
|
1640
1638
|
export { default as MedalIcon } from '../icons/medal';
|
|
1641
|
-
// MegaphoneOff aliases
|
|
1642
|
-
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1643
1639
|
// Megaphone aliases
|
|
1644
1640
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1641
|
+
// MegaphoneOff aliases
|
|
1642
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1645
1643
|
// Meh aliases
|
|
1646
1644
|
export { default as MehIcon } from '../icons/meh';
|
|
1647
1645
|
// MemoryStick aliases
|
|
1648
1646
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1649
|
-
// Menu aliases
|
|
1650
|
-
export { default as MenuIcon } from '../icons/menu';
|
|
1651
1647
|
// Merge aliases
|
|
1652
1648
|
export { default as MergeIcon } from '../icons/merge';
|
|
1649
|
+
// Menu aliases
|
|
1650
|
+
export { default as MenuIcon } from '../icons/menu';
|
|
1653
1651
|
// MessageCircleCode aliases
|
|
1654
1652
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1655
|
-
// MessageCircleHeart aliases
|
|
1656
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1657
1653
|
// MessageCircleDashed aliases
|
|
1658
1654
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1655
|
+
// MessageCircleHeart aliases
|
|
1656
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1659
1657
|
// MessageCircleMore aliases
|
|
1660
1658
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1661
1659
|
// MessageCircleOff aliases
|
|
1662
1660
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1663
|
-
// MessageCirclePlus aliases
|
|
1664
|
-
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1665
1661
|
// MessageCircleReply aliases
|
|
1666
1662
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1663
|
+
// MessageCirclePlus aliases
|
|
1664
|
+
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1665
|
+
// MessageCircleWarning aliases
|
|
1666
|
+
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1667
1667
|
// MessageCircleX aliases
|
|
1668
1668
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1669
1669
|
// MessageCircle aliases
|
|
1670
1670
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1671
|
-
//
|
|
1672
|
-
export { default as
|
|
1671
|
+
// MessageSquareDiff aliases
|
|
1672
|
+
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1673
1673
|
// MessageSquareCode aliases
|
|
1674
1674
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1675
1675
|
// MessageSquareDashed aliases
|
|
1676
1676
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1677
1677
|
// MessageSquareDot aliases
|
|
1678
1678
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1679
|
-
// MessageSquareDiff aliases
|
|
1680
|
-
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1681
1679
|
// MessageSquareHeart aliases
|
|
1682
1680
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1683
1681
|
// MessageSquareLock aliases
|
|
@@ -1696,62 +1694,62 @@ export { default as MessageSquareReplyIcon } from '../icons/message-square-reply
|
|
|
1696
1694
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1697
1695
|
// MessageSquareShare aliases
|
|
1698
1696
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1699
|
-
// MessageSquareX aliases
|
|
1700
|
-
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1701
1697
|
// MessageSquareText aliases
|
|
1702
1698
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1699
|
+
// MessageSquareX aliases
|
|
1700
|
+
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1703
1701
|
// MessageSquare aliases
|
|
1704
1702
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1705
1703
|
// MessagesSquare aliases
|
|
1706
1704
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1707
1705
|
// MicOff aliases
|
|
1708
1706
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1709
|
-
// Mic aliases
|
|
1710
|
-
export { default as MicIcon } from '../icons/mic';
|
|
1711
1707
|
// Microchip aliases
|
|
1712
1708
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1713
|
-
//
|
|
1714
|
-
export { default as
|
|
1709
|
+
// Mic aliases
|
|
1710
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1715
1711
|
// Microscope aliases
|
|
1716
1712
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1717
|
-
//
|
|
1718
|
-
export { default as
|
|
1713
|
+
// Microwave aliases
|
|
1714
|
+
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1719
1715
|
// Milestone aliases
|
|
1720
1716
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1721
1717
|
// Milk aliases
|
|
1722
1718
|
export { default as MilkIcon } from '../icons/milk';
|
|
1723
1719
|
// Minimize2 aliases
|
|
1724
1720
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1725
|
-
//
|
|
1726
|
-
export { default as
|
|
1727
|
-
// MonitorCog aliases
|
|
1728
|
-
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1721
|
+
// MilkOff aliases
|
|
1722
|
+
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1729
1723
|
// Minus aliases
|
|
1730
1724
|
export { default as MinusIcon } from '../icons/minus';
|
|
1731
1725
|
// MonitorCheck aliases
|
|
1732
1726
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1727
|
+
// MonitorCog aliases
|
|
1728
|
+
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1729
|
+
// Minimize aliases
|
|
1730
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1733
1731
|
// MonitorDot aliases
|
|
1734
1732
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1735
|
-
// MonitorOff aliases
|
|
1736
|
-
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1737
1733
|
// MonitorDown aliases
|
|
1738
1734
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1735
|
+
// MonitorOff aliases
|
|
1736
|
+
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1739
1737
|
// MonitorPause aliases
|
|
1740
1738
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1741
|
-
// MonitorSmartphone aliases
|
|
1742
|
-
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1743
1739
|
// MonitorPlay aliases
|
|
1744
1740
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1745
|
-
//
|
|
1746
|
-
export { default as
|
|
1741
|
+
// MonitorSmartphone aliases
|
|
1742
|
+
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1747
1743
|
// MonitorSpeaker aliases
|
|
1748
1744
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1749
1745
|
// MonitorUp aliases
|
|
1750
1746
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1751
|
-
//
|
|
1752
|
-
export { default as
|
|
1747
|
+
// MonitorStop aliases
|
|
1748
|
+
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1753
1749
|
// MonitorX aliases
|
|
1754
1750
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1751
|
+
// Monitor aliases
|
|
1752
|
+
export { default as MonitorIcon } from '../icons/monitor';
|
|
1755
1753
|
// MoonStar aliases
|
|
1756
1754
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1757
1755
|
// Moon aliases
|
|
@@ -1760,10 +1758,10 @@ export { default as MoonIcon } from '../icons/moon';
|
|
|
1760
1758
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1761
1759
|
// Mountain aliases
|
|
1762
1760
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1763
|
-
// MousePointer2 aliases
|
|
1764
|
-
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1765
1761
|
// MouseOff aliases
|
|
1766
1762
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1763
|
+
// MousePointer2 aliases
|
|
1764
|
+
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1767
1765
|
// MousePointerBan aliases
|
|
1768
1766
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1769
1767
|
// MousePointerClick aliases
|
|
@@ -1774,24 +1772,24 @@ export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
|
1774
1772
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1775
1773
|
// MoveDiagonal2 aliases
|
|
1776
1774
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1777
|
-
// MoveDiagonal aliases
|
|
1778
|
-
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1779
1775
|
// MoveDownLeft aliases
|
|
1780
1776
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1777
|
+
// MoveDiagonal aliases
|
|
1778
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1781
1779
|
// MoveDownRight aliases
|
|
1782
1780
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1783
1781
|
// MoveDown aliases
|
|
1784
1782
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1785
|
-
// MoveLeft aliases
|
|
1786
|
-
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1787
|
-
// MoveRight aliases
|
|
1788
|
-
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1789
1783
|
// MoveHorizontal aliases
|
|
1790
1784
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1791
|
-
//
|
|
1792
|
-
export { default as
|
|
1785
|
+
// MoveRight aliases
|
|
1786
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1787
|
+
// MoveLeft aliases
|
|
1788
|
+
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1793
1789
|
// MoveUpLeft aliases
|
|
1794
1790
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1791
|
+
// MoveUpRight aliases
|
|
1792
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1795
1793
|
// MoveUp aliases
|
|
1796
1794
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1797
1795
|
// MoveVertical aliases
|
|
@@ -1804,10 +1802,10 @@ export { default as Music2Icon } from '../icons/music-2';
|
|
|
1804
1802
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1805
1803
|
// Music4 aliases
|
|
1806
1804
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1807
|
-
// Navigation2Off aliases
|
|
1808
|
-
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1809
1805
|
// Music aliases
|
|
1810
1806
|
export { default as MusicIcon } from '../icons/music';
|
|
1807
|
+
// Navigation2Off aliases
|
|
1808
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1811
1809
|
// Navigation2 aliases
|
|
1812
1810
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1813
1811
|
// NavigationOff aliases
|
|
@@ -1818,18 +1816,18 @@ export { default as NavigationIcon } from '../icons/navigation';
|
|
|
1818
1816
|
export { default as NetworkIcon } from '../icons/network';
|
|
1819
1817
|
// Newspaper aliases
|
|
1820
1818
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1821
|
-
// NonBinary aliases
|
|
1822
|
-
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1823
1819
|
// Nfc aliases
|
|
1824
1820
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1821
|
+
// NonBinary aliases
|
|
1822
|
+
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1825
1823
|
// NotebookPen aliases
|
|
1826
1824
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1827
1825
|
// NotebookTabs aliases
|
|
1828
1826
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1829
|
-
// Notebook aliases
|
|
1830
|
-
export { default as NotebookIcon } from '../icons/notebook';
|
|
1831
1827
|
// NotebookText aliases
|
|
1832
1828
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1829
|
+
// Notebook aliases
|
|
1830
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1833
1831
|
// NotepadTextDashed aliases
|
|
1834
1832
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1835
1833
|
// NotepadText aliases
|
|
@@ -1846,12 +1844,12 @@ export { default as OctagonIcon } from '../icons/octagon';
|
|
|
1846
1844
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1847
1845
|
// Option aliases
|
|
1848
1846
|
export { default as OptionIcon } from '../icons/option';
|
|
1847
|
+
// Orbit aliases
|
|
1848
|
+
export { default as OrbitIcon } from '../icons/orbit';
|
|
1849
1849
|
// Origami aliases
|
|
1850
1850
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1851
1851
|
// Package2 aliases
|
|
1852
1852
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1853
|
-
// Orbit aliases
|
|
1854
|
-
export { default as OrbitIcon } from '../icons/orbit';
|
|
1855
1853
|
// PackageCheck aliases
|
|
1856
1854
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1857
1855
|
// PackageMinus aliases
|
|
@@ -1894,16 +1892,16 @@ export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
|
1894
1892
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1895
1893
|
// PanelTop aliases
|
|
1896
1894
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1897
|
-
// PanelsLeftBottom aliases
|
|
1898
|
-
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1899
1895
|
// PanelsRightBottom aliases
|
|
1900
1896
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1901
|
-
//
|
|
1902
|
-
export { default as
|
|
1903
|
-
// ParkingMeter aliases
|
|
1904
|
-
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1897
|
+
// PanelsLeftBottom aliases
|
|
1898
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1905
1899
|
// Parentheses aliases
|
|
1906
1900
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1901
|
+
// ParkingMeter aliases
|
|
1902
|
+
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1903
|
+
// Paperclip aliases
|
|
1904
|
+
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1907
1905
|
// PartyPopper aliases
|
|
1908
1906
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1909
1907
|
// Pause aliases
|
|
@@ -1918,28 +1916,28 @@ export { default as PenOffIcon } from '../icons/pen-off';
|
|
|
1918
1916
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1919
1917
|
// PencilLine aliases
|
|
1920
1918
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1921
|
-
// PencilRuler aliases
|
|
1922
|
-
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1923
1919
|
// PencilOff aliases
|
|
1924
1920
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1921
|
+
// PencilRuler aliases
|
|
1922
|
+
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1925
1923
|
// Pencil aliases
|
|
1926
1924
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1925
|
+
// Pentagon aliases
|
|
1926
|
+
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1927
1927
|
// Percent aliases
|
|
1928
1928
|
export { default as PercentIcon } from '../icons/percent';
|
|
1929
1929
|
// PersonStanding aliases
|
|
1930
1930
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1931
|
-
// Pentagon aliases
|
|
1932
|
-
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1933
|
-
// PhoneCall aliases
|
|
1934
|
-
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1935
1931
|
// PhilippinePeso aliases
|
|
1936
1932
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1933
|
+
// PhoneCall aliases
|
|
1934
|
+
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1935
|
+
// PhoneForwarded aliases
|
|
1936
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1937
1937
|
// PhoneIncoming aliases
|
|
1938
1938
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1939
1939
|
// PhoneMissed aliases
|
|
1940
1940
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1941
|
-
// PhoneForwarded aliases
|
|
1942
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1943
1941
|
// PhoneOff aliases
|
|
1944
1942
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1945
1943
|
// Phone aliases
|
|
@@ -1958,20 +1956,20 @@ export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2'
|
|
|
1958
1956
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1959
1957
|
// PiggyBank aliases
|
|
1960
1958
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1959
|
+
// PilcrowLeft aliases
|
|
1960
|
+
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1961
1961
|
// PilcrowRight aliases
|
|
1962
1962
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1963
1963
|
// Pilcrow aliases
|
|
1964
1964
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1965
|
-
// PilcrowLeft aliases
|
|
1966
|
-
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1967
1965
|
// PillBottle aliases
|
|
1968
1966
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1969
1967
|
// Pill aliases
|
|
1970
1968
|
export { default as PillIcon } from '../icons/pill';
|
|
1971
|
-
// Pin aliases
|
|
1972
|
-
export { default as PinIcon } from '../icons/pin';
|
|
1973
1969
|
// PinOff aliases
|
|
1974
1970
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1971
|
+
// Pin aliases
|
|
1972
|
+
export { default as PinIcon } from '../icons/pin';
|
|
1975
1973
|
// Pipette aliases
|
|
1976
1974
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1977
1975
|
// Pizza aliases
|
|
@@ -1990,22 +1988,22 @@ export { default as Plug2Icon } from '../icons/plug-2';
|
|
|
1990
1988
|
export { default as PlugIcon } from '../icons/plug';
|
|
1991
1989
|
// Plus aliases
|
|
1992
1990
|
export { default as PlusIcon } from '../icons/plus';
|
|
1993
|
-
// Pocket aliases
|
|
1994
|
-
export { default as PocketIcon } from '../icons/pocket';
|
|
1995
1991
|
// PocketKnife aliases
|
|
1996
1992
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1993
|
+
// Pocket aliases
|
|
1994
|
+
export { default as PocketIcon } from '../icons/pocket';
|
|
1997
1995
|
// Podcast aliases
|
|
1998
1996
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
1999
1997
|
// PointerOff aliases
|
|
2000
1998
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2001
|
-
// Popcorn aliases
|
|
2002
|
-
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2003
1999
|
// Pointer aliases
|
|
2004
2000
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2005
|
-
//
|
|
2006
|
-
export { default as
|
|
2001
|
+
// Popcorn aliases
|
|
2002
|
+
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2007
2003
|
// Popsicle aliases
|
|
2008
2004
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2005
|
+
// PoundSterling aliases
|
|
2006
|
+
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2009
2007
|
// PowerOff aliases
|
|
2010
2008
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2011
2009
|
// Power aliases
|
|
@@ -2014,60 +2012,60 @@ export { default as PowerIcon } from '../icons/power';
|
|
|
2014
2012
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2015
2013
|
// PrinterCheck aliases
|
|
2016
2014
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2017
|
-
// Printer aliases
|
|
2018
|
-
export { default as PrinterIcon } from '../icons/printer';
|
|
2019
2015
|
// Projector aliases
|
|
2020
2016
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2017
|
+
// Printer aliases
|
|
2018
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
2021
2019
|
// Proportions aliases
|
|
2022
2020
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2023
2021
|
// Puzzle aliases
|
|
2024
2022
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2025
|
-
// Pyramid aliases
|
|
2026
|
-
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2027
2023
|
// QrCode aliases
|
|
2028
2024
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2029
|
-
//
|
|
2030
|
-
export { default as
|
|
2031
|
-
// Radiation aliases
|
|
2032
|
-
export { default as RadiationIcon } from '../icons/radiation';
|
|
2025
|
+
// Pyramid aliases
|
|
2026
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2033
2027
|
// Quote aliases
|
|
2034
2028
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2035
2029
|
// Radar aliases
|
|
2036
2030
|
export { default as RadarIcon } from '../icons/radar';
|
|
2031
|
+
// Rabbit aliases
|
|
2032
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2033
|
+
// Radiation aliases
|
|
2034
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2035
|
+
// Radical aliases
|
|
2036
|
+
export { default as RadicalIcon } from '../icons/radical';
|
|
2037
2037
|
// RadioReceiver aliases
|
|
2038
2038
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2039
2039
|
// RadioTower aliases
|
|
2040
2040
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2041
|
-
// Radical aliases
|
|
2042
|
-
export { default as RadicalIcon } from '../icons/radical';
|
|
2043
2041
|
// Radio aliases
|
|
2044
2042
|
export { default as RadioIcon } from '../icons/radio';
|
|
2045
|
-
// RailSymbol aliases
|
|
2046
|
-
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2047
2043
|
// Radius aliases
|
|
2048
2044
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2049
|
-
//
|
|
2050
|
-
export { default as
|
|
2045
|
+
// RailSymbol aliases
|
|
2046
|
+
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2051
2047
|
// Rainbow aliases
|
|
2052
2048
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2053
|
-
//
|
|
2054
|
-
export { default as
|
|
2049
|
+
// Rat aliases
|
|
2050
|
+
export { default as RatIcon } from '../icons/rat';
|
|
2055
2051
|
// ReceiptCent aliases
|
|
2056
2052
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2057
|
-
//
|
|
2058
|
-
export { default as
|
|
2053
|
+
// Ratio aliases
|
|
2054
|
+
export { default as RatioIcon } from '../icons/ratio';
|
|
2059
2055
|
// ReceiptEuro aliases
|
|
2060
2056
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2061
2057
|
// ReceiptIndianRupee aliases
|
|
2062
2058
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2059
|
+
// ReceiptJapaneseYen aliases
|
|
2060
|
+
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2063
2061
|
// ReceiptPoundSterling aliases
|
|
2064
2062
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2065
2063
|
// ReceiptRussianRuble aliases
|
|
2066
2064
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2067
|
-
// ReceiptSwissFranc aliases
|
|
2068
|
-
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2069
2065
|
// ReceiptText aliases
|
|
2070
2066
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2067
|
+
// ReceiptSwissFranc aliases
|
|
2068
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2071
2069
|
// ReceiptTurkishLira aliases
|
|
2072
2070
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2073
2071
|
// Receipt aliases
|
|
@@ -2078,74 +2076,74 @@ export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
|
2078
2076
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2079
2077
|
// RectangleHorizontal aliases
|
|
2080
2078
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2081
|
-
// Recycle aliases
|
|
2082
|
-
export { default as RecycleIcon } from '../icons/recycle';
|
|
2083
2079
|
// RectangleVertical aliases
|
|
2084
2080
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2085
|
-
//
|
|
2086
|
-
export { default as
|
|
2081
|
+
// Recycle aliases
|
|
2082
|
+
export { default as RecycleIcon } from '../icons/recycle';
|
|
2087
2083
|
// RedoDot aliases
|
|
2088
2084
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2085
|
+
// Redo2 aliases
|
|
2086
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2089
2087
|
// Redo aliases
|
|
2090
2088
|
export { default as RedoIcon } from '../icons/redo';
|
|
2091
2089
|
// RefreshCcwDot aliases
|
|
2092
2090
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2093
|
-
// RefreshCw aliases
|
|
2094
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2095
2091
|
// RefreshCcw aliases
|
|
2096
2092
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2097
2093
|
// RefreshCwOff aliases
|
|
2098
2094
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2095
|
+
// RefreshCw aliases
|
|
2096
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2099
2097
|
// Refrigerator aliases
|
|
2100
2098
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2101
2099
|
// Regex aliases
|
|
2102
2100
|
export { default as RegexIcon } from '../icons/regex';
|
|
2103
2101
|
// RemoveFormatting aliases
|
|
2104
2102
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2105
|
-
// Repeat aliases
|
|
2106
|
-
export { default as RepeatIcon } from '../icons/repeat';
|
|
2107
|
-
// Repeat2 aliases
|
|
2108
|
-
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2109
2103
|
// Repeat1 aliases
|
|
2110
2104
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2111
|
-
//
|
|
2112
|
-
export { default as
|
|
2105
|
+
// Repeat2 aliases
|
|
2106
|
+
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2107
|
+
// Repeat aliases
|
|
2108
|
+
export { default as RepeatIcon } from '../icons/repeat';
|
|
2113
2109
|
// ReplaceAll aliases
|
|
2114
2110
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2111
|
+
// Replace aliases
|
|
2112
|
+
export { default as ReplaceIcon } from '../icons/replace';
|
|
2115
2113
|
// ReplyAll aliases
|
|
2116
2114
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2117
2115
|
// Reply aliases
|
|
2118
2116
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2119
|
-
// Ribbon aliases
|
|
2120
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2121
2117
|
// Rewind aliases
|
|
2122
2118
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2119
|
+
// Ribbon aliases
|
|
2120
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2123
2121
|
// Rocket aliases
|
|
2124
2122
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2125
2123
|
// RockingChair aliases
|
|
2126
2124
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2127
2125
|
// RollerCoaster aliases
|
|
2128
2126
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2129
|
-
// RotateCcwSquare aliases
|
|
2130
|
-
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2131
2127
|
// RotateCcwKey aliases
|
|
2132
2128
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2133
|
-
//
|
|
2134
|
-
export { default as
|
|
2129
|
+
// RotateCcwSquare aliases
|
|
2130
|
+
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2135
2131
|
// RotateCwSquare aliases
|
|
2136
2132
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2137
|
-
//
|
|
2138
|
-
export { default as
|
|
2133
|
+
// RotateCcw aliases
|
|
2134
|
+
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2139
2135
|
// RouteOff aliases
|
|
2140
2136
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2137
|
+
// RotateCw aliases
|
|
2138
|
+
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2141
2139
|
// Route aliases
|
|
2142
2140
|
export { default as RouteIcon } from '../icons/route';
|
|
2141
|
+
// Rows4 aliases
|
|
2142
|
+
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2143
2143
|
// Router aliases
|
|
2144
2144
|
export { default as RouterIcon } from '../icons/router';
|
|
2145
2145
|
// Rss aliases
|
|
2146
2146
|
export { default as RssIcon } from '../icons/rss';
|
|
2147
|
-
// Rows4 aliases
|
|
2148
|
-
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2149
2147
|
// RulerDimensionLine aliases
|
|
2150
2148
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2151
2149
|
// Ruler aliases
|
|
@@ -2158,18 +2156,18 @@ export { default as SailboatIcon } from '../icons/sailboat';
|
|
|
2158
2156
|
export { default as SaladIcon } from '../icons/salad';
|
|
2159
2157
|
// Sandwich aliases
|
|
2160
2158
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2161
|
-
// SatelliteDish aliases
|
|
2162
|
-
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2163
|
-
// SaudiRiyal aliases
|
|
2164
|
-
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2165
2159
|
// Satellite aliases
|
|
2166
2160
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2161
|
+
// SatelliteDish aliases
|
|
2162
|
+
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2167
2163
|
// SaveAll aliases
|
|
2168
2164
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2169
|
-
//
|
|
2170
|
-
export { default as
|
|
2165
|
+
// SaudiRiyal aliases
|
|
2166
|
+
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2171
2167
|
// SaveOff aliases
|
|
2172
2168
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2169
|
+
// Save aliases
|
|
2170
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2173
2171
|
// Scaling aliases
|
|
2174
2172
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2175
2173
|
// ScanBarcode aliases
|
|
@@ -2180,146 +2178,146 @@ export { default as ScaleIcon } from '../icons/scale';
|
|
|
2180
2178
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2181
2179
|
// ScanHeart aliases
|
|
2182
2180
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2183
|
-
// ScanFace aliases
|
|
2184
|
-
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2185
2181
|
// ScanLine aliases
|
|
2186
2182
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2187
|
-
//
|
|
2188
|
-
export { default as
|
|
2183
|
+
// ScanFace aliases
|
|
2184
|
+
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2189
2185
|
// ScanQrCode aliases
|
|
2190
2186
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2191
2187
|
// ScanSearch aliases
|
|
2192
2188
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2193
2189
|
// Scan aliases
|
|
2194
2190
|
export { default as ScanIcon } from '../icons/scan';
|
|
2191
|
+
// ScanText aliases
|
|
2192
|
+
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2195
2193
|
// School aliases
|
|
2196
2194
|
export { default as SchoolIcon } from '../icons/school';
|
|
2197
2195
|
// Scissors aliases
|
|
2198
2196
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2199
2197
|
// ScissorsLineDashed aliases
|
|
2200
2198
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2201
|
-
// ScreenShare aliases
|
|
2202
|
-
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2203
2199
|
// ScreenShareOff aliases
|
|
2204
2200
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2201
|
+
// ScreenShare aliases
|
|
2202
|
+
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2205
2203
|
// ScrollText aliases
|
|
2206
2204
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2207
2205
|
// SearchCheck aliases
|
|
2208
2206
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2209
|
-
// SearchCode aliases
|
|
2210
|
-
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2211
2207
|
// Scroll aliases
|
|
2212
2208
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2209
|
+
// SearchCode aliases
|
|
2210
|
+
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2213
2211
|
// SearchX aliases
|
|
2214
2212
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2215
|
-
// Search aliases
|
|
2216
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2217
2213
|
// SearchSlash aliases
|
|
2218
2214
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2215
|
+
// Search aliases
|
|
2216
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2219
2217
|
// Section aliases
|
|
2220
2218
|
export { default as SectionIcon } from '../icons/section';
|
|
2221
|
-
//
|
|
2222
|
-
export { default as
|
|
2219
|
+
// Send aliases
|
|
2220
|
+
export { default as SendIcon } from '../icons/send';
|
|
2223
2221
|
// SendToBack aliases
|
|
2224
2222
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2223
|
+
// SeparatorHorizontal aliases
|
|
2224
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2225
2225
|
// SeparatorVertical aliases
|
|
2226
2226
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2227
|
-
// ServerCrash aliases
|
|
2228
|
-
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2229
|
-
// Send aliases
|
|
2230
|
-
export { default as SendIcon } from '../icons/send';
|
|
2231
2227
|
// ServerCog aliases
|
|
2232
2228
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2229
|
+
// ServerCrash aliases
|
|
2230
|
+
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2233
2231
|
// ServerOff aliases
|
|
2234
2232
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2233
|
+
// Server aliases
|
|
2234
|
+
export { default as ServerIcon } from '../icons/server';
|
|
2235
2235
|
// Settings2 aliases
|
|
2236
2236
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2237
2237
|
// Settings aliases
|
|
2238
2238
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2239
|
-
// Server aliases
|
|
2240
|
-
export { default as ServerIcon } from '../icons/server';
|
|
2241
2239
|
// Shapes aliases
|
|
2242
2240
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2243
|
-
// Share aliases
|
|
2244
|
-
export { default as ShareIcon } from '../icons/share';
|
|
2245
2241
|
// Share2 aliases
|
|
2246
2242
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2243
|
+
// Share aliases
|
|
2244
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2245
|
+
// Sheet aliases
|
|
2246
|
+
export { default as SheetIcon } from '../icons/sheet';
|
|
2247
2247
|
// Shell aliases
|
|
2248
2248
|
export { default as ShellIcon } from '../icons/shell';
|
|
2249
2249
|
// ShieldAlert aliases
|
|
2250
2250
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2251
|
-
// Sheet aliases
|
|
2252
|
-
export { default as SheetIcon } from '../icons/sheet';
|
|
2253
2251
|
// ShieldBan aliases
|
|
2254
2252
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2255
|
-
// ShieldEllipsis aliases
|
|
2256
|
-
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2257
2253
|
// ShieldCheck aliases
|
|
2258
2254
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2255
|
+
// ShieldEllipsis aliases
|
|
2256
|
+
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2259
2257
|
// ShieldHalf aliases
|
|
2260
2258
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2261
2259
|
// ShieldMinus aliases
|
|
2262
2260
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2263
2261
|
// ShieldOff aliases
|
|
2264
2262
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2265
|
-
// ShieldPlus aliases
|
|
2266
|
-
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2267
2263
|
// ShieldUser aliases
|
|
2268
2264
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2269
|
-
//
|
|
2270
|
-
export { default as
|
|
2265
|
+
// ShieldPlus aliases
|
|
2266
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2271
2267
|
// Shield aliases
|
|
2272
2268
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2269
|
+
// ShipWheel aliases
|
|
2270
|
+
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2273
2271
|
// Ship aliases
|
|
2274
2272
|
export { default as ShipIcon } from '../icons/ship';
|
|
2275
2273
|
// Shirt aliases
|
|
2276
2274
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2277
|
-
// ShoppingBag aliases
|
|
2278
|
-
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2279
2275
|
// ShoppingBasket aliases
|
|
2280
2276
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2281
2277
|
// ShoppingCart aliases
|
|
2282
2278
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2283
|
-
//
|
|
2284
|
-
export { default as
|
|
2279
|
+
// ShoppingBag aliases
|
|
2280
|
+
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2285
2281
|
// Shovel aliases
|
|
2286
2282
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2283
|
+
// ShowerHead aliases
|
|
2284
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2287
2285
|
// Shredder aliases
|
|
2288
2286
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2289
2287
|
// Shrimp aliases
|
|
2290
2288
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2291
2289
|
// Shrink aliases
|
|
2292
2290
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2293
|
-
// Shuffle aliases
|
|
2294
|
-
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2295
2291
|
// Shrub aliases
|
|
2296
2292
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2293
|
+
// Shuffle aliases
|
|
2294
|
+
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2297
2295
|
// Sigma aliases
|
|
2298
2296
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2299
2297
|
// SignalHigh aliases
|
|
2300
2298
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2301
2299
|
// SignalLow aliases
|
|
2302
2300
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2303
|
-
// SignalMedium aliases
|
|
2304
|
-
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2305
2301
|
// SignalZero aliases
|
|
2306
2302
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2303
|
+
// SignalMedium aliases
|
|
2304
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2307
2305
|
// Signal aliases
|
|
2308
2306
|
export { default as SignalIcon } from '../icons/signal';
|
|
2309
2307
|
// Signature aliases
|
|
2310
2308
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2309
|
+
// SignpostBig aliases
|
|
2310
|
+
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2311
2311
|
// Siren aliases
|
|
2312
2312
|
export { default as SirenIcon } from '../icons/siren';
|
|
2313
2313
|
// Signpost aliases
|
|
2314
2314
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2315
|
-
// SignpostBig aliases
|
|
2316
|
-
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2317
2315
|
// SkipBack aliases
|
|
2318
2316
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2319
|
-
// Skull aliases
|
|
2320
|
-
export { default as SkullIcon } from '../icons/skull';
|
|
2321
2317
|
// SkipForward aliases
|
|
2322
2318
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2319
|
+
// Skull aliases
|
|
2320
|
+
export { default as SkullIcon } from '../icons/skull';
|
|
2323
2321
|
// Slack aliases
|
|
2324
2322
|
export { default as SlackIcon } from '../icons/slack';
|
|
2325
2323
|
// Slash aliases
|
|
@@ -2330,22 +2328,22 @@ export { default as SliceIcon } from '../icons/slice';
|
|
|
2330
2328
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2331
2329
|
// SmartphoneCharging aliases
|
|
2332
2330
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2333
|
-
// Smartphone aliases
|
|
2334
|
-
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2335
2331
|
// SmartphoneNfc aliases
|
|
2336
2332
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2333
|
+
// Smartphone aliases
|
|
2334
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2337
2335
|
// SmilePlus aliases
|
|
2338
2336
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2339
|
-
// Snowflake aliases
|
|
2340
|
-
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2341
2337
|
// Smile aliases
|
|
2342
2338
|
export { default as SmileIcon } from '../icons/smile';
|
|
2343
2339
|
// Snail aliases
|
|
2344
2340
|
export { default as SnailIcon } from '../icons/snail';
|
|
2345
|
-
//
|
|
2346
|
-
export { default as
|
|
2341
|
+
// Snowflake aliases
|
|
2342
|
+
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2347
2343
|
// SoapDispenserDroplet aliases
|
|
2348
2344
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2345
|
+
// Sofa aliases
|
|
2346
|
+
export { default as SofaIcon } from '../icons/sofa';
|
|
2349
2347
|
// Soup aliases
|
|
2350
2348
|
export { default as SoupIcon } from '../icons/soup';
|
|
2351
2349
|
// Space aliases
|
|
@@ -2354,88 +2352,94 @@ export { default as SpaceIcon } from '../icons/space';
|
|
|
2354
2352
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2355
2353
|
// Sparkle aliases
|
|
2356
2354
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2357
|
-
// Speech aliases
|
|
2358
|
-
export { default as SpeechIcon } from '../icons/speech';
|
|
2359
2355
|
// Speaker aliases
|
|
2360
2356
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2357
|
+
// Speech aliases
|
|
2358
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2361
2359
|
// SpellCheck2 aliases
|
|
2362
2360
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2363
2361
|
// SpellCheck aliases
|
|
2364
2362
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2365
|
-
// SplinePointer aliases
|
|
2366
|
-
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2367
2363
|
// Spline aliases
|
|
2368
2364
|
export { default as SplineIcon } from '../icons/spline';
|
|
2365
|
+
// SplinePointer aliases
|
|
2366
|
+
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2369
2367
|
// Split aliases
|
|
2370
2368
|
export { default as SplitIcon } from '../icons/split';
|
|
2371
2369
|
// Spool aliases
|
|
2372
2370
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2373
|
-
//
|
|
2374
|
-
export { default as
|
|
2371
|
+
// Spotlight aliases
|
|
2372
|
+
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2375
2373
|
// Sprout aliases
|
|
2376
2374
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2375
|
+
// SprayCan aliases
|
|
2376
|
+
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2377
2377
|
// SquareDashedBottomCode aliases
|
|
2378
2378
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2379
2379
|
// SquareDashedBottom aliases
|
|
2380
2380
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2381
2381
|
// SquareDashedTopSolid aliases
|
|
2382
2382
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2383
|
+
// SquarePause aliases
|
|
2384
|
+
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2383
2385
|
// SquareRadical aliases
|
|
2384
2386
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2385
2387
|
// SquareRoundCorner aliases
|
|
2386
2388
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2387
2389
|
// SquareSquare aliases
|
|
2388
2390
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2389
|
-
// SquaresExclude aliases
|
|
2390
|
-
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2391
2391
|
// SquareStack aliases
|
|
2392
2392
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2393
|
+
// SquareStop aliases
|
|
2394
|
+
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2393
2395
|
// Square aliases
|
|
2394
2396
|
export { default as SquareIcon } from '../icons/square';
|
|
2397
|
+
// SquaresExclude aliases
|
|
2398
|
+
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2395
2399
|
// SquaresIntersect aliases
|
|
2396
2400
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2397
2401
|
// SquaresSubtract aliases
|
|
2398
2402
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2399
|
-
// SquircleDashed aliases
|
|
2400
|
-
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2401
2403
|
// SquaresUnite aliases
|
|
2402
2404
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2405
|
+
// SquircleDashed aliases
|
|
2406
|
+
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2407
|
+
// Squirrel aliases
|
|
2408
|
+
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2403
2409
|
// Squircle aliases
|
|
2404
2410
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2405
2411
|
// Stamp aliases
|
|
2406
2412
|
export { default as StampIcon } from '../icons/stamp';
|
|
2407
|
-
// Squirrel aliases
|
|
2408
|
-
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2409
2413
|
// StarHalf aliases
|
|
2410
2414
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2411
|
-
// Star aliases
|
|
2412
|
-
export { default as StarIcon } from '../icons/star';
|
|
2413
2415
|
// StarOff aliases
|
|
2414
2416
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2417
|
+
// Star aliases
|
|
2418
|
+
export { default as StarIcon } from '../icons/star';
|
|
2415
2419
|
// StepBack aliases
|
|
2416
2420
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2417
|
-
// Stethoscope aliases
|
|
2418
|
-
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2419
2421
|
// StepForward aliases
|
|
2420
2422
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2421
|
-
//
|
|
2422
|
-
export { default as
|
|
2423
|
+
// Stethoscope aliases
|
|
2424
|
+
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2423
2425
|
// StickyNote aliases
|
|
2424
2426
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2425
|
-
// Store aliases
|
|
2426
|
-
export { default as StoreIcon } from '../icons/store';
|
|
2427
2427
|
// StretchHorizontal aliases
|
|
2428
2428
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2429
|
+
// Sticker aliases
|
|
2430
|
+
export { default as StickerIcon } from '../icons/sticker';
|
|
2431
|
+
// Store aliases
|
|
2432
|
+
export { default as StoreIcon } from '../icons/store';
|
|
2429
2433
|
// StretchVertical aliases
|
|
2430
2434
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2431
|
-
// Strikethrough aliases
|
|
2432
|
-
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2433
2435
|
// Subscript aliases
|
|
2434
2436
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2435
|
-
//
|
|
2436
|
-
export { default as
|
|
2437
|
+
// Strikethrough aliases
|
|
2438
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2437
2439
|
// SunMedium aliases
|
|
2438
2440
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2441
|
+
// SunDim aliases
|
|
2442
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2439
2443
|
// SunMoon aliases
|
|
2440
2444
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2441
2445
|
// SunSnow aliases
|
|
@@ -2446,30 +2450,30 @@ export { default as SunIcon } from '../icons/sun';
|
|
|
2446
2450
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2447
2451
|
// Sunrise aliases
|
|
2448
2452
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2449
|
-
// Superscript aliases
|
|
2450
|
-
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2451
2453
|
// SwatchBook aliases
|
|
2452
2454
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2455
|
+
// Superscript aliases
|
|
2456
|
+
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2453
2457
|
// SwissFranc aliases
|
|
2454
2458
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2455
|
-
// Sword aliases
|
|
2456
|
-
export { default as SwordIcon } from '../icons/sword';
|
|
2457
2459
|
// SwitchCamera aliases
|
|
2458
2460
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2461
|
+
// Sword aliases
|
|
2462
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2463
|
+
// Syringe aliases
|
|
2464
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2459
2465
|
// Swords aliases
|
|
2460
2466
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2461
|
-
// Table2 aliases
|
|
2462
|
-
export { default as Table2Icon } from '../icons/table-2';
|
|
2463
2467
|
// TableCellsMerge aliases
|
|
2464
2468
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2465
|
-
// Syringe aliases
|
|
2466
|
-
export { default as SyringeIcon } from '../icons/syringe';
|
|
2467
2469
|
// TableCellsSplit aliases
|
|
2468
2470
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2469
|
-
//
|
|
2470
|
-
export { default as
|
|
2471
|
+
// Table2 aliases
|
|
2472
|
+
export { default as Table2Icon } from '../icons/table-2';
|
|
2471
2473
|
// TableOfContents aliases
|
|
2472
2474
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2475
|
+
// TableColumnsSplit aliases
|
|
2476
|
+
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2473
2477
|
// TableProperties aliases
|
|
2474
2478
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2475
2479
|
// TableRowsSplit aliases
|
|
@@ -2478,10 +2482,10 @@ export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
|
2478
2482
|
export { default as TableIcon } from '../icons/table';
|
|
2479
2483
|
// TabletSmartphone aliases
|
|
2480
2484
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2481
|
-
// Tablet aliases
|
|
2482
|
-
export { default as TabletIcon } from '../icons/tablet';
|
|
2483
2485
|
// Tablets aliases
|
|
2484
2486
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2487
|
+
// Tablet aliases
|
|
2488
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2485
2489
|
// Tag aliases
|
|
2486
2490
|
export { default as TagIcon } from '../icons/tag';
|
|
2487
2491
|
// Tags aliases
|
|
@@ -2494,30 +2498,30 @@ export { default as Tally2Icon } from '../icons/tally-2';
|
|
|
2494
2498
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2495
2499
|
// Tally4 aliases
|
|
2496
2500
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2497
|
-
// Tally5 aliases
|
|
2498
|
-
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2499
|
-
// Target aliases
|
|
2500
|
-
export { default as TargetIcon } from '../icons/target';
|
|
2501
2501
|
// Tangent aliases
|
|
2502
2502
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2503
|
+
// Target aliases
|
|
2504
|
+
export { default as TargetIcon } from '../icons/target';
|
|
2505
|
+
// Tally5 aliases
|
|
2506
|
+
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2507
|
+
// Telescope aliases
|
|
2508
|
+
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2503
2509
|
// TentTree aliases
|
|
2504
2510
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2505
2511
|
// Tent aliases
|
|
2506
2512
|
export { default as TentIcon } from '../icons/tent';
|
|
2507
|
-
//
|
|
2508
|
-
export { default as
|
|
2513
|
+
// TestTube aliases
|
|
2514
|
+
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2509
2515
|
// Terminal aliases
|
|
2510
2516
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2511
2517
|
// TestTubes aliases
|
|
2512
2518
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2513
|
-
//
|
|
2514
|
-
export { default as
|
|
2519
|
+
// TextCursorInput aliases
|
|
2520
|
+
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2515
2521
|
// TextCursor aliases
|
|
2516
2522
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2517
2523
|
// TextQuote aliases
|
|
2518
2524
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2519
|
-
// TextCursorInput aliases
|
|
2520
|
-
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2521
2525
|
// TextSearch aliases
|
|
2522
2526
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2523
2527
|
// Theater aliases
|
|
@@ -2526,16 +2530,16 @@ export { default as TheaterIcon } from '../icons/theater';
|
|
|
2526
2530
|
export { default as TextIcon } from '../icons/text';
|
|
2527
2531
|
// ThermometerSnowflake aliases
|
|
2528
2532
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2529
|
-
// ThermometerSun aliases
|
|
2530
|
-
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2531
|
-
// ThumbsDown aliases
|
|
2532
|
-
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2533
2533
|
// Thermometer aliases
|
|
2534
2534
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2535
|
-
//
|
|
2536
|
-
export { default as
|
|
2535
|
+
// ThumbsDown aliases
|
|
2536
|
+
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2537
|
+
// ThermometerSun aliases
|
|
2538
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2537
2539
|
// TicketCheck aliases
|
|
2538
2540
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2541
|
+
// ThumbsUp aliases
|
|
2542
|
+
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2539
2543
|
// TicketMinus aliases
|
|
2540
2544
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2541
2545
|
// TicketPercent aliases
|
|
@@ -2548,58 +2552,58 @@ export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
|
2548
2552
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2549
2553
|
// Ticket aliases
|
|
2550
2554
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2551
|
-
// Tickets aliases
|
|
2552
|
-
export { default as TicketsIcon } from '../icons/tickets';
|
|
2553
2555
|
// TicketsPlane aliases
|
|
2554
2556
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2557
|
+
// Tickets aliases
|
|
2558
|
+
export { default as TicketsIcon } from '../icons/tickets';
|
|
2555
2559
|
// TimerOff aliases
|
|
2556
2560
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2557
2561
|
// TimerReset aliases
|
|
2558
2562
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2563
|
+
// Timer aliases
|
|
2564
|
+
export { default as TimerIcon } from '../icons/timer';
|
|
2559
2565
|
// ToggleLeft aliases
|
|
2560
2566
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2561
2567
|
// ToggleRight aliases
|
|
2562
2568
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2563
|
-
// Timer aliases
|
|
2564
|
-
export { default as TimerIcon } from '../icons/timer';
|
|
2565
2569
|
// Toilet aliases
|
|
2566
2570
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2567
2571
|
// ToolCase aliases
|
|
2568
2572
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2569
|
-
// Tornado aliases
|
|
2570
|
-
export { default as TornadoIcon } from '../icons/tornado';
|
|
2571
2573
|
// Torus aliases
|
|
2572
2574
|
export { default as TorusIcon } from '../icons/torus';
|
|
2573
2575
|
// TouchpadOff aliases
|
|
2574
2576
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2577
|
+
// Tornado aliases
|
|
2578
|
+
export { default as TornadoIcon } from '../icons/tornado';
|
|
2575
2579
|
// Touchpad aliases
|
|
2576
2580
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2577
2581
|
// TowerControl aliases
|
|
2578
2582
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2579
|
-
// ToyBrick aliases
|
|
2580
|
-
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2581
2583
|
// Tractor aliases
|
|
2582
2584
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2585
|
+
// ToyBrick aliases
|
|
2586
|
+
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2583
2587
|
// TrafficCone aliases
|
|
2584
2588
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2585
|
-
// TrainFrontTunnel aliases
|
|
2586
|
-
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2587
2589
|
// TrainFront aliases
|
|
2588
2590
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2589
|
-
//
|
|
2590
|
-
export { default as
|
|
2591
|
+
// TrainFrontTunnel aliases
|
|
2592
|
+
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2591
2593
|
// Transgender aliases
|
|
2592
2594
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2593
|
-
//
|
|
2594
|
-
export { default as
|
|
2595
|
+
// TrainTrack aliases
|
|
2596
|
+
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2595
2597
|
// Trash aliases
|
|
2596
2598
|
export { default as TrashIcon } from '../icons/trash';
|
|
2597
|
-
//
|
|
2598
|
-
export { default as
|
|
2599
|
+
// Trash2 aliases
|
|
2600
|
+
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2599
2601
|
// TreePine aliases
|
|
2600
2602
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2601
2603
|
// Trees aliases
|
|
2602
2604
|
export { default as TreesIcon } from '../icons/trees';
|
|
2605
|
+
// TreeDeciduous aliases
|
|
2606
|
+
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2603
2607
|
// Trello aliases
|
|
2604
2608
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2605
2609
|
// TrendingDown aliases
|
|
@@ -2620,60 +2624,60 @@ export { default as TrophyIcon } from '../icons/trophy';
|
|
|
2620
2624
|
export { default as TruckIcon } from '../icons/truck';
|
|
2621
2625
|
// TruckElectric aliases
|
|
2622
2626
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2623
|
-
// TurkishLira aliases
|
|
2624
|
-
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2625
2627
|
// Turtle aliases
|
|
2626
2628
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2629
|
+
// TurkishLira aliases
|
|
2630
|
+
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2627
2631
|
// TvMinimalPlay aliases
|
|
2628
2632
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2629
2633
|
// Tv aliases
|
|
2630
2634
|
export { default as TvIcon } from '../icons/tv';
|
|
2631
|
-
// TypeOutline aliases
|
|
2632
|
-
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2633
2635
|
// Twitch aliases
|
|
2634
2636
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2635
2637
|
// Twitter aliases
|
|
2636
2638
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2639
|
+
// TypeOutline aliases
|
|
2640
|
+
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2637
2641
|
// Type aliases
|
|
2638
2642
|
export { default as TypeIcon } from '../icons/type';
|
|
2639
2643
|
// UmbrellaOff aliases
|
|
2640
2644
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2641
2645
|
// Umbrella aliases
|
|
2642
2646
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2643
|
-
// Underline aliases
|
|
2644
|
-
export { default as UnderlineIcon } from '../icons/underline';
|
|
2645
2647
|
// Undo2 aliases
|
|
2646
2648
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2649
|
+
// Underline aliases
|
|
2650
|
+
export { default as UnderlineIcon } from '../icons/underline';
|
|
2651
|
+
// Undo aliases
|
|
2652
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2647
2653
|
// UndoDot aliases
|
|
2648
2654
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2649
2655
|
// UnfoldHorizontal aliases
|
|
2650
2656
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2651
|
-
// Undo aliases
|
|
2652
|
-
export { default as UndoIcon } from '../icons/undo';
|
|
2653
2657
|
// UnfoldVertical aliases
|
|
2654
2658
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2655
2659
|
// Ungroup aliases
|
|
2656
2660
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2657
2661
|
// Unlink2 aliases
|
|
2658
2662
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2659
|
-
// Unlink aliases
|
|
2660
|
-
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2661
2663
|
// Unplug aliases
|
|
2662
2664
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2663
|
-
// Usb aliases
|
|
2664
|
-
export { default as UsbIcon } from '../icons/usb';
|
|
2665
|
-
// UserCheck aliases
|
|
2666
|
-
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2667
2665
|
// Upload aliases
|
|
2668
2666
|
export { default as UploadIcon } from '../icons/upload';
|
|
2667
|
+
// Unlink aliases
|
|
2668
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2669
|
+
// UserCheck aliases
|
|
2670
|
+
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2671
|
+
// Usb aliases
|
|
2672
|
+
export { default as UsbIcon } from '../icons/usb';
|
|
2673
|
+
// UserCog aliases
|
|
2674
|
+
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2675
|
+
// UserLock aliases
|
|
2676
|
+
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2669
2677
|
// UserMinus aliases
|
|
2670
2678
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2671
2679
|
// UserPen aliases
|
|
2672
2680
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2673
|
-
// UserLock aliases
|
|
2674
|
-
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2675
|
-
// UserCog aliases
|
|
2676
|
-
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2677
2681
|
// UserPlus aliases
|
|
2678
2682
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2679
2683
|
// UserRoundSearch aliases
|
|
@@ -2682,16 +2686,16 @@ export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
|
2682
2686
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2683
2687
|
// UserSearch aliases
|
|
2684
2688
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2685
|
-
// User aliases
|
|
2686
|
-
export { default as UserIcon } from '../icons/user';
|
|
2687
2689
|
// UserX aliases
|
|
2688
2690
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2689
|
-
//
|
|
2690
|
-
export { default as
|
|
2691
|
+
// User aliases
|
|
2692
|
+
export { default as UserIcon } from '../icons/user';
|
|
2691
2693
|
// Users aliases
|
|
2692
2694
|
export { default as UsersIcon } from '../icons/users';
|
|
2693
2695
|
// Variable aliases
|
|
2694
2696
|
export { default as VariableIcon } from '../icons/variable';
|
|
2697
|
+
// UtilityPole aliases
|
|
2698
|
+
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2695
2699
|
// Vault aliases
|
|
2696
2700
|
export { default as VaultIcon } from '../icons/vault';
|
|
2697
2701
|
// VectorSquare aliases
|
|
@@ -2706,18 +2710,18 @@ export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
|
2706
2710
|
export { default as VenusIcon } from '../icons/venus';
|
|
2707
2711
|
// VibrateOff aliases
|
|
2708
2712
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2709
|
-
// Vibrate aliases
|
|
2710
|
-
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2711
2713
|
// VideoOff aliases
|
|
2712
2714
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2715
|
+
// Vibrate aliases
|
|
2716
|
+
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2713
2717
|
// Video aliases
|
|
2714
2718
|
export { default as VideoIcon } from '../icons/video';
|
|
2715
|
-
// Videotape aliases
|
|
2716
|
-
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2717
2719
|
// View aliases
|
|
2718
2720
|
export { default as ViewIcon } from '../icons/view';
|
|
2719
2721
|
// Voicemail aliases
|
|
2720
2722
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2723
|
+
// Videotape aliases
|
|
2724
|
+
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2721
2725
|
// Volleyball aliases
|
|
2722
2726
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2723
2727
|
// Volume1 aliases
|
|
@@ -2732,72 +2736,72 @@ export { default as VolumeIcon } from '../icons/volume';
|
|
|
2732
2736
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2733
2737
|
// Vote aliases
|
|
2734
2738
|
export { default as VoteIcon } from '../icons/vote';
|
|
2735
|
-
// WalletCards aliases
|
|
2736
|
-
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2737
2739
|
// Wallet aliases
|
|
2738
2740
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2739
|
-
//
|
|
2740
|
-
export { default as
|
|
2741
|
-
// WashingMachine aliases
|
|
2742
|
-
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2741
|
+
// WalletCards aliases
|
|
2742
|
+
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2743
2743
|
// Wand aliases
|
|
2744
2744
|
export { default as WandIcon } from '../icons/wand';
|
|
2745
|
+
// Wallpaper aliases
|
|
2746
|
+
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2745
2747
|
// Warehouse aliases
|
|
2746
2748
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2749
|
+
// WashingMachine aliases
|
|
2750
|
+
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2747
2751
|
// Watch aliases
|
|
2748
2752
|
export { default as WatchIcon } from '../icons/watch';
|
|
2749
2753
|
// WavesLadder aliases
|
|
2750
2754
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2751
|
-
// Waypoints aliases
|
|
2752
|
-
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2753
2755
|
// Waves aliases
|
|
2754
2756
|
export { default as WavesIcon } from '../icons/waves';
|
|
2757
|
+
// Waypoints aliases
|
|
2758
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2755
2759
|
// Webcam aliases
|
|
2756
2760
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2757
2761
|
// WebhookOff aliases
|
|
2758
2762
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2759
2763
|
// Webhook aliases
|
|
2760
2764
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2765
|
+
// WheatOff aliases
|
|
2766
|
+
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2761
2767
|
// Weight aliases
|
|
2762
2768
|
export { default as WeightIcon } from '../icons/weight';
|
|
2763
2769
|
// Wheat aliases
|
|
2764
2770
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2765
|
-
// WheatOff aliases
|
|
2766
|
-
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2767
2771
|
// WholeWord aliases
|
|
2768
2772
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2769
2773
|
// WifiCog aliases
|
|
2770
2774
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2771
2775
|
// WifiHigh aliases
|
|
2772
2776
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2773
|
-
// WifiLow aliases
|
|
2774
|
-
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2775
2777
|
// WifiOff aliases
|
|
2776
2778
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2779
|
+
// WifiLow aliases
|
|
2780
|
+
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2777
2781
|
// WifiPen aliases
|
|
2778
2782
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2779
|
-
// WifiZero aliases
|
|
2780
|
-
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2781
2783
|
// WifiSync aliases
|
|
2782
2784
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2783
2785
|
// WindArrowDown aliases
|
|
2784
2786
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2787
|
+
// WifiZero aliases
|
|
2788
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2785
2789
|
// Wifi aliases
|
|
2786
2790
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2787
|
-
// WineOff aliases
|
|
2788
|
-
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2789
2791
|
// Wind aliases
|
|
2790
2792
|
export { default as WindIcon } from '../icons/wind';
|
|
2791
|
-
// Workflow aliases
|
|
2792
|
-
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2793
2793
|
// Wine aliases
|
|
2794
2794
|
export { default as WineIcon } from '../icons/wine';
|
|
2795
|
-
//
|
|
2796
|
-
export { default as
|
|
2797
|
-
//
|
|
2798
|
-
export { default as
|
|
2795
|
+
// WineOff aliases
|
|
2796
|
+
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2797
|
+
// Workflow aliases
|
|
2798
|
+
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2799
2799
|
// Wrench aliases
|
|
2800
2800
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2801
|
+
// Worm aliases
|
|
2802
|
+
export { default as WormIcon } from '../icons/worm';
|
|
2803
|
+
// WrapText aliases
|
|
2804
|
+
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2801
2805
|
// X aliases
|
|
2802
2806
|
export { default as XIcon } from '../icons/x';
|
|
2803
2807
|
// Youtube aliases
|
|
@@ -2810,10 +2814,10 @@ export { default as ZapIcon } from '../icons/zap';
|
|
|
2810
2814
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2811
2815
|
// ZoomOut aliases
|
|
2812
2816
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2813
|
-
// ArrowDown10 aliases
|
|
2814
|
-
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2815
2817
|
// ArrowDown01 aliases
|
|
2816
2818
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2819
|
+
// ArrowDown10 aliases
|
|
2820
|
+
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2817
2821
|
// ArrowUp01 aliases
|
|
2818
2822
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2819
2823
|
// ArrowUp10 aliases
|
|
@@ -2839,12 +2843,12 @@ export { default as ArrowDownZaIcon } from '../icons/arrow-down-z-a';
|
|
|
2839
2843
|
// ArrowUpNarrowWide aliases
|
|
2840
2844
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2841
2845
|
export { default as SortAscIcon } from '../icons/arrow-up-narrow-wide';
|
|
2842
|
-
// ArrowUpAZ aliases
|
|
2843
|
-
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2844
|
-
export { default as ArrowUpAzIcon } from '../icons/arrow-up-a-z';
|
|
2845
2846
|
// ArrowUpZA aliases
|
|
2846
2847
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2847
2848
|
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
2849
|
+
// ArrowUpAZ aliases
|
|
2850
|
+
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2851
|
+
export { default as ArrowUpAzIcon } from '../icons/arrow-up-a-z';
|
|
2848
2852
|
// Axis3d aliases
|
|
2849
2853
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2850
2854
|
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
@@ -2860,15 +2864,18 @@ export {
|
|
|
2860
2864
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2861
2865
|
default as BetweenHorizonalEndIcon
|
|
2862
2866
|
} from '../icons/between-horizontal-end';
|
|
2863
|
-
// BookDashed aliases
|
|
2864
|
-
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2865
|
-
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2866
2867
|
// BetweenHorizontalStart aliases
|
|
2867
2868
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2868
2869
|
export {
|
|
2869
2870
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2870
2871
|
default as BetweenHorizonalStartIcon
|
|
2871
2872
|
} from '../icons/between-horizontal-start';
|
|
2873
|
+
// BookDashed aliases
|
|
2874
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2875
|
+
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2876
|
+
// Braces aliases
|
|
2877
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
2878
|
+
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2872
2879
|
// Captions aliases
|
|
2873
2880
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2874
2881
|
export { default as SubtitlesIcon } from '../icons/captions';
|
|
@@ -2878,9 +2885,6 @@ export {
|
|
|
2878
2885
|
/** @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 */
|
|
2879
2886
|
default as AreaChartIcon
|
|
2880
2887
|
} from '../icons/chart-area';
|
|
2881
|
-
// Braces aliases
|
|
2882
|
-
export { default as BracesIcon } from '../icons/braces';
|
|
2883
|
-
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2884
2888
|
// ChartBarBig aliases
|
|
2885
2889
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2886
2890
|
export {
|
|
@@ -2917,60 +2921,60 @@ export {
|
|
|
2917
2921
|
/** @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 */
|
|
2918
2922
|
default as BarChart3Icon
|
|
2919
2923
|
} from '../icons/chart-column';
|
|
2920
|
-
// ChartNoAxesColumnIncreasing aliases
|
|
2921
|
-
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
2922
|
-
export {
|
|
2923
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
2924
|
-
default as BarChartIcon
|
|
2925
|
-
} from '../icons/chart-no-axes-column-increasing';
|
|
2926
2924
|
// ChartLine aliases
|
|
2927
2925
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2928
2926
|
export {
|
|
2929
2927
|
/** @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 */
|
|
2930
2928
|
default as LineChartIcon
|
|
2931
2929
|
} from '../icons/chart-line';
|
|
2932
|
-
//
|
|
2933
|
-
export { default as
|
|
2930
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
2931
|
+
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
2934
2932
|
export {
|
|
2935
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2936
|
-
default as
|
|
2937
|
-
} from '../icons/chart-no-axes-column';
|
|
2933
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
2934
|
+
default as BarChartIcon
|
|
2935
|
+
} from '../icons/chart-no-axes-column-increasing';
|
|
2938
2936
|
// ChartNoAxesGantt aliases
|
|
2939
2937
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2940
2938
|
export {
|
|
2941
2939
|
/** @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 */
|
|
2942
2940
|
default as GanttChartIcon
|
|
2943
2941
|
} from '../icons/chart-no-axes-gantt';
|
|
2942
|
+
// ChartNoAxesColumn aliases
|
|
2943
|
+
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
2944
|
+
export {
|
|
2945
|
+
/** @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 */
|
|
2946
|
+
default as BarChart2Icon
|
|
2947
|
+
} from '../icons/chart-no-axes-column';
|
|
2944
2948
|
// ChartPie aliases
|
|
2945
2949
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
2946
2950
|
export {
|
|
2947
2951
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
2948
2952
|
default as PieChartIcon
|
|
2949
2953
|
} from '../icons/chart-pie';
|
|
2950
|
-
// CircleAlert aliases
|
|
2951
|
-
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2952
|
-
export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
2953
2954
|
// ChartScatter aliases
|
|
2954
2955
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
2955
2956
|
export {
|
|
2956
2957
|
/** @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 */
|
|
2957
2958
|
default as ScatterChartIcon
|
|
2958
2959
|
} from '../icons/chart-scatter';
|
|
2960
|
+
// CircleAlert aliases
|
|
2961
|
+
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2962
|
+
export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
2959
2963
|
// CircleArrowDown aliases
|
|
2960
2964
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2961
2965
|
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2962
2966
|
// CircleArrowLeft aliases
|
|
2963
2967
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2964
2968
|
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
2965
|
-
// CircleArrowOutUpLeft aliases
|
|
2966
|
-
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
2967
|
-
export { default as ArrowUpLeftFromCircleIcon } from '../icons/circle-arrow-out-up-left';
|
|
2968
2969
|
// CircleArrowOutDownLeft aliases
|
|
2969
2970
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2970
2971
|
export { default as ArrowDownLeftFromCircleIcon } from '../icons/circle-arrow-out-down-left';
|
|
2971
2972
|
// CircleArrowOutDownRight aliases
|
|
2972
2973
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
2973
2974
|
export { default as ArrowDownRightFromCircleIcon } from '../icons/circle-arrow-out-down-right';
|
|
2975
|
+
// CircleArrowOutUpLeft aliases
|
|
2976
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
2977
|
+
export { default as ArrowUpLeftFromCircleIcon } from '../icons/circle-arrow-out-up-left';
|
|
2974
2978
|
// CircleArrowOutUpRight aliases
|
|
2975
2979
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
2976
2980
|
export { default as ArrowUpRightFromCircleIcon } from '../icons/circle-arrow-out-up-right';
|
|
@@ -2992,12 +2996,12 @@ export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
|
2992
2996
|
// CircleChevronLeft aliases
|
|
2993
2997
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
2994
2998
|
export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
2995
|
-
// CircleChevronUp aliases
|
|
2996
|
-
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
2997
|
-
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
2998
2999
|
// CircleChevronRight aliases
|
|
2999
3000
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3000
3001
|
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
3002
|
+
// CircleChevronUp aliases
|
|
3003
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3004
|
+
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
3001
3005
|
// CircleDivide aliases
|
|
3002
3006
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3003
3007
|
export { default as DivideCircleIcon } from '../icons/circle-divide';
|
|
@@ -3007,31 +3011,34 @@ export { default as GaugeCircleIcon } from '../icons/circle-gauge';
|
|
|
3007
3011
|
// CircleMinus aliases
|
|
3008
3012
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3009
3013
|
export { default as MinusCircleIcon } from '../icons/circle-minus';
|
|
3010
|
-
// CircleParking aliases
|
|
3011
|
-
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3012
|
-
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
3013
3014
|
// CircleParkingOff aliases
|
|
3014
3015
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3015
3016
|
export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
3016
|
-
//
|
|
3017
|
-
export { default as
|
|
3018
|
-
export { default as
|
|
3017
|
+
// CircleParking aliases
|
|
3018
|
+
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3019
|
+
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
3019
3020
|
// CirclePause aliases
|
|
3020
3021
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3021
|
-
export { default as PauseCircleIcon } from '../icons/circle-pause';
|
|
3022
|
-
//
|
|
3023
|
-
export { default as
|
|
3024
|
-
export { default as
|
|
3025
|
-
// CirclePower aliases
|
|
3026
|
-
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3027
|
-
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
3022
|
+
export { default as PauseCircleIcon } from '../icons/circle-pause';
|
|
3023
|
+
// CirclePercent aliases
|
|
3024
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3025
|
+
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
3028
3026
|
// CirclePlus aliases
|
|
3029
3027
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3030
3028
|
export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
3029
|
+
// CirclePower aliases
|
|
3030
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3031
|
+
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
3032
|
+
// CirclePlay aliases
|
|
3033
|
+
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3034
|
+
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
3031
3035
|
// CircleQuestionMark aliases
|
|
3032
3036
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3033
3037
|
export { default as HelpCircleIcon } from '../icons/circle-question-mark';
|
|
3034
3038
|
export { default as CircleHelpIcon } from '../icons/circle-question-mark';
|
|
3039
|
+
// CircleSlash2 aliases
|
|
3040
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3041
|
+
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
3035
3042
|
// CircleStop aliases
|
|
3036
3043
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3037
3044
|
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
@@ -3041,24 +3048,21 @@ export {
|
|
|
3041
3048
|
/** @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 */
|
|
3042
3049
|
default as UserCircle2Icon
|
|
3043
3050
|
} from '../icons/circle-user-round';
|
|
3044
|
-
// CircleSlash2 aliases
|
|
3045
|
-
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3046
|
-
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
3047
3051
|
// CircleUser aliases
|
|
3048
3052
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3049
3053
|
export { default as UserCircleIcon } from '../icons/circle-user';
|
|
3050
|
-
// ClipboardPen aliases
|
|
3051
|
-
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3052
|
-
export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
3053
3054
|
// CircleX aliases
|
|
3054
3055
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3055
3056
|
export { default as XCircleIcon } from '../icons/circle-x';
|
|
3056
|
-
//
|
|
3057
|
-
export { default as
|
|
3058
|
-
export { default as
|
|
3057
|
+
// ClipboardPen aliases
|
|
3058
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3059
|
+
export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
3059
3060
|
// ClipboardPenLine aliases
|
|
3060
3061
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3061
3062
|
export { default as ClipboardSignatureIcon } from '../icons/clipboard-pen-line';
|
|
3063
|
+
// CloudDownload aliases
|
|
3064
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3065
|
+
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
3062
3066
|
// CloudUpload aliases
|
|
3063
3067
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3064
3068
|
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
@@ -3099,12 +3103,6 @@ export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
|
3099
3103
|
// Ellipsis aliases
|
|
3100
3104
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3101
3105
|
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3102
|
-
// FileChartColumn aliases
|
|
3103
|
-
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3104
|
-
export {
|
|
3105
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3106
|
-
default as FileBarChart2Icon
|
|
3107
|
-
} from '../icons/file-chart-column';
|
|
3108
3106
|
// FileAxis3d aliases
|
|
3109
3107
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3110
3108
|
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
@@ -3114,6 +3112,12 @@ export {
|
|
|
3114
3112
|
/** @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 */
|
|
3115
3113
|
default as FileBarChartIcon
|
|
3116
3114
|
} from '../icons/file-chart-column-increasing';
|
|
3115
|
+
// FileChartColumn aliases
|
|
3116
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3117
|
+
export {
|
|
3118
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3119
|
+
default as FileBarChart2Icon
|
|
3120
|
+
} from '../icons/file-chart-column';
|
|
3117
3121
|
// FileChartLine aliases
|
|
3118
3122
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3119
3123
|
export {
|
|
@@ -3135,24 +3139,24 @@ export {
|
|
|
3135
3139
|
// FilePenLine aliases
|
|
3136
3140
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3137
3141
|
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
3138
|
-
//
|
|
3139
|
-
export { default as
|
|
3140
|
-
export { default as
|
|
3142
|
+
// FilePlay aliases
|
|
3143
|
+
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3144
|
+
export { default as FileVideoIcon } from '../icons/file-play';
|
|
3141
3145
|
// FileQuestionMark aliases
|
|
3142
3146
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3143
3147
|
export { default as FileQuestionIcon } from '../icons/file-question-mark';
|
|
3148
|
+
// FilePen aliases
|
|
3149
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3150
|
+
export { default as FileEditIcon } from '../icons/file-pen';
|
|
3151
|
+
// FileVideoCamera aliases
|
|
3152
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3153
|
+
export { default as FileVideo2Icon } from '../icons/file-video-camera';
|
|
3144
3154
|
// FolderCog aliases
|
|
3145
3155
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3146
3156
|
export {
|
|
3147
3157
|
/** @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 */
|
|
3148
3158
|
default as FolderCog2Icon
|
|
3149
3159
|
} from '../icons/folder-cog';
|
|
3150
|
-
// FunnelX aliases
|
|
3151
|
-
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3152
|
-
export {
|
|
3153
|
-
/** @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 */
|
|
3154
|
-
default as FilterXIcon
|
|
3155
|
-
} from '../icons/funnel-x';
|
|
3156
3160
|
// FolderPen aliases
|
|
3157
3161
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3158
3162
|
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
@@ -3162,25 +3166,31 @@ export {
|
|
|
3162
3166
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3163
3167
|
default as FilterIcon
|
|
3164
3168
|
} from '../icons/funnel';
|
|
3169
|
+
// FunnelX aliases
|
|
3170
|
+
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3171
|
+
export {
|
|
3172
|
+
/** @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 */
|
|
3173
|
+
default as FilterXIcon
|
|
3174
|
+
} from '../icons/funnel-x';
|
|
3165
3175
|
// GitCommitHorizontal aliases
|
|
3166
3176
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3167
3177
|
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
3168
3178
|
// Grid2x2Check aliases
|
|
3169
3179
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3170
3180
|
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3171
|
-
// Grid2x2Plus aliases
|
|
3172
|
-
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3173
|
-
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3174
3181
|
// Grid2x2X aliases
|
|
3175
3182
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3176
3183
|
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3177
|
-
//
|
|
3178
|
-
export { default as
|
|
3179
|
-
export { default as
|
|
3184
|
+
// Grid2x2Plus aliases
|
|
3185
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3186
|
+
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3180
3187
|
// Grid3x3 aliases
|
|
3181
3188
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3182
3189
|
export { default as GridIcon } from '../icons/grid-3x3';
|
|
3183
3190
|
export { default as Grid3X3Icon } from '../icons/grid-3x3';
|
|
3191
|
+
// Grid2x2 aliases
|
|
3192
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3193
|
+
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3184
3194
|
// House aliases
|
|
3185
3195
|
export { default as HouseIcon } from '../icons/house';
|
|
3186
3196
|
export { default as HomeIcon } from '../icons/house';
|
|
@@ -3193,30 +3203,30 @@ export {
|
|
|
3193
3203
|
/** @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 */
|
|
3194
3204
|
default as IceCream2Icon
|
|
3195
3205
|
} from '../icons/ice-cream-bowl';
|
|
3196
|
-
// IceCreamCone aliases
|
|
3197
|
-
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3198
|
-
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3199
3206
|
// IndentDecrease aliases
|
|
3200
3207
|
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3201
3208
|
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3202
3209
|
// IndentIncrease aliases
|
|
3203
3210
|
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3204
3211
|
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3212
|
+
// IceCreamCone aliases
|
|
3213
|
+
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3214
|
+
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3205
3215
|
// LaptopMinimal aliases
|
|
3206
3216
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3207
3217
|
export {
|
|
3208
3218
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3209
3219
|
default as Laptop2Icon
|
|
3210
3220
|
} from '../icons/laptop-minimal';
|
|
3221
|
+
// LoaderCircle aliases
|
|
3222
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3223
|
+
export { default as Loader2Icon } from '../icons/loader-circle';
|
|
3211
3224
|
// Layers aliases
|
|
3212
3225
|
export { default as LayersIcon } from '../icons/layers';
|
|
3213
3226
|
export { default as Layers3Icon } from '../icons/layers';
|
|
3214
3227
|
// LockKeyholeOpen aliases
|
|
3215
3228
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3216
3229
|
export { default as UnlockKeyholeIcon } from '../icons/lock-keyhole-open';
|
|
3217
|
-
// LoaderCircle aliases
|
|
3218
|
-
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3219
|
-
export { default as Loader2Icon } from '../icons/loader-circle';
|
|
3220
3230
|
// LockOpen aliases
|
|
3221
3231
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3222
3232
|
export { default as UnlockIcon } from '../icons/lock-open';
|
|
@@ -3238,48 +3248,48 @@ export { default as Move3DIcon } from '../icons/move-3d';
|
|
|
3238
3248
|
// OctagonAlert aliases
|
|
3239
3249
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3240
3250
|
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3241
|
-
// OctagonPause aliases
|
|
3242
|
-
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3243
|
-
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
3244
3251
|
// OctagonX aliases
|
|
3245
3252
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3246
3253
|
export { default as XOctagonIcon } from '../icons/octagon-x';
|
|
3254
|
+
// OctagonPause aliases
|
|
3255
|
+
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3256
|
+
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
3247
3257
|
// PaintbrushVertical aliases
|
|
3248
3258
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3249
3259
|
export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
3250
3260
|
// PanelBottomDashed aliases
|
|
3251
3261
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3252
3262
|
export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed';
|
|
3253
|
-
// PanelLeftOpen aliases
|
|
3254
|
-
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3255
|
-
export { default as SidebarOpenIcon } from '../icons/panel-left-open';
|
|
3256
|
-
// PanelLeftDashed aliases
|
|
3257
|
-
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3258
|
-
export { default as PanelLeftInactiveIcon } from '../icons/panel-left-dashed';
|
|
3259
3263
|
// PanelLeftClose aliases
|
|
3260
3264
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3261
3265
|
export { default as SidebarCloseIcon } from '../icons/panel-left-close';
|
|
3266
|
+
// PanelLeftDashed aliases
|
|
3267
|
+
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3268
|
+
export { default as PanelLeftInactiveIcon } from '../icons/panel-left-dashed';
|
|
3269
|
+
// PanelLeftOpen aliases
|
|
3270
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3271
|
+
export { default as SidebarOpenIcon } from '../icons/panel-left-open';
|
|
3262
3272
|
// PanelLeft aliases
|
|
3263
3273
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3264
3274
|
export { default as SidebarIcon } from '../icons/panel-left';
|
|
3265
3275
|
// PanelRightDashed aliases
|
|
3266
3276
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3267
3277
|
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
3268
|
-
//
|
|
3269
|
-
export { default as
|
|
3270
|
-
export { default as
|
|
3278
|
+
// PanelsTopLeft aliases
|
|
3279
|
+
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3280
|
+
export { default as LayoutIcon } from '../icons/panels-top-left';
|
|
3271
3281
|
// PenLine aliases
|
|
3272
3282
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3273
3283
|
export {
|
|
3274
3284
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3275
3285
|
default as Edit3Icon
|
|
3276
3286
|
} from '../icons/pen-line';
|
|
3287
|
+
// PanelTopDashed aliases
|
|
3288
|
+
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3289
|
+
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
3277
3290
|
// PlugZap aliases
|
|
3278
3291
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3279
3292
|
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3280
|
-
// PanelsTopLeft aliases
|
|
3281
|
-
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3282
|
-
export { default as LayoutIcon } from '../icons/panels-top-left';
|
|
3283
3293
|
// Pen aliases
|
|
3284
3294
|
export { default as PenIcon } from '../icons/pen';
|
|
3285
3295
|
export {
|
|
@@ -3298,6 +3308,9 @@ export { default as RowsIcon } from '../icons/rows-2';
|
|
|
3298
3308
|
// Rows3 aliases
|
|
3299
3309
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3300
3310
|
export { default as PanelsTopBottomIcon } from '../icons/rows-3';
|
|
3311
|
+
// Scale3d aliases
|
|
3312
|
+
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3313
|
+
export { default as Scale3DIcon } from '../icons/scale-3d';
|
|
3301
3314
|
// SendHorizontal aliases
|
|
3302
3315
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3303
3316
|
export {
|
|
@@ -3307,9 +3320,9 @@ export {
|
|
|
3307
3320
|
// ShieldQuestionMark aliases
|
|
3308
3321
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3309
3322
|
export { default as ShieldQuestionIcon } from '../icons/shield-question-mark';
|
|
3310
|
-
//
|
|
3311
|
-
export { default as
|
|
3312
|
-
export { default as
|
|
3323
|
+
// SlidersVertical aliases
|
|
3324
|
+
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3325
|
+
export { default as SlidersIcon } from '../icons/sliders-vertical';
|
|
3313
3326
|
// ShieldX aliases
|
|
3314
3327
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3315
3328
|
export { default as ShieldCloseIcon } from '../icons/shield-x';
|
|
@@ -3319,82 +3332,79 @@ export { default as StarsIcon } from '../icons/sparkles';
|
|
|
3319
3332
|
// SquareActivity aliases
|
|
3320
3333
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3321
3334
|
export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
3322
|
-
//
|
|
3323
|
-
export { default as
|
|
3324
|
-
export { default as
|
|
3335
|
+
// SquareArrowDown aliases
|
|
3336
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3337
|
+
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
3325
3338
|
// SquareArrowDownRight aliases
|
|
3326
3339
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3327
3340
|
export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-right';
|
|
3328
3341
|
// SquareArrowDownLeft aliases
|
|
3329
3342
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3330
3343
|
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3331
|
-
// SquareArrowDown aliases
|
|
3332
|
-
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3333
|
-
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
3334
3344
|
// SquareArrowLeft aliases
|
|
3335
3345
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3336
3346
|
export { default as ArrowLeftSquareIcon } from '../icons/square-arrow-left';
|
|
3337
|
-
// SquareArrowOutDownRight aliases
|
|
3338
|
-
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3339
|
-
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
3340
3347
|
// SquareArrowOutDownLeft aliases
|
|
3341
3348
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3342
3349
|
export { default as ArrowDownLeftFromSquareIcon } from '../icons/square-arrow-out-down-left';
|
|
3343
|
-
//
|
|
3344
|
-
export { default as
|
|
3345
|
-
export { default as
|
|
3350
|
+
// SquareArrowOutDownRight aliases
|
|
3351
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3352
|
+
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
3346
3353
|
// SquareArrowOutUpLeft aliases
|
|
3347
3354
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3348
3355
|
export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-up-left';
|
|
3349
|
-
// SquareArrowUpLeft aliases
|
|
3350
|
-
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3351
|
-
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3352
3356
|
// SquareArrowRight aliases
|
|
3353
3357
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3354
3358
|
export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
3359
|
+
// SquareArrowUpLeft aliases
|
|
3360
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3361
|
+
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3355
3362
|
// SquareArrowUpRight aliases
|
|
3356
3363
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3357
3364
|
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3358
|
-
//
|
|
3359
|
-
export { default as
|
|
3360
|
-
export { default as
|
|
3365
|
+
// SquareArrowOutUpRight aliases
|
|
3366
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3367
|
+
export { default as ArrowUpRightFromSquareIcon } from '../icons/square-arrow-out-up-right';
|
|
3361
3368
|
// SquareArrowUp aliases
|
|
3362
3369
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3363
3370
|
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3371
|
+
// SquareAsterisk aliases
|
|
3372
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3373
|
+
export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
3374
|
+
// SquareBottomDashedScissors aliases
|
|
3375
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3376
|
+
export { default as ScissorsSquareDashedBottomIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3364
3377
|
// SquareChartGantt aliases
|
|
3365
3378
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3366
3379
|
export { default as GanttChartSquareIcon } from '../icons/square-chart-gantt';
|
|
3367
3380
|
export { default as SquareGanttChartIcon } from '../icons/square-chart-gantt';
|
|
3368
|
-
// SquareBottomDashedScissors aliases
|
|
3369
|
-
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3370
|
-
export { default as ScissorsSquareDashedBottomIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3371
3381
|
// SquareCheckBig aliases
|
|
3372
3382
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3373
3383
|
export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
3384
|
+
// SquareCheck aliases
|
|
3385
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3386
|
+
export { default as CheckSquare2Icon } from '../icons/square-check';
|
|
3374
3387
|
// SquareChevronDown aliases
|
|
3375
3388
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3376
3389
|
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3377
3390
|
// SquareChevronLeft aliases
|
|
3378
3391
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3379
3392
|
export { default as ChevronLeftSquareIcon } from '../icons/square-chevron-left';
|
|
3380
|
-
// SquareCheck aliases
|
|
3381
|
-
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3382
|
-
export { default as CheckSquare2Icon } from '../icons/square-check';
|
|
3383
3393
|
// SquareChevronRight aliases
|
|
3384
3394
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3385
3395
|
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
3386
3396
|
// SquareChevronUp aliases
|
|
3387
3397
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3388
3398
|
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3399
|
+
// SquareCode aliases
|
|
3400
|
+
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3401
|
+
export { default as CodeSquareIcon } from '../icons/square-code';
|
|
3389
3402
|
// SquareDashedKanban aliases
|
|
3390
3403
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3391
3404
|
export { default as KanbanSquareDashedIcon } from '../icons/square-dashed-kanban';
|
|
3392
3405
|
// SquareDashedMousePointer aliases
|
|
3393
3406
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3394
3407
|
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3395
|
-
// SquareCode aliases
|
|
3396
|
-
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3397
|
-
export { default as CodeSquareIcon } from '../icons/square-code';
|
|
3398
3408
|
// SquareDashed aliases
|
|
3399
3409
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3400
3410
|
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
@@ -3413,27 +3423,27 @@ export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
|
3413
3423
|
// SquareKanban aliases
|
|
3414
3424
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3415
3425
|
export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
3416
|
-
// SquareMenu aliases
|
|
3417
|
-
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3418
|
-
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3419
3426
|
// SquareLibrary aliases
|
|
3420
3427
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3421
3428
|
export { default as LibrarySquareIcon } from '../icons/square-library';
|
|
3422
3429
|
// SquareM aliases
|
|
3423
3430
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
3424
3431
|
export { default as MSquareIcon } from '../icons/square-m';
|
|
3425
|
-
// SquareMousePointer aliases
|
|
3426
|
-
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3427
|
-
export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
3428
3432
|
// SquareMinus aliases
|
|
3429
3433
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3430
3434
|
export { default as MinusSquareIcon } from '../icons/square-minus';
|
|
3431
|
-
//
|
|
3432
|
-
export { default as
|
|
3433
|
-
export { default as
|
|
3435
|
+
// SquareMenu aliases
|
|
3436
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3437
|
+
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3438
|
+
// SquareMousePointer aliases
|
|
3439
|
+
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3440
|
+
export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
3434
3441
|
// SquareParkingOff aliases
|
|
3435
3442
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3436
3443
|
export { default as ParkingSquareOffIcon } from '../icons/square-parking-off';
|
|
3444
|
+
// SquareParking aliases
|
|
3445
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3446
|
+
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
3437
3447
|
// SquarePen aliases
|
|
3438
3448
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
3439
3449
|
export { default as PenBoxIcon } from '../icons/square-pen';
|
|
@@ -3448,78 +3458,78 @@ export { default as PiSquareIcon } from '../icons/square-pi';
|
|
|
3448
3458
|
// SquarePilcrow aliases
|
|
3449
3459
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3450
3460
|
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3451
|
-
// SquarePlay aliases
|
|
3452
|
-
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3453
|
-
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3454
3461
|
// SquarePlus aliases
|
|
3455
3462
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3456
3463
|
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
3457
3464
|
// SquarePower aliases
|
|
3458
3465
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3459
3466
|
export { default as PowerSquareIcon } from '../icons/square-power';
|
|
3467
|
+
// SquarePlay aliases
|
|
3468
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3469
|
+
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3460
3470
|
// SquareScissors aliases
|
|
3461
3471
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
3462
3472
|
export { default as ScissorsSquareIcon } from '../icons/square-scissors';
|
|
3463
3473
|
// SquareSigma aliases
|
|
3464
3474
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3465
3475
|
export { default as SigmaSquareIcon } from '../icons/square-sigma';
|
|
3466
|
-
// SquareSlash aliases
|
|
3467
|
-
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3468
|
-
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3469
3476
|
// SquareSplitHorizontal aliases
|
|
3470
3477
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3471
3478
|
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3472
|
-
//
|
|
3473
|
-
export { default as
|
|
3474
|
-
export { default as
|
|
3479
|
+
// SquareSlash aliases
|
|
3480
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3481
|
+
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3475
3482
|
// SquareSplitVertical aliases
|
|
3476
3483
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3477
3484
|
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3478
|
-
//
|
|
3479
|
-
export { default as
|
|
3480
|
-
export { default as
|
|
3481
|
-
// SquareX aliases
|
|
3482
|
-
export { default as SquareXIcon } from '../icons/square-x';
|
|
3483
|
-
export { default as XSquareIcon } from '../icons/square-x';
|
|
3485
|
+
// SquareTerminal aliases
|
|
3486
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3487
|
+
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
3484
3488
|
// SquareUserRound aliases
|
|
3485
3489
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
3486
3490
|
export {
|
|
3487
3491
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
3488
3492
|
default as UserSquare2Icon
|
|
3489
3493
|
} from '../icons/square-user-round';
|
|
3494
|
+
// SquareUser aliases
|
|
3495
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
3496
|
+
export { default as UserSquareIcon } from '../icons/square-user';
|
|
3490
3497
|
// TestTubeDiagonal aliases
|
|
3491
3498
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
3492
3499
|
export { default as TestTube2Icon } from '../icons/test-tube-diagonal';
|
|
3500
|
+
// SquareX aliases
|
|
3501
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
3502
|
+
export { default as XSquareIcon } from '../icons/square-x';
|
|
3493
3503
|
// TextSelect aliases
|
|
3494
3504
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3495
3505
|
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
3496
|
-
// TramFront aliases
|
|
3497
|
-
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3498
|
-
export { default as TrainIcon } from '../icons/tram-front';
|
|
3499
3506
|
// TreePalm aliases
|
|
3500
3507
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3501
3508
|
export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
3502
|
-
//
|
|
3503
|
-
export { default as
|
|
3504
|
-
export {
|
|
3505
|
-
/** @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 */
|
|
3506
|
-
default as School2Icon
|
|
3507
|
-
} from '../icons/university';
|
|
3509
|
+
// TriangleAlert aliases
|
|
3510
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3511
|
+
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3508
3512
|
// TvMinimal aliases
|
|
3509
3513
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
3510
3514
|
export {
|
|
3511
3515
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
3512
3516
|
default as Tv2Icon
|
|
3513
3517
|
} from '../icons/tv-minimal';
|
|
3518
|
+
// TramFront aliases
|
|
3519
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3520
|
+
export { default as TrainIcon } from '../icons/tram-front';
|
|
3521
|
+
// University aliases
|
|
3522
|
+
export { default as UniversityIcon } from '../icons/university';
|
|
3523
|
+
export {
|
|
3524
|
+
/** @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 */
|
|
3525
|
+
default as School2Icon
|
|
3526
|
+
} from '../icons/university';
|
|
3514
3527
|
// UserRoundCheck aliases
|
|
3515
3528
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
3516
3529
|
export {
|
|
3517
3530
|
/** @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 */
|
|
3518
3531
|
default as UserCheck2Icon
|
|
3519
3532
|
} from '../icons/user-round-check';
|
|
3520
|
-
// TriangleAlert aliases
|
|
3521
|
-
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3522
|
-
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3523
3533
|
// UserRoundCog aliases
|
|
3524
3534
|
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
3525
3535
|
export {
|
|
@@ -3559,6 +3569,12 @@ export {
|
|
|
3559
3569
|
/** @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 */
|
|
3560
3570
|
default as Users2Icon
|
|
3561
3571
|
} from '../icons/users-round';
|
|
3572
|
+
// WalletMinimal aliases
|
|
3573
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3574
|
+
export {
|
|
3575
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
3576
|
+
default as Wallet2Icon
|
|
3577
|
+
} from '../icons/wallet-minimal';
|
|
3562
3578
|
// Utensils aliases
|
|
3563
3579
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3564
3580
|
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
@@ -3568,10 +3584,4 @@ export {
|
|
|
3568
3584
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
3569
3585
|
default as Wand2Icon
|
|
3570
3586
|
} from '../icons/wand-sparkles';
|
|
3571
|
-
// WalletMinimal aliases
|
|
3572
|
-
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3573
|
-
export {
|
|
3574
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
3575
|
-
default as Wallet2Icon
|
|
3576
|
-
} from '../icons/wallet-minimal';
|
|
3577
3587
|
|