@lucide/astro 0.508.0 → 0.509.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 +27 -27
- package/src/aliases/prefixed.ts +371 -369
- package/src/aliases/suffixed.ts +631 -629
- package/src/icons/axe.ts +2 -2
- package/src/icons/gpu.ts +18 -0
- package/src/icons/index.ts +90 -89
- package/src/icons/laptop.ts +2 -2
- package/src/icons/phone-call.ts +2 -2
- package/src/icons/phone-forwarded.ts +2 -2
- package/src/icons/phone-incoming.ts +2 -2
- package/src/icons/phone-missed.ts +2 -2
- package/src/icons/phone-off.ts +2 -2
- package/src/icons/phone-outgoing.ts +2 -2
- package/src/icons/phone.ts +2 -2
package/src/icons/index.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { default as AArrowDown } from './a-arrow-down';
|
|
2
|
-
export { default as ALargeSmall } from './a-large-small';
|
|
3
2
|
export { default as AArrowUp } from './a-arrow-up';
|
|
3
|
+
export { default as ALargeSmall } from './a-large-small';
|
|
4
4
|
export { default as Accessibility } from './accessibility';
|
|
5
5
|
export { default as Activity } from './activity';
|
|
6
6
|
export { default as AirVent } from './air-vent';
|
|
@@ -20,8 +20,8 @@ export { default as AlignEndVertical } from './align-end-vertical';
|
|
|
20
20
|
export { default as AlignHorizontalDistributeCenter } from './align-horizontal-distribute-center';
|
|
21
21
|
export { default as AlignHorizontalDistributeEnd } from './align-horizontal-distribute-end';
|
|
22
22
|
export { default as AlignHorizontalDistributeStart } from './align-horizontal-distribute-start';
|
|
23
|
-
export { default as AlignHorizontalJustifyEnd } from './align-horizontal-justify-end';
|
|
24
23
|
export { default as AlignHorizontalJustifyCenter } from './align-horizontal-justify-center';
|
|
24
|
+
export { default as AlignHorizontalJustifyEnd } from './align-horizontal-justify-end';
|
|
25
25
|
export { default as AlignHorizontalJustifyStart } from './align-horizontal-justify-start';
|
|
26
26
|
export { default as AlignHorizontalSpaceAround } from './align-horizontal-space-around';
|
|
27
27
|
export { default as AlignHorizontalSpaceBetween } from './align-horizontal-space-between';
|
|
@@ -36,10 +36,10 @@ export { default as AlignVerticalDistributeStart } from './align-vertical-distri
|
|
|
36
36
|
export { default as AlignVerticalJustifyCenter } from './align-vertical-justify-center';
|
|
37
37
|
export { default as AlignVerticalJustifyEnd } from './align-vertical-justify-end';
|
|
38
38
|
export { default as AlignVerticalJustifyStart } from './align-vertical-justify-start';
|
|
39
|
-
export { default as AlignVerticalSpaceBetween } from './align-vertical-space-between';
|
|
40
39
|
export { default as AlignVerticalSpaceAround } from './align-vertical-space-around';
|
|
41
|
-
export { default as
|
|
40
|
+
export { default as AlignVerticalSpaceBetween } from './align-vertical-space-between';
|
|
42
41
|
export { default as Ambulance } from './ambulance';
|
|
42
|
+
export { default as Ampersand } from './ampersand';
|
|
43
43
|
export { default as Ampersands } from './ampersands';
|
|
44
44
|
export { default as Amphora } from './amphora';
|
|
45
45
|
export { default as Anchor } from './anchor';
|
|
@@ -50,8 +50,8 @@ export { default as Anvil } from './anvil';
|
|
|
50
50
|
export { default as Aperture } from './aperture';
|
|
51
51
|
export { default as AppWindowMac } from './app-window-mac';
|
|
52
52
|
export { default as AppWindow } from './app-window';
|
|
53
|
-
export { default as Apple } from './apple';
|
|
54
53
|
export { default as ArchiveRestore } from './archive-restore';
|
|
54
|
+
export { default as Apple } from './apple';
|
|
55
55
|
export { default as ArchiveX } from './archive-x';
|
|
56
56
|
export { default as Archive } from './archive';
|
|
57
57
|
export { default as Armchair } from './armchair';
|
|
@@ -68,9 +68,9 @@ export { default as ArrowDown10 } from './arrow-down-1-0';
|
|
|
68
68
|
export { default as ArrowDownAZ } from './arrow-down-a-z';
|
|
69
69
|
export { default as ArrowDownFromLine } from './arrow-down-from-line';
|
|
70
70
|
export { default as ArrowDownLeft } from './arrow-down-left';
|
|
71
|
+
export { default as ArrowDownNarrowWide } from './arrow-down-narrow-wide';
|
|
71
72
|
export { default as ArrowDownRight } from './arrow-down-right';
|
|
72
73
|
export { default as ArrowDownToDot } from './arrow-down-to-dot';
|
|
73
|
-
export { default as ArrowDownNarrowWide } from './arrow-down-narrow-wide';
|
|
74
74
|
export { default as ArrowDownToLine } from './arrow-down-to-line';
|
|
75
75
|
export { default as ArrowDownUp } from './arrow-down-up';
|
|
76
76
|
export { default as ArrowDownWideNarrow } from './arrow-down-wide-narrow';
|
|
@@ -96,17 +96,17 @@ export { default as ArrowUpRight } from './arrow-up-right';
|
|
|
96
96
|
export { default as ArrowUpToLine } from './arrow-up-to-line';
|
|
97
97
|
export { default as ArrowUpWideNarrow } from './arrow-up-wide-narrow';
|
|
98
98
|
export { default as ArrowUpZA } from './arrow-up-z-a';
|
|
99
|
+
export { default as ArrowUp } from './arrow-up';
|
|
99
100
|
export { default as ArrowsUpFromLine } from './arrows-up-from-line';
|
|
100
101
|
export { default as Asterisk } from './asterisk';
|
|
101
|
-
export { default as ArrowUp } from './arrow-up';
|
|
102
102
|
export { default as AtSign } from './at-sign';
|
|
103
|
-
export { default as Atom } from './atom';
|
|
104
103
|
export { default as AudioLines } from './audio-lines';
|
|
105
|
-
export { default as
|
|
104
|
+
export { default as Atom } from './atom';
|
|
106
105
|
export { default as Award } from './award';
|
|
106
|
+
export { default as AudioWaveform } from './audio-waveform';
|
|
107
107
|
export { default as Axe } from './axe';
|
|
108
|
-
export { default as Axis3d } from './axis-3d';
|
|
109
108
|
export { default as Baby } from './baby';
|
|
109
|
+
export { default as Axis3d } from './axis-3d';
|
|
110
110
|
export { default as Backpack } from './backpack';
|
|
111
111
|
export { default as BadgeAlert } from './badge-alert';
|
|
112
112
|
export { default as BadgeCent } from './badge-cent';
|
|
@@ -114,8 +114,8 @@ export { default as BadgeCheck } from './badge-check';
|
|
|
114
114
|
export { default as BadgeDollarSign } from './badge-dollar-sign';
|
|
115
115
|
export { default as BadgeEuro } from './badge-euro';
|
|
116
116
|
export { default as BadgeHelp } from './badge-help';
|
|
117
|
-
export { default as BadgeIndianRupee } from './badge-indian-rupee';
|
|
118
117
|
export { default as BadgeInfo } from './badge-info';
|
|
118
|
+
export { default as BadgeIndianRupee } from './badge-indian-rupee';
|
|
119
119
|
export { default as BadgeJapaneseYen } from './badge-japanese-yen';
|
|
120
120
|
export { default as BadgeMinus } from './badge-minus';
|
|
121
121
|
export { default as BadgePercent } from './badge-percent';
|
|
@@ -145,16 +145,16 @@ export { default as BatteryWarning } from './battery-warning';
|
|
|
145
145
|
export { default as Battery } from './battery';
|
|
146
146
|
export { default as Beaker } from './beaker';
|
|
147
147
|
export { default as BeanOff } from './bean-off';
|
|
148
|
-
export { default as BedDouble } from './bed-double';
|
|
149
148
|
export { default as Bean } from './bean';
|
|
149
|
+
export { default as BedDouble } from './bed-double';
|
|
150
150
|
export { default as BedSingle } from './bed-single';
|
|
151
151
|
export { default as Bed } from './bed';
|
|
152
152
|
export { default as Beef } from './beef';
|
|
153
153
|
export { default as BeerOff } from './beer-off';
|
|
154
154
|
export { default as Beer } from './beer';
|
|
155
155
|
export { default as BellDot } from './bell-dot';
|
|
156
|
-
export { default as BellMinus } from './bell-minus';
|
|
157
156
|
export { default as BellElectric } from './bell-electric';
|
|
157
|
+
export { default as BellMinus } from './bell-minus';
|
|
158
158
|
export { default as BellOff } from './bell-off';
|
|
159
159
|
export { default as BellPlus } from './bell-plus';
|
|
160
160
|
export { default as BellRing } from './bell-ring';
|
|
@@ -208,13 +208,13 @@ export { default as Book } from './book';
|
|
|
208
208
|
export { default as BookmarkCheck } from './bookmark-check';
|
|
209
209
|
export { default as BookmarkMinus } from './bookmark-minus';
|
|
210
210
|
export { default as BookmarkPlus } from './bookmark-plus';
|
|
211
|
-
export { default as Bookmark } from './bookmark';
|
|
212
211
|
export { default as BookmarkX } from './bookmark-x';
|
|
212
|
+
export { default as Bookmark } from './bookmark';
|
|
213
213
|
export { default as BoomBox } from './boom-box';
|
|
214
214
|
export { default as BotMessageSquare } from './bot-message-square';
|
|
215
|
+
export { default as BotOff } from './bot-off';
|
|
215
216
|
export { default as Bot } from './bot';
|
|
216
217
|
export { default as BowArrow } from './bow-arrow';
|
|
217
|
-
export { default as BotOff } from './bot-off';
|
|
218
218
|
export { default as Box } from './box';
|
|
219
219
|
export { default as Boxes } from './boxes';
|
|
220
220
|
export { default as Braces } from './braces';
|
|
@@ -227,23 +227,23 @@ export { default as BrickWall } from './brick-wall';
|
|
|
227
227
|
export { default as BriefcaseBusiness } from './briefcase-business';
|
|
228
228
|
export { default as BriefcaseConveyorBelt } from './briefcase-conveyor-belt';
|
|
229
229
|
export { default as BriefcaseMedical } from './briefcase-medical';
|
|
230
|
-
export { default as Briefcase } from './briefcase';
|
|
231
230
|
export { default as BringToFront } from './bring-to-front';
|
|
231
|
+
export { default as Briefcase } from './briefcase';
|
|
232
232
|
export { default as BrushCleaning } from './brush-cleaning';
|
|
233
233
|
export { default as Brush } from './brush';
|
|
234
234
|
export { default as Bubbles } from './bubbles';
|
|
235
235
|
export { default as BugOff } from './bug-off';
|
|
236
236
|
export { default as BugPlay } from './bug-play';
|
|
237
237
|
export { default as Bug } from './bug';
|
|
238
|
-
export { default as Building } from './building';
|
|
239
238
|
export { default as Building2 } from './building-2';
|
|
239
|
+
export { default as Building } from './building';
|
|
240
240
|
export { default as BusFront } from './bus-front';
|
|
241
241
|
export { default as Bus } from './bus';
|
|
242
242
|
export { default as CableCar } from './cable-car';
|
|
243
243
|
export { default as Cable } from './cable';
|
|
244
244
|
export { default as CakeSlice } from './cake-slice';
|
|
245
|
-
export { default as Calculator } from './calculator';
|
|
246
245
|
export { default as Cake } from './cake';
|
|
246
|
+
export { default as Calculator } from './calculator';
|
|
247
247
|
export { default as Calendar1 } from './calendar-1';
|
|
248
248
|
export { default as CalendarArrowDown } from './calendar-arrow-down';
|
|
249
249
|
export { default as CalendarArrowUp } from './calendar-arrow-up';
|
|
@@ -262,15 +262,15 @@ export { default as CalendarPlus } from './calendar-plus';
|
|
|
262
262
|
export { default as CalendarRange } from './calendar-range';
|
|
263
263
|
export { default as CalendarSearch } from './calendar-search';
|
|
264
264
|
export { default as CalendarSync } from './calendar-sync';
|
|
265
|
+
export { default as CalendarX2 } from './calendar-x-2';
|
|
265
266
|
export { default as CalendarX } from './calendar-x';
|
|
266
267
|
export { default as Calendar } from './calendar';
|
|
267
|
-
export { default as CalendarX2 } from './calendar-x-2';
|
|
268
268
|
export { default as CameraOff } from './camera-off';
|
|
269
269
|
export { default as Camera } from './camera';
|
|
270
270
|
export { default as CandyCane } from './candy-cane';
|
|
271
271
|
export { default as CandyOff } from './candy-off';
|
|
272
|
-
export { default as Cannabis } from './cannabis';
|
|
273
272
|
export { default as Candy } from './candy';
|
|
273
|
+
export { default as Cannabis } from './cannabis';
|
|
274
274
|
export { default as CaptionsOff } from './captions-off';
|
|
275
275
|
export { default as Captions } from './captions';
|
|
276
276
|
export { default as CarFront } from './car-front';
|
|
@@ -291,10 +291,10 @@ export { default as ChartBarBig } from './chart-bar-big';
|
|
|
291
291
|
export { default as ChartBarDecreasing } from './chart-bar-decreasing';
|
|
292
292
|
export { default as ChartBarIncreasing } from './chart-bar-increasing';
|
|
293
293
|
export { default as ChartBarStacked } from './chart-bar-stacked';
|
|
294
|
-
export { default as ChartCandlestick } from './chart-candlestick';
|
|
295
294
|
export { default as ChartBar } from './chart-bar';
|
|
296
|
-
export { default as
|
|
295
|
+
export { default as ChartCandlestick } from './chart-candlestick';
|
|
297
296
|
export { default as ChartColumnBig } from './chart-column-big';
|
|
297
|
+
export { default as ChartColumnDecreasing } from './chart-column-decreasing';
|
|
298
298
|
export { default as ChartColumnIncreasing } from './chart-column-increasing';
|
|
299
299
|
export { default as ChartColumnStacked } from './chart-column-stacked';
|
|
300
300
|
export { default as ChartColumn } from './chart-column';
|
|
@@ -391,9 +391,9 @@ export { default as ClipboardX } from './clipboard-x';
|
|
|
391
391
|
export { default as Clipboard } from './clipboard';
|
|
392
392
|
export { default as Clock1 } from './clock-1';
|
|
393
393
|
export { default as Clock10 } from './clock-10';
|
|
394
|
-
export { default as Clock2 } from './clock-2';
|
|
395
394
|
export { default as Clock11 } from './clock-11';
|
|
396
395
|
export { default as Clock12 } from './clock-12';
|
|
396
|
+
export { default as Clock2 } from './clock-2';
|
|
397
397
|
export { default as Clock3 } from './clock-3';
|
|
398
398
|
export { default as Clock4 } from './clock-4';
|
|
399
399
|
export { default as Clock5 } from './clock-5';
|
|
@@ -404,17 +404,17 @@ export { default as Clock9 } from './clock-9';
|
|
|
404
404
|
export { default as ClockAlert } from './clock-alert';
|
|
405
405
|
export { default as ClockArrowDown } from './clock-arrow-down';
|
|
406
406
|
export { default as ClockArrowUp } from './clock-arrow-up';
|
|
407
|
-
export { default as ClockFading } from './clock-fading';
|
|
408
407
|
export { default as ClockPlus } from './clock-plus';
|
|
408
|
+
export { default as ClockFading } from './clock-fading';
|
|
409
409
|
export { default as Clock } from './clock';
|
|
410
410
|
export { default as CloudAlert } from './cloud-alert';
|
|
411
411
|
export { default as CloudCog } from './cloud-cog';
|
|
412
412
|
export { default as CloudDownload } from './cloud-download';
|
|
413
413
|
export { default as CloudDrizzle } from './cloud-drizzle';
|
|
414
|
-
export { default as CloudFog } from './cloud-fog';
|
|
415
414
|
export { default as CloudHail } from './cloud-hail';
|
|
416
|
-
export { default as
|
|
415
|
+
export { default as CloudFog } from './cloud-fog';
|
|
417
416
|
export { default as CloudLightning } from './cloud-lightning';
|
|
417
|
+
export { default as CloudMoonRain } from './cloud-moon-rain';
|
|
418
418
|
export { default as CloudMoon } from './cloud-moon';
|
|
419
419
|
export { default as CloudOff } from './cloud-off';
|
|
420
420
|
export { default as CloudRainWind } from './cloud-rain-wind';
|
|
@@ -431,9 +431,9 @@ export { default as CodeXml } from './code-xml';
|
|
|
431
431
|
export { default as Code } from './code';
|
|
432
432
|
export { default as Codepen } from './codepen';
|
|
433
433
|
export { default as Codesandbox } from './codesandbox';
|
|
434
|
+
export { default as Coffee } from './coffee';
|
|
434
435
|
export { default as Cog } from './cog';
|
|
435
436
|
export { default as Coins } from './coins';
|
|
436
|
-
export { default as Coffee } from './coffee';
|
|
437
437
|
export { default as Columns2 } from './columns-2';
|
|
438
438
|
export { default as Columns3Cog } from './columns-3-cog';
|
|
439
439
|
export { default as Columns3 } from './columns-3';
|
|
@@ -467,8 +467,8 @@ export { default as CornerLeftUp } from './corner-left-up';
|
|
|
467
467
|
export { default as CornerRightDown } from './corner-right-down';
|
|
468
468
|
export { default as CornerRightUp } from './corner-right-up';
|
|
469
469
|
export { default as CornerUpLeft } from './corner-up-left';
|
|
470
|
-
export { default as Cpu } from './cpu';
|
|
471
470
|
export { default as CornerUpRight } from './corner-up-right';
|
|
471
|
+
export { default as Cpu } from './cpu';
|
|
472
472
|
export { default as CreativeCommons } from './creative-commons';
|
|
473
473
|
export { default as CreditCard } from './credit-card';
|
|
474
474
|
export { default as Croissant } from './croissant';
|
|
@@ -478,14 +478,14 @@ export { default as Crosshair } from './crosshair';
|
|
|
478
478
|
export { default as Crown } from './crown';
|
|
479
479
|
export { default as Cuboid } from './cuboid';
|
|
480
480
|
export { default as CupSoda } from './cup-soda';
|
|
481
|
-
export { default as Cylinder } from './cylinder';
|
|
482
481
|
export { default as Currency } from './currency';
|
|
482
|
+
export { default as Cylinder } from './cylinder';
|
|
483
483
|
export { default as Dam } from './dam';
|
|
484
484
|
export { default as DatabaseBackup } from './database-backup';
|
|
485
485
|
export { default as DatabaseZap } from './database-zap';
|
|
486
486
|
export { default as Database } from './database';
|
|
487
|
-
export { default as DecimalsArrowRight } from './decimals-arrow-right';
|
|
488
487
|
export { default as DecimalsArrowLeft } from './decimals-arrow-left';
|
|
488
|
+
export { default as DecimalsArrowRight } from './decimals-arrow-right';
|
|
489
489
|
export { default as Delete } from './delete';
|
|
490
490
|
export { default as Dessert } from './dessert';
|
|
491
491
|
export { default as Diameter } from './diameter';
|
|
@@ -505,8 +505,8 @@ export { default as Disc2 } from './disc-2';
|
|
|
505
505
|
export { default as Disc3 } from './disc-3';
|
|
506
506
|
export { default as DiscAlbum } from './disc-album';
|
|
507
507
|
export { default as Disc } from './disc';
|
|
508
|
-
export { default as Divide } from './divide';
|
|
509
508
|
export { default as DnaOff } from './dna-off';
|
|
509
|
+
export { default as Divide } from './divide';
|
|
510
510
|
export { default as Dna } from './dna';
|
|
511
511
|
export { default as Dock } from './dock';
|
|
512
512
|
export { default as Dog } from './dog';
|
|
@@ -541,8 +541,8 @@ export { default as EqualApproximately } from './equal-approximately';
|
|
|
541
541
|
export { default as EqualNot } from './equal-not';
|
|
542
542
|
export { default as Equal } from './equal';
|
|
543
543
|
export { default as Eraser } from './eraser';
|
|
544
|
-
export { default as Euro } from './euro';
|
|
545
544
|
export { default as EthernetPort } from './ethernet-port';
|
|
545
|
+
export { default as Euro } from './euro';
|
|
546
546
|
export { default as Expand } from './expand';
|
|
547
547
|
export { default as ExternalLink } from './external-link';
|
|
548
548
|
export { default as EyeClosed } from './eye-closed';
|
|
@@ -593,8 +593,8 @@ export { default as FilePenLine } from './file-pen-line';
|
|
|
593
593
|
export { default as FilePen } from './file-pen';
|
|
594
594
|
export { default as FilePlus2 } from './file-plus-2';
|
|
595
595
|
export { default as FilePlus } from './file-plus';
|
|
596
|
-
export { default as FileScan } from './file-scan';
|
|
597
596
|
export { default as FileQuestion } from './file-question';
|
|
597
|
+
export { default as FileScan } from './file-scan';
|
|
598
598
|
export { default as FileSearch2 } from './file-search-2';
|
|
599
599
|
export { default as FileSearch } from './file-search';
|
|
600
600
|
export { default as FileSliders } from './file-sliders';
|
|
@@ -694,8 +694,8 @@ export { default as Gamepad } from './gamepad';
|
|
|
694
694
|
export { default as Gauge } from './gauge';
|
|
695
695
|
export { default as Gavel } from './gavel';
|
|
696
696
|
export { default as Gem } from './gem';
|
|
697
|
-
export { default as Gift } from './gift';
|
|
698
697
|
export { default as Ghost } from './ghost';
|
|
698
|
+
export { default as Gift } from './gift';
|
|
699
699
|
export { default as GitBranchPlus } from './git-branch-plus';
|
|
700
700
|
export { default as GitBranch } from './git-branch';
|
|
701
701
|
export { default as GitCommitHorizontal } from './git-commit-horizontal';
|
|
@@ -718,15 +718,16 @@ export { default as Glasses } from './glasses';
|
|
|
718
718
|
export { default as GlobeLock } from './globe-lock';
|
|
719
719
|
export { default as Globe } from './globe';
|
|
720
720
|
export { default as Goal } from './goal';
|
|
721
|
-
export { default as GraduationCap } from './graduation-cap';
|
|
722
721
|
export { default as Grab } from './grab';
|
|
722
|
+
export { default as Gpu } from './gpu';
|
|
723
|
+
export { default as GraduationCap } from './graduation-cap';
|
|
723
724
|
export { default as Grape } from './grape';
|
|
724
725
|
export { default as Grid2x2Check } from './grid-2x2-check';
|
|
725
726
|
export { default as Grid2x2Plus } from './grid-2x2-plus';
|
|
726
727
|
export { default as Grid2x2X } from './grid-2x2-x';
|
|
727
728
|
export { default as Grid2x2 } from './grid-2x2';
|
|
728
|
-
export { default as GripHorizontal } from './grip-horizontal';
|
|
729
729
|
export { default as Grid3x3 } from './grid-3x3';
|
|
730
|
+
export { default as GripHorizontal } from './grip-horizontal';
|
|
730
731
|
export { default as GripVertical } from './grip-vertical';
|
|
731
732
|
export { default as Grip } from './grip';
|
|
732
733
|
export { default as Group } from './group';
|
|
@@ -738,17 +739,17 @@ export { default as HandCoins } from './hand-coins';
|
|
|
738
739
|
export { default as HandHeart } from './hand-heart';
|
|
739
740
|
export { default as HandHelping } from './hand-helping';
|
|
740
741
|
export { default as HandMetal } from './hand-metal';
|
|
741
|
-
export { default as Hand } from './hand';
|
|
742
742
|
export { default as HandPlatter } from './hand-platter';
|
|
743
|
+
export { default as Hand } from './hand';
|
|
743
744
|
export { default as Handshake } from './handshake';
|
|
744
745
|
export { default as HardDriveDownload } from './hard-drive-download';
|
|
745
746
|
export { default as HardDriveUpload } from './hard-drive-upload';
|
|
746
747
|
export { default as HardDrive } from './hard-drive';
|
|
747
748
|
export { default as HardHat } from './hard-hat';
|
|
748
|
-
export { default as Haze } from './haze';
|
|
749
749
|
export { default as Hash } from './hash';
|
|
750
|
-
export { default as
|
|
750
|
+
export { default as Haze } from './haze';
|
|
751
751
|
export { default as Heading1 } from './heading-1';
|
|
752
|
+
export { default as HdmiPort } from './hdmi-port';
|
|
752
753
|
export { default as Heading2 } from './heading-2';
|
|
753
754
|
export { default as Heading3 } from './heading-3';
|
|
754
755
|
export { default as Heading4 } from './heading-4';
|
|
@@ -759,14 +760,14 @@ export { default as HeadphoneOff } from './headphone-off';
|
|
|
759
760
|
export { default as Headphones } from './headphones';
|
|
760
761
|
export { default as Headset } from './headset';
|
|
761
762
|
export { default as HeartCrack } from './heart-crack';
|
|
762
|
-
export { default as HeartHandshake } from './heart-handshake';
|
|
763
763
|
export { default as HeartMinus } from './heart-minus';
|
|
764
|
+
export { default as HeartHandshake } from './heart-handshake';
|
|
764
765
|
export { default as HeartOff } from './heart-off';
|
|
765
766
|
export { default as HeartPlus } from './heart-plus';
|
|
766
767
|
export { default as HeartPulse } from './heart-pulse';
|
|
767
768
|
export { default as Heart } from './heart';
|
|
768
|
-
export { default as Hexagon } from './hexagon';
|
|
769
769
|
export { default as Heater } from './heater';
|
|
770
|
+
export { default as Hexagon } from './hexagon';
|
|
770
771
|
export { default as Highlighter } from './highlighter';
|
|
771
772
|
export { default as History } from './history';
|
|
772
773
|
export { default as HopOff } from './hop-off';
|
|
@@ -809,10 +810,10 @@ export { default as KeyRound } from './key-round';
|
|
|
809
810
|
export { default as KeySquare } from './key-square';
|
|
810
811
|
export { default as Key } from './key';
|
|
811
812
|
export { default as KeyboardMusic } from './keyboard-music';
|
|
812
|
-
export { default as Keyboard } from './keyboard';
|
|
813
813
|
export { default as KeyboardOff } from './keyboard-off';
|
|
814
|
-
export { default as
|
|
814
|
+
export { default as Keyboard } from './keyboard';
|
|
815
815
|
export { default as LampCeiling } from './lamp-ceiling';
|
|
816
|
+
export { default as LampDesk } from './lamp-desk';
|
|
816
817
|
export { default as LampFloor } from './lamp-floor';
|
|
817
818
|
export { default as LampWallDown } from './lamp-wall-down';
|
|
818
819
|
export { default as LampWallUp } from './lamp-wall-up';
|
|
@@ -847,16 +848,16 @@ export { default as Lightbulb } from './lightbulb';
|
|
|
847
848
|
export { default as Link2Off } from './link-2-off';
|
|
848
849
|
export { default as Link2 } from './link-2';
|
|
849
850
|
export { default as Link } from './link';
|
|
850
|
-
export { default as ListCheck } from './list-check';
|
|
851
851
|
export { default as Linkedin } from './linkedin';
|
|
852
852
|
export { default as ListChecks } from './list-checks';
|
|
853
|
+
export { default as ListCheck } from './list-check';
|
|
853
854
|
export { default as ListCollapse } from './list-collapse';
|
|
854
855
|
export { default as ListEnd } from './list-end';
|
|
855
856
|
export { default as ListFilterPlus } from './list-filter-plus';
|
|
856
857
|
export { default as ListFilter } from './list-filter';
|
|
857
858
|
export { default as ListMinus } from './list-minus';
|
|
858
|
-
export { default as ListOrdered } from './list-ordered';
|
|
859
859
|
export { default as ListMusic } from './list-music';
|
|
860
|
+
export { default as ListOrdered } from './list-ordered';
|
|
860
861
|
export { default as ListPlus } from './list-plus';
|
|
861
862
|
export { default as ListRestart } from './list-restart';
|
|
862
863
|
export { default as ListStart } from './list-start';
|
|
@@ -864,9 +865,9 @@ export { default as ListTodo } from './list-todo';
|
|
|
864
865
|
export { default as ListTree } from './list-tree';
|
|
865
866
|
export { default as ListVideo } from './list-video';
|
|
866
867
|
export { default as ListX } from './list-x';
|
|
868
|
+
export { default as List } from './list';
|
|
867
869
|
export { default as LoaderCircle } from './loader-circle';
|
|
868
870
|
export { default as LoaderPinwheel } from './loader-pinwheel';
|
|
869
|
-
export { default as List } from './list';
|
|
870
871
|
export { default as Loader } from './loader';
|
|
871
872
|
export { default as LocateFixed } from './locate-fixed';
|
|
872
873
|
export { default as LocateOff } from './locate-off';
|
|
@@ -919,8 +920,8 @@ export { default as Meh } from './meh';
|
|
|
919
920
|
export { default as MemoryStick } from './memory-stick';
|
|
920
921
|
export { default as Menu } from './menu';
|
|
921
922
|
export { default as Merge } from './merge';
|
|
922
|
-
export { default as MessageCircleCode } from './message-circle-code';
|
|
923
923
|
export { default as MessageCircleDashed } from './message-circle-dashed';
|
|
924
|
+
export { default as MessageCircleCode } from './message-circle-code';
|
|
924
925
|
export { default as MessageCircleHeart } from './message-circle-heart';
|
|
925
926
|
export { default as MessageCircleMore } from './message-circle-more';
|
|
926
927
|
export { default as MessageCircleOff } from './message-circle-off';
|
|
@@ -929,15 +930,15 @@ export { default as MessageCircleQuestion } from './message-circle-question';
|
|
|
929
930
|
export { default as MessageCircleReply } from './message-circle-reply';
|
|
930
931
|
export { default as MessageCircleWarning } from './message-circle-warning';
|
|
931
932
|
export { default as MessageCircleX } from './message-circle-x';
|
|
932
|
-
export { default as MessageCircle } from './message-circle';
|
|
933
933
|
export { default as MessageSquareCode } from './message-square-code';
|
|
934
|
+
export { default as MessageCircle } from './message-circle';
|
|
934
935
|
export { default as MessageSquareDashed } from './message-square-dashed';
|
|
935
936
|
export { default as MessageSquareDiff } from './message-square-diff';
|
|
936
937
|
export { default as MessageSquareDot } from './message-square-dot';
|
|
937
938
|
export { default as MessageSquareHeart } from './message-square-heart';
|
|
938
939
|
export { default as MessageSquareLock } from './message-square-lock';
|
|
939
|
-
export { default as MessageSquareOff } from './message-square-off';
|
|
940
940
|
export { default as MessageSquareMore } from './message-square-more';
|
|
941
|
+
export { default as MessageSquareOff } from './message-square-off';
|
|
941
942
|
export { default as MessageSquarePlus } from './message-square-plus';
|
|
942
943
|
export { default as MessageSquareQuote } from './message-square-quote';
|
|
943
944
|
export { default as MessageSquareReply } from './message-square-reply';
|
|
@@ -957,8 +958,8 @@ export { default as Milestone } from './milestone';
|
|
|
957
958
|
export { default as MilkOff } from './milk-off';
|
|
958
959
|
export { default as Milk } from './milk';
|
|
959
960
|
export { default as Minimize2 } from './minimize-2';
|
|
960
|
-
export { default as Minimize } from './minimize';
|
|
961
961
|
export { default as Minus } from './minus';
|
|
962
|
+
export { default as Minimize } from './minimize';
|
|
962
963
|
export { default as MonitorCheck } from './monitor-check';
|
|
963
964
|
export { default as MonitorCog } from './monitor-cog';
|
|
964
965
|
export { default as MonitorDot } from './monitor-dot';
|
|
@@ -967,8 +968,8 @@ export { default as MonitorOff } from './monitor-off';
|
|
|
967
968
|
export { default as MonitorPause } from './monitor-pause';
|
|
968
969
|
export { default as MonitorPlay } from './monitor-play';
|
|
969
970
|
export { default as MonitorSmartphone } from './monitor-smartphone';
|
|
970
|
-
export { default as MonitorStop } from './monitor-stop';
|
|
971
971
|
export { default as MonitorSpeaker } from './monitor-speaker';
|
|
972
|
+
export { default as MonitorStop } from './monitor-stop';
|
|
972
973
|
export { default as MonitorUp } from './monitor-up';
|
|
973
974
|
export { default as MonitorX } from './monitor-x';
|
|
974
975
|
export { default as Monitor } from './monitor';
|
|
@@ -989,19 +990,19 @@ export { default as MoveDownLeft } from './move-down-left';
|
|
|
989
990
|
export { default as MoveDownRight } from './move-down-right';
|
|
990
991
|
export { default as MoveDown } from './move-down';
|
|
991
992
|
export { default as MoveHorizontal } from './move-horizontal';
|
|
992
|
-
export { default as MoveRight } from './move-right';
|
|
993
993
|
export { default as MoveLeft } from './move-left';
|
|
994
|
+
export { default as MoveRight } from './move-right';
|
|
994
995
|
export { default as MoveUpLeft } from './move-up-left';
|
|
995
996
|
export { default as MoveUpRight } from './move-up-right';
|
|
997
|
+
export { default as MoveUp } from './move-up';
|
|
996
998
|
export { default as MoveVertical } from './move-vertical';
|
|
997
999
|
export { default as Move } from './move';
|
|
998
|
-
export { default as MoveUp } from './move-up';
|
|
999
1000
|
export { default as Music2 } from './music-2';
|
|
1000
1001
|
export { default as Music3 } from './music-3';
|
|
1001
1002
|
export { default as Music4 } from './music-4';
|
|
1002
1003
|
export { default as Music } from './music';
|
|
1003
|
-
export { default as Navigation2 } from './navigation-2';
|
|
1004
1004
|
export { default as Navigation2Off } from './navigation-2-off';
|
|
1005
|
+
export { default as Navigation2 } from './navigation-2';
|
|
1005
1006
|
export { default as NavigationOff } from './navigation-off';
|
|
1006
1007
|
export { default as Navigation } from './navigation';
|
|
1007
1008
|
export { default as Network } from './network';
|
|
@@ -1028,8 +1029,8 @@ export { default as Origami } from './origami';
|
|
|
1028
1029
|
export { default as Package2 } from './package-2';
|
|
1029
1030
|
export { default as PackageCheck } from './package-check';
|
|
1030
1031
|
export { default as PackageMinus } from './package-minus';
|
|
1031
|
-
export { default as PackageOpen } from './package-open';
|
|
1032
1032
|
export { default as PackagePlus } from './package-plus';
|
|
1033
|
+
export { default as PackageOpen } from './package-open';
|
|
1033
1034
|
export { default as PackageSearch } from './package-search';
|
|
1034
1035
|
export { default as PackageX } from './package-x';
|
|
1035
1036
|
export { default as Package } from './package';
|
|
@@ -1042,8 +1043,8 @@ export { default as Panda } from './panda';
|
|
|
1042
1043
|
export { default as PanelBottomClose } from './panel-bottom-close';
|
|
1043
1044
|
export { default as PanelBottomDashed } from './panel-bottom-dashed';
|
|
1044
1045
|
export { default as PanelBottomOpen } from './panel-bottom-open';
|
|
1045
|
-
export { default as PanelBottom } from './panel-bottom';
|
|
1046
1046
|
export { default as PanelLeftClose } from './panel-left-close';
|
|
1047
|
+
export { default as PanelBottom } from './panel-bottom';
|
|
1047
1048
|
export { default as PanelLeftDashed } from './panel-left-dashed';
|
|
1048
1049
|
export { default as PanelLeftOpen } from './panel-left-open';
|
|
1049
1050
|
export { default as PanelLeft } from './panel-left';
|
|
@@ -1054,8 +1055,8 @@ export { default as PanelRight } from './panel-right';
|
|
|
1054
1055
|
export { default as PanelTopClose } from './panel-top-close';
|
|
1055
1056
|
export { default as PanelTopDashed } from './panel-top-dashed';
|
|
1056
1057
|
export { default as PanelTopOpen } from './panel-top-open';
|
|
1057
|
-
export { default as PanelsLeftBottom } from './panels-left-bottom';
|
|
1058
1058
|
export { default as PanelTop } from './panel-top';
|
|
1059
|
+
export { default as PanelsLeftBottom } from './panels-left-bottom';
|
|
1059
1060
|
export { default as PanelsRightBottom } from './panels-right-bottom';
|
|
1060
1061
|
export { default as PanelsTopLeft } from './panels-top-left';
|
|
1061
1062
|
export { default as Paperclip } from './paperclip';
|
|
@@ -1065,8 +1066,8 @@ export { default as PartyPopper } from './party-popper';
|
|
|
1065
1066
|
export { default as Pause } from './pause';
|
|
1066
1067
|
export { default as PawPrint } from './paw-print';
|
|
1067
1068
|
export { default as PcCase } from './pc-case';
|
|
1068
|
-
export { default as PenOff } from './pen-off';
|
|
1069
1069
|
export { default as PenLine } from './pen-line';
|
|
1070
|
+
export { default as PenOff } from './pen-off';
|
|
1070
1071
|
export { default as PenTool } from './pen-tool';
|
|
1071
1072
|
export { default as Pen } from './pen';
|
|
1072
1073
|
export { default as PencilLine } from './pencil-line';
|
|
@@ -1105,15 +1106,15 @@ export { default as Plane } from './plane';
|
|
|
1105
1106
|
export { default as Play } from './play';
|
|
1106
1107
|
export { default as Plug2 } from './plug-2';
|
|
1107
1108
|
export { default as PlugZap } from './plug-zap';
|
|
1108
|
-
export { default as Plus } from './plus';
|
|
1109
1109
|
export { default as Plug } from './plug';
|
|
1110
|
+
export { default as Plus } from './plus';
|
|
1110
1111
|
export { default as PocketKnife } from './pocket-knife';
|
|
1111
1112
|
export { default as Pocket } from './pocket';
|
|
1112
1113
|
export { default as Podcast } from './podcast';
|
|
1113
|
-
export { default as Pointer } from './pointer';
|
|
1114
1114
|
export { default as PointerOff } from './pointer-off';
|
|
1115
|
-
export { default as
|
|
1115
|
+
export { default as Pointer } from './pointer';
|
|
1116
1116
|
export { default as Popcorn } from './popcorn';
|
|
1117
|
+
export { default as Popsicle } from './popsicle';
|
|
1117
1118
|
export { default as PoundSterling } from './pound-sterling';
|
|
1118
1119
|
export { default as PowerOff } from './power-off';
|
|
1119
1120
|
export { default as Power } from './power';
|
|
@@ -1121,13 +1122,13 @@ export { default as Presentation } from './presentation';
|
|
|
1121
1122
|
export { default as PrinterCheck } from './printer-check';
|
|
1122
1123
|
export { default as Printer } from './printer';
|
|
1123
1124
|
export { default as Projector } from './projector';
|
|
1124
|
-
export { default as Proportions } from './proportions';
|
|
1125
1125
|
export { default as Puzzle } from './puzzle';
|
|
1126
|
+
export { default as Proportions } from './proportions';
|
|
1126
1127
|
export { default as Pyramid } from './pyramid';
|
|
1127
1128
|
export { default as QrCode } from './qr-code';
|
|
1129
|
+
export { default as Rabbit } from './rabbit';
|
|
1128
1130
|
export { default as Quote } from './quote';
|
|
1129
1131
|
export { default as Radar } from './radar';
|
|
1130
|
-
export { default as Rabbit } from './rabbit';
|
|
1131
1132
|
export { default as Radiation } from './radiation';
|
|
1132
1133
|
export { default as Radical } from './radical';
|
|
1133
1134
|
export { default as RadioReceiver } from './radio-receiver';
|
|
@@ -1171,8 +1172,8 @@ export { default as ReplyAll } from './reply-all';
|
|
|
1171
1172
|
export { default as Reply } from './reply';
|
|
1172
1173
|
export { default as Rewind } from './rewind';
|
|
1173
1174
|
export { default as Ribbon } from './ribbon';
|
|
1174
|
-
export { default as RockingChair } from './rocking-chair';
|
|
1175
1175
|
export { default as Rocket } from './rocket';
|
|
1176
|
+
export { default as RockingChair } from './rocking-chair';
|
|
1176
1177
|
export { default as RollerCoaster } from './roller-coaster';
|
|
1177
1178
|
export { default as Rotate3d } from './rotate-3d';
|
|
1178
1179
|
export { default as RotateCcwKey } from './rotate-ccw-key';
|
|
@@ -1194,9 +1195,9 @@ export { default as Sailboat } from './sailboat';
|
|
|
1194
1195
|
export { default as Salad } from './salad';
|
|
1195
1196
|
export { default as Sandwich } from './sandwich';
|
|
1196
1197
|
export { default as SatelliteDish } from './satellite-dish';
|
|
1197
|
-
export { default as SaudiRiyal } from './saudi-riyal';
|
|
1198
1198
|
export { default as Satellite } from './satellite';
|
|
1199
1199
|
export { default as SaveAll } from './save-all';
|
|
1200
|
+
export { default as SaudiRiyal } from './saudi-riyal';
|
|
1200
1201
|
export { default as SaveOff } from './save-off';
|
|
1201
1202
|
export { default as Save } from './save';
|
|
1202
1203
|
export { default as Scale3d } from './scale-3d';
|
|
@@ -1222,36 +1223,36 @@ export { default as SearchCheck } from './search-check';
|
|
|
1222
1223
|
export { default as SearchCode } from './search-code';
|
|
1223
1224
|
export { default as SearchSlash } from './search-slash';
|
|
1224
1225
|
export { default as SearchX } from './search-x';
|
|
1225
|
-
export { default as Search } from './search';
|
|
1226
1226
|
export { default as Section } from './section';
|
|
1227
|
-
export { default as
|
|
1227
|
+
export { default as Search } from './search';
|
|
1228
1228
|
export { default as SendHorizontal } from './send-horizontal';
|
|
1229
|
+
export { default as SendToBack } from './send-to-back';
|
|
1229
1230
|
export { default as Send } from './send';
|
|
1230
1231
|
export { default as SeparatorHorizontal } from './separator-horizontal';
|
|
1231
1232
|
export { default as SeparatorVertical } from './separator-vertical';
|
|
1232
1233
|
export { default as ServerCog } from './server-cog';
|
|
1233
1234
|
export { default as ServerOff } from './server-off';
|
|
1234
|
-
export { default as ServerCrash } from './server-crash';
|
|
1235
|
-
export { default as Settings } from './settings';
|
|
1236
1235
|
export { default as Server } from './server';
|
|
1236
|
+
export { default as ServerCrash } from './server-crash';
|
|
1237
1237
|
export { default as Settings2 } from './settings-2';
|
|
1238
|
+
export { default as Settings } from './settings';
|
|
1238
1239
|
export { default as Shapes } from './shapes';
|
|
1239
1240
|
export { default as Share2 } from './share-2';
|
|
1240
1241
|
export { default as Share } from './share';
|
|
1241
1242
|
export { default as Sheet } from './sheet';
|
|
1242
1243
|
export { default as Shell } from './shell';
|
|
1243
|
-
export { default as ShieldBan } from './shield-ban';
|
|
1244
1244
|
export { default as ShieldAlert } from './shield-alert';
|
|
1245
|
+
export { default as ShieldBan } from './shield-ban';
|
|
1245
1246
|
export { default as ShieldCheck } from './shield-check';
|
|
1246
1247
|
export { default as ShieldEllipsis } from './shield-ellipsis';
|
|
1247
1248
|
export { default as ShieldHalf } from './shield-half';
|
|
1248
1249
|
export { default as ShieldMinus } from './shield-minus';
|
|
1249
1250
|
export { default as ShieldOff } from './shield-off';
|
|
1250
1251
|
export { default as ShieldPlus } from './shield-plus';
|
|
1251
|
-
export { default as ShieldQuestion } from './shield-question';
|
|
1252
1252
|
export { default as ShieldUser } from './shield-user';
|
|
1253
|
-
export { default as
|
|
1253
|
+
export { default as ShieldQuestion } from './shield-question';
|
|
1254
1254
|
export { default as Shield } from './shield';
|
|
1255
|
+
export { default as ShieldX } from './shield-x';
|
|
1255
1256
|
export { default as ShipWheel } from './ship-wheel';
|
|
1256
1257
|
export { default as Ship } from './ship';
|
|
1257
1258
|
export { default as Shirt } from './shirt';
|
|
@@ -1278,8 +1279,8 @@ export { default as Siren } from './siren';
|
|
|
1278
1279
|
export { default as SkipBack } from './skip-back';
|
|
1279
1280
|
export { default as SkipForward } from './skip-forward';
|
|
1280
1281
|
export { default as Skull } from './skull';
|
|
1281
|
-
export { default as Slash } from './slash';
|
|
1282
1282
|
export { default as Slack } from './slack';
|
|
1283
|
+
export { default as Slash } from './slash';
|
|
1283
1284
|
export { default as Slice } from './slice';
|
|
1284
1285
|
export { default as SlidersHorizontal } from './sliders-horizontal';
|
|
1285
1286
|
export { default as SlidersVertical } from './sliders-vertical';
|
|
@@ -1299,8 +1300,8 @@ export { default as Sparkle } from './sparkle';
|
|
|
1299
1300
|
export { default as Sparkles } from './sparkles';
|
|
1300
1301
|
export { default as Speaker } from './speaker';
|
|
1301
1302
|
export { default as Speech } from './speech';
|
|
1302
|
-
export { default as SpellCheck2 } from './spell-check-2';
|
|
1303
1303
|
export { default as SpellCheck } from './spell-check';
|
|
1304
|
+
export { default as SpellCheck2 } from './spell-check-2';
|
|
1304
1305
|
export { default as SplinePointer } from './spline-pointer';
|
|
1305
1306
|
export { default as Spline } from './spline';
|
|
1306
1307
|
export { default as Split } from './split';
|
|
@@ -1314,15 +1315,15 @@ export { default as SquareArrowLeft } from './square-arrow-left';
|
|
|
1314
1315
|
export { default as SquareArrowOutDownLeft } from './square-arrow-out-down-left';
|
|
1315
1316
|
export { default as SquareArrowOutDownRight } from './square-arrow-out-down-right';
|
|
1316
1317
|
export { default as SquareArrowOutUpLeft } from './square-arrow-out-up-left';
|
|
1317
|
-
export { default as SquareArrowOutUpRight } from './square-arrow-out-up-right';
|
|
1318
1318
|
export { default as SquareArrowRight } from './square-arrow-right';
|
|
1319
|
+
export { default as SquareArrowOutUpRight } from './square-arrow-out-up-right';
|
|
1319
1320
|
export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
1320
|
-
export { default as SquareArrowUpRight } from './square-arrow-up-right';
|
|
1321
1321
|
export { default as SquareArrowUp } from './square-arrow-up';
|
|
1322
|
+
export { default as SquareArrowUpRight } from './square-arrow-up-right';
|
|
1322
1323
|
export { default as SquareAsterisk } from './square-asterisk';
|
|
1323
1324
|
export { default as SquareBottomDashedScissors } from './square-bottom-dashed-scissors';
|
|
1324
|
-
export { default as SquareCheckBig } from './square-check-big';
|
|
1325
1325
|
export { default as SquareChartGantt } from './square-chart-gantt';
|
|
1326
|
+
export { default as SquareCheckBig } from './square-check-big';
|
|
1326
1327
|
export { default as SquareCheck } from './square-check';
|
|
1327
1328
|
export { default as SquareChevronDown } from './square-chevron-down';
|
|
1328
1329
|
export { default as SquareChevronLeft } from './square-chevron-left';
|
|
@@ -1375,8 +1376,8 @@ export { default as Squircle } from './squircle';
|
|
|
1375
1376
|
export { default as Squirrel } from './squirrel';
|
|
1376
1377
|
export { default as Stamp } from './stamp';
|
|
1377
1378
|
export { default as StarHalf } from './star-half';
|
|
1378
|
-
export { default as Star } from './star';
|
|
1379
1379
|
export { default as StarOff } from './star-off';
|
|
1380
|
+
export { default as Star } from './star';
|
|
1380
1381
|
export { default as StepBack } from './step-back';
|
|
1381
1382
|
export { default as StepForward } from './step-forward';
|
|
1382
1383
|
export { default as Stethoscope } from './stethoscope';
|
|
@@ -1389,8 +1390,8 @@ export { default as Strikethrough } from './strikethrough';
|
|
|
1389
1390
|
export { default as Subscript } from './subscript';
|
|
1390
1391
|
export { default as SunDim } from './sun-dim';
|
|
1391
1392
|
export { default as SunMedium } from './sun-medium';
|
|
1392
|
-
export { default as SunMoon } from './sun-moon';
|
|
1393
1393
|
export { default as SunSnow } from './sun-snow';
|
|
1394
|
+
export { default as SunMoon } from './sun-moon';
|
|
1394
1395
|
export { default as Sun } from './sun';
|
|
1395
1396
|
export { default as Sunrise } from './sunrise';
|
|
1396
1397
|
export { default as Sunset } from './sunset';
|
|
@@ -1423,23 +1424,23 @@ export { default as Tangent } from './tangent';
|
|
|
1423
1424
|
export { default as Target } from './target';
|
|
1424
1425
|
export { default as Telescope } from './telescope';
|
|
1425
1426
|
export { default as TentTree } from './tent-tree';
|
|
1426
|
-
export { default as Terminal } from './terminal';
|
|
1427
1427
|
export { default as Tent } from './tent';
|
|
1428
|
+
export { default as Terminal } from './terminal';
|
|
1428
1429
|
export { default as TestTubeDiagonal } from './test-tube-diagonal';
|
|
1429
1430
|
export { default as TestTube } from './test-tube';
|
|
1430
1431
|
export { default as TestTubes } from './test-tubes';
|
|
1431
1432
|
export { default as TextCursorInput } from './text-cursor-input';
|
|
1432
1433
|
export { default as TextCursor } from './text-cursor';
|
|
1433
1434
|
export { default as TextQuote } from './text-quote';
|
|
1434
|
-
export { default as TextSelect } from './text-select';
|
|
1435
1435
|
export { default as TextSearch } from './text-search';
|
|
1436
|
+
export { default as TextSelect } from './text-select';
|
|
1436
1437
|
export { default as Text } from './text';
|
|
1437
1438
|
export { default as Theater } from './theater';
|
|
1438
1439
|
export { default as ThermometerSnowflake } from './thermometer-snowflake';
|
|
1439
1440
|
export { default as ThermometerSun } from './thermometer-sun';
|
|
1440
1441
|
export { default as Thermometer } from './thermometer';
|
|
1441
|
-
export { default as ThumbsUp } from './thumbs-up';
|
|
1442
1442
|
export { default as ThumbsDown } from './thumbs-down';
|
|
1443
|
+
export { default as ThumbsUp } from './thumbs-up';
|
|
1443
1444
|
export { default as TicketCheck } from './ticket-check';
|
|
1444
1445
|
export { default as TicketMinus } from './ticket-minus';
|
|
1445
1446
|
export { default as TicketPercent } from './ticket-percent';
|
|
@@ -1456,16 +1457,16 @@ export { default as ToggleLeft } from './toggle-left';
|
|
|
1456
1457
|
export { default as ToggleRight } from './toggle-right';
|
|
1457
1458
|
export { default as Toilet } from './toilet';
|
|
1458
1459
|
export { default as Tornado } from './tornado';
|
|
1459
|
-
export { default as TouchpadOff } from './touchpad-off';
|
|
1460
1460
|
export { default as Torus } from './torus';
|
|
1461
|
+
export { default as TouchpadOff } from './touchpad-off';
|
|
1461
1462
|
export { default as Touchpad } from './touchpad';
|
|
1462
1463
|
export { default as TowerControl } from './tower-control';
|
|
1463
1464
|
export { default as ToyBrick } from './toy-brick';
|
|
1464
|
-
export { default as TrafficCone } from './traffic-cone';
|
|
1465
1465
|
export { default as Tractor } from './tractor';
|
|
1466
|
+
export { default as TrafficCone } from './traffic-cone';
|
|
1466
1467
|
export { default as TrainFrontTunnel } from './train-front-tunnel';
|
|
1467
|
-
export { default as TrainFront } from './train-front';
|
|
1468
1468
|
export { default as TrainTrack } from './train-track';
|
|
1469
|
+
export { default as TrainFront } from './train-front';
|
|
1469
1470
|
export { default as TramFront } from './tram-front';
|
|
1470
1471
|
export { default as Transgender } from './transgender';
|
|
1471
1472
|
export { default as Trash2 } from './trash-2';
|
|
@@ -1499,13 +1500,13 @@ export { default as Underline } from './underline';
|
|
|
1499
1500
|
export { default as Undo2 } from './undo-2';
|
|
1500
1501
|
export { default as UndoDot } from './undo-dot';
|
|
1501
1502
|
export { default as Undo } from './undo';
|
|
1502
|
-
export { default as UnfoldVertical } from './unfold-vertical';
|
|
1503
1503
|
export { default as UnfoldHorizontal } from './unfold-horizontal';
|
|
1504
|
+
export { default as UnfoldVertical } from './unfold-vertical';
|
|
1504
1505
|
export { default as Ungroup } from './ungroup';
|
|
1505
1506
|
export { default as University } from './university';
|
|
1506
|
-
export { default as Unlink } from './unlink';
|
|
1507
1507
|
export { default as Unlink2 } from './unlink-2';
|
|
1508
1508
|
export { default as Unplug } from './unplug';
|
|
1509
|
+
export { default as Unlink } from './unlink';
|
|
1509
1510
|
export { default as Upload } from './upload';
|
|
1510
1511
|
export { default as Usb } from './usb';
|
|
1511
1512
|
export { default as UserCheck } from './user-check';
|
|
@@ -1544,16 +1545,16 @@ export { default as Videotape } from './videotape';
|
|
|
1544
1545
|
export { default as View } from './view';
|
|
1545
1546
|
export { default as Voicemail } from './voicemail';
|
|
1546
1547
|
export { default as Volleyball } from './volleyball';
|
|
1547
|
-
export { default as Volume1 } from './volume-1';
|
|
1548
1548
|
export { default as Volume2 } from './volume-2';
|
|
1549
|
+
export { default as Volume1 } from './volume-1';
|
|
1549
1550
|
export { default as VolumeOff } from './volume-off';
|
|
1550
1551
|
export { default as VolumeX } from './volume-x';
|
|
1551
1552
|
export { default as Volume } from './volume';
|
|
1552
1553
|
export { default as Vote } from './vote';
|
|
1553
1554
|
export { default as WalletCards } from './wallet-cards';
|
|
1554
|
-
export { default as Wallet } from './wallet';
|
|
1555
1555
|
export { default as WalletMinimal } from './wallet-minimal';
|
|
1556
1556
|
export { default as Wallpaper } from './wallpaper';
|
|
1557
|
+
export { default as Wallet } from './wallet';
|
|
1557
1558
|
export { default as WandSparkles } from './wand-sparkles';
|
|
1558
1559
|
export { default as Wand } from './wand';
|
|
1559
1560
|
export { default as Warehouse } from './warehouse';
|