Icon
This is a wrapper component for Heroicons by TailwindCSS that includes additional properties and features. Its purpose is to unify icon usage across the design system and simplify the process for developers. With this wrapper component, there’s no need to import each icon individually, but it comes at the cost of a larger bundle size, so use it responsibly.
Prop Default Value set micro outline solid mini micro icon - AcademicCap AdjustmentsHorizontal AdjustmentsVertical ArchiveBoxArrowDown ArchiveBox ArchiveBoxXMark ArrowDownCircle ArrowDown ArrowDownLeft ArrowDownOnSquare ArrowDownOnSquareStack ArrowDownRight ArrowDownTray ArrowLeftCircle ArrowLeftEndOnRectangle ArrowLeft ArrowLeftOnRectangle ArrowLeftStartOnRectangle ArrowLongDown ArrowLongLeft ArrowLongRight ArrowLongUp ArrowPath ArrowPathRoundedSquare ArrowRightCircle ArrowRightEndOnRectangle ArrowRight ArrowRightOnRectangle ArrowRightStartOnRectangle ArrowSmallDown ArrowSmallLeft ArrowSmallRight ArrowSmallUp ArrowTopRightOnSquare ArrowTrendingDown ArrowTrendingUp ArrowUpCircle ArrowUp ArrowUpLeft ArrowUpOnSquare ArrowUpOnSquareStack ArrowUpRight ArrowUpTray ArrowUturnDown ArrowUturnLeft ArrowUturnRight ArrowUturnUp ArrowsPointingIn ArrowsPointingOut ArrowsRightLeft ArrowsUpDown AtSymbol Backspace Backward Banknotes Bars2 Bars3BottomLeft Bars3BottomRight Bars3CenterLeft Bars3 Bars4 BarsArrowDown BarsArrowUp Battery0 Battery100 Battery50 Beaker BellAlert Bell BellSlash BellSnooze Bolt BoltSlash BookOpen Bookmark BookmarkSlash BookmarkSquare Briefcase BugAnt BuildingLibrary BuildingOffice2 BuildingOffice BuildingStorefront Cake Calculator CalendarDays Calendar Camera ChartBar ChartBarSquare ChartPie ChatBubbleBottomCenter ChatBubbleBottomCenterText ChatBubbleLeftEllipsis ChatBubbleLeft ChatBubbleLeftRight ChatBubbleOvalLeftEllipsis ChatBubbleOvalLeft CheckBadge CheckCircle Check ChevronDoubleDown ChevronDoubleLeft ChevronDoubleRight ChevronDoubleUp ChevronDown ChevronLeft ChevronRight ChevronUpDown ChevronUp CircleStack ClipboardDocumentCheck ClipboardDocument ClipboardDocumentList Clipboard Clock CloudArrowDown CloudArrowUp Cloud CodeBracket CodeBracketSquare Cog6Tooth Cog8Tooth Cog CommandLine ComputerDesktop CpuChip CreditCard Cube CubeTransparent CurrencyBangladeshi CurrencyDollar CurrencyEuro CurrencyPound CurrencyRupee CurrencyYen CursorArrowRays CursorArrowRipple DevicePhoneMobile DeviceTablet DocumentArrowDown DocumentArrowUp DocumentChartBar DocumentCheck DocumentDuplicate Document DocumentMagnifyingGlass DocumentMinus DocumentPlus DocumentText EllipsisHorizontalCircle EllipsisHorizontal EllipsisVertical Envelope EnvelopeOpen ExclamationCircle ExclamationTriangle EyeDropper Eye EyeSlash FaceFrown FaceSmile Film FingerPrint Fire Flag FolderArrowDown Folder FolderMinus FolderOpen FolderPlus Forward Funnel Gif Gift GiftTop GlobeAlt GlobeAmericas GlobeAsiaAustralia GlobeEuropeAfrica HandRaised HandThumbDown HandThumbUp Hashtag Heart Home HomeModern Identification InboxArrowDown Inbox InboxStack InformationCircle Key Language Lifebuoy LightBulb Link ListBullet LockClosed LockOpen MagnifyingGlassCircle MagnifyingGlass MagnifyingGlassMinus MagnifyingGlassPlus Map MapPin Megaphone Microphone MinusCircle Minus MinusSmall Moon MusicalNote Newspaper NoSymbol PaintBrush PaperAirplane PaperClip PauseCircle Pause Pencil PencilSquare PhoneArrowDownLeft PhoneArrowUpRight Phone PhoneXMark Photo PlayCircle Play PlayPause PlusCircle Plus PlusSmall Power PresentationChartBar PresentationChartLine Printer PuzzlePiece QrCode QuestionMarkCircle QueueList Radio ReceiptPercent ReceiptRefund RectangleGroup RectangleStack RocketLaunch Rss Scale Scissors Server ServerStack Share ShieldCheck ShieldExclamation ShoppingBag ShoppingCart Signal SignalSlash Sparkles SpeakerWave SpeakerXMark Square2Stack Square3Stack3D Squares2X2 SquaresPlus Star StopCircle Stop Sun Swatch TableCells Tag Ticket Trash Trophy Truck Tv UserCircle UserGroup User UserMinus UserPlus Users Variable VideoCamera VideoCameraSlash ViewColumns ViewfinderCircle Wallet Wifi Window Wrench WrenchScrewdriver XCircle XMark size md xs sm md lg animate - spin bounce pulse
Heroicons
You can find full list of available icons on official Heroicons page.
Color
The icon color is inherited from the parent text color. You can change the icon color by adding a style or class to the Icon
component:
< Icon class = "text-blue-600" ></ Icon >