@lucide/astro 1.2.0 → 1.4.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 +124 -124
- package/src/aliases/prefixed.ts +661 -655
- package/src/aliases/suffixed.ts +995 -989
- package/src/icons/index.ts +163 -160
- package/src/icons/shield-cog-corner.ts +18 -0
- package/src/icons/shield-cog.ts +18 -0
- package/src/icons/sport-shoe.ts +18 -0
package/src/icons/index.ts
CHANGED
|
@@ -9,13 +9,13 @@ export { default as AlarmClockCheck } from './alarm-clock-check';
|
|
|
9
9
|
export { default as AlarmClockMinus } from './alarm-clock-minus';
|
|
10
10
|
export { default as AlarmClockOff } from './alarm-clock-off';
|
|
11
11
|
export { default as AlarmClockPlus } from './alarm-clock-plus';
|
|
12
|
-
export { default as AlarmClock } from './alarm-clock';
|
|
13
12
|
export { default as AlarmSmoke } from './alarm-smoke';
|
|
14
|
-
export { default as
|
|
13
|
+
export { default as AlarmClock } from './alarm-clock';
|
|
15
14
|
export { default as AlignCenterHorizontal } from './align-center-horizontal';
|
|
15
|
+
export { default as Album } from './album';
|
|
16
16
|
export { default as AlignCenterVertical } from './align-center-vertical';
|
|
17
|
-
export { default as AlignEndHorizontal } from './align-end-horizontal';
|
|
18
17
|
export { default as AlignEndVertical } from './align-end-vertical';
|
|
18
|
+
export { default as AlignEndHorizontal } from './align-end-horizontal';
|
|
19
19
|
export { default as AlignHorizontalDistributeCenter } from './align-horizontal-distribute-center';
|
|
20
20
|
export { default as AlignHorizontalDistributeEnd } from './align-horizontal-distribute-end';
|
|
21
21
|
export { default as AlignHorizontalDistributeStart } from './align-horizontal-distribute-start';
|
|
@@ -38,25 +38,25 @@ export { default as Ambulance } from './ambulance';
|
|
|
38
38
|
export { default as Ampersand } from './ampersand';
|
|
39
39
|
export { default as Ampersands } from './ampersands';
|
|
40
40
|
export { default as Amphora } from './amphora';
|
|
41
|
+
export { default as Annoyed } from './annoyed';
|
|
41
42
|
export { default as Anchor } from './anchor';
|
|
42
43
|
export { default as Angry } from './angry';
|
|
43
|
-
export { default as Annoyed } from './annoyed';
|
|
44
44
|
export { default as Antenna } from './antenna';
|
|
45
45
|
export { default as Anvil } from './anvil';
|
|
46
46
|
export { default as Aperture } from './aperture';
|
|
47
47
|
export { default as AppWindowMac } from './app-window-mac';
|
|
48
48
|
export { default as AppWindow } from './app-window';
|
|
49
49
|
export { default as Apple } from './apple';
|
|
50
|
-
export { default as ArchiveRestore } from './archive-restore';
|
|
51
50
|
export { default as ArchiveX } from './archive-x';
|
|
51
|
+
export { default as ArchiveRestore } from './archive-restore';
|
|
52
52
|
export { default as Archive } from './archive';
|
|
53
53
|
export { default as Armchair } from './armchair';
|
|
54
54
|
export { default as ArrowBigDownDash } from './arrow-big-down-dash';
|
|
55
55
|
export { default as ArrowBigDown } from './arrow-big-down';
|
|
56
56
|
export { default as ArrowBigLeftDash } from './arrow-big-left-dash';
|
|
57
57
|
export { default as ArrowBigLeft } from './arrow-big-left';
|
|
58
|
-
export { default as ArrowBigRightDash } from './arrow-big-right-dash';
|
|
59
58
|
export { default as ArrowBigRight } from './arrow-big-right';
|
|
59
|
+
export { default as ArrowBigRightDash } from './arrow-big-right-dash';
|
|
60
60
|
export { default as ArrowBigUpDash } from './arrow-big-up-dash';
|
|
61
61
|
export { default as ArrowBigUp } from './arrow-big-up';
|
|
62
62
|
export { default as ArrowDown01 } from './arrow-down-0-1';
|
|
@@ -81,8 +81,8 @@ export { default as ArrowRightLeft } from './arrow-right-left';
|
|
|
81
81
|
export { default as ArrowRightToLine } from './arrow-right-to-line';
|
|
82
82
|
export { default as ArrowRight } from './arrow-right';
|
|
83
83
|
export { default as ArrowUp01 } from './arrow-up-0-1';
|
|
84
|
-
export { default as ArrowUp10 } from './arrow-up-1-0';
|
|
85
84
|
export { default as ArrowUpAZ } from './arrow-up-a-z';
|
|
85
|
+
export { default as ArrowUp10 } from './arrow-up-1-0';
|
|
86
86
|
export { default as ArrowUpDown } from './arrow-up-down';
|
|
87
87
|
export { default as ArrowUpFromDot } from './arrow-up-from-dot';
|
|
88
88
|
export { default as ArrowUpFromLine } from './arrow-up-from-line';
|
|
@@ -116,15 +116,15 @@ export { default as BadgeMinus } from './badge-minus';
|
|
|
116
116
|
export { default as BadgePercent } from './badge-percent';
|
|
117
117
|
export { default as BadgePlus } from './badge-plus';
|
|
118
118
|
export { default as BadgePoundSterling } from './badge-pound-sterling';
|
|
119
|
-
export { default as BadgeQuestionMark } from './badge-question-mark';
|
|
120
|
-
export { default as BadgeRussianRuble } from './badge-russian-ruble';
|
|
121
119
|
export { default as BadgeSwissFranc } from './badge-swiss-franc';
|
|
120
|
+
export { default as BadgeRussianRuble } from './badge-russian-ruble';
|
|
121
|
+
export { default as BadgeQuestionMark } from './badge-question-mark';
|
|
122
122
|
export { default as BadgeTurkishLira } from './badge-turkish-lira';
|
|
123
123
|
export { default as BadgeX } from './badge-x';
|
|
124
124
|
export { default as Badge } from './badge';
|
|
125
125
|
export { default as BaggageClaim } from './baggage-claim';
|
|
126
|
-
export { default as Ban } from './ban';
|
|
127
126
|
export { default as Balloon } from './balloon';
|
|
127
|
+
export { default as Ban } from './ban';
|
|
128
128
|
export { default as Banana } from './banana';
|
|
129
129
|
export { default as Bandage } from './bandage';
|
|
130
130
|
export { default as BanknoteArrowDown } from './banknote-arrow-down';
|
|
@@ -154,11 +154,11 @@ export { default as Beer } from './beer';
|
|
|
154
154
|
export { default as BellDot } from './bell-dot';
|
|
155
155
|
export { default as BellElectric } from './bell-electric';
|
|
156
156
|
export { default as BellMinus } from './bell-minus';
|
|
157
|
-
export { default as BellOff } from './bell-off';
|
|
158
157
|
export { default as BellPlus } from './bell-plus';
|
|
158
|
+
export { default as BellOff } from './bell-off';
|
|
159
159
|
export { default as BellRing } from './bell-ring';
|
|
160
|
-
export { default as Bell } from './bell';
|
|
161
160
|
export { default as BetweenHorizontalEnd } from './between-horizontal-end';
|
|
161
|
+
export { default as Bell } from './bell';
|
|
162
162
|
export { default as BetweenHorizontalStart } from './between-horizontal-start';
|
|
163
163
|
export { default as BetweenVerticalEnd } from './between-vertical-end';
|
|
164
164
|
export { default as BetweenVerticalStart } from './between-vertical-start';
|
|
@@ -175,27 +175,27 @@ export { default as Blinds } from './blinds';
|
|
|
175
175
|
export { default as Blocks } from './blocks';
|
|
176
176
|
export { default as BluetoothConnected } from './bluetooth-connected';
|
|
177
177
|
export { default as BluetoothOff } from './bluetooth-off';
|
|
178
|
-
export { default as BluetoothSearching } from './bluetooth-searching';
|
|
179
178
|
export { default as Bluetooth } from './bluetooth';
|
|
180
|
-
export { default as
|
|
179
|
+
export { default as BluetoothSearching } from './bluetooth-searching';
|
|
181
180
|
export { default as Bolt } from './bolt';
|
|
181
|
+
export { default as Bold } from './bold';
|
|
182
182
|
export { default as Bomb } from './bomb';
|
|
183
183
|
export { default as Bone } from './bone';
|
|
184
|
-
export { default as BookA } from './book-a';
|
|
185
184
|
export { default as BookAlert } from './book-alert';
|
|
186
|
-
export { default as
|
|
185
|
+
export { default as BookA } from './book-a';
|
|
187
186
|
export { default as BookCheck } from './book-check';
|
|
187
|
+
export { default as BookAudio } from './book-audio';
|
|
188
188
|
export { default as BookCopy } from './book-copy';
|
|
189
189
|
export { default as BookDashed } from './book-dashed';
|
|
190
190
|
export { default as BookDown } from './book-down';
|
|
191
|
-
export { default as BookHeadphones } from './book-headphones';
|
|
192
191
|
export { default as BookHeart } from './book-heart';
|
|
192
|
+
export { default as BookHeadphones } from './book-headphones';
|
|
193
193
|
export { default as BookImage } from './book-image';
|
|
194
194
|
export { default as BookKey } from './book-key';
|
|
195
195
|
export { default as BookLock } from './book-lock';
|
|
196
196
|
export { default as BookMarked } from './book-marked';
|
|
197
|
-
export { default as BookMinus } from './book-minus';
|
|
198
197
|
export { default as BookOpenCheck } from './book-open-check';
|
|
198
|
+
export { default as BookMinus } from './book-minus';
|
|
199
199
|
export { default as BookOpenText } from './book-open-text';
|
|
200
200
|
export { default as BookOpen } from './book-open';
|
|
201
201
|
export { default as BookPlus } from './book-plus';
|
|
@@ -203,8 +203,8 @@ export { default as BookSearch } from './book-search';
|
|
|
203
203
|
export { default as BookText } from './book-text';
|
|
204
204
|
export { default as BookType } from './book-type';
|
|
205
205
|
export { default as BookUp2 } from './book-up-2';
|
|
206
|
-
export { default as BookUser } from './book-user';
|
|
207
206
|
export { default as BookUp } from './book-up';
|
|
207
|
+
export { default as BookUser } from './book-user';
|
|
208
208
|
export { default as BookX } from './book-x';
|
|
209
209
|
export { default as Book } from './book';
|
|
210
210
|
export { default as BookmarkCheck } from './bookmark-check';
|
|
@@ -215,10 +215,10 @@ export { default as Bookmark } from './bookmark';
|
|
|
215
215
|
export { default as BoomBox } from './boom-box';
|
|
216
216
|
export { default as BotMessageSquare } from './bot-message-square';
|
|
217
217
|
export { default as BotOff } from './bot-off';
|
|
218
|
-
export { default as Bot } from './bot';
|
|
219
218
|
export { default as BottleWine } from './bottle-wine';
|
|
220
|
-
export { default as
|
|
219
|
+
export { default as Bot } from './bot';
|
|
221
220
|
export { default as Box } from './box';
|
|
221
|
+
export { default as BowArrow } from './bow-arrow';
|
|
222
222
|
export { default as Boxes } from './boxes';
|
|
223
223
|
export { default as Braces } from './braces';
|
|
224
224
|
export { default as Brackets } from './brackets';
|
|
@@ -233,14 +233,14 @@ export { default as BriefcaseConveyorBelt } from './briefcase-conveyor-belt';
|
|
|
233
233
|
export { default as BriefcaseMedical } from './briefcase-medical';
|
|
234
234
|
export { default as Briefcase } from './briefcase';
|
|
235
235
|
export { default as BringToFront } from './bring-to-front';
|
|
236
|
-
export { default as BrushCleaning } from './brush-cleaning';
|
|
237
236
|
export { default as Brush } from './brush';
|
|
237
|
+
export { default as BrushCleaning } from './brush-cleaning';
|
|
238
238
|
export { default as Bubbles } from './bubbles';
|
|
239
239
|
export { default as BugOff } from './bug-off';
|
|
240
240
|
export { default as BugPlay } from './bug-play';
|
|
241
241
|
export { default as Bug } from './bug';
|
|
242
|
-
export { default as Building2 } from './building-2';
|
|
243
242
|
export { default as Building } from './building';
|
|
243
|
+
export { default as Building2 } from './building-2';
|
|
244
244
|
export { default as BusFront } from './bus-front';
|
|
245
245
|
export { default as Bus } from './bus';
|
|
246
246
|
export { default as CableCar } from './cable-car';
|
|
@@ -258,8 +258,8 @@ export { default as CalendarCog } from './calendar-cog';
|
|
|
258
258
|
export { default as CalendarDays } from './calendar-days';
|
|
259
259
|
export { default as CalendarFold } from './calendar-fold';
|
|
260
260
|
export { default as CalendarHeart } from './calendar-heart';
|
|
261
|
-
export { default as CalendarMinus2 } from './calendar-minus-2';
|
|
262
261
|
export { default as CalendarMinus } from './calendar-minus';
|
|
262
|
+
export { default as CalendarMinus2 } from './calendar-minus-2';
|
|
263
263
|
export { default as CalendarOff } from './calendar-off';
|
|
264
264
|
export { default as CalendarPlus2 } from './calendar-plus-2';
|
|
265
265
|
export { default as CalendarPlus } from './calendar-plus';
|
|
@@ -294,8 +294,8 @@ export { default as Castle } from './castle';
|
|
|
294
294
|
export { default as Cat } from './cat';
|
|
295
295
|
export { default as CctvOff } from './cctv-off';
|
|
296
296
|
export { default as Cctv } from './cctv';
|
|
297
|
-
export { default as ChartArea } from './chart-area';
|
|
298
297
|
export { default as ChartBarBig } from './chart-bar-big';
|
|
298
|
+
export { default as ChartArea } from './chart-area';
|
|
299
299
|
export { default as ChartBarDecreasing } from './chart-bar-decreasing';
|
|
300
300
|
export { default as ChartBarIncreasing } from './chart-bar-increasing';
|
|
301
301
|
export { default as ChartBarStacked } from './chart-bar-stacked';
|
|
@@ -304,17 +304,17 @@ export { default as ChartCandlestick } from './chart-candlestick';
|
|
|
304
304
|
export { default as ChartColumnBig } from './chart-column-big';
|
|
305
305
|
export { default as ChartColumnDecreasing } from './chart-column-decreasing';
|
|
306
306
|
export { default as ChartColumnIncreasing } from './chart-column-increasing';
|
|
307
|
-
export { default as ChartColumnStacked } from './chart-column-stacked';
|
|
308
307
|
export { default as ChartColumn } from './chart-column';
|
|
308
|
+
export { default as ChartColumnStacked } from './chart-column-stacked';
|
|
309
309
|
export { default as ChartGantt } from './chart-gantt';
|
|
310
310
|
export { default as ChartLine } from './chart-line';
|
|
311
|
-
export { default as ChartNetwork } from './chart-network';
|
|
312
311
|
export { default as ChartNoAxesColumnDecreasing } from './chart-no-axes-column-decreasing';
|
|
312
|
+
export { default as ChartNetwork } from './chart-network';
|
|
313
313
|
export { default as ChartNoAxesColumnIncreasing } from './chart-no-axes-column-increasing';
|
|
314
314
|
export { default as ChartNoAxesColumn } from './chart-no-axes-column';
|
|
315
|
-
export { default as ChartNoAxesCombined } from './chart-no-axes-combined';
|
|
316
315
|
export { default as ChartNoAxesGantt } from './chart-no-axes-gantt';
|
|
317
316
|
export { default as ChartPie } from './chart-pie';
|
|
317
|
+
export { default as ChartNoAxesCombined } from './chart-no-axes-combined';
|
|
318
318
|
export { default as ChartScatter } from './chart-scatter';
|
|
319
319
|
export { default as ChartSpline } from './chart-spline';
|
|
320
320
|
export { default as CheckCheck } from './check-check';
|
|
@@ -322,8 +322,8 @@ export { default as CheckLine } from './check-line';
|
|
|
322
322
|
export { default as Check } from './check';
|
|
323
323
|
export { default as ChefHat } from './chef-hat';
|
|
324
324
|
export { default as Cherry } from './cherry';
|
|
325
|
-
export { default as ChessBishop } from './chess-bishop';
|
|
326
325
|
export { default as ChessKing } from './chess-king';
|
|
326
|
+
export { default as ChessBishop } from './chess-bishop';
|
|
327
327
|
export { default as ChessKnight } from './chess-knight';
|
|
328
328
|
export { default as ChessPawn } from './chess-pawn';
|
|
329
329
|
export { default as ChessQueen } from './chess-queen';
|
|
@@ -342,13 +342,13 @@ export { default as ChevronsLeft } from './chevrons-left';
|
|
|
342
342
|
export { default as ChevronsRightLeft } from './chevrons-right-left';
|
|
343
343
|
export { default as ChevronsRight } from './chevrons-right';
|
|
344
344
|
export { default as ChevronsUpDown } from './chevrons-up-down';
|
|
345
|
-
export { default as ChevronsUp } from './chevrons-up';
|
|
346
345
|
export { default as Church } from './church';
|
|
346
|
+
export { default as ChevronsUp } from './chevrons-up';
|
|
347
347
|
export { default as CigaretteOff } from './cigarette-off';
|
|
348
348
|
export { default as Cigarette } from './cigarette';
|
|
349
349
|
export { default as CircleAlert } from './circle-alert';
|
|
350
|
-
export { default as CircleArrowDown } from './circle-arrow-down';
|
|
351
350
|
export { default as CircleArrowLeft } from './circle-arrow-left';
|
|
351
|
+
export { default as CircleArrowDown } from './circle-arrow-down';
|
|
352
352
|
export { default as CircleArrowOutDownLeft } from './circle-arrow-out-down-left';
|
|
353
353
|
export { default as CircleArrowOutDownRight } from './circle-arrow-out-down-right';
|
|
354
354
|
export { default as CircleArrowOutUpLeft } from './circle-arrow-out-up-left';
|
|
@@ -385,28 +385,28 @@ export { default as CirclePower } from './circle-power';
|
|
|
385
385
|
export { default as CircleQuestionMark } from './circle-question-mark';
|
|
386
386
|
export { default as CircleSlash2 } from './circle-slash-2';
|
|
387
387
|
export { default as CircleSlash } from './circle-slash';
|
|
388
|
-
export { default as CircleSmall } from './circle-small';
|
|
389
388
|
export { default as CircleStar } from './circle-star';
|
|
389
|
+
export { default as CircleSmall } from './circle-small';
|
|
390
390
|
export { default as CircleStop } from './circle-stop';
|
|
391
391
|
export { default as CircleUserRound } from './circle-user-round';
|
|
392
|
-
export { default as CircleUser } from './circle-user';
|
|
393
392
|
export { default as CircleX } from './circle-x';
|
|
393
|
+
export { default as CircleUser } from './circle-user';
|
|
394
394
|
export { default as Circle } from './circle';
|
|
395
395
|
export { default as CircuitBoard } from './circuit-board';
|
|
396
|
-
export { default as Citrus } from './citrus';
|
|
397
396
|
export { default as Clapperboard } from './clapperboard';
|
|
397
|
+
export { default as Citrus } from './citrus';
|
|
398
398
|
export { default as ClipboardCheck } from './clipboard-check';
|
|
399
399
|
export { default as ClipboardClock } from './clipboard-clock';
|
|
400
400
|
export { default as ClipboardCopy } from './clipboard-copy';
|
|
401
401
|
export { default as ClipboardList } from './clipboard-list';
|
|
402
|
-
export { default as ClipboardMinus } from './clipboard-minus';
|
|
403
402
|
export { default as ClipboardPaste } from './clipboard-paste';
|
|
403
|
+
export { default as ClipboardMinus } from './clipboard-minus';
|
|
404
404
|
export { default as ClipboardPenLine } from './clipboard-pen-line';
|
|
405
405
|
export { default as ClipboardPen } from './clipboard-pen';
|
|
406
406
|
export { default as ClipboardPlus } from './clipboard-plus';
|
|
407
407
|
export { default as ClipboardType } from './clipboard-type';
|
|
408
|
-
export { default as ClipboardX } from './clipboard-x';
|
|
409
408
|
export { default as Clipboard } from './clipboard';
|
|
409
|
+
export { default as ClipboardX } from './clipboard-x';
|
|
410
410
|
export { default as Clock1 } from './clock-1';
|
|
411
411
|
export { default as Clock10 } from './clock-10';
|
|
412
412
|
export { default as Clock11 } from './clock-11';
|
|
@@ -445,13 +445,13 @@ export { default as CloudSnow } from './cloud-snow';
|
|
|
445
445
|
export { default as CloudSunRain } from './cloud-sun-rain';
|
|
446
446
|
export { default as CloudSun } from './cloud-sun';
|
|
447
447
|
export { default as CloudSync } from './cloud-sync';
|
|
448
|
-
export { default as CloudUpload } from './cloud-upload';
|
|
449
448
|
export { default as Cloud } from './cloud';
|
|
449
|
+
export { default as CloudUpload } from './cloud-upload';
|
|
450
450
|
export { default as Cloudy } from './cloudy';
|
|
451
451
|
export { default as Clover } from './clover';
|
|
452
452
|
export { default as Club } from './club';
|
|
453
|
-
export { default as CodeXml } from './code-xml';
|
|
454
453
|
export { default as Code } from './code';
|
|
454
|
+
export { default as CodeXml } from './code-xml';
|
|
455
455
|
export { default as Coffee } from './coffee';
|
|
456
456
|
export { default as Cog } from './cog';
|
|
457
457
|
export { default as Coins } from './coins';
|
|
@@ -469,8 +469,8 @@ export { default as Cone } from './cone';
|
|
|
469
469
|
export { default as Construction } from './construction';
|
|
470
470
|
export { default as ContactRound } from './contact-round';
|
|
471
471
|
export { default as Contact } from './contact';
|
|
472
|
-
export { default as Contrast } from './contrast';
|
|
473
472
|
export { default as Container } from './container';
|
|
473
|
+
export { default as Contrast } from './contrast';
|
|
474
474
|
export { default as Cookie } from './cookie';
|
|
475
475
|
export { default as CookingPot } from './cooking-pot';
|
|
476
476
|
export { default as CopyCheck } from './copy-check';
|
|
@@ -480,10 +480,10 @@ export { default as CopySlash } from './copy-slash';
|
|
|
480
480
|
export { default as CopyX } from './copy-x';
|
|
481
481
|
export { default as Copy } from './copy';
|
|
482
482
|
export { default as Copyleft } from './copyleft';
|
|
483
|
-
export { default as Copyright } from './copyright';
|
|
484
483
|
export { default as CornerDownLeft } from './corner-down-left';
|
|
485
|
-
export { default as
|
|
484
|
+
export { default as Copyright } from './copyright';
|
|
486
485
|
export { default as CornerLeftDown } from './corner-left-down';
|
|
486
|
+
export { default as CornerDownRight } from './corner-down-right';
|
|
487
487
|
export { default as CornerLeftUp } from './corner-left-up';
|
|
488
488
|
export { default as CornerRightDown } from './corner-right-down';
|
|
489
489
|
export { default as CornerRightUp } from './corner-right-up';
|
|
@@ -496,8 +496,8 @@ export { default as Croissant } from './croissant';
|
|
|
496
496
|
export { default as Crop } from './crop';
|
|
497
497
|
export { default as Cross } from './cross';
|
|
498
498
|
export { default as Crosshair } from './crosshair';
|
|
499
|
-
export { default as Crown } from './crown';
|
|
500
499
|
export { default as Cuboid } from './cuboid';
|
|
500
|
+
export { default as Crown } from './crown';
|
|
501
501
|
export { default as CupSoda } from './cup-soda';
|
|
502
502
|
export { default as Currency } from './currency';
|
|
503
503
|
export { default as Cylinder } from './cylinder';
|
|
@@ -508,26 +508,26 @@ export { default as DatabaseZap } from './database-zap';
|
|
|
508
508
|
export { default as Database } from './database';
|
|
509
509
|
export { default as DecimalsArrowLeft } from './decimals-arrow-left';
|
|
510
510
|
export { default as DecimalsArrowRight } from './decimals-arrow-right';
|
|
511
|
-
export { default as Delete } from './delete';
|
|
512
511
|
export { default as Dessert } from './dessert';
|
|
513
512
|
export { default as Diameter } from './diameter';
|
|
514
513
|
export { default as DiamondMinus } from './diamond-minus';
|
|
515
|
-
export { default as
|
|
514
|
+
export { default as Delete } from './delete';
|
|
516
515
|
export { default as DiamondPlus } from './diamond-plus';
|
|
516
|
+
export { default as DiamondPercent } from './diamond-percent';
|
|
517
517
|
export { default as Diamond } from './diamond';
|
|
518
518
|
export { default as Dice1 } from './dice-1';
|
|
519
519
|
export { default as Dice2 } from './dice-2';
|
|
520
520
|
export { default as Dice3 } from './dice-3';
|
|
521
521
|
export { default as Dice4 } from './dice-4';
|
|
522
522
|
export { default as Dice5 } from './dice-5';
|
|
523
|
-
export { default as Dice6 } from './dice-6';
|
|
524
523
|
export { default as Dices } from './dices';
|
|
524
|
+
export { default as Dice6 } from './dice-6';
|
|
525
525
|
export { default as Diff } from './diff';
|
|
526
526
|
export { default as Disc2 } from './disc-2';
|
|
527
527
|
export { default as Disc3 } from './disc-3';
|
|
528
528
|
export { default as DiscAlbum } from './disc-album';
|
|
529
|
-
export { default as Disc } from './disc';
|
|
530
529
|
export { default as Divide } from './divide';
|
|
530
|
+
export { default as Disc } from './disc';
|
|
531
531
|
export { default as DnaOff } from './dna-off';
|
|
532
532
|
export { default as Dna } from './dna';
|
|
533
533
|
export { default as Dock } from './dock';
|
|
@@ -547,12 +547,12 @@ export { default as DropletOff } from './droplet-off';
|
|
|
547
547
|
export { default as Droplet } from './droplet';
|
|
548
548
|
export { default as Droplets } from './droplets';
|
|
549
549
|
export { default as Drum } from './drum';
|
|
550
|
-
export { default as Drumstick } from './drumstick';
|
|
551
550
|
export { default as Dumbbell } from './dumbbell';
|
|
551
|
+
export { default as Drumstick } from './drumstick';
|
|
552
552
|
export { default as EarOff } from './ear-off';
|
|
553
553
|
export { default as Ear } from './ear';
|
|
554
|
-
export { default as EarthLock } from './earth-lock';
|
|
555
554
|
export { default as Earth } from './earth';
|
|
555
|
+
export { default as EarthLock } from './earth-lock';
|
|
556
556
|
export { default as Eclipse } from './eclipse';
|
|
557
557
|
export { default as EggFried } from './egg-fried';
|
|
558
558
|
export { default as EggOff } from './egg-off';
|
|
@@ -568,12 +568,12 @@ export { default as EthernetPort } from './ethernet-port';
|
|
|
568
568
|
export { default as Euro } from './euro';
|
|
569
569
|
export { default as EvCharger } from './ev-charger';
|
|
570
570
|
export { default as Expand } from './expand';
|
|
571
|
-
export { default as ExternalLink } from './external-link';
|
|
572
571
|
export { default as EyeClosed } from './eye-closed';
|
|
572
|
+
export { default as ExternalLink } from './external-link';
|
|
573
573
|
export { default as EyeOff } from './eye-off';
|
|
574
574
|
export { default as Eye } from './eye';
|
|
575
|
-
export { default as Factory } from './factory';
|
|
576
575
|
export { default as Fan } from './fan';
|
|
576
|
+
export { default as Factory } from './factory';
|
|
577
577
|
export { default as FastForward } from './fast-forward';
|
|
578
578
|
export { default as Feather } from './feather';
|
|
579
579
|
export { default as Fence } from './fence';
|
|
@@ -590,8 +590,8 @@ export { default as FileChartLine } from './file-chart-line';
|
|
|
590
590
|
export { default as FileChartPie } from './file-chart-pie';
|
|
591
591
|
export { default as FileCheckCorner } from './file-check-corner';
|
|
592
592
|
export { default as FileCheck } from './file-check';
|
|
593
|
-
export { default as FileClock } from './file-clock';
|
|
594
593
|
export { default as FileCodeCorner } from './file-code-corner';
|
|
594
|
+
export { default as FileClock } from './file-clock';
|
|
595
595
|
export { default as FileCode } from './file-code';
|
|
596
596
|
export { default as FileCog } from './file-cog';
|
|
597
597
|
export { default as FileDiff } from './file-diff';
|
|
@@ -608,8 +608,8 @@ export { default as FileMinusCorner } from './file-minus-corner';
|
|
|
608
608
|
export { default as FileMinus } from './file-minus';
|
|
609
609
|
export { default as FileMusic } from './file-music';
|
|
610
610
|
export { default as FileOutput } from './file-output';
|
|
611
|
-
export { default as FilePen } from './file-pen';
|
|
612
611
|
export { default as FilePenLine } from './file-pen-line';
|
|
612
|
+
export { default as FilePen } from './file-pen';
|
|
613
613
|
export { default as FilePlay } from './file-play';
|
|
614
614
|
export { default as FilePlusCorner } from './file-plus-corner';
|
|
615
615
|
export { default as FilePlus } from './file-plus';
|
|
@@ -625,17 +625,17 @@ export { default as FileSymlink } from './file-symlink';
|
|
|
625
625
|
export { default as FileTerminal } from './file-terminal';
|
|
626
626
|
export { default as FileText } from './file-text';
|
|
627
627
|
export { default as FileTypeCorner } from './file-type-corner';
|
|
628
|
-
export { default as FileType } from './file-type';
|
|
629
628
|
export { default as FileUp } from './file-up';
|
|
629
|
+
export { default as FileType } from './file-type';
|
|
630
630
|
export { default as FileUser } from './file-user';
|
|
631
|
-
export { default as FileVideoCamera } from './file-video-camera';
|
|
632
631
|
export { default as FileVolume } from './file-volume';
|
|
632
|
+
export { default as FileVideoCamera } from './file-video-camera';
|
|
633
633
|
export { default as FileXCorner } from './file-x-corner';
|
|
634
|
-
export { default as FileX } from './file-x';
|
|
635
634
|
export { default as File } from './file';
|
|
635
|
+
export { default as FileX } from './file-x';
|
|
636
636
|
export { default as Files } from './files';
|
|
637
|
-
export { default as Film } from './film';
|
|
638
637
|
export { default as FingerprintPattern } from './fingerprint-pattern';
|
|
638
|
+
export { default as Film } from './film';
|
|
639
639
|
export { default as FireExtinguisher } from './fire-extinguisher';
|
|
640
640
|
export { default as FishOff } from './fish-off';
|
|
641
641
|
export { default as FishSymbol } from './fish-symbol';
|
|
@@ -652,16 +652,16 @@ export { default as FlashlightOff } from './flashlight-off';
|
|
|
652
652
|
export { default as Flashlight } from './flashlight';
|
|
653
653
|
export { default as FlaskConicalOff } from './flask-conical-off';
|
|
654
654
|
export { default as FlaskConical } from './flask-conical';
|
|
655
|
-
export { default as FlaskRound } from './flask-round';
|
|
656
655
|
export { default as FlipHorizontal2 } from './flip-horizontal-2';
|
|
656
|
+
export { default as FlaskRound } from './flask-round';
|
|
657
657
|
export { default as FlipVertical2 } from './flip-vertical-2';
|
|
658
658
|
export { default as Flower2 } from './flower-2';
|
|
659
659
|
export { default as Flower } from './flower';
|
|
660
660
|
export { default as Focus } from './focus';
|
|
661
661
|
export { default as FoldHorizontal } from './fold-horizontal';
|
|
662
662
|
export { default as FoldVertical } from './fold-vertical';
|
|
663
|
-
export { default as FolderArchive } from './folder-archive';
|
|
664
663
|
export { default as FolderCheck } from './folder-check';
|
|
664
|
+
export { default as FolderArchive } from './folder-archive';
|
|
665
665
|
export { default as FolderClock } from './folder-clock';
|
|
666
666
|
export { default as FolderClosed } from './folder-closed';
|
|
667
667
|
export { default as FolderCode } from './folder-code';
|
|
@@ -672,40 +672,40 @@ export { default as FolderGit2 } from './folder-git-2';
|
|
|
672
672
|
export { default as FolderHeart } from './folder-heart';
|
|
673
673
|
export { default as FolderGit } from './folder-git';
|
|
674
674
|
export { default as FolderInput } from './folder-input';
|
|
675
|
-
export { default as FolderKanban } from './folder-kanban';
|
|
676
675
|
export { default as FolderKey } from './folder-key';
|
|
676
|
+
export { default as FolderKanban } from './folder-kanban';
|
|
677
677
|
export { default as FolderLock } from './folder-lock';
|
|
678
678
|
export { default as FolderMinus } from './folder-minus';
|
|
679
679
|
export { default as FolderOpenDot } from './folder-open-dot';
|
|
680
680
|
export { default as FolderOpen } from './folder-open';
|
|
681
|
-
export { default as FolderOutput } from './folder-output';
|
|
682
681
|
export { default as FolderPen } from './folder-pen';
|
|
682
|
+
export { default as FolderOutput } from './folder-output';
|
|
683
683
|
export { default as FolderPlus } from './folder-plus';
|
|
684
684
|
export { default as FolderRoot } from './folder-root';
|
|
685
685
|
export { default as FolderSearch2 } from './folder-search-2';
|
|
686
686
|
export { default as FolderSearch } from './folder-search';
|
|
687
687
|
export { default as FolderSymlink } from './folder-symlink';
|
|
688
|
-
export { default as FolderSync } from './folder-sync';
|
|
689
688
|
export { default as FolderTree } from './folder-tree';
|
|
689
|
+
export { default as FolderSync } from './folder-sync';
|
|
690
690
|
export { default as FolderUp } from './folder-up';
|
|
691
691
|
export { default as FolderX } from './folder-x';
|
|
692
692
|
export { default as Folder } from './folder';
|
|
693
693
|
export { default as Folders } from './folders';
|
|
694
|
-
export { default as Footprints } from './footprints';
|
|
695
694
|
export { default as Forklift } from './forklift';
|
|
695
|
+
export { default as Footprints } from './footprints';
|
|
696
696
|
export { default as Form } from './form';
|
|
697
697
|
export { default as Forward } from './forward';
|
|
698
698
|
export { default as Frame } from './frame';
|
|
699
|
-
export { default as Frown } from './frown';
|
|
700
699
|
export { default as Fuel } from './fuel';
|
|
700
|
+
export { default as Frown } from './frown';
|
|
701
701
|
export { default as Fullscreen } from './fullscreen';
|
|
702
702
|
export { default as FunnelPlus } from './funnel-plus';
|
|
703
703
|
export { default as FunnelX } from './funnel-x';
|
|
704
704
|
export { default as Funnel } from './funnel';
|
|
705
705
|
export { default as GalleryHorizontalEnd } from './gallery-horizontal-end';
|
|
706
|
+
export { default as GalleryVerticalEnd } from './gallery-vertical-end';
|
|
706
707
|
export { default as GalleryHorizontal } from './gallery-horizontal';
|
|
707
708
|
export { default as GalleryThumbnails } from './gallery-thumbnails';
|
|
708
|
-
export { default as GalleryVerticalEnd } from './gallery-vertical-end';
|
|
709
709
|
export { default as GalleryVertical } from './gallery-vertical';
|
|
710
710
|
export { default as Gamepad2 } from './gamepad-2';
|
|
711
711
|
export { default as GamepadDirectional } from './gamepad-directional';
|
|
@@ -722,8 +722,8 @@ export { default as GitBranch } from './git-branch';
|
|
|
722
722
|
export { default as GitCommitHorizontal } from './git-commit-horizontal';
|
|
723
723
|
export { default as GitCommitVertical } from './git-commit-vertical';
|
|
724
724
|
export { default as GitCompareArrows } from './git-compare-arrows';
|
|
725
|
-
export { default as GitCompare } from './git-compare';
|
|
726
725
|
export { default as GitFork } from './git-fork';
|
|
726
|
+
export { default as GitCompare } from './git-compare';
|
|
727
727
|
export { default as GitGraph } from './git-graph';
|
|
728
728
|
export { default as GitMergeConflict } from './git-merge-conflict';
|
|
729
729
|
export { default as GitMerge } from './git-merge';
|
|
@@ -734,14 +734,14 @@ export { default as GitPullRequestCreate } from './git-pull-request-create';
|
|
|
734
734
|
export { default as GitPullRequestDraft } from './git-pull-request-draft';
|
|
735
735
|
export { default as GitPullRequest } from './git-pull-request';
|
|
736
736
|
export { default as GlassWater } from './glass-water';
|
|
737
|
-
export { default as GlobeLock } from './globe-lock';
|
|
738
737
|
export { default as Glasses } from './glasses';
|
|
738
|
+
export { default as GlobeLock } from './globe-lock';
|
|
739
739
|
export { default as GlobeOff } from './globe-off';
|
|
740
|
-
export { default as GlobeX } from './globe-x';
|
|
741
740
|
export { default as Globe } from './globe';
|
|
741
|
+
export { default as GlobeX } from './globe-x';
|
|
742
742
|
export { default as Goal } from './goal';
|
|
743
|
-
export { default as Gpu } from './gpu';
|
|
744
743
|
export { default as GraduationCap } from './graduation-cap';
|
|
744
|
+
export { default as Gpu } from './gpu';
|
|
745
745
|
export { default as Grape } from './grape';
|
|
746
746
|
export { default as Grid2x2Check } from './grid-2x2-check';
|
|
747
747
|
export { default as Grid2x2Plus } from './grid-2x2-plus';
|
|
@@ -750,25 +750,25 @@ export { default as Grid2x2 } from './grid-2x2';
|
|
|
750
750
|
export { default as Grid3x2 } from './grid-3x2';
|
|
751
751
|
export { default as Grid3x3 } from './grid-3x3';
|
|
752
752
|
export { default as GripHorizontal } from './grip-horizontal';
|
|
753
|
-
export { default as GripVertical } from './grip-vertical';
|
|
754
753
|
export { default as Grip } from './grip';
|
|
755
|
-
export { default as
|
|
754
|
+
export { default as GripVertical } from './grip-vertical';
|
|
756
755
|
export { default as Guitar } from './guitar';
|
|
756
|
+
export { default as Group } from './group';
|
|
757
757
|
export { default as Ham } from './ham';
|
|
758
758
|
export { default as Hamburger } from './hamburger';
|
|
759
759
|
export { default as Hammer } from './hammer';
|
|
760
760
|
export { default as HandCoins } from './hand-coins';
|
|
761
761
|
export { default as HandFist } from './hand-fist';
|
|
762
|
+
export { default as HandHelping } from './hand-helping';
|
|
762
763
|
export { default as HandGrab } from './hand-grab';
|
|
763
764
|
export { default as HandHeart } from './hand-heart';
|
|
764
|
-
export { default as HandHelping } from './hand-helping';
|
|
765
765
|
export { default as HandMetal } from './hand-metal';
|
|
766
766
|
export { default as HandPlatter } from './hand-platter';
|
|
767
767
|
export { default as Hand } from './hand';
|
|
768
768
|
export { default as Handbag } from './handbag';
|
|
769
769
|
export { default as Handshake } from './handshake';
|
|
770
|
-
export { default as HardDriveDownload } from './hard-drive-download';
|
|
771
770
|
export { default as HardDriveUpload } from './hard-drive-upload';
|
|
771
|
+
export { default as HardDriveDownload } from './hard-drive-download';
|
|
772
772
|
export { default as HardDrive } from './hard-drive';
|
|
773
773
|
export { default as HardHat } from './hard-hat';
|
|
774
774
|
export { default as Hash } from './hash';
|
|
@@ -776,39 +776,39 @@ export { default as HatGlasses } from './hat-glasses';
|
|
|
776
776
|
export { default as Haze } from './haze';
|
|
777
777
|
export { default as Hd } from './hd';
|
|
778
778
|
export { default as HdmiPort } from './hdmi-port';
|
|
779
|
-
export { default as Heading1 } from './heading-1';
|
|
780
779
|
export { default as Heading2 } from './heading-2';
|
|
780
|
+
export { default as Heading1 } from './heading-1';
|
|
781
781
|
export { default as Heading3 } from './heading-3';
|
|
782
782
|
export { default as Heading4 } from './heading-4';
|
|
783
783
|
export { default as Heading5 } from './heading-5';
|
|
784
|
-
export { default as Heading6 } from './heading-6';
|
|
785
784
|
export { default as Heading } from './heading';
|
|
785
|
+
export { default as Heading6 } from './heading-6';
|
|
786
786
|
export { default as HeadphoneOff } from './headphone-off';
|
|
787
787
|
export { default as Headphones } from './headphones';
|
|
788
788
|
export { default as Headset } from './headset';
|
|
789
789
|
export { default as HeartCrack } from './heart-crack';
|
|
790
|
-
export { default as HeartHandshake } from './heart-handshake';
|
|
791
790
|
export { default as HeartMinus } from './heart-minus';
|
|
792
|
-
export { default as
|
|
791
|
+
export { default as HeartHandshake } from './heart-handshake';
|
|
793
792
|
export { default as HeartPlus } from './heart-plus';
|
|
794
|
-
export { default as
|
|
793
|
+
export { default as HeartOff } from './heart-off';
|
|
795
794
|
export { default as Heart } from './heart';
|
|
795
|
+
export { default as HeartPulse } from './heart-pulse';
|
|
796
796
|
export { default as Heater } from './heater';
|
|
797
797
|
export { default as Helicopter } from './helicopter';
|
|
798
798
|
export { default as Hexagon } from './hexagon';
|
|
799
799
|
export { default as Highlighter } from './highlighter';
|
|
800
800
|
export { default as History } from './history';
|
|
801
801
|
export { default as HopOff } from './hop-off';
|
|
802
|
-
export { default as Hop } from './hop';
|
|
803
802
|
export { default as Hospital } from './hospital';
|
|
803
|
+
export { default as Hop } from './hop';
|
|
804
804
|
export { default as Hotel } from './hotel';
|
|
805
|
-
export { default as HouseHeart } from './house-heart';
|
|
806
805
|
export { default as Hourglass } from './hourglass';
|
|
806
|
+
export { default as HouseHeart } from './house-heart';
|
|
807
807
|
export { default as HousePlug } from './house-plug';
|
|
808
808
|
export { default as HousePlus } from './house-plus';
|
|
809
809
|
export { default as HouseWifi } from './house-wifi';
|
|
810
|
-
export { default as House } from './house';
|
|
811
810
|
export { default as IceCreamBowl } from './ice-cream-bowl';
|
|
811
|
+
export { default as House } from './house';
|
|
812
812
|
export { default as IceCreamCone } from './ice-cream-cone';
|
|
813
813
|
export { default as IdCardLanyard } from './id-card-lanyard';
|
|
814
814
|
export { default as IdCard } from './id-card';
|
|
@@ -833,8 +833,8 @@ export { default as IterationCw } from './iteration-cw';
|
|
|
833
833
|
export { default as JapaneseYen } from './japanese-yen';
|
|
834
834
|
export { default as Joystick } from './joystick';
|
|
835
835
|
export { default as Kanban } from './kanban';
|
|
836
|
-
export { default as Kayak } from './kayak';
|
|
837
836
|
export { default as KeyRound } from './key-round';
|
|
837
|
+
export { default as Kayak } from './kayak';
|
|
838
838
|
export { default as KeySquare } from './key-square';
|
|
839
839
|
export { default as Key } from './key';
|
|
840
840
|
export { default as KeyboardMusic } from './keyboard-music';
|
|
@@ -854,24 +854,24 @@ export { default as LaptopMinimal } from './laptop-minimal';
|
|
|
854
854
|
export { default as Laptop } from './laptop';
|
|
855
855
|
export { default as LassoSelect } from './lasso-select';
|
|
856
856
|
export { default as Lasso } from './lasso';
|
|
857
|
-
export { default as Laugh } from './laugh';
|
|
858
857
|
export { default as Layers2 } from './layers-2';
|
|
858
|
+
export { default as Laugh } from './laugh';
|
|
859
859
|
export { default as LayersPlus } from './layers-plus';
|
|
860
860
|
export { default as Layers } from './layers';
|
|
861
|
-
export { default as LayoutDashboard } from './layout-dashboard';
|
|
862
861
|
export { default as LayoutGrid } from './layout-grid';
|
|
863
862
|
export { default as LayoutList } from './layout-list';
|
|
863
|
+
export { default as LayoutDashboard } from './layout-dashboard';
|
|
864
864
|
export { default as LayoutPanelLeft } from './layout-panel-left';
|
|
865
865
|
export { default as LayoutPanelTop } from './layout-panel-top';
|
|
866
866
|
export { default as LayoutTemplate } from './layout-template';
|
|
867
867
|
export { default as Leaf } from './leaf';
|
|
868
|
-
export { default as LeafyGreen } from './leafy-green';
|
|
869
868
|
export { default as Lectern } from './lectern';
|
|
869
|
+
export { default as LeafyGreen } from './leafy-green';
|
|
870
870
|
export { default as LensConcave } from './lens-concave';
|
|
871
871
|
export { default as LensConvex } from './lens-convex';
|
|
872
|
-
export { default as LibraryBig } from './library-big';
|
|
873
872
|
export { default as Library } from './library';
|
|
874
873
|
export { default as LifeBuoy } from './life-buoy';
|
|
874
|
+
export { default as LibraryBig } from './library-big';
|
|
875
875
|
export { default as Ligature } from './ligature';
|
|
876
876
|
export { default as LightbulbOff } from './lightbulb-off';
|
|
877
877
|
export { default as Lightbulb } from './lightbulb';
|
|
@@ -881,8 +881,8 @@ export { default as LineStyle } from './line-style';
|
|
|
881
881
|
export { default as Link2Off } from './link-2-off';
|
|
882
882
|
export { default as Link2 } from './link-2';
|
|
883
883
|
export { default as Link } from './link';
|
|
884
|
-
export { default as ListCheck } from './list-check';
|
|
885
884
|
export { default as ListChecks } from './list-checks';
|
|
885
|
+
export { default as ListCheck } from './list-check';
|
|
886
886
|
export { default as ListChevronsDownUp } from './list-chevrons-down-up';
|
|
887
887
|
export { default as ListChevronsUpDown } from './list-chevrons-up-down';
|
|
888
888
|
export { default as ListCollapse } from './list-collapse';
|
|
@@ -897,8 +897,8 @@ export { default as ListOrdered } from './list-ordered';
|
|
|
897
897
|
export { default as ListPlus } from './list-plus';
|
|
898
898
|
export { default as ListRestart } from './list-restart';
|
|
899
899
|
export { default as ListStart } from './list-start';
|
|
900
|
-
export { default as ListTodo } from './list-todo';
|
|
901
900
|
export { default as ListTree } from './list-tree';
|
|
901
|
+
export { default as ListTodo } from './list-todo';
|
|
902
902
|
export { default as ListVideo } from './list-video';
|
|
903
903
|
export { default as ListX } from './list-x';
|
|
904
904
|
export { default as List } from './list';
|
|
@@ -911,22 +911,22 @@ export { default as Locate } from './locate';
|
|
|
911
911
|
export { default as LockKeyholeOpen } from './lock-keyhole-open';
|
|
912
912
|
export { default as LockKeyhole } from './lock-keyhole';
|
|
913
913
|
export { default as LockOpen } from './lock-open';
|
|
914
|
-
export { default as Lock } from './lock';
|
|
915
914
|
export { default as LogIn } from './log-in';
|
|
915
|
+
export { default as Lock } from './lock';
|
|
916
916
|
export { default as LogOut } from './log-out';
|
|
917
917
|
export { default as Logs } from './logs';
|
|
918
918
|
export { default as Lollipop } from './lollipop';
|
|
919
919
|
export { default as Luggage } from './luggage';
|
|
920
920
|
export { default as Magnet } from './magnet';
|
|
921
|
-
export { default as MailCheck } from './mail-check';
|
|
922
921
|
export { default as MailMinus } from './mail-minus';
|
|
922
|
+
export { default as MailCheck } from './mail-check';
|
|
923
923
|
export { default as MailOpen } from './mail-open';
|
|
924
924
|
export { default as MailPlus } from './mail-plus';
|
|
925
|
-
export { default as MailQuestionMark } from './mail-question-mark';
|
|
926
925
|
export { default as MailSearch } from './mail-search';
|
|
926
|
+
export { default as MailQuestionMark } from './mail-question-mark';
|
|
927
927
|
export { default as MailWarning } from './mail-warning';
|
|
928
|
-
export { default as MailX } from './mail-x';
|
|
929
928
|
export { default as Mail } from './mail';
|
|
929
|
+
export { default as MailX } from './mail-x';
|
|
930
930
|
export { default as Mailbox } from './mailbox';
|
|
931
931
|
export { default as Mails } from './mails';
|
|
932
932
|
export { default as MapMinus } from './map-minus';
|
|
@@ -940,8 +940,8 @@ export { default as MapPinPen } from './map-pin-pen';
|
|
|
940
940
|
export { default as MapPinPlusInside } from './map-pin-plus-inside';
|
|
941
941
|
export { default as MapPinPlus } from './map-pin-plus';
|
|
942
942
|
export { default as MapPinXInside } from './map-pin-x-inside';
|
|
943
|
-
export { default as MapPinX } from './map-pin-x';
|
|
944
943
|
export { default as MapPin } from './map-pin';
|
|
944
|
+
export { default as MapPinX } from './map-pin-x';
|
|
945
945
|
export { default as MapPinned } from './map-pinned';
|
|
946
946
|
export { default as MapPlus } from './map-plus';
|
|
947
947
|
export { default as Map } from './map';
|
|
@@ -970,8 +970,8 @@ export { default as MessageCircleWarning } from './message-circle-warning';
|
|
|
970
970
|
export { default as MessageCircleX } from './message-circle-x';
|
|
971
971
|
export { default as MessageCircle } from './message-circle';
|
|
972
972
|
export { default as MessageSquareCheck } from './message-square-check';
|
|
973
|
-
export { default as MessageSquareCode } from './message-square-code';
|
|
974
973
|
export { default as MessageSquareDashed } from './message-square-dashed';
|
|
974
|
+
export { default as MessageSquareCode } from './message-square-code';
|
|
975
975
|
export { default as MessageSquareDiff } from './message-square-diff';
|
|
976
976
|
export { default as MessageSquareDot } from './message-square-dot';
|
|
977
977
|
export { default as MessageSquareHeart } from './message-square-heart';
|
|
@@ -984,24 +984,24 @@ export { default as MessageSquareReply } from './message-square-reply';
|
|
|
984
984
|
export { default as MessageSquareShare } from './message-square-share';
|
|
985
985
|
export { default as MessageSquareText } from './message-square-text';
|
|
986
986
|
export { default as MessageSquareWarning } from './message-square-warning';
|
|
987
|
-
export { default as MessageSquareX } from './message-square-x';
|
|
988
987
|
export { default as MessageSquare } from './message-square';
|
|
988
|
+
export { default as MessageSquareX } from './message-square-x';
|
|
989
989
|
export { default as MessagesSquare } from './messages-square';
|
|
990
|
-
export { default as MicOff } from './mic-off';
|
|
991
990
|
export { default as Metronome } from './metronome';
|
|
991
|
+
export { default as MicOff } from './mic-off';
|
|
992
|
+
export { default as Microchip } from './microchip';
|
|
992
993
|
export { default as MicVocal } from './mic-vocal';
|
|
993
994
|
export { default as Mic } from './mic';
|
|
994
|
-
export { default as Microchip } from './microchip';
|
|
995
995
|
export { default as Microscope } from './microscope';
|
|
996
|
-
export { default as Microwave } from './microwave';
|
|
997
996
|
export { default as Milestone } from './milestone';
|
|
997
|
+
export { default as Microwave } from './microwave';
|
|
998
998
|
export { default as MilkOff } from './milk-off';
|
|
999
999
|
export { default as Milk } from './milk';
|
|
1000
1000
|
export { default as Minimize2 } from './minimize-2';
|
|
1001
1001
|
export { default as Minimize } from './minimize';
|
|
1002
1002
|
export { default as Minus } from './minus';
|
|
1003
|
-
export { default as MirrorRectangular } from './mirror-rectangular';
|
|
1004
1003
|
export { default as MirrorRound } from './mirror-round';
|
|
1004
|
+
export { default as MirrorRectangular } from './mirror-rectangular';
|
|
1005
1005
|
export { default as MonitorCheck } from './monitor-check';
|
|
1006
1006
|
export { default as MonitorCloud } from './monitor-cloud';
|
|
1007
1007
|
export { default as MonitorCog } from './monitor-cog';
|
|
@@ -1015,8 +1015,8 @@ export { default as MonitorSpeaker } from './monitor-speaker';
|
|
|
1015
1015
|
export { default as MonitorStop } from './monitor-stop';
|
|
1016
1016
|
export { default as MonitorUp } from './monitor-up';
|
|
1017
1017
|
export { default as MonitorX } from './monitor-x';
|
|
1018
|
-
export { default as Monitor } from './monitor';
|
|
1019
1018
|
export { default as MoonStar } from './moon-star';
|
|
1019
|
+
export { default as Monitor } from './monitor';
|
|
1020
1020
|
export { default as Moon } from './moon';
|
|
1021
1021
|
export { default as Motorbike } from './motorbike';
|
|
1022
1022
|
export { default as MountainSnow } from './mountain-snow';
|
|
@@ -1025,22 +1025,22 @@ export { default as MouseLeft } from './mouse-left';
|
|
|
1025
1025
|
export { default as MouseOff } from './mouse-off';
|
|
1026
1026
|
export { default as MousePointer2Off } from './mouse-pointer-2-off';
|
|
1027
1027
|
export { default as MousePointer2 } from './mouse-pointer-2';
|
|
1028
|
-
export { default as MousePointerBan } from './mouse-pointer-ban';
|
|
1029
1028
|
export { default as MousePointerClick } from './mouse-pointer-click';
|
|
1029
|
+
export { default as MousePointerBan } from './mouse-pointer-ban';
|
|
1030
1030
|
export { default as MousePointer } from './mouse-pointer';
|
|
1031
1031
|
export { default as MouseRight } from './mouse-right';
|
|
1032
|
-
export { default as Mouse } from './mouse';
|
|
1033
1032
|
export { default as Move3d } from './move-3d';
|
|
1033
|
+
export { default as Mouse } from './mouse';
|
|
1034
1034
|
export { default as MoveDiagonal2 } from './move-diagonal-2';
|
|
1035
1035
|
export { default as MoveDiagonal } from './move-diagonal';
|
|
1036
1036
|
export { default as MoveDownLeft } from './move-down-left';
|
|
1037
1037
|
export { default as MoveDownRight } from './move-down-right';
|
|
1038
1038
|
export { default as MoveDown } from './move-down';
|
|
1039
|
-
export { default as MoveHorizontal } from './move-horizontal';
|
|
1040
1039
|
export { default as MoveLeft } from './move-left';
|
|
1040
|
+
export { default as MoveHorizontal } from './move-horizontal';
|
|
1041
1041
|
export { default as MoveRight } from './move-right';
|
|
1042
|
-
export { default as MoveUpRight } from './move-up-right';
|
|
1043
1042
|
export { default as MoveUpLeft } from './move-up-left';
|
|
1043
|
+
export { default as MoveUpRight } from './move-up-right';
|
|
1044
1044
|
export { default as MoveUp } from './move-up';
|
|
1045
1045
|
export { default as MoveVertical } from './move-vertical';
|
|
1046
1046
|
export { default as Move } from './move';
|
|
@@ -1066,8 +1066,8 @@ export { default as NutOff } from './nut-off';
|
|
|
1066
1066
|
export { default as Nut } from './nut';
|
|
1067
1067
|
export { default as OctagonAlert } from './octagon-alert';
|
|
1068
1068
|
export { default as OctagonMinus } from './octagon-minus';
|
|
1069
|
-
export { default as OctagonPause } from './octagon-pause';
|
|
1070
1069
|
export { default as OctagonX } from './octagon-x';
|
|
1070
|
+
export { default as OctagonPause } from './octagon-pause';
|
|
1071
1071
|
export { default as Octagon } from './octagon';
|
|
1072
1072
|
export { default as Omega } from './omega';
|
|
1073
1073
|
export { default as Option } from './option';
|
|
@@ -1075,42 +1075,42 @@ export { default as Orbit } from './orbit';
|
|
|
1075
1075
|
export { default as Origami } from './origami';
|
|
1076
1076
|
export { default as Package2 } from './package-2';
|
|
1077
1077
|
export { default as PackageCheck } from './package-check';
|
|
1078
|
-
export { default as PackageMinus } from './package-minus';
|
|
1079
1078
|
export { default as PackageOpen } from './package-open';
|
|
1080
1079
|
export { default as PackagePlus } from './package-plus';
|
|
1080
|
+
export { default as PackageMinus } from './package-minus';
|
|
1081
1081
|
export { default as PackageSearch } from './package-search';
|
|
1082
|
-
export { default as PackageX } from './package-x';
|
|
1083
1082
|
export { default as Package } from './package';
|
|
1083
|
+
export { default as PackageX } from './package-x';
|
|
1084
1084
|
export { default as PaintBucket } from './paint-bucket';
|
|
1085
1085
|
export { default as PaintRoller } from './paint-roller';
|
|
1086
1086
|
export { default as PaintbrushVertical } from './paintbrush-vertical';
|
|
1087
1087
|
export { default as Paintbrush } from './paintbrush';
|
|
1088
|
+
export { default as Panda } from './panda';
|
|
1088
1089
|
export { default as Palette } from './palette';
|
|
1089
1090
|
export { default as PanelBottomClose } from './panel-bottom-close';
|
|
1090
|
-
export { default as Panda } from './panda';
|
|
1091
1091
|
export { default as PanelBottomDashed } from './panel-bottom-dashed';
|
|
1092
|
-
export { default as PanelBottomOpen } from './panel-bottom-open';
|
|
1093
1092
|
export { default as PanelBottom } from './panel-bottom';
|
|
1093
|
+
export { default as PanelBottomOpen } from './panel-bottom-open';
|
|
1094
1094
|
export { default as PanelLeftClose } from './panel-left-close';
|
|
1095
|
-
export { default as PanelLeftDashed } from './panel-left-dashed';
|
|
1096
1095
|
export { default as PanelLeftOpen } from './panel-left-open';
|
|
1096
|
+
export { default as PanelLeftDashed } from './panel-left-dashed';
|
|
1097
1097
|
export { default as PanelLeftRightDashed } from './panel-left-right-dashed';
|
|
1098
1098
|
export { default as PanelLeft } from './panel-left';
|
|
1099
1099
|
export { default as PanelRightClose } from './panel-right-close';
|
|
1100
1100
|
export { default as PanelRightDashed } from './panel-right-dashed';
|
|
1101
|
-
export { default as PanelRightOpen } from './panel-right-open';
|
|
1102
1101
|
export { default as PanelRight } from './panel-right';
|
|
1102
|
+
export { default as PanelRightOpen } from './panel-right-open';
|
|
1103
1103
|
export { default as PanelTopBottomDashed } from './panel-top-bottom-dashed';
|
|
1104
1104
|
export { default as PanelTopClose } from './panel-top-close';
|
|
1105
1105
|
export { default as PanelTopDashed } from './panel-top-dashed';
|
|
1106
1106
|
export { default as PanelTopOpen } from './panel-top-open';
|
|
1107
1107
|
export { default as PanelTop } from './panel-top';
|
|
1108
|
-
export { default as PanelsLeftBottom } from './panels-left-bottom';
|
|
1109
1108
|
export { default as PanelsRightBottom } from './panels-right-bottom';
|
|
1110
1109
|
export { default as PanelsTopLeft } from './panels-top-left';
|
|
1110
|
+
export { default as PanelsLeftBottom } from './panels-left-bottom';
|
|
1111
1111
|
export { default as Paperclip } from './paperclip';
|
|
1112
|
-
export { default as Parentheses } from './parentheses';
|
|
1113
1112
|
export { default as ParkingMeter } from './parking-meter';
|
|
1113
|
+
export { default as Parentheses } from './parentheses';
|
|
1114
1114
|
export { default as PartyPopper } from './party-popper';
|
|
1115
1115
|
export { default as Pause } from './pause';
|
|
1116
1116
|
export { default as PawPrint } from './paw-print';
|
|
@@ -1125,10 +1125,10 @@ export { default as PencilRuler } from './pencil-ruler';
|
|
|
1125
1125
|
export { default as Pencil } from './pencil';
|
|
1126
1126
|
export { default as Pentagon } from './pentagon';
|
|
1127
1127
|
export { default as Percent } from './percent';
|
|
1128
|
-
export { default as PersonStanding } from './person-standing';
|
|
1129
1128
|
export { default as PhilippinePeso } from './philippine-peso';
|
|
1130
|
-
export { default as
|
|
1129
|
+
export { default as PersonStanding } from './person-standing';
|
|
1131
1130
|
export { default as PhoneForwarded } from './phone-forwarded';
|
|
1131
|
+
export { default as PhoneCall } from './phone-call';
|
|
1132
1132
|
export { default as PhoneIncoming } from './phone-incoming';
|
|
1133
1133
|
export { default as PhoneMissed } from './phone-missed';
|
|
1134
1134
|
export { default as PhoneOff } from './phone-off';
|
|
@@ -1144,21 +1144,21 @@ export { default as PilcrowLeft } from './pilcrow-left';
|
|
|
1144
1144
|
export { default as PilcrowRight } from './pilcrow-right';
|
|
1145
1145
|
export { default as Pilcrow } from './pilcrow';
|
|
1146
1146
|
export { default as PillBottle } from './pill-bottle';
|
|
1147
|
-
export { default as Pill } from './pill';
|
|
1148
1147
|
export { default as PinOff } from './pin-off';
|
|
1148
|
+
export { default as Pill } from './pill';
|
|
1149
1149
|
export { default as Pin } from './pin';
|
|
1150
1150
|
export { default as Pipette } from './pipette';
|
|
1151
1151
|
export { default as Pizza } from './pizza';
|
|
1152
1152
|
export { default as PlaneLanding } from './plane-landing';
|
|
1153
|
-
export { default as Plane } from './plane';
|
|
1154
1153
|
export { default as PlaneTakeoff } from './plane-takeoff';
|
|
1154
|
+
export { default as Plane } from './plane';
|
|
1155
1155
|
export { default as Play } from './play';
|
|
1156
1156
|
export { default as Plug2 } from './plug-2';
|
|
1157
1157
|
export { default as PlugZap } from './plug-zap';
|
|
1158
1158
|
export { default as Plug } from './plug';
|
|
1159
1159
|
export { default as Plus } from './plus';
|
|
1160
|
-
export { default as PocketKnife } from './pocket-knife';
|
|
1161
1160
|
export { default as Podcast } from './podcast';
|
|
1161
|
+
export { default as PocketKnife } from './pocket-knife';
|
|
1162
1162
|
export { default as PointerOff } from './pointer-off';
|
|
1163
1163
|
export { default as Pointer } from './pointer';
|
|
1164
1164
|
export { default as Popcorn } from './popcorn';
|
|
@@ -1170,22 +1170,22 @@ export { default as Presentation } from './presentation';
|
|
|
1170
1170
|
export { default as PrinterCheck } from './printer-check';
|
|
1171
1171
|
export { default as PrinterX } from './printer-x';
|
|
1172
1172
|
export { default as Printer } from './printer';
|
|
1173
|
-
export { default as Projector } from './projector';
|
|
1174
1173
|
export { default as Proportions } from './proportions';
|
|
1174
|
+
export { default as Projector } from './projector';
|
|
1175
1175
|
export { default as Puzzle } from './puzzle';
|
|
1176
1176
|
export { default as Pyramid } from './pyramid';
|
|
1177
|
-
export { default as QrCode } from './qr-code';
|
|
1178
1177
|
export { default as Quote } from './quote';
|
|
1178
|
+
export { default as QrCode } from './qr-code';
|
|
1179
1179
|
export { default as Rabbit } from './rabbit';
|
|
1180
|
-
export { default as Radar } from './radar';
|
|
1181
1180
|
export { default as Radiation } from './radiation';
|
|
1181
|
+
export { default as Radar } from './radar';
|
|
1182
1182
|
export { default as Radical } from './radical';
|
|
1183
1183
|
export { default as RadioReceiver } from './radio-receiver';
|
|
1184
1184
|
export { default as RadioTower } from './radio-tower';
|
|
1185
1185
|
export { default as Radio } from './radio';
|
|
1186
1186
|
export { default as Radius } from './radius';
|
|
1187
|
-
export { default as Rainbow } from './rainbow';
|
|
1188
1187
|
export { default as Rat } from './rat';
|
|
1188
|
+
export { default as Rainbow } from './rainbow';
|
|
1189
1189
|
export { default as Ratio } from './ratio';
|
|
1190
1190
|
export { default as ReceiptCent } from './receipt-cent';
|
|
1191
1191
|
export { default as ReceiptEuro } from './receipt-euro';
|
|
@@ -1197,9 +1197,9 @@ export { default as ReceiptSwissFranc } from './receipt-swiss-franc';
|
|
|
1197
1197
|
export { default as ReceiptText } from './receipt-text';
|
|
1198
1198
|
export { default as ReceiptTurkishLira } from './receipt-turkish-lira';
|
|
1199
1199
|
export { default as Receipt } from './receipt';
|
|
1200
|
+
export { default as RectangleEllipsis } from './rectangle-ellipsis';
|
|
1200
1201
|
export { default as RectangleCircle } from './rectangle-circle';
|
|
1201
1202
|
export { default as RectangleGoggles } from './rectangle-goggles';
|
|
1202
|
-
export { default as RectangleEllipsis } from './rectangle-ellipsis';
|
|
1203
1203
|
export { default as RectangleHorizontal } from './rectangle-horizontal';
|
|
1204
1204
|
export { default as RectangleVertical } from './rectangle-vertical';
|
|
1205
1205
|
export { default as Recycle } from './recycle';
|
|
@@ -1207,9 +1207,9 @@ export { default as Redo2 } from './redo-2';
|
|
|
1207
1207
|
export { default as RedoDot } from './redo-dot';
|
|
1208
1208
|
export { default as Redo } from './redo';
|
|
1209
1209
|
export { default as RefreshCcwDot } from './refresh-ccw-dot';
|
|
1210
|
-
export { default as RefreshCcw } from './refresh-ccw';
|
|
1211
1210
|
export { default as RefreshCwOff } from './refresh-cw-off';
|
|
1212
1211
|
export { default as RefreshCw } from './refresh-cw';
|
|
1212
|
+
export { default as RefreshCcw } from './refresh-ccw';
|
|
1213
1213
|
export { default as Refrigerator } from './refrigerator';
|
|
1214
1214
|
export { default as Regex } from './regex';
|
|
1215
1215
|
export { default as RemoveFormatting } from './remove-formatting';
|
|
@@ -1224,20 +1224,20 @@ export { default as Rewind } from './rewind';
|
|
|
1224
1224
|
export { default as Ribbon } from './ribbon';
|
|
1225
1225
|
export { default as Road } from './road';
|
|
1226
1226
|
export { default as Rocket } from './rocket';
|
|
1227
|
+
export { default as Rose } from './rose';
|
|
1227
1228
|
export { default as RockingChair } from './rocking-chair';
|
|
1228
1229
|
export { default as RollerCoaster } from './roller-coaster';
|
|
1229
|
-
export { default as Rose } from './rose';
|
|
1230
1230
|
export { default as Rotate3d } from './rotate-3d';
|
|
1231
1231
|
export { default as RotateCcwKey } from './rotate-ccw-key';
|
|
1232
|
-
export { default as RotateCcwSquare } from './rotate-ccw-square';
|
|
1233
1232
|
export { default as RotateCcw } from './rotate-ccw';
|
|
1233
|
+
export { default as RotateCcwSquare } from './rotate-ccw-square';
|
|
1234
1234
|
export { default as RotateCwSquare } from './rotate-cw-square';
|
|
1235
|
-
export { default as RotateCw } from './rotate-cw';
|
|
1236
1235
|
export { default as RouteOff } from './route-off';
|
|
1236
|
+
export { default as RotateCw } from './rotate-cw';
|
|
1237
1237
|
export { default as Route } from './route';
|
|
1238
1238
|
export { default as Router } from './router';
|
|
1239
|
-
export { default as Rows2 } from './rows-2';
|
|
1240
1239
|
export { default as Rows3 } from './rows-3';
|
|
1240
|
+
export { default as Rows2 } from './rows-2';
|
|
1241
1241
|
export { default as Rows4 } from './rows-4';
|
|
1242
1242
|
export { default as Rss } from './rss';
|
|
1243
1243
|
export { default as RulerDimensionLine } from './ruler-dimension-line';
|
|
@@ -1254,15 +1254,15 @@ export { default as SaveOff } from './save-off';
|
|
|
1254
1254
|
export { default as Save } from './save';
|
|
1255
1255
|
export { default as Scale3d } from './scale-3d';
|
|
1256
1256
|
export { default as Scale } from './scale';
|
|
1257
|
-
export { default as ScanBarcode } from './scan-barcode';
|
|
1258
1257
|
export { default as Scaling } from './scaling';
|
|
1258
|
+
export { default as ScanBarcode } from './scan-barcode';
|
|
1259
1259
|
export { default as ScanEye } from './scan-eye';
|
|
1260
1260
|
export { default as ScanFace } from './scan-face';
|
|
1261
1261
|
export { default as ScanHeart } from './scan-heart';
|
|
1262
1262
|
export { default as ScanLine } from './scan-line';
|
|
1263
1263
|
export { default as ScanQrCode } from './scan-qr-code';
|
|
1264
|
-
export { default as ScanSearch } from './scan-search';
|
|
1265
1264
|
export { default as ScanText } from './scan-text';
|
|
1265
|
+
export { default as ScanSearch } from './scan-search';
|
|
1266
1266
|
export { default as Scan } from './scan';
|
|
1267
1267
|
export { default as School } from './school';
|
|
1268
1268
|
export { default as ScissorsLineDashed } from './scissors-line-dashed';
|
|
@@ -1270,14 +1270,14 @@ export { default as Scissors } from './scissors';
|
|
|
1270
1270
|
export { default as Scooter } from './scooter';
|
|
1271
1271
|
export { default as ScreenShareOff } from './screen-share-off';
|
|
1272
1272
|
export { default as ScreenShare } from './screen-share';
|
|
1273
|
-
export { default as Scroll } from './scroll';
|
|
1274
1273
|
export { default as ScrollText } from './scroll-text';
|
|
1274
|
+
export { default as Scroll } from './scroll';
|
|
1275
1275
|
export { default as SearchAlert } from './search-alert';
|
|
1276
|
-
export { default as SearchCheck } from './search-check';
|
|
1277
1276
|
export { default as SearchCode } from './search-code';
|
|
1277
|
+
export { default as SearchCheck } from './search-check';
|
|
1278
1278
|
export { default as SearchSlash } from './search-slash';
|
|
1279
|
-
export { default as SearchX } from './search-x';
|
|
1280
1279
|
export { default as Search } from './search';
|
|
1280
|
+
export { default as SearchX } from './search-x';
|
|
1281
1281
|
export { default as Section } from './section';
|
|
1282
1282
|
export { default as SendHorizontal } from './send-horizontal';
|
|
1283
1283
|
export { default as SendToBack } from './send-to-back';
|
|
@@ -1299,13 +1299,15 @@ export { default as ShelvingUnit } from './shelving-unit';
|
|
|
1299
1299
|
export { default as ShieldAlert } from './shield-alert';
|
|
1300
1300
|
export { default as ShieldBan } from './shield-ban';
|
|
1301
1301
|
export { default as ShieldCheck } from './shield-check';
|
|
1302
|
+
export { default as ShieldCogCorner } from './shield-cog-corner';
|
|
1303
|
+
export { default as ShieldCog } from './shield-cog';
|
|
1302
1304
|
export { default as ShieldEllipsis } from './shield-ellipsis';
|
|
1303
1305
|
export { default as ShieldHalf } from './shield-half';
|
|
1304
1306
|
export { default as ShieldMinus } from './shield-minus';
|
|
1305
1307
|
export { default as ShieldOff } from './shield-off';
|
|
1306
1308
|
export { default as ShieldPlus } from './shield-plus';
|
|
1307
|
-
export { default as ShieldUser } from './shield-user';
|
|
1308
1309
|
export { default as ShieldQuestionMark } from './shield-question-mark';
|
|
1310
|
+
export { default as ShieldUser } from './shield-user';
|
|
1309
1311
|
export { default as ShieldX } from './shield-x';
|
|
1310
1312
|
export { default as Shield } from './shield';
|
|
1311
1313
|
export { default as ShipWheel } from './ship-wheel';
|
|
@@ -1318,31 +1320,31 @@ export { default as Shovel } from './shovel';
|
|
|
1318
1320
|
export { default as ShowerHead } from './shower-head';
|
|
1319
1321
|
export { default as Shredder } from './shredder';
|
|
1320
1322
|
export { default as Shrimp } from './shrimp';
|
|
1321
|
-
export { default as Shrink } from './shrink';
|
|
1322
1323
|
export { default as Shrub } from './shrub';
|
|
1324
|
+
export { default as Shrink } from './shrink';
|
|
1323
1325
|
export { default as Shuffle } from './shuffle';
|
|
1324
1326
|
export { default as Sigma } from './sigma';
|
|
1325
1327
|
export { default as SignalHigh } from './signal-high';
|
|
1326
1328
|
export { default as SignalLow } from './signal-low';
|
|
1327
1329
|
export { default as SignalMedium } from './signal-medium';
|
|
1328
|
-
export { default as SignalZero } from './signal-zero';
|
|
1329
1330
|
export { default as Signal } from './signal';
|
|
1331
|
+
export { default as SignalZero } from './signal-zero';
|
|
1330
1332
|
export { default as Signature } from './signature';
|
|
1331
1333
|
export { default as SignpostBig } from './signpost-big';
|
|
1332
1334
|
export { default as Signpost } from './signpost';
|
|
1333
1335
|
export { default as Siren } from './siren';
|
|
1334
|
-
export { default as SkipBack } from './skip-back';
|
|
1335
1336
|
export { default as SkipForward } from './skip-forward';
|
|
1337
|
+
export { default as SkipBack } from './skip-back';
|
|
1336
1338
|
export { default as Skull } from './skull';
|
|
1337
1339
|
export { default as Slash } from './slash';
|
|
1338
1340
|
export { default as Slice } from './slice';
|
|
1339
1341
|
export { default as SlidersHorizontal } from './sliders-horizontal';
|
|
1340
|
-
export { default as SmartphoneCharging } from './smartphone-charging';
|
|
1341
1342
|
export { default as SlidersVertical } from './sliders-vertical';
|
|
1343
|
+
export { default as SmartphoneCharging } from './smartphone-charging';
|
|
1342
1344
|
export { default as SmartphoneNfc } from './smartphone-nfc';
|
|
1343
1345
|
export { default as Smartphone } from './smartphone';
|
|
1344
|
-
export { default as SmilePlus } from './smile-plus';
|
|
1345
1346
|
export { default as Smile } from './smile';
|
|
1347
|
+
export { default as SmilePlus } from './smile-plus';
|
|
1346
1348
|
export { default as Snail } from './snail';
|
|
1347
1349
|
export { default as Snowflake } from './snowflake';
|
|
1348
1350
|
export { default as SoapDispenserDroplet } from './soap-dispenser-droplet';
|
|
@@ -1356,12 +1358,13 @@ export { default as Sparkles } from './sparkles';
|
|
|
1356
1358
|
export { default as Speaker } from './speaker';
|
|
1357
1359
|
export { default as Speech } from './speech';
|
|
1358
1360
|
export { default as SpellCheck2 } from './spell-check-2';
|
|
1359
|
-
export { default as SpellCheck } from './spell-check';
|
|
1360
1361
|
export { default as SplinePointer } from './spline-pointer';
|
|
1362
|
+
export { default as SpellCheck } from './spell-check';
|
|
1361
1363
|
export { default as Spline } from './spline';
|
|
1362
1364
|
export { default as Split } from './split';
|
|
1363
1365
|
export { default as Spool } from './spool';
|
|
1364
1366
|
export { default as Spotlight } from './spotlight';
|
|
1367
|
+
export { default as SportShoe } from './sport-shoe';
|
|
1365
1368
|
export { default as SprayCan } from './spray-can';
|
|
1366
1369
|
export { default as Sprout } from './sprout';
|
|
1367
1370
|
export { default as SquareActivity } from './square-activity';
|
|
@@ -1374,8 +1377,8 @@ export { default as SquareArrowOutDownRight } from './square-arrow-out-down-righ
|
|
|
1374
1377
|
export { default as SquareArrowOutUpLeft } from './square-arrow-out-up-left';
|
|
1375
1378
|
export { default as SquareArrowOutUpRight } from './square-arrow-out-up-right';
|
|
1376
1379
|
export { default as SquareArrowRightEnter } from './square-arrow-right-enter';
|
|
1377
|
-
export { default as SquareArrowRightExit } from './square-arrow-right-exit';
|
|
1378
1380
|
export { default as SquareArrowRight } from './square-arrow-right';
|
|
1381
|
+
export { default as SquareArrowRightExit } from './square-arrow-right-exit';
|
|
1379
1382
|
export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
1380
1383
|
export { default as SquareArrowUpRight } from './square-arrow-up-right';
|
|
1381
1384
|
export { default as SquareArrowUp } from './square-arrow-up';
|
|
@@ -1400,8 +1403,8 @@ export { default as SquareDashed } from './square-dashed';
|
|
|
1400
1403
|
export { default as SquareDivide } from './square-divide';
|
|
1401
1404
|
export { default as SquareDot } from './square-dot';
|
|
1402
1405
|
export { default as SquareEqual } from './square-equal';
|
|
1403
|
-
export { default as SquareFunction } from './square-function';
|
|
1404
1406
|
export { default as SquareKanban } from './square-kanban';
|
|
1407
|
+
export { default as SquareFunction } from './square-function';
|
|
1405
1408
|
export { default as SquareLibrary } from './square-library';
|
|
1406
1409
|
export { default as SquareM } from './square-m';
|
|
1407
1410
|
export { default as SquareMenu } from './square-menu';
|
|
@@ -1419,12 +1422,12 @@ export { default as SquarePlus } from './square-plus';
|
|
|
1419
1422
|
export { default as SquarePower } from './square-power';
|
|
1420
1423
|
export { default as SquareRadical } from './square-radical';
|
|
1421
1424
|
export { default as SquareRoundCorner } from './square-round-corner';
|
|
1422
|
-
export { default as SquareScissors } from './square-scissors';
|
|
1423
1425
|
export { default as SquareSigma } from './square-sigma';
|
|
1426
|
+
export { default as SquareScissors } from './square-scissors';
|
|
1424
1427
|
export { default as SquareSlash } from './square-slash';
|
|
1428
|
+
export { default as SquareSplitVertical } from './square-split-vertical';
|
|
1425
1429
|
export { default as SquareSplitHorizontal } from './square-split-horizontal';
|
|
1426
1430
|
export { default as SquareSquare } from './square-square';
|
|
1427
|
-
export { default as SquareSplitVertical } from './square-split-vertical';
|
|
1428
1431
|
export { default as SquareStack } from './square-stack';
|
|
1429
1432
|
export { default as SquareStar } from './square-star';
|
|
1430
1433
|
export { default as SquareStop } from './square-stop';
|
|
@@ -1434,8 +1437,8 @@ export { default as SquareUser } from './square-user';
|
|
|
1434
1437
|
export { default as SquareX } from './square-x';
|
|
1435
1438
|
export { default as Square } from './square';
|
|
1436
1439
|
export { default as SquaresExclude } from './squares-exclude';
|
|
1437
|
-
export { default as SquaresIntersect } from './squares-intersect';
|
|
1438
1440
|
export { default as SquaresSubtract } from './squares-subtract';
|
|
1441
|
+
export { default as SquaresIntersect } from './squares-intersect';
|
|
1439
1442
|
export { default as SquircleDashed } from './squircle-dashed';
|
|
1440
1443
|
export { default as SquaresUnite } from './squares-unite';
|
|
1441
1444
|
export { default as Squircle } from './squircle';
|
|
@@ -1443,27 +1446,27 @@ export { default as Squirrel } from './squirrel';
|
|
|
1443
1446
|
export { default as Stamp } from './stamp';
|
|
1444
1447
|
export { default as StarHalf } from './star-half';
|
|
1445
1448
|
export { default as StarOff } from './star-off';
|
|
1446
|
-
export { default as Star } from './star';
|
|
1447
1449
|
export { default as StepBack } from './step-back';
|
|
1450
|
+
export { default as Star } from './star';
|
|
1448
1451
|
export { default as StepForward } from './step-forward';
|
|
1449
1452
|
export { default as Stethoscope } from './stethoscope';
|
|
1450
1453
|
export { default as Sticker } from './sticker';
|
|
1451
1454
|
export { default as StickyNote } from './sticky-note';
|
|
1452
1455
|
export { default as Stone } from './stone';
|
|
1453
|
-
export { default as Store } from './store';
|
|
1454
1456
|
export { default as StretchHorizontal } from './stretch-horizontal';
|
|
1457
|
+
export { default as Store } from './store';
|
|
1455
1458
|
export { default as StretchVertical } from './stretch-vertical';
|
|
1456
1459
|
export { default as Strikethrough } from './strikethrough';
|
|
1457
1460
|
export { default as Subscript } from './subscript';
|
|
1458
1461
|
export { default as SunDim } from './sun-dim';
|
|
1459
|
-
export { default as SunMoon } from './sun-moon';
|
|
1460
1462
|
export { default as SunMedium } from './sun-medium';
|
|
1461
1463
|
export { default as SunSnow } from './sun-snow';
|
|
1464
|
+
export { default as SunMoon } from './sun-moon';
|
|
1462
1465
|
export { default as Sun } from './sun';
|
|
1463
1466
|
export { default as Sunrise } from './sunrise';
|
|
1464
1467
|
export { default as Sunset } from './sunset';
|
|
1465
|
-
export { default as Superscript } from './superscript';
|
|
1466
1468
|
export { default as SwatchBook } from './swatch-book';
|
|
1469
|
+
export { default as Superscript } from './superscript';
|
|
1467
1470
|
export { default as SwissFranc } from './swiss-franc';
|
|
1468
1471
|
export { default as SwitchCamera } from './switch-camera';
|
|
1469
1472
|
export { default as Sword } from './sword';
|
|
@@ -1483,8 +1486,8 @@ export { default as Tablets } from './tablets';
|
|
|
1483
1486
|
export { default as Tag } from './tag';
|
|
1484
1487
|
export { default as Tags } from './tags';
|
|
1485
1488
|
export { default as Tally1 } from './tally-1';
|
|
1486
|
-
export { default as Tally2 } from './tally-2';
|
|
1487
1489
|
export { default as Tally3 } from './tally-3';
|
|
1490
|
+
export { default as Tally2 } from './tally-2';
|
|
1488
1491
|
export { default as Tally4 } from './tally-4';
|
|
1489
1492
|
export { default as Tally5 } from './tally-5';
|
|
1490
1493
|
export { default as Tangent } from './tangent';
|
|
@@ -1492,8 +1495,8 @@ export { default as Target } from './target';
|
|
|
1492
1495
|
export { default as Telescope } from './telescope';
|
|
1493
1496
|
export { default as TentTree } from './tent-tree';
|
|
1494
1497
|
export { default as Tent } from './tent';
|
|
1495
|
-
export { default as Terminal } from './terminal';
|
|
1496
1498
|
export { default as TestTubeDiagonal } from './test-tube-diagonal';
|
|
1499
|
+
export { default as Terminal } from './terminal';
|
|
1497
1500
|
export { default as TestTube } from './test-tube';
|
|
1498
1501
|
export { default as TestTubes } from './test-tubes';
|
|
1499
1502
|
export { default as TextAlignCenter } from './text-align-center';
|
|
@@ -1503,15 +1506,15 @@ export { default as TextAlignStart } from './text-align-start';
|
|
|
1503
1506
|
export { default as TextCursorInput } from './text-cursor-input';
|
|
1504
1507
|
export { default as TextCursor } from './text-cursor';
|
|
1505
1508
|
export { default as TextInitial } from './text-initial';
|
|
1506
|
-
export { default as TextQuote } from './text-quote';
|
|
1507
1509
|
export { default as TextSearch } from './text-search';
|
|
1510
|
+
export { default as TextQuote } from './text-quote';
|
|
1508
1511
|
export { default as TextSelect } from './text-select';
|
|
1509
1512
|
export { default as TextWrap } from './text-wrap';
|
|
1510
1513
|
export { default as Theater } from './theater';
|
|
1511
1514
|
export { default as ThermometerSnowflake } from './thermometer-snowflake';
|
|
1515
|
+
export { default as ThumbsDown } from './thumbs-down';
|
|
1512
1516
|
export { default as ThermometerSun } from './thermometer-sun';
|
|
1513
1517
|
export { default as Thermometer } from './thermometer';
|
|
1514
|
-
export { default as ThumbsDown } from './thumbs-down';
|
|
1515
1518
|
export { default as ThumbsUp } from './thumbs-up';
|
|
1516
1519
|
export { default as TicketCheck } from './ticket-check';
|
|
1517
1520
|
export { default as TicketMinus } from './ticket-minus';
|
|
@@ -1523,8 +1526,8 @@ export { default as Ticket } from './ticket';
|
|
|
1523
1526
|
export { default as TicketsPlane } from './tickets-plane';
|
|
1524
1527
|
export { default as Tickets } from './tickets';
|
|
1525
1528
|
export { default as TimerOff } from './timer-off';
|
|
1526
|
-
export { default as TimerReset } from './timer-reset';
|
|
1527
1529
|
export { default as Timer } from './timer';
|
|
1530
|
+
export { default as TimerReset } from './timer-reset';
|
|
1528
1531
|
export { default as ToggleLeft } from './toggle-left';
|
|
1529
1532
|
export { default as ToggleRight } from './toggle-right';
|
|
1530
1533
|
export { default as Toilet } from './toilet';
|
|
@@ -1544,8 +1547,8 @@ export { default as TrainFront } from './train-front';
|
|
|
1544
1547
|
export { default as TrainTrack } from './train-track';
|
|
1545
1548
|
export { default as TramFront } from './tram-front';
|
|
1546
1549
|
export { default as Transgender } from './transgender';
|
|
1547
|
-
export { default as Trash2 } from './trash-2';
|
|
1548
1550
|
export { default as Trash } from './trash';
|
|
1551
|
+
export { default as Trash2 } from './trash-2';
|
|
1549
1552
|
export { default as TreeDeciduous } from './tree-deciduous';
|
|
1550
1553
|
export { default as TreePalm } from './tree-palm';
|
|
1551
1554
|
export { default as TreePine } from './tree-pine';
|
|
@@ -1559,8 +1562,8 @@ export { default as TriangleRight } from './triangle-right';
|
|
|
1559
1562
|
export { default as Triangle } from './triangle';
|
|
1560
1563
|
export { default as Trophy } from './trophy';
|
|
1561
1564
|
export { default as TruckElectric } from './truck-electric';
|
|
1562
|
-
export { default as Truck } from './truck';
|
|
1563
1565
|
export { default as TurkishLira } from './turkish-lira';
|
|
1566
|
+
export { default as Truck } from './truck';
|
|
1564
1567
|
export { default as Turntable } from './turntable';
|
|
1565
1568
|
export { default as Turtle } from './turtle';
|
|
1566
1569
|
export { default as TvMinimalPlay } from './tv-minimal-play';
|
|
@@ -1611,15 +1614,15 @@ export { default as UtilityPole } from './utility-pole';
|
|
|
1611
1614
|
export { default as Van } from './van';
|
|
1612
1615
|
export { default as Variable } from './variable';
|
|
1613
1616
|
export { default as Vault } from './vault';
|
|
1614
|
-
export { default as Vegan } from './vegan';
|
|
1615
1617
|
export { default as VectorSquare } from './vector-square';
|
|
1618
|
+
export { default as Vegan } from './vegan';
|
|
1616
1619
|
export { default as VenetianMask } from './venetian-mask';
|
|
1617
1620
|
export { default as VenusAndMars } from './venus-and-mars';
|
|
1618
1621
|
export { default as Venus } from './venus';
|
|
1619
1622
|
export { default as VibrateOff } from './vibrate-off';
|
|
1620
1623
|
export { default as Vibrate } from './vibrate';
|
|
1621
|
-
export { default as VideoOff } from './video-off';
|
|
1622
1624
|
export { default as Video } from './video';
|
|
1625
|
+
export { default as VideoOff } from './video-off';
|
|
1623
1626
|
export { default as Videotape } from './videotape';
|
|
1624
1627
|
export { default as View } from './view';
|
|
1625
1628
|
export { default as Voicemail } from './voicemail';
|
|
@@ -1635,8 +1638,8 @@ export { default as WalletMinimal } from './wallet-minimal';
|
|
|
1635
1638
|
export { default as Wallet } from './wallet';
|
|
1636
1639
|
export { default as Wallpaper } from './wallpaper';
|
|
1637
1640
|
export { default as WandSparkles } from './wand-sparkles';
|
|
1638
|
-
export { default as Wand } from './wand';
|
|
1639
1641
|
export { default as Warehouse } from './warehouse';
|
|
1642
|
+
export { default as Wand } from './wand';
|
|
1640
1643
|
export { default as WashingMachine } from './washing-machine';
|
|
1641
1644
|
export { default as Watch } from './watch';
|
|
1642
1645
|
export { default as WavesArrowDown } from './waves-arrow-down';
|
|
@@ -1662,8 +1665,8 @@ export { default as WifiZero } from './wifi-zero';
|
|
|
1662
1665
|
export { default as Wifi } from './wifi';
|
|
1663
1666
|
export { default as WindArrowDown } from './wind-arrow-down';
|
|
1664
1667
|
export { default as Wind } from './wind';
|
|
1665
|
-
export { default as Wine } from './wine';
|
|
1666
1668
|
export { default as WineOff } from './wine-off';
|
|
1669
|
+
export { default as Wine } from './wine';
|
|
1667
1670
|
export { default as Workflow } from './workflow';
|
|
1668
1671
|
export { default as Worm } from './worm';
|
|
1669
1672
|
export { default as Wrench } from './wrench';
|
|
@@ -1671,9 +1674,9 @@ export { default as XLineTop } from './x-line-top';
|
|
|
1671
1674
|
export { default as X } from './x';
|
|
1672
1675
|
export { default as ZapOff } from './zap-off';
|
|
1673
1676
|
export { default as Zap } from './zap';
|
|
1677
|
+
export { default as ZodiacAries } from './zodiac-aries';
|
|
1674
1678
|
export { default as ZodiacAquarius } from './zodiac-aquarius';
|
|
1675
1679
|
export { default as ZodiacCancer } from './zodiac-cancer';
|
|
1676
|
-
export { default as ZodiacAries } from './zodiac-aries';
|
|
1677
1680
|
export { default as ZodiacCapricorn } from './zodiac-capricorn';
|
|
1678
1681
|
export { default as ZodiacGemini } from './zodiac-gemini';
|
|
1679
1682
|
export { default as ZodiacLeo } from './zodiac-leo';
|