@usemotif/icons 1.0.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/README.md +28 -0
- package/dist/index.cjs +28706 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +3965 -0
- package/dist/index.d.ts +3965 -0
- package/dist/index.js +26764 -0
- package/dist/index.js.map +1 -0
- package/package.json +56 -0
- package/src/_extras/Discord.tsx +25 -0
- package/src/_extras/Facebook.tsx +20 -0
- package/src/_extras/Github.tsx +20 -0
- package/src/_extras/Instagram.tsx +24 -0
- package/src/_extras/Linkedin.tsx +25 -0
- package/src/_extras/Slack.tsx +29 -0
- package/src/_extras/Twitter.tsx +22 -0
- package/src/_extras/Youtube.tsx +24 -0
- package/src/glyphs/AArrowDown.tsx +18 -0
- package/src/glyphs/AArrowUp.tsx +18 -0
- package/src/glyphs/ALargeSmall.tsx +18 -0
- package/src/glyphs/Accessibility.tsx +19 -0
- package/src/glyphs/Activity.tsx +13 -0
- package/src/glyphs/ActivitySquare.tsx +16 -0
- package/src/glyphs/AirVent.tsx +18 -0
- package/src/glyphs/Airplay.tsx +16 -0
- package/src/glyphs/AlarmCheck.tsx +20 -0
- package/src/glyphs/AlarmClock.tsx +20 -0
- package/src/glyphs/AlarmClockCheck.tsx +20 -0
- package/src/glyphs/AlarmClockMinus.tsx +20 -0
- package/src/glyphs/AlarmClockOff.tsx +20 -0
- package/src/glyphs/AlarmClockPlus.tsx +21 -0
- package/src/glyphs/AlarmMinus.tsx +20 -0
- package/src/glyphs/AlarmPlus.tsx +21 -0
- package/src/glyphs/AlarmSmoke.tsx +19 -0
- package/src/glyphs/Album.tsx +16 -0
- package/src/glyphs/AlertCircle.tsx +17 -0
- package/src/glyphs/AlertOctagon.tsx +17 -0
- package/src/glyphs/AlertTriangle.tsx +17 -0
- package/src/glyphs/AlignCenter.tsx +17 -0
- package/src/glyphs/AlignCenterHorizontal.tsx +19 -0
- package/src/glyphs/AlignCenterVertical.tsx +19 -0
- package/src/glyphs/AlignEndHorizontal.tsx +17 -0
- package/src/glyphs/AlignEndVertical.tsx +17 -0
- package/src/glyphs/AlignHorizontalDistributeCenter.tsx +20 -0
- package/src/glyphs/AlignHorizontalDistributeEnd.tsx +18 -0
- package/src/glyphs/AlignHorizontalDistributeStart.tsx +18 -0
- package/src/glyphs/AlignHorizontalJustifyCenter.tsx +17 -0
- package/src/glyphs/AlignHorizontalJustifyEnd.tsx +17 -0
- package/src/glyphs/AlignHorizontalJustifyStart.tsx +17 -0
- package/src/glyphs/AlignHorizontalSpaceAround.tsx +17 -0
- package/src/glyphs/AlignHorizontalSpaceBetween.tsx +18 -0
- package/src/glyphs/AlignJustify.tsx +17 -0
- package/src/glyphs/AlignLeft.tsx +17 -0
- package/src/glyphs/AlignRight.tsx +17 -0
- package/src/glyphs/AlignStartHorizontal.tsx +17 -0
- package/src/glyphs/AlignStartVertical.tsx +17 -0
- package/src/glyphs/AlignVerticalDistributeCenter.tsx +20 -0
- package/src/glyphs/AlignVerticalDistributeEnd.tsx +18 -0
- package/src/glyphs/AlignVerticalDistributeStart.tsx +18 -0
- package/src/glyphs/AlignVerticalJustifyCenter.tsx +17 -0
- package/src/glyphs/AlignVerticalJustifyEnd.tsx +17 -0
- package/src/glyphs/AlignVerticalJustifyStart.tsx +17 -0
- package/src/glyphs/AlignVerticalSpaceAround.tsx +17 -0
- package/src/glyphs/AlignVerticalSpaceBetween.tsx +18 -0
- package/src/glyphs/Ambulance.tsx +21 -0
- package/src/glyphs/Ampersand.tsx +16 -0
- package/src/glyphs/Ampersands.tsx +16 -0
- package/src/glyphs/Amphora.tsx +20 -0
- package/src/glyphs/Anchor.tsx +18 -0
- package/src/glyphs/Angry.tsx +20 -0
- package/src/glyphs/Annoyed.tsx +18 -0
- package/src/glyphs/Antenna.tsx +20 -0
- package/src/glyphs/Anvil.tsx +19 -0
- package/src/glyphs/Aperture.tsx +21 -0
- package/src/glyphs/AppWindow.tsx +18 -0
- package/src/glyphs/AppWindowMac.tsx +18 -0
- package/src/glyphs/Apple.tsx +16 -0
- package/src/glyphs/Archive.tsx +17 -0
- package/src/glyphs/ArchiveRestore.tsx +19 -0
- package/src/glyphs/ArchiveX.tsx +18 -0
- package/src/glyphs/AreaChart.tsx +16 -0
- package/src/glyphs/Armchair.tsx +18 -0
- package/src/glyphs/ArrowBigDown.tsx +13 -0
- package/src/glyphs/ArrowBigDownDash.tsx +16 -0
- package/src/glyphs/ArrowBigLeft.tsx +13 -0
- package/src/glyphs/ArrowBigLeftDash.tsx +16 -0
- package/src/glyphs/ArrowBigRight.tsx +13 -0
- package/src/glyphs/ArrowBigRightDash.tsx +16 -0
- package/src/glyphs/ArrowBigUp.tsx +13 -0
- package/src/glyphs/ArrowBigUpDash.tsx +16 -0
- package/src/glyphs/ArrowDown.tsx +16 -0
- package/src/glyphs/ArrowDown01.tsx +19 -0
- package/src/glyphs/ArrowDown10.tsx +19 -0
- package/src/glyphs/ArrowDownAZ.tsx +19 -0
- package/src/glyphs/ArrowDownCircle.tsx +17 -0
- package/src/glyphs/ArrowDownFromLine.tsx +17 -0
- package/src/glyphs/ArrowDownLeft.tsx +16 -0
- package/src/glyphs/ArrowDownLeftFromCircle.tsx +17 -0
- package/src/glyphs/ArrowDownLeftFromSquare.tsx +17 -0
- package/src/glyphs/ArrowDownLeftSquare.tsx +17 -0
- package/src/glyphs/ArrowDownNarrowWide.tsx +19 -0
- package/src/glyphs/ArrowDownRight.tsx +16 -0
- package/src/glyphs/ArrowDownRightFromCircle.tsx +17 -0
- package/src/glyphs/ArrowDownRightFromSquare.tsx +17 -0
- package/src/glyphs/ArrowDownRightSquare.tsx +17 -0
- package/src/glyphs/ArrowDownSquare.tsx +17 -0
- package/src/glyphs/ArrowDownToDot.tsx +17 -0
- package/src/glyphs/ArrowDownToLine.tsx +17 -0
- package/src/glyphs/ArrowDownUp.tsx +18 -0
- package/src/glyphs/ArrowDownWideNarrow.tsx +19 -0
- package/src/glyphs/ArrowDownZA.tsx +19 -0
- package/src/glyphs/ArrowLeft.tsx +16 -0
- package/src/glyphs/ArrowLeftCircle.tsx +17 -0
- package/src/glyphs/ArrowLeftFromLine.tsx +17 -0
- package/src/glyphs/ArrowLeftRight.tsx +18 -0
- package/src/glyphs/ArrowLeftSquare.tsx +17 -0
- package/src/glyphs/ArrowLeftToLine.tsx +17 -0
- package/src/glyphs/ArrowRight.tsx +16 -0
- package/src/glyphs/ArrowRightCircle.tsx +17 -0
- package/src/glyphs/ArrowRightFromLine.tsx +17 -0
- package/src/glyphs/ArrowRightLeft.tsx +18 -0
- package/src/glyphs/ArrowRightSquare.tsx +17 -0
- package/src/glyphs/ArrowRightToLine.tsx +17 -0
- package/src/glyphs/ArrowUp.tsx +16 -0
- package/src/glyphs/ArrowUp01.tsx +19 -0
- package/src/glyphs/ArrowUp10.tsx +19 -0
- package/src/glyphs/ArrowUpAZ.tsx +19 -0
- package/src/glyphs/ArrowUpCircle.tsx +17 -0
- package/src/glyphs/ArrowUpDown.tsx +18 -0
- package/src/glyphs/ArrowUpFromDot.tsx +17 -0
- package/src/glyphs/ArrowUpFromLine.tsx +17 -0
- package/src/glyphs/ArrowUpLeft.tsx +16 -0
- package/src/glyphs/ArrowUpLeftFromCircle.tsx +17 -0
- package/src/glyphs/ArrowUpLeftFromSquare.tsx +17 -0
- package/src/glyphs/ArrowUpLeftSquare.tsx +17 -0
- package/src/glyphs/ArrowUpNarrowWide.tsx +19 -0
- package/src/glyphs/ArrowUpRight.tsx +16 -0
- package/src/glyphs/ArrowUpRightFromCircle.tsx +17 -0
- package/src/glyphs/ArrowUpRightFromSquare.tsx +17 -0
- package/src/glyphs/ArrowUpRightSquare.tsx +17 -0
- package/src/glyphs/ArrowUpSquare.tsx +17 -0
- package/src/glyphs/ArrowUpToLine.tsx +17 -0
- package/src/glyphs/ArrowUpWideNarrow.tsx +19 -0
- package/src/glyphs/ArrowUpZA.tsx +19 -0
- package/src/glyphs/ArrowsUpFromLine.tsx +19 -0
- package/src/glyphs/Asterisk.tsx +17 -0
- package/src/glyphs/AsteriskSquare.tsx +18 -0
- package/src/glyphs/Astroid.tsx +13 -0
- package/src/glyphs/AtSign.tsx +16 -0
- package/src/glyphs/Atom.tsx +17 -0
- package/src/glyphs/AudioLines.tsx +20 -0
- package/src/glyphs/AudioWaveform.tsx +13 -0
- package/src/glyphs/Award.tsx +16 -0
- package/src/glyphs/Axe.tsx +16 -0
- package/src/glyphs/Axis3D.tsx +18 -0
- package/src/glyphs/Baby.tsx +18 -0
- package/src/glyphs/Backpack.tsx +19 -0
- package/src/glyphs/Badge.tsx +13 -0
- package/src/glyphs/BadgeAlert.tsx +17 -0
- package/src/glyphs/BadgeCent.tsx +17 -0
- package/src/glyphs/BadgeCheck.tsx +16 -0
- package/src/glyphs/BadgeDollarSign.tsx +17 -0
- package/src/glyphs/BadgeEuro.tsx +17 -0
- package/src/glyphs/BadgeHelp.tsx +17 -0
- package/src/glyphs/BadgeIndianRupee.tsx +18 -0
- package/src/glyphs/BadgeInfo.tsx +17 -0
- package/src/glyphs/BadgeJapaneseYen.tsx +19 -0
- package/src/glyphs/BadgeMinus.tsx +16 -0
- package/src/glyphs/BadgePercent.tsx +18 -0
- package/src/glyphs/BadgePlus.tsx +17 -0
- package/src/glyphs/BadgePoundSterling.tsx +18 -0
- package/src/glyphs/BadgeQuestionMark.tsx +17 -0
- package/src/glyphs/BadgeRussianRuble.tsx +17 -0
- package/src/glyphs/BadgeSwissFranc.tsx +18 -0
- package/src/glyphs/BadgeTurkishLira.tsx +17 -0
- package/src/glyphs/BadgeX.tsx +17 -0
- package/src/glyphs/BaggageClaim.tsx +19 -0
- package/src/glyphs/Balloon.tsx +17 -0
- package/src/glyphs/Ban.tsx +16 -0
- package/src/glyphs/Banana.tsx +16 -0
- package/src/glyphs/Bandage.tsx +21 -0
- package/src/glyphs/Banknote.tsx +17 -0
- package/src/glyphs/BanknoteArrowDown.tsx +20 -0
- package/src/glyphs/BanknoteArrowUp.tsx +20 -0
- package/src/glyphs/BanknoteX.tsx +20 -0
- package/src/glyphs/BarChart.tsx +17 -0
- package/src/glyphs/BarChart2.tsx +17 -0
- package/src/glyphs/BarChart3.tsx +18 -0
- package/src/glyphs/BarChart4.tsx +18 -0
- package/src/glyphs/BarChartBig.tsx +17 -0
- package/src/glyphs/BarChartHorizontal.tsx +18 -0
- package/src/glyphs/BarChartHorizontalBig.tsx +17 -0
- package/src/glyphs/Barcode.tsx +19 -0
- package/src/glyphs/Barrel.tsx +19 -0
- package/src/glyphs/Baseline.tsx +17 -0
- package/src/glyphs/Bath.tsx +19 -0
- package/src/glyphs/Battery.tsx +16 -0
- package/src/glyphs/BatteryCharging.tsx +18 -0
- package/src/glyphs/BatteryFull.tsx +19 -0
- package/src/glyphs/BatteryLow.tsx +17 -0
- package/src/glyphs/BatteryMedium.tsx +18 -0
- package/src/glyphs/BatteryPlus.tsx +19 -0
- package/src/glyphs/BatteryWarning.tsx +19 -0
- package/src/glyphs/Beaker.tsx +17 -0
- package/src/glyphs/Bean.tsx +16 -0
- package/src/glyphs/BeanOff.tsx +18 -0
- package/src/glyphs/Bed.tsx +18 -0
- package/src/glyphs/BedDouble.tsx +18 -0
- package/src/glyphs/BedSingle.tsx +17 -0
- package/src/glyphs/Beef.tsx +17 -0
- package/src/glyphs/BeefOff.tsx +20 -0
- package/src/glyphs/Beer.tsx +19 -0
- package/src/glyphs/BeerOff.tsx +22 -0
- package/src/glyphs/Bell.tsx +16 -0
- package/src/glyphs/BellCheck.tsx +18 -0
- package/src/glyphs/BellDot.tsx +17 -0
- package/src/glyphs/BellElectric.tsx +20 -0
- package/src/glyphs/BellMinus.tsx +17 -0
- package/src/glyphs/BellOff.tsx +18 -0
- package/src/glyphs/BellPlus.tsx +18 -0
- package/src/glyphs/BellRing.tsx +18 -0
- package/src/glyphs/BetweenHorizonalEnd.tsx +17 -0
- package/src/glyphs/BetweenHorizonalStart.tsx +17 -0
- package/src/glyphs/BetweenHorizontalEnd.tsx +17 -0
- package/src/glyphs/BetweenHorizontalStart.tsx +17 -0
- package/src/glyphs/BetweenVerticalEnd.tsx +17 -0
- package/src/glyphs/BetweenVerticalStart.tsx +17 -0
- package/src/glyphs/BicepsFlexed.tsx +17 -0
- package/src/glyphs/Bike.tsx +18 -0
- package/src/glyphs/Binary.tsx +20 -0
- package/src/glyphs/Binoculars.tsx +20 -0
- package/src/glyphs/Biohazard.tsx +24 -0
- package/src/glyphs/Bird.tsx +20 -0
- package/src/glyphs/Birdhouse.tsx +20 -0
- package/src/glyphs/Bitcoin.tsx +13 -0
- package/src/glyphs/Blend.tsx +16 -0
- package/src/glyphs/Blinds.tsx +21 -0
- package/src/glyphs/Blocks.tsx +16 -0
- package/src/glyphs/Bluetooth.tsx +6 -0
- package/src/glyphs/BluetoothConnected.tsx +17 -0
- package/src/glyphs/BluetoothOff.tsx +17 -0
- package/src/glyphs/BluetoothSearching.tsx +17 -0
- package/src/glyphs/Bold.tsx +13 -0
- package/src/glyphs/Bolt.tsx +16 -0
- package/src/glyphs/Bomb.tsx +17 -0
- package/src/glyphs/Bone.tsx +13 -0
- package/src/glyphs/Book.tsx +13 -0
- package/src/glyphs/BookA.tsx +17 -0
- package/src/glyphs/BookAlert.tsx +17 -0
- package/src/glyphs/BookAudio.tsx +18 -0
- package/src/glyphs/BookCheck.tsx +16 -0
- package/src/glyphs/BookCopy.tsx +17 -0
- package/src/glyphs/BookDashed.tsx +25 -0
- package/src/glyphs/BookDown.tsx +17 -0
- package/src/glyphs/BookHeadphones.tsx +18 -0
- package/src/glyphs/BookHeart.tsx +16 -0
- package/src/glyphs/BookImage.tsx +17 -0
- package/src/glyphs/BookKey.tsx +19 -0
- package/src/glyphs/BookLock.tsx +18 -0
- package/src/glyphs/BookMarked.tsx +16 -0
- package/src/glyphs/BookMinus.tsx +16 -0
- package/src/glyphs/BookOpen.tsx +16 -0
- package/src/glyphs/BookOpenCheck.tsx +17 -0
- package/src/glyphs/BookOpenText.tsx +20 -0
- package/src/glyphs/BookPlus.tsx +17 -0
- package/src/glyphs/BookSearch.tsx +18 -0
- package/src/glyphs/BookTemplate.tsx +25 -0
- package/src/glyphs/BookText.tsx +17 -0
- package/src/glyphs/BookType.tsx +18 -0
- package/src/glyphs/BookUp.tsx +17 -0
- package/src/glyphs/BookUp2.tsx +19 -0
- package/src/glyphs/BookUser.tsx +17 -0
- package/src/glyphs/BookX.tsx +17 -0
- package/src/glyphs/Bookmark.tsx +13 -0
- package/src/glyphs/BookmarkCheck.tsx +16 -0
- package/src/glyphs/BookmarkMinus.tsx +16 -0
- package/src/glyphs/BookmarkOff.tsx +17 -0
- package/src/glyphs/BookmarkPlus.tsx +17 -0
- package/src/glyphs/BookmarkX.tsx +17 -0
- package/src/glyphs/BoomBox.tsx +21 -0
- package/src/glyphs/Bot.tsx +20 -0
- package/src/glyphs/BotMessageSquare.tsx +20 -0
- package/src/glyphs/BotOff.tsx +21 -0
- package/src/glyphs/BottleWine.tsx +16 -0
- package/src/glyphs/BowArrow.tsx +19 -0
- package/src/glyphs/Box.tsx +17 -0
- package/src/glyphs/BoxSelect.tsx +26 -0
- package/src/glyphs/Boxes.tsx +26 -0
- package/src/glyphs/Braces.tsx +16 -0
- package/src/glyphs/Brackets.tsx +16 -0
- package/src/glyphs/Brain.tsx +22 -0
- package/src/glyphs/BrainCircuit.tsx +27 -0
- package/src/glyphs/BrainCog.tsx +29 -0
- package/src/glyphs/BrickWall.tsx +22 -0
- package/src/glyphs/BrickWallFire.tsx +21 -0
- package/src/glyphs/BrickWallShield.tsx +22 -0
- package/src/glyphs/Briefcase.tsx +16 -0
- package/src/glyphs/BriefcaseBusiness.tsx +18 -0
- package/src/glyphs/BriefcaseConveyorBelt.tsx +21 -0
- package/src/glyphs/BriefcaseMedical.tsx +20 -0
- package/src/glyphs/BringToFront.tsx +17 -0
- package/src/glyphs/Brush.tsx +17 -0
- package/src/glyphs/BrushCleaning.tsx +18 -0
- package/src/glyphs/Bubbles.tsx +18 -0
- package/src/glyphs/Bug.tsx +25 -0
- package/src/glyphs/BugOff.tsx +26 -0
- package/src/glyphs/BugPlay.tsx +23 -0
- package/src/glyphs/Building.tsx +25 -0
- package/src/glyphs/Building2.tsx +19 -0
- package/src/glyphs/Bus.tsx +21 -0
- package/src/glyphs/BusFront.tsx +23 -0
- package/src/glyphs/Cable.tsx +21 -0
- package/src/glyphs/CableCar.tsx +22 -0
- package/src/glyphs/Cake.tsx +23 -0
- package/src/glyphs/CakeSlice.tsx +18 -0
- package/src/glyphs/Calculator.tsx +24 -0
- package/src/glyphs/Calendar.tsx +18 -0
- package/src/glyphs/Calendar1.tsx +19 -0
- package/src/glyphs/CalendarArrowDown.tsx +20 -0
- package/src/glyphs/CalendarArrowUp.tsx +20 -0
- package/src/glyphs/CalendarCheck.tsx +19 -0
- package/src/glyphs/CalendarCheck2.tsx +19 -0
- package/src/glyphs/CalendarClock.tsx +20 -0
- package/src/glyphs/CalendarCog.tsx +27 -0
- package/src/glyphs/CalendarDays.tsx +24 -0
- package/src/glyphs/CalendarFold.tsx +19 -0
- package/src/glyphs/CalendarHeart.tsx +19 -0
- package/src/glyphs/CalendarMinus.tsx +19 -0
- package/src/glyphs/CalendarMinus2.tsx +19 -0
- package/src/glyphs/CalendarOff.tsx +20 -0
- package/src/glyphs/CalendarPlus.tsx +20 -0
- package/src/glyphs/CalendarPlus2.tsx +20 -0
- package/src/glyphs/CalendarRange.tsx +22 -0
- package/src/glyphs/CalendarSearch.tsx +20 -0
- package/src/glyphs/CalendarSync.tsx +22 -0
- package/src/glyphs/CalendarX.tsx +20 -0
- package/src/glyphs/CalendarX2.tsx +20 -0
- package/src/glyphs/Calendars.tsx +20 -0
- package/src/glyphs/Camera.tsx +16 -0
- package/src/glyphs/CameraOff.tsx +18 -0
- package/src/glyphs/CandlestickChart.tsx +21 -0
- package/src/glyphs/Candy.tsx +19 -0
- package/src/glyphs/CandyCane.tsx +19 -0
- package/src/glyphs/CandyOff.tsx +21 -0
- package/src/glyphs/Cannabis.tsx +16 -0
- package/src/glyphs/CannabisOff.tsx +20 -0
- package/src/glyphs/Captions.tsx +16 -0
- package/src/glyphs/CaptionsOff.tsx +20 -0
- package/src/glyphs/Car.tsx +18 -0
- package/src/glyphs/CarFront.tsx +20 -0
- package/src/glyphs/CarTaxiFront.tsx +21 -0
- package/src/glyphs/Caravan.tsx +18 -0
- package/src/glyphs/CardSim.tsx +18 -0
- package/src/glyphs/Carrot.tsx +17 -0
- package/src/glyphs/CaseLower.tsx +18 -0
- package/src/glyphs/CaseSensitive.tsx +18 -0
- package/src/glyphs/CaseUpper.tsx +17 -0
- package/src/glyphs/CassetteTape.tsx +19 -0
- package/src/glyphs/Cast.tsx +18 -0
- package/src/glyphs/Castle.tsx +22 -0
- package/src/glyphs/Cat.tsx +18 -0
- package/src/glyphs/Cctv.tsx +19 -0
- package/src/glyphs/CctvOff.tsx +20 -0
- package/src/glyphs/ChartArea.tsx +16 -0
- package/src/glyphs/ChartBar.tsx +18 -0
- package/src/glyphs/ChartBarBig.tsx +17 -0
- package/src/glyphs/ChartBarDecreasing.tsx +18 -0
- package/src/glyphs/ChartBarIncreasing.tsx +18 -0
- package/src/glyphs/ChartBarStacked.tsx +19 -0
- package/src/glyphs/ChartCandlestick.tsx +21 -0
- package/src/glyphs/ChartColumn.tsx +18 -0
- package/src/glyphs/ChartColumnBig.tsx +17 -0
- package/src/glyphs/ChartColumnDecreasing.tsx +18 -0
- package/src/glyphs/ChartColumnIncreasing.tsx +18 -0
- package/src/glyphs/ChartColumnStacked.tsx +19 -0
- package/src/glyphs/ChartGantt.tsx +18 -0
- package/src/glyphs/ChartLine.tsx +16 -0
- package/src/glyphs/ChartNetwork.tsx +21 -0
- package/src/glyphs/ChartNoAxesColumn.tsx +17 -0
- package/src/glyphs/ChartNoAxesColumnDecreasing.tsx +17 -0
- package/src/glyphs/ChartNoAxesColumnIncreasing.tsx +17 -0
- package/src/glyphs/ChartNoAxesCombined.tsx +20 -0
- package/src/glyphs/ChartNoAxesGantt.tsx +17 -0
- package/src/glyphs/ChartPie.tsx +16 -0
- package/src/glyphs/ChartScatter.tsx +20 -0
- package/src/glyphs/ChartSpline.tsx +16 -0
- package/src/glyphs/Check.tsx +6 -0
- package/src/glyphs/CheckCheck.tsx +16 -0
- package/src/glyphs/CheckCircle.tsx +16 -0
- package/src/glyphs/CheckCircle2.tsx +16 -0
- package/src/glyphs/CheckLine.tsx +17 -0
- package/src/glyphs/CheckSquare.tsx +16 -0
- package/src/glyphs/CheckSquare2.tsx +16 -0
- package/src/glyphs/ChefHat.tsx +16 -0
- package/src/glyphs/Cherry.tsx +18 -0
- package/src/glyphs/ChessBishop.tsx +18 -0
- package/src/glyphs/ChessKing.tsx +18 -0
- package/src/glyphs/ChessKnight.tsx +19 -0
- package/src/glyphs/ChessPawn.tsx +19 -0
- package/src/glyphs/ChessQueen.tsx +22 -0
- package/src/glyphs/ChessRook.tsx +21 -0
- package/src/glyphs/ChevronDown.tsx +6 -0
- package/src/glyphs/ChevronDownCircle.tsx +16 -0
- package/src/glyphs/ChevronDownSquare.tsx +16 -0
- package/src/glyphs/ChevronFirst.tsx +16 -0
- package/src/glyphs/ChevronLast.tsx +16 -0
- package/src/glyphs/ChevronLeft.tsx +6 -0
- package/src/glyphs/ChevronLeftCircle.tsx +16 -0
- package/src/glyphs/ChevronLeftSquare.tsx +16 -0
- package/src/glyphs/ChevronRight.tsx +6 -0
- package/src/glyphs/ChevronRightCircle.tsx +16 -0
- package/src/glyphs/ChevronRightSquare.tsx +16 -0
- package/src/glyphs/ChevronUp.tsx +6 -0
- package/src/glyphs/ChevronUpCircle.tsx +16 -0
- package/src/glyphs/ChevronUpSquare.tsx +16 -0
- package/src/glyphs/ChevronsDown.tsx +16 -0
- package/src/glyphs/ChevronsDownUp.tsx +16 -0
- package/src/glyphs/ChevronsLeft.tsx +16 -0
- package/src/glyphs/ChevronsLeftRight.tsx +16 -0
- package/src/glyphs/ChevronsLeftRightEllipsis.tsx +19 -0
- package/src/glyphs/ChevronsRight.tsx +16 -0
- package/src/glyphs/ChevronsRightLeft.tsx +16 -0
- package/src/glyphs/ChevronsUp.tsx +16 -0
- package/src/glyphs/ChevronsUpDown.tsx +16 -0
- package/src/glyphs/Church.tsx +19 -0
- package/src/glyphs/Cigarette.tsx +19 -0
- package/src/glyphs/CigaretteOff.tsx +20 -0
- package/src/glyphs/Circle.tsx +6 -0
- package/src/glyphs/CircleAlert.tsx +17 -0
- package/src/glyphs/CircleArrowDown.tsx +17 -0
- package/src/glyphs/CircleArrowLeft.tsx +17 -0
- package/src/glyphs/CircleArrowOutDownLeft.tsx +17 -0
- package/src/glyphs/CircleArrowOutDownRight.tsx +17 -0
- package/src/glyphs/CircleArrowOutUpLeft.tsx +17 -0
- package/src/glyphs/CircleArrowOutUpRight.tsx +17 -0
- package/src/glyphs/CircleArrowRight.tsx +17 -0
- package/src/glyphs/CircleArrowUp.tsx +17 -0
- package/src/glyphs/CircleCheck.tsx +16 -0
- package/src/glyphs/CircleCheckBig.tsx +16 -0
- package/src/glyphs/CircleChevronDown.tsx +16 -0
- package/src/glyphs/CircleChevronLeft.tsx +16 -0
- package/src/glyphs/CircleChevronRight.tsx +16 -0
- package/src/glyphs/CircleChevronUp.tsx +16 -0
- package/src/glyphs/CircleDashed.tsx +22 -0
- package/src/glyphs/CircleDivide.tsx +18 -0
- package/src/glyphs/CircleDollarSign.tsx +17 -0
- package/src/glyphs/CircleDot.tsx +16 -0
- package/src/glyphs/CircleDotDashed.tsx +23 -0
- package/src/glyphs/CircleEllipsis.tsx +18 -0
- package/src/glyphs/CircleEqual.tsx +17 -0
- package/src/glyphs/CircleFadingArrowUp.tsx +21 -0
- package/src/glyphs/CircleFadingPlus.tsx +21 -0
- package/src/glyphs/CircleGauge.tsx +17 -0
- package/src/glyphs/CircleHelp.tsx +17 -0
- package/src/glyphs/CircleMinus.tsx +16 -0
- package/src/glyphs/CircleOff.tsx +17 -0
- package/src/glyphs/CircleParking.tsx +16 -0
- package/src/glyphs/CircleParkingOff.tsx +20 -0
- package/src/glyphs/CirclePause.tsx +17 -0
- package/src/glyphs/CirclePercent.tsx +18 -0
- package/src/glyphs/CirclePile.tsx +20 -0
- package/src/glyphs/CirclePlay.tsx +16 -0
- package/src/glyphs/CirclePlus.tsx +17 -0
- package/src/glyphs/CirclePoundSterling.tsx +18 -0
- package/src/glyphs/CirclePower.tsx +17 -0
- package/src/glyphs/CircleQuestionMark.tsx +17 -0
- package/src/glyphs/CircleSlash.tsx +16 -0
- package/src/glyphs/CircleSlash2.tsx +16 -0
- package/src/glyphs/CircleSlashed.tsx +16 -0
- package/src/glyphs/CircleSmall.tsx +6 -0
- package/src/glyphs/CircleStar.tsx +16 -0
- package/src/glyphs/CircleStop.tsx +16 -0
- package/src/glyphs/CircleUser.tsx +17 -0
- package/src/glyphs/CircleUserRound.tsx +17 -0
- package/src/glyphs/CircleX.tsx +17 -0
- package/src/glyphs/CircuitBoard.tsx +19 -0
- package/src/glyphs/Citrus.tsx +18 -0
- package/src/glyphs/Clapperboard.tsx +18 -0
- package/src/glyphs/Clipboard.tsx +16 -0
- package/src/glyphs/ClipboardCheck.tsx +17 -0
- package/src/glyphs/ClipboardClock.tsx +19 -0
- package/src/glyphs/ClipboardCopy.tsx +19 -0
- package/src/glyphs/ClipboardEdit.tsx +18 -0
- package/src/glyphs/ClipboardList.tsx +20 -0
- package/src/glyphs/ClipboardMinus.tsx +17 -0
- package/src/glyphs/ClipboardPaste.tsx +19 -0
- package/src/glyphs/ClipboardPen.tsx +18 -0
- package/src/glyphs/ClipboardPenLine.tsx +19 -0
- package/src/glyphs/ClipboardPlus.tsx +18 -0
- package/src/glyphs/ClipboardSignature.tsx +19 -0
- package/src/glyphs/ClipboardType.tsx +19 -0
- package/src/glyphs/ClipboardX.tsx +18 -0
- package/src/glyphs/Clock.tsx +16 -0
- package/src/glyphs/Clock1.tsx +16 -0
- package/src/glyphs/Clock10.tsx +16 -0
- package/src/glyphs/Clock11.tsx +16 -0
- package/src/glyphs/Clock12.tsx +16 -0
- package/src/glyphs/Clock2.tsx +16 -0
- package/src/glyphs/Clock3.tsx +16 -0
- package/src/glyphs/Clock4.tsx +16 -0
- package/src/glyphs/Clock5.tsx +16 -0
- package/src/glyphs/Clock6.tsx +16 -0
- package/src/glyphs/Clock7.tsx +16 -0
- package/src/glyphs/Clock8.tsx +16 -0
- package/src/glyphs/Clock9.tsx +16 -0
- package/src/glyphs/ClockAlert.tsx +18 -0
- package/src/glyphs/ClockArrowDown.tsx +18 -0
- package/src/glyphs/ClockArrowUp.tsx +18 -0
- package/src/glyphs/ClockCheck.tsx +17 -0
- package/src/glyphs/ClockFading.tsx +20 -0
- package/src/glyphs/ClockPlus.tsx +18 -0
- package/src/glyphs/ClosedCaption.tsx +17 -0
- package/src/glyphs/Cloud.tsx +11 -0
- package/src/glyphs/CloudAlert.tsx +17 -0
- package/src/glyphs/CloudBackup.tsx +17 -0
- package/src/glyphs/CloudCheck.tsx +16 -0
- package/src/glyphs/CloudCog.tsx +23 -0
- package/src/glyphs/CloudDownload.tsx +17 -0
- package/src/glyphs/CloudDrizzle.tsx +21 -0
- package/src/glyphs/CloudFog.tsx +17 -0
- package/src/glyphs/CloudHail.tsx +21 -0
- package/src/glyphs/CloudLightning.tsx +16 -0
- package/src/glyphs/CloudMoon.tsx +16 -0
- package/src/glyphs/CloudMoonRain.tsx +18 -0
- package/src/glyphs/CloudOff.tsx +17 -0
- package/src/glyphs/CloudRain.tsx +18 -0
- package/src/glyphs/CloudRainWind.tsx +18 -0
- package/src/glyphs/CloudSnow.tsx +21 -0
- package/src/glyphs/CloudSun.tsx +20 -0
- package/src/glyphs/CloudSunRain.tsx +22 -0
- package/src/glyphs/CloudSync.tsx +19 -0
- package/src/glyphs/CloudUpload.tsx +17 -0
- package/src/glyphs/Cloudy.tsx +16 -0
- package/src/glyphs/Clover.tsx +17 -0
- package/src/glyphs/Club.tsx +16 -0
- package/src/glyphs/Code.tsx +16 -0
- package/src/glyphs/Code2.tsx +17 -0
- package/src/glyphs/CodeSquare.tsx +17 -0
- package/src/glyphs/CodeXml.tsx +17 -0
- package/src/glyphs/Coffee.tsx +18 -0
- package/src/glyphs/Cog.tsx +28 -0
- package/src/glyphs/Coins.tsx +18 -0
- package/src/glyphs/Columns.tsx +16 -0
- package/src/glyphs/Columns2.tsx +16 -0
- package/src/glyphs/Columns3.tsx +17 -0
- package/src/glyphs/Columns3Cog.tsx +26 -0
- package/src/glyphs/Columns4.tsx +18 -0
- package/src/glyphs/ColumnsSettings.tsx +26 -0
- package/src/glyphs/Combine.tsx +20 -0
- package/src/glyphs/Command.tsx +13 -0
- package/src/glyphs/Compass.tsx +16 -0
- package/src/glyphs/Component.tsx +18 -0
- package/src/glyphs/Computer.tsx +18 -0
- package/src/glyphs/ConciergeBell.tsx +18 -0
- package/src/glyphs/Cone.tsx +16 -0
- package/src/glyphs/Construction.tsx +22 -0
- package/src/glyphs/Contact.tsx +19 -0
- package/src/glyphs/Contact2.tsx +19 -0
- package/src/glyphs/ContactRound.tsx +19 -0
- package/src/glyphs/Container.tsx +19 -0
- package/src/glyphs/Contrast.tsx +16 -0
- package/src/glyphs/Cookie.tsx +20 -0
- package/src/glyphs/CookingPot.tsx +18 -0
- package/src/glyphs/Copy.tsx +16 -0
- package/src/glyphs/CopyCheck.tsx +17 -0
- package/src/glyphs/CopyMinus.tsx +17 -0
- package/src/glyphs/CopyPlus.tsx +18 -0
- package/src/glyphs/CopySlash.tsx +17 -0
- package/src/glyphs/CopyX.tsx +18 -0
- package/src/glyphs/Copyleft.tsx +16 -0
- package/src/glyphs/Copyright.tsx +16 -0
- package/src/glyphs/CornerDownLeft.tsx +16 -0
- package/src/glyphs/CornerDownRight.tsx +16 -0
- package/src/glyphs/CornerLeftDown.tsx +16 -0
- package/src/glyphs/CornerLeftUp.tsx +16 -0
- package/src/glyphs/CornerRightDown.tsx +16 -0
- package/src/glyphs/CornerRightUp.tsx +16 -0
- package/src/glyphs/CornerUpLeft.tsx +16 -0
- package/src/glyphs/CornerUpRight.tsx +16 -0
- package/src/glyphs/Cpu.tsx +28 -0
- package/src/glyphs/CreativeCommons.tsx +17 -0
- package/src/glyphs/CreditCard.tsx +16 -0
- package/src/glyphs/Croissant.tsx +19 -0
- package/src/glyphs/Crop.tsx +16 -0
- package/src/glyphs/Cross.tsx +13 -0
- package/src/glyphs/Crosshair.tsx +19 -0
- package/src/glyphs/Crown.tsx +16 -0
- package/src/glyphs/Cuboid.tsx +17 -0
- package/src/glyphs/CupSoda.tsx +18 -0
- package/src/glyphs/CurlyBraces.tsx +16 -0
- package/src/glyphs/Currency.tsx +19 -0
- package/src/glyphs/Cylinder.tsx +16 -0
- package/src/glyphs/Dam.tsx +21 -0
- package/src/glyphs/Database.tsx +17 -0
- package/src/glyphs/DatabaseBackup.tsx +20 -0
- package/src/glyphs/DatabaseSearch.tsx +20 -0
- package/src/glyphs/DatabaseZap.tsx +19 -0
- package/src/glyphs/DecimalsArrowLeft.tsx +18 -0
- package/src/glyphs/DecimalsArrowRight.tsx +19 -0
- package/src/glyphs/Delete.tsx +17 -0
- package/src/glyphs/Dessert.tsx +17 -0
- package/src/glyphs/Diameter.tsx +19 -0
- package/src/glyphs/Diamond.tsx +13 -0
- package/src/glyphs/DiamondMinus.tsx +16 -0
- package/src/glyphs/DiamondPercent.tsx +18 -0
- package/src/glyphs/DiamondPlus.tsx +17 -0
- package/src/glyphs/Dice1.tsx +16 -0
- package/src/glyphs/Dice2.tsx +17 -0
- package/src/glyphs/Dice3.tsx +18 -0
- package/src/glyphs/Dice4.tsx +19 -0
- package/src/glyphs/Dice5.tsx +20 -0
- package/src/glyphs/Dice6.tsx +21 -0
- package/src/glyphs/Dices.tsx +20 -0
- package/src/glyphs/Diff.tsx +17 -0
- package/src/glyphs/Disc.tsx +16 -0
- package/src/glyphs/Disc2.tsx +17 -0
- package/src/glyphs/Disc3.tsx +18 -0
- package/src/glyphs/DiscAlbum.tsx +17 -0
- package/src/glyphs/Divide.tsx +17 -0
- package/src/glyphs/DivideCircle.tsx +18 -0
- package/src/glyphs/DivideSquare.tsx +18 -0
- package/src/glyphs/Dna.tsx +25 -0
- package/src/glyphs/DnaOff.tsx +24 -0
- package/src/glyphs/Dock.tsx +17 -0
- package/src/glyphs/Dog.tsx +19 -0
- package/src/glyphs/DollarSign.tsx +16 -0
- package/src/glyphs/Donut.tsx +16 -0
- package/src/glyphs/DoorClosed.tsx +17 -0
- package/src/glyphs/DoorClosedLocked.tsx +19 -0
- package/src/glyphs/DoorOpen.tsx +19 -0
- package/src/glyphs/Dot.tsx +6 -0
- package/src/glyphs/DotSquare.tsx +16 -0
- package/src/glyphs/Download.tsx +17 -0
- package/src/glyphs/DownloadCloud.tsx +17 -0
- package/src/glyphs/DraftingCompass.tsx +19 -0
- package/src/glyphs/Drama.tsx +22 -0
- package/src/glyphs/Drill.tsx +20 -0
- package/src/glyphs/Drone.tsx +23 -0
- package/src/glyphs/Droplet.tsx +13 -0
- package/src/glyphs/DropletOff.tsx +17 -0
- package/src/glyphs/Droplets.tsx +16 -0
- package/src/glyphs/Drum.tsx +21 -0
- package/src/glyphs/Drumstick.tsx +16 -0
- package/src/glyphs/Dumbbell.tsx +19 -0
- package/src/glyphs/Ear.tsx +16 -0
- package/src/glyphs/EarOff.tsx +19 -0
- package/src/glyphs/Earth.tsx +18 -0
- package/src/glyphs/EarthLock.tsx +20 -0
- package/src/glyphs/Eclipse.tsx +16 -0
- package/src/glyphs/Edit.tsx +16 -0
- package/src/glyphs/Edit2.tsx +13 -0
- package/src/glyphs/Edit3.tsx +16 -0
- package/src/glyphs/Egg.tsx +11 -0
- package/src/glyphs/EggFried.tsx +16 -0
- package/src/glyphs/EggOff.tsx +17 -0
- package/src/glyphs/Ellipse.tsx +6 -0
- package/src/glyphs/Ellipsis.tsx +17 -0
- package/src/glyphs/EllipsisVertical.tsx +17 -0
- package/src/glyphs/Equal.tsx +16 -0
- package/src/glyphs/EqualApproximately.tsx +16 -0
- package/src/glyphs/EqualNot.tsx +17 -0
- package/src/glyphs/EqualSquare.tsx +17 -0
- package/src/glyphs/Eraser.tsx +16 -0
- package/src/glyphs/EthernetPort.tsx +19 -0
- package/src/glyphs/Euro.tsx +17 -0
- package/src/glyphs/EvCharger.tsx +19 -0
- package/src/glyphs/Expand.tsx +22 -0
- package/src/glyphs/ExternalLink.tsx +17 -0
- package/src/glyphs/Eye.tsx +16 -0
- package/src/glyphs/EyeClosed.tsx +19 -0
- package/src/glyphs/EyeOff.tsx +18 -0
- package/src/glyphs/Factory.tsx +18 -0
- package/src/glyphs/Fan.tsx +16 -0
- package/src/glyphs/FastForward.tsx +16 -0
- package/src/glyphs/Feather.tsx +17 -0
- package/src/glyphs/Fence.tsx +21 -0
- package/src/glyphs/FerrisWheel.tsx +23 -0
- package/src/glyphs/File.tsx +16 -0
- package/src/glyphs/FileArchive.tsx +20 -0
- package/src/glyphs/FileAudio.tsx +17 -0
- package/src/glyphs/FileAudio2.tsx +17 -0
- package/src/glyphs/FileAxis3D.tsx +18 -0
- package/src/glyphs/FileBadge.tsx +18 -0
- package/src/glyphs/FileBadge2.tsx +18 -0
- package/src/glyphs/FileBarChart.tsx +19 -0
- package/src/glyphs/FileBarChart2.tsx +19 -0
- package/src/glyphs/FileBox.tsx +19 -0
- package/src/glyphs/FileBraces.tsx +18 -0
- package/src/glyphs/FileBracesCorner.tsx +18 -0
- package/src/glyphs/FileChartColumn.tsx +19 -0
- package/src/glyphs/FileChartColumnIncreasing.tsx +19 -0
- package/src/glyphs/FileChartLine.tsx +17 -0
- package/src/glyphs/FileChartPie.tsx +18 -0
- package/src/glyphs/FileCheck.tsx +17 -0
- package/src/glyphs/FileCheck2.tsx +17 -0
- package/src/glyphs/FileCheckCorner.tsx +17 -0
- package/src/glyphs/FileClock.tsx +18 -0
- package/src/glyphs/FileCode.tsx +18 -0
- package/src/glyphs/FileCode2.tsx +18 -0
- package/src/glyphs/FileCodeCorner.tsx +18 -0
- package/src/glyphs/FileCog.tsx +26 -0
- package/src/glyphs/FileCog2.tsx +26 -0
- package/src/glyphs/FileDiff.tsx +18 -0
- package/src/glyphs/FileDigit.tsx +19 -0
- package/src/glyphs/FileDown.tsx +18 -0
- package/src/glyphs/FileEdit.tsx +17 -0
- package/src/glyphs/FileExclamationPoint.tsx +17 -0
- package/src/glyphs/FileHeadphone.tsx +17 -0
- package/src/glyphs/FileHeart.tsx +17 -0
- package/src/glyphs/FileImage.tsx +18 -0
- package/src/glyphs/FileInput.tsx +18 -0
- package/src/glyphs/FileJson.tsx +18 -0
- package/src/glyphs/FileJson2.tsx +18 -0
- package/src/glyphs/FileKey.tsx +19 -0
- package/src/glyphs/FileKey2.tsx +19 -0
- package/src/glyphs/FileLineChart.tsx +17 -0
- package/src/glyphs/FileLock.tsx +18 -0
- package/src/glyphs/FileLock2.tsx +18 -0
- package/src/glyphs/FileMinus.tsx +17 -0
- package/src/glyphs/FileMinus2.tsx +17 -0
- package/src/glyphs/FileMinusCorner.tsx +17 -0
- package/src/glyphs/FileMusic.tsx +18 -0
- package/src/glyphs/FileOutput.tsx +18 -0
- package/src/glyphs/FilePen.tsx +17 -0
- package/src/glyphs/FilePenLine.tsx +18 -0
- package/src/glyphs/FilePieChart.tsx +18 -0
- package/src/glyphs/FilePlay.tsx +17 -0
- package/src/glyphs/FilePlus.tsx +18 -0
- package/src/glyphs/FilePlus2.tsx +18 -0
- package/src/glyphs/FilePlusCorner.tsx +18 -0
- package/src/glyphs/FileQuestion.tsx +17 -0
- package/src/glyphs/FileQuestionMark.tsx +17 -0
- package/src/glyphs/FileScan.tsx +20 -0
- package/src/glyphs/FileSearch.tsx +18 -0
- package/src/glyphs/FileSearch2.tsx +18 -0
- package/src/glyphs/FileSearchCorner.tsx +18 -0
- package/src/glyphs/FileSignal.tsx +19 -0
- package/src/glyphs/FileSignature.tsx +18 -0
- package/src/glyphs/FileSliders.tsx +20 -0
- package/src/glyphs/FileSpreadsheet.tsx +20 -0
- package/src/glyphs/FileStack.tsx +17 -0
- package/src/glyphs/FileSymlink.tsx +17 -0
- package/src/glyphs/FileTerminal.tsx +18 -0
- package/src/glyphs/FileText.tsx +19 -0
- package/src/glyphs/FileType.tsx +19 -0
- package/src/glyphs/FileType2.tsx +19 -0
- package/src/glyphs/FileTypeCorner.tsx +19 -0
- package/src/glyphs/FileUp.tsx +18 -0
- package/src/glyphs/FileUser.tsx +18 -0
- package/src/glyphs/FileVideo.tsx +17 -0
- package/src/glyphs/FileVideo2.tsx +18 -0
- package/src/glyphs/FileVideoCamera.tsx +18 -0
- package/src/glyphs/FileVolume.tsx +18 -0
- package/src/glyphs/FileVolume2.tsx +19 -0
- package/src/glyphs/FileWarning.tsx +17 -0
- package/src/glyphs/FileX.tsx +18 -0
- package/src/glyphs/FileX2.tsx +18 -0
- package/src/glyphs/FileXCorner.tsx +18 -0
- package/src/glyphs/Files.tsx +17 -0
- package/src/glyphs/Film.tsx +22 -0
- package/src/glyphs/Filter.tsx +13 -0
- package/src/glyphs/FilterX.tsx +17 -0
- package/src/glyphs/FingerprintPattern.tsx +23 -0
- package/src/glyphs/FireExtinguisher.tsx +20 -0
- package/src/glyphs/Fish.tsx +20 -0
- package/src/glyphs/FishOff.tsx +17 -0
- package/src/glyphs/FishSymbol.tsx +6 -0
- package/src/glyphs/FishingHook.tsx +17 -0
- package/src/glyphs/FishingRod.tsx +17 -0
- package/src/glyphs/Flag.tsx +13 -0
- package/src/glyphs/FlagOff.tsx +18 -0
- package/src/glyphs/FlagTriangleLeft.tsx +13 -0
- package/src/glyphs/FlagTriangleRight.tsx +13 -0
- package/src/glyphs/Flame.tsx +13 -0
- package/src/glyphs/FlameKindling.tsx +17 -0
- package/src/glyphs/Flashlight.tsx +17 -0
- package/src/glyphs/FlashlightOff.tsx +19 -0
- package/src/glyphs/FlaskConical.tsx +17 -0
- package/src/glyphs/FlaskConicalOff.tsx +20 -0
- package/src/glyphs/FlaskRound.tsx +17 -0
- package/src/glyphs/FlipHorizontal.tsx +20 -0
- package/src/glyphs/FlipHorizontal2.tsx +20 -0
- package/src/glyphs/FlipVertical.tsx +20 -0
- package/src/glyphs/FlipVertical2.tsx +20 -0
- package/src/glyphs/Flower.tsx +24 -0
- package/src/glyphs/Flower2.tsx +19 -0
- package/src/glyphs/Focus.tsx +19 -0
- package/src/glyphs/FoldHorizontal.tsx +22 -0
- package/src/glyphs/FoldVertical.tsx +22 -0
- package/src/glyphs/Folder.tsx +13 -0
- package/src/glyphs/FolderArchive.tsx +18 -0
- package/src/glyphs/FolderBookmark.tsx +16 -0
- package/src/glyphs/FolderCheck.tsx +16 -0
- package/src/glyphs/FolderClock.tsx +17 -0
- package/src/glyphs/FolderClosed.tsx +16 -0
- package/src/glyphs/FolderCode.tsx +17 -0
- package/src/glyphs/FolderCog.tsx +24 -0
- package/src/glyphs/FolderCog2.tsx +24 -0
- package/src/glyphs/FolderDot.tsx +16 -0
- package/src/glyphs/FolderDown.tsx +17 -0
- package/src/glyphs/FolderEdit.tsx +16 -0
- package/src/glyphs/FolderGit.tsx +18 -0
- package/src/glyphs/FolderGit2.tsx +18 -0
- package/src/glyphs/FolderHeart.tsx +16 -0
- package/src/glyphs/FolderInput.tsx +17 -0
- package/src/glyphs/FolderKanban.tsx +18 -0
- package/src/glyphs/FolderKey.tsx +18 -0
- package/src/glyphs/FolderLock.tsx +17 -0
- package/src/glyphs/FolderMinus.tsx +16 -0
- package/src/glyphs/FolderOpen.tsx +13 -0
- package/src/glyphs/FolderOpenDot.tsx +16 -0
- package/src/glyphs/FolderOutput.tsx +17 -0
- package/src/glyphs/FolderPen.tsx +16 -0
- package/src/glyphs/FolderPlus.tsx +17 -0
- package/src/glyphs/FolderRoot.tsx +17 -0
- package/src/glyphs/FolderSearch.tsx +17 -0
- package/src/glyphs/FolderSearch2.tsx +17 -0
- package/src/glyphs/FolderSymlink.tsx +16 -0
- package/src/glyphs/FolderSync.tsx +19 -0
- package/src/glyphs/FolderTree.tsx +18 -0
- package/src/glyphs/FolderUp.tsx +17 -0
- package/src/glyphs/FolderX.tsx +17 -0
- package/src/glyphs/Folders.tsx +16 -0
- package/src/glyphs/Footprints.tsx +18 -0
- package/src/glyphs/ForkKnife.tsx +17 -0
- package/src/glyphs/ForkKnifeCrossed.tsx +18 -0
- package/src/glyphs/Forklift.tsx +21 -0
- package/src/glyphs/Form.tsx +18 -0
- package/src/glyphs/FormInput.tsx +18 -0
- package/src/glyphs/Forward.tsx +16 -0
- package/src/glyphs/Frame.tsx +18 -0
- package/src/glyphs/Frown.tsx +18 -0
- package/src/glyphs/Fuel.tsx +18 -0
- package/src/glyphs/Fullscreen.tsx +19 -0
- package/src/glyphs/FunctionSquare.tsx +17 -0
- package/src/glyphs/Funnel.tsx +13 -0
- package/src/glyphs/FunnelPlus.tsx +17 -0
- package/src/glyphs/FunnelX.tsx +17 -0
- package/src/glyphs/GalleryHorizontal.tsx +17 -0
- package/src/glyphs/GalleryHorizontalEnd.tsx +17 -0
- package/src/glyphs/GalleryThumbnails.tsx +19 -0
- package/src/glyphs/GalleryVertical.tsx +17 -0
- package/src/glyphs/GalleryVerticalEnd.tsx +17 -0
- package/src/glyphs/Gamepad.tsx +19 -0
- package/src/glyphs/Gamepad2.tsx +19 -0
- package/src/glyphs/GamepadDirectional.tsx +18 -0
- package/src/glyphs/GanttChart.tsx +17 -0
- package/src/glyphs/GanttChartSquare.tsx +18 -0
- package/src/glyphs/Gauge.tsx +16 -0
- package/src/glyphs/GaugeCircle.tsx +17 -0
- package/src/glyphs/Gavel.tsx +19 -0
- package/src/glyphs/Gem.tsx +17 -0
- package/src/glyphs/GeorgianLari.tsx +18 -0
- package/src/glyphs/Ghost.tsx +17 -0
- package/src/glyphs/Gift.tsx +18 -0
- package/src/glyphs/GitBranch.tsx +17 -0
- package/src/glyphs/GitBranchMinus.tsx +18 -0
- package/src/glyphs/GitBranchPlus.tsx +20 -0
- package/src/glyphs/GitCommit.tsx +17 -0
- package/src/glyphs/GitCommitHorizontal.tsx +17 -0
- package/src/glyphs/GitCommitVertical.tsx +17 -0
- package/src/glyphs/GitCompare.tsx +18 -0
- package/src/glyphs/GitCompareArrows.tsx +20 -0
- package/src/glyphs/GitFork.tsx +19 -0
- package/src/glyphs/GitGraph.tsx +20 -0
- package/src/glyphs/GitMerge.tsx +17 -0
- package/src/glyphs/GitMergeConflict.tsx +19 -0
- package/src/glyphs/GitPullRequest.tsx +18 -0
- package/src/glyphs/GitPullRequestArrow.tsx +19 -0
- package/src/glyphs/GitPullRequestClosed.tsx +20 -0
- package/src/glyphs/GitPullRequestCreate.tsx +19 -0
- package/src/glyphs/GitPullRequestCreateArrow.tsx +20 -0
- package/src/glyphs/GitPullRequestDraft.tsx +19 -0
- package/src/glyphs/GlassWater.tsx +16 -0
- package/src/glyphs/Glasses.tsx +19 -0
- package/src/glyphs/Globe.tsx +17 -0
- package/src/glyphs/Globe2.tsx +18 -0
- package/src/glyphs/GlobeLock.tsx +18 -0
- package/src/glyphs/GlobeOff.tsx +21 -0
- package/src/glyphs/GlobeX.tsx +17 -0
- package/src/glyphs/Goal.tsx +17 -0
- package/src/glyphs/Gpu.tsx +19 -0
- package/src/glyphs/Grab.tsx +19 -0
- package/src/glyphs/GraduationCap.tsx +17 -0
- package/src/glyphs/Grape.tsx +23 -0
- package/src/glyphs/Grid.tsx +19 -0
- package/src/glyphs/Grid2X2.tsx +17 -0
- package/src/glyphs/Grid2X2Check.tsx +16 -0
- package/src/glyphs/Grid2X2Plus.tsx +17 -0
- package/src/glyphs/Grid2X2X.tsx +17 -0
- package/src/glyphs/Grid3X3.tsx +19 -0
- package/src/glyphs/Grid3x2.tsx +18 -0
- package/src/glyphs/Grip.tsx +23 -0
- package/src/glyphs/GripHorizontal.tsx +20 -0
- package/src/glyphs/GripVertical.tsx +20 -0
- package/src/glyphs/Group.tsx +20 -0
- package/src/glyphs/Guitar.tsx +18 -0
- package/src/glyphs/Ham.tsx +18 -0
- package/src/glyphs/Hamburger.tsx +18 -0
- package/src/glyphs/Hammer.tsx +17 -0
- package/src/glyphs/Hand.tsx +18 -0
- package/src/glyphs/HandCoins.tsx +19 -0
- package/src/glyphs/HandFist.tsx +18 -0
- package/src/glyphs/HandGrab.tsx +19 -0
- package/src/glyphs/HandHeart.tsx +18 -0
- package/src/glyphs/HandHelping.tsx +17 -0
- package/src/glyphs/HandMetal.tsx +18 -0
- package/src/glyphs/HandPlatter.tsx +20 -0
- package/src/glyphs/Handbag.tsx +16 -0
- package/src/glyphs/Handshake.tsx +19 -0
- package/src/glyphs/HardDrive.tsx +18 -0
- package/src/glyphs/HardDriveDownload.tsx +19 -0
- package/src/glyphs/HardDriveUpload.tsx +19 -0
- package/src/glyphs/HardHat.tsx +18 -0
- package/src/glyphs/Hash.tsx +18 -0
- package/src/glyphs/HatGlasses.tsx +19 -0
- package/src/glyphs/Haze.tsx +22 -0
- package/src/glyphs/Hd.tsx +19 -0
- package/src/glyphs/HdmiPort.tsx +16 -0
- package/src/glyphs/Heading.tsx +17 -0
- package/src/glyphs/Heading1.tsx +18 -0
- package/src/glyphs/Heading2.tsx +18 -0
- package/src/glyphs/Heading3.tsx +19 -0
- package/src/glyphs/Heading4.tsx +19 -0
- package/src/glyphs/Heading5.tsx +19 -0
- package/src/glyphs/Heading6.tsx +19 -0
- package/src/glyphs/HeadphoneOff.tsx +19 -0
- package/src/glyphs/Headphones.tsx +13 -0
- package/src/glyphs/Headset.tsx +16 -0
- package/src/glyphs/Heart.tsx +13 -0
- package/src/glyphs/HeartCrack.tsx +16 -0
- package/src/glyphs/HeartHandshake.tsx +13 -0
- package/src/glyphs/HeartMinus.tsx +16 -0
- package/src/glyphs/HeartOff.tsx +17 -0
- package/src/glyphs/HeartPlus.tsx +17 -0
- package/src/glyphs/HeartPulse.tsx +16 -0
- package/src/glyphs/HeartX.tsx +17 -0
- package/src/glyphs/Heater.tsx +24 -0
- package/src/glyphs/Helicopter.tsx +22 -0
- package/src/glyphs/HelpCircle.tsx +17 -0
- package/src/glyphs/HelpingHand.tsx +17 -0
- package/src/glyphs/Hexagon.tsx +13 -0
- package/src/glyphs/Highlighter.tsx +16 -0
- package/src/glyphs/History.tsx +17 -0
- package/src/glyphs/Home.tsx +16 -0
- package/src/glyphs/Hop.tsx +22 -0
- package/src/glyphs/HopOff.tsx +23 -0
- package/src/glyphs/Hospital.tsx +19 -0
- package/src/glyphs/Hotel.tsx +24 -0
- package/src/glyphs/Hourglass.tsx +18 -0
- package/src/glyphs/House.tsx +16 -0
- package/src/glyphs/HouseHeart.tsx +16 -0
- package/src/glyphs/HousePlug.tsx +18 -0
- package/src/glyphs/HousePlus.tsx +18 -0
- package/src/glyphs/HouseWifi.tsx +18 -0
- package/src/glyphs/IceCream.tsx +17 -0
- package/src/glyphs/IceCream2.tsx +17 -0
- package/src/glyphs/IceCreamBowl.tsx +17 -0
- package/src/glyphs/IceCreamCone.tsx +17 -0
- package/src/glyphs/IdCard.tsx +19 -0
- package/src/glyphs/IdCardLanyard.tsx +19 -0
- package/src/glyphs/Image.tsx +17 -0
- package/src/glyphs/ImageDown.tsx +18 -0
- package/src/glyphs/ImageMinus.tsx +18 -0
- package/src/glyphs/ImageOff.tsx +20 -0
- package/src/glyphs/ImagePlay.tsx +18 -0
- package/src/glyphs/ImagePlus.tsx +19 -0
- package/src/glyphs/ImageUp.tsx +18 -0
- package/src/glyphs/ImageUpscale.tsx +22 -0
- package/src/glyphs/Images.tsx +18 -0
- package/src/glyphs/Import.tsx +17 -0
- package/src/glyphs/Inbox.tsx +16 -0
- package/src/glyphs/Indent.tsx +18 -0
- package/src/glyphs/IndentDecrease.tsx +18 -0
- package/src/glyphs/IndentIncrease.tsx +18 -0
- package/src/glyphs/IndianRupee.tsx +19 -0
- package/src/glyphs/Info.tsx +17 -0
- package/src/glyphs/Inspect.tsx +16 -0
- package/src/glyphs/InspectionPanel.tsx +19 -0
- package/src/glyphs/Italic.tsx +17 -0
- package/src/glyphs/IterationCcw.tsx +16 -0
- package/src/glyphs/IterationCw.tsx +16 -0
- package/src/glyphs/JapaneseYen.tsx +17 -0
- package/src/glyphs/Joystick.tsx +18 -0
- package/src/glyphs/Kanban.tsx +17 -0
- package/src/glyphs/KanbanSquare.tsx +18 -0
- package/src/glyphs/KanbanSquareDashed.tsx +29 -0
- package/src/glyphs/Kayak.tsx +18 -0
- package/src/glyphs/Key.tsx +17 -0
- package/src/glyphs/KeyRound.tsx +16 -0
- package/src/glyphs/KeySquare.tsx +17 -0
- package/src/glyphs/Keyboard.tsx +23 -0
- package/src/glyphs/KeyboardMusic.tsx +23 -0
- package/src/glyphs/KeyboardOff.tsx +24 -0
- package/src/glyphs/Lamp.tsx +17 -0
- package/src/glyphs/LampCeiling.tsx +17 -0
- package/src/glyphs/LampDesk.tsx +18 -0
- package/src/glyphs/LampFloor.tsx +17 -0
- package/src/glyphs/LampWallDown.tsx +17 -0
- package/src/glyphs/LampWallUp.tsx +17 -0
- package/src/glyphs/LandPlot.tsx +18 -0
- package/src/glyphs/Landmark.tsx +20 -0
- package/src/glyphs/Languages.tsx +20 -0
- package/src/glyphs/Laptop.tsx +16 -0
- package/src/glyphs/Laptop2.tsx +16 -0
- package/src/glyphs/LaptopMinimal.tsx +16 -0
- package/src/glyphs/LaptopMinimalCheck.tsx +17 -0
- package/src/glyphs/Lasso.tsx +17 -0
- package/src/glyphs/LassoSelect.tsx +19 -0
- package/src/glyphs/Laugh.tsx +18 -0
- package/src/glyphs/Layers.tsx +17 -0
- package/src/glyphs/Layers2.tsx +16 -0
- package/src/glyphs/Layers3.tsx +17 -0
- package/src/glyphs/LayersMinus.tsx +19 -0
- package/src/glyphs/LayersPlus.tsx +19 -0
- package/src/glyphs/Layout.tsx +17 -0
- package/src/glyphs/LayoutDashboard.tsx +18 -0
- package/src/glyphs/LayoutGrid.tsx +18 -0
- package/src/glyphs/LayoutList.tsx +20 -0
- package/src/glyphs/LayoutPanelLeft.tsx +17 -0
- package/src/glyphs/LayoutPanelTop.tsx +17 -0
- package/src/glyphs/LayoutTemplate.tsx +17 -0
- package/src/glyphs/Leaf.tsx +16 -0
- package/src/glyphs/LeafyGreen.tsx +16 -0
- package/src/glyphs/Lectern.tsx +17 -0
- package/src/glyphs/LensConcave.tsx +13 -0
- package/src/glyphs/LensConvex.tsx +13 -0
- package/src/glyphs/LetterText.tsx +19 -0
- package/src/glyphs/Library.tsx +18 -0
- package/src/glyphs/LibraryBig.tsx +17 -0
- package/src/glyphs/LibrarySquare.tsx +18 -0
- package/src/glyphs/LifeBuoy.tsx +20 -0
- package/src/glyphs/Ligature.tsx +19 -0
- package/src/glyphs/Lightbulb.tsx +17 -0
- package/src/glyphs/LightbulbOff.tsx +19 -0
- package/src/glyphs/LineChart.tsx +16 -0
- package/src/glyphs/LineDotRightHorizontal.tsx +16 -0
- package/src/glyphs/LineSquiggle.tsx +13 -0
- package/src/glyphs/LineStyle.tsx +20 -0
- package/src/glyphs/Link.tsx +16 -0
- package/src/glyphs/Link2.tsx +17 -0
- package/src/glyphs/Link2Off.tsx +18 -0
- package/src/glyphs/List.tsx +20 -0
- package/src/glyphs/ListCheck.tsx +18 -0
- package/src/glyphs/ListChecks.tsx +19 -0
- package/src/glyphs/ListChevronsDownUp.tsx +19 -0
- package/src/glyphs/ListChevronsUpDown.tsx +19 -0
- package/src/glyphs/ListCollapse.tsx +19 -0
- package/src/glyphs/ListEnd.tsx +19 -0
- package/src/glyphs/ListFilter.tsx +17 -0
- package/src/glyphs/ListFilterPlus.tsx +19 -0
- package/src/glyphs/ListIndentDecrease.tsx +18 -0
- package/src/glyphs/ListIndentIncrease.tsx +18 -0
- package/src/glyphs/ListMinus.tsx +18 -0
- package/src/glyphs/ListMusic.tsx +19 -0
- package/src/glyphs/ListOrdered.tsx +20 -0
- package/src/glyphs/ListPlus.tsx +19 -0
- package/src/glyphs/ListRestart.tsx +19 -0
- package/src/glyphs/ListStart.tsx +19 -0
- package/src/glyphs/ListTodo.tsx +19 -0
- package/src/glyphs/ListTree.tsx +19 -0
- package/src/glyphs/ListVideo.tsx +18 -0
- package/src/glyphs/ListX.tsx +19 -0
- package/src/glyphs/Loader.tsx +22 -0
- package/src/glyphs/Loader2.tsx +6 -0
- package/src/glyphs/LoaderCircle.tsx +6 -0
- package/src/glyphs/LoaderPinwheel.tsx +18 -0
- package/src/glyphs/Locate.tsx +19 -0
- package/src/glyphs/LocateFixed.tsx +20 -0
- package/src/glyphs/LocateOff.tsx +21 -0
- package/src/glyphs/LocationEdit.tsx +17 -0
- package/src/glyphs/Lock.tsx +16 -0
- package/src/glyphs/LockKeyhole.tsx +17 -0
- package/src/glyphs/LockKeyholeOpen.tsx +17 -0
- package/src/glyphs/LockOpen.tsx +16 -0
- package/src/glyphs/LogIn.tsx +17 -0
- package/src/glyphs/LogOut.tsx +17 -0
- package/src/glyphs/Logs.tsx +23 -0
- package/src/glyphs/Lollipop.tsx +17 -0
- package/src/glyphs/Luggage.tsx +19 -0
- package/src/glyphs/MSquare.tsx +16 -0
- package/src/glyphs/Magnet.tsx +17 -0
- package/src/glyphs/Mail.tsx +16 -0
- package/src/glyphs/MailCheck.tsx +17 -0
- package/src/glyphs/MailMinus.tsx +17 -0
- package/src/glyphs/MailOpen.tsx +16 -0
- package/src/glyphs/MailPlus.tsx +18 -0
- package/src/glyphs/MailQuestion.tsx +18 -0
- package/src/glyphs/MailQuestionMark.tsx +18 -0
- package/src/glyphs/MailSearch.tsx +19 -0
- package/src/glyphs/MailWarning.tsx +18 -0
- package/src/glyphs/MailX.tsx +18 -0
- package/src/glyphs/Mailbox.tsx +18 -0
- package/src/glyphs/Mails.tsx +17 -0
- package/src/glyphs/Map.tsx +17 -0
- package/src/glyphs/MapMinus.tsx +18 -0
- package/src/glyphs/MapPin.tsx +16 -0
- package/src/glyphs/MapPinCheck.tsx +17 -0
- package/src/glyphs/MapPinCheckInside.tsx +16 -0
- package/src/glyphs/MapPinHouse.tsx +18 -0
- package/src/glyphs/MapPinMinus.tsx +17 -0
- package/src/glyphs/MapPinMinusInside.tsx +16 -0
- package/src/glyphs/MapPinOff.tsx +19 -0
- package/src/glyphs/MapPinPen.tsx +17 -0
- package/src/glyphs/MapPinPlus.tsx +18 -0
- package/src/glyphs/MapPinPlusInside.tsx +17 -0
- package/src/glyphs/MapPinSearch.tsx +18 -0
- package/src/glyphs/MapPinX.tsx +18 -0
- package/src/glyphs/MapPinXInside.tsx +17 -0
- package/src/glyphs/MapPinned.tsx +17 -0
- package/src/glyphs/MapPlus.tsx +19 -0
- package/src/glyphs/Mars.tsx +17 -0
- package/src/glyphs/MarsStroke.tsx +18 -0
- package/src/glyphs/Martini.tsx +17 -0
- package/src/glyphs/Maximize.tsx +18 -0
- package/src/glyphs/Maximize2.tsx +18 -0
- package/src/glyphs/Medal.tsx +20 -0
- package/src/glyphs/Megaphone.tsx +17 -0
- package/src/glyphs/MegaphoneOff.tsx +19 -0
- package/src/glyphs/Meh.tsx +18 -0
- package/src/glyphs/MemoryStick.tsx +25 -0
- package/src/glyphs/Menu.tsx +17 -0
- package/src/glyphs/MenuSquare.tsx +18 -0
- package/src/glyphs/Merge.tsx +17 -0
- package/src/glyphs/MessageCircle.tsx +13 -0
- package/src/glyphs/MessageCircleCheck.tsx +16 -0
- package/src/glyphs/MessageCircleCode.tsx +17 -0
- package/src/glyphs/MessageCircleDashed.tsx +22 -0
- package/src/glyphs/MessageCircleHeart.tsx +16 -0
- package/src/glyphs/MessageCircleMore.tsx +18 -0
- package/src/glyphs/MessageCircleOff.tsx +17 -0
- package/src/glyphs/MessageCirclePlus.tsx +17 -0
- package/src/glyphs/MessageCircleQuestion.tsx +17 -0
- package/src/glyphs/MessageCircleQuestionMark.tsx +17 -0
- package/src/glyphs/MessageCircleReply.tsx +17 -0
- package/src/glyphs/MessageCircleWarning.tsx +17 -0
- package/src/glyphs/MessageCircleX.tsx +17 -0
- package/src/glyphs/MessageSquare.tsx +13 -0
- package/src/glyphs/MessageSquareCheck.tsx +16 -0
- package/src/glyphs/MessageSquareCode.tsx +17 -0
- package/src/glyphs/MessageSquareDashed.tsx +24 -0
- package/src/glyphs/MessageSquareDiff.tsx +18 -0
- package/src/glyphs/MessageSquareDot.tsx +16 -0
- package/src/glyphs/MessageSquareHeart.tsx +16 -0
- package/src/glyphs/MessageSquareLock.tsx +17 -0
- package/src/glyphs/MessageSquareMore.tsx +18 -0
- package/src/glyphs/MessageSquareOff.tsx +17 -0
- package/src/glyphs/MessageSquarePlus.tsx +17 -0
- package/src/glyphs/MessageSquareQuote.tsx +17 -0
- package/src/glyphs/MessageSquareReply.tsx +17 -0
- package/src/glyphs/MessageSquareShare.tsx +17 -0
- package/src/glyphs/MessageSquareText.tsx +18 -0
- package/src/glyphs/MessageSquareWarning.tsx +17 -0
- package/src/glyphs/MessageSquareX.tsx +17 -0
- package/src/glyphs/MessagesSquare.tsx +16 -0
- package/src/glyphs/Metronome.tsx +18 -0
- package/src/glyphs/Mic.tsx +17 -0
- package/src/glyphs/Mic2.tsx +17 -0
- package/src/glyphs/MicOff.tsx +20 -0
- package/src/glyphs/MicVocal.tsx +17 -0
- package/src/glyphs/Microchip.tsx +24 -0
- package/src/glyphs/Microscope.tsx +20 -0
- package/src/glyphs/Microwave.tsx +19 -0
- package/src/glyphs/Milestone.tsx +17 -0
- package/src/glyphs/Milk.tsx +17 -0
- package/src/glyphs/MilkOff.tsx +18 -0
- package/src/glyphs/Minimize.tsx +18 -0
- package/src/glyphs/Minimize2.tsx +18 -0
- package/src/glyphs/Minus.tsx +6 -0
- package/src/glyphs/MinusCircle.tsx +16 -0
- package/src/glyphs/MinusSquare.tsx +16 -0
- package/src/glyphs/MirrorRectangular.tsx +17 -0
- package/src/glyphs/MirrorRound.tsx +19 -0
- package/src/glyphs/Monitor.tsx +17 -0
- package/src/glyphs/MonitorCheck.tsx +18 -0
- package/src/glyphs/MonitorCloud.tsx +18 -0
- package/src/glyphs/MonitorCog.tsx +26 -0
- package/src/glyphs/MonitorDot.tsx +18 -0
- package/src/glyphs/MonitorDown.tsx +19 -0
- package/src/glyphs/MonitorOff.tsx +19 -0
- package/src/glyphs/MonitorPause.tsx +19 -0
- package/src/glyphs/MonitorPlay.tsx +18 -0
- package/src/glyphs/MonitorSmartphone.tsx +18 -0
- package/src/glyphs/MonitorSpeaker.tsx +19 -0
- package/src/glyphs/MonitorStop.tsx +18 -0
- package/src/glyphs/MonitorUp.tsx +19 -0
- package/src/glyphs/MonitorX.tsx +19 -0
- package/src/glyphs/Moon.tsx +13 -0
- package/src/glyphs/MoonStar.tsx +17 -0
- package/src/glyphs/MoreHorizontal.tsx +17 -0
- package/src/glyphs/MoreVertical.tsx +17 -0
- package/src/glyphs/Motorbike.tsx +19 -0
- package/src/glyphs/Mountain.tsx +6 -0
- package/src/glyphs/MountainSnow.tsx +16 -0
- package/src/glyphs/Mouse.tsx +16 -0
- package/src/glyphs/MouseLeft.tsx +17 -0
- package/src/glyphs/MouseOff.tsx +18 -0
- package/src/glyphs/MousePointer.tsx +16 -0
- package/src/glyphs/MousePointer2.tsx +13 -0
- package/src/glyphs/MousePointer2Off.tsx +17 -0
- package/src/glyphs/MousePointerBan.tsx +17 -0
- package/src/glyphs/MousePointerClick.tsx +19 -0
- package/src/glyphs/MousePointerSquareDashed.tsx +24 -0
- package/src/glyphs/MouseRight.tsx +17 -0
- package/src/glyphs/Move.tsx +20 -0
- package/src/glyphs/Move3D.tsx +18 -0
- package/src/glyphs/MoveDiagonal.tsx +17 -0
- package/src/glyphs/MoveDiagonal2.tsx +17 -0
- package/src/glyphs/MoveDown.tsx +16 -0
- package/src/glyphs/MoveDownLeft.tsx +16 -0
- package/src/glyphs/MoveDownRight.tsx +16 -0
- package/src/glyphs/MoveHorizontal.tsx +17 -0
- package/src/glyphs/MoveLeft.tsx +16 -0
- package/src/glyphs/MoveRight.tsx +16 -0
- package/src/glyphs/MoveUp.tsx +16 -0
- package/src/glyphs/MoveUpLeft.tsx +16 -0
- package/src/glyphs/MoveUpRight.tsx +16 -0
- package/src/glyphs/MoveVertical.tsx +17 -0
- package/src/glyphs/Music.tsx +17 -0
- package/src/glyphs/Music2.tsx +16 -0
- package/src/glyphs/Music3.tsx +16 -0
- package/src/glyphs/Music4.tsx +18 -0
- package/src/glyphs/Navigation.tsx +8 -0
- package/src/glyphs/Navigation2.tsx +8 -0
- package/src/glyphs/Navigation2Off.tsx +17 -0
- package/src/glyphs/NavigationOff.tsx +17 -0
- package/src/glyphs/Network.tsx +19 -0
- package/src/glyphs/Newspaper.tsx +18 -0
- package/src/glyphs/Nfc.tsx +18 -0
- package/src/glyphs/NonBinary.tsx +18 -0
- package/src/glyphs/Notebook.tsx +20 -0
- package/src/glyphs/NotebookPen.tsx +20 -0
- package/src/glyphs/NotebookTabs.tsx +23 -0
- package/src/glyphs/NotebookText.tsx +22 -0
- package/src/glyphs/NotepadText.tsx +21 -0
- package/src/glyphs/NotepadTextDashed.tsx +27 -0
- package/src/glyphs/Nut.tsx +17 -0
- package/src/glyphs/NutOff.tsx +19 -0
- package/src/glyphs/Octagon.tsx +13 -0
- package/src/glyphs/OctagonAlert.tsx +17 -0
- package/src/glyphs/OctagonMinus.tsx +16 -0
- package/src/glyphs/OctagonPause.tsx +17 -0
- package/src/glyphs/OctagonX.tsx +17 -0
- package/src/glyphs/Omega.tsx +13 -0
- package/src/glyphs/Option.tsx +16 -0
- package/src/glyphs/Orbit.tsx +19 -0
- package/src/glyphs/Origami.tsx +17 -0
- package/src/glyphs/Outdent.tsx +18 -0
- package/src/glyphs/Package.tsx +18 -0
- package/src/glyphs/Package2.tsx +17 -0
- package/src/glyphs/PackageCheck.tsx +19 -0
- package/src/glyphs/PackageMinus.tsx +19 -0
- package/src/glyphs/PackageOpen.tsx +18 -0
- package/src/glyphs/PackagePlus.tsx +20 -0
- package/src/glyphs/PackageSearch.tsx +20 -0
- package/src/glyphs/PackageX.tsx +20 -0
- package/src/glyphs/PaintBucket.tsx +18 -0
- package/src/glyphs/PaintRoller.tsx +17 -0
- package/src/glyphs/Paintbrush.tsx +17 -0
- package/src/glyphs/Paintbrush2.tsx +18 -0
- package/src/glyphs/PaintbrushVertical.tsx +18 -0
- package/src/glyphs/Palette.tsx +19 -0
- package/src/glyphs/Palmtree.tsx +18 -0
- package/src/glyphs/Panda.tsx +20 -0
- package/src/glyphs/PanelBottom.tsx +16 -0
- package/src/glyphs/PanelBottomClose.tsx +17 -0
- package/src/glyphs/PanelBottomDashed.tsx +19 -0
- package/src/glyphs/PanelBottomInactive.tsx +19 -0
- package/src/glyphs/PanelBottomOpen.tsx +17 -0
- package/src/glyphs/PanelLeft.tsx +16 -0
- package/src/glyphs/PanelLeftClose.tsx +17 -0
- package/src/glyphs/PanelLeftDashed.tsx +19 -0
- package/src/glyphs/PanelLeftInactive.tsx +19 -0
- package/src/glyphs/PanelLeftOpen.tsx +17 -0
- package/src/glyphs/PanelLeftRightDashed.tsx +23 -0
- package/src/glyphs/PanelRight.tsx +16 -0
- package/src/glyphs/PanelRightClose.tsx +17 -0
- package/src/glyphs/PanelRightDashed.tsx +19 -0
- package/src/glyphs/PanelRightInactive.tsx +19 -0
- package/src/glyphs/PanelRightOpen.tsx +17 -0
- package/src/glyphs/PanelTop.tsx +16 -0
- package/src/glyphs/PanelTopBottomDashed.tsx +23 -0
- package/src/glyphs/PanelTopClose.tsx +17 -0
- package/src/glyphs/PanelTopDashed.tsx +19 -0
- package/src/glyphs/PanelTopInactive.tsx +19 -0
- package/src/glyphs/PanelTopOpen.tsx +17 -0
- package/src/glyphs/PanelsLeftBottom.tsx +17 -0
- package/src/glyphs/PanelsLeftRight.tsx +17 -0
- package/src/glyphs/PanelsRightBottom.tsx +17 -0
- package/src/glyphs/PanelsTopBottom.tsx +17 -0
- package/src/glyphs/PanelsTopLeft.tsx +17 -0
- package/src/glyphs/Paperclip.tsx +13 -0
- package/src/glyphs/Parentheses.tsx +16 -0
- package/src/glyphs/ParkingCircle.tsx +16 -0
- package/src/glyphs/ParkingCircleOff.tsx +20 -0
- package/src/glyphs/ParkingMeter.tsx +19 -0
- package/src/glyphs/ParkingSquare.tsx +16 -0
- package/src/glyphs/ParkingSquareOff.tsx +19 -0
- package/src/glyphs/PartyPopper.tsx +23 -0
- package/src/glyphs/Pause.tsx +16 -0
- package/src/glyphs/PauseCircle.tsx +17 -0
- package/src/glyphs/PauseOctagon.tsx +17 -0
- package/src/glyphs/PawPrint.tsx +18 -0
- package/src/glyphs/PcCase.tsx +18 -0
- package/src/glyphs/Pen.tsx +13 -0
- package/src/glyphs/PenBox.tsx +16 -0
- package/src/glyphs/PenLine.tsx +16 -0
- package/src/glyphs/PenOff.tsx +17 -0
- package/src/glyphs/PenSquare.tsx +16 -0
- package/src/glyphs/PenTool.tsx +18 -0
- package/src/glyphs/Pencil.tsx +16 -0
- package/src/glyphs/PencilLine.tsx +17 -0
- package/src/glyphs/PencilOff.tsx +18 -0
- package/src/glyphs/PencilRuler.tsx +20 -0
- package/src/glyphs/Pentagon.tsx +13 -0
- package/src/glyphs/Percent.tsx +17 -0
- package/src/glyphs/PercentCircle.tsx +18 -0
- package/src/glyphs/PercentDiamond.tsx +18 -0
- package/src/glyphs/PercentSquare.tsx +18 -0
- package/src/glyphs/PersonStanding.tsx +18 -0
- package/src/glyphs/PhilippinePeso.tsx +17 -0
- package/src/glyphs/Phone.tsx +13 -0
- package/src/glyphs/PhoneCall.tsx +17 -0
- package/src/glyphs/PhoneForwarded.tsx +17 -0
- package/src/glyphs/PhoneIncoming.tsx +17 -0
- package/src/glyphs/PhoneMissed.tsx +17 -0
- package/src/glyphs/PhoneOff.tsx +17 -0
- package/src/glyphs/PhoneOutgoing.tsx +17 -0
- package/src/glyphs/Pi.tsx +17 -0
- package/src/glyphs/PiSquare.tsx +18 -0
- package/src/glyphs/Piano.tsx +20 -0
- package/src/glyphs/Pickaxe.tsx +18 -0
- package/src/glyphs/PictureInPicture.tsx +19 -0
- package/src/glyphs/PictureInPicture2.tsx +16 -0
- package/src/glyphs/PieChart.tsx +16 -0
- package/src/glyphs/PiggyBank.tsx +17 -0
- package/src/glyphs/Pilcrow.tsx +17 -0
- package/src/glyphs/PilcrowLeft.tsx +19 -0
- package/src/glyphs/PilcrowRight.tsx +19 -0
- package/src/glyphs/PilcrowSquare.tsx +18 -0
- package/src/glyphs/Pill.tsx +16 -0
- package/src/glyphs/PillBottle.tsx +17 -0
- package/src/glyphs/Pin.tsx +16 -0
- package/src/glyphs/PinOff.tsx +18 -0
- package/src/glyphs/Pipette.tsx +17 -0
- package/src/glyphs/Pizza.tsx +19 -0
- package/src/glyphs/Plane.tsx +13 -0
- package/src/glyphs/PlaneLanding.tsx +16 -0
- package/src/glyphs/PlaneTakeoff.tsx +16 -0
- package/src/glyphs/Play.tsx +13 -0
- package/src/glyphs/PlayCircle.tsx +16 -0
- package/src/glyphs/PlaySquare.tsx +16 -0
- package/src/glyphs/Plug.tsx +18 -0
- package/src/glyphs/Plug2.tsx +19 -0
- package/src/glyphs/PlugZap.tsx +19 -0
- package/src/glyphs/PlugZap2.tsx +19 -0
- package/src/glyphs/Plus.tsx +16 -0
- package/src/glyphs/PlusCircle.tsx +17 -0
- package/src/glyphs/PlusSquare.tsx +17 -0
- package/src/glyphs/PocketKnife.tsx +19 -0
- package/src/glyphs/Podcast.tsx +18 -0
- package/src/glyphs/Pointer.tsx +19 -0
- package/src/glyphs/PointerOff.tsx +20 -0
- package/src/glyphs/Popcorn.tsx +18 -0
- package/src/glyphs/Popsicle.tsx +16 -0
- package/src/glyphs/PoundSterling.tsx +18 -0
- package/src/glyphs/Power.tsx +16 -0
- package/src/glyphs/PowerCircle.tsx +17 -0
- package/src/glyphs/PowerOff.tsx +18 -0
- package/src/glyphs/PowerSquare.tsx +17 -0
- package/src/glyphs/Presentation.tsx +17 -0
- package/src/glyphs/Printer.tsx +17 -0
- package/src/glyphs/PrinterCheck.tsx +18 -0
- package/src/glyphs/PrinterX.tsx +19 -0
- package/src/glyphs/Projector.tsx +20 -0
- package/src/glyphs/Proportions.tsx +17 -0
- package/src/glyphs/Puzzle.tsx +13 -0
- package/src/glyphs/Pyramid.tsx +16 -0
- package/src/glyphs/QrCode.tsx +26 -0
- package/src/glyphs/Quote.tsx +16 -0
- package/src/glyphs/Rabbit.tsx +19 -0
- package/src/glyphs/Radar.tsx +22 -0
- package/src/glyphs/Radiation.tsx +18 -0
- package/src/glyphs/Radical.tsx +13 -0
- package/src/glyphs/Radio.tsx +19 -0
- package/src/glyphs/RadioOff.tsx +20 -0
- package/src/glyphs/RadioReceiver.tsx +18 -0
- package/src/glyphs/RadioTower.tsx +21 -0
- package/src/glyphs/Radius.tsx +18 -0
- package/src/glyphs/Rainbow.tsx +17 -0
- package/src/glyphs/Rat.tsx +19 -0
- package/src/glyphs/Ratio.tsx +16 -0
- package/src/glyphs/Receipt.tsx +17 -0
- package/src/glyphs/ReceiptCent.tsx +17 -0
- package/src/glyphs/ReceiptEuro.tsx +17 -0
- package/src/glyphs/ReceiptIndianRupee.tsx +18 -0
- package/src/glyphs/ReceiptJapaneseYen.tsx +19 -0
- package/src/glyphs/ReceiptPoundSterling.tsx +18 -0
- package/src/glyphs/ReceiptRussianRuble.tsx +17 -0
- package/src/glyphs/ReceiptSwissFranc.tsx +18 -0
- package/src/glyphs/ReceiptText.tsx +18 -0
- package/src/glyphs/ReceiptTurkishLira.tsx +17 -0
- package/src/glyphs/RectangleCircle.tsx +16 -0
- package/src/glyphs/RectangleEllipsis.tsx +18 -0
- package/src/glyphs/RectangleGoggles.tsx +13 -0
- package/src/glyphs/RectangleHorizontal.tsx +8 -0
- package/src/glyphs/RectangleVertical.tsx +8 -0
- package/src/glyphs/Recycle.tsx +20 -0
- package/src/glyphs/Redo.tsx +16 -0
- package/src/glyphs/Redo2.tsx +16 -0
- package/src/glyphs/RedoDot.tsx +17 -0
- package/src/glyphs/RefreshCcw.tsx +18 -0
- package/src/glyphs/RefreshCcwDot.tsx +19 -0
- package/src/glyphs/RefreshCw.tsx +18 -0
- package/src/glyphs/RefreshCwOff.tsx +21 -0
- package/src/glyphs/Refrigerator.tsx +17 -0
- package/src/glyphs/Regex.tsx +18 -0
- package/src/glyphs/RemoveFormatting.tsx +19 -0
- package/src/glyphs/Repeat.tsx +18 -0
- package/src/glyphs/Repeat1.tsx +19 -0
- package/src/glyphs/Repeat2.tsx +18 -0
- package/src/glyphs/RepeatOff.tsx +21 -0
- package/src/glyphs/Replace.tsx +21 -0
- package/src/glyphs/ReplaceAll.tsx +23 -0
- package/src/glyphs/Reply.tsx +16 -0
- package/src/glyphs/ReplyAll.tsx +17 -0
- package/src/glyphs/Rewind.tsx +16 -0
- package/src/glyphs/Ribbon.tsx +19 -0
- package/src/glyphs/Road.tsx +18 -0
- package/src/glyphs/Rocket.tsx +18 -0
- package/src/glyphs/RockingChair.tsx +18 -0
- package/src/glyphs/RollerCoaster.tsx +21 -0
- package/src/glyphs/Rose.tsx +19 -0
- package/src/glyphs/Rotate3D.tsx +17 -0
- package/src/glyphs/RotateCcw.tsx +16 -0
- package/src/glyphs/RotateCcwKey.tsx +19 -0
- package/src/glyphs/RotateCcwSquare.tsx +17 -0
- package/src/glyphs/RotateCw.tsx +16 -0
- package/src/glyphs/RotateCwSquare.tsx +17 -0
- package/src/glyphs/Route.tsx +17 -0
- package/src/glyphs/RouteOff.tsx +21 -0
- package/src/glyphs/Router.tsx +20 -0
- package/src/glyphs/Rows.tsx +16 -0
- package/src/glyphs/Rows2.tsx +16 -0
- package/src/glyphs/Rows3.tsx +17 -0
- package/src/glyphs/Rows4.tsx +18 -0
- package/src/glyphs/Rss.tsx +17 -0
- package/src/glyphs/Ruler.tsx +19 -0
- package/src/glyphs/RulerDimensionLine.tsx +22 -0
- package/src/glyphs/RussianRuble.tsx +16 -0
- package/src/glyphs/Sailboat.tsx +17 -0
- package/src/glyphs/Salad.tsx +19 -0
- package/src/glyphs/Sandwich.tsx +19 -0
- package/src/glyphs/Satellite.tsx +19 -0
- package/src/glyphs/SatelliteDish.tsx +18 -0
- package/src/glyphs/SaudiRiyal.tsx +18 -0
- package/src/glyphs/Save.tsx +17 -0
- package/src/glyphs/SaveAll.tsx +18 -0
- package/src/glyphs/SaveOff.tsx +21 -0
- package/src/glyphs/Scale.tsx +19 -0
- package/src/glyphs/Scale3D.tsx +18 -0
- package/src/glyphs/Scaling.tsx +18 -0
- package/src/glyphs/Scan.tsx +18 -0
- package/src/glyphs/ScanBarcode.tsx +21 -0
- package/src/glyphs/ScanEye.tsx +20 -0
- package/src/glyphs/ScanFace.tsx +21 -0
- package/src/glyphs/ScanHeart.tsx +19 -0
- package/src/glyphs/ScanLine.tsx +19 -0
- package/src/glyphs/ScanQrCode.tsx +22 -0
- package/src/glyphs/ScanSearch.tsx +20 -0
- package/src/glyphs/ScanText.tsx +21 -0
- package/src/glyphs/ScatterChart.tsx +20 -0
- package/src/glyphs/School.tsx +20 -0
- package/src/glyphs/School2.tsx +21 -0
- package/src/glyphs/Scissors.tsx +19 -0
- package/src/glyphs/ScissorsLineDashed.tsx +21 -0
- package/src/glyphs/ScissorsSquare.tsx +20 -0
- package/src/glyphs/ScissorsSquareDashedBottom.tsx +28 -0
- package/src/glyphs/Scooter.tsx +18 -0
- package/src/glyphs/ScreenShare.tsx +19 -0
- package/src/glyphs/ScreenShareOff.tsx +19 -0
- package/src/glyphs/Scroll.tsx +16 -0
- package/src/glyphs/ScrollText.tsx +18 -0
- package/src/glyphs/Search.tsx +16 -0
- package/src/glyphs/SearchAlert.tsx +18 -0
- package/src/glyphs/SearchCheck.tsx +17 -0
- package/src/glyphs/SearchCode.tsx +18 -0
- package/src/glyphs/SearchSlash.tsx +17 -0
- package/src/glyphs/SearchX.tsx +18 -0
- package/src/glyphs/Section.tsx +16 -0
- package/src/glyphs/Send.tsx +16 -0
- package/src/glyphs/SendHorizonal.tsx +16 -0
- package/src/glyphs/SendHorizontal.tsx +16 -0
- package/src/glyphs/SendToBack.tsx +18 -0
- package/src/glyphs/SeparatorHorizontal.tsx +17 -0
- package/src/glyphs/SeparatorVertical.tsx +17 -0
- package/src/glyphs/Server.tsx +18 -0
- package/src/glyphs/ServerCog.tsx +26 -0
- package/src/glyphs/ServerCrash.tsx +19 -0
- package/src/glyphs/ServerOff.tsx +20 -0
- package/src/glyphs/Settings.tsx +16 -0
- package/src/glyphs/Settings2.tsx +18 -0
- package/src/glyphs/Shapes.tsx +17 -0
- package/src/glyphs/Share.tsx +17 -0
- package/src/glyphs/Share2.tsx +19 -0
- package/src/glyphs/Sheet.tsx +19 -0
- package/src/glyphs/Shell.tsx +13 -0
- package/src/glyphs/ShelvingUnit.tsx +21 -0
- package/src/glyphs/Shield.tsx +13 -0
- package/src/glyphs/ShieldAlert.tsx +17 -0
- package/src/glyphs/ShieldBan.tsx +16 -0
- package/src/glyphs/ShieldCheck.tsx +16 -0
- package/src/glyphs/ShieldClose.tsx +17 -0
- package/src/glyphs/ShieldCog.tsx +24 -0
- package/src/glyphs/ShieldCogCorner.tsx +24 -0
- package/src/glyphs/ShieldEllipsis.tsx +18 -0
- package/src/glyphs/ShieldHalf.tsx +16 -0
- package/src/glyphs/ShieldMinus.tsx +16 -0
- package/src/glyphs/ShieldOff.tsx +17 -0
- package/src/glyphs/ShieldPlus.tsx +17 -0
- package/src/glyphs/ShieldQuestion.tsx +17 -0
- package/src/glyphs/ShieldQuestionMark.tsx +17 -0
- package/src/glyphs/ShieldUser.tsx +17 -0
- package/src/glyphs/ShieldX.tsx +17 -0
- package/src/glyphs/Ship.tsx +19 -0
- package/src/glyphs/ShipWheel.tsx +24 -0
- package/src/glyphs/Shirt.tsx +13 -0
- package/src/glyphs/ShoppingBag.tsx +17 -0
- package/src/glyphs/ShoppingBasket.tsx +21 -0
- package/src/glyphs/ShoppingCart.tsx +17 -0
- package/src/glyphs/Shovel.tsx +17 -0
- package/src/glyphs/ShowerHead.tsx +24 -0
- package/src/glyphs/Shredder.tsx +21 -0
- package/src/glyphs/Shrimp.tsx +19 -0
- package/src/glyphs/Shrink.tsx +18 -0
- package/src/glyphs/Shrub.tsx +17 -0
- package/src/glyphs/Shuffle.tsx +19 -0
- package/src/glyphs/Sidebar.tsx +16 -0
- package/src/glyphs/SidebarClose.tsx +17 -0
- package/src/glyphs/SidebarOpen.tsx +17 -0
- package/src/glyphs/Sigma.tsx +13 -0
- package/src/glyphs/SigmaSquare.tsx +16 -0
- package/src/glyphs/Signal.tsx +19 -0
- package/src/glyphs/SignalHigh.tsx +18 -0
- package/src/glyphs/SignalLow.tsx +16 -0
- package/src/glyphs/SignalMedium.tsx +17 -0
- package/src/glyphs/SignalZero.tsx +6 -0
- package/src/glyphs/Signature.tsx +16 -0
- package/src/glyphs/Signpost.tsx +17 -0
- package/src/glyphs/SignpostBig.tsx +18 -0
- package/src/glyphs/Siren.tsx +22 -0
- package/src/glyphs/SkipBack.tsx +16 -0
- package/src/glyphs/SkipForward.tsx +16 -0
- package/src/glyphs/Skull.tsx +18 -0
- package/src/glyphs/Slash.tsx +6 -0
- package/src/glyphs/SlashSquare.tsx +16 -0
- package/src/glyphs/Slice.tsx +13 -0
- package/src/glyphs/Sliders.tsx +23 -0
- package/src/glyphs/SlidersHorizontal.tsx +23 -0
- package/src/glyphs/SlidersVertical.tsx +23 -0
- package/src/glyphs/Smartphone.tsx +16 -0
- package/src/glyphs/SmartphoneCharging.tsx +16 -0
- package/src/glyphs/SmartphoneNfc.tsx +18 -0
- package/src/glyphs/Smile.tsx +18 -0
- package/src/glyphs/SmilePlus.tsx +20 -0
- package/src/glyphs/Snail.tsx +19 -0
- package/src/glyphs/Snowflake.tsx +26 -0
- package/src/glyphs/SoapDispenserDroplet.tsx +18 -0
- package/src/glyphs/Sofa.tsx +19 -0
- package/src/glyphs/SolarPanel.tsx +21 -0
- package/src/glyphs/SortAsc.tsx +19 -0
- package/src/glyphs/SortDesc.tsx +19 -0
- package/src/glyphs/Soup.tsx +20 -0
- package/src/glyphs/Space.tsx +11 -0
- package/src/glyphs/Spade.tsx +16 -0
- package/src/glyphs/Sparkle.tsx +13 -0
- package/src/glyphs/Sparkles.tsx +18 -0
- package/src/glyphs/Speaker.tsx +18 -0
- package/src/glyphs/Speech.tsx +17 -0
- package/src/glyphs/SpellCheck.tsx +17 -0
- package/src/glyphs/SpellCheck2.tsx +17 -0
- package/src/glyphs/Spline.tsx +17 -0
- package/src/glyphs/SplinePointer.tsx +18 -0
- package/src/glyphs/Split.tsx +18 -0
- package/src/glyphs/SplitSquareHorizontal.tsx +17 -0
- package/src/glyphs/SplitSquareVertical.tsx +17 -0
- package/src/glyphs/Spool.tsx +16 -0
- package/src/glyphs/SportShoe.tsx +17 -0
- package/src/glyphs/Spotlight.tsx +19 -0
- package/src/glyphs/SprayCan.tsx +24 -0
- package/src/glyphs/Sprout.tsx +17 -0
- package/src/glyphs/Square.tsx +8 -0
- package/src/glyphs/SquareActivity.tsx +16 -0
- package/src/glyphs/SquareArrowDown.tsx +17 -0
- package/src/glyphs/SquareArrowDownLeft.tsx +17 -0
- package/src/glyphs/SquareArrowDownRight.tsx +17 -0
- package/src/glyphs/SquareArrowLeft.tsx +17 -0
- package/src/glyphs/SquareArrowOutDownLeft.tsx +17 -0
- package/src/glyphs/SquareArrowOutDownRight.tsx +17 -0
- package/src/glyphs/SquareArrowOutUpLeft.tsx +17 -0
- package/src/glyphs/SquareArrowOutUpRight.tsx +17 -0
- package/src/glyphs/SquareArrowRight.tsx +17 -0
- package/src/glyphs/SquareArrowRightEnter.tsx +17 -0
- package/src/glyphs/SquareArrowRightExit.tsx +17 -0
- package/src/glyphs/SquareArrowUp.tsx +17 -0
- package/src/glyphs/SquareArrowUpLeft.tsx +17 -0
- package/src/glyphs/SquareArrowUpRight.tsx +17 -0
- package/src/glyphs/SquareAsterisk.tsx +18 -0
- package/src/glyphs/SquareBottomDashedScissors.tsx +28 -0
- package/src/glyphs/SquareCenterlineDashedHorizontal.tsx +20 -0
- package/src/glyphs/SquareCenterlineDashedVertical.tsx +20 -0
- package/src/glyphs/SquareChartGantt.tsx +18 -0
- package/src/glyphs/SquareCheck.tsx +16 -0
- package/src/glyphs/SquareCheckBig.tsx +16 -0
- package/src/glyphs/SquareChevronDown.tsx +16 -0
- package/src/glyphs/SquareChevronLeft.tsx +16 -0
- package/src/glyphs/SquareChevronRight.tsx +16 -0
- package/src/glyphs/SquareChevronUp.tsx +16 -0
- package/src/glyphs/SquareCode.tsx +17 -0
- package/src/glyphs/SquareDashed.tsx +26 -0
- package/src/glyphs/SquareDashedBottom.tsx +17 -0
- package/src/glyphs/SquareDashedBottomCode.tsx +19 -0
- package/src/glyphs/SquareDashedKanban.tsx +29 -0
- package/src/glyphs/SquareDashedMousePointer.tsx +24 -0
- package/src/glyphs/SquareDashedText.tsx +29 -0
- package/src/glyphs/SquareDashedTopSolid.tsx +23 -0
- package/src/glyphs/SquareDivide.tsx +18 -0
- package/src/glyphs/SquareDot.tsx +16 -0
- package/src/glyphs/SquareEqual.tsx +17 -0
- package/src/glyphs/SquareFunction.tsx +17 -0
- package/src/glyphs/SquareGanttChart.tsx +18 -0
- package/src/glyphs/SquareKanban.tsx +18 -0
- package/src/glyphs/SquareLibrary.tsx +18 -0
- package/src/glyphs/SquareM.tsx +16 -0
- package/src/glyphs/SquareMenu.tsx +18 -0
- package/src/glyphs/SquareMinus.tsx +16 -0
- package/src/glyphs/SquareMousePointer.tsx +16 -0
- package/src/glyphs/SquareParking.tsx +16 -0
- package/src/glyphs/SquareParkingOff.tsx +19 -0
- package/src/glyphs/SquarePause.tsx +17 -0
- package/src/glyphs/SquarePen.tsx +16 -0
- package/src/glyphs/SquarePercent.tsx +18 -0
- package/src/glyphs/SquarePi.tsx +18 -0
- package/src/glyphs/SquarePilcrow.tsx +18 -0
- package/src/glyphs/SquarePlay.tsx +16 -0
- package/src/glyphs/SquarePlus.tsx +17 -0
- package/src/glyphs/SquarePower.tsx +17 -0
- package/src/glyphs/SquareRadical.tsx +16 -0
- package/src/glyphs/SquareRoundCorner.tsx +16 -0
- package/src/glyphs/SquareScissors.tsx +20 -0
- package/src/glyphs/SquareSigma.tsx +16 -0
- package/src/glyphs/SquareSlash.tsx +16 -0
- package/src/glyphs/SquareSplitHorizontal.tsx +17 -0
- package/src/glyphs/SquareSplitVertical.tsx +17 -0
- package/src/glyphs/SquareSquare.tsx +16 -0
- package/src/glyphs/SquareStack.tsx +17 -0
- package/src/glyphs/SquareStar.tsx +16 -0
- package/src/glyphs/SquareStop.tsx +16 -0
- package/src/glyphs/SquareTerminal.tsx +17 -0
- package/src/glyphs/SquareUser.tsx +17 -0
- package/src/glyphs/SquareUserRound.tsx +17 -0
- package/src/glyphs/SquareX.tsx +17 -0
- package/src/glyphs/SquaresExclude.tsx +16 -0
- package/src/glyphs/SquaresIntersect.tsx +25 -0
- package/src/glyphs/SquaresSubtract.tsx +20 -0
- package/src/glyphs/SquaresUnite.tsx +13 -0
- package/src/glyphs/Squircle.tsx +11 -0
- package/src/glyphs/SquircleDashed.tsx +22 -0
- package/src/glyphs/Squirrel.tsx +18 -0
- package/src/glyphs/Stamp.tsx +17 -0
- package/src/glyphs/Star.tsx +13 -0
- package/src/glyphs/StarHalf.tsx +13 -0
- package/src/glyphs/StarOff.tsx +17 -0
- package/src/glyphs/Stars.tsx +18 -0
- package/src/glyphs/StepBack.tsx +16 -0
- package/src/glyphs/StepForward.tsx +16 -0
- package/src/glyphs/Stethoscope.tsx +19 -0
- package/src/glyphs/Sticker.tsx +19 -0
- package/src/glyphs/StickyNote.tsx +16 -0
- package/src/glyphs/Stone.tsx +17 -0
- package/src/glyphs/StopCircle.tsx +16 -0
- package/src/glyphs/Store.tsx +17 -0
- package/src/glyphs/StretchHorizontal.tsx +16 -0
- package/src/glyphs/StretchVertical.tsx +16 -0
- package/src/glyphs/Strikethrough.tsx +17 -0
- package/src/glyphs/Subscript.tsx +17 -0
- package/src/glyphs/Subtitles.tsx +16 -0
- package/src/glyphs/Sun.tsx +23 -0
- package/src/glyphs/SunDim.tsx +23 -0
- package/src/glyphs/SunMedium.tsx +23 -0
- package/src/glyphs/SunMoon.tsx +19 -0
- package/src/glyphs/SunSnow.tsx +25 -0
- package/src/glyphs/Sunrise.tsx +22 -0
- package/src/glyphs/Sunset.tsx +22 -0
- package/src/glyphs/Superscript.tsx +17 -0
- package/src/glyphs/SwatchBook.tsx +18 -0
- package/src/glyphs/SwissFranc.tsx +17 -0
- package/src/glyphs/SwitchCamera.tsx +19 -0
- package/src/glyphs/Sword.tsx +18 -0
- package/src/glyphs/Swords.tsx +22 -0
- package/src/glyphs/Syringe.tsx +20 -0
- package/src/glyphs/Table.tsx +18 -0
- package/src/glyphs/Table2.tsx +13 -0
- package/src/glyphs/TableCellsMerge.tsx +19 -0
- package/src/glyphs/TableCellsSplit.tsx +18 -0
- package/src/glyphs/TableColumnsSplit.tsx +25 -0
- package/src/glyphs/TableConfig.tsx +26 -0
- package/src/glyphs/TableOfContents.tsx +20 -0
- package/src/glyphs/TableProperties.tsx +18 -0
- package/src/glyphs/TableRowsSplit.tsx +25 -0
- package/src/glyphs/Tablet.tsx +16 -0
- package/src/glyphs/TabletSmartphone.tsx +17 -0
- package/src/glyphs/Tablets.tsx +18 -0
- package/src/glyphs/Tag.tsx +16 -0
- package/src/glyphs/Tags.tsx +17 -0
- package/src/glyphs/Tally1.tsx +6 -0
- package/src/glyphs/Tally2.tsx +16 -0
- package/src/glyphs/Tally3.tsx +17 -0
- package/src/glyphs/Tally4.tsx +18 -0
- package/src/glyphs/Tally5.tsx +19 -0
- package/src/glyphs/Tangent.tsx +18 -0
- package/src/glyphs/Target.tsx +17 -0
- package/src/glyphs/Telescope.tsx +21 -0
- package/src/glyphs/Tent.tsx +18 -0
- package/src/glyphs/TentTree.tsx +21 -0
- package/src/glyphs/Terminal.tsx +16 -0
- package/src/glyphs/TerminalSquare.tsx +17 -0
- package/src/glyphs/TestTube.tsx +17 -0
- package/src/glyphs/TestTube2.tsx +17 -0
- package/src/glyphs/TestTubeDiagonal.tsx +17 -0
- package/src/glyphs/TestTubes.tsx +20 -0
- package/src/glyphs/Text.tsx +17 -0
- package/src/glyphs/TextAlignCenter.tsx +17 -0
- package/src/glyphs/TextAlignEnd.tsx +17 -0
- package/src/glyphs/TextAlignJustify.tsx +17 -0
- package/src/glyphs/TextAlignStart.tsx +17 -0
- package/src/glyphs/TextCursor.tsx +17 -0
- package/src/glyphs/TextCursorInput.tsx +19 -0
- package/src/glyphs/TextInitial.tsx +19 -0
- package/src/glyphs/TextQuote.tsx +18 -0
- package/src/glyphs/TextSearch.tsx +19 -0
- package/src/glyphs/TextSelect.tsx +29 -0
- package/src/glyphs/TextSelection.tsx +29 -0
- package/src/glyphs/TextWrap.tsx +18 -0
- package/src/glyphs/Theater.tsx +23 -0
- package/src/glyphs/Thermometer.tsx +11 -0
- package/src/glyphs/ThermometerSnowflake.tsx +22 -0
- package/src/glyphs/ThermometerSun.tsx +20 -0
- package/src/glyphs/ThumbsDown.tsx +16 -0
- package/src/glyphs/ThumbsUp.tsx +16 -0
- package/src/glyphs/Ticket.tsx +18 -0
- package/src/glyphs/TicketCheck.tsx +16 -0
- package/src/glyphs/TicketMinus.tsx +16 -0
- package/src/glyphs/TicketPercent.tsx +18 -0
- package/src/glyphs/TicketPlus.tsx +17 -0
- package/src/glyphs/TicketSlash.tsx +16 -0
- package/src/glyphs/TicketX.tsx +17 -0
- package/src/glyphs/Tickets.tsx +19 -0
- package/src/glyphs/TicketsPlane.tsx +21 -0
- package/src/glyphs/Timeline.tsx +22 -0
- package/src/glyphs/Timer.tsx +17 -0
- package/src/glyphs/TimerOff.tsx +19 -0
- package/src/glyphs/TimerReset.tsx +18 -0
- package/src/glyphs/ToggleLeft.tsx +16 -0
- package/src/glyphs/ToggleRight.tsx +16 -0
- package/src/glyphs/Toilet.tsx +16 -0
- package/src/glyphs/ToolCase.tsx +18 -0
- package/src/glyphs/Toolbox.tsx +19 -0
- package/src/glyphs/Tornado.tsx +19 -0
- package/src/glyphs/Torus.tsx +16 -0
- package/src/glyphs/Touchpad.tsx +17 -0
- package/src/glyphs/TouchpadOff.tsx +20 -0
- package/src/glyphs/TowelRack.tsx +17 -0
- package/src/glyphs/TowerControl.tsx +21 -0
- package/src/glyphs/ToyBrick.tsx +17 -0
- package/src/glyphs/Tractor.tsx +23 -0
- package/src/glyphs/TrafficCone.tsx +18 -0
- package/src/glyphs/Train.tsx +21 -0
- package/src/glyphs/TrainFront.tsx +20 -0
- package/src/glyphs/TrainFrontTunnel.tsx +21 -0
- package/src/glyphs/TrainTrack.tsx +21 -0
- package/src/glyphs/TramFront.tsx +21 -0
- package/src/glyphs/Transgender.tsx +22 -0
- package/src/glyphs/Trash.tsx +17 -0
- package/src/glyphs/Trash2.tsx +19 -0
- package/src/glyphs/TreeDeciduous.tsx +16 -0
- package/src/glyphs/TreePalm.tsx +18 -0
- package/src/glyphs/TreePine.tsx +16 -0
- package/src/glyphs/Trees.tsx +18 -0
- package/src/glyphs/TrendingDown.tsx +16 -0
- package/src/glyphs/TrendingUp.tsx +16 -0
- package/src/glyphs/TrendingUpDown.tsx +18 -0
- package/src/glyphs/Triangle.tsx +13 -0
- package/src/glyphs/TriangleAlert.tsx +17 -0
- package/src/glyphs/TriangleDashed.tsx +23 -0
- package/src/glyphs/TriangleRight.tsx +13 -0
- package/src/glyphs/Trophy.tsx +20 -0
- package/src/glyphs/Truck.tsx +19 -0
- package/src/glyphs/TruckElectric.tsx +21 -0
- package/src/glyphs/TurkishLira.tsx +17 -0
- package/src/glyphs/Turntable.tsx +18 -0
- package/src/glyphs/Turtle.tsx +18 -0
- package/src/glyphs/Tv.tsx +16 -0
- package/src/glyphs/Tv2.tsx +16 -0
- package/src/glyphs/TvMinimal.tsx +16 -0
- package/src/glyphs/TvMinimalPlay.tsx +17 -0
- package/src/glyphs/Type.tsx +17 -0
- package/src/glyphs/TypeOutline.tsx +13 -0
- package/src/glyphs/Umbrella.tsx +17 -0
- package/src/glyphs/UmbrellaOff.tsx +19 -0
- package/src/glyphs/Underline.tsx +16 -0
- package/src/glyphs/Undo.tsx +16 -0
- package/src/glyphs/Undo2.tsx +16 -0
- package/src/glyphs/UndoDot.tsx +17 -0
- package/src/glyphs/UnfoldHorizontal.tsx +22 -0
- package/src/glyphs/UnfoldVertical.tsx +22 -0
- package/src/glyphs/Ungroup.tsx +16 -0
- package/src/glyphs/University.tsx +21 -0
- package/src/glyphs/Unlink.tsx +20 -0
- package/src/glyphs/Unlink2.tsx +11 -0
- package/src/glyphs/Unlock.tsx +16 -0
- package/src/glyphs/UnlockKeyhole.tsx +17 -0
- package/src/glyphs/Unplug.tsx +20 -0
- package/src/glyphs/Upload.tsx +17 -0
- package/src/glyphs/UploadCloud.tsx +17 -0
- package/src/glyphs/Usb.tsx +21 -0
- package/src/glyphs/User.tsx +16 -0
- package/src/glyphs/User2.tsx +16 -0
- package/src/glyphs/UserCheck.tsx +17 -0
- package/src/glyphs/UserCheck2.tsx +17 -0
- package/src/glyphs/UserCircle.tsx +17 -0
- package/src/glyphs/UserCircle2.tsx +17 -0
- package/src/glyphs/UserCog.tsx +25 -0
- package/src/glyphs/UserCog2.tsx +25 -0
- package/src/glyphs/UserKey.tsx +19 -0
- package/src/glyphs/UserLock.tsx +18 -0
- package/src/glyphs/UserMinus.tsx +17 -0
- package/src/glyphs/UserMinus2.tsx +17 -0
- package/src/glyphs/UserPen.tsx +17 -0
- package/src/glyphs/UserPlus.tsx +18 -0
- package/src/glyphs/UserPlus2.tsx +18 -0
- package/src/glyphs/UserRound.tsx +16 -0
- package/src/glyphs/UserRoundCheck.tsx +17 -0
- package/src/glyphs/UserRoundCog.tsx +25 -0
- package/src/glyphs/UserRoundKey.tsx +19 -0
- package/src/glyphs/UserRoundMinus.tsx +17 -0
- package/src/glyphs/UserRoundPen.tsx +17 -0
- package/src/glyphs/UserRoundPlus.tsx +18 -0
- package/src/glyphs/UserRoundSearch.tsx +18 -0
- package/src/glyphs/UserRoundX.tsx +18 -0
- package/src/glyphs/UserSearch.tsx +18 -0
- package/src/glyphs/UserSquare.tsx +17 -0
- package/src/glyphs/UserSquare2.tsx +17 -0
- package/src/glyphs/UserStar.tsx +17 -0
- package/src/glyphs/UserX.tsx +18 -0
- package/src/glyphs/UserX2.tsx +18 -0
- package/src/glyphs/Users.tsx +18 -0
- package/src/glyphs/Users2.tsx +17 -0
- package/src/glyphs/UsersRound.tsx +17 -0
- package/src/glyphs/Utensils.tsx +17 -0
- package/src/glyphs/UtensilsCrossed.tsx +18 -0
- package/src/glyphs/UtilityPole.tsx +21 -0
- package/src/glyphs/Van.tsx +19 -0
- package/src/glyphs/Variable.tsx +18 -0
- package/src/glyphs/Vault.tsx +24 -0
- package/src/glyphs/VectorSquare.tsx +22 -0
- package/src/glyphs/Vegan.tsx +17 -0
- package/src/glyphs/VenetianMask.tsx +17 -0
- package/src/glyphs/Venus.tsx +17 -0
- package/src/glyphs/VenusAndMars.tsx +19 -0
- package/src/glyphs/Verified.tsx +16 -0
- package/src/glyphs/Vibrate.tsx +17 -0
- package/src/glyphs/VibrateOff.tsx +19 -0
- package/src/glyphs/Video.tsx +16 -0
- package/src/glyphs/VideoOff.tsx +17 -0
- package/src/glyphs/Videotape.tsx +19 -0
- package/src/glyphs/View.tsx +18 -0
- package/src/glyphs/Voicemail.tsx +17 -0
- package/src/glyphs/Volleyball.tsx +20 -0
- package/src/glyphs/Volume.tsx +13 -0
- package/src/glyphs/Volume1.tsx +16 -0
- package/src/glyphs/Volume2.tsx +17 -0
- package/src/glyphs/VolumeOff.tsx +19 -0
- package/src/glyphs/VolumeX.tsx +17 -0
- package/src/glyphs/Vote.tsx +17 -0
- package/src/glyphs/Wallet.tsx +16 -0
- package/src/glyphs/Wallet2.tsx +16 -0
- package/src/glyphs/WalletCards.tsx +17 -0
- package/src/glyphs/WalletMinimal.tsx +16 -0
- package/src/glyphs/Wallpaper.tsx +19 -0
- package/src/glyphs/Wand.tsx +23 -0
- package/src/glyphs/Wand2.tsx +22 -0
- package/src/glyphs/WandSparkles.tsx +22 -0
- package/src/glyphs/Warehouse.tsx +18 -0
- package/src/glyphs/WashingMachine.tsx +19 -0
- package/src/glyphs/Watch.tsx +18 -0
- package/src/glyphs/Waves.tsx +17 -0
- package/src/glyphs/WavesArrowDown.tsx +18 -0
- package/src/glyphs/WavesArrowUp.tsx +18 -0
- package/src/glyphs/WavesHorizontal.tsx +17 -0
- package/src/glyphs/WavesLadder.tsx +19 -0
- package/src/glyphs/WavesVertical.tsx +17 -0
- package/src/glyphs/Waypoints.tsx +21 -0
- package/src/glyphs/Webcam.tsx +18 -0
- package/src/glyphs/Webhook.tsx +17 -0
- package/src/glyphs/WebhookOff.tsx +21 -0
- package/src/glyphs/Weight.tsx +16 -0
- package/src/glyphs/WeightTilde.tsx +17 -0
- package/src/glyphs/Wheat.tsx +22 -0
- package/src/glyphs/WheatOff.tsx +24 -0
- package/src/glyphs/WholeWord.tsx +19 -0
- package/src/glyphs/Wifi.tsx +18 -0
- package/src/glyphs/WifiCog.tsx +26 -0
- package/src/glyphs/WifiHigh.tsx +17 -0
- package/src/glyphs/WifiLow.tsx +16 -0
- package/src/glyphs/WifiOff.tsx +21 -0
- package/src/glyphs/WifiPen.tsx +18 -0
- package/src/glyphs/WifiSync.tsx +21 -0
- package/src/glyphs/WifiZero.tsx +6 -0
- package/src/glyphs/Wind.tsx +17 -0
- package/src/glyphs/WindArrowDown.tsx +18 -0
- package/src/glyphs/Wine.tsx +18 -0
- package/src/glyphs/WineOff.tsx +19 -0
- package/src/glyphs/Workflow.tsx +17 -0
- package/src/glyphs/Worm.tsx +17 -0
- package/src/glyphs/WrapText.tsx +18 -0
- package/src/glyphs/Wrench.tsx +13 -0
- package/src/glyphs/X.tsx +16 -0
- package/src/glyphs/XCircle.tsx +17 -0
- package/src/glyphs/XLineTop.tsx +17 -0
- package/src/glyphs/XOctagon.tsx +17 -0
- package/src/glyphs/XSquare.tsx +17 -0
- package/src/glyphs/Zap.tsx +13 -0
- package/src/glyphs/ZapOff.tsx +18 -0
- package/src/glyphs/ZodiacAquarius.tsx +16 -0
- package/src/glyphs/ZodiacAries.tsx +16 -0
- package/src/glyphs/ZodiacCancer.tsx +18 -0
- package/src/glyphs/ZodiacCapricorn.tsx +17 -0
- package/src/glyphs/ZodiacGemini.tsx +18 -0
- package/src/glyphs/ZodiacLeo.tsx +16 -0
- package/src/glyphs/ZodiacLibra.tsx +16 -0
- package/src/glyphs/ZodiacOphiuchus.tsx +16 -0
- package/src/glyphs/ZodiacPisces.tsx +17 -0
- package/src/glyphs/ZodiacSagittarius.tsx +17 -0
- package/src/glyphs/ZodiacScorpio.tsx +18 -0
- package/src/glyphs/ZodiacTaurus.tsx +16 -0
- package/src/glyphs/ZodiacVirgo.tsx +18 -0
- package/src/glyphs/ZoomIn.tsx +18 -0
- package/src/glyphs/ZoomOut.tsx +17 -0
- package/src/icons.test.tsx +145 -0
- package/src/index.ts +1962 -0
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,3965 @@
|
|
|
1
|
+
import { IconProps } from '@usemotif/react';
|
|
2
|
+
export { IconProps } from '@usemotif/react';
|
|
3
|
+
import { ReactElement } from 'react';
|
|
4
|
+
|
|
5
|
+
declare function AArrowDown(props: IconProps): ReactElement;
|
|
6
|
+
|
|
7
|
+
declare function AArrowUp(props: IconProps): ReactElement;
|
|
8
|
+
|
|
9
|
+
declare function Accessibility(props: IconProps): ReactElement;
|
|
10
|
+
|
|
11
|
+
declare function Activity(props: IconProps): ReactElement;
|
|
12
|
+
|
|
13
|
+
declare function ActivitySquare(props: IconProps): ReactElement;
|
|
14
|
+
|
|
15
|
+
declare function Airplay(props: IconProps): ReactElement;
|
|
16
|
+
|
|
17
|
+
declare function AirVent(props: IconProps): ReactElement;
|
|
18
|
+
|
|
19
|
+
declare function ALargeSmall(props: IconProps): ReactElement;
|
|
20
|
+
|
|
21
|
+
declare function AlarmCheck(props: IconProps): ReactElement;
|
|
22
|
+
|
|
23
|
+
declare function AlarmClock(props: IconProps): ReactElement;
|
|
24
|
+
|
|
25
|
+
declare function AlarmClockCheck(props: IconProps): ReactElement;
|
|
26
|
+
|
|
27
|
+
declare function AlarmClockMinus(props: IconProps): ReactElement;
|
|
28
|
+
|
|
29
|
+
declare function AlarmClockOff(props: IconProps): ReactElement;
|
|
30
|
+
|
|
31
|
+
declare function AlarmClockPlus(props: IconProps): ReactElement;
|
|
32
|
+
|
|
33
|
+
declare function AlarmMinus(props: IconProps): ReactElement;
|
|
34
|
+
|
|
35
|
+
declare function AlarmPlus(props: IconProps): ReactElement;
|
|
36
|
+
|
|
37
|
+
declare function AlarmSmoke(props: IconProps): ReactElement;
|
|
38
|
+
|
|
39
|
+
declare function Album(props: IconProps): ReactElement;
|
|
40
|
+
|
|
41
|
+
declare function AlertCircle(props: IconProps): ReactElement;
|
|
42
|
+
|
|
43
|
+
declare function AlertOctagon(props: IconProps): ReactElement;
|
|
44
|
+
|
|
45
|
+
declare function AlertTriangle(props: IconProps): ReactElement;
|
|
46
|
+
|
|
47
|
+
declare function AlignCenter(props: IconProps): ReactElement;
|
|
48
|
+
|
|
49
|
+
declare function AlignCenterHorizontal(props: IconProps): ReactElement;
|
|
50
|
+
|
|
51
|
+
declare function AlignCenterVertical(props: IconProps): ReactElement;
|
|
52
|
+
|
|
53
|
+
declare function AlignEndHorizontal(props: IconProps): ReactElement;
|
|
54
|
+
|
|
55
|
+
declare function AlignEndVertical(props: IconProps): ReactElement;
|
|
56
|
+
|
|
57
|
+
declare function AlignHorizontalDistributeCenter(props: IconProps): ReactElement;
|
|
58
|
+
|
|
59
|
+
declare function AlignHorizontalDistributeEnd(props: IconProps): ReactElement;
|
|
60
|
+
|
|
61
|
+
declare function AlignHorizontalDistributeStart(props: IconProps): ReactElement;
|
|
62
|
+
|
|
63
|
+
declare function AlignHorizontalJustifyCenter(props: IconProps): ReactElement;
|
|
64
|
+
|
|
65
|
+
declare function AlignHorizontalJustifyEnd(props: IconProps): ReactElement;
|
|
66
|
+
|
|
67
|
+
declare function AlignHorizontalJustifyStart(props: IconProps): ReactElement;
|
|
68
|
+
|
|
69
|
+
declare function AlignHorizontalSpaceAround(props: IconProps): ReactElement;
|
|
70
|
+
|
|
71
|
+
declare function AlignHorizontalSpaceBetween(props: IconProps): ReactElement;
|
|
72
|
+
|
|
73
|
+
declare function AlignJustify(props: IconProps): ReactElement;
|
|
74
|
+
|
|
75
|
+
declare function AlignLeft(props: IconProps): ReactElement;
|
|
76
|
+
|
|
77
|
+
declare function AlignRight(props: IconProps): ReactElement;
|
|
78
|
+
|
|
79
|
+
declare function AlignStartHorizontal(props: IconProps): ReactElement;
|
|
80
|
+
|
|
81
|
+
declare function AlignStartVertical(props: IconProps): ReactElement;
|
|
82
|
+
|
|
83
|
+
declare function AlignVerticalDistributeCenter(props: IconProps): ReactElement;
|
|
84
|
+
|
|
85
|
+
declare function AlignVerticalDistributeEnd(props: IconProps): ReactElement;
|
|
86
|
+
|
|
87
|
+
declare function AlignVerticalDistributeStart(props: IconProps): ReactElement;
|
|
88
|
+
|
|
89
|
+
declare function AlignVerticalJustifyCenter(props: IconProps): ReactElement;
|
|
90
|
+
|
|
91
|
+
declare function AlignVerticalJustifyEnd(props: IconProps): ReactElement;
|
|
92
|
+
|
|
93
|
+
declare function AlignVerticalJustifyStart(props: IconProps): ReactElement;
|
|
94
|
+
|
|
95
|
+
declare function AlignVerticalSpaceAround(props: IconProps): ReactElement;
|
|
96
|
+
|
|
97
|
+
declare function AlignVerticalSpaceBetween(props: IconProps): ReactElement;
|
|
98
|
+
|
|
99
|
+
declare function Ambulance(props: IconProps): ReactElement;
|
|
100
|
+
|
|
101
|
+
declare function Ampersand(props: IconProps): ReactElement;
|
|
102
|
+
|
|
103
|
+
declare function Ampersands(props: IconProps): ReactElement;
|
|
104
|
+
|
|
105
|
+
declare function Amphora(props: IconProps): ReactElement;
|
|
106
|
+
|
|
107
|
+
declare function Anchor(props: IconProps): ReactElement;
|
|
108
|
+
|
|
109
|
+
declare function Angry(props: IconProps): ReactElement;
|
|
110
|
+
|
|
111
|
+
declare function Annoyed(props: IconProps): ReactElement;
|
|
112
|
+
|
|
113
|
+
declare function Antenna(props: IconProps): ReactElement;
|
|
114
|
+
|
|
115
|
+
declare function Anvil(props: IconProps): ReactElement;
|
|
116
|
+
|
|
117
|
+
declare function Aperture(props: IconProps): ReactElement;
|
|
118
|
+
|
|
119
|
+
declare function Apple(props: IconProps): ReactElement;
|
|
120
|
+
|
|
121
|
+
declare function AppWindow(props: IconProps): ReactElement;
|
|
122
|
+
|
|
123
|
+
declare function AppWindowMac(props: IconProps): ReactElement;
|
|
124
|
+
|
|
125
|
+
declare function Archive(props: IconProps): ReactElement;
|
|
126
|
+
|
|
127
|
+
declare function ArchiveRestore(props: IconProps): ReactElement;
|
|
128
|
+
|
|
129
|
+
declare function ArchiveX(props: IconProps): ReactElement;
|
|
130
|
+
|
|
131
|
+
declare function AreaChart(props: IconProps): ReactElement;
|
|
132
|
+
|
|
133
|
+
declare function Armchair(props: IconProps): ReactElement;
|
|
134
|
+
|
|
135
|
+
declare function ArrowBigDown(props: IconProps): ReactElement;
|
|
136
|
+
|
|
137
|
+
declare function ArrowBigDownDash(props: IconProps): ReactElement;
|
|
138
|
+
|
|
139
|
+
declare function ArrowBigLeft(props: IconProps): ReactElement;
|
|
140
|
+
|
|
141
|
+
declare function ArrowBigLeftDash(props: IconProps): ReactElement;
|
|
142
|
+
|
|
143
|
+
declare function ArrowBigRight(props: IconProps): ReactElement;
|
|
144
|
+
|
|
145
|
+
declare function ArrowBigRightDash(props: IconProps): ReactElement;
|
|
146
|
+
|
|
147
|
+
declare function ArrowBigUp(props: IconProps): ReactElement;
|
|
148
|
+
|
|
149
|
+
declare function ArrowBigUpDash(props: IconProps): ReactElement;
|
|
150
|
+
|
|
151
|
+
declare function ArrowDown(props: IconProps): ReactElement;
|
|
152
|
+
|
|
153
|
+
declare function ArrowDown01(props: IconProps): ReactElement;
|
|
154
|
+
|
|
155
|
+
declare function ArrowDown10(props: IconProps): ReactElement;
|
|
156
|
+
|
|
157
|
+
declare function ArrowDownAZ(props: IconProps): ReactElement;
|
|
158
|
+
|
|
159
|
+
declare function ArrowDownCircle(props: IconProps): ReactElement;
|
|
160
|
+
|
|
161
|
+
declare function ArrowDownFromLine(props: IconProps): ReactElement;
|
|
162
|
+
|
|
163
|
+
declare function ArrowDownLeft(props: IconProps): ReactElement;
|
|
164
|
+
|
|
165
|
+
declare function ArrowDownLeftFromCircle(props: IconProps): ReactElement;
|
|
166
|
+
|
|
167
|
+
declare function ArrowDownLeftFromSquare(props: IconProps): ReactElement;
|
|
168
|
+
|
|
169
|
+
declare function ArrowDownLeftSquare(props: IconProps): ReactElement;
|
|
170
|
+
|
|
171
|
+
declare function ArrowDownNarrowWide(props: IconProps): ReactElement;
|
|
172
|
+
|
|
173
|
+
declare function ArrowDownRight(props: IconProps): ReactElement;
|
|
174
|
+
|
|
175
|
+
declare function ArrowDownRightFromCircle(props: IconProps): ReactElement;
|
|
176
|
+
|
|
177
|
+
declare function ArrowDownRightFromSquare(props: IconProps): ReactElement;
|
|
178
|
+
|
|
179
|
+
declare function ArrowDownRightSquare(props: IconProps): ReactElement;
|
|
180
|
+
|
|
181
|
+
declare function ArrowDownSquare(props: IconProps): ReactElement;
|
|
182
|
+
|
|
183
|
+
declare function ArrowDownToDot(props: IconProps): ReactElement;
|
|
184
|
+
|
|
185
|
+
declare function ArrowDownToLine(props: IconProps): ReactElement;
|
|
186
|
+
|
|
187
|
+
declare function ArrowDownUp(props: IconProps): ReactElement;
|
|
188
|
+
|
|
189
|
+
declare function ArrowDownWideNarrow(props: IconProps): ReactElement;
|
|
190
|
+
|
|
191
|
+
declare function ArrowDownZA(props: IconProps): ReactElement;
|
|
192
|
+
|
|
193
|
+
declare function ArrowLeft(props: IconProps): ReactElement;
|
|
194
|
+
|
|
195
|
+
declare function ArrowLeftCircle(props: IconProps): ReactElement;
|
|
196
|
+
|
|
197
|
+
declare function ArrowLeftFromLine(props: IconProps): ReactElement;
|
|
198
|
+
|
|
199
|
+
declare function ArrowLeftRight(props: IconProps): ReactElement;
|
|
200
|
+
|
|
201
|
+
declare function ArrowLeftSquare(props: IconProps): ReactElement;
|
|
202
|
+
|
|
203
|
+
declare function ArrowLeftToLine(props: IconProps): ReactElement;
|
|
204
|
+
|
|
205
|
+
declare function ArrowRight(props: IconProps): ReactElement;
|
|
206
|
+
|
|
207
|
+
declare function ArrowRightCircle(props: IconProps): ReactElement;
|
|
208
|
+
|
|
209
|
+
declare function ArrowRightFromLine(props: IconProps): ReactElement;
|
|
210
|
+
|
|
211
|
+
declare function ArrowRightLeft(props: IconProps): ReactElement;
|
|
212
|
+
|
|
213
|
+
declare function ArrowRightSquare(props: IconProps): ReactElement;
|
|
214
|
+
|
|
215
|
+
declare function ArrowRightToLine(props: IconProps): ReactElement;
|
|
216
|
+
|
|
217
|
+
declare function ArrowsUpFromLine(props: IconProps): ReactElement;
|
|
218
|
+
|
|
219
|
+
declare function ArrowUp(props: IconProps): ReactElement;
|
|
220
|
+
|
|
221
|
+
declare function ArrowUp01(props: IconProps): ReactElement;
|
|
222
|
+
|
|
223
|
+
declare function ArrowUp10(props: IconProps): ReactElement;
|
|
224
|
+
|
|
225
|
+
declare function ArrowUpAZ(props: IconProps): ReactElement;
|
|
226
|
+
|
|
227
|
+
declare function ArrowUpCircle(props: IconProps): ReactElement;
|
|
228
|
+
|
|
229
|
+
declare function ArrowUpDown(props: IconProps): ReactElement;
|
|
230
|
+
|
|
231
|
+
declare function ArrowUpFromDot(props: IconProps): ReactElement;
|
|
232
|
+
|
|
233
|
+
declare function ArrowUpFromLine(props: IconProps): ReactElement;
|
|
234
|
+
|
|
235
|
+
declare function ArrowUpLeft(props: IconProps): ReactElement;
|
|
236
|
+
|
|
237
|
+
declare function ArrowUpLeftFromCircle(props: IconProps): ReactElement;
|
|
238
|
+
|
|
239
|
+
declare function ArrowUpLeftFromSquare(props: IconProps): ReactElement;
|
|
240
|
+
|
|
241
|
+
declare function ArrowUpLeftSquare(props: IconProps): ReactElement;
|
|
242
|
+
|
|
243
|
+
declare function ArrowUpNarrowWide(props: IconProps): ReactElement;
|
|
244
|
+
|
|
245
|
+
declare function ArrowUpRight(props: IconProps): ReactElement;
|
|
246
|
+
|
|
247
|
+
declare function ArrowUpRightFromCircle(props: IconProps): ReactElement;
|
|
248
|
+
|
|
249
|
+
declare function ArrowUpRightFromSquare(props: IconProps): ReactElement;
|
|
250
|
+
|
|
251
|
+
declare function ArrowUpRightSquare(props: IconProps): ReactElement;
|
|
252
|
+
|
|
253
|
+
declare function ArrowUpSquare(props: IconProps): ReactElement;
|
|
254
|
+
|
|
255
|
+
declare function ArrowUpToLine(props: IconProps): ReactElement;
|
|
256
|
+
|
|
257
|
+
declare function ArrowUpWideNarrow(props: IconProps): ReactElement;
|
|
258
|
+
|
|
259
|
+
declare function ArrowUpZA(props: IconProps): ReactElement;
|
|
260
|
+
|
|
261
|
+
declare function Asterisk(props: IconProps): ReactElement;
|
|
262
|
+
|
|
263
|
+
declare function AsteriskSquare(props: IconProps): ReactElement;
|
|
264
|
+
|
|
265
|
+
declare function Astroid(props: IconProps): ReactElement;
|
|
266
|
+
|
|
267
|
+
declare function Atom(props: IconProps): ReactElement;
|
|
268
|
+
|
|
269
|
+
declare function AtSign(props: IconProps): ReactElement;
|
|
270
|
+
|
|
271
|
+
declare function AudioLines(props: IconProps): ReactElement;
|
|
272
|
+
|
|
273
|
+
declare function AudioWaveform(props: IconProps): ReactElement;
|
|
274
|
+
|
|
275
|
+
declare function Award(props: IconProps): ReactElement;
|
|
276
|
+
|
|
277
|
+
declare function Axe(props: IconProps): ReactElement;
|
|
278
|
+
|
|
279
|
+
declare function Axis3D(props: IconProps): ReactElement;
|
|
280
|
+
|
|
281
|
+
declare function Baby(props: IconProps): ReactElement;
|
|
282
|
+
|
|
283
|
+
declare function Backpack(props: IconProps): ReactElement;
|
|
284
|
+
|
|
285
|
+
declare function Badge(props: IconProps): ReactElement;
|
|
286
|
+
|
|
287
|
+
declare function BadgeAlert(props: IconProps): ReactElement;
|
|
288
|
+
|
|
289
|
+
declare function BadgeCent(props: IconProps): ReactElement;
|
|
290
|
+
|
|
291
|
+
declare function BadgeCheck(props: IconProps): ReactElement;
|
|
292
|
+
|
|
293
|
+
declare function BadgeDollarSign(props: IconProps): ReactElement;
|
|
294
|
+
|
|
295
|
+
declare function BadgeEuro(props: IconProps): ReactElement;
|
|
296
|
+
|
|
297
|
+
declare function BadgeHelp(props: IconProps): ReactElement;
|
|
298
|
+
|
|
299
|
+
declare function BadgeIndianRupee(props: IconProps): ReactElement;
|
|
300
|
+
|
|
301
|
+
declare function BadgeInfo(props: IconProps): ReactElement;
|
|
302
|
+
|
|
303
|
+
declare function BadgeJapaneseYen(props: IconProps): ReactElement;
|
|
304
|
+
|
|
305
|
+
declare function BadgeMinus(props: IconProps): ReactElement;
|
|
306
|
+
|
|
307
|
+
declare function BadgePercent(props: IconProps): ReactElement;
|
|
308
|
+
|
|
309
|
+
declare function BadgePlus(props: IconProps): ReactElement;
|
|
310
|
+
|
|
311
|
+
declare function BadgePoundSterling(props: IconProps): ReactElement;
|
|
312
|
+
|
|
313
|
+
declare function BadgeQuestionMark(props: IconProps): ReactElement;
|
|
314
|
+
|
|
315
|
+
declare function BadgeRussianRuble(props: IconProps): ReactElement;
|
|
316
|
+
|
|
317
|
+
declare function BadgeSwissFranc(props: IconProps): ReactElement;
|
|
318
|
+
|
|
319
|
+
declare function BadgeTurkishLira(props: IconProps): ReactElement;
|
|
320
|
+
|
|
321
|
+
declare function BadgeX(props: IconProps): ReactElement;
|
|
322
|
+
|
|
323
|
+
declare function BaggageClaim(props: IconProps): ReactElement;
|
|
324
|
+
|
|
325
|
+
declare function Balloon(props: IconProps): ReactElement;
|
|
326
|
+
|
|
327
|
+
declare function Ban(props: IconProps): ReactElement;
|
|
328
|
+
|
|
329
|
+
declare function Banana(props: IconProps): ReactElement;
|
|
330
|
+
|
|
331
|
+
declare function Bandage(props: IconProps): ReactElement;
|
|
332
|
+
|
|
333
|
+
declare function Banknote(props: IconProps): ReactElement;
|
|
334
|
+
|
|
335
|
+
declare function BanknoteArrowDown(props: IconProps): ReactElement;
|
|
336
|
+
|
|
337
|
+
declare function BanknoteArrowUp(props: IconProps): ReactElement;
|
|
338
|
+
|
|
339
|
+
declare function BanknoteX(props: IconProps): ReactElement;
|
|
340
|
+
|
|
341
|
+
declare function BarChart(props: IconProps): ReactElement;
|
|
342
|
+
|
|
343
|
+
declare function BarChart2(props: IconProps): ReactElement;
|
|
344
|
+
|
|
345
|
+
declare function BarChart3(props: IconProps): ReactElement;
|
|
346
|
+
|
|
347
|
+
declare function BarChart4(props: IconProps): ReactElement;
|
|
348
|
+
|
|
349
|
+
declare function BarChartBig(props: IconProps): ReactElement;
|
|
350
|
+
|
|
351
|
+
declare function BarChartHorizontal(props: IconProps): ReactElement;
|
|
352
|
+
|
|
353
|
+
declare function BarChartHorizontalBig(props: IconProps): ReactElement;
|
|
354
|
+
|
|
355
|
+
declare function Barcode(props: IconProps): ReactElement;
|
|
356
|
+
|
|
357
|
+
declare function Barrel(props: IconProps): ReactElement;
|
|
358
|
+
|
|
359
|
+
declare function Baseline(props: IconProps): ReactElement;
|
|
360
|
+
|
|
361
|
+
declare function Bath(props: IconProps): ReactElement;
|
|
362
|
+
|
|
363
|
+
declare function Battery(props: IconProps): ReactElement;
|
|
364
|
+
|
|
365
|
+
declare function BatteryCharging(props: IconProps): ReactElement;
|
|
366
|
+
|
|
367
|
+
declare function BatteryFull(props: IconProps): ReactElement;
|
|
368
|
+
|
|
369
|
+
declare function BatteryLow(props: IconProps): ReactElement;
|
|
370
|
+
|
|
371
|
+
declare function BatteryMedium(props: IconProps): ReactElement;
|
|
372
|
+
|
|
373
|
+
declare function BatteryPlus(props: IconProps): ReactElement;
|
|
374
|
+
|
|
375
|
+
declare function BatteryWarning(props: IconProps): ReactElement;
|
|
376
|
+
|
|
377
|
+
declare function Beaker(props: IconProps): ReactElement;
|
|
378
|
+
|
|
379
|
+
declare function Bean(props: IconProps): ReactElement;
|
|
380
|
+
|
|
381
|
+
declare function BeanOff(props: IconProps): ReactElement;
|
|
382
|
+
|
|
383
|
+
declare function Bed(props: IconProps): ReactElement;
|
|
384
|
+
|
|
385
|
+
declare function BedDouble(props: IconProps): ReactElement;
|
|
386
|
+
|
|
387
|
+
declare function BedSingle(props: IconProps): ReactElement;
|
|
388
|
+
|
|
389
|
+
declare function Beef(props: IconProps): ReactElement;
|
|
390
|
+
|
|
391
|
+
declare function BeefOff(props: IconProps): ReactElement;
|
|
392
|
+
|
|
393
|
+
declare function Beer(props: IconProps): ReactElement;
|
|
394
|
+
|
|
395
|
+
declare function BeerOff(props: IconProps): ReactElement;
|
|
396
|
+
|
|
397
|
+
declare function Bell(props: IconProps): ReactElement;
|
|
398
|
+
|
|
399
|
+
declare function BellCheck(props: IconProps): ReactElement;
|
|
400
|
+
|
|
401
|
+
declare function BellDot(props: IconProps): ReactElement;
|
|
402
|
+
|
|
403
|
+
declare function BellElectric(props: IconProps): ReactElement;
|
|
404
|
+
|
|
405
|
+
declare function BellMinus(props: IconProps): ReactElement;
|
|
406
|
+
|
|
407
|
+
declare function BellOff(props: IconProps): ReactElement;
|
|
408
|
+
|
|
409
|
+
declare function BellPlus(props: IconProps): ReactElement;
|
|
410
|
+
|
|
411
|
+
declare function BellRing(props: IconProps): ReactElement;
|
|
412
|
+
|
|
413
|
+
declare function BetweenHorizonalEnd(props: IconProps): ReactElement;
|
|
414
|
+
|
|
415
|
+
declare function BetweenHorizonalStart(props: IconProps): ReactElement;
|
|
416
|
+
|
|
417
|
+
declare function BetweenHorizontalEnd(props: IconProps): ReactElement;
|
|
418
|
+
|
|
419
|
+
declare function BetweenHorizontalStart(props: IconProps): ReactElement;
|
|
420
|
+
|
|
421
|
+
declare function BetweenVerticalEnd(props: IconProps): ReactElement;
|
|
422
|
+
|
|
423
|
+
declare function BetweenVerticalStart(props: IconProps): ReactElement;
|
|
424
|
+
|
|
425
|
+
declare function BicepsFlexed(props: IconProps): ReactElement;
|
|
426
|
+
|
|
427
|
+
declare function Bike(props: IconProps): ReactElement;
|
|
428
|
+
|
|
429
|
+
declare function Binary(props: IconProps): ReactElement;
|
|
430
|
+
|
|
431
|
+
declare function Binoculars(props: IconProps): ReactElement;
|
|
432
|
+
|
|
433
|
+
declare function Biohazard(props: IconProps): ReactElement;
|
|
434
|
+
|
|
435
|
+
declare function Bird(props: IconProps): ReactElement;
|
|
436
|
+
|
|
437
|
+
declare function Birdhouse(props: IconProps): ReactElement;
|
|
438
|
+
|
|
439
|
+
declare function Bitcoin(props: IconProps): ReactElement;
|
|
440
|
+
|
|
441
|
+
declare function Blend(props: IconProps): ReactElement;
|
|
442
|
+
|
|
443
|
+
declare function Blinds(props: IconProps): ReactElement;
|
|
444
|
+
|
|
445
|
+
declare function Blocks(props: IconProps): ReactElement;
|
|
446
|
+
|
|
447
|
+
declare function Bluetooth(props: IconProps): ReactElement;
|
|
448
|
+
|
|
449
|
+
declare function BluetoothConnected(props: IconProps): ReactElement;
|
|
450
|
+
|
|
451
|
+
declare function BluetoothOff(props: IconProps): ReactElement;
|
|
452
|
+
|
|
453
|
+
declare function BluetoothSearching(props: IconProps): ReactElement;
|
|
454
|
+
|
|
455
|
+
declare function Bold(props: IconProps): ReactElement;
|
|
456
|
+
|
|
457
|
+
declare function Bolt(props: IconProps): ReactElement;
|
|
458
|
+
|
|
459
|
+
declare function Bomb(props: IconProps): ReactElement;
|
|
460
|
+
|
|
461
|
+
declare function Bone(props: IconProps): ReactElement;
|
|
462
|
+
|
|
463
|
+
declare function Book(props: IconProps): ReactElement;
|
|
464
|
+
|
|
465
|
+
declare function BookA(props: IconProps): ReactElement;
|
|
466
|
+
|
|
467
|
+
declare function BookAlert(props: IconProps): ReactElement;
|
|
468
|
+
|
|
469
|
+
declare function BookAudio(props: IconProps): ReactElement;
|
|
470
|
+
|
|
471
|
+
declare function BookCheck(props: IconProps): ReactElement;
|
|
472
|
+
|
|
473
|
+
declare function BookCopy(props: IconProps): ReactElement;
|
|
474
|
+
|
|
475
|
+
declare function BookDashed(props: IconProps): ReactElement;
|
|
476
|
+
|
|
477
|
+
declare function BookDown(props: IconProps): ReactElement;
|
|
478
|
+
|
|
479
|
+
declare function BookHeadphones(props: IconProps): ReactElement;
|
|
480
|
+
|
|
481
|
+
declare function BookHeart(props: IconProps): ReactElement;
|
|
482
|
+
|
|
483
|
+
declare function BookImage(props: IconProps): ReactElement;
|
|
484
|
+
|
|
485
|
+
declare function BookKey(props: IconProps): ReactElement;
|
|
486
|
+
|
|
487
|
+
declare function BookLock(props: IconProps): ReactElement;
|
|
488
|
+
|
|
489
|
+
declare function Bookmark(props: IconProps): ReactElement;
|
|
490
|
+
|
|
491
|
+
declare function BookmarkCheck(props: IconProps): ReactElement;
|
|
492
|
+
|
|
493
|
+
declare function BookMarked(props: IconProps): ReactElement;
|
|
494
|
+
|
|
495
|
+
declare function BookmarkMinus(props: IconProps): ReactElement;
|
|
496
|
+
|
|
497
|
+
declare function BookmarkOff(props: IconProps): ReactElement;
|
|
498
|
+
|
|
499
|
+
declare function BookmarkPlus(props: IconProps): ReactElement;
|
|
500
|
+
|
|
501
|
+
declare function BookmarkX(props: IconProps): ReactElement;
|
|
502
|
+
|
|
503
|
+
declare function BookMinus(props: IconProps): ReactElement;
|
|
504
|
+
|
|
505
|
+
declare function BookOpen(props: IconProps): ReactElement;
|
|
506
|
+
|
|
507
|
+
declare function BookOpenCheck(props: IconProps): ReactElement;
|
|
508
|
+
|
|
509
|
+
declare function BookOpenText(props: IconProps): ReactElement;
|
|
510
|
+
|
|
511
|
+
declare function BookPlus(props: IconProps): ReactElement;
|
|
512
|
+
|
|
513
|
+
declare function BookSearch(props: IconProps): ReactElement;
|
|
514
|
+
|
|
515
|
+
declare function BookTemplate(props: IconProps): ReactElement;
|
|
516
|
+
|
|
517
|
+
declare function BookText(props: IconProps): ReactElement;
|
|
518
|
+
|
|
519
|
+
declare function BookType(props: IconProps): ReactElement;
|
|
520
|
+
|
|
521
|
+
declare function BookUp(props: IconProps): ReactElement;
|
|
522
|
+
|
|
523
|
+
declare function BookUp2(props: IconProps): ReactElement;
|
|
524
|
+
|
|
525
|
+
declare function BookUser(props: IconProps): ReactElement;
|
|
526
|
+
|
|
527
|
+
declare function BookX(props: IconProps): ReactElement;
|
|
528
|
+
|
|
529
|
+
declare function BoomBox(props: IconProps): ReactElement;
|
|
530
|
+
|
|
531
|
+
declare function Bot(props: IconProps): ReactElement;
|
|
532
|
+
|
|
533
|
+
declare function BotMessageSquare(props: IconProps): ReactElement;
|
|
534
|
+
|
|
535
|
+
declare function BotOff(props: IconProps): ReactElement;
|
|
536
|
+
|
|
537
|
+
declare function BottleWine(props: IconProps): ReactElement;
|
|
538
|
+
|
|
539
|
+
declare function BowArrow(props: IconProps): ReactElement;
|
|
540
|
+
|
|
541
|
+
declare function Box(props: IconProps): ReactElement;
|
|
542
|
+
|
|
543
|
+
declare function Boxes(props: IconProps): ReactElement;
|
|
544
|
+
|
|
545
|
+
declare function BoxSelect(props: IconProps): ReactElement;
|
|
546
|
+
|
|
547
|
+
declare function Braces(props: IconProps): ReactElement;
|
|
548
|
+
|
|
549
|
+
declare function Brackets(props: IconProps): ReactElement;
|
|
550
|
+
|
|
551
|
+
declare function Brain(props: IconProps): ReactElement;
|
|
552
|
+
|
|
553
|
+
declare function BrainCircuit(props: IconProps): ReactElement;
|
|
554
|
+
|
|
555
|
+
declare function BrainCog(props: IconProps): ReactElement;
|
|
556
|
+
|
|
557
|
+
declare function BrickWall(props: IconProps): ReactElement;
|
|
558
|
+
|
|
559
|
+
declare function BrickWallFire(props: IconProps): ReactElement;
|
|
560
|
+
|
|
561
|
+
declare function BrickWallShield(props: IconProps): ReactElement;
|
|
562
|
+
|
|
563
|
+
declare function Briefcase(props: IconProps): ReactElement;
|
|
564
|
+
|
|
565
|
+
declare function BriefcaseBusiness(props: IconProps): ReactElement;
|
|
566
|
+
|
|
567
|
+
declare function BriefcaseConveyorBelt(props: IconProps): ReactElement;
|
|
568
|
+
|
|
569
|
+
declare function BriefcaseMedical(props: IconProps): ReactElement;
|
|
570
|
+
|
|
571
|
+
declare function BringToFront(props: IconProps): ReactElement;
|
|
572
|
+
|
|
573
|
+
declare function Brush(props: IconProps): ReactElement;
|
|
574
|
+
|
|
575
|
+
declare function BrushCleaning(props: IconProps): ReactElement;
|
|
576
|
+
|
|
577
|
+
declare function Bubbles(props: IconProps): ReactElement;
|
|
578
|
+
|
|
579
|
+
declare function Bug(props: IconProps): ReactElement;
|
|
580
|
+
|
|
581
|
+
declare function BugOff(props: IconProps): ReactElement;
|
|
582
|
+
|
|
583
|
+
declare function BugPlay(props: IconProps): ReactElement;
|
|
584
|
+
|
|
585
|
+
declare function Building(props: IconProps): ReactElement;
|
|
586
|
+
|
|
587
|
+
declare function Building2(props: IconProps): ReactElement;
|
|
588
|
+
|
|
589
|
+
declare function Bus(props: IconProps): ReactElement;
|
|
590
|
+
|
|
591
|
+
declare function BusFront(props: IconProps): ReactElement;
|
|
592
|
+
|
|
593
|
+
declare function Cable(props: IconProps): ReactElement;
|
|
594
|
+
|
|
595
|
+
declare function CableCar(props: IconProps): ReactElement;
|
|
596
|
+
|
|
597
|
+
declare function Cake(props: IconProps): ReactElement;
|
|
598
|
+
|
|
599
|
+
declare function CakeSlice(props: IconProps): ReactElement;
|
|
600
|
+
|
|
601
|
+
declare function Calculator(props: IconProps): ReactElement;
|
|
602
|
+
|
|
603
|
+
declare function Calendar(props: IconProps): ReactElement;
|
|
604
|
+
|
|
605
|
+
declare function Calendar1(props: IconProps): ReactElement;
|
|
606
|
+
|
|
607
|
+
declare function CalendarArrowDown(props: IconProps): ReactElement;
|
|
608
|
+
|
|
609
|
+
declare function CalendarArrowUp(props: IconProps): ReactElement;
|
|
610
|
+
|
|
611
|
+
declare function CalendarCheck(props: IconProps): ReactElement;
|
|
612
|
+
|
|
613
|
+
declare function CalendarCheck2(props: IconProps): ReactElement;
|
|
614
|
+
|
|
615
|
+
declare function CalendarClock(props: IconProps): ReactElement;
|
|
616
|
+
|
|
617
|
+
declare function CalendarCog(props: IconProps): ReactElement;
|
|
618
|
+
|
|
619
|
+
declare function CalendarDays(props: IconProps): ReactElement;
|
|
620
|
+
|
|
621
|
+
declare function CalendarFold(props: IconProps): ReactElement;
|
|
622
|
+
|
|
623
|
+
declare function CalendarHeart(props: IconProps): ReactElement;
|
|
624
|
+
|
|
625
|
+
declare function CalendarMinus(props: IconProps): ReactElement;
|
|
626
|
+
|
|
627
|
+
declare function CalendarMinus2(props: IconProps): ReactElement;
|
|
628
|
+
|
|
629
|
+
declare function CalendarOff(props: IconProps): ReactElement;
|
|
630
|
+
|
|
631
|
+
declare function CalendarPlus(props: IconProps): ReactElement;
|
|
632
|
+
|
|
633
|
+
declare function CalendarPlus2(props: IconProps): ReactElement;
|
|
634
|
+
|
|
635
|
+
declare function CalendarRange(props: IconProps): ReactElement;
|
|
636
|
+
|
|
637
|
+
declare function Calendars(props: IconProps): ReactElement;
|
|
638
|
+
|
|
639
|
+
declare function CalendarSearch(props: IconProps): ReactElement;
|
|
640
|
+
|
|
641
|
+
declare function CalendarSync(props: IconProps): ReactElement;
|
|
642
|
+
|
|
643
|
+
declare function CalendarX(props: IconProps): ReactElement;
|
|
644
|
+
|
|
645
|
+
declare function CalendarX2(props: IconProps): ReactElement;
|
|
646
|
+
|
|
647
|
+
declare function Camera(props: IconProps): ReactElement;
|
|
648
|
+
|
|
649
|
+
declare function CameraOff(props: IconProps): ReactElement;
|
|
650
|
+
|
|
651
|
+
declare function CandlestickChart(props: IconProps): ReactElement;
|
|
652
|
+
|
|
653
|
+
declare function Candy(props: IconProps): ReactElement;
|
|
654
|
+
|
|
655
|
+
declare function CandyCane(props: IconProps): ReactElement;
|
|
656
|
+
|
|
657
|
+
declare function CandyOff(props: IconProps): ReactElement;
|
|
658
|
+
|
|
659
|
+
declare function Cannabis(props: IconProps): ReactElement;
|
|
660
|
+
|
|
661
|
+
declare function CannabisOff(props: IconProps): ReactElement;
|
|
662
|
+
|
|
663
|
+
declare function Captions(props: IconProps): ReactElement;
|
|
664
|
+
|
|
665
|
+
declare function CaptionsOff(props: IconProps): ReactElement;
|
|
666
|
+
|
|
667
|
+
declare function Car(props: IconProps): ReactElement;
|
|
668
|
+
|
|
669
|
+
declare function Caravan(props: IconProps): ReactElement;
|
|
670
|
+
|
|
671
|
+
declare function CardSim(props: IconProps): ReactElement;
|
|
672
|
+
|
|
673
|
+
declare function CarFront(props: IconProps): ReactElement;
|
|
674
|
+
|
|
675
|
+
declare function Carrot(props: IconProps): ReactElement;
|
|
676
|
+
|
|
677
|
+
declare function CarTaxiFront(props: IconProps): ReactElement;
|
|
678
|
+
|
|
679
|
+
declare function CaseLower(props: IconProps): ReactElement;
|
|
680
|
+
|
|
681
|
+
declare function CaseSensitive(props: IconProps): ReactElement;
|
|
682
|
+
|
|
683
|
+
declare function CaseUpper(props: IconProps): ReactElement;
|
|
684
|
+
|
|
685
|
+
declare function CassetteTape(props: IconProps): ReactElement;
|
|
686
|
+
|
|
687
|
+
declare function Cast(props: IconProps): ReactElement;
|
|
688
|
+
|
|
689
|
+
declare function Castle(props: IconProps): ReactElement;
|
|
690
|
+
|
|
691
|
+
declare function Cat(props: IconProps): ReactElement;
|
|
692
|
+
|
|
693
|
+
declare function Cctv(props: IconProps): ReactElement;
|
|
694
|
+
|
|
695
|
+
declare function CctvOff(props: IconProps): ReactElement;
|
|
696
|
+
|
|
697
|
+
declare function ChartArea(props: IconProps): ReactElement;
|
|
698
|
+
|
|
699
|
+
declare function ChartBar(props: IconProps): ReactElement;
|
|
700
|
+
|
|
701
|
+
declare function ChartBarBig(props: IconProps): ReactElement;
|
|
702
|
+
|
|
703
|
+
declare function ChartBarDecreasing(props: IconProps): ReactElement;
|
|
704
|
+
|
|
705
|
+
declare function ChartBarIncreasing(props: IconProps): ReactElement;
|
|
706
|
+
|
|
707
|
+
declare function ChartBarStacked(props: IconProps): ReactElement;
|
|
708
|
+
|
|
709
|
+
declare function ChartCandlestick(props: IconProps): ReactElement;
|
|
710
|
+
|
|
711
|
+
declare function ChartColumn(props: IconProps): ReactElement;
|
|
712
|
+
|
|
713
|
+
declare function ChartColumnBig(props: IconProps): ReactElement;
|
|
714
|
+
|
|
715
|
+
declare function ChartColumnDecreasing(props: IconProps): ReactElement;
|
|
716
|
+
|
|
717
|
+
declare function ChartColumnIncreasing(props: IconProps): ReactElement;
|
|
718
|
+
|
|
719
|
+
declare function ChartColumnStacked(props: IconProps): ReactElement;
|
|
720
|
+
|
|
721
|
+
declare function ChartGantt(props: IconProps): ReactElement;
|
|
722
|
+
|
|
723
|
+
declare function ChartLine(props: IconProps): ReactElement;
|
|
724
|
+
|
|
725
|
+
declare function ChartNetwork(props: IconProps): ReactElement;
|
|
726
|
+
|
|
727
|
+
declare function ChartNoAxesColumn(props: IconProps): ReactElement;
|
|
728
|
+
|
|
729
|
+
declare function ChartNoAxesColumnDecreasing(props: IconProps): ReactElement;
|
|
730
|
+
|
|
731
|
+
declare function ChartNoAxesColumnIncreasing(props: IconProps): ReactElement;
|
|
732
|
+
|
|
733
|
+
declare function ChartNoAxesCombined(props: IconProps): ReactElement;
|
|
734
|
+
|
|
735
|
+
declare function ChartNoAxesGantt(props: IconProps): ReactElement;
|
|
736
|
+
|
|
737
|
+
declare function ChartPie(props: IconProps): ReactElement;
|
|
738
|
+
|
|
739
|
+
declare function ChartScatter(props: IconProps): ReactElement;
|
|
740
|
+
|
|
741
|
+
declare function ChartSpline(props: IconProps): ReactElement;
|
|
742
|
+
|
|
743
|
+
declare function Check(props: IconProps): ReactElement;
|
|
744
|
+
|
|
745
|
+
declare function CheckCheck(props: IconProps): ReactElement;
|
|
746
|
+
|
|
747
|
+
declare function CheckCircle(props: IconProps): ReactElement;
|
|
748
|
+
|
|
749
|
+
declare function CheckCircle2(props: IconProps): ReactElement;
|
|
750
|
+
|
|
751
|
+
declare function CheckLine(props: IconProps): ReactElement;
|
|
752
|
+
|
|
753
|
+
declare function CheckSquare(props: IconProps): ReactElement;
|
|
754
|
+
|
|
755
|
+
declare function CheckSquare2(props: IconProps): ReactElement;
|
|
756
|
+
|
|
757
|
+
declare function ChefHat(props: IconProps): ReactElement;
|
|
758
|
+
|
|
759
|
+
declare function Cherry(props: IconProps): ReactElement;
|
|
760
|
+
|
|
761
|
+
declare function ChessBishop(props: IconProps): ReactElement;
|
|
762
|
+
|
|
763
|
+
declare function ChessKing(props: IconProps): ReactElement;
|
|
764
|
+
|
|
765
|
+
declare function ChessKnight(props: IconProps): ReactElement;
|
|
766
|
+
|
|
767
|
+
declare function ChessPawn(props: IconProps): ReactElement;
|
|
768
|
+
|
|
769
|
+
declare function ChessQueen(props: IconProps): ReactElement;
|
|
770
|
+
|
|
771
|
+
declare function ChessRook(props: IconProps): ReactElement;
|
|
772
|
+
|
|
773
|
+
declare function ChevronDown(props: IconProps): ReactElement;
|
|
774
|
+
|
|
775
|
+
declare function ChevronDownCircle(props: IconProps): ReactElement;
|
|
776
|
+
|
|
777
|
+
declare function ChevronDownSquare(props: IconProps): ReactElement;
|
|
778
|
+
|
|
779
|
+
declare function ChevronFirst(props: IconProps): ReactElement;
|
|
780
|
+
|
|
781
|
+
declare function ChevronLast(props: IconProps): ReactElement;
|
|
782
|
+
|
|
783
|
+
declare function ChevronLeft(props: IconProps): ReactElement;
|
|
784
|
+
|
|
785
|
+
declare function ChevronLeftCircle(props: IconProps): ReactElement;
|
|
786
|
+
|
|
787
|
+
declare function ChevronLeftSquare(props: IconProps): ReactElement;
|
|
788
|
+
|
|
789
|
+
declare function ChevronRight(props: IconProps): ReactElement;
|
|
790
|
+
|
|
791
|
+
declare function ChevronRightCircle(props: IconProps): ReactElement;
|
|
792
|
+
|
|
793
|
+
declare function ChevronRightSquare(props: IconProps): ReactElement;
|
|
794
|
+
|
|
795
|
+
declare function ChevronsDown(props: IconProps): ReactElement;
|
|
796
|
+
|
|
797
|
+
declare function ChevronsDownUp(props: IconProps): ReactElement;
|
|
798
|
+
|
|
799
|
+
declare function ChevronsLeft(props: IconProps): ReactElement;
|
|
800
|
+
|
|
801
|
+
declare function ChevronsLeftRight(props: IconProps): ReactElement;
|
|
802
|
+
|
|
803
|
+
declare function ChevronsLeftRightEllipsis(props: IconProps): ReactElement;
|
|
804
|
+
|
|
805
|
+
declare function ChevronsRight(props: IconProps): ReactElement;
|
|
806
|
+
|
|
807
|
+
declare function ChevronsRightLeft(props: IconProps): ReactElement;
|
|
808
|
+
|
|
809
|
+
declare function ChevronsUp(props: IconProps): ReactElement;
|
|
810
|
+
|
|
811
|
+
declare function ChevronsUpDown(props: IconProps): ReactElement;
|
|
812
|
+
|
|
813
|
+
declare function ChevronUp(props: IconProps): ReactElement;
|
|
814
|
+
|
|
815
|
+
declare function ChevronUpCircle(props: IconProps): ReactElement;
|
|
816
|
+
|
|
817
|
+
declare function ChevronUpSquare(props: IconProps): ReactElement;
|
|
818
|
+
|
|
819
|
+
declare function Church(props: IconProps): ReactElement;
|
|
820
|
+
|
|
821
|
+
declare function Cigarette(props: IconProps): ReactElement;
|
|
822
|
+
|
|
823
|
+
declare function CigaretteOff(props: IconProps): ReactElement;
|
|
824
|
+
|
|
825
|
+
declare function Circle(props: IconProps): ReactElement;
|
|
826
|
+
|
|
827
|
+
declare function CircleAlert(props: IconProps): ReactElement;
|
|
828
|
+
|
|
829
|
+
declare function CircleArrowDown(props: IconProps): ReactElement;
|
|
830
|
+
|
|
831
|
+
declare function CircleArrowLeft(props: IconProps): ReactElement;
|
|
832
|
+
|
|
833
|
+
declare function CircleArrowOutDownLeft(props: IconProps): ReactElement;
|
|
834
|
+
|
|
835
|
+
declare function CircleArrowOutDownRight(props: IconProps): ReactElement;
|
|
836
|
+
|
|
837
|
+
declare function CircleArrowOutUpLeft(props: IconProps): ReactElement;
|
|
838
|
+
|
|
839
|
+
declare function CircleArrowOutUpRight(props: IconProps): ReactElement;
|
|
840
|
+
|
|
841
|
+
declare function CircleArrowRight(props: IconProps): ReactElement;
|
|
842
|
+
|
|
843
|
+
declare function CircleArrowUp(props: IconProps): ReactElement;
|
|
844
|
+
|
|
845
|
+
declare function CircleCheck(props: IconProps): ReactElement;
|
|
846
|
+
|
|
847
|
+
declare function CircleCheckBig(props: IconProps): ReactElement;
|
|
848
|
+
|
|
849
|
+
declare function CircleChevronDown(props: IconProps): ReactElement;
|
|
850
|
+
|
|
851
|
+
declare function CircleChevronLeft(props: IconProps): ReactElement;
|
|
852
|
+
|
|
853
|
+
declare function CircleChevronRight(props: IconProps): ReactElement;
|
|
854
|
+
|
|
855
|
+
declare function CircleChevronUp(props: IconProps): ReactElement;
|
|
856
|
+
|
|
857
|
+
declare function CircleDashed(props: IconProps): ReactElement;
|
|
858
|
+
|
|
859
|
+
declare function CircleDivide(props: IconProps): ReactElement;
|
|
860
|
+
|
|
861
|
+
declare function CircleDollarSign(props: IconProps): ReactElement;
|
|
862
|
+
|
|
863
|
+
declare function CircleDot(props: IconProps): ReactElement;
|
|
864
|
+
|
|
865
|
+
declare function CircleDotDashed(props: IconProps): ReactElement;
|
|
866
|
+
|
|
867
|
+
declare function CircleEllipsis(props: IconProps): ReactElement;
|
|
868
|
+
|
|
869
|
+
declare function CircleEqual(props: IconProps): ReactElement;
|
|
870
|
+
|
|
871
|
+
declare function CircleFadingArrowUp(props: IconProps): ReactElement;
|
|
872
|
+
|
|
873
|
+
declare function CircleFadingPlus(props: IconProps): ReactElement;
|
|
874
|
+
|
|
875
|
+
declare function CircleGauge(props: IconProps): ReactElement;
|
|
876
|
+
|
|
877
|
+
declare function CircleHelp(props: IconProps): ReactElement;
|
|
878
|
+
|
|
879
|
+
declare function CircleMinus(props: IconProps): ReactElement;
|
|
880
|
+
|
|
881
|
+
declare function CircleOff(props: IconProps): ReactElement;
|
|
882
|
+
|
|
883
|
+
declare function CircleParking(props: IconProps): ReactElement;
|
|
884
|
+
|
|
885
|
+
declare function CircleParkingOff(props: IconProps): ReactElement;
|
|
886
|
+
|
|
887
|
+
declare function CirclePause(props: IconProps): ReactElement;
|
|
888
|
+
|
|
889
|
+
declare function CirclePercent(props: IconProps): ReactElement;
|
|
890
|
+
|
|
891
|
+
declare function CirclePile(props: IconProps): ReactElement;
|
|
892
|
+
|
|
893
|
+
declare function CirclePlay(props: IconProps): ReactElement;
|
|
894
|
+
|
|
895
|
+
declare function CirclePlus(props: IconProps): ReactElement;
|
|
896
|
+
|
|
897
|
+
declare function CirclePoundSterling(props: IconProps): ReactElement;
|
|
898
|
+
|
|
899
|
+
declare function CirclePower(props: IconProps): ReactElement;
|
|
900
|
+
|
|
901
|
+
declare function CircleQuestionMark(props: IconProps): ReactElement;
|
|
902
|
+
|
|
903
|
+
declare function CircleSlash(props: IconProps): ReactElement;
|
|
904
|
+
|
|
905
|
+
declare function CircleSlash2(props: IconProps): ReactElement;
|
|
906
|
+
|
|
907
|
+
declare function CircleSlashed(props: IconProps): ReactElement;
|
|
908
|
+
|
|
909
|
+
declare function CircleSmall(props: IconProps): ReactElement;
|
|
910
|
+
|
|
911
|
+
declare function CircleStar(props: IconProps): ReactElement;
|
|
912
|
+
|
|
913
|
+
declare function CircleStop(props: IconProps): ReactElement;
|
|
914
|
+
|
|
915
|
+
declare function CircleUser(props: IconProps): ReactElement;
|
|
916
|
+
|
|
917
|
+
declare function CircleUserRound(props: IconProps): ReactElement;
|
|
918
|
+
|
|
919
|
+
declare function CircleX(props: IconProps): ReactElement;
|
|
920
|
+
|
|
921
|
+
declare function CircuitBoard(props: IconProps): ReactElement;
|
|
922
|
+
|
|
923
|
+
declare function Citrus(props: IconProps): ReactElement;
|
|
924
|
+
|
|
925
|
+
declare function Clapperboard(props: IconProps): ReactElement;
|
|
926
|
+
|
|
927
|
+
declare function Clipboard(props: IconProps): ReactElement;
|
|
928
|
+
|
|
929
|
+
declare function ClipboardCheck(props: IconProps): ReactElement;
|
|
930
|
+
|
|
931
|
+
declare function ClipboardClock(props: IconProps): ReactElement;
|
|
932
|
+
|
|
933
|
+
declare function ClipboardCopy(props: IconProps): ReactElement;
|
|
934
|
+
|
|
935
|
+
declare function ClipboardEdit(props: IconProps): ReactElement;
|
|
936
|
+
|
|
937
|
+
declare function ClipboardList(props: IconProps): ReactElement;
|
|
938
|
+
|
|
939
|
+
declare function ClipboardMinus(props: IconProps): ReactElement;
|
|
940
|
+
|
|
941
|
+
declare function ClipboardPaste(props: IconProps): ReactElement;
|
|
942
|
+
|
|
943
|
+
declare function ClipboardPen(props: IconProps): ReactElement;
|
|
944
|
+
|
|
945
|
+
declare function ClipboardPenLine(props: IconProps): ReactElement;
|
|
946
|
+
|
|
947
|
+
declare function ClipboardPlus(props: IconProps): ReactElement;
|
|
948
|
+
|
|
949
|
+
declare function ClipboardSignature(props: IconProps): ReactElement;
|
|
950
|
+
|
|
951
|
+
declare function ClipboardType(props: IconProps): ReactElement;
|
|
952
|
+
|
|
953
|
+
declare function ClipboardX(props: IconProps): ReactElement;
|
|
954
|
+
|
|
955
|
+
declare function Clock(props: IconProps): ReactElement;
|
|
956
|
+
|
|
957
|
+
declare function Clock1(props: IconProps): ReactElement;
|
|
958
|
+
|
|
959
|
+
declare function Clock10(props: IconProps): ReactElement;
|
|
960
|
+
|
|
961
|
+
declare function Clock11(props: IconProps): ReactElement;
|
|
962
|
+
|
|
963
|
+
declare function Clock12(props: IconProps): ReactElement;
|
|
964
|
+
|
|
965
|
+
declare function Clock2(props: IconProps): ReactElement;
|
|
966
|
+
|
|
967
|
+
declare function Clock3(props: IconProps): ReactElement;
|
|
968
|
+
|
|
969
|
+
declare function Clock4(props: IconProps): ReactElement;
|
|
970
|
+
|
|
971
|
+
declare function Clock5(props: IconProps): ReactElement;
|
|
972
|
+
|
|
973
|
+
declare function Clock6(props: IconProps): ReactElement;
|
|
974
|
+
|
|
975
|
+
declare function Clock7(props: IconProps): ReactElement;
|
|
976
|
+
|
|
977
|
+
declare function Clock8(props: IconProps): ReactElement;
|
|
978
|
+
|
|
979
|
+
declare function Clock9(props: IconProps): ReactElement;
|
|
980
|
+
|
|
981
|
+
declare function ClockAlert(props: IconProps): ReactElement;
|
|
982
|
+
|
|
983
|
+
declare function ClockArrowDown(props: IconProps): ReactElement;
|
|
984
|
+
|
|
985
|
+
declare function ClockArrowUp(props: IconProps): ReactElement;
|
|
986
|
+
|
|
987
|
+
declare function ClockCheck(props: IconProps): ReactElement;
|
|
988
|
+
|
|
989
|
+
declare function ClockFading(props: IconProps): ReactElement;
|
|
990
|
+
|
|
991
|
+
declare function ClockPlus(props: IconProps): ReactElement;
|
|
992
|
+
|
|
993
|
+
declare function ClosedCaption(props: IconProps): ReactElement;
|
|
994
|
+
|
|
995
|
+
declare function Cloud(props: IconProps): ReactElement;
|
|
996
|
+
|
|
997
|
+
declare function CloudAlert(props: IconProps): ReactElement;
|
|
998
|
+
|
|
999
|
+
declare function CloudBackup(props: IconProps): ReactElement;
|
|
1000
|
+
|
|
1001
|
+
declare function CloudCheck(props: IconProps): ReactElement;
|
|
1002
|
+
|
|
1003
|
+
declare function CloudCog(props: IconProps): ReactElement;
|
|
1004
|
+
|
|
1005
|
+
declare function CloudDownload(props: IconProps): ReactElement;
|
|
1006
|
+
|
|
1007
|
+
declare function CloudDrizzle(props: IconProps): ReactElement;
|
|
1008
|
+
|
|
1009
|
+
declare function CloudFog(props: IconProps): ReactElement;
|
|
1010
|
+
|
|
1011
|
+
declare function CloudHail(props: IconProps): ReactElement;
|
|
1012
|
+
|
|
1013
|
+
declare function CloudLightning(props: IconProps): ReactElement;
|
|
1014
|
+
|
|
1015
|
+
declare function CloudMoon(props: IconProps): ReactElement;
|
|
1016
|
+
|
|
1017
|
+
declare function CloudMoonRain(props: IconProps): ReactElement;
|
|
1018
|
+
|
|
1019
|
+
declare function CloudOff(props: IconProps): ReactElement;
|
|
1020
|
+
|
|
1021
|
+
declare function CloudRain(props: IconProps): ReactElement;
|
|
1022
|
+
|
|
1023
|
+
declare function CloudRainWind(props: IconProps): ReactElement;
|
|
1024
|
+
|
|
1025
|
+
declare function CloudSnow(props: IconProps): ReactElement;
|
|
1026
|
+
|
|
1027
|
+
declare function CloudSun(props: IconProps): ReactElement;
|
|
1028
|
+
|
|
1029
|
+
declare function CloudSunRain(props: IconProps): ReactElement;
|
|
1030
|
+
|
|
1031
|
+
declare function CloudSync(props: IconProps): ReactElement;
|
|
1032
|
+
|
|
1033
|
+
declare function CloudUpload(props: IconProps): ReactElement;
|
|
1034
|
+
|
|
1035
|
+
declare function Cloudy(props: IconProps): ReactElement;
|
|
1036
|
+
|
|
1037
|
+
declare function Clover(props: IconProps): ReactElement;
|
|
1038
|
+
|
|
1039
|
+
declare function Club(props: IconProps): ReactElement;
|
|
1040
|
+
|
|
1041
|
+
declare function Code(props: IconProps): ReactElement;
|
|
1042
|
+
|
|
1043
|
+
declare function Code2(props: IconProps): ReactElement;
|
|
1044
|
+
|
|
1045
|
+
declare function CodeSquare(props: IconProps): ReactElement;
|
|
1046
|
+
|
|
1047
|
+
declare function CodeXml(props: IconProps): ReactElement;
|
|
1048
|
+
|
|
1049
|
+
declare function Coffee(props: IconProps): ReactElement;
|
|
1050
|
+
|
|
1051
|
+
declare function Cog(props: IconProps): ReactElement;
|
|
1052
|
+
|
|
1053
|
+
declare function Coins(props: IconProps): ReactElement;
|
|
1054
|
+
|
|
1055
|
+
declare function Columns(props: IconProps): ReactElement;
|
|
1056
|
+
|
|
1057
|
+
declare function Columns2(props: IconProps): ReactElement;
|
|
1058
|
+
|
|
1059
|
+
declare function Columns3(props: IconProps): ReactElement;
|
|
1060
|
+
|
|
1061
|
+
declare function Columns3Cog(props: IconProps): ReactElement;
|
|
1062
|
+
|
|
1063
|
+
declare function Columns4(props: IconProps): ReactElement;
|
|
1064
|
+
|
|
1065
|
+
declare function ColumnsSettings(props: IconProps): ReactElement;
|
|
1066
|
+
|
|
1067
|
+
declare function Combine(props: IconProps): ReactElement;
|
|
1068
|
+
|
|
1069
|
+
declare function Command(props: IconProps): ReactElement;
|
|
1070
|
+
|
|
1071
|
+
declare function Compass(props: IconProps): ReactElement;
|
|
1072
|
+
|
|
1073
|
+
declare function Component(props: IconProps): ReactElement;
|
|
1074
|
+
|
|
1075
|
+
declare function Computer(props: IconProps): ReactElement;
|
|
1076
|
+
|
|
1077
|
+
declare function ConciergeBell(props: IconProps): ReactElement;
|
|
1078
|
+
|
|
1079
|
+
declare function Cone(props: IconProps): ReactElement;
|
|
1080
|
+
|
|
1081
|
+
declare function Construction(props: IconProps): ReactElement;
|
|
1082
|
+
|
|
1083
|
+
declare function Contact(props: IconProps): ReactElement;
|
|
1084
|
+
|
|
1085
|
+
declare function Contact2(props: IconProps): ReactElement;
|
|
1086
|
+
|
|
1087
|
+
declare function ContactRound(props: IconProps): ReactElement;
|
|
1088
|
+
|
|
1089
|
+
declare function Container(props: IconProps): ReactElement;
|
|
1090
|
+
|
|
1091
|
+
declare function Contrast(props: IconProps): ReactElement;
|
|
1092
|
+
|
|
1093
|
+
declare function Cookie(props: IconProps): ReactElement;
|
|
1094
|
+
|
|
1095
|
+
declare function CookingPot(props: IconProps): ReactElement;
|
|
1096
|
+
|
|
1097
|
+
declare function Copy(props: IconProps): ReactElement;
|
|
1098
|
+
|
|
1099
|
+
declare function CopyCheck(props: IconProps): ReactElement;
|
|
1100
|
+
|
|
1101
|
+
declare function Copyleft(props: IconProps): ReactElement;
|
|
1102
|
+
|
|
1103
|
+
declare function CopyMinus(props: IconProps): ReactElement;
|
|
1104
|
+
|
|
1105
|
+
declare function CopyPlus(props: IconProps): ReactElement;
|
|
1106
|
+
|
|
1107
|
+
declare function Copyright(props: IconProps): ReactElement;
|
|
1108
|
+
|
|
1109
|
+
declare function CopySlash(props: IconProps): ReactElement;
|
|
1110
|
+
|
|
1111
|
+
declare function CopyX(props: IconProps): ReactElement;
|
|
1112
|
+
|
|
1113
|
+
declare function CornerDownLeft(props: IconProps): ReactElement;
|
|
1114
|
+
|
|
1115
|
+
declare function CornerDownRight(props: IconProps): ReactElement;
|
|
1116
|
+
|
|
1117
|
+
declare function CornerLeftDown(props: IconProps): ReactElement;
|
|
1118
|
+
|
|
1119
|
+
declare function CornerLeftUp(props: IconProps): ReactElement;
|
|
1120
|
+
|
|
1121
|
+
declare function CornerRightDown(props: IconProps): ReactElement;
|
|
1122
|
+
|
|
1123
|
+
declare function CornerRightUp(props: IconProps): ReactElement;
|
|
1124
|
+
|
|
1125
|
+
declare function CornerUpLeft(props: IconProps): ReactElement;
|
|
1126
|
+
|
|
1127
|
+
declare function CornerUpRight(props: IconProps): ReactElement;
|
|
1128
|
+
|
|
1129
|
+
declare function Cpu(props: IconProps): ReactElement;
|
|
1130
|
+
|
|
1131
|
+
declare function CreativeCommons(props: IconProps): ReactElement;
|
|
1132
|
+
|
|
1133
|
+
declare function CreditCard(props: IconProps): ReactElement;
|
|
1134
|
+
|
|
1135
|
+
declare function Croissant(props: IconProps): ReactElement;
|
|
1136
|
+
|
|
1137
|
+
declare function Crop(props: IconProps): ReactElement;
|
|
1138
|
+
|
|
1139
|
+
declare function Cross(props: IconProps): ReactElement;
|
|
1140
|
+
|
|
1141
|
+
declare function Crosshair(props: IconProps): ReactElement;
|
|
1142
|
+
|
|
1143
|
+
declare function Crown(props: IconProps): ReactElement;
|
|
1144
|
+
|
|
1145
|
+
declare function Cuboid(props: IconProps): ReactElement;
|
|
1146
|
+
|
|
1147
|
+
declare function CupSoda(props: IconProps): ReactElement;
|
|
1148
|
+
|
|
1149
|
+
declare function CurlyBraces(props: IconProps): ReactElement;
|
|
1150
|
+
|
|
1151
|
+
declare function Currency(props: IconProps): ReactElement;
|
|
1152
|
+
|
|
1153
|
+
declare function Cylinder(props: IconProps): ReactElement;
|
|
1154
|
+
|
|
1155
|
+
declare function Dam(props: IconProps): ReactElement;
|
|
1156
|
+
|
|
1157
|
+
declare function Database(props: IconProps): ReactElement;
|
|
1158
|
+
|
|
1159
|
+
declare function DatabaseBackup(props: IconProps): ReactElement;
|
|
1160
|
+
|
|
1161
|
+
declare function DatabaseSearch(props: IconProps): ReactElement;
|
|
1162
|
+
|
|
1163
|
+
declare function DatabaseZap(props: IconProps): ReactElement;
|
|
1164
|
+
|
|
1165
|
+
declare function DecimalsArrowLeft(props: IconProps): ReactElement;
|
|
1166
|
+
|
|
1167
|
+
declare function DecimalsArrowRight(props: IconProps): ReactElement;
|
|
1168
|
+
|
|
1169
|
+
declare function Delete(props: IconProps): ReactElement;
|
|
1170
|
+
|
|
1171
|
+
declare function Dessert(props: IconProps): ReactElement;
|
|
1172
|
+
|
|
1173
|
+
declare function Diameter(props: IconProps): ReactElement;
|
|
1174
|
+
|
|
1175
|
+
declare function Diamond(props: IconProps): ReactElement;
|
|
1176
|
+
|
|
1177
|
+
declare function DiamondMinus(props: IconProps): ReactElement;
|
|
1178
|
+
|
|
1179
|
+
declare function DiamondPercent(props: IconProps): ReactElement;
|
|
1180
|
+
|
|
1181
|
+
declare function DiamondPlus(props: IconProps): ReactElement;
|
|
1182
|
+
|
|
1183
|
+
declare function Dice1(props: IconProps): ReactElement;
|
|
1184
|
+
|
|
1185
|
+
declare function Dice2(props: IconProps): ReactElement;
|
|
1186
|
+
|
|
1187
|
+
declare function Dice3(props: IconProps): ReactElement;
|
|
1188
|
+
|
|
1189
|
+
declare function Dice4(props: IconProps): ReactElement;
|
|
1190
|
+
|
|
1191
|
+
declare function Dice5(props: IconProps): ReactElement;
|
|
1192
|
+
|
|
1193
|
+
declare function Dice6(props: IconProps): ReactElement;
|
|
1194
|
+
|
|
1195
|
+
declare function Dices(props: IconProps): ReactElement;
|
|
1196
|
+
|
|
1197
|
+
declare function Diff(props: IconProps): ReactElement;
|
|
1198
|
+
|
|
1199
|
+
declare function Disc(props: IconProps): ReactElement;
|
|
1200
|
+
|
|
1201
|
+
declare function Disc2(props: IconProps): ReactElement;
|
|
1202
|
+
|
|
1203
|
+
declare function Disc3(props: IconProps): ReactElement;
|
|
1204
|
+
|
|
1205
|
+
declare function DiscAlbum(props: IconProps): ReactElement;
|
|
1206
|
+
|
|
1207
|
+
declare function Divide(props: IconProps): ReactElement;
|
|
1208
|
+
|
|
1209
|
+
declare function DivideCircle(props: IconProps): ReactElement;
|
|
1210
|
+
|
|
1211
|
+
declare function DivideSquare(props: IconProps): ReactElement;
|
|
1212
|
+
|
|
1213
|
+
declare function Dna(props: IconProps): ReactElement;
|
|
1214
|
+
|
|
1215
|
+
declare function DnaOff(props: IconProps): ReactElement;
|
|
1216
|
+
|
|
1217
|
+
declare function Dock(props: IconProps): ReactElement;
|
|
1218
|
+
|
|
1219
|
+
declare function Dog(props: IconProps): ReactElement;
|
|
1220
|
+
|
|
1221
|
+
declare function DollarSign(props: IconProps): ReactElement;
|
|
1222
|
+
|
|
1223
|
+
declare function Donut(props: IconProps): ReactElement;
|
|
1224
|
+
|
|
1225
|
+
declare function DoorClosed(props: IconProps): ReactElement;
|
|
1226
|
+
|
|
1227
|
+
declare function DoorClosedLocked(props: IconProps): ReactElement;
|
|
1228
|
+
|
|
1229
|
+
declare function DoorOpen(props: IconProps): ReactElement;
|
|
1230
|
+
|
|
1231
|
+
declare function Dot(props: IconProps): ReactElement;
|
|
1232
|
+
|
|
1233
|
+
declare function DotSquare(props: IconProps): ReactElement;
|
|
1234
|
+
|
|
1235
|
+
declare function Download(props: IconProps): ReactElement;
|
|
1236
|
+
|
|
1237
|
+
declare function DownloadCloud(props: IconProps): ReactElement;
|
|
1238
|
+
|
|
1239
|
+
declare function DraftingCompass(props: IconProps): ReactElement;
|
|
1240
|
+
|
|
1241
|
+
declare function Drama(props: IconProps): ReactElement;
|
|
1242
|
+
|
|
1243
|
+
declare function Drill(props: IconProps): ReactElement;
|
|
1244
|
+
|
|
1245
|
+
declare function Drone(props: IconProps): ReactElement;
|
|
1246
|
+
|
|
1247
|
+
declare function Droplet(props: IconProps): ReactElement;
|
|
1248
|
+
|
|
1249
|
+
declare function DropletOff(props: IconProps): ReactElement;
|
|
1250
|
+
|
|
1251
|
+
declare function Droplets(props: IconProps): ReactElement;
|
|
1252
|
+
|
|
1253
|
+
declare function Drum(props: IconProps): ReactElement;
|
|
1254
|
+
|
|
1255
|
+
declare function Drumstick(props: IconProps): ReactElement;
|
|
1256
|
+
|
|
1257
|
+
declare function Dumbbell(props: IconProps): ReactElement;
|
|
1258
|
+
|
|
1259
|
+
declare function Ear(props: IconProps): ReactElement;
|
|
1260
|
+
|
|
1261
|
+
declare function EarOff(props: IconProps): ReactElement;
|
|
1262
|
+
|
|
1263
|
+
declare function Earth(props: IconProps): ReactElement;
|
|
1264
|
+
|
|
1265
|
+
declare function EarthLock(props: IconProps): ReactElement;
|
|
1266
|
+
|
|
1267
|
+
declare function Eclipse(props: IconProps): ReactElement;
|
|
1268
|
+
|
|
1269
|
+
declare function Edit(props: IconProps): ReactElement;
|
|
1270
|
+
|
|
1271
|
+
declare function Edit2(props: IconProps): ReactElement;
|
|
1272
|
+
|
|
1273
|
+
declare function Edit3(props: IconProps): ReactElement;
|
|
1274
|
+
|
|
1275
|
+
declare function Egg(props: IconProps): ReactElement;
|
|
1276
|
+
|
|
1277
|
+
declare function EggFried(props: IconProps): ReactElement;
|
|
1278
|
+
|
|
1279
|
+
declare function EggOff(props: IconProps): ReactElement;
|
|
1280
|
+
|
|
1281
|
+
declare function Ellipse(props: IconProps): ReactElement;
|
|
1282
|
+
|
|
1283
|
+
declare function Ellipsis(props: IconProps): ReactElement;
|
|
1284
|
+
|
|
1285
|
+
declare function EllipsisVertical(props: IconProps): ReactElement;
|
|
1286
|
+
|
|
1287
|
+
declare function Equal(props: IconProps): ReactElement;
|
|
1288
|
+
|
|
1289
|
+
declare function EqualApproximately(props: IconProps): ReactElement;
|
|
1290
|
+
|
|
1291
|
+
declare function EqualNot(props: IconProps): ReactElement;
|
|
1292
|
+
|
|
1293
|
+
declare function EqualSquare(props: IconProps): ReactElement;
|
|
1294
|
+
|
|
1295
|
+
declare function Eraser(props: IconProps): ReactElement;
|
|
1296
|
+
|
|
1297
|
+
declare function EthernetPort(props: IconProps): ReactElement;
|
|
1298
|
+
|
|
1299
|
+
declare function Euro(props: IconProps): ReactElement;
|
|
1300
|
+
|
|
1301
|
+
declare function EvCharger(props: IconProps): ReactElement;
|
|
1302
|
+
|
|
1303
|
+
declare function Expand(props: IconProps): ReactElement;
|
|
1304
|
+
|
|
1305
|
+
declare function ExternalLink(props: IconProps): ReactElement;
|
|
1306
|
+
|
|
1307
|
+
declare function Eye(props: IconProps): ReactElement;
|
|
1308
|
+
|
|
1309
|
+
declare function EyeClosed(props: IconProps): ReactElement;
|
|
1310
|
+
|
|
1311
|
+
declare function EyeOff(props: IconProps): ReactElement;
|
|
1312
|
+
|
|
1313
|
+
declare function Factory(props: IconProps): ReactElement;
|
|
1314
|
+
|
|
1315
|
+
declare function Fan(props: IconProps): ReactElement;
|
|
1316
|
+
|
|
1317
|
+
declare function FastForward(props: IconProps): ReactElement;
|
|
1318
|
+
|
|
1319
|
+
declare function Feather(props: IconProps): ReactElement;
|
|
1320
|
+
|
|
1321
|
+
declare function Fence(props: IconProps): ReactElement;
|
|
1322
|
+
|
|
1323
|
+
declare function FerrisWheel(props: IconProps): ReactElement;
|
|
1324
|
+
|
|
1325
|
+
declare function File(props: IconProps): ReactElement;
|
|
1326
|
+
|
|
1327
|
+
declare function FileArchive(props: IconProps): ReactElement;
|
|
1328
|
+
|
|
1329
|
+
declare function FileAudio(props: IconProps): ReactElement;
|
|
1330
|
+
|
|
1331
|
+
declare function FileAudio2(props: IconProps): ReactElement;
|
|
1332
|
+
|
|
1333
|
+
declare function FileAxis3D(props: IconProps): ReactElement;
|
|
1334
|
+
|
|
1335
|
+
declare function FileBadge(props: IconProps): ReactElement;
|
|
1336
|
+
|
|
1337
|
+
declare function FileBadge2(props: IconProps): ReactElement;
|
|
1338
|
+
|
|
1339
|
+
declare function FileBarChart(props: IconProps): ReactElement;
|
|
1340
|
+
|
|
1341
|
+
declare function FileBarChart2(props: IconProps): ReactElement;
|
|
1342
|
+
|
|
1343
|
+
declare function FileBox(props: IconProps): ReactElement;
|
|
1344
|
+
|
|
1345
|
+
declare function FileBraces(props: IconProps): ReactElement;
|
|
1346
|
+
|
|
1347
|
+
declare function FileBracesCorner(props: IconProps): ReactElement;
|
|
1348
|
+
|
|
1349
|
+
declare function FileChartColumn(props: IconProps): ReactElement;
|
|
1350
|
+
|
|
1351
|
+
declare function FileChartColumnIncreasing(props: IconProps): ReactElement;
|
|
1352
|
+
|
|
1353
|
+
declare function FileChartLine(props: IconProps): ReactElement;
|
|
1354
|
+
|
|
1355
|
+
declare function FileChartPie(props: IconProps): ReactElement;
|
|
1356
|
+
|
|
1357
|
+
declare function FileCheck(props: IconProps): ReactElement;
|
|
1358
|
+
|
|
1359
|
+
declare function FileCheck2(props: IconProps): ReactElement;
|
|
1360
|
+
|
|
1361
|
+
declare function FileCheckCorner(props: IconProps): ReactElement;
|
|
1362
|
+
|
|
1363
|
+
declare function FileClock(props: IconProps): ReactElement;
|
|
1364
|
+
|
|
1365
|
+
declare function FileCode(props: IconProps): ReactElement;
|
|
1366
|
+
|
|
1367
|
+
declare function FileCode2(props: IconProps): ReactElement;
|
|
1368
|
+
|
|
1369
|
+
declare function FileCodeCorner(props: IconProps): ReactElement;
|
|
1370
|
+
|
|
1371
|
+
declare function FileCog(props: IconProps): ReactElement;
|
|
1372
|
+
|
|
1373
|
+
declare function FileCog2(props: IconProps): ReactElement;
|
|
1374
|
+
|
|
1375
|
+
declare function FileDiff(props: IconProps): ReactElement;
|
|
1376
|
+
|
|
1377
|
+
declare function FileDigit(props: IconProps): ReactElement;
|
|
1378
|
+
|
|
1379
|
+
declare function FileDown(props: IconProps): ReactElement;
|
|
1380
|
+
|
|
1381
|
+
declare function FileEdit(props: IconProps): ReactElement;
|
|
1382
|
+
|
|
1383
|
+
declare function FileExclamationPoint(props: IconProps): ReactElement;
|
|
1384
|
+
|
|
1385
|
+
declare function FileHeadphone(props: IconProps): ReactElement;
|
|
1386
|
+
|
|
1387
|
+
declare function FileHeart(props: IconProps): ReactElement;
|
|
1388
|
+
|
|
1389
|
+
declare function FileImage(props: IconProps): ReactElement;
|
|
1390
|
+
|
|
1391
|
+
declare function FileInput(props: IconProps): ReactElement;
|
|
1392
|
+
|
|
1393
|
+
declare function FileJson(props: IconProps): ReactElement;
|
|
1394
|
+
|
|
1395
|
+
declare function FileJson2(props: IconProps): ReactElement;
|
|
1396
|
+
|
|
1397
|
+
declare function FileKey(props: IconProps): ReactElement;
|
|
1398
|
+
|
|
1399
|
+
declare function FileKey2(props: IconProps): ReactElement;
|
|
1400
|
+
|
|
1401
|
+
declare function FileLineChart(props: IconProps): ReactElement;
|
|
1402
|
+
|
|
1403
|
+
declare function FileLock(props: IconProps): ReactElement;
|
|
1404
|
+
|
|
1405
|
+
declare function FileLock2(props: IconProps): ReactElement;
|
|
1406
|
+
|
|
1407
|
+
declare function FileMinus(props: IconProps): ReactElement;
|
|
1408
|
+
|
|
1409
|
+
declare function FileMinus2(props: IconProps): ReactElement;
|
|
1410
|
+
|
|
1411
|
+
declare function FileMinusCorner(props: IconProps): ReactElement;
|
|
1412
|
+
|
|
1413
|
+
declare function FileMusic(props: IconProps): ReactElement;
|
|
1414
|
+
|
|
1415
|
+
declare function FileOutput(props: IconProps): ReactElement;
|
|
1416
|
+
|
|
1417
|
+
declare function FilePen(props: IconProps): ReactElement;
|
|
1418
|
+
|
|
1419
|
+
declare function FilePenLine(props: IconProps): ReactElement;
|
|
1420
|
+
|
|
1421
|
+
declare function FilePieChart(props: IconProps): ReactElement;
|
|
1422
|
+
|
|
1423
|
+
declare function FilePlay(props: IconProps): ReactElement;
|
|
1424
|
+
|
|
1425
|
+
declare function FilePlus(props: IconProps): ReactElement;
|
|
1426
|
+
|
|
1427
|
+
declare function FilePlus2(props: IconProps): ReactElement;
|
|
1428
|
+
|
|
1429
|
+
declare function FilePlusCorner(props: IconProps): ReactElement;
|
|
1430
|
+
|
|
1431
|
+
declare function FileQuestion(props: IconProps): ReactElement;
|
|
1432
|
+
|
|
1433
|
+
declare function FileQuestionMark(props: IconProps): ReactElement;
|
|
1434
|
+
|
|
1435
|
+
declare function Files(props: IconProps): ReactElement;
|
|
1436
|
+
|
|
1437
|
+
declare function FileScan(props: IconProps): ReactElement;
|
|
1438
|
+
|
|
1439
|
+
declare function FileSearch(props: IconProps): ReactElement;
|
|
1440
|
+
|
|
1441
|
+
declare function FileSearch2(props: IconProps): ReactElement;
|
|
1442
|
+
|
|
1443
|
+
declare function FileSearchCorner(props: IconProps): ReactElement;
|
|
1444
|
+
|
|
1445
|
+
declare function FileSignal(props: IconProps): ReactElement;
|
|
1446
|
+
|
|
1447
|
+
declare function FileSignature(props: IconProps): ReactElement;
|
|
1448
|
+
|
|
1449
|
+
declare function FileSliders(props: IconProps): ReactElement;
|
|
1450
|
+
|
|
1451
|
+
declare function FileSpreadsheet(props: IconProps): ReactElement;
|
|
1452
|
+
|
|
1453
|
+
declare function FileStack(props: IconProps): ReactElement;
|
|
1454
|
+
|
|
1455
|
+
declare function FileSymlink(props: IconProps): ReactElement;
|
|
1456
|
+
|
|
1457
|
+
declare function FileTerminal(props: IconProps): ReactElement;
|
|
1458
|
+
|
|
1459
|
+
declare function FileText(props: IconProps): ReactElement;
|
|
1460
|
+
|
|
1461
|
+
declare function FileType(props: IconProps): ReactElement;
|
|
1462
|
+
|
|
1463
|
+
declare function FileType2(props: IconProps): ReactElement;
|
|
1464
|
+
|
|
1465
|
+
declare function FileTypeCorner(props: IconProps): ReactElement;
|
|
1466
|
+
|
|
1467
|
+
declare function FileUp(props: IconProps): ReactElement;
|
|
1468
|
+
|
|
1469
|
+
declare function FileUser(props: IconProps): ReactElement;
|
|
1470
|
+
|
|
1471
|
+
declare function FileVideo(props: IconProps): ReactElement;
|
|
1472
|
+
|
|
1473
|
+
declare function FileVideo2(props: IconProps): ReactElement;
|
|
1474
|
+
|
|
1475
|
+
declare function FileVideoCamera(props: IconProps): ReactElement;
|
|
1476
|
+
|
|
1477
|
+
declare function FileVolume(props: IconProps): ReactElement;
|
|
1478
|
+
|
|
1479
|
+
declare function FileVolume2(props: IconProps): ReactElement;
|
|
1480
|
+
|
|
1481
|
+
declare function FileWarning(props: IconProps): ReactElement;
|
|
1482
|
+
|
|
1483
|
+
declare function FileX(props: IconProps): ReactElement;
|
|
1484
|
+
|
|
1485
|
+
declare function FileX2(props: IconProps): ReactElement;
|
|
1486
|
+
|
|
1487
|
+
declare function FileXCorner(props: IconProps): ReactElement;
|
|
1488
|
+
|
|
1489
|
+
declare function Film(props: IconProps): ReactElement;
|
|
1490
|
+
|
|
1491
|
+
declare function Filter(props: IconProps): ReactElement;
|
|
1492
|
+
|
|
1493
|
+
declare function FilterX(props: IconProps): ReactElement;
|
|
1494
|
+
|
|
1495
|
+
declare function FingerprintPattern(props: IconProps): ReactElement;
|
|
1496
|
+
|
|
1497
|
+
declare function FireExtinguisher(props: IconProps): ReactElement;
|
|
1498
|
+
|
|
1499
|
+
declare function Fish(props: IconProps): ReactElement;
|
|
1500
|
+
|
|
1501
|
+
declare function FishingHook(props: IconProps): ReactElement;
|
|
1502
|
+
|
|
1503
|
+
declare function FishingRod(props: IconProps): ReactElement;
|
|
1504
|
+
|
|
1505
|
+
declare function FishOff(props: IconProps): ReactElement;
|
|
1506
|
+
|
|
1507
|
+
declare function FishSymbol(props: IconProps): ReactElement;
|
|
1508
|
+
|
|
1509
|
+
declare function Flag(props: IconProps): ReactElement;
|
|
1510
|
+
|
|
1511
|
+
declare function FlagOff(props: IconProps): ReactElement;
|
|
1512
|
+
|
|
1513
|
+
declare function FlagTriangleLeft(props: IconProps): ReactElement;
|
|
1514
|
+
|
|
1515
|
+
declare function FlagTriangleRight(props: IconProps): ReactElement;
|
|
1516
|
+
|
|
1517
|
+
declare function Flame(props: IconProps): ReactElement;
|
|
1518
|
+
|
|
1519
|
+
declare function FlameKindling(props: IconProps): ReactElement;
|
|
1520
|
+
|
|
1521
|
+
declare function Flashlight(props: IconProps): ReactElement;
|
|
1522
|
+
|
|
1523
|
+
declare function FlashlightOff(props: IconProps): ReactElement;
|
|
1524
|
+
|
|
1525
|
+
declare function FlaskConical(props: IconProps): ReactElement;
|
|
1526
|
+
|
|
1527
|
+
declare function FlaskConicalOff(props: IconProps): ReactElement;
|
|
1528
|
+
|
|
1529
|
+
declare function FlaskRound(props: IconProps): ReactElement;
|
|
1530
|
+
|
|
1531
|
+
declare function FlipHorizontal(props: IconProps): ReactElement;
|
|
1532
|
+
|
|
1533
|
+
declare function FlipHorizontal2(props: IconProps): ReactElement;
|
|
1534
|
+
|
|
1535
|
+
declare function FlipVertical(props: IconProps): ReactElement;
|
|
1536
|
+
|
|
1537
|
+
declare function FlipVertical2(props: IconProps): ReactElement;
|
|
1538
|
+
|
|
1539
|
+
declare function Flower(props: IconProps): ReactElement;
|
|
1540
|
+
|
|
1541
|
+
declare function Flower2(props: IconProps): ReactElement;
|
|
1542
|
+
|
|
1543
|
+
declare function Focus(props: IconProps): ReactElement;
|
|
1544
|
+
|
|
1545
|
+
declare function Folder(props: IconProps): ReactElement;
|
|
1546
|
+
|
|
1547
|
+
declare function FolderArchive(props: IconProps): ReactElement;
|
|
1548
|
+
|
|
1549
|
+
declare function FolderBookmark(props: IconProps): ReactElement;
|
|
1550
|
+
|
|
1551
|
+
declare function FolderCheck(props: IconProps): ReactElement;
|
|
1552
|
+
|
|
1553
|
+
declare function FolderClock(props: IconProps): ReactElement;
|
|
1554
|
+
|
|
1555
|
+
declare function FolderClosed(props: IconProps): ReactElement;
|
|
1556
|
+
|
|
1557
|
+
declare function FolderCode(props: IconProps): ReactElement;
|
|
1558
|
+
|
|
1559
|
+
declare function FolderCog(props: IconProps): ReactElement;
|
|
1560
|
+
|
|
1561
|
+
declare function FolderCog2(props: IconProps): ReactElement;
|
|
1562
|
+
|
|
1563
|
+
declare function FolderDot(props: IconProps): ReactElement;
|
|
1564
|
+
|
|
1565
|
+
declare function FolderDown(props: IconProps): ReactElement;
|
|
1566
|
+
|
|
1567
|
+
declare function FolderEdit(props: IconProps): ReactElement;
|
|
1568
|
+
|
|
1569
|
+
declare function FolderGit(props: IconProps): ReactElement;
|
|
1570
|
+
|
|
1571
|
+
declare function FolderGit2(props: IconProps): ReactElement;
|
|
1572
|
+
|
|
1573
|
+
declare function FolderHeart(props: IconProps): ReactElement;
|
|
1574
|
+
|
|
1575
|
+
declare function FolderInput(props: IconProps): ReactElement;
|
|
1576
|
+
|
|
1577
|
+
declare function FolderKanban(props: IconProps): ReactElement;
|
|
1578
|
+
|
|
1579
|
+
declare function FolderKey(props: IconProps): ReactElement;
|
|
1580
|
+
|
|
1581
|
+
declare function FolderLock(props: IconProps): ReactElement;
|
|
1582
|
+
|
|
1583
|
+
declare function FolderMinus(props: IconProps): ReactElement;
|
|
1584
|
+
|
|
1585
|
+
declare function FolderOpen(props: IconProps): ReactElement;
|
|
1586
|
+
|
|
1587
|
+
declare function FolderOpenDot(props: IconProps): ReactElement;
|
|
1588
|
+
|
|
1589
|
+
declare function FolderOutput(props: IconProps): ReactElement;
|
|
1590
|
+
|
|
1591
|
+
declare function FolderPen(props: IconProps): ReactElement;
|
|
1592
|
+
|
|
1593
|
+
declare function FolderPlus(props: IconProps): ReactElement;
|
|
1594
|
+
|
|
1595
|
+
declare function FolderRoot(props: IconProps): ReactElement;
|
|
1596
|
+
|
|
1597
|
+
declare function Folders(props: IconProps): ReactElement;
|
|
1598
|
+
|
|
1599
|
+
declare function FolderSearch(props: IconProps): ReactElement;
|
|
1600
|
+
|
|
1601
|
+
declare function FolderSearch2(props: IconProps): ReactElement;
|
|
1602
|
+
|
|
1603
|
+
declare function FolderSymlink(props: IconProps): ReactElement;
|
|
1604
|
+
|
|
1605
|
+
declare function FolderSync(props: IconProps): ReactElement;
|
|
1606
|
+
|
|
1607
|
+
declare function FolderTree(props: IconProps): ReactElement;
|
|
1608
|
+
|
|
1609
|
+
declare function FolderUp(props: IconProps): ReactElement;
|
|
1610
|
+
|
|
1611
|
+
declare function FolderX(props: IconProps): ReactElement;
|
|
1612
|
+
|
|
1613
|
+
declare function FoldHorizontal(props: IconProps): ReactElement;
|
|
1614
|
+
|
|
1615
|
+
declare function FoldVertical(props: IconProps): ReactElement;
|
|
1616
|
+
|
|
1617
|
+
declare function Footprints(props: IconProps): ReactElement;
|
|
1618
|
+
|
|
1619
|
+
declare function ForkKnife(props: IconProps): ReactElement;
|
|
1620
|
+
|
|
1621
|
+
declare function ForkKnifeCrossed(props: IconProps): ReactElement;
|
|
1622
|
+
|
|
1623
|
+
declare function Forklift(props: IconProps): ReactElement;
|
|
1624
|
+
|
|
1625
|
+
declare function Form(props: IconProps): ReactElement;
|
|
1626
|
+
|
|
1627
|
+
declare function FormInput(props: IconProps): ReactElement;
|
|
1628
|
+
|
|
1629
|
+
declare function Forward(props: IconProps): ReactElement;
|
|
1630
|
+
|
|
1631
|
+
declare function Frame(props: IconProps): ReactElement;
|
|
1632
|
+
|
|
1633
|
+
declare function Frown(props: IconProps): ReactElement;
|
|
1634
|
+
|
|
1635
|
+
declare function Fuel(props: IconProps): ReactElement;
|
|
1636
|
+
|
|
1637
|
+
declare function Fullscreen(props: IconProps): ReactElement;
|
|
1638
|
+
|
|
1639
|
+
declare function FunctionSquare(props: IconProps): ReactElement;
|
|
1640
|
+
|
|
1641
|
+
declare function Funnel(props: IconProps): ReactElement;
|
|
1642
|
+
|
|
1643
|
+
declare function FunnelPlus(props: IconProps): ReactElement;
|
|
1644
|
+
|
|
1645
|
+
declare function FunnelX(props: IconProps): ReactElement;
|
|
1646
|
+
|
|
1647
|
+
declare function GalleryHorizontal(props: IconProps): ReactElement;
|
|
1648
|
+
|
|
1649
|
+
declare function GalleryHorizontalEnd(props: IconProps): ReactElement;
|
|
1650
|
+
|
|
1651
|
+
declare function GalleryThumbnails(props: IconProps): ReactElement;
|
|
1652
|
+
|
|
1653
|
+
declare function GalleryVertical(props: IconProps): ReactElement;
|
|
1654
|
+
|
|
1655
|
+
declare function GalleryVerticalEnd(props: IconProps): ReactElement;
|
|
1656
|
+
|
|
1657
|
+
declare function Gamepad(props: IconProps): ReactElement;
|
|
1658
|
+
|
|
1659
|
+
declare function Gamepad2(props: IconProps): ReactElement;
|
|
1660
|
+
|
|
1661
|
+
declare function GamepadDirectional(props: IconProps): ReactElement;
|
|
1662
|
+
|
|
1663
|
+
declare function GanttChart(props: IconProps): ReactElement;
|
|
1664
|
+
|
|
1665
|
+
declare function GanttChartSquare(props: IconProps): ReactElement;
|
|
1666
|
+
|
|
1667
|
+
declare function Gauge(props: IconProps): ReactElement;
|
|
1668
|
+
|
|
1669
|
+
declare function GaugeCircle(props: IconProps): ReactElement;
|
|
1670
|
+
|
|
1671
|
+
declare function Gavel(props: IconProps): ReactElement;
|
|
1672
|
+
|
|
1673
|
+
declare function Gem(props: IconProps): ReactElement;
|
|
1674
|
+
|
|
1675
|
+
declare function GeorgianLari(props: IconProps): ReactElement;
|
|
1676
|
+
|
|
1677
|
+
declare function Ghost(props: IconProps): ReactElement;
|
|
1678
|
+
|
|
1679
|
+
declare function Gift(props: IconProps): ReactElement;
|
|
1680
|
+
|
|
1681
|
+
declare function GitBranch(props: IconProps): ReactElement;
|
|
1682
|
+
|
|
1683
|
+
declare function GitBranchMinus(props: IconProps): ReactElement;
|
|
1684
|
+
|
|
1685
|
+
declare function GitBranchPlus(props: IconProps): ReactElement;
|
|
1686
|
+
|
|
1687
|
+
declare function GitCommit(props: IconProps): ReactElement;
|
|
1688
|
+
|
|
1689
|
+
declare function GitCommitHorizontal(props: IconProps): ReactElement;
|
|
1690
|
+
|
|
1691
|
+
declare function GitCommitVertical(props: IconProps): ReactElement;
|
|
1692
|
+
|
|
1693
|
+
declare function GitCompare(props: IconProps): ReactElement;
|
|
1694
|
+
|
|
1695
|
+
declare function GitCompareArrows(props: IconProps): ReactElement;
|
|
1696
|
+
|
|
1697
|
+
declare function GitFork(props: IconProps): ReactElement;
|
|
1698
|
+
|
|
1699
|
+
declare function GitGraph(props: IconProps): ReactElement;
|
|
1700
|
+
|
|
1701
|
+
declare function GitMerge(props: IconProps): ReactElement;
|
|
1702
|
+
|
|
1703
|
+
declare function GitMergeConflict(props: IconProps): ReactElement;
|
|
1704
|
+
|
|
1705
|
+
declare function GitPullRequest(props: IconProps): ReactElement;
|
|
1706
|
+
|
|
1707
|
+
declare function GitPullRequestArrow(props: IconProps): ReactElement;
|
|
1708
|
+
|
|
1709
|
+
declare function GitPullRequestClosed(props: IconProps): ReactElement;
|
|
1710
|
+
|
|
1711
|
+
declare function GitPullRequestCreate(props: IconProps): ReactElement;
|
|
1712
|
+
|
|
1713
|
+
declare function GitPullRequestCreateArrow(props: IconProps): ReactElement;
|
|
1714
|
+
|
|
1715
|
+
declare function GitPullRequestDraft(props: IconProps): ReactElement;
|
|
1716
|
+
|
|
1717
|
+
declare function Glasses(props: IconProps): ReactElement;
|
|
1718
|
+
|
|
1719
|
+
declare function GlassWater(props: IconProps): ReactElement;
|
|
1720
|
+
|
|
1721
|
+
declare function Globe(props: IconProps): ReactElement;
|
|
1722
|
+
|
|
1723
|
+
declare function Globe2(props: IconProps): ReactElement;
|
|
1724
|
+
|
|
1725
|
+
declare function GlobeLock(props: IconProps): ReactElement;
|
|
1726
|
+
|
|
1727
|
+
declare function GlobeOff(props: IconProps): ReactElement;
|
|
1728
|
+
|
|
1729
|
+
declare function GlobeX(props: IconProps): ReactElement;
|
|
1730
|
+
|
|
1731
|
+
declare function Goal(props: IconProps): ReactElement;
|
|
1732
|
+
|
|
1733
|
+
declare function Gpu(props: IconProps): ReactElement;
|
|
1734
|
+
|
|
1735
|
+
declare function Grab(props: IconProps): ReactElement;
|
|
1736
|
+
|
|
1737
|
+
declare function GraduationCap(props: IconProps): ReactElement;
|
|
1738
|
+
|
|
1739
|
+
declare function Grape(props: IconProps): ReactElement;
|
|
1740
|
+
|
|
1741
|
+
declare function Grid(props: IconProps): ReactElement;
|
|
1742
|
+
|
|
1743
|
+
declare function Grid2X2(props: IconProps): ReactElement;
|
|
1744
|
+
|
|
1745
|
+
declare function Grid2X2Check(props: IconProps): ReactElement;
|
|
1746
|
+
|
|
1747
|
+
declare function Grid2X2Plus(props: IconProps): ReactElement;
|
|
1748
|
+
|
|
1749
|
+
declare function Grid2X2X(props: IconProps): ReactElement;
|
|
1750
|
+
|
|
1751
|
+
declare function Grid3x2(props: IconProps): ReactElement;
|
|
1752
|
+
|
|
1753
|
+
declare function Grid3X3(props: IconProps): ReactElement;
|
|
1754
|
+
|
|
1755
|
+
declare function Grip(props: IconProps): ReactElement;
|
|
1756
|
+
|
|
1757
|
+
declare function GripHorizontal(props: IconProps): ReactElement;
|
|
1758
|
+
|
|
1759
|
+
declare function GripVertical(props: IconProps): ReactElement;
|
|
1760
|
+
|
|
1761
|
+
declare function Group(props: IconProps): ReactElement;
|
|
1762
|
+
|
|
1763
|
+
declare function Guitar(props: IconProps): ReactElement;
|
|
1764
|
+
|
|
1765
|
+
declare function Ham(props: IconProps): ReactElement;
|
|
1766
|
+
|
|
1767
|
+
declare function Hamburger(props: IconProps): ReactElement;
|
|
1768
|
+
|
|
1769
|
+
declare function Hammer(props: IconProps): ReactElement;
|
|
1770
|
+
|
|
1771
|
+
declare function Hand(props: IconProps): ReactElement;
|
|
1772
|
+
|
|
1773
|
+
declare function Handbag(props: IconProps): ReactElement;
|
|
1774
|
+
|
|
1775
|
+
declare function HandCoins(props: IconProps): ReactElement;
|
|
1776
|
+
|
|
1777
|
+
declare function HandFist(props: IconProps): ReactElement;
|
|
1778
|
+
|
|
1779
|
+
declare function HandGrab(props: IconProps): ReactElement;
|
|
1780
|
+
|
|
1781
|
+
declare function HandHeart(props: IconProps): ReactElement;
|
|
1782
|
+
|
|
1783
|
+
declare function HandHelping(props: IconProps): ReactElement;
|
|
1784
|
+
|
|
1785
|
+
declare function HandMetal(props: IconProps): ReactElement;
|
|
1786
|
+
|
|
1787
|
+
declare function HandPlatter(props: IconProps): ReactElement;
|
|
1788
|
+
|
|
1789
|
+
declare function Handshake(props: IconProps): ReactElement;
|
|
1790
|
+
|
|
1791
|
+
declare function HardDrive(props: IconProps): ReactElement;
|
|
1792
|
+
|
|
1793
|
+
declare function HardDriveDownload(props: IconProps): ReactElement;
|
|
1794
|
+
|
|
1795
|
+
declare function HardDriveUpload(props: IconProps): ReactElement;
|
|
1796
|
+
|
|
1797
|
+
declare function HardHat(props: IconProps): ReactElement;
|
|
1798
|
+
|
|
1799
|
+
declare function Hash(props: IconProps): ReactElement;
|
|
1800
|
+
|
|
1801
|
+
declare function HatGlasses(props: IconProps): ReactElement;
|
|
1802
|
+
|
|
1803
|
+
declare function Haze(props: IconProps): ReactElement;
|
|
1804
|
+
|
|
1805
|
+
declare function Hd(props: IconProps): ReactElement;
|
|
1806
|
+
|
|
1807
|
+
declare function HdmiPort(props: IconProps): ReactElement;
|
|
1808
|
+
|
|
1809
|
+
declare function Heading(props: IconProps): ReactElement;
|
|
1810
|
+
|
|
1811
|
+
declare function Heading1(props: IconProps): ReactElement;
|
|
1812
|
+
|
|
1813
|
+
declare function Heading2(props: IconProps): ReactElement;
|
|
1814
|
+
|
|
1815
|
+
declare function Heading3(props: IconProps): ReactElement;
|
|
1816
|
+
|
|
1817
|
+
declare function Heading4(props: IconProps): ReactElement;
|
|
1818
|
+
|
|
1819
|
+
declare function Heading5(props: IconProps): ReactElement;
|
|
1820
|
+
|
|
1821
|
+
declare function Heading6(props: IconProps): ReactElement;
|
|
1822
|
+
|
|
1823
|
+
declare function HeadphoneOff(props: IconProps): ReactElement;
|
|
1824
|
+
|
|
1825
|
+
declare function Headphones(props: IconProps): ReactElement;
|
|
1826
|
+
|
|
1827
|
+
declare function Headset(props: IconProps): ReactElement;
|
|
1828
|
+
|
|
1829
|
+
declare function Heart(props: IconProps): ReactElement;
|
|
1830
|
+
|
|
1831
|
+
declare function HeartCrack(props: IconProps): ReactElement;
|
|
1832
|
+
|
|
1833
|
+
declare function HeartHandshake(props: IconProps): ReactElement;
|
|
1834
|
+
|
|
1835
|
+
declare function HeartMinus(props: IconProps): ReactElement;
|
|
1836
|
+
|
|
1837
|
+
declare function HeartOff(props: IconProps): ReactElement;
|
|
1838
|
+
|
|
1839
|
+
declare function HeartPlus(props: IconProps): ReactElement;
|
|
1840
|
+
|
|
1841
|
+
declare function HeartPulse(props: IconProps): ReactElement;
|
|
1842
|
+
|
|
1843
|
+
declare function HeartX(props: IconProps): ReactElement;
|
|
1844
|
+
|
|
1845
|
+
declare function Heater(props: IconProps): ReactElement;
|
|
1846
|
+
|
|
1847
|
+
declare function Helicopter(props: IconProps): ReactElement;
|
|
1848
|
+
|
|
1849
|
+
declare function HelpCircle(props: IconProps): ReactElement;
|
|
1850
|
+
|
|
1851
|
+
declare function HelpingHand(props: IconProps): ReactElement;
|
|
1852
|
+
|
|
1853
|
+
declare function Hexagon(props: IconProps): ReactElement;
|
|
1854
|
+
|
|
1855
|
+
declare function Highlighter(props: IconProps): ReactElement;
|
|
1856
|
+
|
|
1857
|
+
declare function History(props: IconProps): ReactElement;
|
|
1858
|
+
|
|
1859
|
+
declare function Home(props: IconProps): ReactElement;
|
|
1860
|
+
|
|
1861
|
+
declare function Hop(props: IconProps): ReactElement;
|
|
1862
|
+
|
|
1863
|
+
declare function HopOff(props: IconProps): ReactElement;
|
|
1864
|
+
|
|
1865
|
+
declare function Hospital(props: IconProps): ReactElement;
|
|
1866
|
+
|
|
1867
|
+
declare function Hotel(props: IconProps): ReactElement;
|
|
1868
|
+
|
|
1869
|
+
declare function Hourglass(props: IconProps): ReactElement;
|
|
1870
|
+
|
|
1871
|
+
declare function House(props: IconProps): ReactElement;
|
|
1872
|
+
|
|
1873
|
+
declare function HouseHeart(props: IconProps): ReactElement;
|
|
1874
|
+
|
|
1875
|
+
declare function HousePlug(props: IconProps): ReactElement;
|
|
1876
|
+
|
|
1877
|
+
declare function HousePlus(props: IconProps): ReactElement;
|
|
1878
|
+
|
|
1879
|
+
declare function HouseWifi(props: IconProps): ReactElement;
|
|
1880
|
+
|
|
1881
|
+
declare function IceCream(props: IconProps): ReactElement;
|
|
1882
|
+
|
|
1883
|
+
declare function IceCream2(props: IconProps): ReactElement;
|
|
1884
|
+
|
|
1885
|
+
declare function IceCreamBowl(props: IconProps): ReactElement;
|
|
1886
|
+
|
|
1887
|
+
declare function IceCreamCone(props: IconProps): ReactElement;
|
|
1888
|
+
|
|
1889
|
+
declare function IdCard(props: IconProps): ReactElement;
|
|
1890
|
+
|
|
1891
|
+
declare function IdCardLanyard(props: IconProps): ReactElement;
|
|
1892
|
+
|
|
1893
|
+
declare function Image(props: IconProps): ReactElement;
|
|
1894
|
+
|
|
1895
|
+
declare function ImageDown(props: IconProps): ReactElement;
|
|
1896
|
+
|
|
1897
|
+
declare function ImageMinus(props: IconProps): ReactElement;
|
|
1898
|
+
|
|
1899
|
+
declare function ImageOff(props: IconProps): ReactElement;
|
|
1900
|
+
|
|
1901
|
+
declare function ImagePlay(props: IconProps): ReactElement;
|
|
1902
|
+
|
|
1903
|
+
declare function ImagePlus(props: IconProps): ReactElement;
|
|
1904
|
+
|
|
1905
|
+
declare function Images(props: IconProps): ReactElement;
|
|
1906
|
+
|
|
1907
|
+
declare function ImageUp(props: IconProps): ReactElement;
|
|
1908
|
+
|
|
1909
|
+
declare function ImageUpscale(props: IconProps): ReactElement;
|
|
1910
|
+
|
|
1911
|
+
declare function Import(props: IconProps): ReactElement;
|
|
1912
|
+
|
|
1913
|
+
declare function Inbox(props: IconProps): ReactElement;
|
|
1914
|
+
|
|
1915
|
+
declare function Indent(props: IconProps): ReactElement;
|
|
1916
|
+
|
|
1917
|
+
declare function IndentDecrease(props: IconProps): ReactElement;
|
|
1918
|
+
|
|
1919
|
+
declare function IndentIncrease(props: IconProps): ReactElement;
|
|
1920
|
+
|
|
1921
|
+
declare function IndianRupee(props: IconProps): ReactElement;
|
|
1922
|
+
|
|
1923
|
+
declare function Info(props: IconProps): ReactElement;
|
|
1924
|
+
|
|
1925
|
+
declare function Inspect(props: IconProps): ReactElement;
|
|
1926
|
+
|
|
1927
|
+
declare function InspectionPanel(props: IconProps): ReactElement;
|
|
1928
|
+
|
|
1929
|
+
declare function Italic(props: IconProps): ReactElement;
|
|
1930
|
+
|
|
1931
|
+
declare function IterationCcw(props: IconProps): ReactElement;
|
|
1932
|
+
|
|
1933
|
+
declare function IterationCw(props: IconProps): ReactElement;
|
|
1934
|
+
|
|
1935
|
+
declare function JapaneseYen(props: IconProps): ReactElement;
|
|
1936
|
+
|
|
1937
|
+
declare function Joystick(props: IconProps): ReactElement;
|
|
1938
|
+
|
|
1939
|
+
declare function Kanban(props: IconProps): ReactElement;
|
|
1940
|
+
|
|
1941
|
+
declare function KanbanSquare(props: IconProps): ReactElement;
|
|
1942
|
+
|
|
1943
|
+
declare function KanbanSquareDashed(props: IconProps): ReactElement;
|
|
1944
|
+
|
|
1945
|
+
declare function Kayak(props: IconProps): ReactElement;
|
|
1946
|
+
|
|
1947
|
+
declare function Key(props: IconProps): ReactElement;
|
|
1948
|
+
|
|
1949
|
+
declare function Keyboard(props: IconProps): ReactElement;
|
|
1950
|
+
|
|
1951
|
+
declare function KeyboardMusic(props: IconProps): ReactElement;
|
|
1952
|
+
|
|
1953
|
+
declare function KeyboardOff(props: IconProps): ReactElement;
|
|
1954
|
+
|
|
1955
|
+
declare function KeyRound(props: IconProps): ReactElement;
|
|
1956
|
+
|
|
1957
|
+
declare function KeySquare(props: IconProps): ReactElement;
|
|
1958
|
+
|
|
1959
|
+
declare function Lamp(props: IconProps): ReactElement;
|
|
1960
|
+
|
|
1961
|
+
declare function LampCeiling(props: IconProps): ReactElement;
|
|
1962
|
+
|
|
1963
|
+
declare function LampDesk(props: IconProps): ReactElement;
|
|
1964
|
+
|
|
1965
|
+
declare function LampFloor(props: IconProps): ReactElement;
|
|
1966
|
+
|
|
1967
|
+
declare function LampWallDown(props: IconProps): ReactElement;
|
|
1968
|
+
|
|
1969
|
+
declare function LampWallUp(props: IconProps): ReactElement;
|
|
1970
|
+
|
|
1971
|
+
declare function Landmark(props: IconProps): ReactElement;
|
|
1972
|
+
|
|
1973
|
+
declare function LandPlot(props: IconProps): ReactElement;
|
|
1974
|
+
|
|
1975
|
+
declare function Languages(props: IconProps): ReactElement;
|
|
1976
|
+
|
|
1977
|
+
declare function Laptop(props: IconProps): ReactElement;
|
|
1978
|
+
|
|
1979
|
+
declare function Laptop2(props: IconProps): ReactElement;
|
|
1980
|
+
|
|
1981
|
+
declare function LaptopMinimal(props: IconProps): ReactElement;
|
|
1982
|
+
|
|
1983
|
+
declare function LaptopMinimalCheck(props: IconProps): ReactElement;
|
|
1984
|
+
|
|
1985
|
+
declare function Lasso(props: IconProps): ReactElement;
|
|
1986
|
+
|
|
1987
|
+
declare function LassoSelect(props: IconProps): ReactElement;
|
|
1988
|
+
|
|
1989
|
+
declare function Laugh(props: IconProps): ReactElement;
|
|
1990
|
+
|
|
1991
|
+
declare function Layers(props: IconProps): ReactElement;
|
|
1992
|
+
|
|
1993
|
+
declare function Layers2(props: IconProps): ReactElement;
|
|
1994
|
+
|
|
1995
|
+
declare function Layers3(props: IconProps): ReactElement;
|
|
1996
|
+
|
|
1997
|
+
declare function LayersMinus(props: IconProps): ReactElement;
|
|
1998
|
+
|
|
1999
|
+
declare function LayersPlus(props: IconProps): ReactElement;
|
|
2000
|
+
|
|
2001
|
+
declare function Layout(props: IconProps): ReactElement;
|
|
2002
|
+
|
|
2003
|
+
declare function LayoutDashboard(props: IconProps): ReactElement;
|
|
2004
|
+
|
|
2005
|
+
declare function LayoutGrid(props: IconProps): ReactElement;
|
|
2006
|
+
|
|
2007
|
+
declare function LayoutList(props: IconProps): ReactElement;
|
|
2008
|
+
|
|
2009
|
+
declare function LayoutPanelLeft(props: IconProps): ReactElement;
|
|
2010
|
+
|
|
2011
|
+
declare function LayoutPanelTop(props: IconProps): ReactElement;
|
|
2012
|
+
|
|
2013
|
+
declare function LayoutTemplate(props: IconProps): ReactElement;
|
|
2014
|
+
|
|
2015
|
+
declare function Leaf(props: IconProps): ReactElement;
|
|
2016
|
+
|
|
2017
|
+
declare function LeafyGreen(props: IconProps): ReactElement;
|
|
2018
|
+
|
|
2019
|
+
declare function Lectern(props: IconProps): ReactElement;
|
|
2020
|
+
|
|
2021
|
+
declare function LensConcave(props: IconProps): ReactElement;
|
|
2022
|
+
|
|
2023
|
+
declare function LensConvex(props: IconProps): ReactElement;
|
|
2024
|
+
|
|
2025
|
+
declare function LetterText(props: IconProps): ReactElement;
|
|
2026
|
+
|
|
2027
|
+
declare function Library(props: IconProps): ReactElement;
|
|
2028
|
+
|
|
2029
|
+
declare function LibraryBig(props: IconProps): ReactElement;
|
|
2030
|
+
|
|
2031
|
+
declare function LibrarySquare(props: IconProps): ReactElement;
|
|
2032
|
+
|
|
2033
|
+
declare function LifeBuoy(props: IconProps): ReactElement;
|
|
2034
|
+
|
|
2035
|
+
declare function Ligature(props: IconProps): ReactElement;
|
|
2036
|
+
|
|
2037
|
+
declare function Lightbulb(props: IconProps): ReactElement;
|
|
2038
|
+
|
|
2039
|
+
declare function LightbulbOff(props: IconProps): ReactElement;
|
|
2040
|
+
|
|
2041
|
+
declare function LineChart(props: IconProps): ReactElement;
|
|
2042
|
+
|
|
2043
|
+
declare function LineDotRightHorizontal(props: IconProps): ReactElement;
|
|
2044
|
+
|
|
2045
|
+
declare function LineSquiggle(props: IconProps): ReactElement;
|
|
2046
|
+
|
|
2047
|
+
declare function LineStyle(props: IconProps): ReactElement;
|
|
2048
|
+
|
|
2049
|
+
declare function Link(props: IconProps): ReactElement;
|
|
2050
|
+
|
|
2051
|
+
declare function Link2(props: IconProps): ReactElement;
|
|
2052
|
+
|
|
2053
|
+
declare function Link2Off(props: IconProps): ReactElement;
|
|
2054
|
+
|
|
2055
|
+
declare function List(props: IconProps): ReactElement;
|
|
2056
|
+
|
|
2057
|
+
declare function ListCheck(props: IconProps): ReactElement;
|
|
2058
|
+
|
|
2059
|
+
declare function ListChecks(props: IconProps): ReactElement;
|
|
2060
|
+
|
|
2061
|
+
declare function ListChevronsDownUp(props: IconProps): ReactElement;
|
|
2062
|
+
|
|
2063
|
+
declare function ListChevronsUpDown(props: IconProps): ReactElement;
|
|
2064
|
+
|
|
2065
|
+
declare function ListCollapse(props: IconProps): ReactElement;
|
|
2066
|
+
|
|
2067
|
+
declare function ListEnd(props: IconProps): ReactElement;
|
|
2068
|
+
|
|
2069
|
+
declare function ListFilter(props: IconProps): ReactElement;
|
|
2070
|
+
|
|
2071
|
+
declare function ListFilterPlus(props: IconProps): ReactElement;
|
|
2072
|
+
|
|
2073
|
+
declare function ListIndentDecrease(props: IconProps): ReactElement;
|
|
2074
|
+
|
|
2075
|
+
declare function ListIndentIncrease(props: IconProps): ReactElement;
|
|
2076
|
+
|
|
2077
|
+
declare function ListMinus(props: IconProps): ReactElement;
|
|
2078
|
+
|
|
2079
|
+
declare function ListMusic(props: IconProps): ReactElement;
|
|
2080
|
+
|
|
2081
|
+
declare function ListOrdered(props: IconProps): ReactElement;
|
|
2082
|
+
|
|
2083
|
+
declare function ListPlus(props: IconProps): ReactElement;
|
|
2084
|
+
|
|
2085
|
+
declare function ListRestart(props: IconProps): ReactElement;
|
|
2086
|
+
|
|
2087
|
+
declare function ListStart(props: IconProps): ReactElement;
|
|
2088
|
+
|
|
2089
|
+
declare function ListTodo(props: IconProps): ReactElement;
|
|
2090
|
+
|
|
2091
|
+
declare function ListTree(props: IconProps): ReactElement;
|
|
2092
|
+
|
|
2093
|
+
declare function ListVideo(props: IconProps): ReactElement;
|
|
2094
|
+
|
|
2095
|
+
declare function ListX(props: IconProps): ReactElement;
|
|
2096
|
+
|
|
2097
|
+
declare function Loader(props: IconProps): ReactElement;
|
|
2098
|
+
|
|
2099
|
+
declare function Loader2(props: IconProps): ReactElement;
|
|
2100
|
+
|
|
2101
|
+
declare function LoaderCircle(props: IconProps): ReactElement;
|
|
2102
|
+
|
|
2103
|
+
declare function LoaderPinwheel(props: IconProps): ReactElement;
|
|
2104
|
+
|
|
2105
|
+
declare function Locate(props: IconProps): ReactElement;
|
|
2106
|
+
|
|
2107
|
+
declare function LocateFixed(props: IconProps): ReactElement;
|
|
2108
|
+
|
|
2109
|
+
declare function LocateOff(props: IconProps): ReactElement;
|
|
2110
|
+
|
|
2111
|
+
declare function LocationEdit(props: IconProps): ReactElement;
|
|
2112
|
+
|
|
2113
|
+
declare function Lock(props: IconProps): ReactElement;
|
|
2114
|
+
|
|
2115
|
+
declare function LockKeyhole(props: IconProps): ReactElement;
|
|
2116
|
+
|
|
2117
|
+
declare function LockKeyholeOpen(props: IconProps): ReactElement;
|
|
2118
|
+
|
|
2119
|
+
declare function LockOpen(props: IconProps): ReactElement;
|
|
2120
|
+
|
|
2121
|
+
declare function LogIn(props: IconProps): ReactElement;
|
|
2122
|
+
|
|
2123
|
+
declare function LogOut(props: IconProps): ReactElement;
|
|
2124
|
+
|
|
2125
|
+
declare function Logs(props: IconProps): ReactElement;
|
|
2126
|
+
|
|
2127
|
+
declare function Lollipop(props: IconProps): ReactElement;
|
|
2128
|
+
|
|
2129
|
+
declare function Luggage(props: IconProps): ReactElement;
|
|
2130
|
+
|
|
2131
|
+
declare function Magnet(props: IconProps): ReactElement;
|
|
2132
|
+
|
|
2133
|
+
declare function Mail(props: IconProps): ReactElement;
|
|
2134
|
+
|
|
2135
|
+
declare function Mailbox(props: IconProps): ReactElement;
|
|
2136
|
+
|
|
2137
|
+
declare function MailCheck(props: IconProps): ReactElement;
|
|
2138
|
+
|
|
2139
|
+
declare function MailMinus(props: IconProps): ReactElement;
|
|
2140
|
+
|
|
2141
|
+
declare function MailOpen(props: IconProps): ReactElement;
|
|
2142
|
+
|
|
2143
|
+
declare function MailPlus(props: IconProps): ReactElement;
|
|
2144
|
+
|
|
2145
|
+
declare function MailQuestion(props: IconProps): ReactElement;
|
|
2146
|
+
|
|
2147
|
+
declare function MailQuestionMark(props: IconProps): ReactElement;
|
|
2148
|
+
|
|
2149
|
+
declare function Mails(props: IconProps): ReactElement;
|
|
2150
|
+
|
|
2151
|
+
declare function MailSearch(props: IconProps): ReactElement;
|
|
2152
|
+
|
|
2153
|
+
declare function MailWarning(props: IconProps): ReactElement;
|
|
2154
|
+
|
|
2155
|
+
declare function MailX(props: IconProps): ReactElement;
|
|
2156
|
+
|
|
2157
|
+
declare function Map(props: IconProps): ReactElement;
|
|
2158
|
+
|
|
2159
|
+
declare function MapMinus(props: IconProps): ReactElement;
|
|
2160
|
+
|
|
2161
|
+
declare function MapPin(props: IconProps): ReactElement;
|
|
2162
|
+
|
|
2163
|
+
declare function MapPinCheck(props: IconProps): ReactElement;
|
|
2164
|
+
|
|
2165
|
+
declare function MapPinCheckInside(props: IconProps): ReactElement;
|
|
2166
|
+
|
|
2167
|
+
declare function MapPinHouse(props: IconProps): ReactElement;
|
|
2168
|
+
|
|
2169
|
+
declare function MapPinMinus(props: IconProps): ReactElement;
|
|
2170
|
+
|
|
2171
|
+
declare function MapPinMinusInside(props: IconProps): ReactElement;
|
|
2172
|
+
|
|
2173
|
+
declare function MapPinned(props: IconProps): ReactElement;
|
|
2174
|
+
|
|
2175
|
+
declare function MapPinOff(props: IconProps): ReactElement;
|
|
2176
|
+
|
|
2177
|
+
declare function MapPinPen(props: IconProps): ReactElement;
|
|
2178
|
+
|
|
2179
|
+
declare function MapPinPlus(props: IconProps): ReactElement;
|
|
2180
|
+
|
|
2181
|
+
declare function MapPinPlusInside(props: IconProps): ReactElement;
|
|
2182
|
+
|
|
2183
|
+
declare function MapPinSearch(props: IconProps): ReactElement;
|
|
2184
|
+
|
|
2185
|
+
declare function MapPinX(props: IconProps): ReactElement;
|
|
2186
|
+
|
|
2187
|
+
declare function MapPinXInside(props: IconProps): ReactElement;
|
|
2188
|
+
|
|
2189
|
+
declare function MapPlus(props: IconProps): ReactElement;
|
|
2190
|
+
|
|
2191
|
+
declare function Mars(props: IconProps): ReactElement;
|
|
2192
|
+
|
|
2193
|
+
declare function MarsStroke(props: IconProps): ReactElement;
|
|
2194
|
+
|
|
2195
|
+
declare function Martini(props: IconProps): ReactElement;
|
|
2196
|
+
|
|
2197
|
+
declare function Maximize(props: IconProps): ReactElement;
|
|
2198
|
+
|
|
2199
|
+
declare function Maximize2(props: IconProps): ReactElement;
|
|
2200
|
+
|
|
2201
|
+
declare function Medal(props: IconProps): ReactElement;
|
|
2202
|
+
|
|
2203
|
+
declare function Megaphone(props: IconProps): ReactElement;
|
|
2204
|
+
|
|
2205
|
+
declare function MegaphoneOff(props: IconProps): ReactElement;
|
|
2206
|
+
|
|
2207
|
+
declare function Meh(props: IconProps): ReactElement;
|
|
2208
|
+
|
|
2209
|
+
declare function MemoryStick(props: IconProps): ReactElement;
|
|
2210
|
+
|
|
2211
|
+
declare function Menu(props: IconProps): ReactElement;
|
|
2212
|
+
|
|
2213
|
+
declare function MenuSquare(props: IconProps): ReactElement;
|
|
2214
|
+
|
|
2215
|
+
declare function Merge(props: IconProps): ReactElement;
|
|
2216
|
+
|
|
2217
|
+
declare function MessageCircle(props: IconProps): ReactElement;
|
|
2218
|
+
|
|
2219
|
+
declare function MessageCircleCheck(props: IconProps): ReactElement;
|
|
2220
|
+
|
|
2221
|
+
declare function MessageCircleCode(props: IconProps): ReactElement;
|
|
2222
|
+
|
|
2223
|
+
declare function MessageCircleDashed(props: IconProps): ReactElement;
|
|
2224
|
+
|
|
2225
|
+
declare function MessageCircleHeart(props: IconProps): ReactElement;
|
|
2226
|
+
|
|
2227
|
+
declare function MessageCircleMore(props: IconProps): ReactElement;
|
|
2228
|
+
|
|
2229
|
+
declare function MessageCircleOff(props: IconProps): ReactElement;
|
|
2230
|
+
|
|
2231
|
+
declare function MessageCirclePlus(props: IconProps): ReactElement;
|
|
2232
|
+
|
|
2233
|
+
declare function MessageCircleQuestion(props: IconProps): ReactElement;
|
|
2234
|
+
|
|
2235
|
+
declare function MessageCircleQuestionMark(props: IconProps): ReactElement;
|
|
2236
|
+
|
|
2237
|
+
declare function MessageCircleReply(props: IconProps): ReactElement;
|
|
2238
|
+
|
|
2239
|
+
declare function MessageCircleWarning(props: IconProps): ReactElement;
|
|
2240
|
+
|
|
2241
|
+
declare function MessageCircleX(props: IconProps): ReactElement;
|
|
2242
|
+
|
|
2243
|
+
declare function MessageSquare(props: IconProps): ReactElement;
|
|
2244
|
+
|
|
2245
|
+
declare function MessageSquareCheck(props: IconProps): ReactElement;
|
|
2246
|
+
|
|
2247
|
+
declare function MessageSquareCode(props: IconProps): ReactElement;
|
|
2248
|
+
|
|
2249
|
+
declare function MessageSquareDashed(props: IconProps): ReactElement;
|
|
2250
|
+
|
|
2251
|
+
declare function MessageSquareDiff(props: IconProps): ReactElement;
|
|
2252
|
+
|
|
2253
|
+
declare function MessageSquareDot(props: IconProps): ReactElement;
|
|
2254
|
+
|
|
2255
|
+
declare function MessageSquareHeart(props: IconProps): ReactElement;
|
|
2256
|
+
|
|
2257
|
+
declare function MessageSquareLock(props: IconProps): ReactElement;
|
|
2258
|
+
|
|
2259
|
+
declare function MessageSquareMore(props: IconProps): ReactElement;
|
|
2260
|
+
|
|
2261
|
+
declare function MessageSquareOff(props: IconProps): ReactElement;
|
|
2262
|
+
|
|
2263
|
+
declare function MessageSquarePlus(props: IconProps): ReactElement;
|
|
2264
|
+
|
|
2265
|
+
declare function MessageSquareQuote(props: IconProps): ReactElement;
|
|
2266
|
+
|
|
2267
|
+
declare function MessageSquareReply(props: IconProps): ReactElement;
|
|
2268
|
+
|
|
2269
|
+
declare function MessageSquareShare(props: IconProps): ReactElement;
|
|
2270
|
+
|
|
2271
|
+
declare function MessageSquareText(props: IconProps): ReactElement;
|
|
2272
|
+
|
|
2273
|
+
declare function MessageSquareWarning(props: IconProps): ReactElement;
|
|
2274
|
+
|
|
2275
|
+
declare function MessageSquareX(props: IconProps): ReactElement;
|
|
2276
|
+
|
|
2277
|
+
declare function MessagesSquare(props: IconProps): ReactElement;
|
|
2278
|
+
|
|
2279
|
+
declare function Metronome(props: IconProps): ReactElement;
|
|
2280
|
+
|
|
2281
|
+
declare function Mic(props: IconProps): ReactElement;
|
|
2282
|
+
|
|
2283
|
+
declare function Mic2(props: IconProps): ReactElement;
|
|
2284
|
+
|
|
2285
|
+
declare function MicOff(props: IconProps): ReactElement;
|
|
2286
|
+
|
|
2287
|
+
declare function Microchip(props: IconProps): ReactElement;
|
|
2288
|
+
|
|
2289
|
+
declare function Microscope(props: IconProps): ReactElement;
|
|
2290
|
+
|
|
2291
|
+
declare function Microwave(props: IconProps): ReactElement;
|
|
2292
|
+
|
|
2293
|
+
declare function MicVocal(props: IconProps): ReactElement;
|
|
2294
|
+
|
|
2295
|
+
declare function Milestone(props: IconProps): ReactElement;
|
|
2296
|
+
|
|
2297
|
+
declare function Milk(props: IconProps): ReactElement;
|
|
2298
|
+
|
|
2299
|
+
declare function MilkOff(props: IconProps): ReactElement;
|
|
2300
|
+
|
|
2301
|
+
declare function Minimize(props: IconProps): ReactElement;
|
|
2302
|
+
|
|
2303
|
+
declare function Minimize2(props: IconProps): ReactElement;
|
|
2304
|
+
|
|
2305
|
+
declare function Minus(props: IconProps): ReactElement;
|
|
2306
|
+
|
|
2307
|
+
declare function MinusCircle(props: IconProps): ReactElement;
|
|
2308
|
+
|
|
2309
|
+
declare function MinusSquare(props: IconProps): ReactElement;
|
|
2310
|
+
|
|
2311
|
+
declare function MirrorRectangular(props: IconProps): ReactElement;
|
|
2312
|
+
|
|
2313
|
+
declare function MirrorRound(props: IconProps): ReactElement;
|
|
2314
|
+
|
|
2315
|
+
declare function Monitor(props: IconProps): ReactElement;
|
|
2316
|
+
|
|
2317
|
+
declare function MonitorCheck(props: IconProps): ReactElement;
|
|
2318
|
+
|
|
2319
|
+
declare function MonitorCloud(props: IconProps): ReactElement;
|
|
2320
|
+
|
|
2321
|
+
declare function MonitorCog(props: IconProps): ReactElement;
|
|
2322
|
+
|
|
2323
|
+
declare function MonitorDot(props: IconProps): ReactElement;
|
|
2324
|
+
|
|
2325
|
+
declare function MonitorDown(props: IconProps): ReactElement;
|
|
2326
|
+
|
|
2327
|
+
declare function MonitorOff(props: IconProps): ReactElement;
|
|
2328
|
+
|
|
2329
|
+
declare function MonitorPause(props: IconProps): ReactElement;
|
|
2330
|
+
|
|
2331
|
+
declare function MonitorPlay(props: IconProps): ReactElement;
|
|
2332
|
+
|
|
2333
|
+
declare function MonitorSmartphone(props: IconProps): ReactElement;
|
|
2334
|
+
|
|
2335
|
+
declare function MonitorSpeaker(props: IconProps): ReactElement;
|
|
2336
|
+
|
|
2337
|
+
declare function MonitorStop(props: IconProps): ReactElement;
|
|
2338
|
+
|
|
2339
|
+
declare function MonitorUp(props: IconProps): ReactElement;
|
|
2340
|
+
|
|
2341
|
+
declare function MonitorX(props: IconProps): ReactElement;
|
|
2342
|
+
|
|
2343
|
+
declare function Moon(props: IconProps): ReactElement;
|
|
2344
|
+
|
|
2345
|
+
declare function MoonStar(props: IconProps): ReactElement;
|
|
2346
|
+
|
|
2347
|
+
declare function MoreHorizontal(props: IconProps): ReactElement;
|
|
2348
|
+
|
|
2349
|
+
declare function MoreVertical(props: IconProps): ReactElement;
|
|
2350
|
+
|
|
2351
|
+
declare function Motorbike(props: IconProps): ReactElement;
|
|
2352
|
+
|
|
2353
|
+
declare function Mountain(props: IconProps): ReactElement;
|
|
2354
|
+
|
|
2355
|
+
declare function MountainSnow(props: IconProps): ReactElement;
|
|
2356
|
+
|
|
2357
|
+
declare function Mouse(props: IconProps): ReactElement;
|
|
2358
|
+
|
|
2359
|
+
declare function MouseLeft(props: IconProps): ReactElement;
|
|
2360
|
+
|
|
2361
|
+
declare function MouseOff(props: IconProps): ReactElement;
|
|
2362
|
+
|
|
2363
|
+
declare function MousePointer(props: IconProps): ReactElement;
|
|
2364
|
+
|
|
2365
|
+
declare function MousePointer2(props: IconProps): ReactElement;
|
|
2366
|
+
|
|
2367
|
+
declare function MousePointer2Off(props: IconProps): ReactElement;
|
|
2368
|
+
|
|
2369
|
+
declare function MousePointerBan(props: IconProps): ReactElement;
|
|
2370
|
+
|
|
2371
|
+
declare function MousePointerClick(props: IconProps): ReactElement;
|
|
2372
|
+
|
|
2373
|
+
declare function MousePointerSquareDashed(props: IconProps): ReactElement;
|
|
2374
|
+
|
|
2375
|
+
declare function MouseRight(props: IconProps): ReactElement;
|
|
2376
|
+
|
|
2377
|
+
declare function Move(props: IconProps): ReactElement;
|
|
2378
|
+
|
|
2379
|
+
declare function Move3D(props: IconProps): ReactElement;
|
|
2380
|
+
|
|
2381
|
+
declare function MoveDiagonal(props: IconProps): ReactElement;
|
|
2382
|
+
|
|
2383
|
+
declare function MoveDiagonal2(props: IconProps): ReactElement;
|
|
2384
|
+
|
|
2385
|
+
declare function MoveDown(props: IconProps): ReactElement;
|
|
2386
|
+
|
|
2387
|
+
declare function MoveDownLeft(props: IconProps): ReactElement;
|
|
2388
|
+
|
|
2389
|
+
declare function MoveDownRight(props: IconProps): ReactElement;
|
|
2390
|
+
|
|
2391
|
+
declare function MoveHorizontal(props: IconProps): ReactElement;
|
|
2392
|
+
|
|
2393
|
+
declare function MoveLeft(props: IconProps): ReactElement;
|
|
2394
|
+
|
|
2395
|
+
declare function MoveRight(props: IconProps): ReactElement;
|
|
2396
|
+
|
|
2397
|
+
declare function MoveUp(props: IconProps): ReactElement;
|
|
2398
|
+
|
|
2399
|
+
declare function MoveUpLeft(props: IconProps): ReactElement;
|
|
2400
|
+
|
|
2401
|
+
declare function MoveUpRight(props: IconProps): ReactElement;
|
|
2402
|
+
|
|
2403
|
+
declare function MoveVertical(props: IconProps): ReactElement;
|
|
2404
|
+
|
|
2405
|
+
declare function MSquare(props: IconProps): ReactElement;
|
|
2406
|
+
|
|
2407
|
+
declare function Music(props: IconProps): ReactElement;
|
|
2408
|
+
|
|
2409
|
+
declare function Music2(props: IconProps): ReactElement;
|
|
2410
|
+
|
|
2411
|
+
declare function Music3(props: IconProps): ReactElement;
|
|
2412
|
+
|
|
2413
|
+
declare function Music4(props: IconProps): ReactElement;
|
|
2414
|
+
|
|
2415
|
+
declare function Navigation(props: IconProps): ReactElement;
|
|
2416
|
+
|
|
2417
|
+
declare function Navigation2(props: IconProps): ReactElement;
|
|
2418
|
+
|
|
2419
|
+
declare function Navigation2Off(props: IconProps): ReactElement;
|
|
2420
|
+
|
|
2421
|
+
declare function NavigationOff(props: IconProps): ReactElement;
|
|
2422
|
+
|
|
2423
|
+
declare function Network(props: IconProps): ReactElement;
|
|
2424
|
+
|
|
2425
|
+
declare function Newspaper(props: IconProps): ReactElement;
|
|
2426
|
+
|
|
2427
|
+
declare function Nfc(props: IconProps): ReactElement;
|
|
2428
|
+
|
|
2429
|
+
declare function NonBinary(props: IconProps): ReactElement;
|
|
2430
|
+
|
|
2431
|
+
declare function Notebook(props: IconProps): ReactElement;
|
|
2432
|
+
|
|
2433
|
+
declare function NotebookPen(props: IconProps): ReactElement;
|
|
2434
|
+
|
|
2435
|
+
declare function NotebookTabs(props: IconProps): ReactElement;
|
|
2436
|
+
|
|
2437
|
+
declare function NotebookText(props: IconProps): ReactElement;
|
|
2438
|
+
|
|
2439
|
+
declare function NotepadText(props: IconProps): ReactElement;
|
|
2440
|
+
|
|
2441
|
+
declare function NotepadTextDashed(props: IconProps): ReactElement;
|
|
2442
|
+
|
|
2443
|
+
declare function Nut(props: IconProps): ReactElement;
|
|
2444
|
+
|
|
2445
|
+
declare function NutOff(props: IconProps): ReactElement;
|
|
2446
|
+
|
|
2447
|
+
declare function Octagon(props: IconProps): ReactElement;
|
|
2448
|
+
|
|
2449
|
+
declare function OctagonAlert(props: IconProps): ReactElement;
|
|
2450
|
+
|
|
2451
|
+
declare function OctagonMinus(props: IconProps): ReactElement;
|
|
2452
|
+
|
|
2453
|
+
declare function OctagonPause(props: IconProps): ReactElement;
|
|
2454
|
+
|
|
2455
|
+
declare function OctagonX(props: IconProps): ReactElement;
|
|
2456
|
+
|
|
2457
|
+
declare function Omega(props: IconProps): ReactElement;
|
|
2458
|
+
|
|
2459
|
+
declare function Option(props: IconProps): ReactElement;
|
|
2460
|
+
|
|
2461
|
+
declare function Orbit(props: IconProps): ReactElement;
|
|
2462
|
+
|
|
2463
|
+
declare function Origami(props: IconProps): ReactElement;
|
|
2464
|
+
|
|
2465
|
+
declare function Outdent(props: IconProps): ReactElement;
|
|
2466
|
+
|
|
2467
|
+
declare function Package(props: IconProps): ReactElement;
|
|
2468
|
+
|
|
2469
|
+
declare function Package2(props: IconProps): ReactElement;
|
|
2470
|
+
|
|
2471
|
+
declare function PackageCheck(props: IconProps): ReactElement;
|
|
2472
|
+
|
|
2473
|
+
declare function PackageMinus(props: IconProps): ReactElement;
|
|
2474
|
+
|
|
2475
|
+
declare function PackageOpen(props: IconProps): ReactElement;
|
|
2476
|
+
|
|
2477
|
+
declare function PackagePlus(props: IconProps): ReactElement;
|
|
2478
|
+
|
|
2479
|
+
declare function PackageSearch(props: IconProps): ReactElement;
|
|
2480
|
+
|
|
2481
|
+
declare function PackageX(props: IconProps): ReactElement;
|
|
2482
|
+
|
|
2483
|
+
declare function Paintbrush(props: IconProps): ReactElement;
|
|
2484
|
+
|
|
2485
|
+
declare function Paintbrush2(props: IconProps): ReactElement;
|
|
2486
|
+
|
|
2487
|
+
declare function PaintbrushVertical(props: IconProps): ReactElement;
|
|
2488
|
+
|
|
2489
|
+
declare function PaintBucket(props: IconProps): ReactElement;
|
|
2490
|
+
|
|
2491
|
+
declare function PaintRoller(props: IconProps): ReactElement;
|
|
2492
|
+
|
|
2493
|
+
declare function Palette(props: IconProps): ReactElement;
|
|
2494
|
+
|
|
2495
|
+
declare function Palmtree(props: IconProps): ReactElement;
|
|
2496
|
+
|
|
2497
|
+
declare function Panda(props: IconProps): ReactElement;
|
|
2498
|
+
|
|
2499
|
+
declare function PanelBottom(props: IconProps): ReactElement;
|
|
2500
|
+
|
|
2501
|
+
declare function PanelBottomClose(props: IconProps): ReactElement;
|
|
2502
|
+
|
|
2503
|
+
declare function PanelBottomDashed(props: IconProps): ReactElement;
|
|
2504
|
+
|
|
2505
|
+
declare function PanelBottomInactive(props: IconProps): ReactElement;
|
|
2506
|
+
|
|
2507
|
+
declare function PanelBottomOpen(props: IconProps): ReactElement;
|
|
2508
|
+
|
|
2509
|
+
declare function PanelLeft(props: IconProps): ReactElement;
|
|
2510
|
+
|
|
2511
|
+
declare function PanelLeftClose(props: IconProps): ReactElement;
|
|
2512
|
+
|
|
2513
|
+
declare function PanelLeftDashed(props: IconProps): ReactElement;
|
|
2514
|
+
|
|
2515
|
+
declare function PanelLeftInactive(props: IconProps): ReactElement;
|
|
2516
|
+
|
|
2517
|
+
declare function PanelLeftOpen(props: IconProps): ReactElement;
|
|
2518
|
+
|
|
2519
|
+
declare function PanelLeftRightDashed(props: IconProps): ReactElement;
|
|
2520
|
+
|
|
2521
|
+
declare function PanelRight(props: IconProps): ReactElement;
|
|
2522
|
+
|
|
2523
|
+
declare function PanelRightClose(props: IconProps): ReactElement;
|
|
2524
|
+
|
|
2525
|
+
declare function PanelRightDashed(props: IconProps): ReactElement;
|
|
2526
|
+
|
|
2527
|
+
declare function PanelRightInactive(props: IconProps): ReactElement;
|
|
2528
|
+
|
|
2529
|
+
declare function PanelRightOpen(props: IconProps): ReactElement;
|
|
2530
|
+
|
|
2531
|
+
declare function PanelsLeftBottom(props: IconProps): ReactElement;
|
|
2532
|
+
|
|
2533
|
+
declare function PanelsLeftRight(props: IconProps): ReactElement;
|
|
2534
|
+
|
|
2535
|
+
declare function PanelsRightBottom(props: IconProps): ReactElement;
|
|
2536
|
+
|
|
2537
|
+
declare function PanelsTopBottom(props: IconProps): ReactElement;
|
|
2538
|
+
|
|
2539
|
+
declare function PanelsTopLeft(props: IconProps): ReactElement;
|
|
2540
|
+
|
|
2541
|
+
declare function PanelTop(props: IconProps): ReactElement;
|
|
2542
|
+
|
|
2543
|
+
declare function PanelTopBottomDashed(props: IconProps): ReactElement;
|
|
2544
|
+
|
|
2545
|
+
declare function PanelTopClose(props: IconProps): ReactElement;
|
|
2546
|
+
|
|
2547
|
+
declare function PanelTopDashed(props: IconProps): ReactElement;
|
|
2548
|
+
|
|
2549
|
+
declare function PanelTopInactive(props: IconProps): ReactElement;
|
|
2550
|
+
|
|
2551
|
+
declare function PanelTopOpen(props: IconProps): ReactElement;
|
|
2552
|
+
|
|
2553
|
+
declare function Paperclip(props: IconProps): ReactElement;
|
|
2554
|
+
|
|
2555
|
+
declare function Parentheses(props: IconProps): ReactElement;
|
|
2556
|
+
|
|
2557
|
+
declare function ParkingCircle(props: IconProps): ReactElement;
|
|
2558
|
+
|
|
2559
|
+
declare function ParkingCircleOff(props: IconProps): ReactElement;
|
|
2560
|
+
|
|
2561
|
+
declare function ParkingMeter(props: IconProps): ReactElement;
|
|
2562
|
+
|
|
2563
|
+
declare function ParkingSquare(props: IconProps): ReactElement;
|
|
2564
|
+
|
|
2565
|
+
declare function ParkingSquareOff(props: IconProps): ReactElement;
|
|
2566
|
+
|
|
2567
|
+
declare function PartyPopper(props: IconProps): ReactElement;
|
|
2568
|
+
|
|
2569
|
+
declare function Pause(props: IconProps): ReactElement;
|
|
2570
|
+
|
|
2571
|
+
declare function PauseCircle(props: IconProps): ReactElement;
|
|
2572
|
+
|
|
2573
|
+
declare function PauseOctagon(props: IconProps): ReactElement;
|
|
2574
|
+
|
|
2575
|
+
declare function PawPrint(props: IconProps): ReactElement;
|
|
2576
|
+
|
|
2577
|
+
declare function PcCase(props: IconProps): ReactElement;
|
|
2578
|
+
|
|
2579
|
+
declare function Pen(props: IconProps): ReactElement;
|
|
2580
|
+
|
|
2581
|
+
declare function PenBox(props: IconProps): ReactElement;
|
|
2582
|
+
|
|
2583
|
+
declare function Pencil(props: IconProps): ReactElement;
|
|
2584
|
+
|
|
2585
|
+
declare function PencilLine(props: IconProps): ReactElement;
|
|
2586
|
+
|
|
2587
|
+
declare function PencilOff(props: IconProps): ReactElement;
|
|
2588
|
+
|
|
2589
|
+
declare function PencilRuler(props: IconProps): ReactElement;
|
|
2590
|
+
|
|
2591
|
+
declare function PenLine(props: IconProps): ReactElement;
|
|
2592
|
+
|
|
2593
|
+
declare function PenOff(props: IconProps): ReactElement;
|
|
2594
|
+
|
|
2595
|
+
declare function PenSquare(props: IconProps): ReactElement;
|
|
2596
|
+
|
|
2597
|
+
declare function Pentagon(props: IconProps): ReactElement;
|
|
2598
|
+
|
|
2599
|
+
declare function PenTool(props: IconProps): ReactElement;
|
|
2600
|
+
|
|
2601
|
+
declare function Percent(props: IconProps): ReactElement;
|
|
2602
|
+
|
|
2603
|
+
declare function PercentCircle(props: IconProps): ReactElement;
|
|
2604
|
+
|
|
2605
|
+
declare function PercentDiamond(props: IconProps): ReactElement;
|
|
2606
|
+
|
|
2607
|
+
declare function PercentSquare(props: IconProps): ReactElement;
|
|
2608
|
+
|
|
2609
|
+
declare function PersonStanding(props: IconProps): ReactElement;
|
|
2610
|
+
|
|
2611
|
+
declare function PhilippinePeso(props: IconProps): ReactElement;
|
|
2612
|
+
|
|
2613
|
+
declare function Phone(props: IconProps): ReactElement;
|
|
2614
|
+
|
|
2615
|
+
declare function PhoneCall(props: IconProps): ReactElement;
|
|
2616
|
+
|
|
2617
|
+
declare function PhoneForwarded(props: IconProps): ReactElement;
|
|
2618
|
+
|
|
2619
|
+
declare function PhoneIncoming(props: IconProps): ReactElement;
|
|
2620
|
+
|
|
2621
|
+
declare function PhoneMissed(props: IconProps): ReactElement;
|
|
2622
|
+
|
|
2623
|
+
declare function PhoneOff(props: IconProps): ReactElement;
|
|
2624
|
+
|
|
2625
|
+
declare function PhoneOutgoing(props: IconProps): ReactElement;
|
|
2626
|
+
|
|
2627
|
+
declare function Pi(props: IconProps): ReactElement;
|
|
2628
|
+
|
|
2629
|
+
declare function Piano(props: IconProps): ReactElement;
|
|
2630
|
+
|
|
2631
|
+
declare function Pickaxe(props: IconProps): ReactElement;
|
|
2632
|
+
|
|
2633
|
+
declare function PictureInPicture(props: IconProps): ReactElement;
|
|
2634
|
+
|
|
2635
|
+
declare function PictureInPicture2(props: IconProps): ReactElement;
|
|
2636
|
+
|
|
2637
|
+
declare function PieChart(props: IconProps): ReactElement;
|
|
2638
|
+
|
|
2639
|
+
declare function PiggyBank(props: IconProps): ReactElement;
|
|
2640
|
+
|
|
2641
|
+
declare function Pilcrow(props: IconProps): ReactElement;
|
|
2642
|
+
|
|
2643
|
+
declare function PilcrowLeft(props: IconProps): ReactElement;
|
|
2644
|
+
|
|
2645
|
+
declare function PilcrowRight(props: IconProps): ReactElement;
|
|
2646
|
+
|
|
2647
|
+
declare function PilcrowSquare(props: IconProps): ReactElement;
|
|
2648
|
+
|
|
2649
|
+
declare function Pill(props: IconProps): ReactElement;
|
|
2650
|
+
|
|
2651
|
+
declare function PillBottle(props: IconProps): ReactElement;
|
|
2652
|
+
|
|
2653
|
+
declare function Pin(props: IconProps): ReactElement;
|
|
2654
|
+
|
|
2655
|
+
declare function PinOff(props: IconProps): ReactElement;
|
|
2656
|
+
|
|
2657
|
+
declare function Pipette(props: IconProps): ReactElement;
|
|
2658
|
+
|
|
2659
|
+
declare function PiSquare(props: IconProps): ReactElement;
|
|
2660
|
+
|
|
2661
|
+
declare function Pizza(props: IconProps): ReactElement;
|
|
2662
|
+
|
|
2663
|
+
declare function Plane(props: IconProps): ReactElement;
|
|
2664
|
+
|
|
2665
|
+
declare function PlaneLanding(props: IconProps): ReactElement;
|
|
2666
|
+
|
|
2667
|
+
declare function PlaneTakeoff(props: IconProps): ReactElement;
|
|
2668
|
+
|
|
2669
|
+
declare function Play(props: IconProps): ReactElement;
|
|
2670
|
+
|
|
2671
|
+
declare function PlayCircle(props: IconProps): ReactElement;
|
|
2672
|
+
|
|
2673
|
+
declare function PlaySquare(props: IconProps): ReactElement;
|
|
2674
|
+
|
|
2675
|
+
declare function Plug(props: IconProps): ReactElement;
|
|
2676
|
+
|
|
2677
|
+
declare function Plug2(props: IconProps): ReactElement;
|
|
2678
|
+
|
|
2679
|
+
declare function PlugZap(props: IconProps): ReactElement;
|
|
2680
|
+
|
|
2681
|
+
declare function PlugZap2(props: IconProps): ReactElement;
|
|
2682
|
+
|
|
2683
|
+
declare function Plus(props: IconProps): ReactElement;
|
|
2684
|
+
|
|
2685
|
+
declare function PlusCircle(props: IconProps): ReactElement;
|
|
2686
|
+
|
|
2687
|
+
declare function PlusSquare(props: IconProps): ReactElement;
|
|
2688
|
+
|
|
2689
|
+
declare function PocketKnife(props: IconProps): ReactElement;
|
|
2690
|
+
|
|
2691
|
+
declare function Podcast(props: IconProps): ReactElement;
|
|
2692
|
+
|
|
2693
|
+
declare function Pointer(props: IconProps): ReactElement;
|
|
2694
|
+
|
|
2695
|
+
declare function PointerOff(props: IconProps): ReactElement;
|
|
2696
|
+
|
|
2697
|
+
declare function Popcorn(props: IconProps): ReactElement;
|
|
2698
|
+
|
|
2699
|
+
declare function Popsicle(props: IconProps): ReactElement;
|
|
2700
|
+
|
|
2701
|
+
declare function PoundSterling(props: IconProps): ReactElement;
|
|
2702
|
+
|
|
2703
|
+
declare function Power(props: IconProps): ReactElement;
|
|
2704
|
+
|
|
2705
|
+
declare function PowerCircle(props: IconProps): ReactElement;
|
|
2706
|
+
|
|
2707
|
+
declare function PowerOff(props: IconProps): ReactElement;
|
|
2708
|
+
|
|
2709
|
+
declare function PowerSquare(props: IconProps): ReactElement;
|
|
2710
|
+
|
|
2711
|
+
declare function Presentation(props: IconProps): ReactElement;
|
|
2712
|
+
|
|
2713
|
+
declare function Printer(props: IconProps): ReactElement;
|
|
2714
|
+
|
|
2715
|
+
declare function PrinterCheck(props: IconProps): ReactElement;
|
|
2716
|
+
|
|
2717
|
+
declare function PrinterX(props: IconProps): ReactElement;
|
|
2718
|
+
|
|
2719
|
+
declare function Projector(props: IconProps): ReactElement;
|
|
2720
|
+
|
|
2721
|
+
declare function Proportions(props: IconProps): ReactElement;
|
|
2722
|
+
|
|
2723
|
+
declare function Puzzle(props: IconProps): ReactElement;
|
|
2724
|
+
|
|
2725
|
+
declare function Pyramid(props: IconProps): ReactElement;
|
|
2726
|
+
|
|
2727
|
+
declare function QrCode(props: IconProps): ReactElement;
|
|
2728
|
+
|
|
2729
|
+
declare function Quote(props: IconProps): ReactElement;
|
|
2730
|
+
|
|
2731
|
+
declare function Rabbit(props: IconProps): ReactElement;
|
|
2732
|
+
|
|
2733
|
+
declare function Radar(props: IconProps): ReactElement;
|
|
2734
|
+
|
|
2735
|
+
declare function Radiation(props: IconProps): ReactElement;
|
|
2736
|
+
|
|
2737
|
+
declare function Radical(props: IconProps): ReactElement;
|
|
2738
|
+
|
|
2739
|
+
declare function Radio(props: IconProps): ReactElement;
|
|
2740
|
+
|
|
2741
|
+
declare function RadioOff(props: IconProps): ReactElement;
|
|
2742
|
+
|
|
2743
|
+
declare function RadioReceiver(props: IconProps): ReactElement;
|
|
2744
|
+
|
|
2745
|
+
declare function RadioTower(props: IconProps): ReactElement;
|
|
2746
|
+
|
|
2747
|
+
declare function Radius(props: IconProps): ReactElement;
|
|
2748
|
+
|
|
2749
|
+
declare function Rainbow(props: IconProps): ReactElement;
|
|
2750
|
+
|
|
2751
|
+
declare function Rat(props: IconProps): ReactElement;
|
|
2752
|
+
|
|
2753
|
+
declare function Ratio(props: IconProps): ReactElement;
|
|
2754
|
+
|
|
2755
|
+
declare function Receipt(props: IconProps): ReactElement;
|
|
2756
|
+
|
|
2757
|
+
declare function ReceiptCent(props: IconProps): ReactElement;
|
|
2758
|
+
|
|
2759
|
+
declare function ReceiptEuro(props: IconProps): ReactElement;
|
|
2760
|
+
|
|
2761
|
+
declare function ReceiptIndianRupee(props: IconProps): ReactElement;
|
|
2762
|
+
|
|
2763
|
+
declare function ReceiptJapaneseYen(props: IconProps): ReactElement;
|
|
2764
|
+
|
|
2765
|
+
declare function ReceiptPoundSterling(props: IconProps): ReactElement;
|
|
2766
|
+
|
|
2767
|
+
declare function ReceiptRussianRuble(props: IconProps): ReactElement;
|
|
2768
|
+
|
|
2769
|
+
declare function ReceiptSwissFranc(props: IconProps): ReactElement;
|
|
2770
|
+
|
|
2771
|
+
declare function ReceiptText(props: IconProps): ReactElement;
|
|
2772
|
+
|
|
2773
|
+
declare function ReceiptTurkishLira(props: IconProps): ReactElement;
|
|
2774
|
+
|
|
2775
|
+
declare function RectangleCircle(props: IconProps): ReactElement;
|
|
2776
|
+
|
|
2777
|
+
declare function RectangleEllipsis(props: IconProps): ReactElement;
|
|
2778
|
+
|
|
2779
|
+
declare function RectangleGoggles(props: IconProps): ReactElement;
|
|
2780
|
+
|
|
2781
|
+
declare function RectangleHorizontal(props: IconProps): ReactElement;
|
|
2782
|
+
|
|
2783
|
+
declare function RectangleVertical(props: IconProps): ReactElement;
|
|
2784
|
+
|
|
2785
|
+
declare function Recycle(props: IconProps): ReactElement;
|
|
2786
|
+
|
|
2787
|
+
declare function Redo(props: IconProps): ReactElement;
|
|
2788
|
+
|
|
2789
|
+
declare function Redo2(props: IconProps): ReactElement;
|
|
2790
|
+
|
|
2791
|
+
declare function RedoDot(props: IconProps): ReactElement;
|
|
2792
|
+
|
|
2793
|
+
declare function RefreshCcw(props: IconProps): ReactElement;
|
|
2794
|
+
|
|
2795
|
+
declare function RefreshCcwDot(props: IconProps): ReactElement;
|
|
2796
|
+
|
|
2797
|
+
declare function RefreshCw(props: IconProps): ReactElement;
|
|
2798
|
+
|
|
2799
|
+
declare function RefreshCwOff(props: IconProps): ReactElement;
|
|
2800
|
+
|
|
2801
|
+
declare function Refrigerator(props: IconProps): ReactElement;
|
|
2802
|
+
|
|
2803
|
+
declare function Regex(props: IconProps): ReactElement;
|
|
2804
|
+
|
|
2805
|
+
declare function RemoveFormatting(props: IconProps): ReactElement;
|
|
2806
|
+
|
|
2807
|
+
declare function Repeat(props: IconProps): ReactElement;
|
|
2808
|
+
|
|
2809
|
+
declare function Repeat1(props: IconProps): ReactElement;
|
|
2810
|
+
|
|
2811
|
+
declare function Repeat2(props: IconProps): ReactElement;
|
|
2812
|
+
|
|
2813
|
+
declare function RepeatOff(props: IconProps): ReactElement;
|
|
2814
|
+
|
|
2815
|
+
declare function Replace(props: IconProps): ReactElement;
|
|
2816
|
+
|
|
2817
|
+
declare function ReplaceAll(props: IconProps): ReactElement;
|
|
2818
|
+
|
|
2819
|
+
declare function Reply(props: IconProps): ReactElement;
|
|
2820
|
+
|
|
2821
|
+
declare function ReplyAll(props: IconProps): ReactElement;
|
|
2822
|
+
|
|
2823
|
+
declare function Rewind(props: IconProps): ReactElement;
|
|
2824
|
+
|
|
2825
|
+
declare function Ribbon(props: IconProps): ReactElement;
|
|
2826
|
+
|
|
2827
|
+
declare function Road(props: IconProps): ReactElement;
|
|
2828
|
+
|
|
2829
|
+
declare function Rocket(props: IconProps): ReactElement;
|
|
2830
|
+
|
|
2831
|
+
declare function RockingChair(props: IconProps): ReactElement;
|
|
2832
|
+
|
|
2833
|
+
declare function RollerCoaster(props: IconProps): ReactElement;
|
|
2834
|
+
|
|
2835
|
+
declare function Rose(props: IconProps): ReactElement;
|
|
2836
|
+
|
|
2837
|
+
declare function Rotate3D(props: IconProps): ReactElement;
|
|
2838
|
+
|
|
2839
|
+
declare function RotateCcw(props: IconProps): ReactElement;
|
|
2840
|
+
|
|
2841
|
+
declare function RotateCcwKey(props: IconProps): ReactElement;
|
|
2842
|
+
|
|
2843
|
+
declare function RotateCcwSquare(props: IconProps): ReactElement;
|
|
2844
|
+
|
|
2845
|
+
declare function RotateCw(props: IconProps): ReactElement;
|
|
2846
|
+
|
|
2847
|
+
declare function RotateCwSquare(props: IconProps): ReactElement;
|
|
2848
|
+
|
|
2849
|
+
declare function Route(props: IconProps): ReactElement;
|
|
2850
|
+
|
|
2851
|
+
declare function RouteOff(props: IconProps): ReactElement;
|
|
2852
|
+
|
|
2853
|
+
declare function Router(props: IconProps): ReactElement;
|
|
2854
|
+
|
|
2855
|
+
declare function Rows(props: IconProps): ReactElement;
|
|
2856
|
+
|
|
2857
|
+
declare function Rows2(props: IconProps): ReactElement;
|
|
2858
|
+
|
|
2859
|
+
declare function Rows3(props: IconProps): ReactElement;
|
|
2860
|
+
|
|
2861
|
+
declare function Rows4(props: IconProps): ReactElement;
|
|
2862
|
+
|
|
2863
|
+
declare function Rss(props: IconProps): ReactElement;
|
|
2864
|
+
|
|
2865
|
+
declare function Ruler(props: IconProps): ReactElement;
|
|
2866
|
+
|
|
2867
|
+
declare function RulerDimensionLine(props: IconProps): ReactElement;
|
|
2868
|
+
|
|
2869
|
+
declare function RussianRuble(props: IconProps): ReactElement;
|
|
2870
|
+
|
|
2871
|
+
declare function Sailboat(props: IconProps): ReactElement;
|
|
2872
|
+
|
|
2873
|
+
declare function Salad(props: IconProps): ReactElement;
|
|
2874
|
+
|
|
2875
|
+
declare function Sandwich(props: IconProps): ReactElement;
|
|
2876
|
+
|
|
2877
|
+
declare function Satellite(props: IconProps): ReactElement;
|
|
2878
|
+
|
|
2879
|
+
declare function SatelliteDish(props: IconProps): ReactElement;
|
|
2880
|
+
|
|
2881
|
+
declare function SaudiRiyal(props: IconProps): ReactElement;
|
|
2882
|
+
|
|
2883
|
+
declare function Save(props: IconProps): ReactElement;
|
|
2884
|
+
|
|
2885
|
+
declare function SaveAll(props: IconProps): ReactElement;
|
|
2886
|
+
|
|
2887
|
+
declare function SaveOff(props: IconProps): ReactElement;
|
|
2888
|
+
|
|
2889
|
+
declare function Scale(props: IconProps): ReactElement;
|
|
2890
|
+
|
|
2891
|
+
declare function Scale3D(props: IconProps): ReactElement;
|
|
2892
|
+
|
|
2893
|
+
declare function Scaling(props: IconProps): ReactElement;
|
|
2894
|
+
|
|
2895
|
+
declare function Scan(props: IconProps): ReactElement;
|
|
2896
|
+
|
|
2897
|
+
declare function ScanBarcode(props: IconProps): ReactElement;
|
|
2898
|
+
|
|
2899
|
+
declare function ScanEye(props: IconProps): ReactElement;
|
|
2900
|
+
|
|
2901
|
+
declare function ScanFace(props: IconProps): ReactElement;
|
|
2902
|
+
|
|
2903
|
+
declare function ScanHeart(props: IconProps): ReactElement;
|
|
2904
|
+
|
|
2905
|
+
declare function ScanLine(props: IconProps): ReactElement;
|
|
2906
|
+
|
|
2907
|
+
declare function ScanQrCode(props: IconProps): ReactElement;
|
|
2908
|
+
|
|
2909
|
+
declare function ScanSearch(props: IconProps): ReactElement;
|
|
2910
|
+
|
|
2911
|
+
declare function ScanText(props: IconProps): ReactElement;
|
|
2912
|
+
|
|
2913
|
+
declare function ScatterChart(props: IconProps): ReactElement;
|
|
2914
|
+
|
|
2915
|
+
declare function School(props: IconProps): ReactElement;
|
|
2916
|
+
|
|
2917
|
+
declare function School2(props: IconProps): ReactElement;
|
|
2918
|
+
|
|
2919
|
+
declare function Scissors(props: IconProps): ReactElement;
|
|
2920
|
+
|
|
2921
|
+
declare function ScissorsLineDashed(props: IconProps): ReactElement;
|
|
2922
|
+
|
|
2923
|
+
declare function ScissorsSquare(props: IconProps): ReactElement;
|
|
2924
|
+
|
|
2925
|
+
declare function ScissorsSquareDashedBottom(props: IconProps): ReactElement;
|
|
2926
|
+
|
|
2927
|
+
declare function Scooter(props: IconProps): ReactElement;
|
|
2928
|
+
|
|
2929
|
+
declare function ScreenShare(props: IconProps): ReactElement;
|
|
2930
|
+
|
|
2931
|
+
declare function ScreenShareOff(props: IconProps): ReactElement;
|
|
2932
|
+
|
|
2933
|
+
declare function Scroll(props: IconProps): ReactElement;
|
|
2934
|
+
|
|
2935
|
+
declare function ScrollText(props: IconProps): ReactElement;
|
|
2936
|
+
|
|
2937
|
+
declare function Search(props: IconProps): ReactElement;
|
|
2938
|
+
|
|
2939
|
+
declare function SearchAlert(props: IconProps): ReactElement;
|
|
2940
|
+
|
|
2941
|
+
declare function SearchCheck(props: IconProps): ReactElement;
|
|
2942
|
+
|
|
2943
|
+
declare function SearchCode(props: IconProps): ReactElement;
|
|
2944
|
+
|
|
2945
|
+
declare function SearchSlash(props: IconProps): ReactElement;
|
|
2946
|
+
|
|
2947
|
+
declare function SearchX(props: IconProps): ReactElement;
|
|
2948
|
+
|
|
2949
|
+
declare function Section(props: IconProps): ReactElement;
|
|
2950
|
+
|
|
2951
|
+
declare function Send(props: IconProps): ReactElement;
|
|
2952
|
+
|
|
2953
|
+
declare function SendHorizonal(props: IconProps): ReactElement;
|
|
2954
|
+
|
|
2955
|
+
declare function SendHorizontal(props: IconProps): ReactElement;
|
|
2956
|
+
|
|
2957
|
+
declare function SendToBack(props: IconProps): ReactElement;
|
|
2958
|
+
|
|
2959
|
+
declare function SeparatorHorizontal(props: IconProps): ReactElement;
|
|
2960
|
+
|
|
2961
|
+
declare function SeparatorVertical(props: IconProps): ReactElement;
|
|
2962
|
+
|
|
2963
|
+
declare function Server(props: IconProps): ReactElement;
|
|
2964
|
+
|
|
2965
|
+
declare function ServerCog(props: IconProps): ReactElement;
|
|
2966
|
+
|
|
2967
|
+
declare function ServerCrash(props: IconProps): ReactElement;
|
|
2968
|
+
|
|
2969
|
+
declare function ServerOff(props: IconProps): ReactElement;
|
|
2970
|
+
|
|
2971
|
+
declare function Settings(props: IconProps): ReactElement;
|
|
2972
|
+
|
|
2973
|
+
declare function Settings2(props: IconProps): ReactElement;
|
|
2974
|
+
|
|
2975
|
+
declare function Shapes(props: IconProps): ReactElement;
|
|
2976
|
+
|
|
2977
|
+
declare function Share(props: IconProps): ReactElement;
|
|
2978
|
+
|
|
2979
|
+
declare function Share2(props: IconProps): ReactElement;
|
|
2980
|
+
|
|
2981
|
+
declare function Sheet(props: IconProps): ReactElement;
|
|
2982
|
+
|
|
2983
|
+
declare function Shell(props: IconProps): ReactElement;
|
|
2984
|
+
|
|
2985
|
+
declare function ShelvingUnit(props: IconProps): ReactElement;
|
|
2986
|
+
|
|
2987
|
+
declare function Shield(props: IconProps): ReactElement;
|
|
2988
|
+
|
|
2989
|
+
declare function ShieldAlert(props: IconProps): ReactElement;
|
|
2990
|
+
|
|
2991
|
+
declare function ShieldBan(props: IconProps): ReactElement;
|
|
2992
|
+
|
|
2993
|
+
declare function ShieldCheck(props: IconProps): ReactElement;
|
|
2994
|
+
|
|
2995
|
+
declare function ShieldClose(props: IconProps): ReactElement;
|
|
2996
|
+
|
|
2997
|
+
declare function ShieldCog(props: IconProps): ReactElement;
|
|
2998
|
+
|
|
2999
|
+
declare function ShieldCogCorner(props: IconProps): ReactElement;
|
|
3000
|
+
|
|
3001
|
+
declare function ShieldEllipsis(props: IconProps): ReactElement;
|
|
3002
|
+
|
|
3003
|
+
declare function ShieldHalf(props: IconProps): ReactElement;
|
|
3004
|
+
|
|
3005
|
+
declare function ShieldMinus(props: IconProps): ReactElement;
|
|
3006
|
+
|
|
3007
|
+
declare function ShieldOff(props: IconProps): ReactElement;
|
|
3008
|
+
|
|
3009
|
+
declare function ShieldPlus(props: IconProps): ReactElement;
|
|
3010
|
+
|
|
3011
|
+
declare function ShieldQuestion(props: IconProps): ReactElement;
|
|
3012
|
+
|
|
3013
|
+
declare function ShieldQuestionMark(props: IconProps): ReactElement;
|
|
3014
|
+
|
|
3015
|
+
declare function ShieldUser(props: IconProps): ReactElement;
|
|
3016
|
+
|
|
3017
|
+
declare function ShieldX(props: IconProps): ReactElement;
|
|
3018
|
+
|
|
3019
|
+
declare function Ship(props: IconProps): ReactElement;
|
|
3020
|
+
|
|
3021
|
+
declare function ShipWheel(props: IconProps): ReactElement;
|
|
3022
|
+
|
|
3023
|
+
declare function Shirt(props: IconProps): ReactElement;
|
|
3024
|
+
|
|
3025
|
+
declare function ShoppingBag(props: IconProps): ReactElement;
|
|
3026
|
+
|
|
3027
|
+
declare function ShoppingBasket(props: IconProps): ReactElement;
|
|
3028
|
+
|
|
3029
|
+
declare function ShoppingCart(props: IconProps): ReactElement;
|
|
3030
|
+
|
|
3031
|
+
declare function Shovel(props: IconProps): ReactElement;
|
|
3032
|
+
|
|
3033
|
+
declare function ShowerHead(props: IconProps): ReactElement;
|
|
3034
|
+
|
|
3035
|
+
declare function Shredder(props: IconProps): ReactElement;
|
|
3036
|
+
|
|
3037
|
+
declare function Shrimp(props: IconProps): ReactElement;
|
|
3038
|
+
|
|
3039
|
+
declare function Shrink(props: IconProps): ReactElement;
|
|
3040
|
+
|
|
3041
|
+
declare function Shrub(props: IconProps): ReactElement;
|
|
3042
|
+
|
|
3043
|
+
declare function Shuffle(props: IconProps): ReactElement;
|
|
3044
|
+
|
|
3045
|
+
declare function Sidebar(props: IconProps): ReactElement;
|
|
3046
|
+
|
|
3047
|
+
declare function SidebarClose(props: IconProps): ReactElement;
|
|
3048
|
+
|
|
3049
|
+
declare function SidebarOpen(props: IconProps): ReactElement;
|
|
3050
|
+
|
|
3051
|
+
declare function Sigma(props: IconProps): ReactElement;
|
|
3052
|
+
|
|
3053
|
+
declare function SigmaSquare(props: IconProps): ReactElement;
|
|
3054
|
+
|
|
3055
|
+
declare function Signal(props: IconProps): ReactElement;
|
|
3056
|
+
|
|
3057
|
+
declare function SignalHigh(props: IconProps): ReactElement;
|
|
3058
|
+
|
|
3059
|
+
declare function SignalLow(props: IconProps): ReactElement;
|
|
3060
|
+
|
|
3061
|
+
declare function SignalMedium(props: IconProps): ReactElement;
|
|
3062
|
+
|
|
3063
|
+
declare function SignalZero(props: IconProps): ReactElement;
|
|
3064
|
+
|
|
3065
|
+
declare function Signature(props: IconProps): ReactElement;
|
|
3066
|
+
|
|
3067
|
+
declare function Signpost(props: IconProps): ReactElement;
|
|
3068
|
+
|
|
3069
|
+
declare function SignpostBig(props: IconProps): ReactElement;
|
|
3070
|
+
|
|
3071
|
+
declare function Siren(props: IconProps): ReactElement;
|
|
3072
|
+
|
|
3073
|
+
declare function SkipBack(props: IconProps): ReactElement;
|
|
3074
|
+
|
|
3075
|
+
declare function SkipForward(props: IconProps): ReactElement;
|
|
3076
|
+
|
|
3077
|
+
declare function Skull(props: IconProps): ReactElement;
|
|
3078
|
+
|
|
3079
|
+
declare function Slash(props: IconProps): ReactElement;
|
|
3080
|
+
|
|
3081
|
+
declare function SlashSquare(props: IconProps): ReactElement;
|
|
3082
|
+
|
|
3083
|
+
declare function Slice(props: IconProps): ReactElement;
|
|
3084
|
+
|
|
3085
|
+
declare function Sliders(props: IconProps): ReactElement;
|
|
3086
|
+
|
|
3087
|
+
declare function SlidersHorizontal(props: IconProps): ReactElement;
|
|
3088
|
+
|
|
3089
|
+
declare function SlidersVertical(props: IconProps): ReactElement;
|
|
3090
|
+
|
|
3091
|
+
declare function Smartphone(props: IconProps): ReactElement;
|
|
3092
|
+
|
|
3093
|
+
declare function SmartphoneCharging(props: IconProps): ReactElement;
|
|
3094
|
+
|
|
3095
|
+
declare function SmartphoneNfc(props: IconProps): ReactElement;
|
|
3096
|
+
|
|
3097
|
+
declare function Smile(props: IconProps): ReactElement;
|
|
3098
|
+
|
|
3099
|
+
declare function SmilePlus(props: IconProps): ReactElement;
|
|
3100
|
+
|
|
3101
|
+
declare function Snail(props: IconProps): ReactElement;
|
|
3102
|
+
|
|
3103
|
+
declare function Snowflake(props: IconProps): ReactElement;
|
|
3104
|
+
|
|
3105
|
+
declare function SoapDispenserDroplet(props: IconProps): ReactElement;
|
|
3106
|
+
|
|
3107
|
+
declare function Sofa(props: IconProps): ReactElement;
|
|
3108
|
+
|
|
3109
|
+
declare function SolarPanel(props: IconProps): ReactElement;
|
|
3110
|
+
|
|
3111
|
+
declare function SortAsc(props: IconProps): ReactElement;
|
|
3112
|
+
|
|
3113
|
+
declare function SortDesc(props: IconProps): ReactElement;
|
|
3114
|
+
|
|
3115
|
+
declare function Soup(props: IconProps): ReactElement;
|
|
3116
|
+
|
|
3117
|
+
declare function Space(props: IconProps): ReactElement;
|
|
3118
|
+
|
|
3119
|
+
declare function Spade(props: IconProps): ReactElement;
|
|
3120
|
+
|
|
3121
|
+
declare function Sparkle(props: IconProps): ReactElement;
|
|
3122
|
+
|
|
3123
|
+
declare function Sparkles(props: IconProps): ReactElement;
|
|
3124
|
+
|
|
3125
|
+
declare function Speaker(props: IconProps): ReactElement;
|
|
3126
|
+
|
|
3127
|
+
declare function Speech(props: IconProps): ReactElement;
|
|
3128
|
+
|
|
3129
|
+
declare function SpellCheck(props: IconProps): ReactElement;
|
|
3130
|
+
|
|
3131
|
+
declare function SpellCheck2(props: IconProps): ReactElement;
|
|
3132
|
+
|
|
3133
|
+
declare function Spline(props: IconProps): ReactElement;
|
|
3134
|
+
|
|
3135
|
+
declare function SplinePointer(props: IconProps): ReactElement;
|
|
3136
|
+
|
|
3137
|
+
declare function Split(props: IconProps): ReactElement;
|
|
3138
|
+
|
|
3139
|
+
declare function SplitSquareHorizontal(props: IconProps): ReactElement;
|
|
3140
|
+
|
|
3141
|
+
declare function SplitSquareVertical(props: IconProps): ReactElement;
|
|
3142
|
+
|
|
3143
|
+
declare function Spool(props: IconProps): ReactElement;
|
|
3144
|
+
|
|
3145
|
+
declare function SportShoe(props: IconProps): ReactElement;
|
|
3146
|
+
|
|
3147
|
+
declare function Spotlight(props: IconProps): ReactElement;
|
|
3148
|
+
|
|
3149
|
+
declare function SprayCan(props: IconProps): ReactElement;
|
|
3150
|
+
|
|
3151
|
+
declare function Sprout(props: IconProps): ReactElement;
|
|
3152
|
+
|
|
3153
|
+
declare function Square(props: IconProps): ReactElement;
|
|
3154
|
+
|
|
3155
|
+
declare function SquareActivity(props: IconProps): ReactElement;
|
|
3156
|
+
|
|
3157
|
+
declare function SquareArrowDown(props: IconProps): ReactElement;
|
|
3158
|
+
|
|
3159
|
+
declare function SquareArrowDownLeft(props: IconProps): ReactElement;
|
|
3160
|
+
|
|
3161
|
+
declare function SquareArrowDownRight(props: IconProps): ReactElement;
|
|
3162
|
+
|
|
3163
|
+
declare function SquareArrowLeft(props: IconProps): ReactElement;
|
|
3164
|
+
|
|
3165
|
+
declare function SquareArrowOutDownLeft(props: IconProps): ReactElement;
|
|
3166
|
+
|
|
3167
|
+
declare function SquareArrowOutDownRight(props: IconProps): ReactElement;
|
|
3168
|
+
|
|
3169
|
+
declare function SquareArrowOutUpLeft(props: IconProps): ReactElement;
|
|
3170
|
+
|
|
3171
|
+
declare function SquareArrowOutUpRight(props: IconProps): ReactElement;
|
|
3172
|
+
|
|
3173
|
+
declare function SquareArrowRight(props: IconProps): ReactElement;
|
|
3174
|
+
|
|
3175
|
+
declare function SquareArrowRightEnter(props: IconProps): ReactElement;
|
|
3176
|
+
|
|
3177
|
+
declare function SquareArrowRightExit(props: IconProps): ReactElement;
|
|
3178
|
+
|
|
3179
|
+
declare function SquareArrowUp(props: IconProps): ReactElement;
|
|
3180
|
+
|
|
3181
|
+
declare function SquareArrowUpLeft(props: IconProps): ReactElement;
|
|
3182
|
+
|
|
3183
|
+
declare function SquareArrowUpRight(props: IconProps): ReactElement;
|
|
3184
|
+
|
|
3185
|
+
declare function SquareAsterisk(props: IconProps): ReactElement;
|
|
3186
|
+
|
|
3187
|
+
declare function SquareBottomDashedScissors(props: IconProps): ReactElement;
|
|
3188
|
+
|
|
3189
|
+
declare function SquareCenterlineDashedHorizontal(props: IconProps): ReactElement;
|
|
3190
|
+
|
|
3191
|
+
declare function SquareCenterlineDashedVertical(props: IconProps): ReactElement;
|
|
3192
|
+
|
|
3193
|
+
declare function SquareChartGantt(props: IconProps): ReactElement;
|
|
3194
|
+
|
|
3195
|
+
declare function SquareCheck(props: IconProps): ReactElement;
|
|
3196
|
+
|
|
3197
|
+
declare function SquareCheckBig(props: IconProps): ReactElement;
|
|
3198
|
+
|
|
3199
|
+
declare function SquareChevronDown(props: IconProps): ReactElement;
|
|
3200
|
+
|
|
3201
|
+
declare function SquareChevronLeft(props: IconProps): ReactElement;
|
|
3202
|
+
|
|
3203
|
+
declare function SquareChevronRight(props: IconProps): ReactElement;
|
|
3204
|
+
|
|
3205
|
+
declare function SquareChevronUp(props: IconProps): ReactElement;
|
|
3206
|
+
|
|
3207
|
+
declare function SquareCode(props: IconProps): ReactElement;
|
|
3208
|
+
|
|
3209
|
+
declare function SquareDashed(props: IconProps): ReactElement;
|
|
3210
|
+
|
|
3211
|
+
declare function SquareDashedBottom(props: IconProps): ReactElement;
|
|
3212
|
+
|
|
3213
|
+
declare function SquareDashedBottomCode(props: IconProps): ReactElement;
|
|
3214
|
+
|
|
3215
|
+
declare function SquareDashedKanban(props: IconProps): ReactElement;
|
|
3216
|
+
|
|
3217
|
+
declare function SquareDashedMousePointer(props: IconProps): ReactElement;
|
|
3218
|
+
|
|
3219
|
+
declare function SquareDashedText(props: IconProps): ReactElement;
|
|
3220
|
+
|
|
3221
|
+
declare function SquareDashedTopSolid(props: IconProps): ReactElement;
|
|
3222
|
+
|
|
3223
|
+
declare function SquareDivide(props: IconProps): ReactElement;
|
|
3224
|
+
|
|
3225
|
+
declare function SquareDot(props: IconProps): ReactElement;
|
|
3226
|
+
|
|
3227
|
+
declare function SquareEqual(props: IconProps): ReactElement;
|
|
3228
|
+
|
|
3229
|
+
declare function SquareFunction(props: IconProps): ReactElement;
|
|
3230
|
+
|
|
3231
|
+
declare function SquareGanttChart(props: IconProps): ReactElement;
|
|
3232
|
+
|
|
3233
|
+
declare function SquareKanban(props: IconProps): ReactElement;
|
|
3234
|
+
|
|
3235
|
+
declare function SquareLibrary(props: IconProps): ReactElement;
|
|
3236
|
+
|
|
3237
|
+
declare function SquareM(props: IconProps): ReactElement;
|
|
3238
|
+
|
|
3239
|
+
declare function SquareMenu(props: IconProps): ReactElement;
|
|
3240
|
+
|
|
3241
|
+
declare function SquareMinus(props: IconProps): ReactElement;
|
|
3242
|
+
|
|
3243
|
+
declare function SquareMousePointer(props: IconProps): ReactElement;
|
|
3244
|
+
|
|
3245
|
+
declare function SquareParking(props: IconProps): ReactElement;
|
|
3246
|
+
|
|
3247
|
+
declare function SquareParkingOff(props: IconProps): ReactElement;
|
|
3248
|
+
|
|
3249
|
+
declare function SquarePause(props: IconProps): ReactElement;
|
|
3250
|
+
|
|
3251
|
+
declare function SquarePen(props: IconProps): ReactElement;
|
|
3252
|
+
|
|
3253
|
+
declare function SquarePercent(props: IconProps): ReactElement;
|
|
3254
|
+
|
|
3255
|
+
declare function SquarePi(props: IconProps): ReactElement;
|
|
3256
|
+
|
|
3257
|
+
declare function SquarePilcrow(props: IconProps): ReactElement;
|
|
3258
|
+
|
|
3259
|
+
declare function SquarePlay(props: IconProps): ReactElement;
|
|
3260
|
+
|
|
3261
|
+
declare function SquarePlus(props: IconProps): ReactElement;
|
|
3262
|
+
|
|
3263
|
+
declare function SquarePower(props: IconProps): ReactElement;
|
|
3264
|
+
|
|
3265
|
+
declare function SquareRadical(props: IconProps): ReactElement;
|
|
3266
|
+
|
|
3267
|
+
declare function SquareRoundCorner(props: IconProps): ReactElement;
|
|
3268
|
+
|
|
3269
|
+
declare function SquareScissors(props: IconProps): ReactElement;
|
|
3270
|
+
|
|
3271
|
+
declare function SquaresExclude(props: IconProps): ReactElement;
|
|
3272
|
+
|
|
3273
|
+
declare function SquareSigma(props: IconProps): ReactElement;
|
|
3274
|
+
|
|
3275
|
+
declare function SquaresIntersect(props: IconProps): ReactElement;
|
|
3276
|
+
|
|
3277
|
+
declare function SquareSlash(props: IconProps): ReactElement;
|
|
3278
|
+
|
|
3279
|
+
declare function SquareSplitHorizontal(props: IconProps): ReactElement;
|
|
3280
|
+
|
|
3281
|
+
declare function SquareSplitVertical(props: IconProps): ReactElement;
|
|
3282
|
+
|
|
3283
|
+
declare function SquareSquare(props: IconProps): ReactElement;
|
|
3284
|
+
|
|
3285
|
+
declare function SquaresSubtract(props: IconProps): ReactElement;
|
|
3286
|
+
|
|
3287
|
+
declare function SquareStack(props: IconProps): ReactElement;
|
|
3288
|
+
|
|
3289
|
+
declare function SquareStar(props: IconProps): ReactElement;
|
|
3290
|
+
|
|
3291
|
+
declare function SquareStop(props: IconProps): ReactElement;
|
|
3292
|
+
|
|
3293
|
+
declare function SquaresUnite(props: IconProps): ReactElement;
|
|
3294
|
+
|
|
3295
|
+
declare function SquareTerminal(props: IconProps): ReactElement;
|
|
3296
|
+
|
|
3297
|
+
declare function SquareUser(props: IconProps): ReactElement;
|
|
3298
|
+
|
|
3299
|
+
declare function SquareUserRound(props: IconProps): ReactElement;
|
|
3300
|
+
|
|
3301
|
+
declare function SquareX(props: IconProps): ReactElement;
|
|
3302
|
+
|
|
3303
|
+
declare function Squircle(props: IconProps): ReactElement;
|
|
3304
|
+
|
|
3305
|
+
declare function SquircleDashed(props: IconProps): ReactElement;
|
|
3306
|
+
|
|
3307
|
+
declare function Squirrel(props: IconProps): ReactElement;
|
|
3308
|
+
|
|
3309
|
+
declare function Stamp(props: IconProps): ReactElement;
|
|
3310
|
+
|
|
3311
|
+
declare function Star(props: IconProps): ReactElement;
|
|
3312
|
+
|
|
3313
|
+
declare function StarHalf(props: IconProps): ReactElement;
|
|
3314
|
+
|
|
3315
|
+
declare function StarOff(props: IconProps): ReactElement;
|
|
3316
|
+
|
|
3317
|
+
declare function Stars(props: IconProps): ReactElement;
|
|
3318
|
+
|
|
3319
|
+
declare function StepBack(props: IconProps): ReactElement;
|
|
3320
|
+
|
|
3321
|
+
declare function StepForward(props: IconProps): ReactElement;
|
|
3322
|
+
|
|
3323
|
+
declare function Stethoscope(props: IconProps): ReactElement;
|
|
3324
|
+
|
|
3325
|
+
declare function Sticker(props: IconProps): ReactElement;
|
|
3326
|
+
|
|
3327
|
+
declare function StickyNote(props: IconProps): ReactElement;
|
|
3328
|
+
|
|
3329
|
+
declare function Stone(props: IconProps): ReactElement;
|
|
3330
|
+
|
|
3331
|
+
declare function StopCircle(props: IconProps): ReactElement;
|
|
3332
|
+
|
|
3333
|
+
declare function Store(props: IconProps): ReactElement;
|
|
3334
|
+
|
|
3335
|
+
declare function StretchHorizontal(props: IconProps): ReactElement;
|
|
3336
|
+
|
|
3337
|
+
declare function StretchVertical(props: IconProps): ReactElement;
|
|
3338
|
+
|
|
3339
|
+
declare function Strikethrough(props: IconProps): ReactElement;
|
|
3340
|
+
|
|
3341
|
+
declare function Subscript(props: IconProps): ReactElement;
|
|
3342
|
+
|
|
3343
|
+
declare function Subtitles(props: IconProps): ReactElement;
|
|
3344
|
+
|
|
3345
|
+
declare function Sun(props: IconProps): ReactElement;
|
|
3346
|
+
|
|
3347
|
+
declare function SunDim(props: IconProps): ReactElement;
|
|
3348
|
+
|
|
3349
|
+
declare function SunMedium(props: IconProps): ReactElement;
|
|
3350
|
+
|
|
3351
|
+
declare function SunMoon(props: IconProps): ReactElement;
|
|
3352
|
+
|
|
3353
|
+
declare function Sunrise(props: IconProps): ReactElement;
|
|
3354
|
+
|
|
3355
|
+
declare function Sunset(props: IconProps): ReactElement;
|
|
3356
|
+
|
|
3357
|
+
declare function SunSnow(props: IconProps): ReactElement;
|
|
3358
|
+
|
|
3359
|
+
declare function Superscript(props: IconProps): ReactElement;
|
|
3360
|
+
|
|
3361
|
+
declare function SwatchBook(props: IconProps): ReactElement;
|
|
3362
|
+
|
|
3363
|
+
declare function SwissFranc(props: IconProps): ReactElement;
|
|
3364
|
+
|
|
3365
|
+
declare function SwitchCamera(props: IconProps): ReactElement;
|
|
3366
|
+
|
|
3367
|
+
declare function Sword(props: IconProps): ReactElement;
|
|
3368
|
+
|
|
3369
|
+
declare function Swords(props: IconProps): ReactElement;
|
|
3370
|
+
|
|
3371
|
+
declare function Syringe(props: IconProps): ReactElement;
|
|
3372
|
+
|
|
3373
|
+
declare function Table(props: IconProps): ReactElement;
|
|
3374
|
+
|
|
3375
|
+
declare function Table2(props: IconProps): ReactElement;
|
|
3376
|
+
|
|
3377
|
+
declare function TableCellsMerge(props: IconProps): ReactElement;
|
|
3378
|
+
|
|
3379
|
+
declare function TableCellsSplit(props: IconProps): ReactElement;
|
|
3380
|
+
|
|
3381
|
+
declare function TableColumnsSplit(props: IconProps): ReactElement;
|
|
3382
|
+
|
|
3383
|
+
declare function TableConfig(props: IconProps): ReactElement;
|
|
3384
|
+
|
|
3385
|
+
declare function TableOfContents(props: IconProps): ReactElement;
|
|
3386
|
+
|
|
3387
|
+
declare function TableProperties(props: IconProps): ReactElement;
|
|
3388
|
+
|
|
3389
|
+
declare function TableRowsSplit(props: IconProps): ReactElement;
|
|
3390
|
+
|
|
3391
|
+
declare function Tablet(props: IconProps): ReactElement;
|
|
3392
|
+
|
|
3393
|
+
declare function Tablets(props: IconProps): ReactElement;
|
|
3394
|
+
|
|
3395
|
+
declare function TabletSmartphone(props: IconProps): ReactElement;
|
|
3396
|
+
|
|
3397
|
+
declare function Tag(props: IconProps): ReactElement;
|
|
3398
|
+
|
|
3399
|
+
declare function Tags(props: IconProps): ReactElement;
|
|
3400
|
+
|
|
3401
|
+
declare function Tally1(props: IconProps): ReactElement;
|
|
3402
|
+
|
|
3403
|
+
declare function Tally2(props: IconProps): ReactElement;
|
|
3404
|
+
|
|
3405
|
+
declare function Tally3(props: IconProps): ReactElement;
|
|
3406
|
+
|
|
3407
|
+
declare function Tally4(props: IconProps): ReactElement;
|
|
3408
|
+
|
|
3409
|
+
declare function Tally5(props: IconProps): ReactElement;
|
|
3410
|
+
|
|
3411
|
+
declare function Tangent(props: IconProps): ReactElement;
|
|
3412
|
+
|
|
3413
|
+
declare function Target(props: IconProps): ReactElement;
|
|
3414
|
+
|
|
3415
|
+
declare function Telescope(props: IconProps): ReactElement;
|
|
3416
|
+
|
|
3417
|
+
declare function Tent(props: IconProps): ReactElement;
|
|
3418
|
+
|
|
3419
|
+
declare function TentTree(props: IconProps): ReactElement;
|
|
3420
|
+
|
|
3421
|
+
declare function Terminal(props: IconProps): ReactElement;
|
|
3422
|
+
|
|
3423
|
+
declare function TerminalSquare(props: IconProps): ReactElement;
|
|
3424
|
+
|
|
3425
|
+
declare function TestTube(props: IconProps): ReactElement;
|
|
3426
|
+
|
|
3427
|
+
declare function TestTube2(props: IconProps): ReactElement;
|
|
3428
|
+
|
|
3429
|
+
declare function TestTubeDiagonal(props: IconProps): ReactElement;
|
|
3430
|
+
|
|
3431
|
+
declare function TestTubes(props: IconProps): ReactElement;
|
|
3432
|
+
|
|
3433
|
+
declare function Text(props: IconProps): ReactElement;
|
|
3434
|
+
|
|
3435
|
+
declare function TextAlignCenter(props: IconProps): ReactElement;
|
|
3436
|
+
|
|
3437
|
+
declare function TextAlignEnd(props: IconProps): ReactElement;
|
|
3438
|
+
|
|
3439
|
+
declare function TextAlignJustify(props: IconProps): ReactElement;
|
|
3440
|
+
|
|
3441
|
+
declare function TextAlignStart(props: IconProps): ReactElement;
|
|
3442
|
+
|
|
3443
|
+
declare function TextCursor(props: IconProps): ReactElement;
|
|
3444
|
+
|
|
3445
|
+
declare function TextCursorInput(props: IconProps): ReactElement;
|
|
3446
|
+
|
|
3447
|
+
declare function TextInitial(props: IconProps): ReactElement;
|
|
3448
|
+
|
|
3449
|
+
declare function TextQuote(props: IconProps): ReactElement;
|
|
3450
|
+
|
|
3451
|
+
declare function TextSearch(props: IconProps): ReactElement;
|
|
3452
|
+
|
|
3453
|
+
declare function TextSelect(props: IconProps): ReactElement;
|
|
3454
|
+
|
|
3455
|
+
declare function TextSelection(props: IconProps): ReactElement;
|
|
3456
|
+
|
|
3457
|
+
declare function TextWrap(props: IconProps): ReactElement;
|
|
3458
|
+
|
|
3459
|
+
declare function Theater(props: IconProps): ReactElement;
|
|
3460
|
+
|
|
3461
|
+
declare function Thermometer(props: IconProps): ReactElement;
|
|
3462
|
+
|
|
3463
|
+
declare function ThermometerSnowflake(props: IconProps): ReactElement;
|
|
3464
|
+
|
|
3465
|
+
declare function ThermometerSun(props: IconProps): ReactElement;
|
|
3466
|
+
|
|
3467
|
+
declare function ThumbsDown(props: IconProps): ReactElement;
|
|
3468
|
+
|
|
3469
|
+
declare function ThumbsUp(props: IconProps): ReactElement;
|
|
3470
|
+
|
|
3471
|
+
declare function Ticket(props: IconProps): ReactElement;
|
|
3472
|
+
|
|
3473
|
+
declare function TicketCheck(props: IconProps): ReactElement;
|
|
3474
|
+
|
|
3475
|
+
declare function TicketMinus(props: IconProps): ReactElement;
|
|
3476
|
+
|
|
3477
|
+
declare function TicketPercent(props: IconProps): ReactElement;
|
|
3478
|
+
|
|
3479
|
+
declare function TicketPlus(props: IconProps): ReactElement;
|
|
3480
|
+
|
|
3481
|
+
declare function Tickets(props: IconProps): ReactElement;
|
|
3482
|
+
|
|
3483
|
+
declare function TicketSlash(props: IconProps): ReactElement;
|
|
3484
|
+
|
|
3485
|
+
declare function TicketsPlane(props: IconProps): ReactElement;
|
|
3486
|
+
|
|
3487
|
+
declare function TicketX(props: IconProps): ReactElement;
|
|
3488
|
+
|
|
3489
|
+
declare function Timeline(props: IconProps): ReactElement;
|
|
3490
|
+
|
|
3491
|
+
declare function Timer(props: IconProps): ReactElement;
|
|
3492
|
+
|
|
3493
|
+
declare function TimerOff(props: IconProps): ReactElement;
|
|
3494
|
+
|
|
3495
|
+
declare function TimerReset(props: IconProps): ReactElement;
|
|
3496
|
+
|
|
3497
|
+
declare function ToggleLeft(props: IconProps): ReactElement;
|
|
3498
|
+
|
|
3499
|
+
declare function ToggleRight(props: IconProps): ReactElement;
|
|
3500
|
+
|
|
3501
|
+
declare function Toilet(props: IconProps): ReactElement;
|
|
3502
|
+
|
|
3503
|
+
declare function Toolbox(props: IconProps): ReactElement;
|
|
3504
|
+
|
|
3505
|
+
declare function ToolCase(props: IconProps): ReactElement;
|
|
3506
|
+
|
|
3507
|
+
declare function Tornado(props: IconProps): ReactElement;
|
|
3508
|
+
|
|
3509
|
+
declare function Torus(props: IconProps): ReactElement;
|
|
3510
|
+
|
|
3511
|
+
declare function Touchpad(props: IconProps): ReactElement;
|
|
3512
|
+
|
|
3513
|
+
declare function TouchpadOff(props: IconProps): ReactElement;
|
|
3514
|
+
|
|
3515
|
+
declare function TowelRack(props: IconProps): ReactElement;
|
|
3516
|
+
|
|
3517
|
+
declare function TowerControl(props: IconProps): ReactElement;
|
|
3518
|
+
|
|
3519
|
+
declare function ToyBrick(props: IconProps): ReactElement;
|
|
3520
|
+
|
|
3521
|
+
declare function Tractor(props: IconProps): ReactElement;
|
|
3522
|
+
|
|
3523
|
+
declare function TrafficCone(props: IconProps): ReactElement;
|
|
3524
|
+
|
|
3525
|
+
declare function Train(props: IconProps): ReactElement;
|
|
3526
|
+
|
|
3527
|
+
declare function TrainFront(props: IconProps): ReactElement;
|
|
3528
|
+
|
|
3529
|
+
declare function TrainFrontTunnel(props: IconProps): ReactElement;
|
|
3530
|
+
|
|
3531
|
+
declare function TrainTrack(props: IconProps): ReactElement;
|
|
3532
|
+
|
|
3533
|
+
declare function TramFront(props: IconProps): ReactElement;
|
|
3534
|
+
|
|
3535
|
+
declare function Transgender(props: IconProps): ReactElement;
|
|
3536
|
+
|
|
3537
|
+
declare function Trash(props: IconProps): ReactElement;
|
|
3538
|
+
|
|
3539
|
+
declare function Trash2(props: IconProps): ReactElement;
|
|
3540
|
+
|
|
3541
|
+
declare function TreeDeciduous(props: IconProps): ReactElement;
|
|
3542
|
+
|
|
3543
|
+
declare function TreePalm(props: IconProps): ReactElement;
|
|
3544
|
+
|
|
3545
|
+
declare function TreePine(props: IconProps): ReactElement;
|
|
3546
|
+
|
|
3547
|
+
declare function Trees(props: IconProps): ReactElement;
|
|
3548
|
+
|
|
3549
|
+
declare function TrendingDown(props: IconProps): ReactElement;
|
|
3550
|
+
|
|
3551
|
+
declare function TrendingUp(props: IconProps): ReactElement;
|
|
3552
|
+
|
|
3553
|
+
declare function TrendingUpDown(props: IconProps): ReactElement;
|
|
3554
|
+
|
|
3555
|
+
declare function Triangle(props: IconProps): ReactElement;
|
|
3556
|
+
|
|
3557
|
+
declare function TriangleAlert(props: IconProps): ReactElement;
|
|
3558
|
+
|
|
3559
|
+
declare function TriangleDashed(props: IconProps): ReactElement;
|
|
3560
|
+
|
|
3561
|
+
declare function TriangleRight(props: IconProps): ReactElement;
|
|
3562
|
+
|
|
3563
|
+
declare function Trophy(props: IconProps): ReactElement;
|
|
3564
|
+
|
|
3565
|
+
declare function Truck(props: IconProps): ReactElement;
|
|
3566
|
+
|
|
3567
|
+
declare function TruckElectric(props: IconProps): ReactElement;
|
|
3568
|
+
|
|
3569
|
+
declare function TurkishLira(props: IconProps): ReactElement;
|
|
3570
|
+
|
|
3571
|
+
declare function Turntable(props: IconProps): ReactElement;
|
|
3572
|
+
|
|
3573
|
+
declare function Turtle(props: IconProps): ReactElement;
|
|
3574
|
+
|
|
3575
|
+
declare function Tv(props: IconProps): ReactElement;
|
|
3576
|
+
|
|
3577
|
+
declare function Tv2(props: IconProps): ReactElement;
|
|
3578
|
+
|
|
3579
|
+
declare function TvMinimal(props: IconProps): ReactElement;
|
|
3580
|
+
|
|
3581
|
+
declare function TvMinimalPlay(props: IconProps): ReactElement;
|
|
3582
|
+
|
|
3583
|
+
declare function Type(props: IconProps): ReactElement;
|
|
3584
|
+
|
|
3585
|
+
declare function TypeOutline(props: IconProps): ReactElement;
|
|
3586
|
+
|
|
3587
|
+
declare function Umbrella(props: IconProps): ReactElement;
|
|
3588
|
+
|
|
3589
|
+
declare function UmbrellaOff(props: IconProps): ReactElement;
|
|
3590
|
+
|
|
3591
|
+
declare function Underline(props: IconProps): ReactElement;
|
|
3592
|
+
|
|
3593
|
+
declare function Undo(props: IconProps): ReactElement;
|
|
3594
|
+
|
|
3595
|
+
declare function Undo2(props: IconProps): ReactElement;
|
|
3596
|
+
|
|
3597
|
+
declare function UndoDot(props: IconProps): ReactElement;
|
|
3598
|
+
|
|
3599
|
+
declare function UnfoldHorizontal(props: IconProps): ReactElement;
|
|
3600
|
+
|
|
3601
|
+
declare function UnfoldVertical(props: IconProps): ReactElement;
|
|
3602
|
+
|
|
3603
|
+
declare function Ungroup(props: IconProps): ReactElement;
|
|
3604
|
+
|
|
3605
|
+
declare function University(props: IconProps): ReactElement;
|
|
3606
|
+
|
|
3607
|
+
declare function Unlink(props: IconProps): ReactElement;
|
|
3608
|
+
|
|
3609
|
+
declare function Unlink2(props: IconProps): ReactElement;
|
|
3610
|
+
|
|
3611
|
+
declare function Unlock(props: IconProps): ReactElement;
|
|
3612
|
+
|
|
3613
|
+
declare function UnlockKeyhole(props: IconProps): ReactElement;
|
|
3614
|
+
|
|
3615
|
+
declare function Unplug(props: IconProps): ReactElement;
|
|
3616
|
+
|
|
3617
|
+
declare function Upload(props: IconProps): ReactElement;
|
|
3618
|
+
|
|
3619
|
+
declare function UploadCloud(props: IconProps): ReactElement;
|
|
3620
|
+
|
|
3621
|
+
declare function Usb(props: IconProps): ReactElement;
|
|
3622
|
+
|
|
3623
|
+
declare function User(props: IconProps): ReactElement;
|
|
3624
|
+
|
|
3625
|
+
declare function User2(props: IconProps): ReactElement;
|
|
3626
|
+
|
|
3627
|
+
declare function UserCheck(props: IconProps): ReactElement;
|
|
3628
|
+
|
|
3629
|
+
declare function UserCheck2(props: IconProps): ReactElement;
|
|
3630
|
+
|
|
3631
|
+
declare function UserCircle(props: IconProps): ReactElement;
|
|
3632
|
+
|
|
3633
|
+
declare function UserCircle2(props: IconProps): ReactElement;
|
|
3634
|
+
|
|
3635
|
+
declare function UserCog(props: IconProps): ReactElement;
|
|
3636
|
+
|
|
3637
|
+
declare function UserCog2(props: IconProps): ReactElement;
|
|
3638
|
+
|
|
3639
|
+
declare function UserKey(props: IconProps): ReactElement;
|
|
3640
|
+
|
|
3641
|
+
declare function UserLock(props: IconProps): ReactElement;
|
|
3642
|
+
|
|
3643
|
+
declare function UserMinus(props: IconProps): ReactElement;
|
|
3644
|
+
|
|
3645
|
+
declare function UserMinus2(props: IconProps): ReactElement;
|
|
3646
|
+
|
|
3647
|
+
declare function UserPen(props: IconProps): ReactElement;
|
|
3648
|
+
|
|
3649
|
+
declare function UserPlus(props: IconProps): ReactElement;
|
|
3650
|
+
|
|
3651
|
+
declare function UserPlus2(props: IconProps): ReactElement;
|
|
3652
|
+
|
|
3653
|
+
declare function UserRound(props: IconProps): ReactElement;
|
|
3654
|
+
|
|
3655
|
+
declare function UserRoundCheck(props: IconProps): ReactElement;
|
|
3656
|
+
|
|
3657
|
+
declare function UserRoundCog(props: IconProps): ReactElement;
|
|
3658
|
+
|
|
3659
|
+
declare function UserRoundKey(props: IconProps): ReactElement;
|
|
3660
|
+
|
|
3661
|
+
declare function UserRoundMinus(props: IconProps): ReactElement;
|
|
3662
|
+
|
|
3663
|
+
declare function UserRoundPen(props: IconProps): ReactElement;
|
|
3664
|
+
|
|
3665
|
+
declare function UserRoundPlus(props: IconProps): ReactElement;
|
|
3666
|
+
|
|
3667
|
+
declare function UserRoundSearch(props: IconProps): ReactElement;
|
|
3668
|
+
|
|
3669
|
+
declare function UserRoundX(props: IconProps): ReactElement;
|
|
3670
|
+
|
|
3671
|
+
declare function Users(props: IconProps): ReactElement;
|
|
3672
|
+
|
|
3673
|
+
declare function Users2(props: IconProps): ReactElement;
|
|
3674
|
+
|
|
3675
|
+
declare function UserSearch(props: IconProps): ReactElement;
|
|
3676
|
+
|
|
3677
|
+
declare function UserSquare(props: IconProps): ReactElement;
|
|
3678
|
+
|
|
3679
|
+
declare function UserSquare2(props: IconProps): ReactElement;
|
|
3680
|
+
|
|
3681
|
+
declare function UsersRound(props: IconProps): ReactElement;
|
|
3682
|
+
|
|
3683
|
+
declare function UserStar(props: IconProps): ReactElement;
|
|
3684
|
+
|
|
3685
|
+
declare function UserX(props: IconProps): ReactElement;
|
|
3686
|
+
|
|
3687
|
+
declare function UserX2(props: IconProps): ReactElement;
|
|
3688
|
+
|
|
3689
|
+
declare function Utensils(props: IconProps): ReactElement;
|
|
3690
|
+
|
|
3691
|
+
declare function UtensilsCrossed(props: IconProps): ReactElement;
|
|
3692
|
+
|
|
3693
|
+
declare function UtilityPole(props: IconProps): ReactElement;
|
|
3694
|
+
|
|
3695
|
+
declare function Van(props: IconProps): ReactElement;
|
|
3696
|
+
|
|
3697
|
+
declare function Variable(props: IconProps): ReactElement;
|
|
3698
|
+
|
|
3699
|
+
declare function Vault(props: IconProps): ReactElement;
|
|
3700
|
+
|
|
3701
|
+
declare function VectorSquare(props: IconProps): ReactElement;
|
|
3702
|
+
|
|
3703
|
+
declare function Vegan(props: IconProps): ReactElement;
|
|
3704
|
+
|
|
3705
|
+
declare function VenetianMask(props: IconProps): ReactElement;
|
|
3706
|
+
|
|
3707
|
+
declare function Venus(props: IconProps): ReactElement;
|
|
3708
|
+
|
|
3709
|
+
declare function VenusAndMars(props: IconProps): ReactElement;
|
|
3710
|
+
|
|
3711
|
+
declare function Verified(props: IconProps): ReactElement;
|
|
3712
|
+
|
|
3713
|
+
declare function Vibrate(props: IconProps): ReactElement;
|
|
3714
|
+
|
|
3715
|
+
declare function VibrateOff(props: IconProps): ReactElement;
|
|
3716
|
+
|
|
3717
|
+
declare function Video(props: IconProps): ReactElement;
|
|
3718
|
+
|
|
3719
|
+
declare function VideoOff(props: IconProps): ReactElement;
|
|
3720
|
+
|
|
3721
|
+
declare function Videotape(props: IconProps): ReactElement;
|
|
3722
|
+
|
|
3723
|
+
declare function View(props: IconProps): ReactElement;
|
|
3724
|
+
|
|
3725
|
+
declare function Voicemail(props: IconProps): ReactElement;
|
|
3726
|
+
|
|
3727
|
+
declare function Volleyball(props: IconProps): ReactElement;
|
|
3728
|
+
|
|
3729
|
+
declare function Volume(props: IconProps): ReactElement;
|
|
3730
|
+
|
|
3731
|
+
declare function Volume1(props: IconProps): ReactElement;
|
|
3732
|
+
|
|
3733
|
+
declare function Volume2(props: IconProps): ReactElement;
|
|
3734
|
+
|
|
3735
|
+
declare function VolumeOff(props: IconProps): ReactElement;
|
|
3736
|
+
|
|
3737
|
+
declare function VolumeX(props: IconProps): ReactElement;
|
|
3738
|
+
|
|
3739
|
+
declare function Vote(props: IconProps): ReactElement;
|
|
3740
|
+
|
|
3741
|
+
declare function Wallet(props: IconProps): ReactElement;
|
|
3742
|
+
|
|
3743
|
+
declare function Wallet2(props: IconProps): ReactElement;
|
|
3744
|
+
|
|
3745
|
+
declare function WalletCards(props: IconProps): ReactElement;
|
|
3746
|
+
|
|
3747
|
+
declare function WalletMinimal(props: IconProps): ReactElement;
|
|
3748
|
+
|
|
3749
|
+
declare function Wallpaper(props: IconProps): ReactElement;
|
|
3750
|
+
|
|
3751
|
+
declare function Wand(props: IconProps): ReactElement;
|
|
3752
|
+
|
|
3753
|
+
declare function Wand2(props: IconProps): ReactElement;
|
|
3754
|
+
|
|
3755
|
+
declare function WandSparkles(props: IconProps): ReactElement;
|
|
3756
|
+
|
|
3757
|
+
declare function Warehouse(props: IconProps): ReactElement;
|
|
3758
|
+
|
|
3759
|
+
declare function WashingMachine(props: IconProps): ReactElement;
|
|
3760
|
+
|
|
3761
|
+
declare function Watch(props: IconProps): ReactElement;
|
|
3762
|
+
|
|
3763
|
+
declare function Waves(props: IconProps): ReactElement;
|
|
3764
|
+
|
|
3765
|
+
declare function WavesArrowDown(props: IconProps): ReactElement;
|
|
3766
|
+
|
|
3767
|
+
declare function WavesArrowUp(props: IconProps): ReactElement;
|
|
3768
|
+
|
|
3769
|
+
declare function WavesHorizontal(props: IconProps): ReactElement;
|
|
3770
|
+
|
|
3771
|
+
declare function WavesLadder(props: IconProps): ReactElement;
|
|
3772
|
+
|
|
3773
|
+
declare function WavesVertical(props: IconProps): ReactElement;
|
|
3774
|
+
|
|
3775
|
+
declare function Waypoints(props: IconProps): ReactElement;
|
|
3776
|
+
|
|
3777
|
+
declare function Webcam(props: IconProps): ReactElement;
|
|
3778
|
+
|
|
3779
|
+
declare function Webhook(props: IconProps): ReactElement;
|
|
3780
|
+
|
|
3781
|
+
declare function WebhookOff(props: IconProps): ReactElement;
|
|
3782
|
+
|
|
3783
|
+
declare function Weight(props: IconProps): ReactElement;
|
|
3784
|
+
|
|
3785
|
+
declare function WeightTilde(props: IconProps): ReactElement;
|
|
3786
|
+
|
|
3787
|
+
declare function Wheat(props: IconProps): ReactElement;
|
|
3788
|
+
|
|
3789
|
+
declare function WheatOff(props: IconProps): ReactElement;
|
|
3790
|
+
|
|
3791
|
+
declare function WholeWord(props: IconProps): ReactElement;
|
|
3792
|
+
|
|
3793
|
+
declare function Wifi(props: IconProps): ReactElement;
|
|
3794
|
+
|
|
3795
|
+
declare function WifiCog(props: IconProps): ReactElement;
|
|
3796
|
+
|
|
3797
|
+
declare function WifiHigh(props: IconProps): ReactElement;
|
|
3798
|
+
|
|
3799
|
+
declare function WifiLow(props: IconProps): ReactElement;
|
|
3800
|
+
|
|
3801
|
+
declare function WifiOff(props: IconProps): ReactElement;
|
|
3802
|
+
|
|
3803
|
+
declare function WifiPen(props: IconProps): ReactElement;
|
|
3804
|
+
|
|
3805
|
+
declare function WifiSync(props: IconProps): ReactElement;
|
|
3806
|
+
|
|
3807
|
+
declare function WifiZero(props: IconProps): ReactElement;
|
|
3808
|
+
|
|
3809
|
+
declare function Wind(props: IconProps): ReactElement;
|
|
3810
|
+
|
|
3811
|
+
declare function WindArrowDown(props: IconProps): ReactElement;
|
|
3812
|
+
|
|
3813
|
+
declare function Wine(props: IconProps): ReactElement;
|
|
3814
|
+
|
|
3815
|
+
declare function WineOff(props: IconProps): ReactElement;
|
|
3816
|
+
|
|
3817
|
+
declare function Workflow(props: IconProps): ReactElement;
|
|
3818
|
+
|
|
3819
|
+
declare function Worm(props: IconProps): ReactElement;
|
|
3820
|
+
|
|
3821
|
+
declare function WrapText(props: IconProps): ReactElement;
|
|
3822
|
+
|
|
3823
|
+
declare function Wrench(props: IconProps): ReactElement;
|
|
3824
|
+
|
|
3825
|
+
declare function X(props: IconProps): ReactElement;
|
|
3826
|
+
|
|
3827
|
+
declare function XCircle(props: IconProps): ReactElement;
|
|
3828
|
+
|
|
3829
|
+
declare function XLineTop(props: IconProps): ReactElement;
|
|
3830
|
+
|
|
3831
|
+
declare function XOctagon(props: IconProps): ReactElement;
|
|
3832
|
+
|
|
3833
|
+
declare function XSquare(props: IconProps): ReactElement;
|
|
3834
|
+
|
|
3835
|
+
declare function Zap(props: IconProps): ReactElement;
|
|
3836
|
+
|
|
3837
|
+
declare function ZapOff(props: IconProps): ReactElement;
|
|
3838
|
+
|
|
3839
|
+
declare function ZodiacAquarius(props: IconProps): ReactElement;
|
|
3840
|
+
|
|
3841
|
+
declare function ZodiacAries(props: IconProps): ReactElement;
|
|
3842
|
+
|
|
3843
|
+
declare function ZodiacCancer(props: IconProps): ReactElement;
|
|
3844
|
+
|
|
3845
|
+
declare function ZodiacCapricorn(props: IconProps): ReactElement;
|
|
3846
|
+
|
|
3847
|
+
declare function ZodiacGemini(props: IconProps): ReactElement;
|
|
3848
|
+
|
|
3849
|
+
declare function ZodiacLeo(props: IconProps): ReactElement;
|
|
3850
|
+
|
|
3851
|
+
declare function ZodiacLibra(props: IconProps): ReactElement;
|
|
3852
|
+
|
|
3853
|
+
declare function ZodiacOphiuchus(props: IconProps): ReactElement;
|
|
3854
|
+
|
|
3855
|
+
declare function ZodiacPisces(props: IconProps): ReactElement;
|
|
3856
|
+
|
|
3857
|
+
declare function ZodiacSagittarius(props: IconProps): ReactElement;
|
|
3858
|
+
|
|
3859
|
+
declare function ZodiacScorpio(props: IconProps): ReactElement;
|
|
3860
|
+
|
|
3861
|
+
declare function ZodiacTaurus(props: IconProps): ReactElement;
|
|
3862
|
+
|
|
3863
|
+
declare function ZodiacVirgo(props: IconProps): ReactElement;
|
|
3864
|
+
|
|
3865
|
+
declare function ZoomIn(props: IconProps): ReactElement;
|
|
3866
|
+
|
|
3867
|
+
declare function ZoomOut(props: IconProps): ReactElement;
|
|
3868
|
+
|
|
3869
|
+
/**
|
|
3870
|
+
* Discord mark — backward-compat icon. Discord was never in
|
|
3871
|
+
* lucide's main pack but is one of the most-requested chat-app
|
|
3872
|
+
* brand marks; carried here for parity with Slack / Twitter / etc.
|
|
3873
|
+
*
|
|
3874
|
+
* Path data: simplified single-stroke version of the Discord
|
|
3875
|
+
* "speech bubble with eyes" mark. Public-domain hand-rolled glyph.
|
|
3876
|
+
*/
|
|
3877
|
+
declare function Discord(props: IconProps): ReactElement;
|
|
3878
|
+
|
|
3879
|
+
/**
|
|
3880
|
+
* Facebook mark — backward-compat icon. Lucide's brand pack moved
|
|
3881
|
+
* out of `lucide-react` after motif's v1; the path data here is the
|
|
3882
|
+
* canonical lucide v0.x Facebook glyph.
|
|
3883
|
+
*
|
|
3884
|
+
* Path data: original lucide v0.x Facebook mark, MIT-licensed.
|
|
3885
|
+
*/
|
|
3886
|
+
declare function Facebook(props: IconProps): ReactElement;
|
|
3887
|
+
|
|
3888
|
+
/**
|
|
3889
|
+
* Github mark — backward-compat icon. Lucide's brand pack moved out
|
|
3890
|
+
* of `lucide-react` after motif's v1, but the existing motif export
|
|
3891
|
+
* is preserved here so consumers don't see a breaking name removal.
|
|
3892
|
+
*
|
|
3893
|
+
* Path data: original lucide v0.x Github mark, MIT-licensed.
|
|
3894
|
+
*/
|
|
3895
|
+
declare function Github(props: IconProps): ReactElement;
|
|
3896
|
+
|
|
3897
|
+
/**
|
|
3898
|
+
* Instagram mark — backward-compat icon. Lucide's brand pack moved
|
|
3899
|
+
* out of `lucide-react` after motif's v1; the path data here is the
|
|
3900
|
+
* canonical lucide v0.x Instagram glyph.
|
|
3901
|
+
*
|
|
3902
|
+
* Path data: original lucide v0.x Instagram mark, MIT-licensed.
|
|
3903
|
+
*/
|
|
3904
|
+
declare function Instagram(props: IconProps): ReactElement;
|
|
3905
|
+
|
|
3906
|
+
/**
|
|
3907
|
+
* LinkedIn mark — backward-compat icon. Lucide's brand pack moved
|
|
3908
|
+
* out of `lucide-react` after motif's v1; the path data here is the
|
|
3909
|
+
* canonical lucide v0.x LinkedIn glyph (rectangle + small "in"
|
|
3910
|
+
* pictogram).
|
|
3911
|
+
*
|
|
3912
|
+
* Path data: original lucide v0.x Linkedin mark, MIT-licensed.
|
|
3913
|
+
*/
|
|
3914
|
+
declare function Linkedin(props: IconProps): ReactElement;
|
|
3915
|
+
|
|
3916
|
+
/**
|
|
3917
|
+
* Slack mark — backward-compat icon. Lucide's brand pack moved out
|
|
3918
|
+
* of `lucide-react` after motif's v1; the path data here is the
|
|
3919
|
+
* canonical lucide v0.x Slack glyph (the four-rectangle hash).
|
|
3920
|
+
*
|
|
3921
|
+
* Path data: original lucide v0.x Slack mark, MIT-licensed.
|
|
3922
|
+
*/
|
|
3923
|
+
declare function Slack(props: IconProps): ReactElement;
|
|
3924
|
+
|
|
3925
|
+
/**
|
|
3926
|
+
* Twitter mark — backward-compat icon. Lucide's brand pack moved out
|
|
3927
|
+
* of `lucide-react` after motif's v1, but the old "bird" Twitter mark
|
|
3928
|
+
* is still the most-recognised social affordance for legacy
|
|
3929
|
+
* integrations. Apps targeting the post-rebrand "X" should pull in a
|
|
3930
|
+
* dedicated brand pack instead.
|
|
3931
|
+
*
|
|
3932
|
+
* Path data: original lucide v0.x Twitter mark, MIT-licensed.
|
|
3933
|
+
*/
|
|
3934
|
+
declare function Twitter(props: IconProps): ReactElement;
|
|
3935
|
+
|
|
3936
|
+
/**
|
|
3937
|
+
* YouTube mark — backward-compat icon. Lucide's brand pack moved
|
|
3938
|
+
* out of `lucide-react` after motif's v1; the path data here is the
|
|
3939
|
+
* canonical lucide v0.x Youtube glyph (rounded rectangle + play
|
|
3940
|
+
* triangle).
|
|
3941
|
+
*
|
|
3942
|
+
* Path data: original lucide v0.x Youtube mark, MIT-licensed.
|
|
3943
|
+
*/
|
|
3944
|
+
declare function Youtube(props: IconProps): ReactElement;
|
|
3945
|
+
|
|
3946
|
+
/**
|
|
3947
|
+
* `@usemotif/icons` — pre-built icons over `<Icon>` from `@usemotif/react`.
|
|
3948
|
+
*
|
|
3949
|
+
* 1932 glyphs generated from `lucide-react` (lucide.dev) — same
|
|
3950
|
+
* 24×24 stroke style, MIT/ISC licensed, pixel-identical to the lucide
|
|
3951
|
+
* source. Re-run `yarn workspace @usemotif/icons generate` after a
|
|
3952
|
+
* lucide-react version bump.
|
|
3953
|
+
*
|
|
3954
|
+
* Each glyph renders via motif's `<Icon render={({ Path, Line, ... }) => ...}>`
|
|
3955
|
+
* primitive so the same source works on web AND React Native (the SVG
|
|
3956
|
+
* primitives swap out under the hood). Sizes / colour are inherited
|
|
3957
|
+
* from the parent's font-size + colour (the SVGs use `currentColor`).
|
|
3958
|
+
*
|
|
3959
|
+
* For glyphs not in this set, drop down to `<Icon>` directly and
|
|
3960
|
+
* pass your own `render` callback — that's the same API the
|
|
3961
|
+
* pre-built glyphs use.
|
|
3962
|
+
*/
|
|
3963
|
+
declare const PACKAGE_NAME = "@usemotif/icons";
|
|
3964
|
+
|
|
3965
|
+
export { AArrowDown, AArrowUp, ALargeSmall, Accessibility, Activity, ActivitySquare, AirVent, Airplay, AlarmCheck, AlarmClock, AlarmClockCheck, AlarmClockMinus, AlarmClockOff, AlarmClockPlus, AlarmMinus, AlarmPlus, AlarmSmoke, Album, AlertCircle, AlertOctagon, AlertTriangle, AlignCenter, AlignCenterHorizontal, AlignCenterVertical, AlignEndHorizontal, AlignEndVertical, AlignHorizontalDistributeCenter, AlignHorizontalDistributeEnd, AlignHorizontalDistributeStart, AlignHorizontalJustifyCenter, AlignHorizontalJustifyEnd, AlignHorizontalJustifyStart, AlignHorizontalSpaceAround, AlignHorizontalSpaceBetween, AlignJustify, AlignLeft, AlignRight, AlignStartHorizontal, AlignStartVertical, AlignVerticalDistributeCenter, AlignVerticalDistributeEnd, AlignVerticalDistributeStart, AlignVerticalJustifyCenter, AlignVerticalJustifyEnd, AlignVerticalJustifyStart, AlignVerticalSpaceAround, AlignVerticalSpaceBetween, Ambulance, Ampersand, Ampersands, Amphora, Anchor, Angry, Annoyed, Antenna, Anvil, Aperture, AppWindow, AppWindowMac, Apple, Archive, ArchiveRestore, ArchiveX, AreaChart, Armchair, ArrowBigDown, ArrowBigDownDash, ArrowBigLeft, ArrowBigLeftDash, ArrowBigRight, ArrowBigRightDash, ArrowBigUp, ArrowBigUpDash, ArrowDown, ArrowDown01, ArrowDown10, ArrowDownAZ, ArrowDownCircle, ArrowDownFromLine, ArrowDownLeft, ArrowDownLeftFromCircle, ArrowDownLeftFromSquare, ArrowDownLeftSquare, ArrowDownNarrowWide, ArrowDownRight, ArrowDownRightFromCircle, ArrowDownRightFromSquare, ArrowDownRightSquare, ArrowDownSquare, ArrowDownToDot, ArrowDownToLine, ArrowDownUp, ArrowDownWideNarrow, ArrowDownZA, ArrowLeft, ArrowLeftCircle, ArrowLeftFromLine, ArrowLeftRight, ArrowLeftSquare, ArrowLeftToLine, ArrowRight, ArrowRightCircle, ArrowRightFromLine, ArrowRightLeft, ArrowRightSquare, ArrowRightToLine, ArrowUp, ArrowUp01, ArrowUp10, ArrowUpAZ, ArrowUpCircle, ArrowUpDown, ArrowUpFromDot, ArrowUpFromLine, ArrowUpLeft, ArrowUpLeftFromCircle, ArrowUpLeftFromSquare, ArrowUpLeftSquare, ArrowUpNarrowWide, ArrowUpRight, ArrowUpRightFromCircle, ArrowUpRightFromSquare, ArrowUpRightSquare, ArrowUpSquare, ArrowUpToLine, ArrowUpWideNarrow, ArrowUpZA, ArrowsUpFromLine, Asterisk, AsteriskSquare, Astroid, AtSign, Atom, AudioLines, AudioWaveform, Award, Axe, Axis3D, Baby, Backpack, Badge, BadgeAlert, BadgeCent, BadgeCheck, BadgeDollarSign, BadgeEuro, BadgeHelp, BadgeIndianRupee, BadgeInfo, BadgeJapaneseYen, BadgeMinus, BadgePercent, BadgePlus, BadgePoundSterling, BadgeQuestionMark, BadgeRussianRuble, BadgeSwissFranc, BadgeTurkishLira, BadgeX, BaggageClaim, Balloon, Ban, Banana, Bandage, Banknote, BanknoteArrowDown, BanknoteArrowUp, BanknoteX, BarChart, BarChart2, BarChart3, BarChart4, BarChartBig, BarChartHorizontal, BarChartHorizontalBig, Barcode, Barrel, Baseline, Bath, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, BatteryPlus, BatteryWarning, Beaker, Bean, BeanOff, Bed, BedDouble, BedSingle, Beef, BeefOff, Beer, BeerOff, Bell, BellCheck, BellDot, BellElectric, BellMinus, BellOff, BellPlus, BellRing, BetweenHorizonalEnd, BetweenHorizonalStart, BetweenHorizontalEnd, BetweenHorizontalStart, BetweenVerticalEnd, BetweenVerticalStart, BicepsFlexed, Bike, Binary, Binoculars, Biohazard, Bird, Birdhouse, Bitcoin, Blend, Blinds, Blocks, Bluetooth, BluetoothConnected, BluetoothOff, BluetoothSearching, Bold, Bolt, Bomb, Bone, Book, BookA, BookAlert, BookAudio, BookCheck, BookCopy, BookDashed, BookDown, BookHeadphones, BookHeart, BookImage, BookKey, BookLock, BookMarked, BookMinus, BookOpen, BookOpenCheck, BookOpenText, BookPlus, BookSearch, BookTemplate, BookText, BookType, BookUp, BookUp2, BookUser, BookX, Bookmark, BookmarkCheck, BookmarkMinus, BookmarkOff, BookmarkPlus, BookmarkX, BoomBox, Bot, BotMessageSquare, BotOff, BottleWine, BowArrow, Box, BoxSelect, Boxes, Braces, Brackets, Brain, BrainCircuit, BrainCog, BrickWall, BrickWallFire, BrickWallShield, Briefcase, BriefcaseBusiness, BriefcaseConveyorBelt, BriefcaseMedical, BringToFront, Brush, BrushCleaning, Bubbles, Bug, BugOff, BugPlay, Building, Building2, Bus, BusFront, Cable, CableCar, Cake, CakeSlice, Calculator, Calendar, Calendar1, CalendarArrowDown, CalendarArrowUp, CalendarCheck, CalendarCheck2, CalendarClock, CalendarCog, CalendarDays, CalendarFold, CalendarHeart, CalendarMinus, CalendarMinus2, CalendarOff, CalendarPlus, CalendarPlus2, CalendarRange, CalendarSearch, CalendarSync, CalendarX, CalendarX2, Calendars, Camera, CameraOff, CandlestickChart, Candy, CandyCane, CandyOff, Cannabis, CannabisOff, Captions, CaptionsOff, Car, CarFront, CarTaxiFront, Caravan, CardSim, Carrot, CaseLower, CaseSensitive, CaseUpper, CassetteTape, Cast, Castle, Cat, Cctv, CctvOff, ChartArea, ChartBar, ChartBarBig, ChartBarDecreasing, ChartBarIncreasing, ChartBarStacked, ChartCandlestick, ChartColumn, ChartColumnBig, ChartColumnDecreasing, ChartColumnIncreasing, ChartColumnStacked, ChartGantt, ChartLine, ChartNetwork, ChartNoAxesColumn, ChartNoAxesColumnDecreasing, ChartNoAxesColumnIncreasing, ChartNoAxesCombined, ChartNoAxesGantt, ChartPie, ChartScatter, ChartSpline, Check, CheckCheck, CheckCircle, CheckCircle2, CheckLine, CheckSquare, CheckSquare2, ChefHat, Cherry, ChessBishop, ChessKing, ChessKnight, ChessPawn, ChessQueen, ChessRook, ChevronDown, ChevronDownCircle, ChevronDownSquare, ChevronFirst, ChevronLast, ChevronLeft, ChevronLeftCircle, ChevronLeftSquare, ChevronRight, ChevronRightCircle, ChevronRightSquare, ChevronUp, ChevronUpCircle, ChevronUpSquare, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsLeftRight, ChevronsLeftRightEllipsis, ChevronsRight, ChevronsRightLeft, ChevronsUp, ChevronsUpDown, Church, Cigarette, CigaretteOff, Circle, CircleAlert, CircleArrowDown, CircleArrowLeft, CircleArrowOutDownLeft, CircleArrowOutDownRight, CircleArrowOutUpLeft, CircleArrowOutUpRight, CircleArrowRight, CircleArrowUp, CircleCheck, CircleCheckBig, CircleChevronDown, CircleChevronLeft, CircleChevronRight, CircleChevronUp, CircleDashed, CircleDivide, CircleDollarSign, CircleDot, CircleDotDashed, CircleEllipsis, CircleEqual, CircleFadingArrowUp, CircleFadingPlus, CircleGauge, CircleHelp, CircleMinus, CircleOff, CircleParking, CircleParkingOff, CirclePause, CirclePercent, CirclePile, CirclePlay, CirclePlus, CirclePoundSterling, CirclePower, CircleQuestionMark, CircleSlash, CircleSlash2, CircleSlashed, CircleSmall, CircleStar, CircleStop, CircleUser, CircleUserRound, CircleX, CircuitBoard, Citrus, Clapperboard, Clipboard, ClipboardCheck, ClipboardClock, ClipboardCopy, ClipboardEdit, ClipboardList, ClipboardMinus, ClipboardPaste, ClipboardPen, ClipboardPenLine, ClipboardPlus, ClipboardSignature, ClipboardType, ClipboardX, Clock, Clock1, Clock10, Clock11, Clock12, Clock2, Clock3, Clock4, Clock5, Clock6, Clock7, Clock8, Clock9, ClockAlert, ClockArrowDown, ClockArrowUp, ClockCheck, ClockFading, ClockPlus, ClosedCaption, Cloud, CloudAlert, CloudBackup, CloudCheck, CloudCog, CloudDownload, CloudDrizzle, CloudFog, CloudHail, CloudLightning, CloudMoon, CloudMoonRain, CloudOff, CloudRain, CloudRainWind, CloudSnow, CloudSun, CloudSunRain, CloudSync, CloudUpload, Cloudy, Clover, Club, Code, Code2, CodeSquare, CodeXml, Coffee, Cog, Coins, Columns, Columns2, Columns3, Columns3Cog, Columns4, ColumnsSettings, Combine, Command, Compass, Component, Computer, ConciergeBell, Cone, Construction, Contact, Contact2, ContactRound, Container, Contrast, Cookie, CookingPot, Copy, CopyCheck, CopyMinus, CopyPlus, CopySlash, CopyX, Copyleft, Copyright, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerUpLeft, CornerUpRight, Cpu, CreativeCommons, CreditCard, Croissant, Crop, Cross, Crosshair, Crown, Cuboid, CupSoda, CurlyBraces, Currency, Cylinder, Dam, Database, DatabaseBackup, DatabaseSearch, DatabaseZap, DecimalsArrowLeft, DecimalsArrowRight, Delete, Dessert, Diameter, Diamond, DiamondMinus, DiamondPercent, DiamondPlus, Dice1, Dice2, Dice3, Dice4, Dice5, Dice6, Dices, Diff, Disc, Disc2, Disc3, DiscAlbum, Discord, Divide, DivideCircle, DivideSquare, Dna, DnaOff, Dock, Dog, DollarSign, Donut, DoorClosed, DoorClosedLocked, DoorOpen, Dot, DotSquare, Download, DownloadCloud, DraftingCompass, Drama, Drill, Drone, Droplet, DropletOff, Droplets, Drum, Drumstick, Dumbbell, Ear, EarOff, Earth, EarthLock, Eclipse, Edit, Edit2, Edit3, Egg, EggFried, EggOff, Ellipse, Ellipsis, EllipsisVertical, Equal, EqualApproximately, EqualNot, EqualSquare, Eraser, EthernetPort, Euro, EvCharger, Expand, ExternalLink, Eye, EyeClosed, EyeOff, Facebook, Factory, Fan, FastForward, Feather, Fence, FerrisWheel, File, FileArchive, FileAudio, FileAudio2, FileAxis3D, FileBadge, FileBadge2, FileBarChart, FileBarChart2, FileBox, FileBraces, FileBracesCorner, FileChartColumn, FileChartColumnIncreasing, FileChartLine, FileChartPie, FileCheck, FileCheck2, FileCheckCorner, FileClock, FileCode, FileCode2, FileCodeCorner, FileCog, FileCog2, FileDiff, FileDigit, FileDown, FileEdit, FileExclamationPoint, FileHeadphone, FileHeart, FileImage, FileInput, FileJson, FileJson2, FileKey, FileKey2, FileLineChart, FileLock, FileLock2, FileMinus, FileMinus2, FileMinusCorner, FileMusic, FileOutput, FilePen, FilePenLine, FilePieChart, FilePlay, FilePlus, FilePlus2, FilePlusCorner, FileQuestion, FileQuestionMark, FileScan, FileSearch, FileSearch2, FileSearchCorner, FileSignal, FileSignature, FileSliders, FileSpreadsheet, FileStack, FileSymlink, FileTerminal, FileText, FileType, FileType2, FileTypeCorner, FileUp, FileUser, FileVideo, FileVideo2, FileVideoCamera, FileVolume, FileVolume2, FileWarning, FileX, FileX2, FileXCorner, Files, Film, Filter, FilterX, FingerprintPattern, FireExtinguisher, Fish, FishOff, FishSymbol, FishingHook, FishingRod, Flag, FlagOff, FlagTriangleLeft, FlagTriangleRight, Flame, FlameKindling, Flashlight, FlashlightOff, FlaskConical, FlaskConicalOff, FlaskRound, FlipHorizontal, FlipHorizontal2, FlipVertical, FlipVertical2, Flower, Flower2, Focus, FoldHorizontal, FoldVertical, Folder, FolderArchive, FolderBookmark, FolderCheck, FolderClock, FolderClosed, FolderCode, FolderCog, FolderCog2, FolderDot, FolderDown, FolderEdit, FolderGit, FolderGit2, FolderHeart, FolderInput, FolderKanban, FolderKey, FolderLock, FolderMinus, FolderOpen, FolderOpenDot, FolderOutput, FolderPen, FolderPlus, FolderRoot, FolderSearch, FolderSearch2, FolderSymlink, FolderSync, FolderTree, FolderUp, FolderX, Folders, Footprints, ForkKnife, ForkKnifeCrossed, Forklift, Form, FormInput, Forward, Frame, Frown, Fuel, Fullscreen, FunctionSquare, Funnel, FunnelPlus, FunnelX, GalleryHorizontal, GalleryHorizontalEnd, GalleryThumbnails, GalleryVertical, GalleryVerticalEnd, Gamepad, Gamepad2, GamepadDirectional, GanttChart, GanttChartSquare, Gauge, GaugeCircle, Gavel, Gem, GeorgianLari, Ghost, Gift, GitBranch, GitBranchMinus, GitBranchPlus, GitCommit, GitCommitHorizontal, GitCommitVertical, GitCompare, GitCompareArrows, GitFork, GitGraph, GitMerge, GitMergeConflict, GitPullRequest, GitPullRequestArrow, GitPullRequestClosed, GitPullRequestCreate, GitPullRequestCreateArrow, GitPullRequestDraft, Github, GlassWater, Glasses, Globe, Globe2, GlobeLock, GlobeOff, GlobeX, Goal, Gpu, Grab, GraduationCap, Grape, Grid, Grid2X2, Grid2X2Check, Grid2X2Plus, Grid2X2X, Grid3X3, Grid3x2, Grip, GripHorizontal, GripVertical, Group, Guitar, Ham, Hamburger, Hammer, Hand, HandCoins, HandFist, HandGrab, HandHeart, HandHelping, HandMetal, HandPlatter, Handbag, Handshake, HardDrive, HardDriveDownload, HardDriveUpload, HardHat, Hash, HatGlasses, Haze, Hd, HdmiPort, Heading, Heading1, Heading2, Heading3, Heading4, Heading5, Heading6, HeadphoneOff, Headphones, Headset, Heart, HeartCrack, HeartHandshake, HeartMinus, HeartOff, HeartPlus, HeartPulse, HeartX, Heater, Helicopter, HelpCircle, HelpingHand, Hexagon, Highlighter, History, Home, Hop, HopOff, Hospital, Hotel, Hourglass, House, HouseHeart, HousePlug, HousePlus, HouseWifi, IceCream, IceCream2, IceCreamBowl, IceCreamCone, IdCard, IdCardLanyard, Image, ImageDown, ImageMinus, ImageOff, ImagePlay, ImagePlus, ImageUp, ImageUpscale, Images, Import, Inbox, Indent, IndentDecrease, IndentIncrease, IndianRupee, Info, Inspect, InspectionPanel, Instagram, Italic, IterationCcw, IterationCw, JapaneseYen, Joystick, Kanban, KanbanSquare, KanbanSquareDashed, Kayak, Key, KeyRound, KeySquare, Keyboard, KeyboardMusic, KeyboardOff, Lamp, LampCeiling, LampDesk, LampFloor, LampWallDown, LampWallUp, LandPlot, Landmark, Languages, Laptop, Laptop2, LaptopMinimal, LaptopMinimalCheck, Lasso, LassoSelect, Laugh, Layers, Layers2, Layers3, LayersMinus, LayersPlus, Layout, LayoutDashboard, LayoutGrid, LayoutList, LayoutPanelLeft, LayoutPanelTop, LayoutTemplate, Leaf, LeafyGreen, Lectern, LensConcave, LensConvex, LetterText, Library, LibraryBig, LibrarySquare, LifeBuoy, Ligature, Lightbulb, LightbulbOff, LineChart, LineDotRightHorizontal, LineSquiggle, LineStyle, Link, Link2, Link2Off, Linkedin, List, ListCheck, ListChecks, ListChevronsDownUp, ListChevronsUpDown, ListCollapse, ListEnd, ListFilter, ListFilterPlus, ListIndentDecrease, ListIndentIncrease, ListMinus, ListMusic, ListOrdered, ListPlus, ListRestart, ListStart, ListTodo, ListTree, ListVideo, ListX, Loader, Loader2, LoaderCircle, LoaderPinwheel, Locate, LocateFixed, LocateOff, LocationEdit, Lock, LockKeyhole, LockKeyholeOpen, LockOpen, LogIn, LogOut, Logs, Lollipop, Luggage, MSquare, Magnet, Mail, MailCheck, MailMinus, MailOpen, MailPlus, MailQuestion, MailQuestionMark, MailSearch, MailWarning, MailX, Mailbox, Mails, Map, MapMinus, MapPin, MapPinCheck, MapPinCheckInside, MapPinHouse, MapPinMinus, MapPinMinusInside, MapPinOff, MapPinPen, MapPinPlus, MapPinPlusInside, MapPinSearch, MapPinX, MapPinXInside, MapPinned, MapPlus, Mars, MarsStroke, Martini, Maximize, Maximize2, Medal, Megaphone, MegaphoneOff, Meh, MemoryStick, Menu, MenuSquare, Merge, MessageCircle, MessageCircleCheck, MessageCircleCode, MessageCircleDashed, MessageCircleHeart, MessageCircleMore, MessageCircleOff, MessageCirclePlus, MessageCircleQuestion, MessageCircleQuestionMark, MessageCircleReply, MessageCircleWarning, MessageCircleX, MessageSquare, MessageSquareCheck, MessageSquareCode, MessageSquareDashed, MessageSquareDiff, MessageSquareDot, MessageSquareHeart, MessageSquareLock, MessageSquareMore, MessageSquareOff, MessageSquarePlus, MessageSquareQuote, MessageSquareReply, MessageSquareShare, MessageSquareText, MessageSquareWarning, MessageSquareX, MessagesSquare, Metronome, Mic, Mic2, MicOff, MicVocal, Microchip, Microscope, Microwave, Milestone, Milk, MilkOff, Minimize, Minimize2, Minus, MinusCircle, MinusSquare, MirrorRectangular, MirrorRound, Monitor, MonitorCheck, MonitorCloud, MonitorCog, MonitorDot, MonitorDown, MonitorOff, MonitorPause, MonitorPlay, MonitorSmartphone, MonitorSpeaker, MonitorStop, MonitorUp, MonitorX, Moon, MoonStar, MoreHorizontal, MoreVertical, Motorbike, Mountain, MountainSnow, Mouse, MouseLeft, MouseOff, MousePointer, MousePointer2, MousePointer2Off, MousePointerBan, MousePointerClick, MousePointerSquareDashed, MouseRight, Move, Move3D, MoveDiagonal, MoveDiagonal2, MoveDown, MoveDownLeft, MoveDownRight, MoveHorizontal, MoveLeft, MoveRight, MoveUp, MoveUpLeft, MoveUpRight, MoveVertical, Music, Music2, Music3, Music4, Navigation, Navigation2, Navigation2Off, NavigationOff, Network, Newspaper, Nfc, NonBinary, Notebook, NotebookPen, NotebookTabs, NotebookText, NotepadText, NotepadTextDashed, Nut, NutOff, Octagon, OctagonAlert, OctagonMinus, OctagonPause, OctagonX, Omega, Option, Orbit, Origami, Outdent, PACKAGE_NAME, Package, Package2, PackageCheck, PackageMinus, PackageOpen, PackagePlus, PackageSearch, PackageX, PaintBucket, PaintRoller, Paintbrush, Paintbrush2, PaintbrushVertical, Palette, Palmtree, Panda, PanelBottom, PanelBottomClose, PanelBottomDashed, PanelBottomInactive, PanelBottomOpen, PanelLeft, PanelLeftClose, PanelLeftDashed, PanelLeftInactive, PanelLeftOpen, PanelLeftRightDashed, PanelRight, PanelRightClose, PanelRightDashed, PanelRightInactive, PanelRightOpen, PanelTop, PanelTopBottomDashed, PanelTopClose, PanelTopDashed, PanelTopInactive, PanelTopOpen, PanelsLeftBottom, PanelsLeftRight, PanelsRightBottom, PanelsTopBottom, PanelsTopLeft, Paperclip, Parentheses, ParkingCircle, ParkingCircleOff, ParkingMeter, ParkingSquare, ParkingSquareOff, PartyPopper, Pause, PauseCircle, PauseOctagon, PawPrint, PcCase, Pen, PenBox, PenLine, PenOff, PenSquare, PenTool, Pencil, PencilLine, PencilOff, PencilRuler, Pentagon, Percent, PercentCircle, PercentDiamond, PercentSquare, PersonStanding, PhilippinePeso, Phone, PhoneCall, PhoneForwarded, PhoneIncoming, PhoneMissed, PhoneOff, PhoneOutgoing, Pi, PiSquare, Piano, Pickaxe, PictureInPicture, PictureInPicture2, PieChart, PiggyBank, Pilcrow, PilcrowLeft, PilcrowRight, PilcrowSquare, Pill, PillBottle, Pin, PinOff, Pipette, Pizza, Plane, PlaneLanding, PlaneTakeoff, Play, PlayCircle, PlaySquare, Plug, Plug2, PlugZap, PlugZap2, Plus, PlusCircle, PlusSquare, PocketKnife, Podcast, Pointer, PointerOff, Popcorn, Popsicle, PoundSterling, Power, PowerCircle, PowerOff, PowerSquare, Presentation, Printer, PrinterCheck, PrinterX, Projector, Proportions, Puzzle, Pyramid, QrCode, Quote, Rabbit, Radar, Radiation, Radical, Radio, RadioOff, RadioReceiver, RadioTower, Radius, Rainbow, Rat, Ratio, Receipt, ReceiptCent, ReceiptEuro, ReceiptIndianRupee, ReceiptJapaneseYen, ReceiptPoundSterling, ReceiptRussianRuble, ReceiptSwissFranc, ReceiptText, ReceiptTurkishLira, RectangleCircle, RectangleEllipsis, RectangleGoggles, RectangleHorizontal, RectangleVertical, Recycle, Redo, Redo2, RedoDot, RefreshCcw, RefreshCcwDot, RefreshCw, RefreshCwOff, Refrigerator, Regex, RemoveFormatting, Repeat, Repeat1, Repeat2, RepeatOff, Replace, ReplaceAll, Reply, ReplyAll, Rewind, Ribbon, Road, Rocket, RockingChair, RollerCoaster, Rose, Rotate3D, RotateCcw, RotateCcwKey, RotateCcwSquare, RotateCw, RotateCwSquare, Route, RouteOff, Router, Rows, Rows2, Rows3, Rows4, Rss, Ruler, RulerDimensionLine, RussianRuble, Sailboat, Salad, Sandwich, Satellite, SatelliteDish, SaudiRiyal, Save, SaveAll, SaveOff, Scale, Scale3D, Scaling, Scan, ScanBarcode, ScanEye, ScanFace, ScanHeart, ScanLine, ScanQrCode, ScanSearch, ScanText, ScatterChart, School, School2, Scissors, ScissorsLineDashed, ScissorsSquare, ScissorsSquareDashedBottom, Scooter, ScreenShare, ScreenShareOff, Scroll, ScrollText, Search, SearchAlert, SearchCheck, SearchCode, SearchSlash, SearchX, Section, Send, SendHorizonal, SendHorizontal, SendToBack, SeparatorHorizontal, SeparatorVertical, Server, ServerCog, ServerCrash, ServerOff, Settings, Settings2, Shapes, Share, Share2, Sheet, Shell, ShelvingUnit, Shield, ShieldAlert, ShieldBan, ShieldCheck, ShieldClose, ShieldCog, ShieldCogCorner, ShieldEllipsis, ShieldHalf, ShieldMinus, ShieldOff, ShieldPlus, ShieldQuestion, ShieldQuestionMark, ShieldUser, ShieldX, Ship, ShipWheel, Shirt, ShoppingBag, ShoppingBasket, ShoppingCart, Shovel, ShowerHead, Shredder, Shrimp, Shrink, Shrub, Shuffle, Sidebar, SidebarClose, SidebarOpen, Sigma, SigmaSquare, Signal, SignalHigh, SignalLow, SignalMedium, SignalZero, Signature, Signpost, SignpostBig, Siren, SkipBack, SkipForward, Skull, Slack, Slash, SlashSquare, Slice, Sliders, SlidersHorizontal, SlidersVertical, Smartphone, SmartphoneCharging, SmartphoneNfc, Smile, SmilePlus, Snail, Snowflake, SoapDispenserDroplet, Sofa, SolarPanel, SortAsc, SortDesc, Soup, Space, Spade, Sparkle, Sparkles, Speaker, Speech, SpellCheck, SpellCheck2, Spline, SplinePointer, Split, SplitSquareHorizontal, SplitSquareVertical, Spool, SportShoe, Spotlight, SprayCan, Sprout, Square, SquareActivity, SquareArrowDown, SquareArrowDownLeft, SquareArrowDownRight, SquareArrowLeft, SquareArrowOutDownLeft, SquareArrowOutDownRight, SquareArrowOutUpLeft, SquareArrowOutUpRight, SquareArrowRight, SquareArrowRightEnter, SquareArrowRightExit, SquareArrowUp, SquareArrowUpLeft, SquareArrowUpRight, SquareAsterisk, SquareBottomDashedScissors, SquareCenterlineDashedHorizontal, SquareCenterlineDashedVertical, SquareChartGantt, SquareCheck, SquareCheckBig, SquareChevronDown, SquareChevronLeft, SquareChevronRight, SquareChevronUp, SquareCode, SquareDashed, SquareDashedBottom, SquareDashedBottomCode, SquareDashedKanban, SquareDashedMousePointer, SquareDashedText, SquareDashedTopSolid, SquareDivide, SquareDot, SquareEqual, SquareFunction, SquareGanttChart, SquareKanban, SquareLibrary, SquareM, SquareMenu, SquareMinus, SquareMousePointer, SquareParking, SquareParkingOff, SquarePause, SquarePen, SquarePercent, SquarePi, SquarePilcrow, SquarePlay, SquarePlus, SquarePower, SquareRadical, SquareRoundCorner, SquareScissors, SquareSigma, SquareSlash, SquareSplitHorizontal, SquareSplitVertical, SquareSquare, SquareStack, SquareStar, SquareStop, SquareTerminal, SquareUser, SquareUserRound, SquareX, SquaresExclude, SquaresIntersect, SquaresSubtract, SquaresUnite, Squircle, SquircleDashed, Squirrel, Stamp, Star, StarHalf, StarOff, Stars, StepBack, StepForward, Stethoscope, Sticker, StickyNote, Stone, StopCircle, Store, StretchHorizontal, StretchVertical, Strikethrough, Subscript, Subtitles, Sun, SunDim, SunMedium, SunMoon, SunSnow, Sunrise, Sunset, Superscript, SwatchBook, SwissFranc, SwitchCamera, Sword, Swords, Syringe, Table, Table2, TableCellsMerge, TableCellsSplit, TableColumnsSplit, TableConfig, TableOfContents, TableProperties, TableRowsSplit, Tablet, TabletSmartphone, Tablets, Tag, Tags, Tally1, Tally2, Tally3, Tally4, Tally5, Tangent, Target, Telescope, Tent, TentTree, Terminal, TerminalSquare, TestTube, TestTube2, TestTubeDiagonal, TestTubes, Text, TextAlignCenter, TextAlignEnd, TextAlignJustify, TextAlignStart, TextCursor, TextCursorInput, TextInitial, TextQuote, TextSearch, TextSelect, TextSelection, TextWrap, Theater, Thermometer, ThermometerSnowflake, ThermometerSun, ThumbsDown, ThumbsUp, Ticket, TicketCheck, TicketMinus, TicketPercent, TicketPlus, TicketSlash, TicketX, Tickets, TicketsPlane, Timeline, Timer, TimerOff, TimerReset, ToggleLeft, ToggleRight, Toilet, ToolCase, Toolbox, Tornado, Torus, Touchpad, TouchpadOff, TowelRack, TowerControl, ToyBrick, Tractor, TrafficCone, Train, TrainFront, TrainFrontTunnel, TrainTrack, TramFront, Transgender, Trash, Trash2, TreeDeciduous, TreePalm, TreePine, Trees, TrendingDown, TrendingUp, TrendingUpDown, Triangle, TriangleAlert, TriangleDashed, TriangleRight, Trophy, Truck, TruckElectric, TurkishLira, Turntable, Turtle, Tv, Tv2, TvMinimal, TvMinimalPlay, Twitter, Type, TypeOutline, Umbrella, UmbrellaOff, Underline, Undo, Undo2, UndoDot, UnfoldHorizontal, UnfoldVertical, Ungroup, University, Unlink, Unlink2, Unlock, UnlockKeyhole, Unplug, Upload, UploadCloud, Usb, User, User2, UserCheck, UserCheck2, UserCircle, UserCircle2, UserCog, UserCog2, UserKey, UserLock, UserMinus, UserMinus2, UserPen, UserPlus, UserPlus2, UserRound, UserRoundCheck, UserRoundCog, UserRoundKey, UserRoundMinus, UserRoundPen, UserRoundPlus, UserRoundSearch, UserRoundX, UserSearch, UserSquare, UserSquare2, UserStar, UserX, UserX2, Users, Users2, UsersRound, Utensils, UtensilsCrossed, UtilityPole, Van, Variable, Vault, VectorSquare, Vegan, VenetianMask, Venus, VenusAndMars, Verified, Vibrate, VibrateOff, Video, VideoOff, Videotape, View, Voicemail, Volleyball, Volume, Volume1, Volume2, VolumeOff, VolumeX, Vote, Wallet, Wallet2, WalletCards, WalletMinimal, Wallpaper, Wand, Wand2, WandSparkles, Warehouse, WashingMachine, Watch, Waves, WavesArrowDown, WavesArrowUp, WavesHorizontal, WavesLadder, WavesVertical, Waypoints, Webcam, Webhook, WebhookOff, Weight, WeightTilde, Wheat, WheatOff, WholeWord, Wifi, WifiCog, WifiHigh, WifiLow, WifiOff, WifiPen, WifiSync, WifiZero, Wind, WindArrowDown, Wine, WineOff, Workflow, Worm, WrapText, Wrench, X, XCircle, XLineTop, XOctagon, XSquare, Youtube, Zap, ZapOff, ZodiacAquarius, ZodiacAries, ZodiacCancer, ZodiacCapricorn, ZodiacGemini, ZodiacLeo, ZodiacLibra, ZodiacOphiuchus, ZodiacPisces, ZodiacSagittarius, ZodiacScorpio, ZodiacTaurus, ZodiacVirgo, ZoomIn, ZoomOut };
|