@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/src/index.ts
ADDED
|
@@ -0,0 +1,1962 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* `@usemotif/icons` — pre-built icons over `<Icon>` from `@usemotif/react`.
|
|
3
|
+
*
|
|
4
|
+
* 1932 glyphs generated from `lucide-react` (lucide.dev) — same
|
|
5
|
+
* 24×24 stroke style, MIT/ISC licensed, pixel-identical to the lucide
|
|
6
|
+
* source. Re-run `yarn workspace @usemotif/icons generate` after a
|
|
7
|
+
* lucide-react version bump.
|
|
8
|
+
*
|
|
9
|
+
* Each glyph renders via motif's `<Icon render={({ Path, Line, ... }) => ...}>`
|
|
10
|
+
* primitive so the same source works on web AND React Native (the SVG
|
|
11
|
+
* primitives swap out under the hood). Sizes / colour are inherited
|
|
12
|
+
* from the parent's font-size + colour (the SVGs use `currentColor`).
|
|
13
|
+
*
|
|
14
|
+
* For glyphs not in this set, drop down to `<Icon>` directly and
|
|
15
|
+
* pass your own `render` callback — that's the same API the
|
|
16
|
+
* pre-built glyphs use.
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
export const PACKAGE_NAME = '@usemotif/icons';
|
|
20
|
+
|
|
21
|
+
export { AArrowDown } from './glyphs/AArrowDown.js';
|
|
22
|
+
export { AArrowUp } from './glyphs/AArrowUp.js';
|
|
23
|
+
export { Accessibility } from './glyphs/Accessibility.js';
|
|
24
|
+
export { Activity } from './glyphs/Activity.js';
|
|
25
|
+
export { ActivitySquare } from './glyphs/ActivitySquare.js';
|
|
26
|
+
export { Airplay } from './glyphs/Airplay.js';
|
|
27
|
+
export { AirVent } from './glyphs/AirVent.js';
|
|
28
|
+
export { ALargeSmall } from './glyphs/ALargeSmall.js';
|
|
29
|
+
export { AlarmCheck } from './glyphs/AlarmCheck.js';
|
|
30
|
+
export { AlarmClock } from './glyphs/AlarmClock.js';
|
|
31
|
+
export { AlarmClockCheck } from './glyphs/AlarmClockCheck.js';
|
|
32
|
+
export { AlarmClockMinus } from './glyphs/AlarmClockMinus.js';
|
|
33
|
+
export { AlarmClockOff } from './glyphs/AlarmClockOff.js';
|
|
34
|
+
export { AlarmClockPlus } from './glyphs/AlarmClockPlus.js';
|
|
35
|
+
export { AlarmMinus } from './glyphs/AlarmMinus.js';
|
|
36
|
+
export { AlarmPlus } from './glyphs/AlarmPlus.js';
|
|
37
|
+
export { AlarmSmoke } from './glyphs/AlarmSmoke.js';
|
|
38
|
+
export { Album } from './glyphs/Album.js';
|
|
39
|
+
export { AlertCircle } from './glyphs/AlertCircle.js';
|
|
40
|
+
export { AlertOctagon } from './glyphs/AlertOctagon.js';
|
|
41
|
+
export { AlertTriangle } from './glyphs/AlertTriangle.js';
|
|
42
|
+
export { AlignCenter } from './glyphs/AlignCenter.js';
|
|
43
|
+
export { AlignCenterHorizontal } from './glyphs/AlignCenterHorizontal.js';
|
|
44
|
+
export { AlignCenterVertical } from './glyphs/AlignCenterVertical.js';
|
|
45
|
+
export { AlignEndHorizontal } from './glyphs/AlignEndHorizontal.js';
|
|
46
|
+
export { AlignEndVertical } from './glyphs/AlignEndVertical.js';
|
|
47
|
+
export { AlignHorizontalDistributeCenter } from './glyphs/AlignHorizontalDistributeCenter.js';
|
|
48
|
+
export { AlignHorizontalDistributeEnd } from './glyphs/AlignHorizontalDistributeEnd.js';
|
|
49
|
+
export { AlignHorizontalDistributeStart } from './glyphs/AlignHorizontalDistributeStart.js';
|
|
50
|
+
export { AlignHorizontalJustifyCenter } from './glyphs/AlignHorizontalJustifyCenter.js';
|
|
51
|
+
export { AlignHorizontalJustifyEnd } from './glyphs/AlignHorizontalJustifyEnd.js';
|
|
52
|
+
export { AlignHorizontalJustifyStart } from './glyphs/AlignHorizontalJustifyStart.js';
|
|
53
|
+
export { AlignHorizontalSpaceAround } from './glyphs/AlignHorizontalSpaceAround.js';
|
|
54
|
+
export { AlignHorizontalSpaceBetween } from './glyphs/AlignHorizontalSpaceBetween.js';
|
|
55
|
+
export { AlignJustify } from './glyphs/AlignJustify.js';
|
|
56
|
+
export { AlignLeft } from './glyphs/AlignLeft.js';
|
|
57
|
+
export { AlignRight } from './glyphs/AlignRight.js';
|
|
58
|
+
export { AlignStartHorizontal } from './glyphs/AlignStartHorizontal.js';
|
|
59
|
+
export { AlignStartVertical } from './glyphs/AlignStartVertical.js';
|
|
60
|
+
export { AlignVerticalDistributeCenter } from './glyphs/AlignVerticalDistributeCenter.js';
|
|
61
|
+
export { AlignVerticalDistributeEnd } from './glyphs/AlignVerticalDistributeEnd.js';
|
|
62
|
+
export { AlignVerticalDistributeStart } from './glyphs/AlignVerticalDistributeStart.js';
|
|
63
|
+
export { AlignVerticalJustifyCenter } from './glyphs/AlignVerticalJustifyCenter.js';
|
|
64
|
+
export { AlignVerticalJustifyEnd } from './glyphs/AlignVerticalJustifyEnd.js';
|
|
65
|
+
export { AlignVerticalJustifyStart } from './glyphs/AlignVerticalJustifyStart.js';
|
|
66
|
+
export { AlignVerticalSpaceAround } from './glyphs/AlignVerticalSpaceAround.js';
|
|
67
|
+
export { AlignVerticalSpaceBetween } from './glyphs/AlignVerticalSpaceBetween.js';
|
|
68
|
+
export { Ambulance } from './glyphs/Ambulance.js';
|
|
69
|
+
export { Ampersand } from './glyphs/Ampersand.js';
|
|
70
|
+
export { Ampersands } from './glyphs/Ampersands.js';
|
|
71
|
+
export { Amphora } from './glyphs/Amphora.js';
|
|
72
|
+
export { Anchor } from './glyphs/Anchor.js';
|
|
73
|
+
export { Angry } from './glyphs/Angry.js';
|
|
74
|
+
export { Annoyed } from './glyphs/Annoyed.js';
|
|
75
|
+
export { Antenna } from './glyphs/Antenna.js';
|
|
76
|
+
export { Anvil } from './glyphs/Anvil.js';
|
|
77
|
+
export { Aperture } from './glyphs/Aperture.js';
|
|
78
|
+
export { Apple } from './glyphs/Apple.js';
|
|
79
|
+
export { AppWindow } from './glyphs/AppWindow.js';
|
|
80
|
+
export { AppWindowMac } from './glyphs/AppWindowMac.js';
|
|
81
|
+
export { Archive } from './glyphs/Archive.js';
|
|
82
|
+
export { ArchiveRestore } from './glyphs/ArchiveRestore.js';
|
|
83
|
+
export { ArchiveX } from './glyphs/ArchiveX.js';
|
|
84
|
+
export { AreaChart } from './glyphs/AreaChart.js';
|
|
85
|
+
export { Armchair } from './glyphs/Armchair.js';
|
|
86
|
+
export { ArrowBigDown } from './glyphs/ArrowBigDown.js';
|
|
87
|
+
export { ArrowBigDownDash } from './glyphs/ArrowBigDownDash.js';
|
|
88
|
+
export { ArrowBigLeft } from './glyphs/ArrowBigLeft.js';
|
|
89
|
+
export { ArrowBigLeftDash } from './glyphs/ArrowBigLeftDash.js';
|
|
90
|
+
export { ArrowBigRight } from './glyphs/ArrowBigRight.js';
|
|
91
|
+
export { ArrowBigRightDash } from './glyphs/ArrowBigRightDash.js';
|
|
92
|
+
export { ArrowBigUp } from './glyphs/ArrowBigUp.js';
|
|
93
|
+
export { ArrowBigUpDash } from './glyphs/ArrowBigUpDash.js';
|
|
94
|
+
export { ArrowDown } from './glyphs/ArrowDown.js';
|
|
95
|
+
export { ArrowDown01 } from './glyphs/ArrowDown01.js';
|
|
96
|
+
export { ArrowDown10 } from './glyphs/ArrowDown10.js';
|
|
97
|
+
export { ArrowDownAZ } from './glyphs/ArrowDownAZ.js';
|
|
98
|
+
export { ArrowDownCircle } from './glyphs/ArrowDownCircle.js';
|
|
99
|
+
export { ArrowDownFromLine } from './glyphs/ArrowDownFromLine.js';
|
|
100
|
+
export { ArrowDownLeft } from './glyphs/ArrowDownLeft.js';
|
|
101
|
+
export { ArrowDownLeftFromCircle } from './glyphs/ArrowDownLeftFromCircle.js';
|
|
102
|
+
export { ArrowDownLeftFromSquare } from './glyphs/ArrowDownLeftFromSquare.js';
|
|
103
|
+
export { ArrowDownLeftSquare } from './glyphs/ArrowDownLeftSquare.js';
|
|
104
|
+
export { ArrowDownNarrowWide } from './glyphs/ArrowDownNarrowWide.js';
|
|
105
|
+
export { ArrowDownRight } from './glyphs/ArrowDownRight.js';
|
|
106
|
+
export { ArrowDownRightFromCircle } from './glyphs/ArrowDownRightFromCircle.js';
|
|
107
|
+
export { ArrowDownRightFromSquare } from './glyphs/ArrowDownRightFromSquare.js';
|
|
108
|
+
export { ArrowDownRightSquare } from './glyphs/ArrowDownRightSquare.js';
|
|
109
|
+
export { ArrowDownSquare } from './glyphs/ArrowDownSquare.js';
|
|
110
|
+
export { ArrowDownToDot } from './glyphs/ArrowDownToDot.js';
|
|
111
|
+
export { ArrowDownToLine } from './glyphs/ArrowDownToLine.js';
|
|
112
|
+
export { ArrowDownUp } from './glyphs/ArrowDownUp.js';
|
|
113
|
+
export { ArrowDownWideNarrow } from './glyphs/ArrowDownWideNarrow.js';
|
|
114
|
+
export { ArrowDownZA } from './glyphs/ArrowDownZA.js';
|
|
115
|
+
export { ArrowLeft } from './glyphs/ArrowLeft.js';
|
|
116
|
+
export { ArrowLeftCircle } from './glyphs/ArrowLeftCircle.js';
|
|
117
|
+
export { ArrowLeftFromLine } from './glyphs/ArrowLeftFromLine.js';
|
|
118
|
+
export { ArrowLeftRight } from './glyphs/ArrowLeftRight.js';
|
|
119
|
+
export { ArrowLeftSquare } from './glyphs/ArrowLeftSquare.js';
|
|
120
|
+
export { ArrowLeftToLine } from './glyphs/ArrowLeftToLine.js';
|
|
121
|
+
export { ArrowRight } from './glyphs/ArrowRight.js';
|
|
122
|
+
export { ArrowRightCircle } from './glyphs/ArrowRightCircle.js';
|
|
123
|
+
export { ArrowRightFromLine } from './glyphs/ArrowRightFromLine.js';
|
|
124
|
+
export { ArrowRightLeft } from './glyphs/ArrowRightLeft.js';
|
|
125
|
+
export { ArrowRightSquare } from './glyphs/ArrowRightSquare.js';
|
|
126
|
+
export { ArrowRightToLine } from './glyphs/ArrowRightToLine.js';
|
|
127
|
+
export { ArrowsUpFromLine } from './glyphs/ArrowsUpFromLine.js';
|
|
128
|
+
export { ArrowUp } from './glyphs/ArrowUp.js';
|
|
129
|
+
export { ArrowUp01 } from './glyphs/ArrowUp01.js';
|
|
130
|
+
export { ArrowUp10 } from './glyphs/ArrowUp10.js';
|
|
131
|
+
export { ArrowUpAZ } from './glyphs/ArrowUpAZ.js';
|
|
132
|
+
export { ArrowUpCircle } from './glyphs/ArrowUpCircle.js';
|
|
133
|
+
export { ArrowUpDown } from './glyphs/ArrowUpDown.js';
|
|
134
|
+
export { ArrowUpFromDot } from './glyphs/ArrowUpFromDot.js';
|
|
135
|
+
export { ArrowUpFromLine } from './glyphs/ArrowUpFromLine.js';
|
|
136
|
+
export { ArrowUpLeft } from './glyphs/ArrowUpLeft.js';
|
|
137
|
+
export { ArrowUpLeftFromCircle } from './glyphs/ArrowUpLeftFromCircle.js';
|
|
138
|
+
export { ArrowUpLeftFromSquare } from './glyphs/ArrowUpLeftFromSquare.js';
|
|
139
|
+
export { ArrowUpLeftSquare } from './glyphs/ArrowUpLeftSquare.js';
|
|
140
|
+
export { ArrowUpNarrowWide } from './glyphs/ArrowUpNarrowWide.js';
|
|
141
|
+
export { ArrowUpRight } from './glyphs/ArrowUpRight.js';
|
|
142
|
+
export { ArrowUpRightFromCircle } from './glyphs/ArrowUpRightFromCircle.js';
|
|
143
|
+
export { ArrowUpRightFromSquare } from './glyphs/ArrowUpRightFromSquare.js';
|
|
144
|
+
export { ArrowUpRightSquare } from './glyphs/ArrowUpRightSquare.js';
|
|
145
|
+
export { ArrowUpSquare } from './glyphs/ArrowUpSquare.js';
|
|
146
|
+
export { ArrowUpToLine } from './glyphs/ArrowUpToLine.js';
|
|
147
|
+
export { ArrowUpWideNarrow } from './glyphs/ArrowUpWideNarrow.js';
|
|
148
|
+
export { ArrowUpZA } from './glyphs/ArrowUpZA.js';
|
|
149
|
+
export { Asterisk } from './glyphs/Asterisk.js';
|
|
150
|
+
export { AsteriskSquare } from './glyphs/AsteriskSquare.js';
|
|
151
|
+
export { Astroid } from './glyphs/Astroid.js';
|
|
152
|
+
export { Atom } from './glyphs/Atom.js';
|
|
153
|
+
export { AtSign } from './glyphs/AtSign.js';
|
|
154
|
+
export { AudioLines } from './glyphs/AudioLines.js';
|
|
155
|
+
export { AudioWaveform } from './glyphs/AudioWaveform.js';
|
|
156
|
+
export { Award } from './glyphs/Award.js';
|
|
157
|
+
export { Axe } from './glyphs/Axe.js';
|
|
158
|
+
export { Axis3D } from './glyphs/Axis3D.js';
|
|
159
|
+
export { Baby } from './glyphs/Baby.js';
|
|
160
|
+
export { Backpack } from './glyphs/Backpack.js';
|
|
161
|
+
export { Badge } from './glyphs/Badge.js';
|
|
162
|
+
export { BadgeAlert } from './glyphs/BadgeAlert.js';
|
|
163
|
+
export { BadgeCent } from './glyphs/BadgeCent.js';
|
|
164
|
+
export { BadgeCheck } from './glyphs/BadgeCheck.js';
|
|
165
|
+
export { BadgeDollarSign } from './glyphs/BadgeDollarSign.js';
|
|
166
|
+
export { BadgeEuro } from './glyphs/BadgeEuro.js';
|
|
167
|
+
export { BadgeHelp } from './glyphs/BadgeHelp.js';
|
|
168
|
+
export { BadgeIndianRupee } from './glyphs/BadgeIndianRupee.js';
|
|
169
|
+
export { BadgeInfo } from './glyphs/BadgeInfo.js';
|
|
170
|
+
export { BadgeJapaneseYen } from './glyphs/BadgeJapaneseYen.js';
|
|
171
|
+
export { BadgeMinus } from './glyphs/BadgeMinus.js';
|
|
172
|
+
export { BadgePercent } from './glyphs/BadgePercent.js';
|
|
173
|
+
export { BadgePlus } from './glyphs/BadgePlus.js';
|
|
174
|
+
export { BadgePoundSterling } from './glyphs/BadgePoundSterling.js';
|
|
175
|
+
export { BadgeQuestionMark } from './glyphs/BadgeQuestionMark.js';
|
|
176
|
+
export { BadgeRussianRuble } from './glyphs/BadgeRussianRuble.js';
|
|
177
|
+
export { BadgeSwissFranc } from './glyphs/BadgeSwissFranc.js';
|
|
178
|
+
export { BadgeTurkishLira } from './glyphs/BadgeTurkishLira.js';
|
|
179
|
+
export { BadgeX } from './glyphs/BadgeX.js';
|
|
180
|
+
export { BaggageClaim } from './glyphs/BaggageClaim.js';
|
|
181
|
+
export { Balloon } from './glyphs/Balloon.js';
|
|
182
|
+
export { Ban } from './glyphs/Ban.js';
|
|
183
|
+
export { Banana } from './glyphs/Banana.js';
|
|
184
|
+
export { Bandage } from './glyphs/Bandage.js';
|
|
185
|
+
export { Banknote } from './glyphs/Banknote.js';
|
|
186
|
+
export { BanknoteArrowDown } from './glyphs/BanknoteArrowDown.js';
|
|
187
|
+
export { BanknoteArrowUp } from './glyphs/BanknoteArrowUp.js';
|
|
188
|
+
export { BanknoteX } from './glyphs/BanknoteX.js';
|
|
189
|
+
export { BarChart } from './glyphs/BarChart.js';
|
|
190
|
+
export { BarChart2 } from './glyphs/BarChart2.js';
|
|
191
|
+
export { BarChart3 } from './glyphs/BarChart3.js';
|
|
192
|
+
export { BarChart4 } from './glyphs/BarChart4.js';
|
|
193
|
+
export { BarChartBig } from './glyphs/BarChartBig.js';
|
|
194
|
+
export { BarChartHorizontal } from './glyphs/BarChartHorizontal.js';
|
|
195
|
+
export { BarChartHorizontalBig } from './glyphs/BarChartHorizontalBig.js';
|
|
196
|
+
export { Barcode } from './glyphs/Barcode.js';
|
|
197
|
+
export { Barrel } from './glyphs/Barrel.js';
|
|
198
|
+
export { Baseline } from './glyphs/Baseline.js';
|
|
199
|
+
export { Bath } from './glyphs/Bath.js';
|
|
200
|
+
export { Battery } from './glyphs/Battery.js';
|
|
201
|
+
export { BatteryCharging } from './glyphs/BatteryCharging.js';
|
|
202
|
+
export { BatteryFull } from './glyphs/BatteryFull.js';
|
|
203
|
+
export { BatteryLow } from './glyphs/BatteryLow.js';
|
|
204
|
+
export { BatteryMedium } from './glyphs/BatteryMedium.js';
|
|
205
|
+
export { BatteryPlus } from './glyphs/BatteryPlus.js';
|
|
206
|
+
export { BatteryWarning } from './glyphs/BatteryWarning.js';
|
|
207
|
+
export { Beaker } from './glyphs/Beaker.js';
|
|
208
|
+
export { Bean } from './glyphs/Bean.js';
|
|
209
|
+
export { BeanOff } from './glyphs/BeanOff.js';
|
|
210
|
+
export { Bed } from './glyphs/Bed.js';
|
|
211
|
+
export { BedDouble } from './glyphs/BedDouble.js';
|
|
212
|
+
export { BedSingle } from './glyphs/BedSingle.js';
|
|
213
|
+
export { Beef } from './glyphs/Beef.js';
|
|
214
|
+
export { BeefOff } from './glyphs/BeefOff.js';
|
|
215
|
+
export { Beer } from './glyphs/Beer.js';
|
|
216
|
+
export { BeerOff } from './glyphs/BeerOff.js';
|
|
217
|
+
export { Bell } from './glyphs/Bell.js';
|
|
218
|
+
export { BellCheck } from './glyphs/BellCheck.js';
|
|
219
|
+
export { BellDot } from './glyphs/BellDot.js';
|
|
220
|
+
export { BellElectric } from './glyphs/BellElectric.js';
|
|
221
|
+
export { BellMinus } from './glyphs/BellMinus.js';
|
|
222
|
+
export { BellOff } from './glyphs/BellOff.js';
|
|
223
|
+
export { BellPlus } from './glyphs/BellPlus.js';
|
|
224
|
+
export { BellRing } from './glyphs/BellRing.js';
|
|
225
|
+
export { BetweenHorizonalEnd } from './glyphs/BetweenHorizonalEnd.js';
|
|
226
|
+
export { BetweenHorizonalStart } from './glyphs/BetweenHorizonalStart.js';
|
|
227
|
+
export { BetweenHorizontalEnd } from './glyphs/BetweenHorizontalEnd.js';
|
|
228
|
+
export { BetweenHorizontalStart } from './glyphs/BetweenHorizontalStart.js';
|
|
229
|
+
export { BetweenVerticalEnd } from './glyphs/BetweenVerticalEnd.js';
|
|
230
|
+
export { BetweenVerticalStart } from './glyphs/BetweenVerticalStart.js';
|
|
231
|
+
export { BicepsFlexed } from './glyphs/BicepsFlexed.js';
|
|
232
|
+
export { Bike } from './glyphs/Bike.js';
|
|
233
|
+
export { Binary } from './glyphs/Binary.js';
|
|
234
|
+
export { Binoculars } from './glyphs/Binoculars.js';
|
|
235
|
+
export { Biohazard } from './glyphs/Biohazard.js';
|
|
236
|
+
export { Bird } from './glyphs/Bird.js';
|
|
237
|
+
export { Birdhouse } from './glyphs/Birdhouse.js';
|
|
238
|
+
export { Bitcoin } from './glyphs/Bitcoin.js';
|
|
239
|
+
export { Blend } from './glyphs/Blend.js';
|
|
240
|
+
export { Blinds } from './glyphs/Blinds.js';
|
|
241
|
+
export { Blocks } from './glyphs/Blocks.js';
|
|
242
|
+
export { Bluetooth } from './glyphs/Bluetooth.js';
|
|
243
|
+
export { BluetoothConnected } from './glyphs/BluetoothConnected.js';
|
|
244
|
+
export { BluetoothOff } from './glyphs/BluetoothOff.js';
|
|
245
|
+
export { BluetoothSearching } from './glyphs/BluetoothSearching.js';
|
|
246
|
+
export { Bold } from './glyphs/Bold.js';
|
|
247
|
+
export { Bolt } from './glyphs/Bolt.js';
|
|
248
|
+
export { Bomb } from './glyphs/Bomb.js';
|
|
249
|
+
export { Bone } from './glyphs/Bone.js';
|
|
250
|
+
export { Book } from './glyphs/Book.js';
|
|
251
|
+
export { BookA } from './glyphs/BookA.js';
|
|
252
|
+
export { BookAlert } from './glyphs/BookAlert.js';
|
|
253
|
+
export { BookAudio } from './glyphs/BookAudio.js';
|
|
254
|
+
export { BookCheck } from './glyphs/BookCheck.js';
|
|
255
|
+
export { BookCopy } from './glyphs/BookCopy.js';
|
|
256
|
+
export { BookDashed } from './glyphs/BookDashed.js';
|
|
257
|
+
export { BookDown } from './glyphs/BookDown.js';
|
|
258
|
+
export { BookHeadphones } from './glyphs/BookHeadphones.js';
|
|
259
|
+
export { BookHeart } from './glyphs/BookHeart.js';
|
|
260
|
+
export { BookImage } from './glyphs/BookImage.js';
|
|
261
|
+
export { BookKey } from './glyphs/BookKey.js';
|
|
262
|
+
export { BookLock } from './glyphs/BookLock.js';
|
|
263
|
+
export { Bookmark } from './glyphs/Bookmark.js';
|
|
264
|
+
export { BookmarkCheck } from './glyphs/BookmarkCheck.js';
|
|
265
|
+
export { BookMarked } from './glyphs/BookMarked.js';
|
|
266
|
+
export { BookmarkMinus } from './glyphs/BookmarkMinus.js';
|
|
267
|
+
export { BookmarkOff } from './glyphs/BookmarkOff.js';
|
|
268
|
+
export { BookmarkPlus } from './glyphs/BookmarkPlus.js';
|
|
269
|
+
export { BookmarkX } from './glyphs/BookmarkX.js';
|
|
270
|
+
export { BookMinus } from './glyphs/BookMinus.js';
|
|
271
|
+
export { BookOpen } from './glyphs/BookOpen.js';
|
|
272
|
+
export { BookOpenCheck } from './glyphs/BookOpenCheck.js';
|
|
273
|
+
export { BookOpenText } from './glyphs/BookOpenText.js';
|
|
274
|
+
export { BookPlus } from './glyphs/BookPlus.js';
|
|
275
|
+
export { BookSearch } from './glyphs/BookSearch.js';
|
|
276
|
+
export { BookTemplate } from './glyphs/BookTemplate.js';
|
|
277
|
+
export { BookText } from './glyphs/BookText.js';
|
|
278
|
+
export { BookType } from './glyphs/BookType.js';
|
|
279
|
+
export { BookUp } from './glyphs/BookUp.js';
|
|
280
|
+
export { BookUp2 } from './glyphs/BookUp2.js';
|
|
281
|
+
export { BookUser } from './glyphs/BookUser.js';
|
|
282
|
+
export { BookX } from './glyphs/BookX.js';
|
|
283
|
+
export { BoomBox } from './glyphs/BoomBox.js';
|
|
284
|
+
export { Bot } from './glyphs/Bot.js';
|
|
285
|
+
export { BotMessageSquare } from './glyphs/BotMessageSquare.js';
|
|
286
|
+
export { BotOff } from './glyphs/BotOff.js';
|
|
287
|
+
export { BottleWine } from './glyphs/BottleWine.js';
|
|
288
|
+
export { BowArrow } from './glyphs/BowArrow.js';
|
|
289
|
+
export { Box } from './glyphs/Box.js';
|
|
290
|
+
export { Boxes } from './glyphs/Boxes.js';
|
|
291
|
+
export { BoxSelect } from './glyphs/BoxSelect.js';
|
|
292
|
+
export { Braces } from './glyphs/Braces.js';
|
|
293
|
+
export { Brackets } from './glyphs/Brackets.js';
|
|
294
|
+
export { Brain } from './glyphs/Brain.js';
|
|
295
|
+
export { BrainCircuit } from './glyphs/BrainCircuit.js';
|
|
296
|
+
export { BrainCog } from './glyphs/BrainCog.js';
|
|
297
|
+
export { BrickWall } from './glyphs/BrickWall.js';
|
|
298
|
+
export { BrickWallFire } from './glyphs/BrickWallFire.js';
|
|
299
|
+
export { BrickWallShield } from './glyphs/BrickWallShield.js';
|
|
300
|
+
export { Briefcase } from './glyphs/Briefcase.js';
|
|
301
|
+
export { BriefcaseBusiness } from './glyphs/BriefcaseBusiness.js';
|
|
302
|
+
export { BriefcaseConveyorBelt } from './glyphs/BriefcaseConveyorBelt.js';
|
|
303
|
+
export { BriefcaseMedical } from './glyphs/BriefcaseMedical.js';
|
|
304
|
+
export { BringToFront } from './glyphs/BringToFront.js';
|
|
305
|
+
export { Brush } from './glyphs/Brush.js';
|
|
306
|
+
export { BrushCleaning } from './glyphs/BrushCleaning.js';
|
|
307
|
+
export { Bubbles } from './glyphs/Bubbles.js';
|
|
308
|
+
export { Bug } from './glyphs/Bug.js';
|
|
309
|
+
export { BugOff } from './glyphs/BugOff.js';
|
|
310
|
+
export { BugPlay } from './glyphs/BugPlay.js';
|
|
311
|
+
export { Building } from './glyphs/Building.js';
|
|
312
|
+
export { Building2 } from './glyphs/Building2.js';
|
|
313
|
+
export { Bus } from './glyphs/Bus.js';
|
|
314
|
+
export { BusFront } from './glyphs/BusFront.js';
|
|
315
|
+
export { Cable } from './glyphs/Cable.js';
|
|
316
|
+
export { CableCar } from './glyphs/CableCar.js';
|
|
317
|
+
export { Cake } from './glyphs/Cake.js';
|
|
318
|
+
export { CakeSlice } from './glyphs/CakeSlice.js';
|
|
319
|
+
export { Calculator } from './glyphs/Calculator.js';
|
|
320
|
+
export { Calendar } from './glyphs/Calendar.js';
|
|
321
|
+
export { Calendar1 } from './glyphs/Calendar1.js';
|
|
322
|
+
export { CalendarArrowDown } from './glyphs/CalendarArrowDown.js';
|
|
323
|
+
export { CalendarArrowUp } from './glyphs/CalendarArrowUp.js';
|
|
324
|
+
export { CalendarCheck } from './glyphs/CalendarCheck.js';
|
|
325
|
+
export { CalendarCheck2 } from './glyphs/CalendarCheck2.js';
|
|
326
|
+
export { CalendarClock } from './glyphs/CalendarClock.js';
|
|
327
|
+
export { CalendarCog } from './glyphs/CalendarCog.js';
|
|
328
|
+
export { CalendarDays } from './glyphs/CalendarDays.js';
|
|
329
|
+
export { CalendarFold } from './glyphs/CalendarFold.js';
|
|
330
|
+
export { CalendarHeart } from './glyphs/CalendarHeart.js';
|
|
331
|
+
export { CalendarMinus } from './glyphs/CalendarMinus.js';
|
|
332
|
+
export { CalendarMinus2 } from './glyphs/CalendarMinus2.js';
|
|
333
|
+
export { CalendarOff } from './glyphs/CalendarOff.js';
|
|
334
|
+
export { CalendarPlus } from './glyphs/CalendarPlus.js';
|
|
335
|
+
export { CalendarPlus2 } from './glyphs/CalendarPlus2.js';
|
|
336
|
+
export { CalendarRange } from './glyphs/CalendarRange.js';
|
|
337
|
+
export { Calendars } from './glyphs/Calendars.js';
|
|
338
|
+
export { CalendarSearch } from './glyphs/CalendarSearch.js';
|
|
339
|
+
export { CalendarSync } from './glyphs/CalendarSync.js';
|
|
340
|
+
export { CalendarX } from './glyphs/CalendarX.js';
|
|
341
|
+
export { CalendarX2 } from './glyphs/CalendarX2.js';
|
|
342
|
+
export { Camera } from './glyphs/Camera.js';
|
|
343
|
+
export { CameraOff } from './glyphs/CameraOff.js';
|
|
344
|
+
export { CandlestickChart } from './glyphs/CandlestickChart.js';
|
|
345
|
+
export { Candy } from './glyphs/Candy.js';
|
|
346
|
+
export { CandyCane } from './glyphs/CandyCane.js';
|
|
347
|
+
export { CandyOff } from './glyphs/CandyOff.js';
|
|
348
|
+
export { Cannabis } from './glyphs/Cannabis.js';
|
|
349
|
+
export { CannabisOff } from './glyphs/CannabisOff.js';
|
|
350
|
+
export { Captions } from './glyphs/Captions.js';
|
|
351
|
+
export { CaptionsOff } from './glyphs/CaptionsOff.js';
|
|
352
|
+
export { Car } from './glyphs/Car.js';
|
|
353
|
+
export { Caravan } from './glyphs/Caravan.js';
|
|
354
|
+
export { CardSim } from './glyphs/CardSim.js';
|
|
355
|
+
export { CarFront } from './glyphs/CarFront.js';
|
|
356
|
+
export { Carrot } from './glyphs/Carrot.js';
|
|
357
|
+
export { CarTaxiFront } from './glyphs/CarTaxiFront.js';
|
|
358
|
+
export { CaseLower } from './glyphs/CaseLower.js';
|
|
359
|
+
export { CaseSensitive } from './glyphs/CaseSensitive.js';
|
|
360
|
+
export { CaseUpper } from './glyphs/CaseUpper.js';
|
|
361
|
+
export { CassetteTape } from './glyphs/CassetteTape.js';
|
|
362
|
+
export { Cast } from './glyphs/Cast.js';
|
|
363
|
+
export { Castle } from './glyphs/Castle.js';
|
|
364
|
+
export { Cat } from './glyphs/Cat.js';
|
|
365
|
+
export { Cctv } from './glyphs/Cctv.js';
|
|
366
|
+
export { CctvOff } from './glyphs/CctvOff.js';
|
|
367
|
+
export { ChartArea } from './glyphs/ChartArea.js';
|
|
368
|
+
export { ChartBar } from './glyphs/ChartBar.js';
|
|
369
|
+
export { ChartBarBig } from './glyphs/ChartBarBig.js';
|
|
370
|
+
export { ChartBarDecreasing } from './glyphs/ChartBarDecreasing.js';
|
|
371
|
+
export { ChartBarIncreasing } from './glyphs/ChartBarIncreasing.js';
|
|
372
|
+
export { ChartBarStacked } from './glyphs/ChartBarStacked.js';
|
|
373
|
+
export { ChartCandlestick } from './glyphs/ChartCandlestick.js';
|
|
374
|
+
export { ChartColumn } from './glyphs/ChartColumn.js';
|
|
375
|
+
export { ChartColumnBig } from './glyphs/ChartColumnBig.js';
|
|
376
|
+
export { ChartColumnDecreasing } from './glyphs/ChartColumnDecreasing.js';
|
|
377
|
+
export { ChartColumnIncreasing } from './glyphs/ChartColumnIncreasing.js';
|
|
378
|
+
export { ChartColumnStacked } from './glyphs/ChartColumnStacked.js';
|
|
379
|
+
export { ChartGantt } from './glyphs/ChartGantt.js';
|
|
380
|
+
export { ChartLine } from './glyphs/ChartLine.js';
|
|
381
|
+
export { ChartNetwork } from './glyphs/ChartNetwork.js';
|
|
382
|
+
export { ChartNoAxesColumn } from './glyphs/ChartNoAxesColumn.js';
|
|
383
|
+
export { ChartNoAxesColumnDecreasing } from './glyphs/ChartNoAxesColumnDecreasing.js';
|
|
384
|
+
export { ChartNoAxesColumnIncreasing } from './glyphs/ChartNoAxesColumnIncreasing.js';
|
|
385
|
+
export { ChartNoAxesCombined } from './glyphs/ChartNoAxesCombined.js';
|
|
386
|
+
export { ChartNoAxesGantt } from './glyphs/ChartNoAxesGantt.js';
|
|
387
|
+
export { ChartPie } from './glyphs/ChartPie.js';
|
|
388
|
+
export { ChartScatter } from './glyphs/ChartScatter.js';
|
|
389
|
+
export { ChartSpline } from './glyphs/ChartSpline.js';
|
|
390
|
+
export { Check } from './glyphs/Check.js';
|
|
391
|
+
export { CheckCheck } from './glyphs/CheckCheck.js';
|
|
392
|
+
export { CheckCircle } from './glyphs/CheckCircle.js';
|
|
393
|
+
export { CheckCircle2 } from './glyphs/CheckCircle2.js';
|
|
394
|
+
export { CheckLine } from './glyphs/CheckLine.js';
|
|
395
|
+
export { CheckSquare } from './glyphs/CheckSquare.js';
|
|
396
|
+
export { CheckSquare2 } from './glyphs/CheckSquare2.js';
|
|
397
|
+
export { ChefHat } from './glyphs/ChefHat.js';
|
|
398
|
+
export { Cherry } from './glyphs/Cherry.js';
|
|
399
|
+
export { ChessBishop } from './glyphs/ChessBishop.js';
|
|
400
|
+
export { ChessKing } from './glyphs/ChessKing.js';
|
|
401
|
+
export { ChessKnight } from './glyphs/ChessKnight.js';
|
|
402
|
+
export { ChessPawn } from './glyphs/ChessPawn.js';
|
|
403
|
+
export { ChessQueen } from './glyphs/ChessQueen.js';
|
|
404
|
+
export { ChessRook } from './glyphs/ChessRook.js';
|
|
405
|
+
export { ChevronDown } from './glyphs/ChevronDown.js';
|
|
406
|
+
export { ChevronDownCircle } from './glyphs/ChevronDownCircle.js';
|
|
407
|
+
export { ChevronDownSquare } from './glyphs/ChevronDownSquare.js';
|
|
408
|
+
export { ChevronFirst } from './glyphs/ChevronFirst.js';
|
|
409
|
+
export { ChevronLast } from './glyphs/ChevronLast.js';
|
|
410
|
+
export { ChevronLeft } from './glyphs/ChevronLeft.js';
|
|
411
|
+
export { ChevronLeftCircle } from './glyphs/ChevronLeftCircle.js';
|
|
412
|
+
export { ChevronLeftSquare } from './glyphs/ChevronLeftSquare.js';
|
|
413
|
+
export { ChevronRight } from './glyphs/ChevronRight.js';
|
|
414
|
+
export { ChevronRightCircle } from './glyphs/ChevronRightCircle.js';
|
|
415
|
+
export { ChevronRightSquare } from './glyphs/ChevronRightSquare.js';
|
|
416
|
+
export { ChevronsDown } from './glyphs/ChevronsDown.js';
|
|
417
|
+
export { ChevronsDownUp } from './glyphs/ChevronsDownUp.js';
|
|
418
|
+
export { ChevronsLeft } from './glyphs/ChevronsLeft.js';
|
|
419
|
+
export { ChevronsLeftRight } from './glyphs/ChevronsLeftRight.js';
|
|
420
|
+
export { ChevronsLeftRightEllipsis } from './glyphs/ChevronsLeftRightEllipsis.js';
|
|
421
|
+
export { ChevronsRight } from './glyphs/ChevronsRight.js';
|
|
422
|
+
export { ChevronsRightLeft } from './glyphs/ChevronsRightLeft.js';
|
|
423
|
+
export { ChevronsUp } from './glyphs/ChevronsUp.js';
|
|
424
|
+
export { ChevronsUpDown } from './glyphs/ChevronsUpDown.js';
|
|
425
|
+
export { ChevronUp } from './glyphs/ChevronUp.js';
|
|
426
|
+
export { ChevronUpCircle } from './glyphs/ChevronUpCircle.js';
|
|
427
|
+
export { ChevronUpSquare } from './glyphs/ChevronUpSquare.js';
|
|
428
|
+
export { Church } from './glyphs/Church.js';
|
|
429
|
+
export { Cigarette } from './glyphs/Cigarette.js';
|
|
430
|
+
export { CigaretteOff } from './glyphs/CigaretteOff.js';
|
|
431
|
+
export { Circle } from './glyphs/Circle.js';
|
|
432
|
+
export { CircleAlert } from './glyphs/CircleAlert.js';
|
|
433
|
+
export { CircleArrowDown } from './glyphs/CircleArrowDown.js';
|
|
434
|
+
export { CircleArrowLeft } from './glyphs/CircleArrowLeft.js';
|
|
435
|
+
export { CircleArrowOutDownLeft } from './glyphs/CircleArrowOutDownLeft.js';
|
|
436
|
+
export { CircleArrowOutDownRight } from './glyphs/CircleArrowOutDownRight.js';
|
|
437
|
+
export { CircleArrowOutUpLeft } from './glyphs/CircleArrowOutUpLeft.js';
|
|
438
|
+
export { CircleArrowOutUpRight } from './glyphs/CircleArrowOutUpRight.js';
|
|
439
|
+
export { CircleArrowRight } from './glyphs/CircleArrowRight.js';
|
|
440
|
+
export { CircleArrowUp } from './glyphs/CircleArrowUp.js';
|
|
441
|
+
export { CircleCheck } from './glyphs/CircleCheck.js';
|
|
442
|
+
export { CircleCheckBig } from './glyphs/CircleCheckBig.js';
|
|
443
|
+
export { CircleChevronDown } from './glyphs/CircleChevronDown.js';
|
|
444
|
+
export { CircleChevronLeft } from './glyphs/CircleChevronLeft.js';
|
|
445
|
+
export { CircleChevronRight } from './glyphs/CircleChevronRight.js';
|
|
446
|
+
export { CircleChevronUp } from './glyphs/CircleChevronUp.js';
|
|
447
|
+
export { CircleDashed } from './glyphs/CircleDashed.js';
|
|
448
|
+
export { CircleDivide } from './glyphs/CircleDivide.js';
|
|
449
|
+
export { CircleDollarSign } from './glyphs/CircleDollarSign.js';
|
|
450
|
+
export { CircleDot } from './glyphs/CircleDot.js';
|
|
451
|
+
export { CircleDotDashed } from './glyphs/CircleDotDashed.js';
|
|
452
|
+
export { CircleEllipsis } from './glyphs/CircleEllipsis.js';
|
|
453
|
+
export { CircleEqual } from './glyphs/CircleEqual.js';
|
|
454
|
+
export { CircleFadingArrowUp } from './glyphs/CircleFadingArrowUp.js';
|
|
455
|
+
export { CircleFadingPlus } from './glyphs/CircleFadingPlus.js';
|
|
456
|
+
export { CircleGauge } from './glyphs/CircleGauge.js';
|
|
457
|
+
export { CircleHelp } from './glyphs/CircleHelp.js';
|
|
458
|
+
export { CircleMinus } from './glyphs/CircleMinus.js';
|
|
459
|
+
export { CircleOff } from './glyphs/CircleOff.js';
|
|
460
|
+
export { CircleParking } from './glyphs/CircleParking.js';
|
|
461
|
+
export { CircleParkingOff } from './glyphs/CircleParkingOff.js';
|
|
462
|
+
export { CirclePause } from './glyphs/CirclePause.js';
|
|
463
|
+
export { CirclePercent } from './glyphs/CirclePercent.js';
|
|
464
|
+
export { CirclePile } from './glyphs/CirclePile.js';
|
|
465
|
+
export { CirclePlay } from './glyphs/CirclePlay.js';
|
|
466
|
+
export { CirclePlus } from './glyphs/CirclePlus.js';
|
|
467
|
+
export { CirclePoundSterling } from './glyphs/CirclePoundSterling.js';
|
|
468
|
+
export { CirclePower } from './glyphs/CirclePower.js';
|
|
469
|
+
export { CircleQuestionMark } from './glyphs/CircleQuestionMark.js';
|
|
470
|
+
export { CircleSlash } from './glyphs/CircleSlash.js';
|
|
471
|
+
export { CircleSlash2 } from './glyphs/CircleSlash2.js';
|
|
472
|
+
export { CircleSlashed } from './glyphs/CircleSlashed.js';
|
|
473
|
+
export { CircleSmall } from './glyphs/CircleSmall.js';
|
|
474
|
+
export { CircleStar } from './glyphs/CircleStar.js';
|
|
475
|
+
export { CircleStop } from './glyphs/CircleStop.js';
|
|
476
|
+
export { CircleUser } from './glyphs/CircleUser.js';
|
|
477
|
+
export { CircleUserRound } from './glyphs/CircleUserRound.js';
|
|
478
|
+
export { CircleX } from './glyphs/CircleX.js';
|
|
479
|
+
export { CircuitBoard } from './glyphs/CircuitBoard.js';
|
|
480
|
+
export { Citrus } from './glyphs/Citrus.js';
|
|
481
|
+
export { Clapperboard } from './glyphs/Clapperboard.js';
|
|
482
|
+
export { Clipboard } from './glyphs/Clipboard.js';
|
|
483
|
+
export { ClipboardCheck } from './glyphs/ClipboardCheck.js';
|
|
484
|
+
export { ClipboardClock } from './glyphs/ClipboardClock.js';
|
|
485
|
+
export { ClipboardCopy } from './glyphs/ClipboardCopy.js';
|
|
486
|
+
export { ClipboardEdit } from './glyphs/ClipboardEdit.js';
|
|
487
|
+
export { ClipboardList } from './glyphs/ClipboardList.js';
|
|
488
|
+
export { ClipboardMinus } from './glyphs/ClipboardMinus.js';
|
|
489
|
+
export { ClipboardPaste } from './glyphs/ClipboardPaste.js';
|
|
490
|
+
export { ClipboardPen } from './glyphs/ClipboardPen.js';
|
|
491
|
+
export { ClipboardPenLine } from './glyphs/ClipboardPenLine.js';
|
|
492
|
+
export { ClipboardPlus } from './glyphs/ClipboardPlus.js';
|
|
493
|
+
export { ClipboardSignature } from './glyphs/ClipboardSignature.js';
|
|
494
|
+
export { ClipboardType } from './glyphs/ClipboardType.js';
|
|
495
|
+
export { ClipboardX } from './glyphs/ClipboardX.js';
|
|
496
|
+
export { Clock } from './glyphs/Clock.js';
|
|
497
|
+
export { Clock1 } from './glyphs/Clock1.js';
|
|
498
|
+
export { Clock10 } from './glyphs/Clock10.js';
|
|
499
|
+
export { Clock11 } from './glyphs/Clock11.js';
|
|
500
|
+
export { Clock12 } from './glyphs/Clock12.js';
|
|
501
|
+
export { Clock2 } from './glyphs/Clock2.js';
|
|
502
|
+
export { Clock3 } from './glyphs/Clock3.js';
|
|
503
|
+
export { Clock4 } from './glyphs/Clock4.js';
|
|
504
|
+
export { Clock5 } from './glyphs/Clock5.js';
|
|
505
|
+
export { Clock6 } from './glyphs/Clock6.js';
|
|
506
|
+
export { Clock7 } from './glyphs/Clock7.js';
|
|
507
|
+
export { Clock8 } from './glyphs/Clock8.js';
|
|
508
|
+
export { Clock9 } from './glyphs/Clock9.js';
|
|
509
|
+
export { ClockAlert } from './glyphs/ClockAlert.js';
|
|
510
|
+
export { ClockArrowDown } from './glyphs/ClockArrowDown.js';
|
|
511
|
+
export { ClockArrowUp } from './glyphs/ClockArrowUp.js';
|
|
512
|
+
export { ClockCheck } from './glyphs/ClockCheck.js';
|
|
513
|
+
export { ClockFading } from './glyphs/ClockFading.js';
|
|
514
|
+
export { ClockPlus } from './glyphs/ClockPlus.js';
|
|
515
|
+
export { ClosedCaption } from './glyphs/ClosedCaption.js';
|
|
516
|
+
export { Cloud } from './glyphs/Cloud.js';
|
|
517
|
+
export { CloudAlert } from './glyphs/CloudAlert.js';
|
|
518
|
+
export { CloudBackup } from './glyphs/CloudBackup.js';
|
|
519
|
+
export { CloudCheck } from './glyphs/CloudCheck.js';
|
|
520
|
+
export { CloudCog } from './glyphs/CloudCog.js';
|
|
521
|
+
export { CloudDownload } from './glyphs/CloudDownload.js';
|
|
522
|
+
export { CloudDrizzle } from './glyphs/CloudDrizzle.js';
|
|
523
|
+
export { CloudFog } from './glyphs/CloudFog.js';
|
|
524
|
+
export { CloudHail } from './glyphs/CloudHail.js';
|
|
525
|
+
export { CloudLightning } from './glyphs/CloudLightning.js';
|
|
526
|
+
export { CloudMoon } from './glyphs/CloudMoon.js';
|
|
527
|
+
export { CloudMoonRain } from './glyphs/CloudMoonRain.js';
|
|
528
|
+
export { CloudOff } from './glyphs/CloudOff.js';
|
|
529
|
+
export { CloudRain } from './glyphs/CloudRain.js';
|
|
530
|
+
export { CloudRainWind } from './glyphs/CloudRainWind.js';
|
|
531
|
+
export { CloudSnow } from './glyphs/CloudSnow.js';
|
|
532
|
+
export { CloudSun } from './glyphs/CloudSun.js';
|
|
533
|
+
export { CloudSunRain } from './glyphs/CloudSunRain.js';
|
|
534
|
+
export { CloudSync } from './glyphs/CloudSync.js';
|
|
535
|
+
export { CloudUpload } from './glyphs/CloudUpload.js';
|
|
536
|
+
export { Cloudy } from './glyphs/Cloudy.js';
|
|
537
|
+
export { Clover } from './glyphs/Clover.js';
|
|
538
|
+
export { Club } from './glyphs/Club.js';
|
|
539
|
+
export { Code } from './glyphs/Code.js';
|
|
540
|
+
export { Code2 } from './glyphs/Code2.js';
|
|
541
|
+
export { CodeSquare } from './glyphs/CodeSquare.js';
|
|
542
|
+
export { CodeXml } from './glyphs/CodeXml.js';
|
|
543
|
+
export { Coffee } from './glyphs/Coffee.js';
|
|
544
|
+
export { Cog } from './glyphs/Cog.js';
|
|
545
|
+
export { Coins } from './glyphs/Coins.js';
|
|
546
|
+
export { Columns } from './glyphs/Columns.js';
|
|
547
|
+
export { Columns2 } from './glyphs/Columns2.js';
|
|
548
|
+
export { Columns3 } from './glyphs/Columns3.js';
|
|
549
|
+
export { Columns3Cog } from './glyphs/Columns3Cog.js';
|
|
550
|
+
export { Columns4 } from './glyphs/Columns4.js';
|
|
551
|
+
export { ColumnsSettings } from './glyphs/ColumnsSettings.js';
|
|
552
|
+
export { Combine } from './glyphs/Combine.js';
|
|
553
|
+
export { Command } from './glyphs/Command.js';
|
|
554
|
+
export { Compass } from './glyphs/Compass.js';
|
|
555
|
+
export { Component } from './glyphs/Component.js';
|
|
556
|
+
export { Computer } from './glyphs/Computer.js';
|
|
557
|
+
export { ConciergeBell } from './glyphs/ConciergeBell.js';
|
|
558
|
+
export { Cone } from './glyphs/Cone.js';
|
|
559
|
+
export { Construction } from './glyphs/Construction.js';
|
|
560
|
+
export { Contact } from './glyphs/Contact.js';
|
|
561
|
+
export { Contact2 } from './glyphs/Contact2.js';
|
|
562
|
+
export { ContactRound } from './glyphs/ContactRound.js';
|
|
563
|
+
export { Container } from './glyphs/Container.js';
|
|
564
|
+
export { Contrast } from './glyphs/Contrast.js';
|
|
565
|
+
export { Cookie } from './glyphs/Cookie.js';
|
|
566
|
+
export { CookingPot } from './glyphs/CookingPot.js';
|
|
567
|
+
export { Copy } from './glyphs/Copy.js';
|
|
568
|
+
export { CopyCheck } from './glyphs/CopyCheck.js';
|
|
569
|
+
export { Copyleft } from './glyphs/Copyleft.js';
|
|
570
|
+
export { CopyMinus } from './glyphs/CopyMinus.js';
|
|
571
|
+
export { CopyPlus } from './glyphs/CopyPlus.js';
|
|
572
|
+
export { Copyright } from './glyphs/Copyright.js';
|
|
573
|
+
export { CopySlash } from './glyphs/CopySlash.js';
|
|
574
|
+
export { CopyX } from './glyphs/CopyX.js';
|
|
575
|
+
export { CornerDownLeft } from './glyphs/CornerDownLeft.js';
|
|
576
|
+
export { CornerDownRight } from './glyphs/CornerDownRight.js';
|
|
577
|
+
export { CornerLeftDown } from './glyphs/CornerLeftDown.js';
|
|
578
|
+
export { CornerLeftUp } from './glyphs/CornerLeftUp.js';
|
|
579
|
+
export { CornerRightDown } from './glyphs/CornerRightDown.js';
|
|
580
|
+
export { CornerRightUp } from './glyphs/CornerRightUp.js';
|
|
581
|
+
export { CornerUpLeft } from './glyphs/CornerUpLeft.js';
|
|
582
|
+
export { CornerUpRight } from './glyphs/CornerUpRight.js';
|
|
583
|
+
export { Cpu } from './glyphs/Cpu.js';
|
|
584
|
+
export { CreativeCommons } from './glyphs/CreativeCommons.js';
|
|
585
|
+
export { CreditCard } from './glyphs/CreditCard.js';
|
|
586
|
+
export { Croissant } from './glyphs/Croissant.js';
|
|
587
|
+
export { Crop } from './glyphs/Crop.js';
|
|
588
|
+
export { Cross } from './glyphs/Cross.js';
|
|
589
|
+
export { Crosshair } from './glyphs/Crosshair.js';
|
|
590
|
+
export { Crown } from './glyphs/Crown.js';
|
|
591
|
+
export { Cuboid } from './glyphs/Cuboid.js';
|
|
592
|
+
export { CupSoda } from './glyphs/CupSoda.js';
|
|
593
|
+
export { CurlyBraces } from './glyphs/CurlyBraces.js';
|
|
594
|
+
export { Currency } from './glyphs/Currency.js';
|
|
595
|
+
export { Cylinder } from './glyphs/Cylinder.js';
|
|
596
|
+
export { Dam } from './glyphs/Dam.js';
|
|
597
|
+
export { Database } from './glyphs/Database.js';
|
|
598
|
+
export { DatabaseBackup } from './glyphs/DatabaseBackup.js';
|
|
599
|
+
export { DatabaseSearch } from './glyphs/DatabaseSearch.js';
|
|
600
|
+
export { DatabaseZap } from './glyphs/DatabaseZap.js';
|
|
601
|
+
export { DecimalsArrowLeft } from './glyphs/DecimalsArrowLeft.js';
|
|
602
|
+
export { DecimalsArrowRight } from './glyphs/DecimalsArrowRight.js';
|
|
603
|
+
export { Delete } from './glyphs/Delete.js';
|
|
604
|
+
export { Dessert } from './glyphs/Dessert.js';
|
|
605
|
+
export { Diameter } from './glyphs/Diameter.js';
|
|
606
|
+
export { Diamond } from './glyphs/Diamond.js';
|
|
607
|
+
export { DiamondMinus } from './glyphs/DiamondMinus.js';
|
|
608
|
+
export { DiamondPercent } from './glyphs/DiamondPercent.js';
|
|
609
|
+
export { DiamondPlus } from './glyphs/DiamondPlus.js';
|
|
610
|
+
export { Dice1 } from './glyphs/Dice1.js';
|
|
611
|
+
export { Dice2 } from './glyphs/Dice2.js';
|
|
612
|
+
export { Dice3 } from './glyphs/Dice3.js';
|
|
613
|
+
export { Dice4 } from './glyphs/Dice4.js';
|
|
614
|
+
export { Dice5 } from './glyphs/Dice5.js';
|
|
615
|
+
export { Dice6 } from './glyphs/Dice6.js';
|
|
616
|
+
export { Dices } from './glyphs/Dices.js';
|
|
617
|
+
export { Diff } from './glyphs/Diff.js';
|
|
618
|
+
export { Disc } from './glyphs/Disc.js';
|
|
619
|
+
export { Disc2 } from './glyphs/Disc2.js';
|
|
620
|
+
export { Disc3 } from './glyphs/Disc3.js';
|
|
621
|
+
export { DiscAlbum } from './glyphs/DiscAlbum.js';
|
|
622
|
+
export { Divide } from './glyphs/Divide.js';
|
|
623
|
+
export { DivideCircle } from './glyphs/DivideCircle.js';
|
|
624
|
+
export { DivideSquare } from './glyphs/DivideSquare.js';
|
|
625
|
+
export { Dna } from './glyphs/Dna.js';
|
|
626
|
+
export { DnaOff } from './glyphs/DnaOff.js';
|
|
627
|
+
export { Dock } from './glyphs/Dock.js';
|
|
628
|
+
export { Dog } from './glyphs/Dog.js';
|
|
629
|
+
export { DollarSign } from './glyphs/DollarSign.js';
|
|
630
|
+
export { Donut } from './glyphs/Donut.js';
|
|
631
|
+
export { DoorClosed } from './glyphs/DoorClosed.js';
|
|
632
|
+
export { DoorClosedLocked } from './glyphs/DoorClosedLocked.js';
|
|
633
|
+
export { DoorOpen } from './glyphs/DoorOpen.js';
|
|
634
|
+
export { Dot } from './glyphs/Dot.js';
|
|
635
|
+
export { DotSquare } from './glyphs/DotSquare.js';
|
|
636
|
+
export { Download } from './glyphs/Download.js';
|
|
637
|
+
export { DownloadCloud } from './glyphs/DownloadCloud.js';
|
|
638
|
+
export { DraftingCompass } from './glyphs/DraftingCompass.js';
|
|
639
|
+
export { Drama } from './glyphs/Drama.js';
|
|
640
|
+
export { Drill } from './glyphs/Drill.js';
|
|
641
|
+
export { Drone } from './glyphs/Drone.js';
|
|
642
|
+
export { Droplet } from './glyphs/Droplet.js';
|
|
643
|
+
export { DropletOff } from './glyphs/DropletOff.js';
|
|
644
|
+
export { Droplets } from './glyphs/Droplets.js';
|
|
645
|
+
export { Drum } from './glyphs/Drum.js';
|
|
646
|
+
export { Drumstick } from './glyphs/Drumstick.js';
|
|
647
|
+
export { Dumbbell } from './glyphs/Dumbbell.js';
|
|
648
|
+
export { Ear } from './glyphs/Ear.js';
|
|
649
|
+
export { EarOff } from './glyphs/EarOff.js';
|
|
650
|
+
export { Earth } from './glyphs/Earth.js';
|
|
651
|
+
export { EarthLock } from './glyphs/EarthLock.js';
|
|
652
|
+
export { Eclipse } from './glyphs/Eclipse.js';
|
|
653
|
+
export { Edit } from './glyphs/Edit.js';
|
|
654
|
+
export { Edit2 } from './glyphs/Edit2.js';
|
|
655
|
+
export { Edit3 } from './glyphs/Edit3.js';
|
|
656
|
+
export { Egg } from './glyphs/Egg.js';
|
|
657
|
+
export { EggFried } from './glyphs/EggFried.js';
|
|
658
|
+
export { EggOff } from './glyphs/EggOff.js';
|
|
659
|
+
export { Ellipse } from './glyphs/Ellipse.js';
|
|
660
|
+
export { Ellipsis } from './glyphs/Ellipsis.js';
|
|
661
|
+
export { EllipsisVertical } from './glyphs/EllipsisVertical.js';
|
|
662
|
+
export { Equal } from './glyphs/Equal.js';
|
|
663
|
+
export { EqualApproximately } from './glyphs/EqualApproximately.js';
|
|
664
|
+
export { EqualNot } from './glyphs/EqualNot.js';
|
|
665
|
+
export { EqualSquare } from './glyphs/EqualSquare.js';
|
|
666
|
+
export { Eraser } from './glyphs/Eraser.js';
|
|
667
|
+
export { EthernetPort } from './glyphs/EthernetPort.js';
|
|
668
|
+
export { Euro } from './glyphs/Euro.js';
|
|
669
|
+
export { EvCharger } from './glyphs/EvCharger.js';
|
|
670
|
+
export { Expand } from './glyphs/Expand.js';
|
|
671
|
+
export { ExternalLink } from './glyphs/ExternalLink.js';
|
|
672
|
+
export { Eye } from './glyphs/Eye.js';
|
|
673
|
+
export { EyeClosed } from './glyphs/EyeClosed.js';
|
|
674
|
+
export { EyeOff } from './glyphs/EyeOff.js';
|
|
675
|
+
export { Factory } from './glyphs/Factory.js';
|
|
676
|
+
export { Fan } from './glyphs/Fan.js';
|
|
677
|
+
export { FastForward } from './glyphs/FastForward.js';
|
|
678
|
+
export { Feather } from './glyphs/Feather.js';
|
|
679
|
+
export { Fence } from './glyphs/Fence.js';
|
|
680
|
+
export { FerrisWheel } from './glyphs/FerrisWheel.js';
|
|
681
|
+
export { File } from './glyphs/File.js';
|
|
682
|
+
export { FileArchive } from './glyphs/FileArchive.js';
|
|
683
|
+
export { FileAudio } from './glyphs/FileAudio.js';
|
|
684
|
+
export { FileAudio2 } from './glyphs/FileAudio2.js';
|
|
685
|
+
export { FileAxis3D } from './glyphs/FileAxis3D.js';
|
|
686
|
+
export { FileBadge } from './glyphs/FileBadge.js';
|
|
687
|
+
export { FileBadge2 } from './glyphs/FileBadge2.js';
|
|
688
|
+
export { FileBarChart } from './glyphs/FileBarChart.js';
|
|
689
|
+
export { FileBarChart2 } from './glyphs/FileBarChart2.js';
|
|
690
|
+
export { FileBox } from './glyphs/FileBox.js';
|
|
691
|
+
export { FileBraces } from './glyphs/FileBraces.js';
|
|
692
|
+
export { FileBracesCorner } from './glyphs/FileBracesCorner.js';
|
|
693
|
+
export { FileChartColumn } from './glyphs/FileChartColumn.js';
|
|
694
|
+
export { FileChartColumnIncreasing } from './glyphs/FileChartColumnIncreasing.js';
|
|
695
|
+
export { FileChartLine } from './glyphs/FileChartLine.js';
|
|
696
|
+
export { FileChartPie } from './glyphs/FileChartPie.js';
|
|
697
|
+
export { FileCheck } from './glyphs/FileCheck.js';
|
|
698
|
+
export { FileCheck2 } from './glyphs/FileCheck2.js';
|
|
699
|
+
export { FileCheckCorner } from './glyphs/FileCheckCorner.js';
|
|
700
|
+
export { FileClock } from './glyphs/FileClock.js';
|
|
701
|
+
export { FileCode } from './glyphs/FileCode.js';
|
|
702
|
+
export { FileCode2 } from './glyphs/FileCode2.js';
|
|
703
|
+
export { FileCodeCorner } from './glyphs/FileCodeCorner.js';
|
|
704
|
+
export { FileCog } from './glyphs/FileCog.js';
|
|
705
|
+
export { FileCog2 } from './glyphs/FileCog2.js';
|
|
706
|
+
export { FileDiff } from './glyphs/FileDiff.js';
|
|
707
|
+
export { FileDigit } from './glyphs/FileDigit.js';
|
|
708
|
+
export { FileDown } from './glyphs/FileDown.js';
|
|
709
|
+
export { FileEdit } from './glyphs/FileEdit.js';
|
|
710
|
+
export { FileExclamationPoint } from './glyphs/FileExclamationPoint.js';
|
|
711
|
+
export { FileHeadphone } from './glyphs/FileHeadphone.js';
|
|
712
|
+
export { FileHeart } from './glyphs/FileHeart.js';
|
|
713
|
+
export { FileImage } from './glyphs/FileImage.js';
|
|
714
|
+
export { FileInput } from './glyphs/FileInput.js';
|
|
715
|
+
export { FileJson } from './glyphs/FileJson.js';
|
|
716
|
+
export { FileJson2 } from './glyphs/FileJson2.js';
|
|
717
|
+
export { FileKey } from './glyphs/FileKey.js';
|
|
718
|
+
export { FileKey2 } from './glyphs/FileKey2.js';
|
|
719
|
+
export { FileLineChart } from './glyphs/FileLineChart.js';
|
|
720
|
+
export { FileLock } from './glyphs/FileLock.js';
|
|
721
|
+
export { FileLock2 } from './glyphs/FileLock2.js';
|
|
722
|
+
export { FileMinus } from './glyphs/FileMinus.js';
|
|
723
|
+
export { FileMinus2 } from './glyphs/FileMinus2.js';
|
|
724
|
+
export { FileMinusCorner } from './glyphs/FileMinusCorner.js';
|
|
725
|
+
export { FileMusic } from './glyphs/FileMusic.js';
|
|
726
|
+
export { FileOutput } from './glyphs/FileOutput.js';
|
|
727
|
+
export { FilePen } from './glyphs/FilePen.js';
|
|
728
|
+
export { FilePenLine } from './glyphs/FilePenLine.js';
|
|
729
|
+
export { FilePieChart } from './glyphs/FilePieChart.js';
|
|
730
|
+
export { FilePlay } from './glyphs/FilePlay.js';
|
|
731
|
+
export { FilePlus } from './glyphs/FilePlus.js';
|
|
732
|
+
export { FilePlus2 } from './glyphs/FilePlus2.js';
|
|
733
|
+
export { FilePlusCorner } from './glyphs/FilePlusCorner.js';
|
|
734
|
+
export { FileQuestion } from './glyphs/FileQuestion.js';
|
|
735
|
+
export { FileQuestionMark } from './glyphs/FileQuestionMark.js';
|
|
736
|
+
export { Files } from './glyphs/Files.js';
|
|
737
|
+
export { FileScan } from './glyphs/FileScan.js';
|
|
738
|
+
export { FileSearch } from './glyphs/FileSearch.js';
|
|
739
|
+
export { FileSearch2 } from './glyphs/FileSearch2.js';
|
|
740
|
+
export { FileSearchCorner } from './glyphs/FileSearchCorner.js';
|
|
741
|
+
export { FileSignal } from './glyphs/FileSignal.js';
|
|
742
|
+
export { FileSignature } from './glyphs/FileSignature.js';
|
|
743
|
+
export { FileSliders } from './glyphs/FileSliders.js';
|
|
744
|
+
export { FileSpreadsheet } from './glyphs/FileSpreadsheet.js';
|
|
745
|
+
export { FileStack } from './glyphs/FileStack.js';
|
|
746
|
+
export { FileSymlink } from './glyphs/FileSymlink.js';
|
|
747
|
+
export { FileTerminal } from './glyphs/FileTerminal.js';
|
|
748
|
+
export { FileText } from './glyphs/FileText.js';
|
|
749
|
+
export { FileType } from './glyphs/FileType.js';
|
|
750
|
+
export { FileType2 } from './glyphs/FileType2.js';
|
|
751
|
+
export { FileTypeCorner } from './glyphs/FileTypeCorner.js';
|
|
752
|
+
export { FileUp } from './glyphs/FileUp.js';
|
|
753
|
+
export { FileUser } from './glyphs/FileUser.js';
|
|
754
|
+
export { FileVideo } from './glyphs/FileVideo.js';
|
|
755
|
+
export { FileVideo2 } from './glyphs/FileVideo2.js';
|
|
756
|
+
export { FileVideoCamera } from './glyphs/FileVideoCamera.js';
|
|
757
|
+
export { FileVolume } from './glyphs/FileVolume.js';
|
|
758
|
+
export { FileVolume2 } from './glyphs/FileVolume2.js';
|
|
759
|
+
export { FileWarning } from './glyphs/FileWarning.js';
|
|
760
|
+
export { FileX } from './glyphs/FileX.js';
|
|
761
|
+
export { FileX2 } from './glyphs/FileX2.js';
|
|
762
|
+
export { FileXCorner } from './glyphs/FileXCorner.js';
|
|
763
|
+
export { Film } from './glyphs/Film.js';
|
|
764
|
+
export { Filter } from './glyphs/Filter.js';
|
|
765
|
+
export { FilterX } from './glyphs/FilterX.js';
|
|
766
|
+
export { FingerprintPattern } from './glyphs/FingerprintPattern.js';
|
|
767
|
+
export { FireExtinguisher } from './glyphs/FireExtinguisher.js';
|
|
768
|
+
export { Fish } from './glyphs/Fish.js';
|
|
769
|
+
export { FishingHook } from './glyphs/FishingHook.js';
|
|
770
|
+
export { FishingRod } from './glyphs/FishingRod.js';
|
|
771
|
+
export { FishOff } from './glyphs/FishOff.js';
|
|
772
|
+
export { FishSymbol } from './glyphs/FishSymbol.js';
|
|
773
|
+
export { Flag } from './glyphs/Flag.js';
|
|
774
|
+
export { FlagOff } from './glyphs/FlagOff.js';
|
|
775
|
+
export { FlagTriangleLeft } from './glyphs/FlagTriangleLeft.js';
|
|
776
|
+
export { FlagTriangleRight } from './glyphs/FlagTriangleRight.js';
|
|
777
|
+
export { Flame } from './glyphs/Flame.js';
|
|
778
|
+
export { FlameKindling } from './glyphs/FlameKindling.js';
|
|
779
|
+
export { Flashlight } from './glyphs/Flashlight.js';
|
|
780
|
+
export { FlashlightOff } from './glyphs/FlashlightOff.js';
|
|
781
|
+
export { FlaskConical } from './glyphs/FlaskConical.js';
|
|
782
|
+
export { FlaskConicalOff } from './glyphs/FlaskConicalOff.js';
|
|
783
|
+
export { FlaskRound } from './glyphs/FlaskRound.js';
|
|
784
|
+
export { FlipHorizontal } from './glyphs/FlipHorizontal.js';
|
|
785
|
+
export { FlipHorizontal2 } from './glyphs/FlipHorizontal2.js';
|
|
786
|
+
export { FlipVertical } from './glyphs/FlipVertical.js';
|
|
787
|
+
export { FlipVertical2 } from './glyphs/FlipVertical2.js';
|
|
788
|
+
export { Flower } from './glyphs/Flower.js';
|
|
789
|
+
export { Flower2 } from './glyphs/Flower2.js';
|
|
790
|
+
export { Focus } from './glyphs/Focus.js';
|
|
791
|
+
export { Folder } from './glyphs/Folder.js';
|
|
792
|
+
export { FolderArchive } from './glyphs/FolderArchive.js';
|
|
793
|
+
export { FolderBookmark } from './glyphs/FolderBookmark.js';
|
|
794
|
+
export { FolderCheck } from './glyphs/FolderCheck.js';
|
|
795
|
+
export { FolderClock } from './glyphs/FolderClock.js';
|
|
796
|
+
export { FolderClosed } from './glyphs/FolderClosed.js';
|
|
797
|
+
export { FolderCode } from './glyphs/FolderCode.js';
|
|
798
|
+
export { FolderCog } from './glyphs/FolderCog.js';
|
|
799
|
+
export { FolderCog2 } from './glyphs/FolderCog2.js';
|
|
800
|
+
export { FolderDot } from './glyphs/FolderDot.js';
|
|
801
|
+
export { FolderDown } from './glyphs/FolderDown.js';
|
|
802
|
+
export { FolderEdit } from './glyphs/FolderEdit.js';
|
|
803
|
+
export { FolderGit } from './glyphs/FolderGit.js';
|
|
804
|
+
export { FolderGit2 } from './glyphs/FolderGit2.js';
|
|
805
|
+
export { FolderHeart } from './glyphs/FolderHeart.js';
|
|
806
|
+
export { FolderInput } from './glyphs/FolderInput.js';
|
|
807
|
+
export { FolderKanban } from './glyphs/FolderKanban.js';
|
|
808
|
+
export { FolderKey } from './glyphs/FolderKey.js';
|
|
809
|
+
export { FolderLock } from './glyphs/FolderLock.js';
|
|
810
|
+
export { FolderMinus } from './glyphs/FolderMinus.js';
|
|
811
|
+
export { FolderOpen } from './glyphs/FolderOpen.js';
|
|
812
|
+
export { FolderOpenDot } from './glyphs/FolderOpenDot.js';
|
|
813
|
+
export { FolderOutput } from './glyphs/FolderOutput.js';
|
|
814
|
+
export { FolderPen } from './glyphs/FolderPen.js';
|
|
815
|
+
export { FolderPlus } from './glyphs/FolderPlus.js';
|
|
816
|
+
export { FolderRoot } from './glyphs/FolderRoot.js';
|
|
817
|
+
export { Folders } from './glyphs/Folders.js';
|
|
818
|
+
export { FolderSearch } from './glyphs/FolderSearch.js';
|
|
819
|
+
export { FolderSearch2 } from './glyphs/FolderSearch2.js';
|
|
820
|
+
export { FolderSymlink } from './glyphs/FolderSymlink.js';
|
|
821
|
+
export { FolderSync } from './glyphs/FolderSync.js';
|
|
822
|
+
export { FolderTree } from './glyphs/FolderTree.js';
|
|
823
|
+
export { FolderUp } from './glyphs/FolderUp.js';
|
|
824
|
+
export { FolderX } from './glyphs/FolderX.js';
|
|
825
|
+
export { FoldHorizontal } from './glyphs/FoldHorizontal.js';
|
|
826
|
+
export { FoldVertical } from './glyphs/FoldVertical.js';
|
|
827
|
+
export { Footprints } from './glyphs/Footprints.js';
|
|
828
|
+
export { ForkKnife } from './glyphs/ForkKnife.js';
|
|
829
|
+
export { ForkKnifeCrossed } from './glyphs/ForkKnifeCrossed.js';
|
|
830
|
+
export { Forklift } from './glyphs/Forklift.js';
|
|
831
|
+
export { Form } from './glyphs/Form.js';
|
|
832
|
+
export { FormInput } from './glyphs/FormInput.js';
|
|
833
|
+
export { Forward } from './glyphs/Forward.js';
|
|
834
|
+
export { Frame } from './glyphs/Frame.js';
|
|
835
|
+
export { Frown } from './glyphs/Frown.js';
|
|
836
|
+
export { Fuel } from './glyphs/Fuel.js';
|
|
837
|
+
export { Fullscreen } from './glyphs/Fullscreen.js';
|
|
838
|
+
export { FunctionSquare } from './glyphs/FunctionSquare.js';
|
|
839
|
+
export { Funnel } from './glyphs/Funnel.js';
|
|
840
|
+
export { FunnelPlus } from './glyphs/FunnelPlus.js';
|
|
841
|
+
export { FunnelX } from './glyphs/FunnelX.js';
|
|
842
|
+
export { GalleryHorizontal } from './glyphs/GalleryHorizontal.js';
|
|
843
|
+
export { GalleryHorizontalEnd } from './glyphs/GalleryHorizontalEnd.js';
|
|
844
|
+
export { GalleryThumbnails } from './glyphs/GalleryThumbnails.js';
|
|
845
|
+
export { GalleryVertical } from './glyphs/GalleryVertical.js';
|
|
846
|
+
export { GalleryVerticalEnd } from './glyphs/GalleryVerticalEnd.js';
|
|
847
|
+
export { Gamepad } from './glyphs/Gamepad.js';
|
|
848
|
+
export { Gamepad2 } from './glyphs/Gamepad2.js';
|
|
849
|
+
export { GamepadDirectional } from './glyphs/GamepadDirectional.js';
|
|
850
|
+
export { GanttChart } from './glyphs/GanttChart.js';
|
|
851
|
+
export { GanttChartSquare } from './glyphs/GanttChartSquare.js';
|
|
852
|
+
export { Gauge } from './glyphs/Gauge.js';
|
|
853
|
+
export { GaugeCircle } from './glyphs/GaugeCircle.js';
|
|
854
|
+
export { Gavel } from './glyphs/Gavel.js';
|
|
855
|
+
export { Gem } from './glyphs/Gem.js';
|
|
856
|
+
export { GeorgianLari } from './glyphs/GeorgianLari.js';
|
|
857
|
+
export { Ghost } from './glyphs/Ghost.js';
|
|
858
|
+
export { Gift } from './glyphs/Gift.js';
|
|
859
|
+
export { GitBranch } from './glyphs/GitBranch.js';
|
|
860
|
+
export { GitBranchMinus } from './glyphs/GitBranchMinus.js';
|
|
861
|
+
export { GitBranchPlus } from './glyphs/GitBranchPlus.js';
|
|
862
|
+
export { GitCommit } from './glyphs/GitCommit.js';
|
|
863
|
+
export { GitCommitHorizontal } from './glyphs/GitCommitHorizontal.js';
|
|
864
|
+
export { GitCommitVertical } from './glyphs/GitCommitVertical.js';
|
|
865
|
+
export { GitCompare } from './glyphs/GitCompare.js';
|
|
866
|
+
export { GitCompareArrows } from './glyphs/GitCompareArrows.js';
|
|
867
|
+
export { GitFork } from './glyphs/GitFork.js';
|
|
868
|
+
export { GitGraph } from './glyphs/GitGraph.js';
|
|
869
|
+
export { GitMerge } from './glyphs/GitMerge.js';
|
|
870
|
+
export { GitMergeConflict } from './glyphs/GitMergeConflict.js';
|
|
871
|
+
export { GitPullRequest } from './glyphs/GitPullRequest.js';
|
|
872
|
+
export { GitPullRequestArrow } from './glyphs/GitPullRequestArrow.js';
|
|
873
|
+
export { GitPullRequestClosed } from './glyphs/GitPullRequestClosed.js';
|
|
874
|
+
export { GitPullRequestCreate } from './glyphs/GitPullRequestCreate.js';
|
|
875
|
+
export { GitPullRequestCreateArrow } from './glyphs/GitPullRequestCreateArrow.js';
|
|
876
|
+
export { GitPullRequestDraft } from './glyphs/GitPullRequestDraft.js';
|
|
877
|
+
export { Glasses } from './glyphs/Glasses.js';
|
|
878
|
+
export { GlassWater } from './glyphs/GlassWater.js';
|
|
879
|
+
export { Globe } from './glyphs/Globe.js';
|
|
880
|
+
export { Globe2 } from './glyphs/Globe2.js';
|
|
881
|
+
export { GlobeLock } from './glyphs/GlobeLock.js';
|
|
882
|
+
export { GlobeOff } from './glyphs/GlobeOff.js';
|
|
883
|
+
export { GlobeX } from './glyphs/GlobeX.js';
|
|
884
|
+
export { Goal } from './glyphs/Goal.js';
|
|
885
|
+
export { Gpu } from './glyphs/Gpu.js';
|
|
886
|
+
export { Grab } from './glyphs/Grab.js';
|
|
887
|
+
export { GraduationCap } from './glyphs/GraduationCap.js';
|
|
888
|
+
export { Grape } from './glyphs/Grape.js';
|
|
889
|
+
export { Grid } from './glyphs/Grid.js';
|
|
890
|
+
export { Grid2X2 } from './glyphs/Grid2X2.js';
|
|
891
|
+
export { Grid2X2Check } from './glyphs/Grid2X2Check.js';
|
|
892
|
+
export { Grid2X2Plus } from './glyphs/Grid2X2Plus.js';
|
|
893
|
+
export { Grid2X2X } from './glyphs/Grid2X2X.js';
|
|
894
|
+
export { Grid3x2 } from './glyphs/Grid3x2.js';
|
|
895
|
+
export { Grid3X3 } from './glyphs/Grid3X3.js';
|
|
896
|
+
export { Grip } from './glyphs/Grip.js';
|
|
897
|
+
export { GripHorizontal } from './glyphs/GripHorizontal.js';
|
|
898
|
+
export { GripVertical } from './glyphs/GripVertical.js';
|
|
899
|
+
export { Group } from './glyphs/Group.js';
|
|
900
|
+
export { Guitar } from './glyphs/Guitar.js';
|
|
901
|
+
export { Ham } from './glyphs/Ham.js';
|
|
902
|
+
export { Hamburger } from './glyphs/Hamburger.js';
|
|
903
|
+
export { Hammer } from './glyphs/Hammer.js';
|
|
904
|
+
export { Hand } from './glyphs/Hand.js';
|
|
905
|
+
export { Handbag } from './glyphs/Handbag.js';
|
|
906
|
+
export { HandCoins } from './glyphs/HandCoins.js';
|
|
907
|
+
export { HandFist } from './glyphs/HandFist.js';
|
|
908
|
+
export { HandGrab } from './glyphs/HandGrab.js';
|
|
909
|
+
export { HandHeart } from './glyphs/HandHeart.js';
|
|
910
|
+
export { HandHelping } from './glyphs/HandHelping.js';
|
|
911
|
+
export { HandMetal } from './glyphs/HandMetal.js';
|
|
912
|
+
export { HandPlatter } from './glyphs/HandPlatter.js';
|
|
913
|
+
export { Handshake } from './glyphs/Handshake.js';
|
|
914
|
+
export { HardDrive } from './glyphs/HardDrive.js';
|
|
915
|
+
export { HardDriveDownload } from './glyphs/HardDriveDownload.js';
|
|
916
|
+
export { HardDriveUpload } from './glyphs/HardDriveUpload.js';
|
|
917
|
+
export { HardHat } from './glyphs/HardHat.js';
|
|
918
|
+
export { Hash } from './glyphs/Hash.js';
|
|
919
|
+
export { HatGlasses } from './glyphs/HatGlasses.js';
|
|
920
|
+
export { Haze } from './glyphs/Haze.js';
|
|
921
|
+
export { Hd } from './glyphs/Hd.js';
|
|
922
|
+
export { HdmiPort } from './glyphs/HdmiPort.js';
|
|
923
|
+
export { Heading } from './glyphs/Heading.js';
|
|
924
|
+
export { Heading1 } from './glyphs/Heading1.js';
|
|
925
|
+
export { Heading2 } from './glyphs/Heading2.js';
|
|
926
|
+
export { Heading3 } from './glyphs/Heading3.js';
|
|
927
|
+
export { Heading4 } from './glyphs/Heading4.js';
|
|
928
|
+
export { Heading5 } from './glyphs/Heading5.js';
|
|
929
|
+
export { Heading6 } from './glyphs/Heading6.js';
|
|
930
|
+
export { HeadphoneOff } from './glyphs/HeadphoneOff.js';
|
|
931
|
+
export { Headphones } from './glyphs/Headphones.js';
|
|
932
|
+
export { Headset } from './glyphs/Headset.js';
|
|
933
|
+
export { Heart } from './glyphs/Heart.js';
|
|
934
|
+
export { HeartCrack } from './glyphs/HeartCrack.js';
|
|
935
|
+
export { HeartHandshake } from './glyphs/HeartHandshake.js';
|
|
936
|
+
export { HeartMinus } from './glyphs/HeartMinus.js';
|
|
937
|
+
export { HeartOff } from './glyphs/HeartOff.js';
|
|
938
|
+
export { HeartPlus } from './glyphs/HeartPlus.js';
|
|
939
|
+
export { HeartPulse } from './glyphs/HeartPulse.js';
|
|
940
|
+
export { HeartX } from './glyphs/HeartX.js';
|
|
941
|
+
export { Heater } from './glyphs/Heater.js';
|
|
942
|
+
export { Helicopter } from './glyphs/Helicopter.js';
|
|
943
|
+
export { HelpCircle } from './glyphs/HelpCircle.js';
|
|
944
|
+
export { HelpingHand } from './glyphs/HelpingHand.js';
|
|
945
|
+
export { Hexagon } from './glyphs/Hexagon.js';
|
|
946
|
+
export { Highlighter } from './glyphs/Highlighter.js';
|
|
947
|
+
export { History } from './glyphs/History.js';
|
|
948
|
+
export { Home } from './glyphs/Home.js';
|
|
949
|
+
export { Hop } from './glyphs/Hop.js';
|
|
950
|
+
export { HopOff } from './glyphs/HopOff.js';
|
|
951
|
+
export { Hospital } from './glyphs/Hospital.js';
|
|
952
|
+
export { Hotel } from './glyphs/Hotel.js';
|
|
953
|
+
export { Hourglass } from './glyphs/Hourglass.js';
|
|
954
|
+
export { House } from './glyphs/House.js';
|
|
955
|
+
export { HouseHeart } from './glyphs/HouseHeart.js';
|
|
956
|
+
export { HousePlug } from './glyphs/HousePlug.js';
|
|
957
|
+
export { HousePlus } from './glyphs/HousePlus.js';
|
|
958
|
+
export { HouseWifi } from './glyphs/HouseWifi.js';
|
|
959
|
+
export { IceCream } from './glyphs/IceCream.js';
|
|
960
|
+
export { IceCream2 } from './glyphs/IceCream2.js';
|
|
961
|
+
export { IceCreamBowl } from './glyphs/IceCreamBowl.js';
|
|
962
|
+
export { IceCreamCone } from './glyphs/IceCreamCone.js';
|
|
963
|
+
export { IdCard } from './glyphs/IdCard.js';
|
|
964
|
+
export { IdCardLanyard } from './glyphs/IdCardLanyard.js';
|
|
965
|
+
export { Image } from './glyphs/Image.js';
|
|
966
|
+
export { ImageDown } from './glyphs/ImageDown.js';
|
|
967
|
+
export { ImageMinus } from './glyphs/ImageMinus.js';
|
|
968
|
+
export { ImageOff } from './glyphs/ImageOff.js';
|
|
969
|
+
export { ImagePlay } from './glyphs/ImagePlay.js';
|
|
970
|
+
export { ImagePlus } from './glyphs/ImagePlus.js';
|
|
971
|
+
export { Images } from './glyphs/Images.js';
|
|
972
|
+
export { ImageUp } from './glyphs/ImageUp.js';
|
|
973
|
+
export { ImageUpscale } from './glyphs/ImageUpscale.js';
|
|
974
|
+
export { Import } from './glyphs/Import.js';
|
|
975
|
+
export { Inbox } from './glyphs/Inbox.js';
|
|
976
|
+
export { Indent } from './glyphs/Indent.js';
|
|
977
|
+
export { IndentDecrease } from './glyphs/IndentDecrease.js';
|
|
978
|
+
export { IndentIncrease } from './glyphs/IndentIncrease.js';
|
|
979
|
+
export { IndianRupee } from './glyphs/IndianRupee.js';
|
|
980
|
+
export { Info } from './glyphs/Info.js';
|
|
981
|
+
export { Inspect } from './glyphs/Inspect.js';
|
|
982
|
+
export { InspectionPanel } from './glyphs/InspectionPanel.js';
|
|
983
|
+
export { Italic } from './glyphs/Italic.js';
|
|
984
|
+
export { IterationCcw } from './glyphs/IterationCcw.js';
|
|
985
|
+
export { IterationCw } from './glyphs/IterationCw.js';
|
|
986
|
+
export { JapaneseYen } from './glyphs/JapaneseYen.js';
|
|
987
|
+
export { Joystick } from './glyphs/Joystick.js';
|
|
988
|
+
export { Kanban } from './glyphs/Kanban.js';
|
|
989
|
+
export { KanbanSquare } from './glyphs/KanbanSquare.js';
|
|
990
|
+
export { KanbanSquareDashed } from './glyphs/KanbanSquareDashed.js';
|
|
991
|
+
export { Kayak } from './glyphs/Kayak.js';
|
|
992
|
+
export { Key } from './glyphs/Key.js';
|
|
993
|
+
export { Keyboard } from './glyphs/Keyboard.js';
|
|
994
|
+
export { KeyboardMusic } from './glyphs/KeyboardMusic.js';
|
|
995
|
+
export { KeyboardOff } from './glyphs/KeyboardOff.js';
|
|
996
|
+
export { KeyRound } from './glyphs/KeyRound.js';
|
|
997
|
+
export { KeySquare } from './glyphs/KeySquare.js';
|
|
998
|
+
export { Lamp } from './glyphs/Lamp.js';
|
|
999
|
+
export { LampCeiling } from './glyphs/LampCeiling.js';
|
|
1000
|
+
export { LampDesk } from './glyphs/LampDesk.js';
|
|
1001
|
+
export { LampFloor } from './glyphs/LampFloor.js';
|
|
1002
|
+
export { LampWallDown } from './glyphs/LampWallDown.js';
|
|
1003
|
+
export { LampWallUp } from './glyphs/LampWallUp.js';
|
|
1004
|
+
export { Landmark } from './glyphs/Landmark.js';
|
|
1005
|
+
export { LandPlot } from './glyphs/LandPlot.js';
|
|
1006
|
+
export { Languages } from './glyphs/Languages.js';
|
|
1007
|
+
export { Laptop } from './glyphs/Laptop.js';
|
|
1008
|
+
export { Laptop2 } from './glyphs/Laptop2.js';
|
|
1009
|
+
export { LaptopMinimal } from './glyphs/LaptopMinimal.js';
|
|
1010
|
+
export { LaptopMinimalCheck } from './glyphs/LaptopMinimalCheck.js';
|
|
1011
|
+
export { Lasso } from './glyphs/Lasso.js';
|
|
1012
|
+
export { LassoSelect } from './glyphs/LassoSelect.js';
|
|
1013
|
+
export { Laugh } from './glyphs/Laugh.js';
|
|
1014
|
+
export { Layers } from './glyphs/Layers.js';
|
|
1015
|
+
export { Layers2 } from './glyphs/Layers2.js';
|
|
1016
|
+
export { Layers3 } from './glyphs/Layers3.js';
|
|
1017
|
+
export { LayersMinus } from './glyphs/LayersMinus.js';
|
|
1018
|
+
export { LayersPlus } from './glyphs/LayersPlus.js';
|
|
1019
|
+
export { Layout } from './glyphs/Layout.js';
|
|
1020
|
+
export { LayoutDashboard } from './glyphs/LayoutDashboard.js';
|
|
1021
|
+
export { LayoutGrid } from './glyphs/LayoutGrid.js';
|
|
1022
|
+
export { LayoutList } from './glyphs/LayoutList.js';
|
|
1023
|
+
export { LayoutPanelLeft } from './glyphs/LayoutPanelLeft.js';
|
|
1024
|
+
export { LayoutPanelTop } from './glyphs/LayoutPanelTop.js';
|
|
1025
|
+
export { LayoutTemplate } from './glyphs/LayoutTemplate.js';
|
|
1026
|
+
export { Leaf } from './glyphs/Leaf.js';
|
|
1027
|
+
export { LeafyGreen } from './glyphs/LeafyGreen.js';
|
|
1028
|
+
export { Lectern } from './glyphs/Lectern.js';
|
|
1029
|
+
export { LensConcave } from './glyphs/LensConcave.js';
|
|
1030
|
+
export { LensConvex } from './glyphs/LensConvex.js';
|
|
1031
|
+
export { LetterText } from './glyphs/LetterText.js';
|
|
1032
|
+
export { Library } from './glyphs/Library.js';
|
|
1033
|
+
export { LibraryBig } from './glyphs/LibraryBig.js';
|
|
1034
|
+
export { LibrarySquare } from './glyphs/LibrarySquare.js';
|
|
1035
|
+
export { LifeBuoy } from './glyphs/LifeBuoy.js';
|
|
1036
|
+
export { Ligature } from './glyphs/Ligature.js';
|
|
1037
|
+
export { Lightbulb } from './glyphs/Lightbulb.js';
|
|
1038
|
+
export { LightbulbOff } from './glyphs/LightbulbOff.js';
|
|
1039
|
+
export { LineChart } from './glyphs/LineChart.js';
|
|
1040
|
+
export { LineDotRightHorizontal } from './glyphs/LineDotRightHorizontal.js';
|
|
1041
|
+
export { LineSquiggle } from './glyphs/LineSquiggle.js';
|
|
1042
|
+
export { LineStyle } from './glyphs/LineStyle.js';
|
|
1043
|
+
export { Link } from './glyphs/Link.js';
|
|
1044
|
+
export { Link2 } from './glyphs/Link2.js';
|
|
1045
|
+
export { Link2Off } from './glyphs/Link2Off.js';
|
|
1046
|
+
export { List } from './glyphs/List.js';
|
|
1047
|
+
export { ListCheck } from './glyphs/ListCheck.js';
|
|
1048
|
+
export { ListChecks } from './glyphs/ListChecks.js';
|
|
1049
|
+
export { ListChevronsDownUp } from './glyphs/ListChevronsDownUp.js';
|
|
1050
|
+
export { ListChevronsUpDown } from './glyphs/ListChevronsUpDown.js';
|
|
1051
|
+
export { ListCollapse } from './glyphs/ListCollapse.js';
|
|
1052
|
+
export { ListEnd } from './glyphs/ListEnd.js';
|
|
1053
|
+
export { ListFilter } from './glyphs/ListFilter.js';
|
|
1054
|
+
export { ListFilterPlus } from './glyphs/ListFilterPlus.js';
|
|
1055
|
+
export { ListIndentDecrease } from './glyphs/ListIndentDecrease.js';
|
|
1056
|
+
export { ListIndentIncrease } from './glyphs/ListIndentIncrease.js';
|
|
1057
|
+
export { ListMinus } from './glyphs/ListMinus.js';
|
|
1058
|
+
export { ListMusic } from './glyphs/ListMusic.js';
|
|
1059
|
+
export { ListOrdered } from './glyphs/ListOrdered.js';
|
|
1060
|
+
export { ListPlus } from './glyphs/ListPlus.js';
|
|
1061
|
+
export { ListRestart } from './glyphs/ListRestart.js';
|
|
1062
|
+
export { ListStart } from './glyphs/ListStart.js';
|
|
1063
|
+
export { ListTodo } from './glyphs/ListTodo.js';
|
|
1064
|
+
export { ListTree } from './glyphs/ListTree.js';
|
|
1065
|
+
export { ListVideo } from './glyphs/ListVideo.js';
|
|
1066
|
+
export { ListX } from './glyphs/ListX.js';
|
|
1067
|
+
export { Loader } from './glyphs/Loader.js';
|
|
1068
|
+
export { Loader2 } from './glyphs/Loader2.js';
|
|
1069
|
+
export { LoaderCircle } from './glyphs/LoaderCircle.js';
|
|
1070
|
+
export { LoaderPinwheel } from './glyphs/LoaderPinwheel.js';
|
|
1071
|
+
export { Locate } from './glyphs/Locate.js';
|
|
1072
|
+
export { LocateFixed } from './glyphs/LocateFixed.js';
|
|
1073
|
+
export { LocateOff } from './glyphs/LocateOff.js';
|
|
1074
|
+
export { LocationEdit } from './glyphs/LocationEdit.js';
|
|
1075
|
+
export { Lock } from './glyphs/Lock.js';
|
|
1076
|
+
export { LockKeyhole } from './glyphs/LockKeyhole.js';
|
|
1077
|
+
export { LockKeyholeOpen } from './glyphs/LockKeyholeOpen.js';
|
|
1078
|
+
export { LockOpen } from './glyphs/LockOpen.js';
|
|
1079
|
+
export { LogIn } from './glyphs/LogIn.js';
|
|
1080
|
+
export { LogOut } from './glyphs/LogOut.js';
|
|
1081
|
+
export { Logs } from './glyphs/Logs.js';
|
|
1082
|
+
export { Lollipop } from './glyphs/Lollipop.js';
|
|
1083
|
+
export { Luggage } from './glyphs/Luggage.js';
|
|
1084
|
+
export { Magnet } from './glyphs/Magnet.js';
|
|
1085
|
+
export { Mail } from './glyphs/Mail.js';
|
|
1086
|
+
export { Mailbox } from './glyphs/Mailbox.js';
|
|
1087
|
+
export { MailCheck } from './glyphs/MailCheck.js';
|
|
1088
|
+
export { MailMinus } from './glyphs/MailMinus.js';
|
|
1089
|
+
export { MailOpen } from './glyphs/MailOpen.js';
|
|
1090
|
+
export { MailPlus } from './glyphs/MailPlus.js';
|
|
1091
|
+
export { MailQuestion } from './glyphs/MailQuestion.js';
|
|
1092
|
+
export { MailQuestionMark } from './glyphs/MailQuestionMark.js';
|
|
1093
|
+
export { Mails } from './glyphs/Mails.js';
|
|
1094
|
+
export { MailSearch } from './glyphs/MailSearch.js';
|
|
1095
|
+
export { MailWarning } from './glyphs/MailWarning.js';
|
|
1096
|
+
export { MailX } from './glyphs/MailX.js';
|
|
1097
|
+
export { Map } from './glyphs/Map.js';
|
|
1098
|
+
export { MapMinus } from './glyphs/MapMinus.js';
|
|
1099
|
+
export { MapPin } from './glyphs/MapPin.js';
|
|
1100
|
+
export { MapPinCheck } from './glyphs/MapPinCheck.js';
|
|
1101
|
+
export { MapPinCheckInside } from './glyphs/MapPinCheckInside.js';
|
|
1102
|
+
export { MapPinHouse } from './glyphs/MapPinHouse.js';
|
|
1103
|
+
export { MapPinMinus } from './glyphs/MapPinMinus.js';
|
|
1104
|
+
export { MapPinMinusInside } from './glyphs/MapPinMinusInside.js';
|
|
1105
|
+
export { MapPinned } from './glyphs/MapPinned.js';
|
|
1106
|
+
export { MapPinOff } from './glyphs/MapPinOff.js';
|
|
1107
|
+
export { MapPinPen } from './glyphs/MapPinPen.js';
|
|
1108
|
+
export { MapPinPlus } from './glyphs/MapPinPlus.js';
|
|
1109
|
+
export { MapPinPlusInside } from './glyphs/MapPinPlusInside.js';
|
|
1110
|
+
export { MapPinSearch } from './glyphs/MapPinSearch.js';
|
|
1111
|
+
export { MapPinX } from './glyphs/MapPinX.js';
|
|
1112
|
+
export { MapPinXInside } from './glyphs/MapPinXInside.js';
|
|
1113
|
+
export { MapPlus } from './glyphs/MapPlus.js';
|
|
1114
|
+
export { Mars } from './glyphs/Mars.js';
|
|
1115
|
+
export { MarsStroke } from './glyphs/MarsStroke.js';
|
|
1116
|
+
export { Martini } from './glyphs/Martini.js';
|
|
1117
|
+
export { Maximize } from './glyphs/Maximize.js';
|
|
1118
|
+
export { Maximize2 } from './glyphs/Maximize2.js';
|
|
1119
|
+
export { Medal } from './glyphs/Medal.js';
|
|
1120
|
+
export { Megaphone } from './glyphs/Megaphone.js';
|
|
1121
|
+
export { MegaphoneOff } from './glyphs/MegaphoneOff.js';
|
|
1122
|
+
export { Meh } from './glyphs/Meh.js';
|
|
1123
|
+
export { MemoryStick } from './glyphs/MemoryStick.js';
|
|
1124
|
+
export { Menu } from './glyphs/Menu.js';
|
|
1125
|
+
export { MenuSquare } from './glyphs/MenuSquare.js';
|
|
1126
|
+
export { Merge } from './glyphs/Merge.js';
|
|
1127
|
+
export { MessageCircle } from './glyphs/MessageCircle.js';
|
|
1128
|
+
export { MessageCircleCheck } from './glyphs/MessageCircleCheck.js';
|
|
1129
|
+
export { MessageCircleCode } from './glyphs/MessageCircleCode.js';
|
|
1130
|
+
export { MessageCircleDashed } from './glyphs/MessageCircleDashed.js';
|
|
1131
|
+
export { MessageCircleHeart } from './glyphs/MessageCircleHeart.js';
|
|
1132
|
+
export { MessageCircleMore } from './glyphs/MessageCircleMore.js';
|
|
1133
|
+
export { MessageCircleOff } from './glyphs/MessageCircleOff.js';
|
|
1134
|
+
export { MessageCirclePlus } from './glyphs/MessageCirclePlus.js';
|
|
1135
|
+
export { MessageCircleQuestion } from './glyphs/MessageCircleQuestion.js';
|
|
1136
|
+
export { MessageCircleQuestionMark } from './glyphs/MessageCircleQuestionMark.js';
|
|
1137
|
+
export { MessageCircleReply } from './glyphs/MessageCircleReply.js';
|
|
1138
|
+
export { MessageCircleWarning } from './glyphs/MessageCircleWarning.js';
|
|
1139
|
+
export { MessageCircleX } from './glyphs/MessageCircleX.js';
|
|
1140
|
+
export { MessageSquare } from './glyphs/MessageSquare.js';
|
|
1141
|
+
export { MessageSquareCheck } from './glyphs/MessageSquareCheck.js';
|
|
1142
|
+
export { MessageSquareCode } from './glyphs/MessageSquareCode.js';
|
|
1143
|
+
export { MessageSquareDashed } from './glyphs/MessageSquareDashed.js';
|
|
1144
|
+
export { MessageSquareDiff } from './glyphs/MessageSquareDiff.js';
|
|
1145
|
+
export { MessageSquareDot } from './glyphs/MessageSquareDot.js';
|
|
1146
|
+
export { MessageSquareHeart } from './glyphs/MessageSquareHeart.js';
|
|
1147
|
+
export { MessageSquareLock } from './glyphs/MessageSquareLock.js';
|
|
1148
|
+
export { MessageSquareMore } from './glyphs/MessageSquareMore.js';
|
|
1149
|
+
export { MessageSquareOff } from './glyphs/MessageSquareOff.js';
|
|
1150
|
+
export { MessageSquarePlus } from './glyphs/MessageSquarePlus.js';
|
|
1151
|
+
export { MessageSquareQuote } from './glyphs/MessageSquareQuote.js';
|
|
1152
|
+
export { MessageSquareReply } from './glyphs/MessageSquareReply.js';
|
|
1153
|
+
export { MessageSquareShare } from './glyphs/MessageSquareShare.js';
|
|
1154
|
+
export { MessageSquareText } from './glyphs/MessageSquareText.js';
|
|
1155
|
+
export { MessageSquareWarning } from './glyphs/MessageSquareWarning.js';
|
|
1156
|
+
export { MessageSquareX } from './glyphs/MessageSquareX.js';
|
|
1157
|
+
export { MessagesSquare } from './glyphs/MessagesSquare.js';
|
|
1158
|
+
export { Metronome } from './glyphs/Metronome.js';
|
|
1159
|
+
export { Mic } from './glyphs/Mic.js';
|
|
1160
|
+
export { Mic2 } from './glyphs/Mic2.js';
|
|
1161
|
+
export { MicOff } from './glyphs/MicOff.js';
|
|
1162
|
+
export { Microchip } from './glyphs/Microchip.js';
|
|
1163
|
+
export { Microscope } from './glyphs/Microscope.js';
|
|
1164
|
+
export { Microwave } from './glyphs/Microwave.js';
|
|
1165
|
+
export { MicVocal } from './glyphs/MicVocal.js';
|
|
1166
|
+
export { Milestone } from './glyphs/Milestone.js';
|
|
1167
|
+
export { Milk } from './glyphs/Milk.js';
|
|
1168
|
+
export { MilkOff } from './glyphs/MilkOff.js';
|
|
1169
|
+
export { Minimize } from './glyphs/Minimize.js';
|
|
1170
|
+
export { Minimize2 } from './glyphs/Minimize2.js';
|
|
1171
|
+
export { Minus } from './glyphs/Minus.js';
|
|
1172
|
+
export { MinusCircle } from './glyphs/MinusCircle.js';
|
|
1173
|
+
export { MinusSquare } from './glyphs/MinusSquare.js';
|
|
1174
|
+
export { MirrorRectangular } from './glyphs/MirrorRectangular.js';
|
|
1175
|
+
export { MirrorRound } from './glyphs/MirrorRound.js';
|
|
1176
|
+
export { Monitor } from './glyphs/Monitor.js';
|
|
1177
|
+
export { MonitorCheck } from './glyphs/MonitorCheck.js';
|
|
1178
|
+
export { MonitorCloud } from './glyphs/MonitorCloud.js';
|
|
1179
|
+
export { MonitorCog } from './glyphs/MonitorCog.js';
|
|
1180
|
+
export { MonitorDot } from './glyphs/MonitorDot.js';
|
|
1181
|
+
export { MonitorDown } from './glyphs/MonitorDown.js';
|
|
1182
|
+
export { MonitorOff } from './glyphs/MonitorOff.js';
|
|
1183
|
+
export { MonitorPause } from './glyphs/MonitorPause.js';
|
|
1184
|
+
export { MonitorPlay } from './glyphs/MonitorPlay.js';
|
|
1185
|
+
export { MonitorSmartphone } from './glyphs/MonitorSmartphone.js';
|
|
1186
|
+
export { MonitorSpeaker } from './glyphs/MonitorSpeaker.js';
|
|
1187
|
+
export { MonitorStop } from './glyphs/MonitorStop.js';
|
|
1188
|
+
export { MonitorUp } from './glyphs/MonitorUp.js';
|
|
1189
|
+
export { MonitorX } from './glyphs/MonitorX.js';
|
|
1190
|
+
export { Moon } from './glyphs/Moon.js';
|
|
1191
|
+
export { MoonStar } from './glyphs/MoonStar.js';
|
|
1192
|
+
export { MoreHorizontal } from './glyphs/MoreHorizontal.js';
|
|
1193
|
+
export { MoreVertical } from './glyphs/MoreVertical.js';
|
|
1194
|
+
export { Motorbike } from './glyphs/Motorbike.js';
|
|
1195
|
+
export { Mountain } from './glyphs/Mountain.js';
|
|
1196
|
+
export { MountainSnow } from './glyphs/MountainSnow.js';
|
|
1197
|
+
export { Mouse } from './glyphs/Mouse.js';
|
|
1198
|
+
export { MouseLeft } from './glyphs/MouseLeft.js';
|
|
1199
|
+
export { MouseOff } from './glyphs/MouseOff.js';
|
|
1200
|
+
export { MousePointer } from './glyphs/MousePointer.js';
|
|
1201
|
+
export { MousePointer2 } from './glyphs/MousePointer2.js';
|
|
1202
|
+
export { MousePointer2Off } from './glyphs/MousePointer2Off.js';
|
|
1203
|
+
export { MousePointerBan } from './glyphs/MousePointerBan.js';
|
|
1204
|
+
export { MousePointerClick } from './glyphs/MousePointerClick.js';
|
|
1205
|
+
export { MousePointerSquareDashed } from './glyphs/MousePointerSquareDashed.js';
|
|
1206
|
+
export { MouseRight } from './glyphs/MouseRight.js';
|
|
1207
|
+
export { Move } from './glyphs/Move.js';
|
|
1208
|
+
export { Move3D } from './glyphs/Move3D.js';
|
|
1209
|
+
export { MoveDiagonal } from './glyphs/MoveDiagonal.js';
|
|
1210
|
+
export { MoveDiagonal2 } from './glyphs/MoveDiagonal2.js';
|
|
1211
|
+
export { MoveDown } from './glyphs/MoveDown.js';
|
|
1212
|
+
export { MoveDownLeft } from './glyphs/MoveDownLeft.js';
|
|
1213
|
+
export { MoveDownRight } from './glyphs/MoveDownRight.js';
|
|
1214
|
+
export { MoveHorizontal } from './glyphs/MoveHorizontal.js';
|
|
1215
|
+
export { MoveLeft } from './glyphs/MoveLeft.js';
|
|
1216
|
+
export { MoveRight } from './glyphs/MoveRight.js';
|
|
1217
|
+
export { MoveUp } from './glyphs/MoveUp.js';
|
|
1218
|
+
export { MoveUpLeft } from './glyphs/MoveUpLeft.js';
|
|
1219
|
+
export { MoveUpRight } from './glyphs/MoveUpRight.js';
|
|
1220
|
+
export { MoveVertical } from './glyphs/MoveVertical.js';
|
|
1221
|
+
export { MSquare } from './glyphs/MSquare.js';
|
|
1222
|
+
export { Music } from './glyphs/Music.js';
|
|
1223
|
+
export { Music2 } from './glyphs/Music2.js';
|
|
1224
|
+
export { Music3 } from './glyphs/Music3.js';
|
|
1225
|
+
export { Music4 } from './glyphs/Music4.js';
|
|
1226
|
+
export { Navigation } from './glyphs/Navigation.js';
|
|
1227
|
+
export { Navigation2 } from './glyphs/Navigation2.js';
|
|
1228
|
+
export { Navigation2Off } from './glyphs/Navigation2Off.js';
|
|
1229
|
+
export { NavigationOff } from './glyphs/NavigationOff.js';
|
|
1230
|
+
export { Network } from './glyphs/Network.js';
|
|
1231
|
+
export { Newspaper } from './glyphs/Newspaper.js';
|
|
1232
|
+
export { Nfc } from './glyphs/Nfc.js';
|
|
1233
|
+
export { NonBinary } from './glyphs/NonBinary.js';
|
|
1234
|
+
export { Notebook } from './glyphs/Notebook.js';
|
|
1235
|
+
export { NotebookPen } from './glyphs/NotebookPen.js';
|
|
1236
|
+
export { NotebookTabs } from './glyphs/NotebookTabs.js';
|
|
1237
|
+
export { NotebookText } from './glyphs/NotebookText.js';
|
|
1238
|
+
export { NotepadText } from './glyphs/NotepadText.js';
|
|
1239
|
+
export { NotepadTextDashed } from './glyphs/NotepadTextDashed.js';
|
|
1240
|
+
export { Nut } from './glyphs/Nut.js';
|
|
1241
|
+
export { NutOff } from './glyphs/NutOff.js';
|
|
1242
|
+
export { Octagon } from './glyphs/Octagon.js';
|
|
1243
|
+
export { OctagonAlert } from './glyphs/OctagonAlert.js';
|
|
1244
|
+
export { OctagonMinus } from './glyphs/OctagonMinus.js';
|
|
1245
|
+
export { OctagonPause } from './glyphs/OctagonPause.js';
|
|
1246
|
+
export { OctagonX } from './glyphs/OctagonX.js';
|
|
1247
|
+
export { Omega } from './glyphs/Omega.js';
|
|
1248
|
+
export { Option } from './glyphs/Option.js';
|
|
1249
|
+
export { Orbit } from './glyphs/Orbit.js';
|
|
1250
|
+
export { Origami } from './glyphs/Origami.js';
|
|
1251
|
+
export { Outdent } from './glyphs/Outdent.js';
|
|
1252
|
+
export { Package } from './glyphs/Package.js';
|
|
1253
|
+
export { Package2 } from './glyphs/Package2.js';
|
|
1254
|
+
export { PackageCheck } from './glyphs/PackageCheck.js';
|
|
1255
|
+
export { PackageMinus } from './glyphs/PackageMinus.js';
|
|
1256
|
+
export { PackageOpen } from './glyphs/PackageOpen.js';
|
|
1257
|
+
export { PackagePlus } from './glyphs/PackagePlus.js';
|
|
1258
|
+
export { PackageSearch } from './glyphs/PackageSearch.js';
|
|
1259
|
+
export { PackageX } from './glyphs/PackageX.js';
|
|
1260
|
+
export { Paintbrush } from './glyphs/Paintbrush.js';
|
|
1261
|
+
export { Paintbrush2 } from './glyphs/Paintbrush2.js';
|
|
1262
|
+
export { PaintbrushVertical } from './glyphs/PaintbrushVertical.js';
|
|
1263
|
+
export { PaintBucket } from './glyphs/PaintBucket.js';
|
|
1264
|
+
export { PaintRoller } from './glyphs/PaintRoller.js';
|
|
1265
|
+
export { Palette } from './glyphs/Palette.js';
|
|
1266
|
+
export { Palmtree } from './glyphs/Palmtree.js';
|
|
1267
|
+
export { Panda } from './glyphs/Panda.js';
|
|
1268
|
+
export { PanelBottom } from './glyphs/PanelBottom.js';
|
|
1269
|
+
export { PanelBottomClose } from './glyphs/PanelBottomClose.js';
|
|
1270
|
+
export { PanelBottomDashed } from './glyphs/PanelBottomDashed.js';
|
|
1271
|
+
export { PanelBottomInactive } from './glyphs/PanelBottomInactive.js';
|
|
1272
|
+
export { PanelBottomOpen } from './glyphs/PanelBottomOpen.js';
|
|
1273
|
+
export { PanelLeft } from './glyphs/PanelLeft.js';
|
|
1274
|
+
export { PanelLeftClose } from './glyphs/PanelLeftClose.js';
|
|
1275
|
+
export { PanelLeftDashed } from './glyphs/PanelLeftDashed.js';
|
|
1276
|
+
export { PanelLeftInactive } from './glyphs/PanelLeftInactive.js';
|
|
1277
|
+
export { PanelLeftOpen } from './glyphs/PanelLeftOpen.js';
|
|
1278
|
+
export { PanelLeftRightDashed } from './glyphs/PanelLeftRightDashed.js';
|
|
1279
|
+
export { PanelRight } from './glyphs/PanelRight.js';
|
|
1280
|
+
export { PanelRightClose } from './glyphs/PanelRightClose.js';
|
|
1281
|
+
export { PanelRightDashed } from './glyphs/PanelRightDashed.js';
|
|
1282
|
+
export { PanelRightInactive } from './glyphs/PanelRightInactive.js';
|
|
1283
|
+
export { PanelRightOpen } from './glyphs/PanelRightOpen.js';
|
|
1284
|
+
export { PanelsLeftBottom } from './glyphs/PanelsLeftBottom.js';
|
|
1285
|
+
export { PanelsLeftRight } from './glyphs/PanelsLeftRight.js';
|
|
1286
|
+
export { PanelsRightBottom } from './glyphs/PanelsRightBottom.js';
|
|
1287
|
+
export { PanelsTopBottom } from './glyphs/PanelsTopBottom.js';
|
|
1288
|
+
export { PanelsTopLeft } from './glyphs/PanelsTopLeft.js';
|
|
1289
|
+
export { PanelTop } from './glyphs/PanelTop.js';
|
|
1290
|
+
export { PanelTopBottomDashed } from './glyphs/PanelTopBottomDashed.js';
|
|
1291
|
+
export { PanelTopClose } from './glyphs/PanelTopClose.js';
|
|
1292
|
+
export { PanelTopDashed } from './glyphs/PanelTopDashed.js';
|
|
1293
|
+
export { PanelTopInactive } from './glyphs/PanelTopInactive.js';
|
|
1294
|
+
export { PanelTopOpen } from './glyphs/PanelTopOpen.js';
|
|
1295
|
+
export { Paperclip } from './glyphs/Paperclip.js';
|
|
1296
|
+
export { Parentheses } from './glyphs/Parentheses.js';
|
|
1297
|
+
export { ParkingCircle } from './glyphs/ParkingCircle.js';
|
|
1298
|
+
export { ParkingCircleOff } from './glyphs/ParkingCircleOff.js';
|
|
1299
|
+
export { ParkingMeter } from './glyphs/ParkingMeter.js';
|
|
1300
|
+
export { ParkingSquare } from './glyphs/ParkingSquare.js';
|
|
1301
|
+
export { ParkingSquareOff } from './glyphs/ParkingSquareOff.js';
|
|
1302
|
+
export { PartyPopper } from './glyphs/PartyPopper.js';
|
|
1303
|
+
export { Pause } from './glyphs/Pause.js';
|
|
1304
|
+
export { PauseCircle } from './glyphs/PauseCircle.js';
|
|
1305
|
+
export { PauseOctagon } from './glyphs/PauseOctagon.js';
|
|
1306
|
+
export { PawPrint } from './glyphs/PawPrint.js';
|
|
1307
|
+
export { PcCase } from './glyphs/PcCase.js';
|
|
1308
|
+
export { Pen } from './glyphs/Pen.js';
|
|
1309
|
+
export { PenBox } from './glyphs/PenBox.js';
|
|
1310
|
+
export { Pencil } from './glyphs/Pencil.js';
|
|
1311
|
+
export { PencilLine } from './glyphs/PencilLine.js';
|
|
1312
|
+
export { PencilOff } from './glyphs/PencilOff.js';
|
|
1313
|
+
export { PencilRuler } from './glyphs/PencilRuler.js';
|
|
1314
|
+
export { PenLine } from './glyphs/PenLine.js';
|
|
1315
|
+
export { PenOff } from './glyphs/PenOff.js';
|
|
1316
|
+
export { PenSquare } from './glyphs/PenSquare.js';
|
|
1317
|
+
export { Pentagon } from './glyphs/Pentagon.js';
|
|
1318
|
+
export { PenTool } from './glyphs/PenTool.js';
|
|
1319
|
+
export { Percent } from './glyphs/Percent.js';
|
|
1320
|
+
export { PercentCircle } from './glyphs/PercentCircle.js';
|
|
1321
|
+
export { PercentDiamond } from './glyphs/PercentDiamond.js';
|
|
1322
|
+
export { PercentSquare } from './glyphs/PercentSquare.js';
|
|
1323
|
+
export { PersonStanding } from './glyphs/PersonStanding.js';
|
|
1324
|
+
export { PhilippinePeso } from './glyphs/PhilippinePeso.js';
|
|
1325
|
+
export { Phone } from './glyphs/Phone.js';
|
|
1326
|
+
export { PhoneCall } from './glyphs/PhoneCall.js';
|
|
1327
|
+
export { PhoneForwarded } from './glyphs/PhoneForwarded.js';
|
|
1328
|
+
export { PhoneIncoming } from './glyphs/PhoneIncoming.js';
|
|
1329
|
+
export { PhoneMissed } from './glyphs/PhoneMissed.js';
|
|
1330
|
+
export { PhoneOff } from './glyphs/PhoneOff.js';
|
|
1331
|
+
export { PhoneOutgoing } from './glyphs/PhoneOutgoing.js';
|
|
1332
|
+
export { Pi } from './glyphs/Pi.js';
|
|
1333
|
+
export { Piano } from './glyphs/Piano.js';
|
|
1334
|
+
export { Pickaxe } from './glyphs/Pickaxe.js';
|
|
1335
|
+
export { PictureInPicture } from './glyphs/PictureInPicture.js';
|
|
1336
|
+
export { PictureInPicture2 } from './glyphs/PictureInPicture2.js';
|
|
1337
|
+
export { PieChart } from './glyphs/PieChart.js';
|
|
1338
|
+
export { PiggyBank } from './glyphs/PiggyBank.js';
|
|
1339
|
+
export { Pilcrow } from './glyphs/Pilcrow.js';
|
|
1340
|
+
export { PilcrowLeft } from './glyphs/PilcrowLeft.js';
|
|
1341
|
+
export { PilcrowRight } from './glyphs/PilcrowRight.js';
|
|
1342
|
+
export { PilcrowSquare } from './glyphs/PilcrowSquare.js';
|
|
1343
|
+
export { Pill } from './glyphs/Pill.js';
|
|
1344
|
+
export { PillBottle } from './glyphs/PillBottle.js';
|
|
1345
|
+
export { Pin } from './glyphs/Pin.js';
|
|
1346
|
+
export { PinOff } from './glyphs/PinOff.js';
|
|
1347
|
+
export { Pipette } from './glyphs/Pipette.js';
|
|
1348
|
+
export { PiSquare } from './glyphs/PiSquare.js';
|
|
1349
|
+
export { Pizza } from './glyphs/Pizza.js';
|
|
1350
|
+
export { Plane } from './glyphs/Plane.js';
|
|
1351
|
+
export { PlaneLanding } from './glyphs/PlaneLanding.js';
|
|
1352
|
+
export { PlaneTakeoff } from './glyphs/PlaneTakeoff.js';
|
|
1353
|
+
export { Play } from './glyphs/Play.js';
|
|
1354
|
+
export { PlayCircle } from './glyphs/PlayCircle.js';
|
|
1355
|
+
export { PlaySquare } from './glyphs/PlaySquare.js';
|
|
1356
|
+
export { Plug } from './glyphs/Plug.js';
|
|
1357
|
+
export { Plug2 } from './glyphs/Plug2.js';
|
|
1358
|
+
export { PlugZap } from './glyphs/PlugZap.js';
|
|
1359
|
+
export { PlugZap2 } from './glyphs/PlugZap2.js';
|
|
1360
|
+
export { Plus } from './glyphs/Plus.js';
|
|
1361
|
+
export { PlusCircle } from './glyphs/PlusCircle.js';
|
|
1362
|
+
export { PlusSquare } from './glyphs/PlusSquare.js';
|
|
1363
|
+
export { PocketKnife } from './glyphs/PocketKnife.js';
|
|
1364
|
+
export { Podcast } from './glyphs/Podcast.js';
|
|
1365
|
+
export { Pointer } from './glyphs/Pointer.js';
|
|
1366
|
+
export { PointerOff } from './glyphs/PointerOff.js';
|
|
1367
|
+
export { Popcorn } from './glyphs/Popcorn.js';
|
|
1368
|
+
export { Popsicle } from './glyphs/Popsicle.js';
|
|
1369
|
+
export { PoundSterling } from './glyphs/PoundSterling.js';
|
|
1370
|
+
export { Power } from './glyphs/Power.js';
|
|
1371
|
+
export { PowerCircle } from './glyphs/PowerCircle.js';
|
|
1372
|
+
export { PowerOff } from './glyphs/PowerOff.js';
|
|
1373
|
+
export { PowerSquare } from './glyphs/PowerSquare.js';
|
|
1374
|
+
export { Presentation } from './glyphs/Presentation.js';
|
|
1375
|
+
export { Printer } from './glyphs/Printer.js';
|
|
1376
|
+
export { PrinterCheck } from './glyphs/PrinterCheck.js';
|
|
1377
|
+
export { PrinterX } from './glyphs/PrinterX.js';
|
|
1378
|
+
export { Projector } from './glyphs/Projector.js';
|
|
1379
|
+
export { Proportions } from './glyphs/Proportions.js';
|
|
1380
|
+
export { Puzzle } from './glyphs/Puzzle.js';
|
|
1381
|
+
export { Pyramid } from './glyphs/Pyramid.js';
|
|
1382
|
+
export { QrCode } from './glyphs/QrCode.js';
|
|
1383
|
+
export { Quote } from './glyphs/Quote.js';
|
|
1384
|
+
export { Rabbit } from './glyphs/Rabbit.js';
|
|
1385
|
+
export { Radar } from './glyphs/Radar.js';
|
|
1386
|
+
export { Radiation } from './glyphs/Radiation.js';
|
|
1387
|
+
export { Radical } from './glyphs/Radical.js';
|
|
1388
|
+
export { Radio } from './glyphs/Radio.js';
|
|
1389
|
+
export { RadioOff } from './glyphs/RadioOff.js';
|
|
1390
|
+
export { RadioReceiver } from './glyphs/RadioReceiver.js';
|
|
1391
|
+
export { RadioTower } from './glyphs/RadioTower.js';
|
|
1392
|
+
export { Radius } from './glyphs/Radius.js';
|
|
1393
|
+
export { Rainbow } from './glyphs/Rainbow.js';
|
|
1394
|
+
export { Rat } from './glyphs/Rat.js';
|
|
1395
|
+
export { Ratio } from './glyphs/Ratio.js';
|
|
1396
|
+
export { Receipt } from './glyphs/Receipt.js';
|
|
1397
|
+
export { ReceiptCent } from './glyphs/ReceiptCent.js';
|
|
1398
|
+
export { ReceiptEuro } from './glyphs/ReceiptEuro.js';
|
|
1399
|
+
export { ReceiptIndianRupee } from './glyphs/ReceiptIndianRupee.js';
|
|
1400
|
+
export { ReceiptJapaneseYen } from './glyphs/ReceiptJapaneseYen.js';
|
|
1401
|
+
export { ReceiptPoundSterling } from './glyphs/ReceiptPoundSterling.js';
|
|
1402
|
+
export { ReceiptRussianRuble } from './glyphs/ReceiptRussianRuble.js';
|
|
1403
|
+
export { ReceiptSwissFranc } from './glyphs/ReceiptSwissFranc.js';
|
|
1404
|
+
export { ReceiptText } from './glyphs/ReceiptText.js';
|
|
1405
|
+
export { ReceiptTurkishLira } from './glyphs/ReceiptTurkishLira.js';
|
|
1406
|
+
export { RectangleCircle } from './glyphs/RectangleCircle.js';
|
|
1407
|
+
export { RectangleEllipsis } from './glyphs/RectangleEllipsis.js';
|
|
1408
|
+
export { RectangleGoggles } from './glyphs/RectangleGoggles.js';
|
|
1409
|
+
export { RectangleHorizontal } from './glyphs/RectangleHorizontal.js';
|
|
1410
|
+
export { RectangleVertical } from './glyphs/RectangleVertical.js';
|
|
1411
|
+
export { Recycle } from './glyphs/Recycle.js';
|
|
1412
|
+
export { Redo } from './glyphs/Redo.js';
|
|
1413
|
+
export { Redo2 } from './glyphs/Redo2.js';
|
|
1414
|
+
export { RedoDot } from './glyphs/RedoDot.js';
|
|
1415
|
+
export { RefreshCcw } from './glyphs/RefreshCcw.js';
|
|
1416
|
+
export { RefreshCcwDot } from './glyphs/RefreshCcwDot.js';
|
|
1417
|
+
export { RefreshCw } from './glyphs/RefreshCw.js';
|
|
1418
|
+
export { RefreshCwOff } from './glyphs/RefreshCwOff.js';
|
|
1419
|
+
export { Refrigerator } from './glyphs/Refrigerator.js';
|
|
1420
|
+
export { Regex } from './glyphs/Regex.js';
|
|
1421
|
+
export { RemoveFormatting } from './glyphs/RemoveFormatting.js';
|
|
1422
|
+
export { Repeat } from './glyphs/Repeat.js';
|
|
1423
|
+
export { Repeat1 } from './glyphs/Repeat1.js';
|
|
1424
|
+
export { Repeat2 } from './glyphs/Repeat2.js';
|
|
1425
|
+
export { RepeatOff } from './glyphs/RepeatOff.js';
|
|
1426
|
+
export { Replace } from './glyphs/Replace.js';
|
|
1427
|
+
export { ReplaceAll } from './glyphs/ReplaceAll.js';
|
|
1428
|
+
export { Reply } from './glyphs/Reply.js';
|
|
1429
|
+
export { ReplyAll } from './glyphs/ReplyAll.js';
|
|
1430
|
+
export { Rewind } from './glyphs/Rewind.js';
|
|
1431
|
+
export { Ribbon } from './glyphs/Ribbon.js';
|
|
1432
|
+
export { Road } from './glyphs/Road.js';
|
|
1433
|
+
export { Rocket } from './glyphs/Rocket.js';
|
|
1434
|
+
export { RockingChair } from './glyphs/RockingChair.js';
|
|
1435
|
+
export { RollerCoaster } from './glyphs/RollerCoaster.js';
|
|
1436
|
+
export { Rose } from './glyphs/Rose.js';
|
|
1437
|
+
export { Rotate3D } from './glyphs/Rotate3D.js';
|
|
1438
|
+
export { RotateCcw } from './glyphs/RotateCcw.js';
|
|
1439
|
+
export { RotateCcwKey } from './glyphs/RotateCcwKey.js';
|
|
1440
|
+
export { RotateCcwSquare } from './glyphs/RotateCcwSquare.js';
|
|
1441
|
+
export { RotateCw } from './glyphs/RotateCw.js';
|
|
1442
|
+
export { RotateCwSquare } from './glyphs/RotateCwSquare.js';
|
|
1443
|
+
export { Route } from './glyphs/Route.js';
|
|
1444
|
+
export { RouteOff } from './glyphs/RouteOff.js';
|
|
1445
|
+
export { Router } from './glyphs/Router.js';
|
|
1446
|
+
export { Rows } from './glyphs/Rows.js';
|
|
1447
|
+
export { Rows2 } from './glyphs/Rows2.js';
|
|
1448
|
+
export { Rows3 } from './glyphs/Rows3.js';
|
|
1449
|
+
export { Rows4 } from './glyphs/Rows4.js';
|
|
1450
|
+
export { Rss } from './glyphs/Rss.js';
|
|
1451
|
+
export { Ruler } from './glyphs/Ruler.js';
|
|
1452
|
+
export { RulerDimensionLine } from './glyphs/RulerDimensionLine.js';
|
|
1453
|
+
export { RussianRuble } from './glyphs/RussianRuble.js';
|
|
1454
|
+
export { Sailboat } from './glyphs/Sailboat.js';
|
|
1455
|
+
export { Salad } from './glyphs/Salad.js';
|
|
1456
|
+
export { Sandwich } from './glyphs/Sandwich.js';
|
|
1457
|
+
export { Satellite } from './glyphs/Satellite.js';
|
|
1458
|
+
export { SatelliteDish } from './glyphs/SatelliteDish.js';
|
|
1459
|
+
export { SaudiRiyal } from './glyphs/SaudiRiyal.js';
|
|
1460
|
+
export { Save } from './glyphs/Save.js';
|
|
1461
|
+
export { SaveAll } from './glyphs/SaveAll.js';
|
|
1462
|
+
export { SaveOff } from './glyphs/SaveOff.js';
|
|
1463
|
+
export { Scale } from './glyphs/Scale.js';
|
|
1464
|
+
export { Scale3D } from './glyphs/Scale3D.js';
|
|
1465
|
+
export { Scaling } from './glyphs/Scaling.js';
|
|
1466
|
+
export { Scan } from './glyphs/Scan.js';
|
|
1467
|
+
export { ScanBarcode } from './glyphs/ScanBarcode.js';
|
|
1468
|
+
export { ScanEye } from './glyphs/ScanEye.js';
|
|
1469
|
+
export { ScanFace } from './glyphs/ScanFace.js';
|
|
1470
|
+
export { ScanHeart } from './glyphs/ScanHeart.js';
|
|
1471
|
+
export { ScanLine } from './glyphs/ScanLine.js';
|
|
1472
|
+
export { ScanQrCode } from './glyphs/ScanQrCode.js';
|
|
1473
|
+
export { ScanSearch } from './glyphs/ScanSearch.js';
|
|
1474
|
+
export { ScanText } from './glyphs/ScanText.js';
|
|
1475
|
+
export { ScatterChart } from './glyphs/ScatterChart.js';
|
|
1476
|
+
export { School } from './glyphs/School.js';
|
|
1477
|
+
export { School2 } from './glyphs/School2.js';
|
|
1478
|
+
export { Scissors } from './glyphs/Scissors.js';
|
|
1479
|
+
export { ScissorsLineDashed } from './glyphs/ScissorsLineDashed.js';
|
|
1480
|
+
export { ScissorsSquare } from './glyphs/ScissorsSquare.js';
|
|
1481
|
+
export { ScissorsSquareDashedBottom } from './glyphs/ScissorsSquareDashedBottom.js';
|
|
1482
|
+
export { Scooter } from './glyphs/Scooter.js';
|
|
1483
|
+
export { ScreenShare } from './glyphs/ScreenShare.js';
|
|
1484
|
+
export { ScreenShareOff } from './glyphs/ScreenShareOff.js';
|
|
1485
|
+
export { Scroll } from './glyphs/Scroll.js';
|
|
1486
|
+
export { ScrollText } from './glyphs/ScrollText.js';
|
|
1487
|
+
export { Search } from './glyphs/Search.js';
|
|
1488
|
+
export { SearchAlert } from './glyphs/SearchAlert.js';
|
|
1489
|
+
export { SearchCheck } from './glyphs/SearchCheck.js';
|
|
1490
|
+
export { SearchCode } from './glyphs/SearchCode.js';
|
|
1491
|
+
export { SearchSlash } from './glyphs/SearchSlash.js';
|
|
1492
|
+
export { SearchX } from './glyphs/SearchX.js';
|
|
1493
|
+
export { Section } from './glyphs/Section.js';
|
|
1494
|
+
export { Send } from './glyphs/Send.js';
|
|
1495
|
+
export { SendHorizonal } from './glyphs/SendHorizonal.js';
|
|
1496
|
+
export { SendHorizontal } from './glyphs/SendHorizontal.js';
|
|
1497
|
+
export { SendToBack } from './glyphs/SendToBack.js';
|
|
1498
|
+
export { SeparatorHorizontal } from './glyphs/SeparatorHorizontal.js';
|
|
1499
|
+
export { SeparatorVertical } from './glyphs/SeparatorVertical.js';
|
|
1500
|
+
export { Server } from './glyphs/Server.js';
|
|
1501
|
+
export { ServerCog } from './glyphs/ServerCog.js';
|
|
1502
|
+
export { ServerCrash } from './glyphs/ServerCrash.js';
|
|
1503
|
+
export { ServerOff } from './glyphs/ServerOff.js';
|
|
1504
|
+
export { Settings } from './glyphs/Settings.js';
|
|
1505
|
+
export { Settings2 } from './glyphs/Settings2.js';
|
|
1506
|
+
export { Shapes } from './glyphs/Shapes.js';
|
|
1507
|
+
export { Share } from './glyphs/Share.js';
|
|
1508
|
+
export { Share2 } from './glyphs/Share2.js';
|
|
1509
|
+
export { Sheet } from './glyphs/Sheet.js';
|
|
1510
|
+
export { Shell } from './glyphs/Shell.js';
|
|
1511
|
+
export { ShelvingUnit } from './glyphs/ShelvingUnit.js';
|
|
1512
|
+
export { Shield } from './glyphs/Shield.js';
|
|
1513
|
+
export { ShieldAlert } from './glyphs/ShieldAlert.js';
|
|
1514
|
+
export { ShieldBan } from './glyphs/ShieldBan.js';
|
|
1515
|
+
export { ShieldCheck } from './glyphs/ShieldCheck.js';
|
|
1516
|
+
export { ShieldClose } from './glyphs/ShieldClose.js';
|
|
1517
|
+
export { ShieldCog } from './glyphs/ShieldCog.js';
|
|
1518
|
+
export { ShieldCogCorner } from './glyphs/ShieldCogCorner.js';
|
|
1519
|
+
export { ShieldEllipsis } from './glyphs/ShieldEllipsis.js';
|
|
1520
|
+
export { ShieldHalf } from './glyphs/ShieldHalf.js';
|
|
1521
|
+
export { ShieldMinus } from './glyphs/ShieldMinus.js';
|
|
1522
|
+
export { ShieldOff } from './glyphs/ShieldOff.js';
|
|
1523
|
+
export { ShieldPlus } from './glyphs/ShieldPlus.js';
|
|
1524
|
+
export { ShieldQuestion } from './glyphs/ShieldQuestion.js';
|
|
1525
|
+
export { ShieldQuestionMark } from './glyphs/ShieldQuestionMark.js';
|
|
1526
|
+
export { ShieldUser } from './glyphs/ShieldUser.js';
|
|
1527
|
+
export { ShieldX } from './glyphs/ShieldX.js';
|
|
1528
|
+
export { Ship } from './glyphs/Ship.js';
|
|
1529
|
+
export { ShipWheel } from './glyphs/ShipWheel.js';
|
|
1530
|
+
export { Shirt } from './glyphs/Shirt.js';
|
|
1531
|
+
export { ShoppingBag } from './glyphs/ShoppingBag.js';
|
|
1532
|
+
export { ShoppingBasket } from './glyphs/ShoppingBasket.js';
|
|
1533
|
+
export { ShoppingCart } from './glyphs/ShoppingCart.js';
|
|
1534
|
+
export { Shovel } from './glyphs/Shovel.js';
|
|
1535
|
+
export { ShowerHead } from './glyphs/ShowerHead.js';
|
|
1536
|
+
export { Shredder } from './glyphs/Shredder.js';
|
|
1537
|
+
export { Shrimp } from './glyphs/Shrimp.js';
|
|
1538
|
+
export { Shrink } from './glyphs/Shrink.js';
|
|
1539
|
+
export { Shrub } from './glyphs/Shrub.js';
|
|
1540
|
+
export { Shuffle } from './glyphs/Shuffle.js';
|
|
1541
|
+
export { Sidebar } from './glyphs/Sidebar.js';
|
|
1542
|
+
export { SidebarClose } from './glyphs/SidebarClose.js';
|
|
1543
|
+
export { SidebarOpen } from './glyphs/SidebarOpen.js';
|
|
1544
|
+
export { Sigma } from './glyphs/Sigma.js';
|
|
1545
|
+
export { SigmaSquare } from './glyphs/SigmaSquare.js';
|
|
1546
|
+
export { Signal } from './glyphs/Signal.js';
|
|
1547
|
+
export { SignalHigh } from './glyphs/SignalHigh.js';
|
|
1548
|
+
export { SignalLow } from './glyphs/SignalLow.js';
|
|
1549
|
+
export { SignalMedium } from './glyphs/SignalMedium.js';
|
|
1550
|
+
export { SignalZero } from './glyphs/SignalZero.js';
|
|
1551
|
+
export { Signature } from './glyphs/Signature.js';
|
|
1552
|
+
export { Signpost } from './glyphs/Signpost.js';
|
|
1553
|
+
export { SignpostBig } from './glyphs/SignpostBig.js';
|
|
1554
|
+
export { Siren } from './glyphs/Siren.js';
|
|
1555
|
+
export { SkipBack } from './glyphs/SkipBack.js';
|
|
1556
|
+
export { SkipForward } from './glyphs/SkipForward.js';
|
|
1557
|
+
export { Skull } from './glyphs/Skull.js';
|
|
1558
|
+
export { Slash } from './glyphs/Slash.js';
|
|
1559
|
+
export { SlashSquare } from './glyphs/SlashSquare.js';
|
|
1560
|
+
export { Slice } from './glyphs/Slice.js';
|
|
1561
|
+
export { Sliders } from './glyphs/Sliders.js';
|
|
1562
|
+
export { SlidersHorizontal } from './glyphs/SlidersHorizontal.js';
|
|
1563
|
+
export { SlidersVertical } from './glyphs/SlidersVertical.js';
|
|
1564
|
+
export { Smartphone } from './glyphs/Smartphone.js';
|
|
1565
|
+
export { SmartphoneCharging } from './glyphs/SmartphoneCharging.js';
|
|
1566
|
+
export { SmartphoneNfc } from './glyphs/SmartphoneNfc.js';
|
|
1567
|
+
export { Smile } from './glyphs/Smile.js';
|
|
1568
|
+
export { SmilePlus } from './glyphs/SmilePlus.js';
|
|
1569
|
+
export { Snail } from './glyphs/Snail.js';
|
|
1570
|
+
export { Snowflake } from './glyphs/Snowflake.js';
|
|
1571
|
+
export { SoapDispenserDroplet } from './glyphs/SoapDispenserDroplet.js';
|
|
1572
|
+
export { Sofa } from './glyphs/Sofa.js';
|
|
1573
|
+
export { SolarPanel } from './glyphs/SolarPanel.js';
|
|
1574
|
+
export { SortAsc } from './glyphs/SortAsc.js';
|
|
1575
|
+
export { SortDesc } from './glyphs/SortDesc.js';
|
|
1576
|
+
export { Soup } from './glyphs/Soup.js';
|
|
1577
|
+
export { Space } from './glyphs/Space.js';
|
|
1578
|
+
export { Spade } from './glyphs/Spade.js';
|
|
1579
|
+
export { Sparkle } from './glyphs/Sparkle.js';
|
|
1580
|
+
export { Sparkles } from './glyphs/Sparkles.js';
|
|
1581
|
+
export { Speaker } from './glyphs/Speaker.js';
|
|
1582
|
+
export { Speech } from './glyphs/Speech.js';
|
|
1583
|
+
export { SpellCheck } from './glyphs/SpellCheck.js';
|
|
1584
|
+
export { SpellCheck2 } from './glyphs/SpellCheck2.js';
|
|
1585
|
+
export { Spline } from './glyphs/Spline.js';
|
|
1586
|
+
export { SplinePointer } from './glyphs/SplinePointer.js';
|
|
1587
|
+
export { Split } from './glyphs/Split.js';
|
|
1588
|
+
export { SplitSquareHorizontal } from './glyphs/SplitSquareHorizontal.js';
|
|
1589
|
+
export { SplitSquareVertical } from './glyphs/SplitSquareVertical.js';
|
|
1590
|
+
export { Spool } from './glyphs/Spool.js';
|
|
1591
|
+
export { SportShoe } from './glyphs/SportShoe.js';
|
|
1592
|
+
export { Spotlight } from './glyphs/Spotlight.js';
|
|
1593
|
+
export { SprayCan } from './glyphs/SprayCan.js';
|
|
1594
|
+
export { Sprout } from './glyphs/Sprout.js';
|
|
1595
|
+
export { Square } from './glyphs/Square.js';
|
|
1596
|
+
export { SquareActivity } from './glyphs/SquareActivity.js';
|
|
1597
|
+
export { SquareArrowDown } from './glyphs/SquareArrowDown.js';
|
|
1598
|
+
export { SquareArrowDownLeft } from './glyphs/SquareArrowDownLeft.js';
|
|
1599
|
+
export { SquareArrowDownRight } from './glyphs/SquareArrowDownRight.js';
|
|
1600
|
+
export { SquareArrowLeft } from './glyphs/SquareArrowLeft.js';
|
|
1601
|
+
export { SquareArrowOutDownLeft } from './glyphs/SquareArrowOutDownLeft.js';
|
|
1602
|
+
export { SquareArrowOutDownRight } from './glyphs/SquareArrowOutDownRight.js';
|
|
1603
|
+
export { SquareArrowOutUpLeft } from './glyphs/SquareArrowOutUpLeft.js';
|
|
1604
|
+
export { SquareArrowOutUpRight } from './glyphs/SquareArrowOutUpRight.js';
|
|
1605
|
+
export { SquareArrowRight } from './glyphs/SquareArrowRight.js';
|
|
1606
|
+
export { SquareArrowRightEnter } from './glyphs/SquareArrowRightEnter.js';
|
|
1607
|
+
export { SquareArrowRightExit } from './glyphs/SquareArrowRightExit.js';
|
|
1608
|
+
export { SquareArrowUp } from './glyphs/SquareArrowUp.js';
|
|
1609
|
+
export { SquareArrowUpLeft } from './glyphs/SquareArrowUpLeft.js';
|
|
1610
|
+
export { SquareArrowUpRight } from './glyphs/SquareArrowUpRight.js';
|
|
1611
|
+
export { SquareAsterisk } from './glyphs/SquareAsterisk.js';
|
|
1612
|
+
export { SquareBottomDashedScissors } from './glyphs/SquareBottomDashedScissors.js';
|
|
1613
|
+
export { SquareCenterlineDashedHorizontal } from './glyphs/SquareCenterlineDashedHorizontal.js';
|
|
1614
|
+
export { SquareCenterlineDashedVertical } from './glyphs/SquareCenterlineDashedVertical.js';
|
|
1615
|
+
export { SquareChartGantt } from './glyphs/SquareChartGantt.js';
|
|
1616
|
+
export { SquareCheck } from './glyphs/SquareCheck.js';
|
|
1617
|
+
export { SquareCheckBig } from './glyphs/SquareCheckBig.js';
|
|
1618
|
+
export { SquareChevronDown } from './glyphs/SquareChevronDown.js';
|
|
1619
|
+
export { SquareChevronLeft } from './glyphs/SquareChevronLeft.js';
|
|
1620
|
+
export { SquareChevronRight } from './glyphs/SquareChevronRight.js';
|
|
1621
|
+
export { SquareChevronUp } from './glyphs/SquareChevronUp.js';
|
|
1622
|
+
export { SquareCode } from './glyphs/SquareCode.js';
|
|
1623
|
+
export { SquareDashed } from './glyphs/SquareDashed.js';
|
|
1624
|
+
export { SquareDashedBottom } from './glyphs/SquareDashedBottom.js';
|
|
1625
|
+
export { SquareDashedBottomCode } from './glyphs/SquareDashedBottomCode.js';
|
|
1626
|
+
export { SquareDashedKanban } from './glyphs/SquareDashedKanban.js';
|
|
1627
|
+
export { SquareDashedMousePointer } from './glyphs/SquareDashedMousePointer.js';
|
|
1628
|
+
export { SquareDashedText } from './glyphs/SquareDashedText.js';
|
|
1629
|
+
export { SquareDashedTopSolid } from './glyphs/SquareDashedTopSolid.js';
|
|
1630
|
+
export { SquareDivide } from './glyphs/SquareDivide.js';
|
|
1631
|
+
export { SquareDot } from './glyphs/SquareDot.js';
|
|
1632
|
+
export { SquareEqual } from './glyphs/SquareEqual.js';
|
|
1633
|
+
export { SquareFunction } from './glyphs/SquareFunction.js';
|
|
1634
|
+
export { SquareGanttChart } from './glyphs/SquareGanttChart.js';
|
|
1635
|
+
export { SquareKanban } from './glyphs/SquareKanban.js';
|
|
1636
|
+
export { SquareLibrary } from './glyphs/SquareLibrary.js';
|
|
1637
|
+
export { SquareM } from './glyphs/SquareM.js';
|
|
1638
|
+
export { SquareMenu } from './glyphs/SquareMenu.js';
|
|
1639
|
+
export { SquareMinus } from './glyphs/SquareMinus.js';
|
|
1640
|
+
export { SquareMousePointer } from './glyphs/SquareMousePointer.js';
|
|
1641
|
+
export { SquareParking } from './glyphs/SquareParking.js';
|
|
1642
|
+
export { SquareParkingOff } from './glyphs/SquareParkingOff.js';
|
|
1643
|
+
export { SquarePause } from './glyphs/SquarePause.js';
|
|
1644
|
+
export { SquarePen } from './glyphs/SquarePen.js';
|
|
1645
|
+
export { SquarePercent } from './glyphs/SquarePercent.js';
|
|
1646
|
+
export { SquarePi } from './glyphs/SquarePi.js';
|
|
1647
|
+
export { SquarePilcrow } from './glyphs/SquarePilcrow.js';
|
|
1648
|
+
export { SquarePlay } from './glyphs/SquarePlay.js';
|
|
1649
|
+
export { SquarePlus } from './glyphs/SquarePlus.js';
|
|
1650
|
+
export { SquarePower } from './glyphs/SquarePower.js';
|
|
1651
|
+
export { SquareRadical } from './glyphs/SquareRadical.js';
|
|
1652
|
+
export { SquareRoundCorner } from './glyphs/SquareRoundCorner.js';
|
|
1653
|
+
export { SquareScissors } from './glyphs/SquareScissors.js';
|
|
1654
|
+
export { SquaresExclude } from './glyphs/SquaresExclude.js';
|
|
1655
|
+
export { SquareSigma } from './glyphs/SquareSigma.js';
|
|
1656
|
+
export { SquaresIntersect } from './glyphs/SquaresIntersect.js';
|
|
1657
|
+
export { SquareSlash } from './glyphs/SquareSlash.js';
|
|
1658
|
+
export { SquareSplitHorizontal } from './glyphs/SquareSplitHorizontal.js';
|
|
1659
|
+
export { SquareSplitVertical } from './glyphs/SquareSplitVertical.js';
|
|
1660
|
+
export { SquareSquare } from './glyphs/SquareSquare.js';
|
|
1661
|
+
export { SquaresSubtract } from './glyphs/SquaresSubtract.js';
|
|
1662
|
+
export { SquareStack } from './glyphs/SquareStack.js';
|
|
1663
|
+
export { SquareStar } from './glyphs/SquareStar.js';
|
|
1664
|
+
export { SquareStop } from './glyphs/SquareStop.js';
|
|
1665
|
+
export { SquaresUnite } from './glyphs/SquaresUnite.js';
|
|
1666
|
+
export { SquareTerminal } from './glyphs/SquareTerminal.js';
|
|
1667
|
+
export { SquareUser } from './glyphs/SquareUser.js';
|
|
1668
|
+
export { SquareUserRound } from './glyphs/SquareUserRound.js';
|
|
1669
|
+
export { SquareX } from './glyphs/SquareX.js';
|
|
1670
|
+
export { Squircle } from './glyphs/Squircle.js';
|
|
1671
|
+
export { SquircleDashed } from './glyphs/SquircleDashed.js';
|
|
1672
|
+
export { Squirrel } from './glyphs/Squirrel.js';
|
|
1673
|
+
export { Stamp } from './glyphs/Stamp.js';
|
|
1674
|
+
export { Star } from './glyphs/Star.js';
|
|
1675
|
+
export { StarHalf } from './glyphs/StarHalf.js';
|
|
1676
|
+
export { StarOff } from './glyphs/StarOff.js';
|
|
1677
|
+
export { Stars } from './glyphs/Stars.js';
|
|
1678
|
+
export { StepBack } from './glyphs/StepBack.js';
|
|
1679
|
+
export { StepForward } from './glyphs/StepForward.js';
|
|
1680
|
+
export { Stethoscope } from './glyphs/Stethoscope.js';
|
|
1681
|
+
export { Sticker } from './glyphs/Sticker.js';
|
|
1682
|
+
export { StickyNote } from './glyphs/StickyNote.js';
|
|
1683
|
+
export { Stone } from './glyphs/Stone.js';
|
|
1684
|
+
export { StopCircle } from './glyphs/StopCircle.js';
|
|
1685
|
+
export { Store } from './glyphs/Store.js';
|
|
1686
|
+
export { StretchHorizontal } from './glyphs/StretchHorizontal.js';
|
|
1687
|
+
export { StretchVertical } from './glyphs/StretchVertical.js';
|
|
1688
|
+
export { Strikethrough } from './glyphs/Strikethrough.js';
|
|
1689
|
+
export { Subscript } from './glyphs/Subscript.js';
|
|
1690
|
+
export { Subtitles } from './glyphs/Subtitles.js';
|
|
1691
|
+
export { Sun } from './glyphs/Sun.js';
|
|
1692
|
+
export { SunDim } from './glyphs/SunDim.js';
|
|
1693
|
+
export { SunMedium } from './glyphs/SunMedium.js';
|
|
1694
|
+
export { SunMoon } from './glyphs/SunMoon.js';
|
|
1695
|
+
export { Sunrise } from './glyphs/Sunrise.js';
|
|
1696
|
+
export { Sunset } from './glyphs/Sunset.js';
|
|
1697
|
+
export { SunSnow } from './glyphs/SunSnow.js';
|
|
1698
|
+
export { Superscript } from './glyphs/Superscript.js';
|
|
1699
|
+
export { SwatchBook } from './glyphs/SwatchBook.js';
|
|
1700
|
+
export { SwissFranc } from './glyphs/SwissFranc.js';
|
|
1701
|
+
export { SwitchCamera } from './glyphs/SwitchCamera.js';
|
|
1702
|
+
export { Sword } from './glyphs/Sword.js';
|
|
1703
|
+
export { Swords } from './glyphs/Swords.js';
|
|
1704
|
+
export { Syringe } from './glyphs/Syringe.js';
|
|
1705
|
+
export { Table } from './glyphs/Table.js';
|
|
1706
|
+
export { Table2 } from './glyphs/Table2.js';
|
|
1707
|
+
export { TableCellsMerge } from './glyphs/TableCellsMerge.js';
|
|
1708
|
+
export { TableCellsSplit } from './glyphs/TableCellsSplit.js';
|
|
1709
|
+
export { TableColumnsSplit } from './glyphs/TableColumnsSplit.js';
|
|
1710
|
+
export { TableConfig } from './glyphs/TableConfig.js';
|
|
1711
|
+
export { TableOfContents } from './glyphs/TableOfContents.js';
|
|
1712
|
+
export { TableProperties } from './glyphs/TableProperties.js';
|
|
1713
|
+
export { TableRowsSplit } from './glyphs/TableRowsSplit.js';
|
|
1714
|
+
export { Tablet } from './glyphs/Tablet.js';
|
|
1715
|
+
export { Tablets } from './glyphs/Tablets.js';
|
|
1716
|
+
export { TabletSmartphone } from './glyphs/TabletSmartphone.js';
|
|
1717
|
+
export { Tag } from './glyphs/Tag.js';
|
|
1718
|
+
export { Tags } from './glyphs/Tags.js';
|
|
1719
|
+
export { Tally1 } from './glyphs/Tally1.js';
|
|
1720
|
+
export { Tally2 } from './glyphs/Tally2.js';
|
|
1721
|
+
export { Tally3 } from './glyphs/Tally3.js';
|
|
1722
|
+
export { Tally4 } from './glyphs/Tally4.js';
|
|
1723
|
+
export { Tally5 } from './glyphs/Tally5.js';
|
|
1724
|
+
export { Tangent } from './glyphs/Tangent.js';
|
|
1725
|
+
export { Target } from './glyphs/Target.js';
|
|
1726
|
+
export { Telescope } from './glyphs/Telescope.js';
|
|
1727
|
+
export { Tent } from './glyphs/Tent.js';
|
|
1728
|
+
export { TentTree } from './glyphs/TentTree.js';
|
|
1729
|
+
export { Terminal } from './glyphs/Terminal.js';
|
|
1730
|
+
export { TerminalSquare } from './glyphs/TerminalSquare.js';
|
|
1731
|
+
export { TestTube } from './glyphs/TestTube.js';
|
|
1732
|
+
export { TestTube2 } from './glyphs/TestTube2.js';
|
|
1733
|
+
export { TestTubeDiagonal } from './glyphs/TestTubeDiagonal.js';
|
|
1734
|
+
export { TestTubes } from './glyphs/TestTubes.js';
|
|
1735
|
+
export { Text } from './glyphs/Text.js';
|
|
1736
|
+
export { TextAlignCenter } from './glyphs/TextAlignCenter.js';
|
|
1737
|
+
export { TextAlignEnd } from './glyphs/TextAlignEnd.js';
|
|
1738
|
+
export { TextAlignJustify } from './glyphs/TextAlignJustify.js';
|
|
1739
|
+
export { TextAlignStart } from './glyphs/TextAlignStart.js';
|
|
1740
|
+
export { TextCursor } from './glyphs/TextCursor.js';
|
|
1741
|
+
export { TextCursorInput } from './glyphs/TextCursorInput.js';
|
|
1742
|
+
export { TextInitial } from './glyphs/TextInitial.js';
|
|
1743
|
+
export { TextQuote } from './glyphs/TextQuote.js';
|
|
1744
|
+
export { TextSearch } from './glyphs/TextSearch.js';
|
|
1745
|
+
export { TextSelect } from './glyphs/TextSelect.js';
|
|
1746
|
+
export { TextSelection } from './glyphs/TextSelection.js';
|
|
1747
|
+
export { TextWrap } from './glyphs/TextWrap.js';
|
|
1748
|
+
export { Theater } from './glyphs/Theater.js';
|
|
1749
|
+
export { Thermometer } from './glyphs/Thermometer.js';
|
|
1750
|
+
export { ThermometerSnowflake } from './glyphs/ThermometerSnowflake.js';
|
|
1751
|
+
export { ThermometerSun } from './glyphs/ThermometerSun.js';
|
|
1752
|
+
export { ThumbsDown } from './glyphs/ThumbsDown.js';
|
|
1753
|
+
export { ThumbsUp } from './glyphs/ThumbsUp.js';
|
|
1754
|
+
export { Ticket } from './glyphs/Ticket.js';
|
|
1755
|
+
export { TicketCheck } from './glyphs/TicketCheck.js';
|
|
1756
|
+
export { TicketMinus } from './glyphs/TicketMinus.js';
|
|
1757
|
+
export { TicketPercent } from './glyphs/TicketPercent.js';
|
|
1758
|
+
export { TicketPlus } from './glyphs/TicketPlus.js';
|
|
1759
|
+
export { Tickets } from './glyphs/Tickets.js';
|
|
1760
|
+
export { TicketSlash } from './glyphs/TicketSlash.js';
|
|
1761
|
+
export { TicketsPlane } from './glyphs/TicketsPlane.js';
|
|
1762
|
+
export { TicketX } from './glyphs/TicketX.js';
|
|
1763
|
+
export { Timeline } from './glyphs/Timeline.js';
|
|
1764
|
+
export { Timer } from './glyphs/Timer.js';
|
|
1765
|
+
export { TimerOff } from './glyphs/TimerOff.js';
|
|
1766
|
+
export { TimerReset } from './glyphs/TimerReset.js';
|
|
1767
|
+
export { ToggleLeft } from './glyphs/ToggleLeft.js';
|
|
1768
|
+
export { ToggleRight } from './glyphs/ToggleRight.js';
|
|
1769
|
+
export { Toilet } from './glyphs/Toilet.js';
|
|
1770
|
+
export { Toolbox } from './glyphs/Toolbox.js';
|
|
1771
|
+
export { ToolCase } from './glyphs/ToolCase.js';
|
|
1772
|
+
export { Tornado } from './glyphs/Tornado.js';
|
|
1773
|
+
export { Torus } from './glyphs/Torus.js';
|
|
1774
|
+
export { Touchpad } from './glyphs/Touchpad.js';
|
|
1775
|
+
export { TouchpadOff } from './glyphs/TouchpadOff.js';
|
|
1776
|
+
export { TowelRack } from './glyphs/TowelRack.js';
|
|
1777
|
+
export { TowerControl } from './glyphs/TowerControl.js';
|
|
1778
|
+
export { ToyBrick } from './glyphs/ToyBrick.js';
|
|
1779
|
+
export { Tractor } from './glyphs/Tractor.js';
|
|
1780
|
+
export { TrafficCone } from './glyphs/TrafficCone.js';
|
|
1781
|
+
export { Train } from './glyphs/Train.js';
|
|
1782
|
+
export { TrainFront } from './glyphs/TrainFront.js';
|
|
1783
|
+
export { TrainFrontTunnel } from './glyphs/TrainFrontTunnel.js';
|
|
1784
|
+
export { TrainTrack } from './glyphs/TrainTrack.js';
|
|
1785
|
+
export { TramFront } from './glyphs/TramFront.js';
|
|
1786
|
+
export { Transgender } from './glyphs/Transgender.js';
|
|
1787
|
+
export { Trash } from './glyphs/Trash.js';
|
|
1788
|
+
export { Trash2 } from './glyphs/Trash2.js';
|
|
1789
|
+
export { TreeDeciduous } from './glyphs/TreeDeciduous.js';
|
|
1790
|
+
export { TreePalm } from './glyphs/TreePalm.js';
|
|
1791
|
+
export { TreePine } from './glyphs/TreePine.js';
|
|
1792
|
+
export { Trees } from './glyphs/Trees.js';
|
|
1793
|
+
export { TrendingDown } from './glyphs/TrendingDown.js';
|
|
1794
|
+
export { TrendingUp } from './glyphs/TrendingUp.js';
|
|
1795
|
+
export { TrendingUpDown } from './glyphs/TrendingUpDown.js';
|
|
1796
|
+
export { Triangle } from './glyphs/Triangle.js';
|
|
1797
|
+
export { TriangleAlert } from './glyphs/TriangleAlert.js';
|
|
1798
|
+
export { TriangleDashed } from './glyphs/TriangleDashed.js';
|
|
1799
|
+
export { TriangleRight } from './glyphs/TriangleRight.js';
|
|
1800
|
+
export { Trophy } from './glyphs/Trophy.js';
|
|
1801
|
+
export { Truck } from './glyphs/Truck.js';
|
|
1802
|
+
export { TruckElectric } from './glyphs/TruckElectric.js';
|
|
1803
|
+
export { TurkishLira } from './glyphs/TurkishLira.js';
|
|
1804
|
+
export { Turntable } from './glyphs/Turntable.js';
|
|
1805
|
+
export { Turtle } from './glyphs/Turtle.js';
|
|
1806
|
+
export { Tv } from './glyphs/Tv.js';
|
|
1807
|
+
export { Tv2 } from './glyphs/Tv2.js';
|
|
1808
|
+
export { TvMinimal } from './glyphs/TvMinimal.js';
|
|
1809
|
+
export { TvMinimalPlay } from './glyphs/TvMinimalPlay.js';
|
|
1810
|
+
export { Type } from './glyphs/Type.js';
|
|
1811
|
+
export { TypeOutline } from './glyphs/TypeOutline.js';
|
|
1812
|
+
export { Umbrella } from './glyphs/Umbrella.js';
|
|
1813
|
+
export { UmbrellaOff } from './glyphs/UmbrellaOff.js';
|
|
1814
|
+
export { Underline } from './glyphs/Underline.js';
|
|
1815
|
+
export { Undo } from './glyphs/Undo.js';
|
|
1816
|
+
export { Undo2 } from './glyphs/Undo2.js';
|
|
1817
|
+
export { UndoDot } from './glyphs/UndoDot.js';
|
|
1818
|
+
export { UnfoldHorizontal } from './glyphs/UnfoldHorizontal.js';
|
|
1819
|
+
export { UnfoldVertical } from './glyphs/UnfoldVertical.js';
|
|
1820
|
+
export { Ungroup } from './glyphs/Ungroup.js';
|
|
1821
|
+
export { University } from './glyphs/University.js';
|
|
1822
|
+
export { Unlink } from './glyphs/Unlink.js';
|
|
1823
|
+
export { Unlink2 } from './glyphs/Unlink2.js';
|
|
1824
|
+
export { Unlock } from './glyphs/Unlock.js';
|
|
1825
|
+
export { UnlockKeyhole } from './glyphs/UnlockKeyhole.js';
|
|
1826
|
+
export { Unplug } from './glyphs/Unplug.js';
|
|
1827
|
+
export { Upload } from './glyphs/Upload.js';
|
|
1828
|
+
export { UploadCloud } from './glyphs/UploadCloud.js';
|
|
1829
|
+
export { Usb } from './glyphs/Usb.js';
|
|
1830
|
+
export { User } from './glyphs/User.js';
|
|
1831
|
+
export { User2 } from './glyphs/User2.js';
|
|
1832
|
+
export { UserCheck } from './glyphs/UserCheck.js';
|
|
1833
|
+
export { UserCheck2 } from './glyphs/UserCheck2.js';
|
|
1834
|
+
export { UserCircle } from './glyphs/UserCircle.js';
|
|
1835
|
+
export { UserCircle2 } from './glyphs/UserCircle2.js';
|
|
1836
|
+
export { UserCog } from './glyphs/UserCog.js';
|
|
1837
|
+
export { UserCog2 } from './glyphs/UserCog2.js';
|
|
1838
|
+
export { UserKey } from './glyphs/UserKey.js';
|
|
1839
|
+
export { UserLock } from './glyphs/UserLock.js';
|
|
1840
|
+
export { UserMinus } from './glyphs/UserMinus.js';
|
|
1841
|
+
export { UserMinus2 } from './glyphs/UserMinus2.js';
|
|
1842
|
+
export { UserPen } from './glyphs/UserPen.js';
|
|
1843
|
+
export { UserPlus } from './glyphs/UserPlus.js';
|
|
1844
|
+
export { UserPlus2 } from './glyphs/UserPlus2.js';
|
|
1845
|
+
export { UserRound } from './glyphs/UserRound.js';
|
|
1846
|
+
export { UserRoundCheck } from './glyphs/UserRoundCheck.js';
|
|
1847
|
+
export { UserRoundCog } from './glyphs/UserRoundCog.js';
|
|
1848
|
+
export { UserRoundKey } from './glyphs/UserRoundKey.js';
|
|
1849
|
+
export { UserRoundMinus } from './glyphs/UserRoundMinus.js';
|
|
1850
|
+
export { UserRoundPen } from './glyphs/UserRoundPen.js';
|
|
1851
|
+
export { UserRoundPlus } from './glyphs/UserRoundPlus.js';
|
|
1852
|
+
export { UserRoundSearch } from './glyphs/UserRoundSearch.js';
|
|
1853
|
+
export { UserRoundX } from './glyphs/UserRoundX.js';
|
|
1854
|
+
export { Users } from './glyphs/Users.js';
|
|
1855
|
+
export { Users2 } from './glyphs/Users2.js';
|
|
1856
|
+
export { UserSearch } from './glyphs/UserSearch.js';
|
|
1857
|
+
export { UserSquare } from './glyphs/UserSquare.js';
|
|
1858
|
+
export { UserSquare2 } from './glyphs/UserSquare2.js';
|
|
1859
|
+
export { UsersRound } from './glyphs/UsersRound.js';
|
|
1860
|
+
export { UserStar } from './glyphs/UserStar.js';
|
|
1861
|
+
export { UserX } from './glyphs/UserX.js';
|
|
1862
|
+
export { UserX2 } from './glyphs/UserX2.js';
|
|
1863
|
+
export { Utensils } from './glyphs/Utensils.js';
|
|
1864
|
+
export { UtensilsCrossed } from './glyphs/UtensilsCrossed.js';
|
|
1865
|
+
export { UtilityPole } from './glyphs/UtilityPole.js';
|
|
1866
|
+
export { Van } from './glyphs/Van.js';
|
|
1867
|
+
export { Variable } from './glyphs/Variable.js';
|
|
1868
|
+
export { Vault } from './glyphs/Vault.js';
|
|
1869
|
+
export { VectorSquare } from './glyphs/VectorSquare.js';
|
|
1870
|
+
export { Vegan } from './glyphs/Vegan.js';
|
|
1871
|
+
export { VenetianMask } from './glyphs/VenetianMask.js';
|
|
1872
|
+
export { Venus } from './glyphs/Venus.js';
|
|
1873
|
+
export { VenusAndMars } from './glyphs/VenusAndMars.js';
|
|
1874
|
+
export { Verified } from './glyphs/Verified.js';
|
|
1875
|
+
export { Vibrate } from './glyphs/Vibrate.js';
|
|
1876
|
+
export { VibrateOff } from './glyphs/VibrateOff.js';
|
|
1877
|
+
export { Video } from './glyphs/Video.js';
|
|
1878
|
+
export { VideoOff } from './glyphs/VideoOff.js';
|
|
1879
|
+
export { Videotape } from './glyphs/Videotape.js';
|
|
1880
|
+
export { View } from './glyphs/View.js';
|
|
1881
|
+
export { Voicemail } from './glyphs/Voicemail.js';
|
|
1882
|
+
export { Volleyball } from './glyphs/Volleyball.js';
|
|
1883
|
+
export { Volume } from './glyphs/Volume.js';
|
|
1884
|
+
export { Volume1 } from './glyphs/Volume1.js';
|
|
1885
|
+
export { Volume2 } from './glyphs/Volume2.js';
|
|
1886
|
+
export { VolumeOff } from './glyphs/VolumeOff.js';
|
|
1887
|
+
export { VolumeX } from './glyphs/VolumeX.js';
|
|
1888
|
+
export { Vote } from './glyphs/Vote.js';
|
|
1889
|
+
export { Wallet } from './glyphs/Wallet.js';
|
|
1890
|
+
export { Wallet2 } from './glyphs/Wallet2.js';
|
|
1891
|
+
export { WalletCards } from './glyphs/WalletCards.js';
|
|
1892
|
+
export { WalletMinimal } from './glyphs/WalletMinimal.js';
|
|
1893
|
+
export { Wallpaper } from './glyphs/Wallpaper.js';
|
|
1894
|
+
export { Wand } from './glyphs/Wand.js';
|
|
1895
|
+
export { Wand2 } from './glyphs/Wand2.js';
|
|
1896
|
+
export { WandSparkles } from './glyphs/WandSparkles.js';
|
|
1897
|
+
export { Warehouse } from './glyphs/Warehouse.js';
|
|
1898
|
+
export { WashingMachine } from './glyphs/WashingMachine.js';
|
|
1899
|
+
export { Watch } from './glyphs/Watch.js';
|
|
1900
|
+
export { Waves } from './glyphs/Waves.js';
|
|
1901
|
+
export { WavesArrowDown } from './glyphs/WavesArrowDown.js';
|
|
1902
|
+
export { WavesArrowUp } from './glyphs/WavesArrowUp.js';
|
|
1903
|
+
export { WavesHorizontal } from './glyphs/WavesHorizontal.js';
|
|
1904
|
+
export { WavesLadder } from './glyphs/WavesLadder.js';
|
|
1905
|
+
export { WavesVertical } from './glyphs/WavesVertical.js';
|
|
1906
|
+
export { Waypoints } from './glyphs/Waypoints.js';
|
|
1907
|
+
export { Webcam } from './glyphs/Webcam.js';
|
|
1908
|
+
export { Webhook } from './glyphs/Webhook.js';
|
|
1909
|
+
export { WebhookOff } from './glyphs/WebhookOff.js';
|
|
1910
|
+
export { Weight } from './glyphs/Weight.js';
|
|
1911
|
+
export { WeightTilde } from './glyphs/WeightTilde.js';
|
|
1912
|
+
export { Wheat } from './glyphs/Wheat.js';
|
|
1913
|
+
export { WheatOff } from './glyphs/WheatOff.js';
|
|
1914
|
+
export { WholeWord } from './glyphs/WholeWord.js';
|
|
1915
|
+
export { Wifi } from './glyphs/Wifi.js';
|
|
1916
|
+
export { WifiCog } from './glyphs/WifiCog.js';
|
|
1917
|
+
export { WifiHigh } from './glyphs/WifiHigh.js';
|
|
1918
|
+
export { WifiLow } from './glyphs/WifiLow.js';
|
|
1919
|
+
export { WifiOff } from './glyphs/WifiOff.js';
|
|
1920
|
+
export { WifiPen } from './glyphs/WifiPen.js';
|
|
1921
|
+
export { WifiSync } from './glyphs/WifiSync.js';
|
|
1922
|
+
export { WifiZero } from './glyphs/WifiZero.js';
|
|
1923
|
+
export { Wind } from './glyphs/Wind.js';
|
|
1924
|
+
export { WindArrowDown } from './glyphs/WindArrowDown.js';
|
|
1925
|
+
export { Wine } from './glyphs/Wine.js';
|
|
1926
|
+
export { WineOff } from './glyphs/WineOff.js';
|
|
1927
|
+
export { Workflow } from './glyphs/Workflow.js';
|
|
1928
|
+
export { Worm } from './glyphs/Worm.js';
|
|
1929
|
+
export { WrapText } from './glyphs/WrapText.js';
|
|
1930
|
+
export { Wrench } from './glyphs/Wrench.js';
|
|
1931
|
+
export { X } from './glyphs/X.js';
|
|
1932
|
+
export { XCircle } from './glyphs/XCircle.js';
|
|
1933
|
+
export { XLineTop } from './glyphs/XLineTop.js';
|
|
1934
|
+
export { XOctagon } from './glyphs/XOctagon.js';
|
|
1935
|
+
export { XSquare } from './glyphs/XSquare.js';
|
|
1936
|
+
export { Zap } from './glyphs/Zap.js';
|
|
1937
|
+
export { ZapOff } from './glyphs/ZapOff.js';
|
|
1938
|
+
export { ZodiacAquarius } from './glyphs/ZodiacAquarius.js';
|
|
1939
|
+
export { ZodiacAries } from './glyphs/ZodiacAries.js';
|
|
1940
|
+
export { ZodiacCancer } from './glyphs/ZodiacCancer.js';
|
|
1941
|
+
export { ZodiacCapricorn } from './glyphs/ZodiacCapricorn.js';
|
|
1942
|
+
export { ZodiacGemini } from './glyphs/ZodiacGemini.js';
|
|
1943
|
+
export { ZodiacLeo } from './glyphs/ZodiacLeo.js';
|
|
1944
|
+
export { ZodiacLibra } from './glyphs/ZodiacLibra.js';
|
|
1945
|
+
export { ZodiacOphiuchus } from './glyphs/ZodiacOphiuchus.js';
|
|
1946
|
+
export { ZodiacPisces } from './glyphs/ZodiacPisces.js';
|
|
1947
|
+
export { ZodiacSagittarius } from './glyphs/ZodiacSagittarius.js';
|
|
1948
|
+
export { ZodiacScorpio } from './glyphs/ZodiacScorpio.js';
|
|
1949
|
+
export { ZodiacTaurus } from './glyphs/ZodiacTaurus.js';
|
|
1950
|
+
export { ZodiacVirgo } from './glyphs/ZodiacVirgo.js';
|
|
1951
|
+
export { ZoomIn } from './glyphs/ZoomIn.js';
|
|
1952
|
+
export { ZoomOut } from './glyphs/ZoomOut.js';
|
|
1953
|
+
export { Discord } from './_extras/Discord.js';
|
|
1954
|
+
export { Facebook } from './_extras/Facebook.js';
|
|
1955
|
+
export { Github } from './_extras/Github.js';
|
|
1956
|
+
export { Instagram } from './_extras/Instagram.js';
|
|
1957
|
+
export { Linkedin } from './_extras/Linkedin.js';
|
|
1958
|
+
export { Slack } from './_extras/Slack.js';
|
|
1959
|
+
export { Twitter } from './_extras/Twitter.js';
|
|
1960
|
+
export { Youtube } from './_extras/Youtube.js';
|
|
1961
|
+
|
|
1962
|
+
export type { IconProps } from '@usemotif/react';
|