@lucide/astro 1.35.0 → 1.36.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 +118 -118
- package/src/aliases/prefixed.ts +600 -584
- package/src/aliases/suffixed.ts +927 -911
- package/src/icons/asterisk.ts +2 -2
- package/src/icons/badge-check.ts +2 -2
- package/src/icons/beef.ts +2 -2
- package/src/icons/blend.ts +2 -2
- package/src/icons/book-x.ts +2 -2
- package/src/icons/circle-check.ts +2 -2
- package/src/icons/circle-dot.ts +2 -2
- package/src/icons/clipboard-x.ts +2 -2
- package/src/icons/clock-check.ts +2 -2
- package/src/icons/copy-x.ts +2 -2
- package/src/icons/credit-card-check.ts +18 -0
- package/src/icons/credit-card-minus.ts +18 -0
- package/src/icons/credit-card-x.ts +18 -0
- package/src/icons/face-angry.ts +2 -2
- package/src/icons/git-merge-conflict.ts +2 -2
- package/src/icons/git-pull-request-closed.ts +2 -2
- package/src/icons/grid-2x2-x.ts +2 -2
- package/src/icons/index.ts +197 -189
- package/src/icons/key.ts +2 -2
- package/src/icons/mail-x.ts +2 -2
- package/src/icons/message-circle-check.ts +2 -2
- package/src/icons/message-circle-dashed-check.ts +18 -0
- package/src/icons/panda.ts +2 -2
- package/src/icons/piano.ts +2 -2
- package/src/icons/playing-card.ts +18 -0
- package/src/icons/playing-cards-fan.ts +18 -0
- package/src/icons/playing-cards.ts +18 -0
- package/src/icons/robot-vacuum.ts +18 -0
- package/src/icons/shopping-cart.ts +2 -2
- package/src/icons/spell-check.ts +2 -2
- package/src/icons/square-check.ts +2 -2
- package/src/icons/square-split-horizontal.ts +2 -2
- package/src/icons/square-split-vertical.ts +2 -2
- package/src/icons/sword.ts +2 -2
- package/src/icons/swords.ts +2 -2
- package/src/icons/user-round-x.ts +2 -2
- package/src/icons/volume-x.ts +2 -2
package/src/icons/index.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
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 Ad } from './ad';
|
|
7
7
|
export { default as AirVent } from './air-vent';
|
|
8
|
-
export { default as AlarmClockCheck } from './alarm-clock-check';
|
|
9
8
|
export { default as Airplay } from './airplay';
|
|
9
|
+
export { default as AlarmClockCheck } from './alarm-clock-check';
|
|
10
10
|
export { default as AlarmClockMinus } from './alarm-clock-minus';
|
|
11
11
|
export { default as AlarmClockOff } from './alarm-clock-off';
|
|
12
12
|
export { default as AlarmClockPlus } from './alarm-clock-plus';
|
|
@@ -26,8 +26,8 @@ export { default as AlignHorizontalJustifyStart } from './align-horizontal-justi
|
|
|
26
26
|
export { default as AlignHorizontalSpaceAround } from './align-horizontal-space-around';
|
|
27
27
|
export { default as AlignHorizontalSpaceBetween } from './align-horizontal-space-between';
|
|
28
28
|
export { default as AlignStartHorizontal } from './align-start-horizontal';
|
|
29
|
-
export { default as AlignVerticalDistributeCenter } from './align-vertical-distribute-center';
|
|
30
29
|
export { default as AlignStartVertical } from './align-start-vertical';
|
|
30
|
+
export { default as AlignVerticalDistributeCenter } from './align-vertical-distribute-center';
|
|
31
31
|
export { default as AlignVerticalDistributeEnd } from './align-vertical-distribute-end';
|
|
32
32
|
export { default as AlignVerticalDistributeStart } from './align-vertical-distribute-start';
|
|
33
33
|
export { default as AlignVerticalJustifyCenter } from './align-vertical-justify-center';
|
|
@@ -83,8 +83,8 @@ export { default as ArrowRight } from './arrow-right';
|
|
|
83
83
|
export { default as ArrowUp01 } from './arrow-up-0-1';
|
|
84
84
|
export { default as ArrowUp10 } from './arrow-up-1-0';
|
|
85
85
|
export { default as ArrowUpAZ } from './arrow-up-a-z';
|
|
86
|
-
export { default as ArrowUpFromDot } from './arrow-up-from-dot';
|
|
87
86
|
export { default as ArrowUpDown } from './arrow-up-down';
|
|
87
|
+
export { default as ArrowUpFromDot } from './arrow-up-from-dot';
|
|
88
88
|
export { default as ArrowUpFromLine } from './arrow-up-from-line';
|
|
89
89
|
export { default as ArrowUpLeft } from './arrow-up-left';
|
|
90
90
|
export { default as ArrowUpNarrowWide } from './arrow-up-narrow-wide';
|
|
@@ -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 Astroid } from './astroid';
|
|
99
99
|
export { default as AtSign } from './at-sign';
|
|
100
100
|
export { default as Atom } from './atom';
|
|
@@ -113,8 +113,8 @@ export { default as BadgeCheck } from './badge-check';
|
|
|
113
113
|
export { default as BadgeDollarSign } from './badge-dollar-sign';
|
|
114
114
|
export { default as BadgeEuro } from './badge-euro';
|
|
115
115
|
export { default as BadgeIndianRupee } from './badge-indian-rupee';
|
|
116
|
-
export { default as BadgeJapaneseYen } from './badge-japanese-yen';
|
|
117
116
|
export { default as BadgeInfo } from './badge-info';
|
|
117
|
+
export { default as BadgeJapaneseYen } from './badge-japanese-yen';
|
|
118
118
|
export { default as BadgeMinus } from './badge-minus';
|
|
119
119
|
export { default as BadgePercent } from './badge-percent';
|
|
120
120
|
export { default as BadgePlus } from './badge-plus';
|
|
@@ -137,8 +137,8 @@ export { default as BanknoteX } from './banknote-x';
|
|
|
137
137
|
export { default as Banknote } from './banknote';
|
|
138
138
|
export { default as Barcode } from './barcode';
|
|
139
139
|
export { default as Barrel } from './barrel';
|
|
140
|
-
export { default as Bath } from './bath';
|
|
141
140
|
export { default as Baseline } from './baseline';
|
|
141
|
+
export { default as Bath } from './bath';
|
|
142
142
|
export { default as BatteryCharging } from './battery-charging';
|
|
143
143
|
export { default as BatteryFull } from './battery-full';
|
|
144
144
|
export { default as BatteryLow } from './battery-low';
|
|
@@ -157,8 +157,8 @@ export { default as Beef } from './beef';
|
|
|
157
157
|
export { default as BeerOff } from './beer-off';
|
|
158
158
|
export { default as Beer } from './beer';
|
|
159
159
|
export { default as BellCheck } from './bell-check';
|
|
160
|
-
export { default as BellDot } from './bell-dot';
|
|
161
160
|
export { default as BellElectric } from './bell-electric';
|
|
161
|
+
export { default as BellDot } from './bell-dot';
|
|
162
162
|
export { default as BellMinus } from './bell-minus';
|
|
163
163
|
export { default as BellOff } from './bell-off';
|
|
164
164
|
export { default as BellPlus } from './bell-plus';
|
|
@@ -201,12 +201,12 @@ export { default as BookHeart } from './book-heart';
|
|
|
201
201
|
export { default as BookImage } from './book-image';
|
|
202
202
|
export { default as BookKey } from './book-key';
|
|
203
203
|
export { default as BookLock } from './book-lock';
|
|
204
|
-
export { default as BookMarked } from './book-marked';
|
|
205
204
|
export { default as BookMinus } from './book-minus';
|
|
206
205
|
export { default as BookOpenCheck } from './book-open-check';
|
|
206
|
+
export { default as BookMarked } from './book-marked';
|
|
207
207
|
export { default as BookOpenText } from './book-open-text';
|
|
208
|
-
export { default as BookOpen } from './book-open';
|
|
209
208
|
export { default as BookPlus } from './book-plus';
|
|
209
|
+
export { default as BookOpen } from './book-open';
|
|
210
210
|
export { default as BookSearch } from './book-search';
|
|
211
211
|
export { default as BookText } from './book-text';
|
|
212
212
|
export { default as BookType } from './book-type';
|
|
@@ -214,14 +214,14 @@ export { default as BookUp2 } from './book-up-2';
|
|
|
214
214
|
export { default as BookUp } from './book-up';
|
|
215
215
|
export { default as BookUser } from './book-user';
|
|
216
216
|
export { default as BookX } from './book-x';
|
|
217
|
-
export { default as Book } from './book';
|
|
218
217
|
export { default as BookmarkCheck } from './bookmark-check';
|
|
218
|
+
export { default as Book } from './book';
|
|
219
219
|
export { default as BookmarkMinus } from './bookmark-minus';
|
|
220
220
|
export { default as BookmarkOff } from './bookmark-off';
|
|
221
221
|
export { default as BookmarkPlus } from './bookmark-plus';
|
|
222
222
|
export { default as BookmarkX } from './bookmark-x';
|
|
223
|
-
export { default as BoomBox } from './boom-box';
|
|
224
223
|
export { default as Bookmark } from './bookmark';
|
|
224
|
+
export { default as BoomBox } from './boom-box';
|
|
225
225
|
export { default as BotMessageSquare } from './bot-message-square';
|
|
226
226
|
export { default as BotOff } from './bot-off';
|
|
227
227
|
export { default as Bot } from './bot';
|
|
@@ -237,25 +237,25 @@ export { default as Brain } from './brain';
|
|
|
237
237
|
export { default as BrickWallFire } from './brick-wall-fire';
|
|
238
238
|
export { default as BrickWallShield } from './brick-wall-shield';
|
|
239
239
|
export { default as BrickWall } from './brick-wall';
|
|
240
|
-
export { default as BriefcaseConveyorBelt } from './briefcase-conveyor-belt';
|
|
241
240
|
export { default as BriefcaseBusiness } from './briefcase-business';
|
|
241
|
+
export { default as BriefcaseConveyorBelt } from './briefcase-conveyor-belt';
|
|
242
242
|
export { default as BriefcaseMedical } from './briefcase-medical';
|
|
243
243
|
export { default as Briefcase } from './briefcase';
|
|
244
244
|
export { default as BringToFront } from './bring-to-front';
|
|
245
245
|
export { default as Broccoli } from './broccoli';
|
|
246
246
|
export { default as BroomSparkles } from './broom-sparkles';
|
|
247
247
|
export { default as Broom } from './broom';
|
|
248
|
-
export { default as Brush } from './brush';
|
|
249
248
|
export { default as BrushCleaning } from './brush-cleaning';
|
|
250
249
|
export { default as Bubbles } from './bubbles';
|
|
250
|
+
export { default as Brush } from './brush';
|
|
251
251
|
export { default as BugOff } from './bug-off';
|
|
252
252
|
export { default as BugPlay } from './bug-play';
|
|
253
|
-
export { default as Bug } from './bug';
|
|
254
253
|
export { default as Building2 } from './building-2';
|
|
254
|
+
export { default as Bug } from './bug';
|
|
255
255
|
export { default as Building } from './building';
|
|
256
|
-
export { default as Bus } from './bus';
|
|
257
256
|
export { default as BusFront } from './bus-front';
|
|
258
257
|
export { default as CableCar } from './cable-car';
|
|
258
|
+
export { default as Bus } from './bus';
|
|
259
259
|
export { default as Cable } from './cable';
|
|
260
260
|
export { default as CakeSlice } from './cake-slice';
|
|
261
261
|
export { default as Cake } from './cake';
|
|
@@ -270,10 +270,10 @@ export { default as CalendarCog } from './calendar-cog';
|
|
|
270
270
|
export { default as CalendarDays } from './calendar-days';
|
|
271
271
|
export { default as CalendarFold } from './calendar-fold';
|
|
272
272
|
export { default as CalendarHeart } from './calendar-heart';
|
|
273
|
-
export { default as CalendarMinus2 } from './calendar-minus-2';
|
|
274
273
|
export { default as CalendarMinus } from './calendar-minus';
|
|
275
|
-
export { default as
|
|
274
|
+
export { default as CalendarMinus2 } from './calendar-minus-2';
|
|
276
275
|
export { default as CalendarPlus2 } from './calendar-plus-2';
|
|
276
|
+
export { default as CalendarOff } from './calendar-off';
|
|
277
277
|
export { default as CalendarPlus } from './calendar-plus';
|
|
278
278
|
export { default as CalendarRange } from './calendar-range';
|
|
279
279
|
export { default as CalendarSearch } from './calendar-search';
|
|
@@ -287,8 +287,8 @@ export { default as Camera } from './camera';
|
|
|
287
287
|
export { default as CandyCane } from './candy-cane';
|
|
288
288
|
export { default as CandyOff } from './candy-off';
|
|
289
289
|
export { default as Candy } from './candy';
|
|
290
|
-
export { default as CannabisOff } from './cannabis-off';
|
|
291
290
|
export { default as Cannabis } from './cannabis';
|
|
291
|
+
export { default as CannabisOff } from './cannabis-off';
|
|
292
292
|
export { default as CaptionsOff } from './captions-off';
|
|
293
293
|
export { default as Captions } from './captions';
|
|
294
294
|
export { default as CarBattery } from './car-battery';
|
|
@@ -305,21 +305,21 @@ export { default as CassetteTape } from './cassette-tape';
|
|
|
305
305
|
export { default as Cast } from './cast';
|
|
306
306
|
export { default as Cat } from './cat';
|
|
307
307
|
export { default as Castle } from './castle';
|
|
308
|
-
export { default as Cctv } from './cctv';
|
|
309
308
|
export { default as CctvOff } from './cctv-off';
|
|
310
|
-
export { default as
|
|
309
|
+
export { default as Cctv } from './cctv';
|
|
311
310
|
export { default as ChartBarBig } from './chart-bar-big';
|
|
311
|
+
export { default as ChartArea } from './chart-area';
|
|
312
312
|
export { default as ChartBarDecreasing } from './chart-bar-decreasing';
|
|
313
313
|
export { default as ChartBarIncreasing } from './chart-bar-increasing';
|
|
314
314
|
export { default as ChartBarStacked } from './chart-bar-stacked';
|
|
315
315
|
export { default as ChartBar } from './chart-bar';
|
|
316
|
-
export { default as ChartColumnBig } from './chart-column-big';
|
|
317
316
|
export { default as ChartCandlestick } from './chart-candlestick';
|
|
317
|
+
export { default as ChartColumnBig } from './chart-column-big';
|
|
318
318
|
export { default as ChartColumnDecreasing } from './chart-column-decreasing';
|
|
319
319
|
export { default as ChartColumnIncreasing } from './chart-column-increasing';
|
|
320
|
-
export { default as ChartColumn } from './chart-column';
|
|
321
320
|
export { default as ChartColumnStacked } from './chart-column-stacked';
|
|
322
321
|
export { default as ChartGantt } from './chart-gantt';
|
|
322
|
+
export { default as ChartColumn } from './chart-column';
|
|
323
323
|
export { default as ChartLine } from './chart-line';
|
|
324
324
|
export { default as ChartNetwork } from './chart-network';
|
|
325
325
|
export { default as ChartNoAxesColumnDecreasing } from './chart-no-axes-column-decreasing';
|
|
@@ -354,8 +354,8 @@ export { default as ChevronsLeftRight } from './chevrons-left-right';
|
|
|
354
354
|
export { default as ChevronsLeft } from './chevrons-left';
|
|
355
355
|
export { default as ChevronsRightLeft } from './chevrons-right-left';
|
|
356
356
|
export { default as ChevronsRight } from './chevrons-right';
|
|
357
|
-
export { default as ChevronsUpDown } from './chevrons-up-down';
|
|
358
357
|
export { default as ChevronsUp } from './chevrons-up';
|
|
358
|
+
export { default as ChevronsUpDown } from './chevrons-up-down';
|
|
359
359
|
export { default as Church } from './church';
|
|
360
360
|
export { default as CigaretteOff } from './cigarette-off';
|
|
361
361
|
export { default as Cigarette } from './cigarette';
|
|
@@ -367,14 +367,14 @@ export { default as CircleArrowOutDownRight } from './circle-arrow-out-down-righ
|
|
|
367
367
|
export { default as CircleArrowOutUpLeft } from './circle-arrow-out-up-left';
|
|
368
368
|
export { default as CircleArrowOutUpRight } from './circle-arrow-out-up-right';
|
|
369
369
|
export { default as CircleArrowRight } from './circle-arrow-right';
|
|
370
|
-
export { default as CircleCheckBig } from './circle-check-big';
|
|
371
370
|
export { default as CircleArrowUp } from './circle-arrow-up';
|
|
371
|
+
export { default as CircleCheckBig } from './circle-check-big';
|
|
372
372
|
export { default as CircleCheck } from './circle-check';
|
|
373
373
|
export { default as CircleChevronDown } from './circle-chevron-down';
|
|
374
374
|
export { default as CircleChevronLeft } from './circle-chevron-left';
|
|
375
375
|
export { default as CircleChevronRight } from './circle-chevron-right';
|
|
376
|
-
export { default as CircleChevronUp } from './circle-chevron-up';
|
|
377
376
|
export { default as CircleDashed } from './circle-dashed';
|
|
377
|
+
export { default as CircleChevronUp } from './circle-chevron-up';
|
|
378
378
|
export { default as CircleDivide } from './circle-divide';
|
|
379
379
|
export { default as CircleDollarSign } from './circle-dollar-sign';
|
|
380
380
|
export { default as CircleDotDashed } from './circle-dot-dashed';
|
|
@@ -386,9 +386,9 @@ export { default as CircleFadingArrowUp } from './circle-fading-arrow-up';
|
|
|
386
386
|
export { default as CircleFadingPlus } from './circle-fading-plus';
|
|
387
387
|
export { default as CircleGauge } from './circle-gauge';
|
|
388
388
|
export { default as CircleMinus } from './circle-minus';
|
|
389
|
-
export { default as CircleOff } from './circle-off';
|
|
390
389
|
export { default as CircleParkingOff } from './circle-parking-off';
|
|
391
390
|
export { default as CircleParking } from './circle-parking';
|
|
391
|
+
export { default as CircleOff } from './circle-off';
|
|
392
392
|
export { default as CirclePause } from './circle-pause';
|
|
393
393
|
export { default as CirclePercent } from './circle-percent';
|
|
394
394
|
export { default as CirclePile } from './circle-pile';
|
|
@@ -415,8 +415,8 @@ export { default as ClipboardCopy } from './clipboard-copy';
|
|
|
415
415
|
export { default as ClipboardList } from './clipboard-list';
|
|
416
416
|
export { default as ClipboardMinus } from './clipboard-minus';
|
|
417
417
|
export { default as ClipboardPaste } from './clipboard-paste';
|
|
418
|
-
export { default as ClipboardPen } from './clipboard-pen';
|
|
419
418
|
export { default as ClipboardPenLine } from './clipboard-pen-line';
|
|
419
|
+
export { default as ClipboardPen } from './clipboard-pen';
|
|
420
420
|
export { default as ClipboardPlus } from './clipboard-plus';
|
|
421
421
|
export { default as ClipboardType } from './clipboard-type';
|
|
422
422
|
export { default as ClipboardX } from './clipboard-x';
|
|
@@ -430,10 +430,10 @@ export { default as Clock3 } from './clock-3';
|
|
|
430
430
|
export { default as Clock4 } from './clock-4';
|
|
431
431
|
export { default as Clock5 } from './clock-5';
|
|
432
432
|
export { default as Clock6 } from './clock-6';
|
|
433
|
-
export { default as Clock8 } from './clock-8';
|
|
434
|
-
export { default as Clock9 } from './clock-9';
|
|
435
433
|
export { default as Clock7 } from './clock-7';
|
|
434
|
+
export { default as Clock8 } from './clock-8';
|
|
436
435
|
export { default as ClockAlert } from './clock-alert';
|
|
436
|
+
export { default as Clock9 } from './clock-9';
|
|
437
437
|
export { default as ClockArrowDown } from './clock-arrow-down';
|
|
438
438
|
export { default as ClockArrowLeft } from './clock-arrow-left';
|
|
439
439
|
export { default as ClockArrowRight } from './clock-arrow-right';
|
|
@@ -443,8 +443,8 @@ export { default as ClockFading } from './clock-fading';
|
|
|
443
443
|
export { default as ClockPlus } from './clock-plus';
|
|
444
444
|
export { default as Clock } from './clock';
|
|
445
445
|
export { default as ClosedCaption } from './closed-caption';
|
|
446
|
-
export { default as CloudAlert } from './cloud-alert';
|
|
447
446
|
export { default as CloudBackup } from './cloud-backup';
|
|
447
|
+
export { default as CloudAlert } from './cloud-alert';
|
|
448
448
|
export { default as CloudCheck } from './cloud-check';
|
|
449
449
|
export { default as CloudCog } from './cloud-cog';
|
|
450
450
|
export { default as CloudDownload } from './cloud-download';
|
|
@@ -458,8 +458,8 @@ export { default as CloudOff } from './cloud-off';
|
|
|
458
458
|
export { default as CloudRainWind } from './cloud-rain-wind';
|
|
459
459
|
export { default as CloudRain } from './cloud-rain';
|
|
460
460
|
export { default as CloudSnow } from './cloud-snow';
|
|
461
|
-
export { default as CloudSunRain } from './cloud-sun-rain';
|
|
462
461
|
export { default as CloudSun } from './cloud-sun';
|
|
462
|
+
export { default as CloudSunRain } from './cloud-sun-rain';
|
|
463
463
|
export { default as CloudSync } from './cloud-sync';
|
|
464
464
|
export { default as CloudUpload } from './cloud-upload';
|
|
465
465
|
export { default as Cloud } from './cloud';
|
|
@@ -484,8 +484,8 @@ export { default as ConciergeBell } from './concierge-bell';
|
|
|
484
484
|
export { default as Cone } from './cone';
|
|
485
485
|
export { default as Construction } from './construction';
|
|
486
486
|
export { default as ContactRound } from './contact-round';
|
|
487
|
-
export { default as Container } from './container';
|
|
488
487
|
export { default as Contact } from './contact';
|
|
488
|
+
export { default as Container } from './container';
|
|
489
489
|
export { default as Contrast } from './contrast';
|
|
490
490
|
export { default as Cookie } from './cookie';
|
|
491
491
|
export { default as CookingPot } from './cooking-pot';
|
|
@@ -499,14 +499,17 @@ export { default as Copyleft } from './copyleft';
|
|
|
499
499
|
export { default as Copyright } from './copyright';
|
|
500
500
|
export { default as CornerDownLeft } from './corner-down-left';
|
|
501
501
|
export { default as CornerDownRight } from './corner-down-right';
|
|
502
|
-
export { default as CornerLeftUp } from './corner-left-up';
|
|
503
502
|
export { default as CornerLeftDown } from './corner-left-down';
|
|
503
|
+
export { default as CornerLeftUp } from './corner-left-up';
|
|
504
504
|
export { default as CornerRightDown } from './corner-right-down';
|
|
505
505
|
export { default as CornerRightUp } from './corner-right-up';
|
|
506
506
|
export { default as CornerUpLeft } from './corner-up-left';
|
|
507
507
|
export { default as CornerUpRight } from './corner-up-right';
|
|
508
508
|
export { default as Cpu } from './cpu';
|
|
509
509
|
export { default as CreativeCommons } from './creative-commons';
|
|
510
|
+
export { default as CreditCardCheck } from './credit-card-check';
|
|
511
|
+
export { default as CreditCardMinus } from './credit-card-minus';
|
|
512
|
+
export { default as CreditCardX } from './credit-card-x';
|
|
510
513
|
export { default as CreditCard } from './credit-card';
|
|
511
514
|
export { default as Croissant } from './croissant';
|
|
512
515
|
export { default as Crop } from './crop';
|
|
@@ -516,8 +519,8 @@ export { default as Crown } from './crown';
|
|
|
516
519
|
export { default as Cuboid } from './cuboid';
|
|
517
520
|
export { default as CupSoda } from './cup-soda';
|
|
518
521
|
export { default as Currency } from './currency';
|
|
519
|
-
export { default as Cylinder } from './cylinder';
|
|
520
522
|
export { default as Dam } from './dam';
|
|
523
|
+
export { default as Cylinder } from './cylinder';
|
|
521
524
|
export { default as DatabaseArrowDown } from './database-arrow-down';
|
|
522
525
|
export { default as DatabaseArrowUp } from './database-arrow-up';
|
|
523
526
|
export { default as DatabaseBackup } from './database-backup';
|
|
@@ -534,16 +537,16 @@ export { default as Delete } from './delete';
|
|
|
534
537
|
export { default as Dessert } from './dessert';
|
|
535
538
|
export { default as Diameter } from './diameter';
|
|
536
539
|
export { default as DiamondMinus } from './diamond-minus';
|
|
537
|
-
export { default as DiamondPlus } from './diamond-plus';
|
|
538
540
|
export { default as DiamondPercent } from './diamond-percent';
|
|
541
|
+
export { default as DiamondPlus } from './diamond-plus';
|
|
539
542
|
export { default as Diamond } from './diamond';
|
|
540
543
|
export { default as Dice1 } from './dice-1';
|
|
541
544
|
export { default as Dice2 } from './dice-2';
|
|
542
545
|
export { default as Dice3 } from './dice-3';
|
|
543
546
|
export { default as Dice4 } from './dice-4';
|
|
544
547
|
export { default as Dice5 } from './dice-5';
|
|
545
|
-
export { default as Dices } from './dices';
|
|
546
548
|
export { default as Dice6 } from './dice-6';
|
|
549
|
+
export { default as Dices } from './dices';
|
|
547
550
|
export { default as Diff } from './diff';
|
|
548
551
|
export { default as Disc2 } from './disc-2';
|
|
549
552
|
export { default as Disc3 } from './disc-3';
|
|
@@ -606,13 +609,13 @@ export { default as FaceSlightlySmiling } from './face-slightly-smiling';
|
|
|
606
609
|
export { default as Factory } from './factory';
|
|
607
610
|
export { default as Fan } from './fan';
|
|
608
611
|
export { default as FastForward } from './fast-forward';
|
|
609
|
-
export { default as Feather } from './feather';
|
|
610
612
|
export { default as Fence } from './fence';
|
|
613
|
+
export { default as Feather } from './feather';
|
|
611
614
|
export { default as FerrisWheel } from './ferris-wheel';
|
|
612
615
|
export { default as FileArchive } from './file-archive';
|
|
613
616
|
export { default as FileAxis3d } from './file-axis-3d';
|
|
614
|
-
export { default as FileBadge } from './file-badge';
|
|
615
617
|
export { default as FileBox } from './file-box';
|
|
618
|
+
export { default as FileBadge } from './file-badge';
|
|
616
619
|
export { default as FileBracesCorner } from './file-braces-corner';
|
|
617
620
|
export { default as FileBraces } from './file-braces';
|
|
618
621
|
export { default as FileChartColumnIncreasing } from './file-chart-column-increasing';
|
|
@@ -620,8 +623,8 @@ export { default as FileChartColumn } from './file-chart-column';
|
|
|
620
623
|
export { default as FileChartLine } from './file-chart-line';
|
|
621
624
|
export { default as FileChartPie } from './file-chart-pie';
|
|
622
625
|
export { default as FileCheckCorner } from './file-check-corner';
|
|
623
|
-
export { default as FileClock } from './file-clock';
|
|
624
626
|
export { default as FileCheck } from './file-check';
|
|
627
|
+
export { default as FileClock } from './file-clock';
|
|
625
628
|
export { default as FileCodeCorner } from './file-code-corner';
|
|
626
629
|
export { default as FileCode } from './file-code';
|
|
627
630
|
export { default as FileCog } from './file-cog';
|
|
@@ -645,8 +648,8 @@ export { default as FilePlay } from './file-play';
|
|
|
645
648
|
export { default as FilePlusCorner } from './file-plus-corner';
|
|
646
649
|
export { default as FilePlus } from './file-plus';
|
|
647
650
|
export { default as FileQuestionMark } from './file-question-mark';
|
|
648
|
-
export { default as FileScan } from './file-scan';
|
|
649
651
|
export { default as FileSearchCorner } from './file-search-corner';
|
|
652
|
+
export { default as FileScan } from './file-scan';
|
|
650
653
|
export { default as FileSearch } from './file-search';
|
|
651
654
|
export { default as FileSignal } from './file-signal';
|
|
652
655
|
export { default as FileSliders } from './file-sliders';
|
|
@@ -678,8 +681,8 @@ export { default as FlagTriangleLeft } from './flag-triangle-left';
|
|
|
678
681
|
export { default as FlagTriangleRight } from './flag-triangle-right';
|
|
679
682
|
export { default as Flag } from './flag';
|
|
680
683
|
export { default as FlameKindling } from './flame-kindling';
|
|
681
|
-
export { default as Flame } from './flame';
|
|
682
684
|
export { default as FlashlightOff } from './flashlight-off';
|
|
685
|
+
export { default as Flame } from './flame';
|
|
683
686
|
export { default as Flashlight } from './flashlight';
|
|
684
687
|
export { default as FlaskConicalOff } from './flask-conical-off';
|
|
685
688
|
export { default as FlaskConical } from './flask-conical';
|
|
@@ -689,8 +692,8 @@ export { default as FlipVertical2 } from './flip-vertical-2';
|
|
|
689
692
|
export { default as Flower2 } from './flower-2';
|
|
690
693
|
export { default as Flower } from './flower';
|
|
691
694
|
export { default as Focus } from './focus';
|
|
692
|
-
export { default as FoldVertical } from './fold-vertical';
|
|
693
695
|
export { default as FoldHorizontal } from './fold-horizontal';
|
|
696
|
+
export { default as FoldVertical } from './fold-vertical';
|
|
694
697
|
export { default as FolderArchive } from './folder-archive';
|
|
695
698
|
export { default as FolderBookmark } from './folder-bookmark';
|
|
696
699
|
export { default as FolderCheck } from './folder-check';
|
|
@@ -702,16 +705,16 @@ export { default as FolderDot } from './folder-dot';
|
|
|
702
705
|
export { default as FolderDown } from './folder-down';
|
|
703
706
|
export { default as FolderGit2 } from './folder-git-2';
|
|
704
707
|
export { default as FolderGit } from './folder-git';
|
|
705
|
-
export { default as FolderInput } from './folder-input';
|
|
706
708
|
export { default as FolderHeart } from './folder-heart';
|
|
707
709
|
export { default as FolderKanban } from './folder-kanban';
|
|
710
|
+
export { default as FolderInput } from './folder-input';
|
|
708
711
|
export { default as FolderKey } from './folder-key';
|
|
709
712
|
export { default as FolderLock } from './folder-lock';
|
|
710
713
|
export { default as FolderMinus } from './folder-minus';
|
|
711
714
|
export { default as FolderOpenDot } from './folder-open-dot';
|
|
712
715
|
export { default as FolderOpen } from './folder-open';
|
|
713
|
-
export { default as FolderOutput } from './folder-output';
|
|
714
716
|
export { default as FolderPen } from './folder-pen';
|
|
717
|
+
export { default as FolderOutput } from './folder-output';
|
|
715
718
|
export { default as FolderPlus } from './folder-plus';
|
|
716
719
|
export { default as FolderRoot } from './folder-root';
|
|
717
720
|
export { default as FolderSearch2 } from './folder-search-2';
|
|
@@ -723,37 +726,37 @@ export { default as FolderUp } from './folder-up';
|
|
|
723
726
|
export { default as FolderX } from './folder-x';
|
|
724
727
|
export { default as Folder } from './folder';
|
|
725
728
|
export { default as Folders } from './folders';
|
|
726
|
-
export { default as Footprints } from './footprints';
|
|
727
729
|
export { default as Forklift } from './forklift';
|
|
730
|
+
export { default as Footprints } from './footprints';
|
|
728
731
|
export { default as Form } from './form';
|
|
729
732
|
export { default as Forward } from './forward';
|
|
730
733
|
export { default as Frame } from './frame';
|
|
731
734
|
export { default as Fuel } from './fuel';
|
|
732
|
-
export { default as FunnelPlus } from './funnel-plus';
|
|
733
735
|
export { default as Fullscreen } from './fullscreen';
|
|
734
736
|
export { default as FunnelX } from './funnel-x';
|
|
737
|
+
export { default as FunnelPlus } from './funnel-plus';
|
|
735
738
|
export { default as Funnel } from './funnel';
|
|
736
739
|
export { default as Galaxy } from './galaxy';
|
|
737
740
|
export { default as GalleryHorizontalEnd } from './gallery-horizontal-end';
|
|
738
741
|
export { default as GalleryHorizontal } from './gallery-horizontal';
|
|
739
|
-
export { default as GalleryVerticalEnd } from './gallery-vertical-end';
|
|
740
742
|
export { default as GalleryThumbnails } from './gallery-thumbnails';
|
|
743
|
+
export { default as GalleryVerticalEnd } from './gallery-vertical-end';
|
|
741
744
|
export { default as GalleryVertical } from './gallery-vertical';
|
|
742
745
|
export { default as Gamepad2 } from './gamepad-2';
|
|
743
746
|
export { default as GamepadDirectional } from './gamepad-directional';
|
|
744
747
|
export { default as Gamepad } from './gamepad';
|
|
745
748
|
export { default as Gauge } from './gauge';
|
|
746
749
|
export { default as Gavel } from './gavel';
|
|
747
|
-
export { default as Gem } from './gem';
|
|
748
750
|
export { default as GeorgianLari } from './georgian-lari';
|
|
751
|
+
export { default as Gem } from './gem';
|
|
749
752
|
export { default as Ghost } from './ghost';
|
|
750
753
|
export { default as Gift } from './gift';
|
|
751
754
|
export { default as GitBranchMinus } from './git-branch-minus';
|
|
752
|
-
export { default as GitBranchPlus } from './git-branch-plus';
|
|
753
755
|
export { default as GitBranch } from './git-branch';
|
|
756
|
+
export { default as GitBranchPlus } from './git-branch-plus';
|
|
754
757
|
export { default as GitCommitHorizontal } from './git-commit-horizontal';
|
|
755
|
-
export { default as GitCommitVertical } from './git-commit-vertical';
|
|
756
758
|
export { default as GitCompareArrows } from './git-compare-arrows';
|
|
759
|
+
export { default as GitCommitVertical } from './git-commit-vertical';
|
|
757
760
|
export { default as GitCompare } from './git-compare';
|
|
758
761
|
export { default as GitFork } from './git-fork';
|
|
759
762
|
export { default as GitGraph } from './git-graph';
|
|
@@ -762,20 +765,20 @@ export { default as GitMerge } from './git-merge';
|
|
|
762
765
|
export { default as GitPullRequestArrow } from './git-pull-request-arrow';
|
|
763
766
|
export { default as GitPullRequestClosed } from './git-pull-request-closed';
|
|
764
767
|
export { default as GitPullRequestCreateArrow } from './git-pull-request-create-arrow';
|
|
765
|
-
export { default as GitPullRequestCreate } from './git-pull-request-create';
|
|
766
768
|
export { default as GitPullRequestDraft } from './git-pull-request-draft';
|
|
769
|
+
export { default as GitPullRequestCreate } from './git-pull-request-create';
|
|
767
770
|
export { default as GitPullRequest } from './git-pull-request';
|
|
768
771
|
export { default as GlassWater } from './glass-water';
|
|
769
|
-
export { default as Glasses } from './glasses';
|
|
770
772
|
export { default as GlobeCheck } from './globe-check';
|
|
773
|
+
export { default as Glasses } from './glasses';
|
|
771
774
|
export { default as GlobeLock } from './globe-lock';
|
|
772
775
|
export { default as GlobeOff } from './globe-off';
|
|
773
776
|
export { default as GlobeX } from './globe-x';
|
|
774
777
|
export { default as Globe } from './globe';
|
|
775
|
-
export { default as Goal } from './goal';
|
|
776
778
|
export { default as Gpu } from './gpu';
|
|
777
|
-
export { default as
|
|
779
|
+
export { default as Goal } from './goal';
|
|
778
780
|
export { default as Grape } from './grape';
|
|
781
|
+
export { default as GraduationCap } from './graduation-cap';
|
|
779
782
|
export { default as Grid2x2Check } from './grid-2x2-check';
|
|
780
783
|
export { default as Grid2x2Plus } from './grid-2x2-plus';
|
|
781
784
|
export { default as Grid2x2X } from './grid-2x2-x';
|
|
@@ -791,26 +794,26 @@ export { default as Ham } from './ham';
|
|
|
791
794
|
export { default as Hamburger } from './hamburger';
|
|
792
795
|
export { default as Hammer } from './hammer';
|
|
793
796
|
export { default as HandCoins } from './hand-coins';
|
|
794
|
-
export { default as HandGrab } from './hand-grab';
|
|
795
797
|
export { default as HandFist } from './hand-fist';
|
|
796
798
|
export { default as HandHeart } from './hand-heart';
|
|
799
|
+
export { default as HandGrab } from './hand-grab';
|
|
797
800
|
export { default as HandHelping } from './hand-helping';
|
|
798
|
-
export { default as HandPlatter } from './hand-platter';
|
|
799
801
|
export { default as HandMetal } from './hand-metal';
|
|
802
|
+
export { default as HandPlatter } from './hand-platter';
|
|
800
803
|
export { default as Hand } from './hand';
|
|
801
804
|
export { default as Handbag } from './handbag';
|
|
802
|
-
export { default as Handshake } from './handshake';
|
|
803
805
|
export { default as HardDriveDownload } from './hard-drive-download';
|
|
806
|
+
export { default as Handshake } from './handshake';
|
|
804
807
|
export { default as HardDriveUpload } from './hard-drive-upload';
|
|
805
|
-
export { default as HardHat } from './hard-hat';
|
|
806
808
|
export { default as HardDrive } from './hard-drive';
|
|
809
|
+
export { default as HardHat } from './hard-hat';
|
|
807
810
|
export { default as Hash } from './hash';
|
|
808
811
|
export { default as HatGlasses } from './hat-glasses';
|
|
809
812
|
export { default as Haze } from './haze';
|
|
810
|
-
export { default as HdmiPort } from './hdmi-port';
|
|
811
813
|
export { default as Hd } from './hd';
|
|
812
|
-
export { default as
|
|
814
|
+
export { default as HdmiPort } from './hdmi-port';
|
|
813
815
|
export { default as Heading2 } from './heading-2';
|
|
816
|
+
export { default as Heading1 } from './heading-1';
|
|
814
817
|
export { default as Heading3 } from './heading-3';
|
|
815
818
|
export { default as Heading4 } from './heading-4';
|
|
816
819
|
export { default as Heading5 } from './heading-5';
|
|
@@ -820,8 +823,8 @@ export { default as HeadphoneOff } from './headphone-off';
|
|
|
820
823
|
export { default as Headphones } from './headphones';
|
|
821
824
|
export { default as Headset } from './headset';
|
|
822
825
|
export { default as HeartCrack } from './heart-crack';
|
|
823
|
-
export { default as HeartMinus } from './heart-minus';
|
|
824
826
|
export { default as HeartHandshake } from './heart-handshake';
|
|
827
|
+
export { default as HeartMinus } from './heart-minus';
|
|
825
828
|
export { default as HeartOff } from './heart-off';
|
|
826
829
|
export { default as HeartPlus } from './heart-plus';
|
|
827
830
|
export { default as HeartPulse } from './heart-pulse';
|
|
@@ -832,17 +835,17 @@ export { default as Helicopter } from './helicopter';
|
|
|
832
835
|
export { default as Hexagon } from './hexagon';
|
|
833
836
|
export { default as Highlighter } from './highlighter';
|
|
834
837
|
export { default as HopOff } from './hop-off';
|
|
835
|
-
export { default as Hop } from './hop';
|
|
836
838
|
export { default as Hospital } from './hospital';
|
|
837
839
|
export { default as Hotel } from './hotel';
|
|
840
|
+
export { default as Hop } from './hop';
|
|
838
841
|
export { default as Hourglass } from './hourglass';
|
|
839
842
|
export { default as HouseHeart } from './house-heart';
|
|
840
843
|
export { default as HousePlug } from './house-plug';
|
|
841
844
|
export { default as HousePlus } from './house-plus';
|
|
842
845
|
export { default as HouseWifi } from './house-wifi';
|
|
843
846
|
export { default as House } from './house';
|
|
844
|
-
export { default as IceCreamBowl } from './ice-cream-bowl';
|
|
845
847
|
export { default as IceCreamCone } from './ice-cream-cone';
|
|
848
|
+
export { default as IceCreamBowl } from './ice-cream-bowl';
|
|
846
849
|
export { default as IdCardLanyard } from './id-card-lanyard';
|
|
847
850
|
export { default as IdCard } from './id-card';
|
|
848
851
|
export { default as ImageDown } from './image-down';
|
|
@@ -861,25 +864,25 @@ export { default as Infinity } from './infinity';
|
|
|
861
864
|
export { default as Info } from './info';
|
|
862
865
|
export { default as InspectionPanel } from './inspection-panel';
|
|
863
866
|
export { default as Italic } from './italic';
|
|
864
|
-
export { default as IterationCw } from './iteration-cw';
|
|
865
867
|
export { default as IterationCcw } from './iteration-ccw';
|
|
866
|
-
export { default as
|
|
868
|
+
export { default as IterationCw } from './iteration-cw';
|
|
867
869
|
export { default as JapaneseYen } from './japanese-yen';
|
|
870
|
+
export { default as Joystick } from './joystick';
|
|
868
871
|
export { default as Kanban } from './kanban';
|
|
869
872
|
export { default as Kayak } from './kayak';
|
|
870
873
|
export { default as KeyRound } from './key-round';
|
|
871
874
|
export { default as KeySquare } from './key-square';
|
|
872
875
|
export { default as Key } from './key';
|
|
873
876
|
export { default as KeyboardMusic } from './keyboard-music';
|
|
874
|
-
export { default as KeyboardOff } from './keyboard-off';
|
|
875
877
|
export { default as Keyboard } from './keyboard';
|
|
878
|
+
export { default as KeyboardOff } from './keyboard-off';
|
|
876
879
|
export { default as LampCeiling } from './lamp-ceiling';
|
|
877
880
|
export { default as LampDesk } from './lamp-desk';
|
|
878
|
-
export { default as LampFloor } from './lamp-floor';
|
|
879
881
|
export { default as LampWallDown } from './lamp-wall-down';
|
|
880
|
-
export { default as
|
|
882
|
+
export { default as LampFloor } from './lamp-floor';
|
|
881
883
|
export { default as Lamp } from './lamp';
|
|
882
884
|
export { default as LandPlot } from './land-plot';
|
|
885
|
+
export { default as LampWallUp } from './lamp-wall-up';
|
|
883
886
|
export { default as Landmark } from './landmark';
|
|
884
887
|
export { default as Languages } from './languages';
|
|
885
888
|
export { default as LaptopMinimalCheck } from './laptop-minimal-check';
|
|
@@ -895,16 +898,16 @@ export { default as LayersArrowUp } from './layers-arrow-up';
|
|
|
895
898
|
export { default as LayersMinus } from './layers-minus';
|
|
896
899
|
export { default as LayersPlus } from './layers-plus';
|
|
897
900
|
export { default as Layers } from './layers';
|
|
901
|
+
export { default as LayoutGrid } from './layout-grid';
|
|
898
902
|
export { default as LayoutDashboard } from './layout-dashboard';
|
|
899
903
|
export { default as LayoutFreeform } from './layout-freeform';
|
|
900
|
-
export { default as LayoutGrid } from './layout-grid';
|
|
901
904
|
export { default as LayoutList } from './layout-list';
|
|
902
905
|
export { default as LayoutPanelLeft } from './layout-panel-left';
|
|
903
906
|
export { default as LayoutPanelTop } from './layout-panel-top';
|
|
904
907
|
export { default as LayoutTemplate } from './layout-template';
|
|
905
908
|
export { default as Leaf } from './leaf';
|
|
906
|
-
export { default as LeafyGreen } from './leafy-green';
|
|
907
909
|
export { default as Lectern } from './lectern';
|
|
910
|
+
export { default as LeafyGreen } from './leafy-green';
|
|
908
911
|
export { default as LensConcave } from './lens-concave';
|
|
909
912
|
export { default as LensConvex } from './lens-convex';
|
|
910
913
|
export { default as LibraryBig } from './library-big';
|
|
@@ -914,9 +917,9 @@ export { default as Ligature } from './ligature';
|
|
|
914
917
|
export { default as LightbulbOff } from './lightbulb-off';
|
|
915
918
|
export { default as Lightbulb } from './lightbulb';
|
|
916
919
|
export { default as LineDotRightHorizontal } from './line-dot-right-horizontal';
|
|
920
|
+
export { default as LineSquiggle } from './line-squiggle';
|
|
917
921
|
export { default as LineStyle } from './line-style';
|
|
918
922
|
export { default as Link2Off } from './link-2-off';
|
|
919
|
-
export { default as LineSquiggle } from './line-squiggle';
|
|
920
923
|
export { default as Link2 } from './link-2';
|
|
921
924
|
export { default as Link } from './link';
|
|
922
925
|
export { default as ListCheck } from './list-check';
|
|
@@ -944,8 +947,8 @@ export { default as ListVideo } from './list-video';
|
|
|
944
947
|
export { default as ListX } from './list-x';
|
|
945
948
|
export { default as List } from './list';
|
|
946
949
|
export { default as LoaderCircle } from './loader-circle';
|
|
947
|
-
export { default as Loader } from './loader';
|
|
948
950
|
export { default as LoaderPinwheel } from './loader-pinwheel';
|
|
951
|
+
export { default as Loader } from './loader';
|
|
949
952
|
export { default as LocateFixed } from './locate-fixed';
|
|
950
953
|
export { default as LocateOff } from './locate-off';
|
|
951
954
|
export { default as Locate } from './locate';
|
|
@@ -953,8 +956,8 @@ export { default as LockKeyholeOpen } from './lock-keyhole-open';
|
|
|
953
956
|
export { default as LockKeyhole } from './lock-keyhole';
|
|
954
957
|
export { default as LockOpen } from './lock-open';
|
|
955
958
|
export { default as Lock } from './lock';
|
|
956
|
-
export { default as LogIn } from './log-in';
|
|
957
959
|
export { default as LogOut } from './log-out';
|
|
960
|
+
export { default as LogIn } from './log-in';
|
|
958
961
|
export { default as Logs } from './logs';
|
|
959
962
|
export { default as Lollipop } from './lollipop';
|
|
960
963
|
export { default as Luggage } from './luggage';
|
|
@@ -965,51 +968,52 @@ export { default as MailClock } from './mail-clock';
|
|
|
965
968
|
export { default as MailMinus } from './mail-minus';
|
|
966
969
|
export { default as MailOpen } from './mail-open';
|
|
967
970
|
export { default as MailPlus } from './mail-plus';
|
|
971
|
+
export { default as MailQuestionMark } from './mail-question-mark';
|
|
968
972
|
export { default as MailSearch } from './mail-search';
|
|
969
973
|
export { default as MailWarning } from './mail-warning';
|
|
970
|
-
export { default as MailQuestionMark } from './mail-question-mark';
|
|
971
974
|
export { default as MailX } from './mail-x';
|
|
972
975
|
export { default as Mail } from './mail';
|
|
973
976
|
export { default as Mailbox } from './mailbox';
|
|
974
|
-
export { default as Mails } from './mails';
|
|
975
977
|
export { default as MapMinus } from './map-minus';
|
|
976
978
|
export { default as MapPinCheckInside } from './map-pin-check-inside';
|
|
979
|
+
export { default as Mails } from './mails';
|
|
977
980
|
export { default as MapPinCheck } from './map-pin-check';
|
|
978
981
|
export { default as MapPinHouse } from './map-pin-house';
|
|
979
982
|
export { default as MapPinMinusInside } from './map-pin-minus-inside';
|
|
980
|
-
export { default as MapPinMinus } from './map-pin-minus';
|
|
981
983
|
export { default as MapPinOff } from './map-pin-off';
|
|
984
|
+
export { default as MapPinMinus } from './map-pin-minus';
|
|
982
985
|
export { default as MapPinPen } from './map-pin-pen';
|
|
983
986
|
export { default as MapPinPlusInside } from './map-pin-plus-inside';
|
|
984
987
|
export { default as MapPinPlus } from './map-pin-plus';
|
|
985
988
|
export { default as MapPinSearch } from './map-pin-search';
|
|
986
989
|
export { default as MapPinXInside } from './map-pin-x-inside';
|
|
987
990
|
export { default as MapPinX } from './map-pin-x';
|
|
988
|
-
export { default as MapPinned } from './map-pinned';
|
|
989
991
|
export { default as MapPin } from './map-pin';
|
|
992
|
+
export { default as MapPinned } from './map-pinned';
|
|
990
993
|
export { default as MapPlus } from './map-plus';
|
|
991
994
|
export { default as Map } from './map';
|
|
992
|
-
export { default as Mars } from './mars';
|
|
993
995
|
export { default as MarsStroke } from './mars-stroke';
|
|
996
|
+
export { default as Mars } from './mars';
|
|
994
997
|
export { default as Martini } from './martini';
|
|
995
998
|
export { default as Maximize2 } from './maximize-2';
|
|
996
999
|
export { default as Maximize } from './maximize';
|
|
997
1000
|
export { default as Medal } from './medal';
|
|
998
1001
|
export { default as Megaphone } from './megaphone';
|
|
999
1002
|
export { default as MegaphoneOff } from './megaphone-off';
|
|
1000
|
-
export { default as MemoryStick } from './memory-stick';
|
|
1001
1003
|
export { default as Menu } from './menu';
|
|
1004
|
+
export { default as MemoryStick } from './memory-stick';
|
|
1002
1005
|
export { default as Merge } from './merge';
|
|
1003
|
-
export { default as MessageCircleCheck } from './message-circle-check';
|
|
1004
1006
|
export { default as MessageCircleCode } from './message-circle-code';
|
|
1007
|
+
export { default as MessageCircleCheck } from './message-circle-check';
|
|
1005
1008
|
export { default as MessageCircleDashed } from './message-circle-dashed';
|
|
1009
|
+
export { default as MessageCircleDashedCheck } from './message-circle-dashed-check';
|
|
1006
1010
|
export { default as MessageCircleHeart } from './message-circle-heart';
|
|
1007
1011
|
export { default as MessageCircleMore } from './message-circle-more';
|
|
1008
|
-
export { default as MessageCircleOff } from './message-circle-off';
|
|
1009
1012
|
export { default as MessageCirclePlus } from './message-circle-plus';
|
|
1013
|
+
export { default as MessageCircleOff } from './message-circle-off';
|
|
1010
1014
|
export { default as MessageCircleQuestionMark } from './message-circle-question-mark';
|
|
1011
|
-
export { default as MessageCircleReply } from './message-circle-reply';
|
|
1012
1015
|
export { default as MessageCircleWarning } from './message-circle-warning';
|
|
1016
|
+
export { default as MessageCircleReply } from './message-circle-reply';
|
|
1013
1017
|
export { default as MessageCircleX } from './message-circle-x';
|
|
1014
1018
|
export { default as MessageCircle } from './message-circle';
|
|
1015
1019
|
export { default as MessageSquareCheck } from './message-square-check';
|
|
@@ -1017,12 +1021,12 @@ export { default as MessageSquareCode } from './message-square-code';
|
|
|
1017
1021
|
export { default as MessageSquareDashed } from './message-square-dashed';
|
|
1018
1022
|
export { default as MessageSquareDiff } from './message-square-diff';
|
|
1019
1023
|
export { default as MessageSquareDot } from './message-square-dot';
|
|
1020
|
-
export { default as MessageSquareLock } from './message-square-lock';
|
|
1021
1024
|
export { default as MessageSquareHeart } from './message-square-heart';
|
|
1025
|
+
export { default as MessageSquareLock } from './message-square-lock';
|
|
1022
1026
|
export { default as MessageSquareMore } from './message-square-more';
|
|
1023
1027
|
export { default as MessageSquareOff } from './message-square-off';
|
|
1024
|
-
export { default as MessageSquareQuote } from './message-square-quote';
|
|
1025
1028
|
export { default as MessageSquarePlus } from './message-square-plus';
|
|
1029
|
+
export { default as MessageSquareQuote } from './message-square-quote';
|
|
1026
1030
|
export { default as MessageSquareReply } from './message-square-reply';
|
|
1027
1031
|
export { default as MessageSquareShare } from './message-square-share';
|
|
1028
1032
|
export { default as MessageSquareText } from './message-square-text';
|
|
@@ -1030,18 +1034,18 @@ export { default as MessageSquareWarning } from './message-square-warning';
|
|
|
1030
1034
|
export { default as MessageSquareX } from './message-square-x';
|
|
1031
1035
|
export { default as MessageSquare } from './message-square';
|
|
1032
1036
|
export { default as MessagesSquare } from './messages-square';
|
|
1033
|
-
export { default as Metronome } from './metronome';
|
|
1034
1037
|
export { default as MicAudioLines } from './mic-audio-lines';
|
|
1035
|
-
export { default as
|
|
1038
|
+
export { default as Metronome } from './metronome';
|
|
1036
1039
|
export { default as MicOff } from './mic-off';
|
|
1040
|
+
export { default as MicSignal } from './mic-signal';
|
|
1037
1041
|
export { default as MicVocal } from './mic-vocal';
|
|
1038
1042
|
export { default as Mic } from './mic';
|
|
1039
1043
|
export { default as Microchip } from './microchip';
|
|
1040
1044
|
export { default as Microscope } from './microscope';
|
|
1041
1045
|
export { default as Microwave } from './microwave';
|
|
1042
1046
|
export { default as MidiPort } from './midi-port';
|
|
1043
|
-
export { default as Milestone } from './milestone';
|
|
1044
1047
|
export { default as MilkOff } from './milk-off';
|
|
1048
|
+
export { default as Milestone } from './milestone';
|
|
1045
1049
|
export { default as Milk } from './milk';
|
|
1046
1050
|
export { default as Minimize2 } from './minimize-2';
|
|
1047
1051
|
export { default as Minimize } from './minimize';
|
|
@@ -1054,24 +1058,24 @@ export { default as MonitorCog } from './monitor-cog';
|
|
|
1054
1058
|
export { default as MonitorDot } from './monitor-dot';
|
|
1055
1059
|
export { default as MonitorDown } from './monitor-down';
|
|
1056
1060
|
export { default as MonitorOff } from './monitor-off';
|
|
1057
|
-
export { default as MonitorPause } from './monitor-pause';
|
|
1058
1061
|
export { default as MonitorPlay } from './monitor-play';
|
|
1062
|
+
export { default as MonitorPause } from './monitor-pause';
|
|
1059
1063
|
export { default as MonitorSmartphone } from './monitor-smartphone';
|
|
1060
|
-
export { default as MonitorStop } from './monitor-stop';
|
|
1061
1064
|
export { default as MonitorSpeaker } from './monitor-speaker';
|
|
1065
|
+
export { default as MonitorStop } from './monitor-stop';
|
|
1062
1066
|
export { default as MonitorUp } from './monitor-up';
|
|
1063
1067
|
export { default as MonitorX } from './monitor-x';
|
|
1064
|
-
export { default as MoonStar } from './moon-star';
|
|
1065
1068
|
export { default as Monitor } from './monitor';
|
|
1066
1069
|
export { default as Moon } from './moon';
|
|
1070
|
+
export { default as MoonStar } from './moon-star';
|
|
1067
1071
|
export { default as MopSparkles } from './mop-sparkles';
|
|
1068
1072
|
export { default as Mop } from './mop';
|
|
1069
|
-
export { default as Mosque } from './mosque';
|
|
1070
|
-
export { default as Mountain } from './mountain';
|
|
1071
1073
|
export { default as Motorbike } from './motorbike';
|
|
1072
1074
|
export { default as MountainSnow } from './mountain-snow';
|
|
1073
|
-
export { default as
|
|
1075
|
+
export { default as Mosque } from './mosque';
|
|
1076
|
+
export { default as Mountain } from './mountain';
|
|
1074
1077
|
export { default as MouseOff } from './mouse-off';
|
|
1078
|
+
export { default as MouseLeft } from './mouse-left';
|
|
1075
1079
|
export { default as MousePointer2Off } from './mouse-pointer-2-off';
|
|
1076
1080
|
export { default as MousePointer2 } from './mouse-pointer-2';
|
|
1077
1081
|
export { default as MousePointerBan } from './mouse-pointer-ban';
|
|
@@ -1079,8 +1083,8 @@ export { default as MousePointerClick } from './mouse-pointer-click';
|
|
|
1079
1083
|
export { default as MousePointer } from './mouse-pointer';
|
|
1080
1084
|
export { default as MouseRight } from './mouse-right';
|
|
1081
1085
|
export { default as Mouse } from './mouse';
|
|
1082
|
-
export { default as Move3d } from './move-3d';
|
|
1083
1086
|
export { default as MoveDiagonal2 } from './move-diagonal-2';
|
|
1087
|
+
export { default as Move3d } from './move-3d';
|
|
1084
1088
|
export { default as MoveDiagonal } from './move-diagonal';
|
|
1085
1089
|
export { default as MoveDownLeft } from './move-down-left';
|
|
1086
1090
|
export { default as MoveDownRight } from './move-down-right';
|
|
@@ -1089,15 +1093,15 @@ export { default as MoveHorizontal } from './move-horizontal';
|
|
|
1089
1093
|
export { default as MoveLeft } from './move-left';
|
|
1090
1094
|
export { default as MoveRight } from './move-right';
|
|
1091
1095
|
export { default as MoveUpLeft } from './move-up-left';
|
|
1092
|
-
export { default as MoveUp } from './move-up';
|
|
1093
1096
|
export { default as MoveUpRight } from './move-up-right';
|
|
1094
|
-
export { default as
|
|
1097
|
+
export { default as MoveUp } from './move-up';
|
|
1095
1098
|
export { default as Move } from './move';
|
|
1099
|
+
export { default as MoveVertical } from './move-vertical';
|
|
1096
1100
|
export { default as Music2 } from './music-2';
|
|
1097
1101
|
export { default as Music3 } from './music-3';
|
|
1098
1102
|
export { default as Music4 } from './music-4';
|
|
1099
|
-
export { default as Music } from './music';
|
|
1100
1103
|
export { default as Navigation2Off } from './navigation-2-off';
|
|
1104
|
+
export { default as Music } from './music';
|
|
1101
1105
|
export { default as Navigation2 } from './navigation-2';
|
|
1102
1106
|
export { default as NavigationOff } from './navigation-off';
|
|
1103
1107
|
export { default as Navigation } from './navigation';
|
|
@@ -1109,17 +1113,17 @@ export { default as NonBinary } from './non-binary';
|
|
|
1109
1113
|
export { default as NotebookTabs } from './notebook-tabs';
|
|
1110
1114
|
export { default as NotebookText } from './notebook-text';
|
|
1111
1115
|
export { default as Notebook } from './notebook';
|
|
1112
|
-
export { default as NotepadText } from './notepad-text';
|
|
1113
1116
|
export { default as NotepadTextDashed } from './notepad-text-dashed';
|
|
1117
|
+
export { default as NotepadText } from './notepad-text';
|
|
1114
1118
|
export { default as NutOff } from './nut-off';
|
|
1115
1119
|
export { default as Nut } from './nut';
|
|
1116
|
-
export { default as OctagonMinus } from './octagon-minus';
|
|
1117
1120
|
export { default as OctagonAlert } from './octagon-alert';
|
|
1121
|
+
export { default as OctagonMinus } from './octagon-minus';
|
|
1118
1122
|
export { default as OctagonPause } from './octagon-pause';
|
|
1119
1123
|
export { default as OctagonX } from './octagon-x';
|
|
1120
1124
|
export { default as Octagon } from './octagon';
|
|
1121
|
-
export { default as Option } from './option';
|
|
1122
1125
|
export { default as Omega } from './omega';
|
|
1126
|
+
export { default as Option } from './option';
|
|
1123
1127
|
export { default as Orbit } from './orbit';
|
|
1124
1128
|
export { default as Origami } from './origami';
|
|
1125
1129
|
export { default as Package2 } from './package-2';
|
|
@@ -1128,25 +1132,25 @@ export { default as PackageMinus } from './package-minus';
|
|
|
1128
1132
|
export { default as PackageOpen } from './package-open';
|
|
1129
1133
|
export { default as PackagePlus } from './package-plus';
|
|
1130
1134
|
export { default as PackageSearch } from './package-search';
|
|
1131
|
-
export { default as Package } from './package';
|
|
1132
1135
|
export { default as PackageX } from './package-x';
|
|
1136
|
+
export { default as Package } from './package';
|
|
1133
1137
|
export { default as PaintBucket } from './paint-bucket';
|
|
1134
1138
|
export { default as PaintbrushVertical } from './paintbrush-vertical';
|
|
1135
|
-
export { default as PaintRoller } from './paint-roller';
|
|
1136
1139
|
export { default as Paintbrush } from './paintbrush';
|
|
1140
|
+
export { default as PaintRoller } from './paint-roller';
|
|
1137
1141
|
export { default as Palette } from './palette';
|
|
1138
|
-
export { default as Panda } from './panda';
|
|
1139
1142
|
export { default as PanelBottomClose } from './panel-bottom-close';
|
|
1143
|
+
export { default as Panda } from './panda';
|
|
1140
1144
|
export { default as PanelBottomDashed } from './panel-bottom-dashed';
|
|
1141
1145
|
export { default as PanelBottomOpen } from './panel-bottom-open';
|
|
1142
1146
|
export { default as PanelBottom } from './panel-bottom';
|
|
1143
1147
|
export { default as PanelLeftClose } from './panel-left-close';
|
|
1144
1148
|
export { default as PanelLeftDashed } from './panel-left-dashed';
|
|
1145
|
-
export { default as PanelLeftOpen } from './panel-left-open';
|
|
1146
1149
|
export { default as PanelLeftRightDashed } from './panel-left-right-dashed';
|
|
1150
|
+
export { default as PanelLeftOpen } from './panel-left-open';
|
|
1147
1151
|
export { default as PanelLeft } from './panel-left';
|
|
1148
|
-
export { default as PanelRightClose } from './panel-right-close';
|
|
1149
1152
|
export { default as PanelRightDashed } from './panel-right-dashed';
|
|
1153
|
+
export { default as PanelRightClose } from './panel-right-close';
|
|
1150
1154
|
export { default as PanelRightOpen } from './panel-right-open';
|
|
1151
1155
|
export { default as PanelRight } from './panel-right';
|
|
1152
1156
|
export { default as PanelTopBottomDashed } from './panel-top-bottom-dashed';
|
|
@@ -1166,8 +1170,8 @@ export { default as PartyPopper } from './party-popper';
|
|
|
1166
1170
|
export { default as Pause } from './pause';
|
|
1167
1171
|
export { default as PawPrint } from './paw-print';
|
|
1168
1172
|
export { default as PcCase } from './pc-case';
|
|
1169
|
-
export { default as PenLine } from './pen-line';
|
|
1170
1173
|
export { default as PenOff } from './pen-off';
|
|
1174
|
+
export { default as PenLine } from './pen-line';
|
|
1171
1175
|
export { default as PenTool } from './pen-tool';
|
|
1172
1176
|
export { default as Pen } from './pen';
|
|
1173
1177
|
export { default as PencilLine } from './pencil-line';
|
|
@@ -1182,33 +1186,36 @@ export { default as Phi } from './phi';
|
|
|
1182
1186
|
export { default as PhilippinePeso } from './philippine-peso';
|
|
1183
1187
|
export { default as PhoneCall } from './phone-call';
|
|
1184
1188
|
export { default as PhoneForwarded } from './phone-forwarded';
|
|
1189
|
+
export { default as PhoneMissed } from './phone-missed';
|
|
1185
1190
|
export { default as PhoneIncoming } from './phone-incoming';
|
|
1186
1191
|
export { default as PhoneOff } from './phone-off';
|
|
1187
|
-
export { default as PhoneMissed } from './phone-missed';
|
|
1188
1192
|
export { default as PhoneOutgoing } from './phone-outgoing';
|
|
1189
1193
|
export { default as Phone } from './phone';
|
|
1190
1194
|
export { default as Pi } from './pi';
|
|
1191
1195
|
export { default as Piano } from './piano';
|
|
1192
1196
|
export { default as Pickaxe } from './pickaxe';
|
|
1193
|
-
export { default as PictureInPicture2 } from './picture-in-picture-2';
|
|
1194
1197
|
export { default as PictureInPicture } from './picture-in-picture';
|
|
1195
|
-
export { default as
|
|
1198
|
+
export { default as PictureInPicture2 } from './picture-in-picture-2';
|
|
1196
1199
|
export { default as PilcrowLeft } from './pilcrow-left';
|
|
1200
|
+
export { default as PiggyBank } from './piggy-bank';
|
|
1197
1201
|
export { default as PilcrowRight } from './pilcrow-right';
|
|
1198
1202
|
export { default as Pilcrow } from './pilcrow';
|
|
1199
1203
|
export { default as PillBottle } from './pill-bottle';
|
|
1200
|
-
export { default as Pill } from './pill';
|
|
1201
1204
|
export { default as PinOff } from './pin-off';
|
|
1205
|
+
export { default as Pill } from './pill';
|
|
1202
1206
|
export { default as Pin } from './pin';
|
|
1203
|
-
export { default as Pizza } from './pizza';
|
|
1204
1207
|
export { default as Pipette } from './pipette';
|
|
1208
|
+
export { default as Pizza } from './pizza';
|
|
1205
1209
|
export { default as PlaneLanding } from './plane-landing';
|
|
1206
|
-
export { default as PlaneTakeoff } from './plane-takeoff';
|
|
1207
1210
|
export { default as Plane } from './plane';
|
|
1211
|
+
export { default as PlaneTakeoff } from './plane-takeoff';
|
|
1208
1212
|
export { default as PlayOff } from './play-off';
|
|
1209
1213
|
export { default as Play } from './play';
|
|
1210
|
-
export { default as
|
|
1214
|
+
export { default as PlayingCard } from './playing-card';
|
|
1215
|
+
export { default as PlayingCardsFan } from './playing-cards-fan';
|
|
1216
|
+
export { default as PlayingCards } from './playing-cards';
|
|
1211
1217
|
export { default as PlugZap } from './plug-zap';
|
|
1218
|
+
export { default as Plug2 } from './plug-2';
|
|
1212
1219
|
export { default as Plug } from './plug';
|
|
1213
1220
|
export { default as Plus } from './plus';
|
|
1214
1221
|
export { default as PocketKnife } from './pocket-knife';
|
|
@@ -1220,29 +1227,29 @@ export { default as Popsicle } from './popsicle';
|
|
|
1220
1227
|
export { default as PoundSterling } from './pound-sterling';
|
|
1221
1228
|
export { default as PowerOff } from './power-off';
|
|
1222
1229
|
export { default as Power } from './power';
|
|
1223
|
-
export { default as Presentation } from './presentation';
|
|
1224
1230
|
export { default as PrinterCheck } from './printer-check';
|
|
1231
|
+
export { default as Presentation } from './presentation';
|
|
1225
1232
|
export { default as PrinterX } from './printer-x';
|
|
1226
1233
|
export { default as Printer } from './printer';
|
|
1227
|
-
export { default as Projector } from './projector';
|
|
1228
1234
|
export { default as Proportions } from './proportions';
|
|
1229
|
-
export { default as
|
|
1235
|
+
export { default as Projector } from './projector';
|
|
1230
1236
|
export { default as Puzzle } from './puzzle';
|
|
1237
|
+
export { default as Pyramid } from './pyramid';
|
|
1231
1238
|
export { default as QrCode } from './qr-code';
|
|
1232
|
-
export { default as Rabbit } from './rabbit';
|
|
1233
1239
|
export { default as Quote } from './quote';
|
|
1240
|
+
export { default as Rabbit } from './rabbit';
|
|
1234
1241
|
export { default as Radar } from './radar';
|
|
1235
1242
|
export { default as Radiation } from './radiation';
|
|
1243
|
+
export { default as Radical } from './radical';
|
|
1236
1244
|
export { default as RadioOff } from './radio-off';
|
|
1237
1245
|
export { default as RadioReceiver } from './radio-receiver';
|
|
1238
|
-
export { default as Radical } from './radical';
|
|
1239
1246
|
export { default as RadioTower } from './radio-tower';
|
|
1240
1247
|
export { default as Radio } from './radio';
|
|
1241
1248
|
export { default as Radius } from './radius';
|
|
1242
|
-
export { default as Rainbow } from './rainbow';
|
|
1243
1249
|
export { default as Rat } from './rat';
|
|
1244
|
-
export { default as ReceiptCent } from './receipt-cent';
|
|
1245
1250
|
export { default as Ratio } from './ratio';
|
|
1251
|
+
export { default as Rainbow } from './rainbow';
|
|
1252
|
+
export { default as ReceiptCent } from './receipt-cent';
|
|
1246
1253
|
export { default as ReceiptEuro } from './receipt-euro';
|
|
1247
1254
|
export { default as ReceiptIndianRupee } from './receipt-indian-rupee';
|
|
1248
1255
|
export { default as ReceiptJapaneseYen } from './receipt-japanese-yen';
|
|
@@ -1250,19 +1257,19 @@ export { default as ReceiptPoundSterling } from './receipt-pound-sterling';
|
|
|
1250
1257
|
export { default as ReceiptRussianRuble } from './receipt-russian-ruble';
|
|
1251
1258
|
export { default as ReceiptSwissFranc } from './receipt-swiss-franc';
|
|
1252
1259
|
export { default as ReceiptText } from './receipt-text';
|
|
1253
|
-
export { default as ReceiptTurkishLira } from './receipt-turkish-lira';
|
|
1254
1260
|
export { default as Receipt } from './receipt';
|
|
1255
1261
|
export { default as RectangleCircle } from './rectangle-circle';
|
|
1262
|
+
export { default as ReceiptTurkishLira } from './receipt-turkish-lira';
|
|
1256
1263
|
export { default as RectangleEllipsis } from './rectangle-ellipsis';
|
|
1257
1264
|
export { default as RectangleGoggles } from './rectangle-goggles';
|
|
1258
1265
|
export { default as RectangleHorizontal } from './rectangle-horizontal';
|
|
1259
|
-
export { default as RectangleVertical } from './rectangle-vertical';
|
|
1260
1266
|
export { default as Recycle } from './recycle';
|
|
1267
|
+
export { default as RectangleVertical } from './rectangle-vertical';
|
|
1261
1268
|
export { default as Redo2 } from './redo-2';
|
|
1262
1269
|
export { default as RedoDot } from './redo-dot';
|
|
1263
1270
|
export { default as Redo } from './redo';
|
|
1264
|
-
export { default as RefreshCcwDot } from './refresh-ccw-dot';
|
|
1265
1271
|
export { default as RefreshCcw } from './refresh-ccw';
|
|
1272
|
+
export { default as RefreshCcwDot } from './refresh-ccw-dot';
|
|
1266
1273
|
export { default as RefreshCwOff } from './refresh-cw-off';
|
|
1267
1274
|
export { default as RefreshCw } from './refresh-cw';
|
|
1268
1275
|
export { default as Refrigerator } from './refrigerator';
|
|
@@ -1270,16 +1277,17 @@ export { default as Regex } from './regex';
|
|
|
1270
1277
|
export { default as RemoveFormatting } from './remove-formatting';
|
|
1271
1278
|
export { default as Repeat1 } from './repeat-1';
|
|
1272
1279
|
export { default as Repeat2 } from './repeat-2';
|
|
1280
|
+
export { default as RepeatOff } from './repeat-off';
|
|
1273
1281
|
export { default as Repeat } from './repeat';
|
|
1274
1282
|
export { default as ReplaceAll } from './replace-all';
|
|
1275
|
-
export { default as RepeatOff } from './repeat-off';
|
|
1276
1283
|
export { default as Replace } from './replace';
|
|
1277
|
-
export { default as ReplyAll } from './reply-all';
|
|
1278
1284
|
export { default as Reply } from './reply';
|
|
1285
|
+
export { default as ReplyAll } from './reply-all';
|
|
1279
1286
|
export { default as Rewind } from './rewind';
|
|
1280
1287
|
export { default as Ribbon } from './ribbon';
|
|
1281
|
-
export { default as Road } from './road';
|
|
1282
1288
|
export { default as RobotArm } from './robot-arm';
|
|
1289
|
+
export { default as Road } from './road';
|
|
1290
|
+
export { default as RobotVacuum } from './robot-vacuum';
|
|
1283
1291
|
export { default as Rocket } from './rocket';
|
|
1284
1292
|
export { default as RockingChair } from './rocking-chair';
|
|
1285
1293
|
export { default as RollerCoaster } from './roller-coaster';
|
|
@@ -1287,15 +1295,15 @@ export { default as Rose } from './rose';
|
|
|
1287
1295
|
export { default as Rotate3d } from './rotate-3d';
|
|
1288
1296
|
export { default as RotateCcwClock } from './rotate-ccw-clock';
|
|
1289
1297
|
export { default as RotateCcwKey } from './rotate-ccw-key';
|
|
1290
|
-
export { default as RotateCcwSquare } from './rotate-ccw-square';
|
|
1291
1298
|
export { default as RotateCcw } from './rotate-ccw';
|
|
1299
|
+
export { default as RotateCcwSquare } from './rotate-ccw-square';
|
|
1292
1300
|
export { default as RotateCwFadingClock } from './rotate-cw-fading-clock';
|
|
1293
1301
|
export { default as RotateCw } from './rotate-cw';
|
|
1294
1302
|
export { default as RotateCwSquare } from './rotate-cw-square';
|
|
1303
|
+
export { default as Route } from './route';
|
|
1295
1304
|
export { default as RouteOff } from './route-off';
|
|
1296
1305
|
export { default as Router } from './router';
|
|
1297
1306
|
export { default as Rows2 } from './rows-2';
|
|
1298
|
-
export { default as Route } from './route';
|
|
1299
1307
|
export { default as Rows3 } from './rows-3';
|
|
1300
1308
|
export { default as Rows4 } from './rows-4';
|
|
1301
1309
|
export { default as Rss } from './rss';
|
|
@@ -1314,8 +1322,8 @@ export { default as SaveOff } from './save-off';
|
|
|
1314
1322
|
export { default as SavePen } from './save-pen';
|
|
1315
1323
|
export { default as SavePlus } from './save-plus';
|
|
1316
1324
|
export { default as Save } from './save';
|
|
1317
|
-
export { default as Scale } from './scale';
|
|
1318
1325
|
export { default as Scale3d } from './scale-3d';
|
|
1326
|
+
export { default as Scale } from './scale';
|
|
1319
1327
|
export { default as Scaling } from './scaling';
|
|
1320
1328
|
export { default as ScanBarcode } from './scan-barcode';
|
|
1321
1329
|
export { default as ScanBox } from './scan-box';
|
|
@@ -1327,21 +1335,21 @@ export { default as ScanQrCode } from './scan-qr-code';
|
|
|
1327
1335
|
export { default as ScanSearch } from './scan-search';
|
|
1328
1336
|
export { default as ScanSquare } from './scan-square';
|
|
1329
1337
|
export { default as ScanText } from './scan-text';
|
|
1330
|
-
export { default as School } from './school';
|
|
1331
1338
|
export { default as Scan } from './scan';
|
|
1339
|
+
export { default as School } from './school';
|
|
1332
1340
|
export { default as ScissorsLineDashed } from './scissors-line-dashed';
|
|
1333
1341
|
export { default as Scissors } from './scissors';
|
|
1334
1342
|
export { default as Scooter } from './scooter';
|
|
1335
1343
|
export { default as ScreenShareOff } from './screen-share-off';
|
|
1336
1344
|
export { default as ScreenShare } from './screen-share';
|
|
1337
|
-
export { default as Scroll } from './scroll';
|
|
1338
1345
|
export { default as ScrollText } from './scroll-text';
|
|
1346
|
+
export { default as Scroll } from './scroll';
|
|
1339
1347
|
export { default as SearchAlert } from './search-alert';
|
|
1340
1348
|
export { default as SearchCheck } from './search-check';
|
|
1341
|
-
export { default as SearchCode } from './search-code';
|
|
1342
1349
|
export { default as SearchSlash } from './search-slash';
|
|
1343
|
-
export { default as
|
|
1350
|
+
export { default as SearchCode } from './search-code';
|
|
1344
1351
|
export { default as Search } from './search';
|
|
1352
|
+
export { default as SearchX } from './search-x';
|
|
1345
1353
|
export { default as Section } from './section';
|
|
1346
1354
|
export { default as SendHorizontal } from './send-horizontal';
|
|
1347
1355
|
export { default as SendToBack } from './send-to-back';
|
|
@@ -1350,24 +1358,24 @@ export { default as SeparatorHorizontal } from './separator-horizontal';
|
|
|
1350
1358
|
export { default as SeparatorVertical } from './separator-vertical';
|
|
1351
1359
|
export { default as ServerCog } from './server-cog';
|
|
1352
1360
|
export { default as ServerCrash } from './server-crash';
|
|
1353
|
-
export { default as ServerOff } from './server-off';
|
|
1354
1361
|
export { default as ServerPlus } from './server-plus';
|
|
1362
|
+
export { default as ServerOff } from './server-off';
|
|
1355
1363
|
export { default as Server } from './server';
|
|
1356
|
-
export { default as Settings2 } from './settings-2';
|
|
1357
1364
|
export { default as Settings } from './settings';
|
|
1365
|
+
export { default as Settings2 } from './settings-2';
|
|
1358
1366
|
export { default as Shapes } from './shapes';
|
|
1359
1367
|
export { default as Share2 } from './share-2';
|
|
1360
|
-
export { default as Share } from './share';
|
|
1361
1368
|
export { default as Sheet } from './sheet';
|
|
1369
|
+
export { default as Share } from './share';
|
|
1362
1370
|
export { default as Shell } from './shell';
|
|
1363
1371
|
export { default as ShelvingUnit } from './shelving-unit';
|
|
1364
|
-
export { default as ShieldBan } from './shield-ban';
|
|
1365
1372
|
export { default as ShieldAlert } from './shield-alert';
|
|
1373
|
+
export { default as ShieldBan } from './shield-ban';
|
|
1366
1374
|
export { default as ShieldCheck } from './shield-check';
|
|
1367
|
-
export { default as ShieldCogCorner } from './shield-cog-corner';
|
|
1368
1375
|
export { default as ShieldCog } from './shield-cog';
|
|
1369
|
-
export { default as
|
|
1376
|
+
export { default as ShieldCogCorner } from './shield-cog-corner';
|
|
1370
1377
|
export { default as ShieldHalf } from './shield-half';
|
|
1378
|
+
export { default as ShieldEllipsis } from './shield-ellipsis';
|
|
1371
1379
|
export { default as ShieldKeyhole } from './shield-keyhole';
|
|
1372
1380
|
export { default as ShieldLock } from './shield-lock';
|
|
1373
1381
|
export { default as ShieldMinus } from './shield-minus';
|
|
@@ -1383,23 +1391,23 @@ export { default as Ship } from './ship';
|
|
|
1383
1391
|
export { default as Shirt } from './shirt';
|
|
1384
1392
|
export { default as ShoppingBag } from './shopping-bag';
|
|
1385
1393
|
export { default as ShoppingBasket } from './shopping-basket';
|
|
1386
|
-
export { default as Shovel } from './shovel';
|
|
1387
1394
|
export { default as ShoppingCart } from './shopping-cart';
|
|
1395
|
+
export { default as Shovel } from './shovel';
|
|
1388
1396
|
export { default as ShowerHead } from './shower-head';
|
|
1389
|
-
export { default as Shrimp } from './shrimp';
|
|
1390
1397
|
export { default as Shredder } from './shredder';
|
|
1398
|
+
export { default as Shrimp } from './shrimp';
|
|
1391
1399
|
export { default as Shrink } from './shrink';
|
|
1392
1400
|
export { default as Shrub } from './shrub';
|
|
1393
1401
|
export { default as Shuffle } from './shuffle';
|
|
1394
|
-
export { default as Sigma } from './sigma';
|
|
1395
1402
|
export { default as SignalHigh } from './signal-high';
|
|
1403
|
+
export { default as Sigma } from './sigma';
|
|
1396
1404
|
export { default as SignalLow } from './signal-low';
|
|
1397
1405
|
export { default as SignalMedium } from './signal-medium';
|
|
1398
1406
|
export { default as SignalZero } from './signal-zero';
|
|
1399
1407
|
export { default as Signal } from './signal';
|
|
1400
|
-
export { default as Signature } from './signature';
|
|
1401
1408
|
export { default as SignpostBig } from './signpost-big';
|
|
1402
1409
|
export { default as Signpost } from './signpost';
|
|
1410
|
+
export { default as Signature } from './signature';
|
|
1403
1411
|
export { default as Siren } from './siren';
|
|
1404
1412
|
export { default as SkipBack } from './skip-back';
|
|
1405
1413
|
export { default as SkipForward } from './skip-forward';
|
|
@@ -1411,26 +1419,26 @@ export { default as SlidersVertical } from './sliders-vertical';
|
|
|
1411
1419
|
export { default as SmartphoneCharging } from './smartphone-charging';
|
|
1412
1420
|
export { default as SmartphoneNfc } from './smartphone-nfc';
|
|
1413
1421
|
export { default as Smartphone } from './smartphone';
|
|
1414
|
-
export { default as Snail } from './snail';
|
|
1415
1422
|
export { default as Snowflake } from './snowflake';
|
|
1423
|
+
export { default as Snail } from './snail';
|
|
1416
1424
|
export { default as SoapDispenserDroplet } from './soap-dispenser-droplet';
|
|
1417
1425
|
export { default as Sofa } from './sofa';
|
|
1418
|
-
export { default as SolarPanel } from './solar-panel';
|
|
1419
1426
|
export { default as Soup } from './soup';
|
|
1420
|
-
export { default as
|
|
1427
|
+
export { default as SolarPanel } from './solar-panel';
|
|
1421
1428
|
export { default as Spade } from './spade';
|
|
1429
|
+
export { default as Space } from './space';
|
|
1422
1430
|
export { default as Sparkle } from './sparkle';
|
|
1423
1431
|
export { default as Sparkles } from './sparkles';
|
|
1424
1432
|
export { default as Speaker } from './speaker';
|
|
1425
1433
|
export { default as Speech } from './speech';
|
|
1426
1434
|
export { default as SpellCheck2 } from './spell-check-2';
|
|
1427
|
-
export { default as SpellCheck } from './spell-check';
|
|
1428
1435
|
export { default as SplinePointer } from './spline-pointer';
|
|
1436
|
+
export { default as SpellCheck } from './spell-check';
|
|
1429
1437
|
export { default as Spline } from './spline';
|
|
1430
1438
|
export { default as Split } from './split';
|
|
1431
1439
|
export { default as Spool } from './spool';
|
|
1432
|
-
export { default as Spotlight } from './spotlight';
|
|
1433
1440
|
export { default as SportShoe } from './sport-shoe';
|
|
1441
|
+
export { default as Spotlight } from './spotlight';
|
|
1434
1442
|
export { default as SprayCan } from './spray-can';
|
|
1435
1443
|
export { default as Sprout } from './sprout';
|
|
1436
1444
|
export { default as SquareActivity } from './square-activity';
|
|
@@ -1439,14 +1447,14 @@ export { default as SquareArrowDownLeft } from './square-arrow-down-left';
|
|
|
1439
1447
|
export { default as SquareArrowDown } from './square-arrow-down';
|
|
1440
1448
|
export { default as SquareArrowLeft } from './square-arrow-left';
|
|
1441
1449
|
export { default as SquareArrowOutDownLeft } from './square-arrow-out-down-left';
|
|
1442
|
-
export { default as SquareArrowOutDownRight } from './square-arrow-out-down-right';
|
|
1443
1450
|
export { default as SquareArrowOutUpLeft } from './square-arrow-out-up-left';
|
|
1451
|
+
export { default as SquareArrowOutDownRight } from './square-arrow-out-down-right';
|
|
1444
1452
|
export { default as SquareArrowOutUpRight } from './square-arrow-out-up-right';
|
|
1445
1453
|
export { default as SquareArrowRightEnter } from './square-arrow-right-enter';
|
|
1446
|
-
export { default as SquareArrowRightExit } from './square-arrow-right-exit';
|
|
1447
1454
|
export { default as SquareArrowRight } from './square-arrow-right';
|
|
1448
|
-
export { default as
|
|
1455
|
+
export { default as SquareArrowRightExit } from './square-arrow-right-exit';
|
|
1449
1456
|
export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
1457
|
+
export { default as SquareArrowUpRight } from './square-arrow-up-right';
|
|
1450
1458
|
export { default as SquareArrowUp } from './square-arrow-up';
|
|
1451
1459
|
export { default as SquareAsterisk } from './square-asterisk';
|
|
1452
1460
|
export { default as SquareBottomDashedScissors } from './square-bottom-dashed-scissors';
|
|
@@ -1454,8 +1462,8 @@ export { default as SquareCenterlineDashedHorizontal } from './square-centerline
|
|
|
1454
1462
|
export { default as SquareCenterlineDashedVertical } from './square-centerline-dashed-vertical';
|
|
1455
1463
|
export { default as SquareChartGantt } from './square-chart-gantt';
|
|
1456
1464
|
export { default as SquareCheckBig } from './square-check-big';
|
|
1457
|
-
export { default as SquareCheck } from './square-check';
|
|
1458
1465
|
export { default as SquareChevronDown } from './square-chevron-down';
|
|
1466
|
+
export { default as SquareCheck } from './square-check';
|
|
1459
1467
|
export { default as SquareChevronLeft } from './square-chevron-left';
|
|
1460
1468
|
export { default as SquareChevronRight } from './square-chevron-right';
|
|
1461
1469
|
export { default as SquareChevronUp } from './square-chevron-up';
|
|
@@ -1473,29 +1481,29 @@ export { default as SquareDot } from './square-dot';
|
|
|
1473
1481
|
export { default as SquareEqual } from './square-equal';
|
|
1474
1482
|
export { default as SquareFunction } from './square-function';
|
|
1475
1483
|
export { default as SquareKanban } from './square-kanban';
|
|
1476
|
-
export { default as SquareLibrary } from './square-library';
|
|
1477
1484
|
export { default as SquareM } from './square-m';
|
|
1485
|
+
export { default as SquareLibrary } from './square-library';
|
|
1478
1486
|
export { default as SquareMenu } from './square-menu';
|
|
1479
|
-
export { default as SquareMinus } from './square-minus';
|
|
1480
1487
|
export { default as SquareMousePointer } from './square-mouse-pointer';
|
|
1481
1488
|
export { default as SquareOff } from './square-off';
|
|
1489
|
+
export { default as SquareMinus } from './square-minus';
|
|
1482
1490
|
export { default as SquareParkingOff } from './square-parking-off';
|
|
1483
1491
|
export { default as SquareParking } from './square-parking';
|
|
1484
1492
|
export { default as SquarePause } from './square-pause';
|
|
1485
|
-
export { default as SquarePen } from './square-pen';
|
|
1486
1493
|
export { default as SquarePercent } from './square-percent';
|
|
1494
|
+
export { default as SquarePen } from './square-pen';
|
|
1487
1495
|
export { default as SquarePi } from './square-pi';
|
|
1488
1496
|
export { default as SquarePilcrow } from './square-pilcrow';
|
|
1489
1497
|
export { default as SquarePlay } from './square-play';
|
|
1490
1498
|
export { default as SquarePlus } from './square-plus';
|
|
1491
|
-
export { default as SquarePower } from './square-power';
|
|
1492
1499
|
export { default as SquareRadical } from './square-radical';
|
|
1493
|
-
export { default as
|
|
1500
|
+
export { default as SquarePower } from './square-power';
|
|
1494
1501
|
export { default as SquareScissors } from './square-scissors';
|
|
1495
1502
|
export { default as SquareSigma } from './square-sigma';
|
|
1503
|
+
export { default as SquareRoundCorner } from './square-round-corner';
|
|
1496
1504
|
export { default as SquareSlash } from './square-slash';
|
|
1497
|
-
export { default as SquareSplitHorizontal } from './square-split-horizontal';
|
|
1498
1505
|
export { default as SquareSplitVertical } from './square-split-vertical';
|
|
1506
|
+
export { default as SquareSplitHorizontal } from './square-split-horizontal';
|
|
1499
1507
|
export { default as SquareSquare } from './square-square';
|
|
1500
1508
|
export { default as SquareStack } from './square-stack';
|
|
1501
1509
|
export { default as SquareStar } from './square-star';
|
|
@@ -1509,8 +1517,8 @@ export { default as Square } from './square';
|
|
|
1509
1517
|
export { default as SquaresExclude } from './squares-exclude';
|
|
1510
1518
|
export { default as SquaresIntersect } from './squares-intersect';
|
|
1511
1519
|
export { default as SquaresSubtract } from './squares-subtract';
|
|
1512
|
-
export { default as SquircleDashed } from './squircle-dashed';
|
|
1513
1520
|
export { default as SquaresUnite } from './squares-unite';
|
|
1521
|
+
export { default as SquircleDashed } from './squircle-dashed';
|
|
1514
1522
|
export { default as Squircle } from './squircle';
|
|
1515
1523
|
export { default as Squirrel } from './squirrel';
|
|
1516
1524
|
export { default as Stamp } from './stamp';
|
|
@@ -1520,10 +1528,10 @@ export { default as StarMinus } from './star-minus';
|
|
|
1520
1528
|
export { default as StarOff } from './star-off';
|
|
1521
1529
|
export { default as StarPlus } from './star-plus';
|
|
1522
1530
|
export { default as StarX } from './star-x';
|
|
1523
|
-
export { default as StepBack } from './step-back';
|
|
1524
1531
|
export { default as Star } from './star';
|
|
1525
|
-
export { default as
|
|
1532
|
+
export { default as StepBack } from './step-back';
|
|
1526
1533
|
export { default as Stethoscope } from './stethoscope';
|
|
1534
|
+
export { default as StepForward } from './step-forward';
|
|
1527
1535
|
export { default as Sticker } from './sticker';
|
|
1528
1536
|
export { default as StickyNoteCheck } from './sticky-note-check';
|
|
1529
1537
|
export { default as StickyNoteMinus } from './sticky-note-minus';
|
|
@@ -1540,13 +1548,13 @@ export { default as Strikethrough } from './strikethrough';
|
|
|
1540
1548
|
export { default as Subscript } from './subscript';
|
|
1541
1549
|
export { default as Summary } from './summary';
|
|
1542
1550
|
export { default as SunDim } from './sun-dim';
|
|
1543
|
-
export { default as SunMoon } from './sun-moon';
|
|
1544
1551
|
export { default as SunMedium } from './sun-medium';
|
|
1552
|
+
export { default as SunMoon } from './sun-moon';
|
|
1545
1553
|
export { default as SunSnow } from './sun-snow';
|
|
1546
1554
|
export { default as Sun } from './sun';
|
|
1547
1555
|
export { default as Sunrise } from './sunrise';
|
|
1548
|
-
export { default as Superscript } from './superscript';
|
|
1549
1556
|
export { default as Sunset } from './sunset';
|
|
1557
|
+
export { default as Superscript } from './superscript';
|
|
1550
1558
|
export { default as SwatchBook } from './swatch-book';
|
|
1551
1559
|
export { default as SwissFranc } from './swiss-franc';
|
|
1552
1560
|
export { default as SwitchCamera } from './switch-camera';
|
|
@@ -1560,8 +1568,8 @@ export { default as TableColumnsSplit } from './table-columns-split';
|
|
|
1560
1568
|
export { default as TableOfContents } from './table-of-contents';
|
|
1561
1569
|
export { default as TableProperties } from './table-properties';
|
|
1562
1570
|
export { default as TableRowsSplit } from './table-rows-split';
|
|
1563
|
-
export { default as TabletSmartphone } from './tablet-smartphone';
|
|
1564
1571
|
export { default as Table } from './table';
|
|
1572
|
+
export { default as TabletSmartphone } from './tablet-smartphone';
|
|
1565
1573
|
export { default as Tablet } from './tablet';
|
|
1566
1574
|
export { default as Tablets } from './tablets';
|
|
1567
1575
|
export { default as TagPlus } from './tag-plus';
|
|
@@ -1580,8 +1588,8 @@ export { default as TentTree } from './tent-tree';
|
|
|
1580
1588
|
export { default as Tent } from './tent';
|
|
1581
1589
|
export { default as Terminal } from './terminal';
|
|
1582
1590
|
export { default as TestTubeDiagonal } from './test-tube-diagonal';
|
|
1583
|
-
export { default as TestTube } from './test-tube';
|
|
1584
1591
|
export { default as TestTubes } from './test-tubes';
|
|
1592
|
+
export { default as TestTube } from './test-tube';
|
|
1585
1593
|
export { default as TextAlignCenter } from './text-align-center';
|
|
1586
1594
|
export { default as TextAlignEnd } from './text-align-end';
|
|
1587
1595
|
export { default as TextAlignJustify } from './text-align-justify';
|
|
@@ -1591,8 +1599,8 @@ export { default as TextCursor } from './text-cursor';
|
|
|
1591
1599
|
export { default as TextInitial } from './text-initial';
|
|
1592
1600
|
export { default as TextQuote } from './text-quote';
|
|
1593
1601
|
export { default as TextSearch } from './text-search';
|
|
1594
|
-
export { default as Theater } from './theater';
|
|
1595
1602
|
export { default as TextWrap } from './text-wrap';
|
|
1603
|
+
export { default as Theater } from './theater';
|
|
1596
1604
|
export { default as ThermometerSnowflake } from './thermometer-snowflake';
|
|
1597
1605
|
export { default as ThermometerSun } from './thermometer-sun';
|
|
1598
1606
|
export { default as Thermometer } from './thermometer';
|
|
@@ -1606,13 +1614,13 @@ export { default as TicketSlash } from './ticket-slash';
|
|
|
1606
1614
|
export { default as TicketX } from './ticket-x';
|
|
1607
1615
|
export { default as Ticket } from './ticket';
|
|
1608
1616
|
export { default as TicketsPlane } from './tickets-plane';
|
|
1609
|
-
export { default as Tickets } from './tickets';
|
|
1610
1617
|
export { default as Timeline } from './timeline';
|
|
1611
1618
|
export { default as TimerOff } from './timer-off';
|
|
1612
|
-
export { default as
|
|
1619
|
+
export { default as Tickets } from './tickets';
|
|
1613
1620
|
export { default as TimerReset } from './timer-reset';
|
|
1614
|
-
export { default as
|
|
1621
|
+
export { default as Timer } from './timer';
|
|
1615
1622
|
export { default as ToggleRight } from './toggle-right';
|
|
1623
|
+
export { default as ToggleLeft } from './toggle-left';
|
|
1616
1624
|
export { default as Toilet } from './toilet';
|
|
1617
1625
|
export { default as ToolCase } from './tool-case';
|
|
1618
1626
|
export { default as Toolbox } from './toolbox';
|
|
@@ -1638,28 +1646,28 @@ export { default as TreePalm } from './tree-palm';
|
|
|
1638
1646
|
export { default as TreePine } from './tree-pine';
|
|
1639
1647
|
export { default as Trees } from './trees';
|
|
1640
1648
|
export { default as TrendingDown } from './trending-down';
|
|
1641
|
-
export { default as TrendingUpDown } from './trending-up-down';
|
|
1642
1649
|
export { default as TrendingUp } from './trending-up';
|
|
1650
|
+
export { default as TrendingUpDown } from './trending-up-down';
|
|
1643
1651
|
export { default as TriangleAlert } from './triangle-alert';
|
|
1644
1652
|
export { default as TriangleDashed } from './triangle-dashed';
|
|
1645
1653
|
export { default as TriangleRight } from './triangle-right';
|
|
1646
1654
|
export { default as Triangle } from './triangle';
|
|
1655
|
+
export { default as Trophy } from './trophy';
|
|
1647
1656
|
export { default as TruckElectric } from './truck-electric';
|
|
1648
1657
|
export { default as Truck } from './truck';
|
|
1649
|
-
export { default as Trophy } from './trophy';
|
|
1650
1658
|
export { default as TurkishLira } from './turkish-lira';
|
|
1651
1659
|
export { default as Turntable } from './turntable';
|
|
1652
1660
|
export { default as Turtle } from './turtle';
|
|
1653
1661
|
export { default as TvMinimalPlay } from './tv-minimal-play';
|
|
1654
|
-
export { default as TvMinimal } from './tv-minimal';
|
|
1655
1662
|
export { default as Tv } from './tv';
|
|
1663
|
+
export { default as TvMinimal } from './tv-minimal';
|
|
1656
1664
|
export { default as TypeOutline } from './type-outline';
|
|
1657
1665
|
export { default as Type } from './type';
|
|
1658
1666
|
export { default as UmbrellaOff } from './umbrella-off';
|
|
1659
1667
|
export { default as Umbrella } from './umbrella';
|
|
1660
1668
|
export { default as Underline } from './underline';
|
|
1661
|
-
export { default as UndoDot } from './undo-dot';
|
|
1662
1669
|
export { default as Undo2 } from './undo-2';
|
|
1670
|
+
export { default as UndoDot } from './undo-dot';
|
|
1663
1671
|
export { default as Undo } from './undo';
|
|
1664
1672
|
export { default as UnfoldHorizontal } from './unfold-horizontal';
|
|
1665
1673
|
export { default as UnfoldVertical } from './unfold-vertical';
|
|
@@ -1671,15 +1679,15 @@ export { default as Unplug } from './unplug';
|
|
|
1671
1679
|
export { default as Upload } from './upload';
|
|
1672
1680
|
export { default as UsbCPort } from './usb-c-port';
|
|
1673
1681
|
export { default as Usb } from './usb';
|
|
1674
|
-
export { default as UserCog } from './user-cog';
|
|
1675
1682
|
export { default as UserCheck } from './user-check';
|
|
1683
|
+
export { default as UserCog } from './user-cog';
|
|
1676
1684
|
export { default as UserKey } from './user-key';
|
|
1677
1685
|
export { default as UserLock } from './user-lock';
|
|
1678
1686
|
export { default as UserMinus } from './user-minus';
|
|
1679
1687
|
export { default as UserPen } from './user-pen';
|
|
1680
1688
|
export { default as UserPlus } from './user-plus';
|
|
1681
|
-
export { default as UserRoundArrowLeft } from './user-round-arrow-left';
|
|
1682
1689
|
export { default as UserRoundCheck } from './user-round-check';
|
|
1690
|
+
export { default as UserRoundArrowLeft } from './user-round-arrow-left';
|
|
1683
1691
|
export { default as UserRoundCog } from './user-round-cog';
|
|
1684
1692
|
export { default as UserRoundKey } from './user-round-key';
|
|
1685
1693
|
export { default as UserRoundMinus } from './user-round-minus';
|
|
@@ -1689,11 +1697,11 @@ export { default as UserRoundSearch } from './user-round-search';
|
|
|
1689
1697
|
export { default as UserRoundX } from './user-round-x';
|
|
1690
1698
|
export { default as UserRound } from './user-round';
|
|
1691
1699
|
export { default as UserSearch } from './user-search';
|
|
1692
|
-
export { default as UserStar } from './user-star';
|
|
1693
1700
|
export { default as UserShield } from './user-shield';
|
|
1701
|
+
export { default as UserStar } from './user-star';
|
|
1694
1702
|
export { default as UserX } from './user-x';
|
|
1695
|
-
export { default as UsersRound } from './users-round';
|
|
1696
1703
|
export { default as User } from './user';
|
|
1704
|
+
export { default as UsersRound } from './users-round';
|
|
1697
1705
|
export { default as Users } from './users';
|
|
1698
1706
|
export { default as UtensilsCrossed } from './utensils-crossed';
|
|
1699
1707
|
export { default as Utensils } from './utensils';
|
|
@@ -1701,10 +1709,10 @@ export { default as UtilityPole } from './utility-pole';
|
|
|
1701
1709
|
export { default as Van } from './van';
|
|
1702
1710
|
export { default as Variable } from './variable';
|
|
1703
1711
|
export { default as Vault } from './vault';
|
|
1704
|
-
export { default as Vegan } from './vegan';
|
|
1705
1712
|
export { default as VectorSquare } from './vector-square';
|
|
1706
|
-
export { default as
|
|
1713
|
+
export { default as Vegan } from './vegan';
|
|
1707
1714
|
export { default as VenusAndMars } from './venus-and-mars';
|
|
1715
|
+
export { default as VenetianMask } from './venetian-mask';
|
|
1708
1716
|
export { default as Venus } from './venus';
|
|
1709
1717
|
export { default as VibrateOff } from './vibrate-off';
|
|
1710
1718
|
export { default as Vibrate } from './vibrate';
|
|
@@ -1723,8 +1731,8 @@ export { default as Vote } from './vote';
|
|
|
1723
1731
|
export { default as WalletCards } from './wallet-cards';
|
|
1724
1732
|
export { default as WalletMinimal } from './wallet-minimal';
|
|
1725
1733
|
export { default as Wallet } from './wallet';
|
|
1726
|
-
export { default as WandSparkles } from './wand-sparkles';
|
|
1727
1734
|
export { default as Wallpaper } from './wallpaper';
|
|
1735
|
+
export { default as WandSparkles } from './wand-sparkles';
|
|
1728
1736
|
export { default as Wand } from './wand';
|
|
1729
1737
|
export { default as Warehouse } from './warehouse';
|
|
1730
1738
|
export { default as WashingMachine } from './washing-machine';
|
|
@@ -1733,33 +1741,33 @@ export { default as WavesArrowDown } from './waves-arrow-down';
|
|
|
1733
1741
|
export { default as WavesArrowUp } from './waves-arrow-up';
|
|
1734
1742
|
export { default as WavesHorizontal } from './waves-horizontal';
|
|
1735
1743
|
export { default as WavesLadder } from './waves-ladder';
|
|
1736
|
-
export { default as WavesVertical } from './waves-vertical';
|
|
1737
1744
|
export { default as Waypoints } from './waypoints';
|
|
1738
1745
|
export { default as WebcamOff } from './webcam-off';
|
|
1746
|
+
export { default as WavesVertical } from './waves-vertical';
|
|
1739
1747
|
export { default as Webcam } from './webcam';
|
|
1740
1748
|
export { default as WebhookOff } from './webhook-off';
|
|
1741
1749
|
export { default as Webhook } from './webhook';
|
|
1742
|
-
export { default as WeightTilde } from './weight-tilde';
|
|
1743
1750
|
export { default as Weight } from './weight';
|
|
1744
|
-
export { default as WheatOff } from './wheat-off';
|
|
1745
1751
|
export { default as Wheat } from './wheat';
|
|
1752
|
+
export { default as WheatOff } from './wheat-off';
|
|
1753
|
+
export { default as WeightTilde } from './weight-tilde';
|
|
1746
1754
|
export { default as WholeWord } from './whole-word';
|
|
1747
|
-
export { default as WifiHigh } from './wifi-high';
|
|
1748
1755
|
export { default as WifiCog } from './wifi-cog';
|
|
1756
|
+
export { default as WifiHigh } from './wifi-high';
|
|
1749
1757
|
export { default as WifiLow } from './wifi-low';
|
|
1750
1758
|
export { default as WifiOff } from './wifi-off';
|
|
1751
1759
|
export { default as WifiPen } from './wifi-pen';
|
|
1752
1760
|
export { default as WifiSync } from './wifi-sync';
|
|
1753
1761
|
export { default as WifiZero } from './wifi-zero';
|
|
1762
|
+
export { default as Wifi } from './wifi';
|
|
1754
1763
|
export { default as WindArrowDown } from './wind-arrow-down';
|
|
1755
1764
|
export { default as Wind } from './wind';
|
|
1756
|
-
export { default as Wifi } from './wifi';
|
|
1757
1765
|
export { default as WineOff } from './wine-off';
|
|
1758
1766
|
export { default as Wine } from './wine';
|
|
1759
1767
|
export { default as Workflow } from './workflow';
|
|
1768
|
+
export { default as WrenchOff } from './wrench-off';
|
|
1760
1769
|
export { default as Worm } from './worm';
|
|
1761
1770
|
export { default as Wrench } from './wrench';
|
|
1762
|
-
export { default as WrenchOff } from './wrench-off';
|
|
1763
1771
|
export { default as XLineTop } from './x-line-top';
|
|
1764
1772
|
export { default as X } from './x';
|
|
1765
1773
|
export { default as ZapOff } from './zap-off';
|
|
@@ -1770,13 +1778,13 @@ export { default as ZodiacCancer } from './zodiac-cancer';
|
|
|
1770
1778
|
export { default as ZodiacCapricorn } from './zodiac-capricorn';
|
|
1771
1779
|
export { default as ZodiacGemini } from './zodiac-gemini';
|
|
1772
1780
|
export { default as ZodiacLeo } from './zodiac-leo';
|
|
1773
|
-
export { default as ZodiacOphiuchus } from './zodiac-ophiuchus';
|
|
1774
1781
|
export { default as ZodiacLibra } from './zodiac-libra';
|
|
1782
|
+
export { default as ZodiacOphiuchus } from './zodiac-ophiuchus';
|
|
1775
1783
|
export { default as ZodiacPisces } from './zodiac-pisces';
|
|
1776
1784
|
export { default as ZodiacSagittarius } from './zodiac-sagittarius';
|
|
1777
1785
|
export { default as ZodiacScorpio } from './zodiac-scorpio';
|
|
1778
1786
|
export { default as ZodiacTaurus } from './zodiac-taurus';
|
|
1779
1787
|
export { default as ZodiacVirgo } from './zodiac-virgo';
|
|
1780
|
-
export { default as ZoomIn } from './zoom-in';
|
|
1781
1788
|
export { default as ZoomOut } from './zoom-out';
|
|
1789
|
+
export { default as ZoomIn } from './zoom-in';
|
|
1782
1790
|
|