@lucide/astro 1.9.0 → 1.11.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 +2 -2
- package/src/aliases/aliases.ts +94 -94
- package/src/aliases/prefixed.ts +575 -569
- package/src/aliases/suffixed.ts +931 -925
- package/src/icons/bell-check.ts +18 -0
- package/src/icons/heart-x.ts +18 -0
- package/src/icons/index.ts +154 -151
- package/src/icons/layers-minus.ts +18 -0
- package/src/icons/rotate-3d.ts +2 -2
package/src/icons/index.ts
CHANGED
|
@@ -21,14 +21,14 @@ export { default as AlignHorizontalDistributeEnd } from './align-horizontal-dist
|
|
|
21
21
|
export { default as AlignHorizontalDistributeStart } from './align-horizontal-distribute-start';
|
|
22
22
|
export { default as AlignHorizontalJustifyCenter } from './align-horizontal-justify-center';
|
|
23
23
|
export { default as AlignHorizontalJustifyEnd } from './align-horizontal-justify-end';
|
|
24
|
-
export { default as AlignHorizontalJustifyStart } from './align-horizontal-justify-start';
|
|
25
24
|
export { default as AlignHorizontalSpaceAround } from './align-horizontal-space-around';
|
|
25
|
+
export { default as AlignHorizontalJustifyStart } from './align-horizontal-justify-start';
|
|
26
26
|
export { default as AlignHorizontalSpaceBetween } from './align-horizontal-space-between';
|
|
27
27
|
export { default as AlignStartHorizontal } from './align-start-horizontal';
|
|
28
28
|
export { default as AlignStartVertical } from './align-start-vertical';
|
|
29
29
|
export { default as AlignVerticalDistributeCenter } from './align-vertical-distribute-center';
|
|
30
|
-
export { default as AlignVerticalDistributeStart } from './align-vertical-distribute-start';
|
|
31
30
|
export { default as AlignVerticalDistributeEnd } from './align-vertical-distribute-end';
|
|
31
|
+
export { default as AlignVerticalDistributeStart } from './align-vertical-distribute-start';
|
|
32
32
|
export { default as AlignVerticalJustifyCenter } from './align-vertical-justify-center';
|
|
33
33
|
export { default as AlignVerticalJustifyEnd } from './align-vertical-justify-end';
|
|
34
34
|
export { default as AlignVerticalJustifyStart } from './align-vertical-justify-start';
|
|
@@ -43,9 +43,9 @@ export { default as Angry } from './angry';
|
|
|
43
43
|
export { default as Annoyed } from './annoyed';
|
|
44
44
|
export { default as Antenna } from './antenna';
|
|
45
45
|
export { default as Anvil } from './anvil';
|
|
46
|
-
export { default as Aperture } from './aperture';
|
|
47
46
|
export { default as AppWindowMac } from './app-window-mac';
|
|
48
47
|
export { default as AppWindow } from './app-window';
|
|
48
|
+
export { default as Aperture } from './aperture';
|
|
49
49
|
export { default as Apple } from './apple';
|
|
50
50
|
export { default as ArchiveRestore } from './archive-restore';
|
|
51
51
|
export { default as ArchiveX } from './archive-x';
|
|
@@ -67,8 +67,8 @@ export { default as ArrowDownLeft } from './arrow-down-left';
|
|
|
67
67
|
export { default as ArrowDownNarrowWide } from './arrow-down-narrow-wide';
|
|
68
68
|
export { default as ArrowDownRight } from './arrow-down-right';
|
|
69
69
|
export { default as ArrowDownToDot } from './arrow-down-to-dot';
|
|
70
|
-
export { default as ArrowDownUp } from './arrow-down-up';
|
|
71
70
|
export { default as ArrowDownToLine } from './arrow-down-to-line';
|
|
71
|
+
export { default as ArrowDownUp } from './arrow-down-up';
|
|
72
72
|
export { default as ArrowDownWideNarrow } from './arrow-down-wide-narrow';
|
|
73
73
|
export { default as ArrowDownZA } from './arrow-down-z-a';
|
|
74
74
|
export { default as ArrowDown } from './arrow-down';
|
|
@@ -76,8 +76,8 @@ export { default as ArrowLeftFromLine } from './arrow-left-from-line';
|
|
|
76
76
|
export { default as ArrowLeftRight } from './arrow-left-right';
|
|
77
77
|
export { default as ArrowLeftToLine } from './arrow-left-to-line';
|
|
78
78
|
export { default as ArrowLeft } from './arrow-left';
|
|
79
|
-
export { default as ArrowRightFromLine } from './arrow-right-from-line';
|
|
80
79
|
export { default as ArrowRightLeft } from './arrow-right-left';
|
|
80
|
+
export { default as ArrowRightFromLine } from './arrow-right-from-line';
|
|
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';
|
|
@@ -93,8 +93,8 @@ export { default as ArrowUpToLine } from './arrow-up-to-line';
|
|
|
93
93
|
export { default as ArrowUpWideNarrow } from './arrow-up-wide-narrow';
|
|
94
94
|
export { default as ArrowUpZA } from './arrow-up-z-a';
|
|
95
95
|
export { default as ArrowUp } from './arrow-up';
|
|
96
|
-
export { default as Asterisk } from './asterisk';
|
|
97
96
|
export { default as ArrowsUpFromLine } from './arrows-up-from-line';
|
|
97
|
+
export { default as Asterisk } from './asterisk';
|
|
98
98
|
export { default as AtSign } from './at-sign';
|
|
99
99
|
export { default as Atom } from './atom';
|
|
100
100
|
export { default as AudioLines } from './audio-lines';
|
|
@@ -105,8 +105,8 @@ export { default as Axis3d } from './axis-3d';
|
|
|
105
105
|
export { default as Baby } from './baby';
|
|
106
106
|
export { default as Backpack } from './backpack';
|
|
107
107
|
export { default as BadgeAlert } from './badge-alert';
|
|
108
|
-
export { default as BadgeCheck } from './badge-check';
|
|
109
108
|
export { default as BadgeCent } from './badge-cent';
|
|
109
|
+
export { default as BadgeCheck } from './badge-check';
|
|
110
110
|
export { default as BadgeDollarSign } from './badge-dollar-sign';
|
|
111
111
|
export { default as BadgeEuro } from './badge-euro';
|
|
112
112
|
export { default as BadgeIndianRupee } from './badge-indian-rupee';
|
|
@@ -150,11 +150,12 @@ export { default as BedSingle } from './bed-single';
|
|
|
150
150
|
export { default as Bed } from './bed';
|
|
151
151
|
export { default as BeefOff } from './beef-off';
|
|
152
152
|
export { default as Beef } from './beef';
|
|
153
|
-
export { default as Beer } from './beer';
|
|
154
153
|
export { default as BeerOff } from './beer-off';
|
|
154
|
+
export { default as BellCheck } from './bell-check';
|
|
155
|
+
export { default as Beer } from './beer';
|
|
155
156
|
export { default as BellDot } from './bell-dot';
|
|
156
|
-
export { default as BellMinus } from './bell-minus';
|
|
157
157
|
export { default as BellElectric } from './bell-electric';
|
|
158
|
+
export { default as BellMinus } from './bell-minus';
|
|
158
159
|
export { default as BellOff } from './bell-off';
|
|
159
160
|
export { default as BellPlus } from './bell-plus';
|
|
160
161
|
export { default as BellRing } from './bell-ring';
|
|
@@ -163,8 +164,8 @@ export { default as BetweenHorizontalEnd } from './between-horizontal-end';
|
|
|
163
164
|
export { default as BetweenHorizontalStart } from './between-horizontal-start';
|
|
164
165
|
export { default as BetweenVerticalEnd } from './between-vertical-end';
|
|
165
166
|
export { default as BetweenVerticalStart } from './between-vertical-start';
|
|
166
|
-
export { default as Bike } from './bike';
|
|
167
167
|
export { default as BicepsFlexed } from './biceps-flexed';
|
|
168
|
+
export { default as Bike } from './bike';
|
|
168
169
|
export { default as Binary } from './binary';
|
|
169
170
|
export { default as Binoculars } from './binoculars';
|
|
170
171
|
export { default as Biohazard } from './biohazard';
|
|
@@ -190,8 +191,8 @@ export { default as BookCopy } from './book-copy';
|
|
|
190
191
|
export { default as BookDashed } from './book-dashed';
|
|
191
192
|
export { default as BookDown } from './book-down';
|
|
192
193
|
export { default as BookHeadphones } from './book-headphones';
|
|
193
|
-
export { default as BookImage } from './book-image';
|
|
194
194
|
export { default as BookHeart } from './book-heart';
|
|
195
|
+
export { default as BookImage } from './book-image';
|
|
195
196
|
export { default as BookKey } from './book-key';
|
|
196
197
|
export { default as BookLock } from './book-lock';
|
|
197
198
|
export { default as BookMarked } from './book-marked';
|
|
@@ -219,8 +220,8 @@ export { default as BotMessageSquare } from './bot-message-square';
|
|
|
219
220
|
export { default as BotOff } from './bot-off';
|
|
220
221
|
export { default as Bot } from './bot';
|
|
221
222
|
export { default as BottleWine } from './bottle-wine';
|
|
222
|
-
export { default as BowArrow } from './bow-arrow';
|
|
223
223
|
export { default as Box } from './box';
|
|
224
|
+
export { default as BowArrow } from './bow-arrow';
|
|
224
225
|
export { default as Boxes } from './boxes';
|
|
225
226
|
export { default as Braces } from './braces';
|
|
226
227
|
export { default as Brackets } from './brackets';
|
|
@@ -261,17 +262,17 @@ export { default as CalendarDays } from './calendar-days';
|
|
|
261
262
|
export { default as CalendarFold } from './calendar-fold';
|
|
262
263
|
export { default as CalendarHeart } from './calendar-heart';
|
|
263
264
|
export { default as CalendarMinus2 } from './calendar-minus-2';
|
|
264
|
-
export { default as CalendarOff } from './calendar-off';
|
|
265
265
|
export { default as CalendarMinus } from './calendar-minus';
|
|
266
|
+
export { default as CalendarOff } from './calendar-off';
|
|
266
267
|
export { default as CalendarPlus2 } from './calendar-plus-2';
|
|
267
268
|
export { default as CalendarPlus } from './calendar-plus';
|
|
268
|
-
export { default as CalendarRange } from './calendar-range';
|
|
269
269
|
export { default as CalendarSearch } from './calendar-search';
|
|
270
|
+
export { default as CalendarRange } from './calendar-range';
|
|
270
271
|
export { default as CalendarSync } from './calendar-sync';
|
|
271
272
|
export { default as CalendarX2 } from './calendar-x-2';
|
|
272
273
|
export { default as CalendarX } from './calendar-x';
|
|
273
|
-
export { default as Calendars } from './calendars';
|
|
274
274
|
export { default as Calendar } from './calendar';
|
|
275
|
+
export { default as Calendars } from './calendars';
|
|
275
276
|
export { default as CameraOff } from './camera-off';
|
|
276
277
|
export { default as Camera } from './camera';
|
|
277
278
|
export { default as CandyCane } from './candy-cane';
|
|
@@ -298,8 +299,8 @@ export { default as CctvOff } from './cctv-off';
|
|
|
298
299
|
export { default as Cctv } from './cctv';
|
|
299
300
|
export { default as ChartArea } from './chart-area';
|
|
300
301
|
export { default as ChartBarBig } from './chart-bar-big';
|
|
301
|
-
export { default as ChartBarDecreasing } from './chart-bar-decreasing';
|
|
302
302
|
export { default as ChartBarIncreasing } from './chart-bar-increasing';
|
|
303
|
+
export { default as ChartBarDecreasing } from './chart-bar-decreasing';
|
|
303
304
|
export { default as ChartBarStacked } from './chart-bar-stacked';
|
|
304
305
|
export { default as ChartBar } from './chart-bar';
|
|
305
306
|
export { default as ChartCandlestick } from './chart-candlestick';
|
|
@@ -316,8 +317,8 @@ export { default as ChartNoAxesColumnIncreasing } from './chart-no-axes-column-i
|
|
|
316
317
|
export { default as ChartNoAxesColumn } from './chart-no-axes-column';
|
|
317
318
|
export { default as ChartNoAxesCombined } from './chart-no-axes-combined';
|
|
318
319
|
export { default as ChartNoAxesGantt } from './chart-no-axes-gantt';
|
|
319
|
-
export { default as ChartPie } from './chart-pie';
|
|
320
320
|
export { default as ChartScatter } from './chart-scatter';
|
|
321
|
+
export { default as ChartPie } from './chart-pie';
|
|
321
322
|
export { default as ChartSpline } from './chart-spline';
|
|
322
323
|
export { default as CheckCheck } from './check-check';
|
|
323
324
|
export { default as CheckLine } from './check-line';
|
|
@@ -335,31 +336,31 @@ export { default as ChevronFirst } from './chevron-first';
|
|
|
335
336
|
export { default as ChevronLast } from './chevron-last';
|
|
336
337
|
export { default as ChevronLeft } from './chevron-left';
|
|
337
338
|
export { default as ChevronRight } from './chevron-right';
|
|
338
|
-
export { default as ChevronsDownUp } from './chevrons-down-up';
|
|
339
339
|
export { default as ChevronUp } from './chevron-up';
|
|
340
|
+
export { default as ChevronsDownUp } from './chevrons-down-up';
|
|
340
341
|
export { default as ChevronsDown } from './chevrons-down';
|
|
342
|
+
export { default as ChevronsLeftRightEllipsis } from './chevrons-left-right-ellipsis';
|
|
341
343
|
export { default as ChevronsLeftRight } from './chevrons-left-right';
|
|
344
|
+
export { default as ChevronsLeft } from './chevrons-left';
|
|
342
345
|
export { default as ChevronsRightLeft } from './chevrons-right-left';
|
|
343
346
|
export { default as ChevronsRight } from './chevrons-right';
|
|
344
|
-
export { default as ChevronsLeftRightEllipsis } from './chevrons-left-right-ellipsis';
|
|
345
347
|
export { default as ChevronsUpDown } from './chevrons-up-down';
|
|
346
|
-
export { default as ChevronsLeft } from './chevrons-left';
|
|
347
348
|
export { default as ChevronsUp } from './chevrons-up';
|
|
348
349
|
export { default as Church } from './church';
|
|
349
350
|
export { default as CigaretteOff } from './cigarette-off';
|
|
350
351
|
export { default as Cigarette } from './cigarette';
|
|
351
352
|
export { default as CircleAlert } from './circle-alert';
|
|
352
353
|
export { default as CircleArrowDown } from './circle-arrow-down';
|
|
353
|
-
export { default as CircleArrowOutDownLeft } from './circle-arrow-out-down-left';
|
|
354
354
|
export { default as CircleArrowLeft } from './circle-arrow-left';
|
|
355
|
+
export { default as CircleArrowOutDownLeft } from './circle-arrow-out-down-left';
|
|
355
356
|
export { default as CircleArrowOutDownRight } from './circle-arrow-out-down-right';
|
|
356
357
|
export { default as CircleArrowOutUpLeft } from './circle-arrow-out-up-left';
|
|
357
358
|
export { default as CircleArrowOutUpRight } from './circle-arrow-out-up-right';
|
|
358
359
|
export { default as CircleArrowRight } from './circle-arrow-right';
|
|
359
360
|
export { default as CircleArrowUp } from './circle-arrow-up';
|
|
360
361
|
export { default as CircleCheckBig } from './circle-check-big';
|
|
361
|
-
export { default as CircleChevronDown } from './circle-chevron-down';
|
|
362
362
|
export { default as CircleCheck } from './circle-check';
|
|
363
|
+
export { default as CircleChevronDown } from './circle-chevron-down';
|
|
363
364
|
export { default as CircleChevronLeft } from './circle-chevron-left';
|
|
364
365
|
export { default as CircleChevronRight } from './circle-chevron-right';
|
|
365
366
|
export { default as CircleChevronUp } from './circle-chevron-up';
|
|
@@ -375,8 +376,8 @@ export { default as CircleFadingPlus } from './circle-fading-plus';
|
|
|
375
376
|
export { default as CircleGauge } from './circle-gauge';
|
|
376
377
|
export { default as CircleMinus } from './circle-minus';
|
|
377
378
|
export { default as CircleOff } from './circle-off';
|
|
378
|
-
export { default as CircleParkingOff } from './circle-parking-off';
|
|
379
379
|
export { default as CircleParking } from './circle-parking';
|
|
380
|
+
export { default as CircleParkingOff } from './circle-parking-off';
|
|
380
381
|
export { default as CirclePause } from './circle-pause';
|
|
381
382
|
export { default as CirclePercent } from './circle-percent';
|
|
382
383
|
export { default as CirclePile } from './circle-pile';
|
|
@@ -385,8 +386,8 @@ export { default as CirclePlus } from './circle-plus';
|
|
|
385
386
|
export { default as CirclePoundSterling } from './circle-pound-sterling';
|
|
386
387
|
export { default as CirclePower } from './circle-power';
|
|
387
388
|
export { default as CircleQuestionMark } from './circle-question-mark';
|
|
388
|
-
export { default as CircleSlash } from './circle-slash';
|
|
389
389
|
export { default as CircleSlash2 } from './circle-slash-2';
|
|
390
|
+
export { default as CircleSlash } from './circle-slash';
|
|
390
391
|
export { default as CircleSmall } from './circle-small';
|
|
391
392
|
export { default as CircleStar } from './circle-star';
|
|
392
393
|
export { default as CircleStop } from './circle-stop';
|
|
@@ -399,19 +400,19 @@ export { default as Citrus } from './citrus';
|
|
|
399
400
|
export { default as Clapperboard } from './clapperboard';
|
|
400
401
|
export { default as ClipboardCheck } from './clipboard-check';
|
|
401
402
|
export { default as ClipboardClock } from './clipboard-clock';
|
|
402
|
-
export { default as ClipboardList } from './clipboard-list';
|
|
403
403
|
export { default as ClipboardCopy } from './clipboard-copy';
|
|
404
|
+
export { default as ClipboardList } from './clipboard-list';
|
|
404
405
|
export { default as ClipboardMinus } from './clipboard-minus';
|
|
405
406
|
export { default as ClipboardPaste } from './clipboard-paste';
|
|
406
407
|
export { default as ClipboardPenLine } from './clipboard-pen-line';
|
|
407
408
|
export { default as ClipboardPen } from './clipboard-pen';
|
|
408
409
|
export { default as ClipboardPlus } from './clipboard-plus';
|
|
409
410
|
export { default as ClipboardType } from './clipboard-type';
|
|
410
|
-
export { default as Clipboard } from './clipboard';
|
|
411
411
|
export { default as ClipboardX } from './clipboard-x';
|
|
412
|
+
export { default as Clipboard } from './clipboard';
|
|
412
413
|
export { default as Clock1 } from './clock-1';
|
|
413
|
-
export { default as Clock11 } from './clock-11';
|
|
414
414
|
export { default as Clock10 } from './clock-10';
|
|
415
|
+
export { default as Clock11 } from './clock-11';
|
|
415
416
|
export { default as Clock12 } from './clock-12';
|
|
416
417
|
export { default as Clock2 } from './clock-2';
|
|
417
418
|
export { default as Clock3 } from './clock-3';
|
|
@@ -430,23 +431,23 @@ export { default as ClockPlus } from './clock-plus';
|
|
|
430
431
|
export { default as Clock } from './clock';
|
|
431
432
|
export { default as ClosedCaption } from './closed-caption';
|
|
432
433
|
export { default as CloudAlert } from './cloud-alert';
|
|
433
|
-
export { default as CloudCheck } from './cloud-check';
|
|
434
434
|
export { default as CloudBackup } from './cloud-backup';
|
|
435
|
+
export { default as CloudCheck } from './cloud-check';
|
|
435
436
|
export { default as CloudCog } from './cloud-cog';
|
|
436
437
|
export { default as CloudDownload } from './cloud-download';
|
|
437
438
|
export { default as CloudDrizzle } from './cloud-drizzle';
|
|
438
439
|
export { default as CloudFog } from './cloud-fog';
|
|
439
440
|
export { default as CloudHail } from './cloud-hail';
|
|
440
|
-
export { default as CloudMoonRain } from './cloud-moon-rain';
|
|
441
441
|
export { default as CloudLightning } from './cloud-lightning';
|
|
442
|
+
export { default as CloudMoonRain } from './cloud-moon-rain';
|
|
442
443
|
export { default as CloudMoon } from './cloud-moon';
|
|
443
444
|
export { default as CloudOff } from './cloud-off';
|
|
444
445
|
export { default as CloudRainWind } from './cloud-rain-wind';
|
|
445
446
|
export { default as CloudRain } from './cloud-rain';
|
|
446
447
|
export { default as CloudSnow } from './cloud-snow';
|
|
447
448
|
export { default as CloudSunRain } from './cloud-sun-rain';
|
|
448
|
-
export { default as CloudSync } from './cloud-sync';
|
|
449
449
|
export { default as CloudSun } from './cloud-sun';
|
|
450
|
+
export { default as CloudSync } from './cloud-sync';
|
|
450
451
|
export { default as CloudUpload } from './cloud-upload';
|
|
451
452
|
export { default as Cloud } from './cloud';
|
|
452
453
|
export { default as Cloudy } from './cloudy';
|
|
@@ -457,20 +458,20 @@ export { default as Code } from './code';
|
|
|
457
458
|
export { default as Coffee } from './coffee';
|
|
458
459
|
export { default as Cog } from './cog';
|
|
459
460
|
export { default as Coins } from './coins';
|
|
460
|
-
export { default as Columns3Cog } from './columns-3-cog';
|
|
461
461
|
export { default as Columns2 } from './columns-2';
|
|
462
|
-
export { default as
|
|
462
|
+
export { default as Columns3Cog } from './columns-3-cog';
|
|
463
463
|
export { default as Columns3 } from './columns-3';
|
|
464
|
+
export { default as Columns4 } from './columns-4';
|
|
464
465
|
export { default as Combine } from './combine';
|
|
465
|
-
export { default as Compass } from './compass';
|
|
466
466
|
export { default as Command } from './command';
|
|
467
|
+
export { default as Compass } from './compass';
|
|
467
468
|
export { default as Component } from './component';
|
|
468
469
|
export { default as Computer } from './computer';
|
|
469
470
|
export { default as ConciergeBell } from './concierge-bell';
|
|
470
471
|
export { default as Construction } from './construction';
|
|
471
|
-
export { default as Cone } from './cone';
|
|
472
472
|
export { default as ContactRound } from './contact-round';
|
|
473
473
|
export { default as Contact } from './contact';
|
|
474
|
+
export { default as Cone } from './cone';
|
|
474
475
|
export { default as Container } from './container';
|
|
475
476
|
export { default as Contrast } from './contrast';
|
|
476
477
|
export { default as Cookie } from './cookie';
|
|
@@ -479,34 +480,34 @@ export { default as CopyCheck } from './copy-check';
|
|
|
479
480
|
export { default as CopyMinus } from './copy-minus';
|
|
480
481
|
export { default as CopyPlus } from './copy-plus';
|
|
481
482
|
export { default as CopySlash } from './copy-slash';
|
|
482
|
-
export { default as Copy } from './copy';
|
|
483
483
|
export { default as CopyX } from './copy-x';
|
|
484
|
+
export { default as Copy } from './copy';
|
|
484
485
|
export { default as Copyleft } from './copyleft';
|
|
485
486
|
export { default as Copyright } from './copyright';
|
|
486
487
|
export { default as CornerDownLeft } from './corner-down-left';
|
|
487
488
|
export { default as CornerDownRight } from './corner-down-right';
|
|
488
489
|
export { default as CornerLeftDown } from './corner-left-down';
|
|
489
|
-
export { default as CornerRightDown } from './corner-right-down';
|
|
490
490
|
export { default as CornerLeftUp } from './corner-left-up';
|
|
491
|
+
export { default as CornerRightDown } from './corner-right-down';
|
|
491
492
|
export { default as CornerRightUp } from './corner-right-up';
|
|
492
493
|
export { default as CornerUpLeft } from './corner-up-left';
|
|
493
494
|
export { default as CornerUpRight } from './corner-up-right';
|
|
494
495
|
export { default as Cpu } from './cpu';
|
|
495
496
|
export { default as CreativeCommons } from './creative-commons';
|
|
496
497
|
export { default as CreditCard } from './credit-card';
|
|
497
|
-
export { default as Crop } from './crop';
|
|
498
498
|
export { default as Croissant } from './croissant';
|
|
499
|
+
export { default as Crop } from './crop';
|
|
499
500
|
export { default as Cross } from './cross';
|
|
500
|
-
export { default as Crown } from './crown';
|
|
501
501
|
export { default as Crosshair } from './crosshair';
|
|
502
|
+
export { default as Crown } from './crown';
|
|
502
503
|
export { default as Cuboid } from './cuboid';
|
|
503
504
|
export { default as CupSoda } from './cup-soda';
|
|
504
505
|
export { default as Currency } from './currency';
|
|
505
506
|
export { default as Cylinder } from './cylinder';
|
|
506
507
|
export { default as Dam } from './dam';
|
|
507
508
|
export { default as DatabaseBackup } from './database-backup';
|
|
508
|
-
export { default as DatabaseZap } from './database-zap';
|
|
509
509
|
export { default as DatabaseSearch } from './database-search';
|
|
510
|
+
export { default as DatabaseZap } from './database-zap';
|
|
510
511
|
export { default as Database } from './database';
|
|
511
512
|
export { default as DecimalsArrowLeft } from './decimals-arrow-left';
|
|
512
513
|
export { default as DecimalsArrowRight } from './decimals-arrow-right';
|
|
@@ -518,28 +519,28 @@ export { default as DiamondPercent } from './diamond-percent';
|
|
|
518
519
|
export { default as DiamondPlus } from './diamond-plus';
|
|
519
520
|
export { default as Diamond } from './diamond';
|
|
520
521
|
export { default as Dice1 } from './dice-1';
|
|
521
|
-
export { default as Dice3 } from './dice-3';
|
|
522
522
|
export { default as Dice2 } from './dice-2';
|
|
523
|
+
export { default as Dice3 } from './dice-3';
|
|
523
524
|
export { default as Dice4 } from './dice-4';
|
|
524
525
|
export { default as Dice5 } from './dice-5';
|
|
525
526
|
export { default as Dice6 } from './dice-6';
|
|
526
|
-
export { default as Diff } from './diff';
|
|
527
527
|
export { default as Dices } from './dices';
|
|
528
|
+
export { default as Diff } from './diff';
|
|
528
529
|
export { default as Disc2 } from './disc-2';
|
|
529
530
|
export { default as Disc3 } from './disc-3';
|
|
530
531
|
export { default as DiscAlbum } from './disc-album';
|
|
531
532
|
export { default as Disc } from './disc';
|
|
532
533
|
export { default as Divide } from './divide';
|
|
533
|
-
export { default as DnaOff } from './dna-off';
|
|
534
534
|
export { default as Dna } from './dna';
|
|
535
|
+
export { default as DnaOff } from './dna-off';
|
|
535
536
|
export { default as Dock } from './dock';
|
|
536
537
|
export { default as Dog } from './dog';
|
|
537
538
|
export { default as DollarSign } from './dollar-sign';
|
|
538
539
|
export { default as Donut } from './donut';
|
|
539
540
|
export { default as DoorClosedLocked } from './door-closed-locked';
|
|
540
541
|
export { default as DoorClosed } from './door-closed';
|
|
541
|
-
export { default as Dot } from './dot';
|
|
542
542
|
export { default as DoorOpen } from './door-open';
|
|
543
|
+
export { default as Dot } from './dot';
|
|
543
544
|
export { default as Download } from './download';
|
|
544
545
|
export { default as DraftingCompass } from './drafting-compass';
|
|
545
546
|
export { default as Drama } from './drama';
|
|
@@ -565,10 +566,10 @@ export { default as Ellipsis } from './ellipsis';
|
|
|
565
566
|
export { default as EqualApproximately } from './equal-approximately';
|
|
566
567
|
export { default as EqualNot } from './equal-not';
|
|
567
568
|
export { default as Equal } from './equal';
|
|
568
|
-
export { default as Eraser } from './eraser';
|
|
569
569
|
export { default as EthernetPort } from './ethernet-port';
|
|
570
|
-
export { default as
|
|
570
|
+
export { default as Eraser } from './eraser';
|
|
571
571
|
export { default as EvCharger } from './ev-charger';
|
|
572
|
+
export { default as Euro } from './euro';
|
|
572
573
|
export { default as Expand } from './expand';
|
|
573
574
|
export { default as ExternalLink } from './external-link';
|
|
574
575
|
export { default as EyeClosed } from './eye-closed';
|
|
@@ -582,40 +583,40 @@ export { default as Fence } from './fence';
|
|
|
582
583
|
export { default as FerrisWheel } from './ferris-wheel';
|
|
583
584
|
export { default as FileArchive } from './file-archive';
|
|
584
585
|
export { default as FileAxis3d } from './file-axis-3d';
|
|
585
|
-
export { default as FileBox } from './file-box';
|
|
586
586
|
export { default as FileBadge } from './file-badge';
|
|
587
|
+
export { default as FileBox } from './file-box';
|
|
587
588
|
export { default as FileBracesCorner } from './file-braces-corner';
|
|
588
589
|
export { default as FileBraces } from './file-braces';
|
|
589
|
-
export { default as FileChartColumn } from './file-chart-column';
|
|
590
590
|
export { default as FileChartColumnIncreasing } from './file-chart-column-increasing';
|
|
591
|
+
export { default as FileChartColumn } from './file-chart-column';
|
|
591
592
|
export { default as FileChartLine } from './file-chart-line';
|
|
592
593
|
export { default as FileChartPie } from './file-chart-pie';
|
|
593
594
|
export { default as FileCheckCorner } from './file-check-corner';
|
|
594
|
-
export { default as FileCheck } from './file-check';
|
|
595
595
|
export { default as FileClock } from './file-clock';
|
|
596
|
+
export { default as FileCheck } from './file-check';
|
|
596
597
|
export { default as FileCodeCorner } from './file-code-corner';
|
|
597
598
|
export { default as FileCode } from './file-code';
|
|
598
599
|
export { default as FileCog } from './file-cog';
|
|
599
600
|
export { default as FileDiff } from './file-diff';
|
|
600
601
|
export { default as FileDigit } from './file-digit';
|
|
601
|
-
export { default as FileDown } from './file-down';
|
|
602
602
|
export { default as FileExclamationPoint } from './file-exclamation-point';
|
|
603
|
+
export { default as FileDown } from './file-down';
|
|
603
604
|
export { default as FileHeadphone } from './file-headphone';
|
|
604
605
|
export { default as FileHeart } from './file-heart';
|
|
605
606
|
export { default as FileInput } from './file-input';
|
|
606
|
-
export { default as FileKey } from './file-key';
|
|
607
607
|
export { default as FileImage } from './file-image';
|
|
608
|
+
export { default as FileKey } from './file-key';
|
|
608
609
|
export { default as FileLock } from './file-lock';
|
|
609
610
|
export { default as FileMinusCorner } from './file-minus-corner';
|
|
610
611
|
export { default as FileMinus } from './file-minus';
|
|
611
612
|
export { default as FileMusic } from './file-music';
|
|
612
|
-
export { default as FileOutput } from './file-output';
|
|
613
613
|
export { default as FilePenLine } from './file-pen-line';
|
|
614
|
+
export { default as FileOutput } from './file-output';
|
|
614
615
|
export { default as FilePen } from './file-pen';
|
|
615
616
|
export { default as FilePlay } from './file-play';
|
|
616
617
|
export { default as FilePlusCorner } from './file-plus-corner';
|
|
617
|
-
export { default as FileQuestionMark } from './file-question-mark';
|
|
618
618
|
export { default as FilePlus } from './file-plus';
|
|
619
|
+
export { default as FileQuestionMark } from './file-question-mark';
|
|
619
620
|
export { default as FileScan } from './file-scan';
|
|
620
621
|
export { default as FileSearchCorner } from './file-search-corner';
|
|
621
622
|
export { default as FileSearch } from './file-search';
|
|
@@ -628,8 +629,8 @@ export { default as FileTerminal } from './file-terminal';
|
|
|
628
629
|
export { default as FileText } from './file-text';
|
|
629
630
|
export { default as FileTypeCorner } from './file-type-corner';
|
|
630
631
|
export { default as FileType } from './file-type';
|
|
631
|
-
export { default as FileUp } from './file-up';
|
|
632
632
|
export { default as FileUser } from './file-user';
|
|
633
|
+
export { default as FileUp } from './file-up';
|
|
633
634
|
export { default as FileVideoCamera } from './file-video-camera';
|
|
634
635
|
export { default as FileVolume } from './file-volume';
|
|
635
636
|
export { default as FileXCorner } from './file-x-corner';
|
|
@@ -643,8 +644,8 @@ export { default as FishOff } from './fish-off';
|
|
|
643
644
|
export { default as FishSymbol } from './fish-symbol';
|
|
644
645
|
export { default as Fish } from './fish';
|
|
645
646
|
export { default as FishingHook } from './fishing-hook';
|
|
646
|
-
export { default as FlagOff } from './flag-off';
|
|
647
647
|
export { default as FishingRod } from './fishing-rod';
|
|
648
|
+
export { default as FlagOff } from './flag-off';
|
|
648
649
|
export { default as FlagTriangleLeft } from './flag-triangle-left';
|
|
649
650
|
export { default as FlagTriangleRight } from './flag-triangle-right';
|
|
650
651
|
export { default as Flag } from './flag';
|
|
@@ -652,8 +653,8 @@ export { default as FlameKindling } from './flame-kindling';
|
|
|
652
653
|
export { default as Flame } from './flame';
|
|
653
654
|
export { default as FlashlightOff } from './flashlight-off';
|
|
654
655
|
export { default as Flashlight } from './flashlight';
|
|
655
|
-
export { default as FlaskConicalOff } from './flask-conical-off';
|
|
656
656
|
export { default as FlaskConical } from './flask-conical';
|
|
657
|
+
export { default as FlaskConicalOff } from './flask-conical-off';
|
|
657
658
|
export { default as FlaskRound } from './flask-round';
|
|
658
659
|
export { default as FlipHorizontal2 } from './flip-horizontal-2';
|
|
659
660
|
export { default as FlipVertical2 } from './flip-vertical-2';
|
|
@@ -661,11 +662,11 @@ export { default as Flower2 } from './flower-2';
|
|
|
661
662
|
export { default as Flower } from './flower';
|
|
662
663
|
export { default as Focus } from './focus';
|
|
663
664
|
export { default as FoldHorizontal } from './fold-horizontal';
|
|
664
|
-
export { default as FoldVertical } from './fold-vertical';
|
|
665
665
|
export { default as FolderArchive } from './folder-archive';
|
|
666
666
|
export { default as FolderCheck } from './folder-check';
|
|
667
667
|
export { default as FolderClock } from './folder-clock';
|
|
668
668
|
export { default as FolderClosed } from './folder-closed';
|
|
669
|
+
export { default as FoldVertical } from './fold-vertical';
|
|
669
670
|
export { default as FolderCode } from './folder-code';
|
|
670
671
|
export { default as FolderCog } from './folder-cog';
|
|
671
672
|
export { default as FolderDot } from './folder-dot';
|
|
@@ -679,19 +680,19 @@ export { default as FolderKey } from './folder-key';
|
|
|
679
680
|
export { default as FolderLock } from './folder-lock';
|
|
680
681
|
export { default as FolderMinus } from './folder-minus';
|
|
681
682
|
export { default as FolderOpenDot } from './folder-open-dot';
|
|
682
|
-
export { default as FolderOutput } from './folder-output';
|
|
683
683
|
export { default as FolderOpen } from './folder-open';
|
|
684
|
+
export { default as FolderOutput } from './folder-output';
|
|
684
685
|
export { default as FolderPen } from './folder-pen';
|
|
685
686
|
export { default as FolderPlus } from './folder-plus';
|
|
686
687
|
export { default as FolderRoot } from './folder-root';
|
|
687
688
|
export { default as FolderSearch2 } from './folder-search-2';
|
|
688
689
|
export { default as FolderSearch } from './folder-search';
|
|
689
|
-
export { default as FolderSync } from './folder-sync';
|
|
690
690
|
export { default as FolderSymlink } from './folder-symlink';
|
|
691
|
+
export { default as FolderSync } from './folder-sync';
|
|
691
692
|
export { default as FolderTree } from './folder-tree';
|
|
692
693
|
export { default as FolderUp } from './folder-up';
|
|
693
|
-
export { default as Folder } from './folder';
|
|
694
694
|
export { default as FolderX } from './folder-x';
|
|
695
|
+
export { default as Folder } from './folder';
|
|
695
696
|
export { default as Folders } from './folders';
|
|
696
697
|
export { default as Footprints } from './footprints';
|
|
697
698
|
export { default as Forklift } from './forklift';
|
|
@@ -707,8 +708,8 @@ export { default as Funnel } from './funnel';
|
|
|
707
708
|
export { default as GalleryHorizontalEnd } from './gallery-horizontal-end';
|
|
708
709
|
export { default as GalleryHorizontal } from './gallery-horizontal';
|
|
709
710
|
export { default as GalleryThumbnails } from './gallery-thumbnails';
|
|
710
|
-
export { default as GalleryVertical } from './gallery-vertical';
|
|
711
711
|
export { default as GalleryVerticalEnd } from './gallery-vertical-end';
|
|
712
|
+
export { default as GalleryVertical } from './gallery-vertical';
|
|
712
713
|
export { default as Gamepad2 } from './gamepad-2';
|
|
713
714
|
export { default as GamepadDirectional } from './gamepad-directional';
|
|
714
715
|
export { default as Gamepad } from './gamepad';
|
|
@@ -723,8 +724,8 @@ export { default as GitBranchPlus } from './git-branch-plus';
|
|
|
723
724
|
export { default as GitBranch } from './git-branch';
|
|
724
725
|
export { default as GitCommitHorizontal } from './git-commit-horizontal';
|
|
725
726
|
export { default as GitCommitVertical } from './git-commit-vertical';
|
|
726
|
-
export { default as GitCompare } from './git-compare';
|
|
727
727
|
export { default as GitCompareArrows } from './git-compare-arrows';
|
|
728
|
+
export { default as GitCompare } from './git-compare';
|
|
728
729
|
export { default as GitFork } from './git-fork';
|
|
729
730
|
export { default as GitGraph } from './git-graph';
|
|
730
731
|
export { default as GitMergeConflict } from './git-merge-conflict';
|
|
@@ -764,11 +765,11 @@ export { default as HandFist } from './hand-fist';
|
|
|
764
765
|
export { default as HandGrab } from './hand-grab';
|
|
765
766
|
export { default as HandHeart } from './hand-heart';
|
|
766
767
|
export { default as HandHelping } from './hand-helping';
|
|
767
|
-
export { default as HandPlatter } from './hand-platter';
|
|
768
768
|
export { default as HandMetal } from './hand-metal';
|
|
769
|
+
export { default as HandPlatter } from './hand-platter';
|
|
769
770
|
export { default as Hand } from './hand';
|
|
770
|
-
export { default as Handshake } from './handshake';
|
|
771
771
|
export { default as Handbag } from './handbag';
|
|
772
|
+
export { default as Handshake } from './handshake';
|
|
772
773
|
export { default as HardDriveDownload } from './hard-drive-download';
|
|
773
774
|
export { default as HardDriveUpload } from './hard-drive-upload';
|
|
774
775
|
export { default as HardDrive } from './hard-drive';
|
|
@@ -785,33 +786,34 @@ export { default as Heading4 } from './heading-4';
|
|
|
785
786
|
export { default as Heading5 } from './heading-5';
|
|
786
787
|
export { default as Heading6 } from './heading-6';
|
|
787
788
|
export { default as Heading } from './heading';
|
|
789
|
+
export { default as Headphones } from './headphones';
|
|
788
790
|
export { default as HeadphoneOff } from './headphone-off';
|
|
789
791
|
export { default as Headset } from './headset';
|
|
790
|
-
export { default as Headphones } from './headphones';
|
|
791
792
|
export { default as HeartCrack } from './heart-crack';
|
|
792
793
|
export { default as HeartHandshake } from './heart-handshake';
|
|
793
794
|
export { default as HeartMinus } from './heart-minus';
|
|
794
795
|
export { default as HeartOff } from './heart-off';
|
|
795
796
|
export { default as HeartPlus } from './heart-plus';
|
|
796
797
|
export { default as HeartPulse } from './heart-pulse';
|
|
798
|
+
export { default as HeartX } from './heart-x';
|
|
797
799
|
export { default as Heart } from './heart';
|
|
798
800
|
export { default as Heater } from './heater';
|
|
799
801
|
export { default as Helicopter } from './helicopter';
|
|
800
802
|
export { default as Hexagon } from './hexagon';
|
|
801
|
-
export { default as History } from './history';
|
|
802
803
|
export { default as Highlighter } from './highlighter';
|
|
804
|
+
export { default as History } from './history';
|
|
803
805
|
export { default as HopOff } from './hop-off';
|
|
804
806
|
export { default as Hop } from './hop';
|
|
805
807
|
export { default as Hospital } from './hospital';
|
|
806
808
|
export { default as Hotel } from './hotel';
|
|
807
809
|
export { default as Hourglass } from './hourglass';
|
|
810
|
+
export { default as HouseHeart } from './house-heart';
|
|
808
811
|
export { default as HousePlug } from './house-plug';
|
|
809
812
|
export { default as HousePlus } from './house-plus';
|
|
810
|
-
export { default as HouseHeart } from './house-heart';
|
|
811
813
|
export { default as HouseWifi } from './house-wifi';
|
|
812
814
|
export { default as House } from './house';
|
|
813
|
-
export { default as IceCreamCone } from './ice-cream-cone';
|
|
814
815
|
export { default as IceCreamBowl } from './ice-cream-bowl';
|
|
816
|
+
export { default as IceCreamCone } from './ice-cream-cone';
|
|
815
817
|
export { default as IdCardLanyard } from './id-card-lanyard';
|
|
816
818
|
export { default as IdCard } from './id-card';
|
|
817
819
|
export { default as ImageDown } from './image-down';
|
|
@@ -830,8 +832,8 @@ export { default as Infinity } from './infinity';
|
|
|
830
832
|
export { default as Info } from './info';
|
|
831
833
|
export { default as InspectionPanel } from './inspection-panel';
|
|
832
834
|
export { default as Italic } from './italic';
|
|
833
|
-
export { default as IterationCw } from './iteration-cw';
|
|
834
835
|
export { default as IterationCcw } from './iteration-ccw';
|
|
836
|
+
export { default as IterationCw } from './iteration-cw';
|
|
835
837
|
export { default as JapaneseYen } from './japanese-yen';
|
|
836
838
|
export { default as Joystick } from './joystick';
|
|
837
839
|
export { default as Kanban } from './kanban';
|
|
@@ -851,13 +853,14 @@ export { default as Lamp } from './lamp';
|
|
|
851
853
|
export { default as LandPlot } from './land-plot';
|
|
852
854
|
export { default as Landmark } from './landmark';
|
|
853
855
|
export { default as Languages } from './languages';
|
|
854
|
-
export { default as LaptopMinimal } from './laptop-minimal';
|
|
855
856
|
export { default as LaptopMinimalCheck } from './laptop-minimal-check';
|
|
857
|
+
export { default as LaptopMinimal } from './laptop-minimal';
|
|
856
858
|
export { default as Laptop } from './laptop';
|
|
857
859
|
export { default as LassoSelect } from './lasso-select';
|
|
858
860
|
export { default as Lasso } from './lasso';
|
|
859
861
|
export { default as Laugh } from './laugh';
|
|
860
862
|
export { default as Layers2 } from './layers-2';
|
|
863
|
+
export { default as LayersMinus } from './layers-minus';
|
|
861
864
|
export { default as LayersPlus } from './layers-plus';
|
|
862
865
|
export { default as Layers } from './layers';
|
|
863
866
|
export { default as LayoutDashboard } from './layout-dashboard';
|
|
@@ -915,14 +918,14 @@ export { default as LockKeyhole } from './lock-keyhole';
|
|
|
915
918
|
export { default as LockOpen } from './lock-open';
|
|
916
919
|
export { default as Lock } from './lock';
|
|
917
920
|
export { default as LogIn } from './log-in';
|
|
918
|
-
export { default as Logs } from './logs';
|
|
919
921
|
export { default as LogOut } from './log-out';
|
|
922
|
+
export { default as Logs } from './logs';
|
|
920
923
|
export { default as Lollipop } from './lollipop';
|
|
921
924
|
export { default as Luggage } from './luggage';
|
|
922
925
|
export { default as Magnet } from './magnet';
|
|
923
926
|
export { default as MailCheck } from './mail-check';
|
|
924
|
-
export { default as MailMinus } from './mail-minus';
|
|
925
927
|
export { default as MailOpen } from './mail-open';
|
|
928
|
+
export { default as MailMinus } from './mail-minus';
|
|
926
929
|
export { default as MailPlus } from './mail-plus';
|
|
927
930
|
export { default as MailQuestionMark } from './mail-question-mark';
|
|
928
931
|
export { default as MailSearch } from './mail-search';
|
|
@@ -933,27 +936,27 @@ export { default as Mailbox } from './mailbox';
|
|
|
933
936
|
export { default as Mails } from './mails';
|
|
934
937
|
export { default as MapMinus } from './map-minus';
|
|
935
938
|
export { default as MapPinCheckInside } from './map-pin-check-inside';
|
|
936
|
-
export { default as MapPinHouse } from './map-pin-house';
|
|
937
939
|
export { default as MapPinCheck } from './map-pin-check';
|
|
940
|
+
export { default as MapPinHouse } from './map-pin-house';
|
|
938
941
|
export { default as MapPinMinusInside } from './map-pin-minus-inside';
|
|
939
942
|
export { default as MapPinMinus } from './map-pin-minus';
|
|
940
943
|
export { default as MapPinOff } from './map-pin-off';
|
|
941
944
|
export { default as MapPinPen } from './map-pin-pen';
|
|
942
945
|
export { default as MapPinPlusInside } from './map-pin-plus-inside';
|
|
943
|
-
export { default as MapPinSearch } from './map-pin-search';
|
|
944
946
|
export { default as MapPinPlus } from './map-pin-plus';
|
|
947
|
+
export { default as MapPinSearch } from './map-pin-search';
|
|
945
948
|
export { default as MapPinXInside } from './map-pin-x-inside';
|
|
946
949
|
export { default as MapPinX } from './map-pin-x';
|
|
947
950
|
export { default as MapPin } from './map-pin';
|
|
948
951
|
export { default as MapPinned } from './map-pinned';
|
|
949
952
|
export { default as MapPlus } from './map-plus';
|
|
950
|
-
export { default as MarsStroke } from './mars-stroke';
|
|
951
953
|
export { default as Map } from './map';
|
|
954
|
+
export { default as MarsStroke } from './mars-stroke';
|
|
952
955
|
export { default as Mars } from './mars';
|
|
953
956
|
export { default as Martini } from './martini';
|
|
954
957
|
export { default as Maximize2 } from './maximize-2';
|
|
955
|
-
export { default as Medal } from './medal';
|
|
956
958
|
export { default as Maximize } from './maximize';
|
|
959
|
+
export { default as Medal } from './medal';
|
|
957
960
|
export { default as MegaphoneOff } from './megaphone-off';
|
|
958
961
|
export { default as Megaphone } from './megaphone';
|
|
959
962
|
export { default as Meh } from './meh';
|
|
@@ -979,8 +982,8 @@ export { default as MessageSquareDiff } from './message-square-diff';
|
|
|
979
982
|
export { default as MessageSquareDot } from './message-square-dot';
|
|
980
983
|
export { default as MessageSquareHeart } from './message-square-heart';
|
|
981
984
|
export { default as MessageSquareLock } from './message-square-lock';
|
|
982
|
-
export { default as MessageSquareOff } from './message-square-off';
|
|
983
985
|
export { default as MessageSquareMore } from './message-square-more';
|
|
986
|
+
export { default as MessageSquareOff } from './message-square-off';
|
|
984
987
|
export { default as MessageSquarePlus } from './message-square-plus';
|
|
985
988
|
export { default as MessageSquareQuote } from './message-square-quote';
|
|
986
989
|
export { default as MessageSquareReply } from './message-square-reply';
|
|
@@ -1001,8 +1004,8 @@ export { default as Milestone } from './milestone';
|
|
|
1001
1004
|
export { default as MilkOff } from './milk-off';
|
|
1002
1005
|
export { default as Milk } from './milk';
|
|
1003
1006
|
export { default as Minimize2 } from './minimize-2';
|
|
1004
|
-
export { default as Minus } from './minus';
|
|
1005
1007
|
export { default as Minimize } from './minimize';
|
|
1008
|
+
export { default as Minus } from './minus';
|
|
1006
1009
|
export { default as MirrorRectangular } from './mirror-rectangular';
|
|
1007
1010
|
export { default as MirrorRound } from './mirror-round';
|
|
1008
1011
|
export { default as MonitorCheck } from './monitor-check';
|
|
@@ -1016,8 +1019,8 @@ export { default as MonitorPlay } from './monitor-play';
|
|
|
1016
1019
|
export { default as MonitorSmartphone } from './monitor-smartphone';
|
|
1017
1020
|
export { default as MonitorSpeaker } from './monitor-speaker';
|
|
1018
1021
|
export { default as MonitorStop } from './monitor-stop';
|
|
1019
|
-
export { default as MonitorX } from './monitor-x';
|
|
1020
1022
|
export { default as MonitorUp } from './monitor-up';
|
|
1023
|
+
export { default as MonitorX } from './monitor-x';
|
|
1021
1024
|
export { default as Monitor } from './monitor';
|
|
1022
1025
|
export { default as MoonStar } from './moon-star';
|
|
1023
1026
|
export { default as Moon } from './moon';
|
|
@@ -1028,8 +1031,8 @@ export { default as MouseLeft } from './mouse-left';
|
|
|
1028
1031
|
export { default as MouseOff } from './mouse-off';
|
|
1029
1032
|
export { default as MousePointer2Off } from './mouse-pointer-2-off';
|
|
1030
1033
|
export { default as MousePointer2 } from './mouse-pointer-2';
|
|
1031
|
-
export { default as MousePointerBan } from './mouse-pointer-ban';
|
|
1032
1034
|
export { default as MousePointerClick } from './mouse-pointer-click';
|
|
1035
|
+
export { default as MousePointerBan } from './mouse-pointer-ban';
|
|
1033
1036
|
export { default as MousePointer } from './mouse-pointer';
|
|
1034
1037
|
export { default as MouseRight } from './mouse-right';
|
|
1035
1038
|
export { default as Mouse } from './mouse';
|
|
@@ -1042,8 +1045,8 @@ export { default as MoveDown } from './move-down';
|
|
|
1042
1045
|
export { default as MoveHorizontal } from './move-horizontal';
|
|
1043
1046
|
export { default as MoveLeft } from './move-left';
|
|
1044
1047
|
export { default as MoveRight } from './move-right';
|
|
1045
|
-
export { default as MoveUpRight } from './move-up-right';
|
|
1046
1048
|
export { default as MoveUpLeft } from './move-up-left';
|
|
1049
|
+
export { default as MoveUpRight } from './move-up-right';
|
|
1047
1050
|
export { default as MoveUp } from './move-up';
|
|
1048
1051
|
export { default as MoveVertical } from './move-vertical';
|
|
1049
1052
|
export { default as Move } from './move';
|
|
@@ -1067,31 +1070,31 @@ export { default as NotepadTextDashed } from './notepad-text-dashed';
|
|
|
1067
1070
|
export { default as NotepadText } from './notepad-text';
|
|
1068
1071
|
export { default as NutOff } from './nut-off';
|
|
1069
1072
|
export { default as Nut } from './nut';
|
|
1070
|
-
export { default as OctagonMinus } from './octagon-minus';
|
|
1071
1073
|
export { default as OctagonAlert } from './octagon-alert';
|
|
1074
|
+
export { default as OctagonMinus } from './octagon-minus';
|
|
1072
1075
|
export { default as OctagonPause } from './octagon-pause';
|
|
1073
1076
|
export { default as OctagonX } from './octagon-x';
|
|
1074
1077
|
export { default as Octagon } from './octagon';
|
|
1075
|
-
export { default as Option } from './option';
|
|
1076
1078
|
export { default as Omega } from './omega';
|
|
1079
|
+
export { default as Option } from './option';
|
|
1077
1080
|
export { default as Orbit } from './orbit';
|
|
1078
1081
|
export { default as Origami } from './origami';
|
|
1079
1082
|
export { default as Package2 } from './package-2';
|
|
1080
|
-
export { default as PackageMinus } from './package-minus';
|
|
1081
1083
|
export { default as PackageCheck } from './package-check';
|
|
1084
|
+
export { default as PackageMinus } from './package-minus';
|
|
1082
1085
|
export { default as PackageOpen } from './package-open';
|
|
1083
1086
|
export { default as PackagePlus } from './package-plus';
|
|
1084
1087
|
export { default as PackageSearch } from './package-search';
|
|
1085
|
-
export { default as Package } from './package';
|
|
1086
1088
|
export { default as PackageX } from './package-x';
|
|
1087
|
-
export { default as
|
|
1089
|
+
export { default as Package } from './package';
|
|
1088
1090
|
export { default as PaintBucket } from './paint-bucket';
|
|
1091
|
+
export { default as PaintRoller } from './paint-roller';
|
|
1089
1092
|
export { default as PaintbrushVertical } from './paintbrush-vertical';
|
|
1090
1093
|
export { default as Paintbrush } from './paintbrush';
|
|
1091
1094
|
export { default as Palette } from './palette';
|
|
1092
1095
|
export { default as Panda } from './panda';
|
|
1093
|
-
export { default as PanelBottomDashed } from './panel-bottom-dashed';
|
|
1094
1096
|
export { default as PanelBottomClose } from './panel-bottom-close';
|
|
1097
|
+
export { default as PanelBottomDashed } from './panel-bottom-dashed';
|
|
1095
1098
|
export { default as PanelBottomOpen } from './panel-bottom-open';
|
|
1096
1099
|
export { default as PanelBottom } from './panel-bottom';
|
|
1097
1100
|
export { default as PanelLeftClose } from './panel-left-close';
|
|
@@ -1102,8 +1105,8 @@ export { default as PanelLeft } from './panel-left';
|
|
|
1102
1105
|
export { default as PanelRightClose } from './panel-right-close';
|
|
1103
1106
|
export { default as PanelRightDashed } from './panel-right-dashed';
|
|
1104
1107
|
export { default as PanelRightOpen } from './panel-right-open';
|
|
1105
|
-
export { default as PanelTopBottomDashed } from './panel-top-bottom-dashed';
|
|
1106
1108
|
export { default as PanelRight } from './panel-right';
|
|
1109
|
+
export { default as PanelTopBottomDashed } from './panel-top-bottom-dashed';
|
|
1107
1110
|
export { default as PanelTopClose } from './panel-top-close';
|
|
1108
1111
|
export { default as PanelTopDashed } from './panel-top-dashed';
|
|
1109
1112
|
export { default as PanelTopOpen } from './panel-top-open';
|
|
@@ -1119,9 +1122,9 @@ export { default as Pause } from './pause';
|
|
|
1119
1122
|
export { default as PawPrint } from './paw-print';
|
|
1120
1123
|
export { default as PcCase } from './pc-case';
|
|
1121
1124
|
export { default as PenLine } from './pen-line';
|
|
1125
|
+
export { default as PenTool } from './pen-tool';
|
|
1122
1126
|
export { default as PenOff } from './pen-off';
|
|
1123
1127
|
export { default as Pen } from './pen';
|
|
1124
|
-
export { default as PenTool } from './pen-tool';
|
|
1125
1128
|
export { default as PencilLine } from './pencil-line';
|
|
1126
1129
|
export { default as PencilOff } from './pencil-off';
|
|
1127
1130
|
export { default as PencilRuler } from './pencil-ruler';
|
|
@@ -1143,8 +1146,8 @@ export { default as Pickaxe } from './pickaxe';
|
|
|
1143
1146
|
export { default as PictureInPicture2 } from './picture-in-picture-2';
|
|
1144
1147
|
export { default as PictureInPicture } from './picture-in-picture';
|
|
1145
1148
|
export { default as PiggyBank } from './piggy-bank';
|
|
1146
|
-
export { default as PilcrowRight } from './pilcrow-right';
|
|
1147
1149
|
export { default as PilcrowLeft } from './pilcrow-left';
|
|
1150
|
+
export { default as PilcrowRight } from './pilcrow-right';
|
|
1148
1151
|
export { default as Pilcrow } from './pilcrow';
|
|
1149
1152
|
export { default as PillBottle } from './pill-bottle';
|
|
1150
1153
|
export { default as Pill } from './pill';
|
|
@@ -1154,23 +1157,23 @@ export { default as Pipette } from './pipette';
|
|
|
1154
1157
|
export { default as Pizza } from './pizza';
|
|
1155
1158
|
export { default as PlaneLanding } from './plane-landing';
|
|
1156
1159
|
export { default as PlaneTakeoff } from './plane-takeoff';
|
|
1157
|
-
export { default as Plane } from './plane';
|
|
1158
1160
|
export { default as Play } from './play';
|
|
1159
|
-
export { default as
|
|
1161
|
+
export { default as Plane } from './plane';
|
|
1160
1162
|
export { default as PlugZap } from './plug-zap';
|
|
1163
|
+
export { default as Plug2 } from './plug-2';
|
|
1161
1164
|
export { default as Plug } from './plug';
|
|
1162
|
-
export { default as PocketKnife } from './pocket-knife';
|
|
1163
1165
|
export { default as Plus } from './plus';
|
|
1164
|
-
export { default as
|
|
1166
|
+
export { default as PocketKnife } from './pocket-knife';
|
|
1165
1167
|
export { default as Podcast } from './podcast';
|
|
1168
|
+
export { default as PointerOff } from './pointer-off';
|
|
1166
1169
|
export { default as Pointer } from './pointer';
|
|
1167
|
-
export { default as Popsicle } from './popsicle';
|
|
1168
1170
|
export { default as Popcorn } from './popcorn';
|
|
1171
|
+
export { default as Popsicle } from './popsicle';
|
|
1169
1172
|
export { default as PoundSterling } from './pound-sterling';
|
|
1170
1173
|
export { default as PowerOff } from './power-off';
|
|
1171
1174
|
export { default as Power } from './power';
|
|
1172
|
-
export { default as Presentation } from './presentation';
|
|
1173
1175
|
export { default as PrinterCheck } from './printer-check';
|
|
1176
|
+
export { default as Presentation } from './presentation';
|
|
1174
1177
|
export { default as PrinterX } from './printer-x';
|
|
1175
1178
|
export { default as Printer } from './printer';
|
|
1176
1179
|
export { default as Projector } from './projector';
|
|
@@ -1213,16 +1216,16 @@ export { default as Redo } from './redo';
|
|
|
1213
1216
|
export { default as RefreshCcwDot } from './refresh-ccw-dot';
|
|
1214
1217
|
export { default as RefreshCcw } from './refresh-ccw';
|
|
1215
1218
|
export { default as RefreshCwOff } from './refresh-cw-off';
|
|
1216
|
-
export { default as Refrigerator } from './refrigerator';
|
|
1217
1219
|
export { default as RefreshCw } from './refresh-cw';
|
|
1220
|
+
export { default as Refrigerator } from './refrigerator';
|
|
1218
1221
|
export { default as Regex } from './regex';
|
|
1219
1222
|
export { default as RemoveFormatting } from './remove-formatting';
|
|
1220
1223
|
export { default as Repeat1 } from './repeat-1';
|
|
1221
1224
|
export { default as Repeat2 } from './repeat-2';
|
|
1222
1225
|
export { default as Repeat } from './repeat';
|
|
1223
1226
|
export { default as ReplaceAll } from './replace-all';
|
|
1224
|
-
export { default as Replace } from './replace';
|
|
1225
1227
|
export { default as ReplyAll } from './reply-all';
|
|
1228
|
+
export { default as Replace } from './replace';
|
|
1226
1229
|
export { default as Reply } from './reply';
|
|
1227
1230
|
export { default as Rewind } from './rewind';
|
|
1228
1231
|
export { default as Ribbon } from './ribbon';
|
|
@@ -1237,8 +1240,8 @@ export { default as RotateCcwSquare } from './rotate-ccw-square';
|
|
|
1237
1240
|
export { default as RotateCcw } from './rotate-ccw';
|
|
1238
1241
|
export { default as RotateCwSquare } from './rotate-cw-square';
|
|
1239
1242
|
export { default as RotateCw } from './rotate-cw';
|
|
1240
|
-
export { default as RouteOff } from './route-off';
|
|
1241
1243
|
export { default as Route } from './route';
|
|
1244
|
+
export { default as RouteOff } from './route-off';
|
|
1242
1245
|
export { default as Router } from './router';
|
|
1243
1246
|
export { default as Rows2 } from './rows-2';
|
|
1244
1247
|
export { default as Rows3 } from './rows-3';
|
|
@@ -1265,11 +1268,11 @@ export { default as ScanFace } from './scan-face';
|
|
|
1265
1268
|
export { default as ScanHeart } from './scan-heart';
|
|
1266
1269
|
export { default as ScanLine } from './scan-line';
|
|
1267
1270
|
export { default as ScanQrCode } from './scan-qr-code';
|
|
1268
|
-
export { default as ScanText } from './scan-text';
|
|
1269
1271
|
export { default as ScanSearch } from './scan-search';
|
|
1272
|
+
export { default as ScanText } from './scan-text';
|
|
1270
1273
|
export { default as Scan } from './scan';
|
|
1271
|
-
export { default as ScissorsLineDashed } from './scissors-line-dashed';
|
|
1272
1274
|
export { default as School } from './school';
|
|
1275
|
+
export { default as ScissorsLineDashed } from './scissors-line-dashed';
|
|
1273
1276
|
export { default as Scissors } from './scissors';
|
|
1274
1277
|
export { default as Scooter } from './scooter';
|
|
1275
1278
|
export { default as ScreenShareOff } from './screen-share-off';
|
|
@@ -1283,11 +1286,11 @@ export { default as SearchSlash } from './search-slash';
|
|
|
1283
1286
|
export { default as SearchX } from './search-x';
|
|
1284
1287
|
export { default as Search } from './search';
|
|
1285
1288
|
export { default as Section } from './section';
|
|
1286
|
-
export { default as SendHorizontal } from './send-horizontal';
|
|
1287
1289
|
export { default as SendToBack } from './send-to-back';
|
|
1288
|
-
export { default as SeparatorVertical } from './separator-vertical';
|
|
1289
|
-
export { default as SeparatorHorizontal } from './separator-horizontal';
|
|
1290
1290
|
export { default as Send } from './send';
|
|
1291
|
+
export { default as SendHorizontal } from './send-horizontal';
|
|
1292
|
+
export { default as SeparatorHorizontal } from './separator-horizontal';
|
|
1293
|
+
export { default as SeparatorVertical } from './separator-vertical';
|
|
1291
1294
|
export { default as ServerCog } from './server-cog';
|
|
1292
1295
|
export { default as ServerCrash } from './server-crash';
|
|
1293
1296
|
export { default as ServerOff } from './server-off';
|
|
@@ -1296,8 +1299,8 @@ export { default as Settings2 } from './settings-2';
|
|
|
1296
1299
|
export { default as Settings } from './settings';
|
|
1297
1300
|
export { default as Shapes } from './shapes';
|
|
1298
1301
|
export { default as Share2 } from './share-2';
|
|
1299
|
-
export { default as Sheet } from './sheet';
|
|
1300
1302
|
export { default as Share } from './share';
|
|
1303
|
+
export { default as Sheet } from './sheet';
|
|
1301
1304
|
export { default as Shell } from './shell';
|
|
1302
1305
|
export { default as ShelvingUnit } from './shelving-unit';
|
|
1303
1306
|
export { default as ShieldAlert } from './shield-alert';
|
|
@@ -1318,8 +1321,8 @@ export { default as ShipWheel } from './ship-wheel';
|
|
|
1318
1321
|
export { default as Ship } from './ship';
|
|
1319
1322
|
export { default as Shirt } from './shirt';
|
|
1320
1323
|
export { default as ShoppingBag } from './shopping-bag';
|
|
1321
|
-
export { default as ShoppingCart } from './shopping-cart';
|
|
1322
1324
|
export { default as ShoppingBasket } from './shopping-basket';
|
|
1325
|
+
export { default as ShoppingCart } from './shopping-cart';
|
|
1323
1326
|
export { default as Shovel } from './shovel';
|
|
1324
1327
|
export { default as ShowerHead } from './shower-head';
|
|
1325
1328
|
export { default as Shredder } from './shredder';
|
|
@@ -1330,20 +1333,20 @@ export { default as Shuffle } from './shuffle';
|
|
|
1330
1333
|
export { default as Sigma } from './sigma';
|
|
1331
1334
|
export { default as SignalHigh } from './signal-high';
|
|
1332
1335
|
export { default as SignalLow } from './signal-low';
|
|
1333
|
-
export { default as SignalZero } from './signal-zero';
|
|
1334
1336
|
export { default as SignalMedium } from './signal-medium';
|
|
1335
|
-
export { default as
|
|
1337
|
+
export { default as SignalZero } from './signal-zero';
|
|
1336
1338
|
export { default as Signal } from './signal';
|
|
1339
|
+
export { default as Signature } from './signature';
|
|
1340
|
+
export { default as SignpostBig } from './signpost-big';
|
|
1337
1341
|
export { default as Signpost } from './signpost';
|
|
1338
1342
|
export { default as Siren } from './siren';
|
|
1339
|
-
export { default as SignpostBig } from './signpost-big';
|
|
1340
1343
|
export { default as SkipBack } from './skip-back';
|
|
1341
1344
|
export { default as SkipForward } from './skip-forward';
|
|
1342
1345
|
export { default as Skull } from './skull';
|
|
1343
1346
|
export { default as Slash } from './slash';
|
|
1344
1347
|
export { default as Slice } from './slice';
|
|
1345
|
-
export { default as SlidersVertical } from './sliders-vertical';
|
|
1346
1348
|
export { default as SlidersHorizontal } from './sliders-horizontal';
|
|
1349
|
+
export { default as SlidersVertical } from './sliders-vertical';
|
|
1347
1350
|
export { default as SmartphoneCharging } from './smartphone-charging';
|
|
1348
1351
|
export { default as SmartphoneNfc } from './smartphone-nfc';
|
|
1349
1352
|
export { default as Smartphone } from './smartphone';
|
|
@@ -1352,13 +1355,13 @@ export { default as Smile } from './smile';
|
|
|
1352
1355
|
export { default as Snail } from './snail';
|
|
1353
1356
|
export { default as Snowflake } from './snowflake';
|
|
1354
1357
|
export { default as SoapDispenserDroplet } from './soap-dispenser-droplet';
|
|
1355
|
-
export { default as Sofa } from './sofa';
|
|
1356
1358
|
export { default as SolarPanel } from './solar-panel';
|
|
1359
|
+
export { default as Sofa } from './sofa';
|
|
1357
1360
|
export { default as Soup } from './soup';
|
|
1358
1361
|
export { default as Space } from './space';
|
|
1359
1362
|
export { default as Spade } from './spade';
|
|
1360
|
-
export { default as Sparkle } from './sparkle';
|
|
1361
1363
|
export { default as Sparkles } from './sparkles';
|
|
1364
|
+
export { default as Sparkle } from './sparkle';
|
|
1362
1365
|
export { default as Speaker } from './speaker';
|
|
1363
1366
|
export { default as Speech } from './speech';
|
|
1364
1367
|
export { default as SpellCheck2 } from './spell-check-2';
|
|
@@ -1378,28 +1381,28 @@ export { default as SquareArrowDown } from './square-arrow-down';
|
|
|
1378
1381
|
export { default as SquareArrowLeft } from './square-arrow-left';
|
|
1379
1382
|
export { default as SquareArrowOutDownLeft } from './square-arrow-out-down-left';
|
|
1380
1383
|
export { default as SquareArrowOutDownRight } from './square-arrow-out-down-right';
|
|
1381
|
-
export { default as SquareArrowOutUpRight } from './square-arrow-out-up-right';
|
|
1382
1384
|
export { default as SquareArrowOutUpLeft } from './square-arrow-out-up-left';
|
|
1385
|
+
export { default as SquareArrowOutUpRight } from './square-arrow-out-up-right';
|
|
1383
1386
|
export { default as SquareArrowRightEnter } from './square-arrow-right-enter';
|
|
1384
1387
|
export { default as SquareArrowRightExit } from './square-arrow-right-exit';
|
|
1385
|
-
export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
1386
1388
|
export { default as SquareArrowRight } from './square-arrow-right';
|
|
1389
|
+
export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
1387
1390
|
export { default as SquareArrowUpRight } from './square-arrow-up-right';
|
|
1388
1391
|
export { default as SquareArrowUp } from './square-arrow-up';
|
|
1389
1392
|
export { default as SquareAsterisk } from './square-asterisk';
|
|
1390
1393
|
export { default as SquareBottomDashedScissors } from './square-bottom-dashed-scissors';
|
|
1391
|
-
export { default as SquareCenterlineDashedVertical } from './square-centerline-dashed-vertical';
|
|
1392
1394
|
export { default as SquareCenterlineDashedHorizontal } from './square-centerline-dashed-horizontal';
|
|
1395
|
+
export { default as SquareCenterlineDashedVertical } from './square-centerline-dashed-vertical';
|
|
1393
1396
|
export { default as SquareChartGantt } from './square-chart-gantt';
|
|
1394
1397
|
export { default as SquareCheckBig } from './square-check-big';
|
|
1395
1398
|
export { default as SquareCheck } from './square-check';
|
|
1396
|
-
export { default as SquareChevronRight } from './square-chevron-right';
|
|
1397
|
-
export { default as SquareChevronLeft } from './square-chevron-left';
|
|
1398
1399
|
export { default as SquareChevronDown } from './square-chevron-down';
|
|
1400
|
+
export { default as SquareChevronLeft } from './square-chevron-left';
|
|
1401
|
+
export { default as SquareChevronRight } from './square-chevron-right';
|
|
1399
1402
|
export { default as SquareChevronUp } from './square-chevron-up';
|
|
1400
1403
|
export { default as SquareCode } from './square-code';
|
|
1401
|
-
export { default as SquareDashedBottom } from './square-dashed-bottom';
|
|
1402
1404
|
export { default as SquareDashedBottomCode } from './square-dashed-bottom-code';
|
|
1405
|
+
export { default as SquareDashedBottom } from './square-dashed-bottom';
|
|
1403
1406
|
export { default as SquareDashedKanban } from './square-dashed-kanban';
|
|
1404
1407
|
export { default as SquareDashedMousePointer } from './square-dashed-mouse-pointer';
|
|
1405
1408
|
export { default as SquareDashedText } from './square-dashed-text';
|
|
@@ -1409,9 +1412,9 @@ export { default as SquareDivide } from './square-divide';
|
|
|
1409
1412
|
export { default as SquareDot } from './square-dot';
|
|
1410
1413
|
export { default as SquareEqual } from './square-equal';
|
|
1411
1414
|
export { default as SquareFunction } from './square-function';
|
|
1415
|
+
export { default as SquareKanban } from './square-kanban';
|
|
1412
1416
|
export { default as SquareLibrary } from './square-library';
|
|
1413
1417
|
export { default as SquareM } from './square-m';
|
|
1414
|
-
export { default as SquareKanban } from './square-kanban';
|
|
1415
1418
|
export { default as SquareMenu } from './square-menu';
|
|
1416
1419
|
export { default as SquareMinus } from './square-minus';
|
|
1417
1420
|
export { default as SquareMousePointer } from './square-mouse-pointer';
|
|
@@ -1419,10 +1422,10 @@ export { default as SquareParkingOff } from './square-parking-off';
|
|
|
1419
1422
|
export { default as SquareParking } from './square-parking';
|
|
1420
1423
|
export { default as SquarePause } from './square-pause';
|
|
1421
1424
|
export { default as SquarePen } from './square-pen';
|
|
1422
|
-
export { default as SquarePi } from './square-pi';
|
|
1423
1425
|
export { default as SquarePercent } from './square-percent';
|
|
1424
|
-
export { default as
|
|
1426
|
+
export { default as SquarePi } from './square-pi';
|
|
1425
1427
|
export { default as SquarePilcrow } from './square-pilcrow';
|
|
1428
|
+
export { default as SquarePlay } from './square-play';
|
|
1426
1429
|
export { default as SquarePlus } from './square-plus';
|
|
1427
1430
|
export { default as SquarePower } from './square-power';
|
|
1428
1431
|
export { default as SquareRadical } from './square-radical';
|
|
@@ -1434,24 +1437,24 @@ export { default as SquareSplitHorizontal } from './square-split-horizontal';
|
|
|
1434
1437
|
export { default as SquareSplitVertical } from './square-split-vertical';
|
|
1435
1438
|
export { default as SquareSquare } from './square-square';
|
|
1436
1439
|
export { default as SquareStack } from './square-stack';
|
|
1437
|
-
export { default as SquareStop } from './square-stop';
|
|
1438
1440
|
export { default as SquareStar } from './square-star';
|
|
1441
|
+
export { default as SquareStop } from './square-stop';
|
|
1439
1442
|
export { default as SquareTerminal } from './square-terminal';
|
|
1440
|
-
export { default as SquareUserRound } from './square-user-round';
|
|
1441
1443
|
export { default as SquareUser } from './square-user';
|
|
1444
|
+
export { default as SquareUserRound } from './square-user-round';
|
|
1442
1445
|
export { default as SquareX } from './square-x';
|
|
1443
1446
|
export { default as Square } from './square';
|
|
1444
1447
|
export { default as SquaresExclude } from './squares-exclude';
|
|
1445
1448
|
export { default as SquaresIntersect } from './squares-intersect';
|
|
1446
1449
|
export { default as SquaresSubtract } from './squares-subtract';
|
|
1447
|
-
export { default as SquaresUnite } from './squares-unite';
|
|
1448
1450
|
export { default as SquircleDashed } from './squircle-dashed';
|
|
1451
|
+
export { default as SquaresUnite } from './squares-unite';
|
|
1449
1452
|
export { default as Squircle } from './squircle';
|
|
1450
|
-
export { default as Stamp } from './stamp';
|
|
1451
1453
|
export { default as Squirrel } from './squirrel';
|
|
1454
|
+
export { default as Stamp } from './stamp';
|
|
1452
1455
|
export { default as StarHalf } from './star-half';
|
|
1453
|
-
export { default as StarOff } from './star-off';
|
|
1454
1456
|
export { default as Star } from './star';
|
|
1457
|
+
export { default as StarOff } from './star-off';
|
|
1455
1458
|
export { default as StepBack } from './step-back';
|
|
1456
1459
|
export { default as StepForward } from './step-forward';
|
|
1457
1460
|
export { default as Stethoscope } from './stethoscope';
|
|
@@ -1464,12 +1467,12 @@ export { default as StretchVertical } from './stretch-vertical';
|
|
|
1464
1467
|
export { default as Strikethrough } from './strikethrough';
|
|
1465
1468
|
export { default as Subscript } from './subscript';
|
|
1466
1469
|
export { default as SunDim } from './sun-dim';
|
|
1467
|
-
export { default as SunMoon } from './sun-moon';
|
|
1468
1470
|
export { default as SunMedium } from './sun-medium';
|
|
1471
|
+
export { default as SunMoon } from './sun-moon';
|
|
1469
1472
|
export { default as SunSnow } from './sun-snow';
|
|
1470
1473
|
export { default as Sun } from './sun';
|
|
1471
|
-
export { default as Sunset } from './sunset';
|
|
1472
1474
|
export { default as Sunrise } from './sunrise';
|
|
1475
|
+
export { default as Sunset } from './sunset';
|
|
1473
1476
|
export { default as Superscript } from './superscript';
|
|
1474
1477
|
export { default as SwatchBook } from './swatch-book';
|
|
1475
1478
|
export { default as SwissFranc } from './swiss-franc';
|
|
@@ -1477,8 +1480,8 @@ export { default as SwitchCamera } from './switch-camera';
|
|
|
1477
1480
|
export { default as Sword } from './sword';
|
|
1478
1481
|
export { default as Swords } from './swords';
|
|
1479
1482
|
export { default as Syringe } from './syringe';
|
|
1480
|
-
export { default as Table2 } from './table-2';
|
|
1481
1483
|
export { default as TableCellsMerge } from './table-cells-merge';
|
|
1484
|
+
export { default as Table2 } from './table-2';
|
|
1482
1485
|
export { default as TableColumnsSplit } from './table-columns-split';
|
|
1483
1486
|
export { default as TableCellsSplit } from './table-cells-split';
|
|
1484
1487
|
export { default as TableOfContents } from './table-of-contents';
|
|
@@ -1492,10 +1495,10 @@ export { default as Tag } from './tag';
|
|
|
1492
1495
|
export { default as Tags } from './tags';
|
|
1493
1496
|
export { default as Tally1 } from './tally-1';
|
|
1494
1497
|
export { default as Tally2 } from './tally-2';
|
|
1495
|
-
export { default as Tally4 } from './tally-4';
|
|
1496
1498
|
export { default as Tally3 } from './tally-3';
|
|
1497
|
-
export { default as
|
|
1499
|
+
export { default as Tally4 } from './tally-4';
|
|
1498
1500
|
export { default as Tally5 } from './tally-5';
|
|
1501
|
+
export { default as Tangent } from './tangent';
|
|
1499
1502
|
export { default as Target } from './target';
|
|
1500
1503
|
export { default as Telescope } from './telescope';
|
|
1501
1504
|
export { default as TentTree } from './tent-tree';
|
|
@@ -1511,13 +1514,13 @@ export { default as TextAlignStart } from './text-align-start';
|
|
|
1511
1514
|
export { default as TextCursorInput } from './text-cursor-input';
|
|
1512
1515
|
export { default as TextCursor } from './text-cursor';
|
|
1513
1516
|
export { default as TextInitial } from './text-initial';
|
|
1514
|
-
export { default as TextSearch } from './text-search';
|
|
1515
1517
|
export { default as TextQuote } from './text-quote';
|
|
1518
|
+
export { default as TextSearch } from './text-search';
|
|
1516
1519
|
export { default as TextWrap } from './text-wrap';
|
|
1517
1520
|
export { default as Theater } from './theater';
|
|
1518
1521
|
export { default as ThermometerSnowflake } from './thermometer-snowflake';
|
|
1519
|
-
export { default as ThermometerSun } from './thermometer-sun';
|
|
1520
1522
|
export { default as Thermometer } from './thermometer';
|
|
1523
|
+
export { default as ThermometerSun } from './thermometer-sun';
|
|
1521
1524
|
export { default as ThumbsDown } from './thumbs-down';
|
|
1522
1525
|
export { default as ThumbsUp } from './thumbs-up';
|
|
1523
1526
|
export { default as TicketCheck } from './ticket-check';
|
|
@@ -1525,22 +1528,22 @@ export { default as TicketMinus } from './ticket-minus';
|
|
|
1525
1528
|
export { default as TicketPercent } from './ticket-percent';
|
|
1526
1529
|
export { default as TicketPlus } from './ticket-plus';
|
|
1527
1530
|
export { default as TicketSlash } from './ticket-slash';
|
|
1528
|
-
export { default as Ticket } from './ticket';
|
|
1529
1531
|
export { default as TicketX } from './ticket-x';
|
|
1532
|
+
export { default as Ticket } from './ticket';
|
|
1530
1533
|
export { default as TicketsPlane } from './tickets-plane';
|
|
1531
|
-
export { default as Tickets } from './tickets';
|
|
1532
1534
|
export { default as Timeline } from './timeline';
|
|
1535
|
+
export { default as Tickets } from './tickets';
|
|
1533
1536
|
export { default as TimerOff } from './timer-off';
|
|
1534
1537
|
export { default as TimerReset } from './timer-reset';
|
|
1535
1538
|
export { default as Timer } from './timer';
|
|
1536
1539
|
export { default as ToggleLeft } from './toggle-left';
|
|
1537
|
-
export { default as Toilet } from './toilet';
|
|
1538
1540
|
export { default as ToggleRight } from './toggle-right';
|
|
1541
|
+
export { default as Toilet } from './toilet';
|
|
1539
1542
|
export { default as ToolCase } from './tool-case';
|
|
1540
1543
|
export { default as Toolbox } from './toolbox';
|
|
1541
1544
|
export { default as Tornado } from './tornado';
|
|
1542
|
-
export { default as TouchpadOff } from './touchpad-off';
|
|
1543
1545
|
export { default as Torus } from './torus';
|
|
1546
|
+
export { default as TouchpadOff } from './touchpad-off';
|
|
1544
1547
|
export { default as Touchpad } from './touchpad';
|
|
1545
1548
|
export { default as TowelRack } from './towel-rack';
|
|
1546
1549
|
export { default as TowerControl } from './tower-control';
|
|
@@ -1558,13 +1561,13 @@ export { default as TreeDeciduous } from './tree-deciduous';
|
|
|
1558
1561
|
export { default as TreePalm } from './tree-palm';
|
|
1559
1562
|
export { default as TreePine } from './tree-pine';
|
|
1560
1563
|
export { default as Trees } from './trees';
|
|
1561
|
-
export { default as TrendingUpDown } from './trending-up-down';
|
|
1562
1564
|
export { default as TrendingDown } from './trending-down';
|
|
1565
|
+
export { default as TrendingUpDown } from './trending-up-down';
|
|
1563
1566
|
export { default as TrendingUp } from './trending-up';
|
|
1564
1567
|
export { default as TriangleAlert } from './triangle-alert';
|
|
1565
1568
|
export { default as TriangleDashed } from './triangle-dashed';
|
|
1566
|
-
export { default as Triangle } from './triangle';
|
|
1567
1569
|
export { default as TriangleRight } from './triangle-right';
|
|
1570
|
+
export { default as Triangle } from './triangle';
|
|
1568
1571
|
export { default as Trophy } from './trophy';
|
|
1569
1572
|
export { default as TruckElectric } from './truck-electric';
|
|
1570
1573
|
export { default as Truck } from './truck';
|
|
@@ -1575,8 +1578,8 @@ export { default as TvMinimalPlay } from './tv-minimal-play';
|
|
|
1575
1578
|
export { default as TvMinimal } from './tv-minimal';
|
|
1576
1579
|
export { default as Tv } from './tv';
|
|
1577
1580
|
export { default as TypeOutline } from './type-outline';
|
|
1578
|
-
export { default as UmbrellaOff } from './umbrella-off';
|
|
1579
1581
|
export { default as Type } from './type';
|
|
1582
|
+
export { default as UmbrellaOff } from './umbrella-off';
|
|
1580
1583
|
export { default as Umbrella } from './umbrella';
|
|
1581
1584
|
export { default as Underline } from './underline';
|
|
1582
1585
|
export { default as Undo2 } from './undo-2';
|
|
@@ -1584,15 +1587,15 @@ export { default as UndoDot } from './undo-dot';
|
|
|
1584
1587
|
export { default as Undo } from './undo';
|
|
1585
1588
|
export { default as UnfoldHorizontal } from './unfold-horizontal';
|
|
1586
1589
|
export { default as UnfoldVertical } from './unfold-vertical';
|
|
1587
|
-
export { default as Ungroup } from './ungroup';
|
|
1588
1590
|
export { default as University } from './university';
|
|
1589
1591
|
export { default as Unlink2 } from './unlink-2';
|
|
1592
|
+
export { default as Ungroup } from './ungroup';
|
|
1590
1593
|
export { default as Unlink } from './unlink';
|
|
1591
1594
|
export { default as Unplug } from './unplug';
|
|
1592
1595
|
export { default as Upload } from './upload';
|
|
1593
1596
|
export { default as Usb } from './usb';
|
|
1594
|
-
export { default as UserCog } from './user-cog';
|
|
1595
1597
|
export { default as UserCheck } from './user-check';
|
|
1598
|
+
export { default as UserCog } from './user-cog';
|
|
1596
1599
|
export { default as UserKey } from './user-key';
|
|
1597
1600
|
export { default as UserLock } from './user-lock';
|
|
1598
1601
|
export { default as UserMinus } from './user-minus';
|
|
@@ -1603,8 +1606,8 @@ export { default as UserRoundCog } from './user-round-cog';
|
|
|
1603
1606
|
export { default as UserRoundKey } from './user-round-key';
|
|
1604
1607
|
export { default as UserRoundMinus } from './user-round-minus';
|
|
1605
1608
|
export { default as UserRoundPen } from './user-round-pen';
|
|
1606
|
-
export { default as UserRoundSearch } from './user-round-search';
|
|
1607
1609
|
export { default as UserRoundPlus } from './user-round-plus';
|
|
1610
|
+
export { default as UserRoundSearch } from './user-round-search';
|
|
1608
1611
|
export { default as UserRoundX } from './user-round-x';
|
|
1609
1612
|
export { default as UserRound } from './user-round';
|
|
1610
1613
|
export { default as UserSearch } from './user-search';
|
|
@@ -1627,20 +1630,20 @@ export { default as Venus } from './venus';
|
|
|
1627
1630
|
export { default as VibrateOff } from './vibrate-off';
|
|
1628
1631
|
export { default as Vibrate } from './vibrate';
|
|
1629
1632
|
export { default as VideoOff } from './video-off';
|
|
1630
|
-
export { default as Videotape } from './videotape';
|
|
1631
1633
|
export { default as Video } from './video';
|
|
1634
|
+
export { default as Videotape } from './videotape';
|
|
1632
1635
|
export { default as View } from './view';
|
|
1633
1636
|
export { default as Voicemail } from './voicemail';
|
|
1634
1637
|
export { default as Volleyball } from './volleyball';
|
|
1635
1638
|
export { default as Volume1 } from './volume-1';
|
|
1636
1639
|
export { default as Volume2 } from './volume-2';
|
|
1637
1640
|
export { default as VolumeOff } from './volume-off';
|
|
1638
|
-
export { default as Volume } from './volume';
|
|
1639
1641
|
export { default as VolumeX } from './volume-x';
|
|
1642
|
+
export { default as Volume } from './volume';
|
|
1640
1643
|
export { default as Vote } from './vote';
|
|
1641
1644
|
export { default as WalletCards } from './wallet-cards';
|
|
1642
|
-
export { default as Wallet } from './wallet';
|
|
1643
1645
|
export { default as WalletMinimal } from './wallet-minimal';
|
|
1646
|
+
export { default as Wallet } from './wallet';
|
|
1644
1647
|
export { default as Wallpaper } from './wallpaper';
|
|
1645
1648
|
export { default as WandSparkles } from './wand-sparkles';
|
|
1646
1649
|
export { default as Wand } from './wand';
|
|
@@ -1662,8 +1665,8 @@ export { default as Wheat } from './wheat';
|
|
|
1662
1665
|
export { default as WholeWord } from './whole-word';
|
|
1663
1666
|
export { default as WifiCog } from './wifi-cog';
|
|
1664
1667
|
export { default as WifiHigh } from './wifi-high';
|
|
1665
|
-
export { default as WifiOff } from './wifi-off';
|
|
1666
1668
|
export { default as WifiLow } from './wifi-low';
|
|
1669
|
+
export { default as WifiOff } from './wifi-off';
|
|
1667
1670
|
export { default as WifiPen } from './wifi-pen';
|
|
1668
1671
|
export { default as WifiSync } from './wifi-sync';
|
|
1669
1672
|
export { default as WifiZero } from './wifi-zero';
|
|
@@ -1671,27 +1674,27 @@ export { default as Wifi } from './wifi';
|
|
|
1671
1674
|
export { default as WindArrowDown } from './wind-arrow-down';
|
|
1672
1675
|
export { default as Wind } from './wind';
|
|
1673
1676
|
export { default as WineOff } from './wine-off';
|
|
1674
|
-
export { default as Workflow } from './workflow';
|
|
1675
1677
|
export { default as Wine } from './wine';
|
|
1676
1678
|
export { default as Worm } from './worm';
|
|
1677
1679
|
export { default as Wrench } from './wrench';
|
|
1678
|
-
export { default as
|
|
1680
|
+
export { default as Workflow } from './workflow';
|
|
1679
1681
|
export { default as XLineTop } from './x-line-top';
|
|
1682
|
+
export { default as X } from './x';
|
|
1680
1683
|
export { default as ZapOff } from './zap-off';
|
|
1681
1684
|
export { default as Zap } from './zap';
|
|
1682
1685
|
export { default as ZodiacAquarius } from './zodiac-aquarius';
|
|
1683
1686
|
export { default as ZodiacAries } from './zodiac-aries';
|
|
1684
1687
|
export { default as ZodiacCancer } from './zodiac-cancer';
|
|
1685
|
-
export { default as ZodiacGemini } from './zodiac-gemini';
|
|
1686
1688
|
export { default as ZodiacCapricorn } from './zodiac-capricorn';
|
|
1689
|
+
export { default as ZodiacGemini } from './zodiac-gemini';
|
|
1687
1690
|
export { default as ZodiacLeo } from './zodiac-leo';
|
|
1688
1691
|
export { default as ZodiacLibra } from './zodiac-libra';
|
|
1689
1692
|
export { default as ZodiacOphiuchus } from './zodiac-ophiuchus';
|
|
1690
1693
|
export { default as ZodiacPisces } from './zodiac-pisces';
|
|
1691
1694
|
export { default as ZodiacSagittarius } from './zodiac-sagittarius';
|
|
1692
|
-
export { default as ZodiacTaurus } from './zodiac-taurus';
|
|
1693
1695
|
export { default as ZodiacScorpio } from './zodiac-scorpio';
|
|
1696
|
+
export { default as ZodiacTaurus } from './zodiac-taurus';
|
|
1697
|
+
export { default as ZodiacVirgo } from './zodiac-virgo';
|
|
1694
1698
|
export { default as ZoomIn } from './zoom-in';
|
|
1695
1699
|
export { default as ZoomOut } from './zoom-out';
|
|
1696
|
-
export { default as ZodiacVirgo } from './zodiac-virgo';
|
|
1697
1700
|
|