Icons Reference

Browse all available icons in the Icons component

arrow
arrowRight
close
menu
externalLink
building
target
chart
rocket
currency
cog
strength
lightning
zap
code
refresh
folder
terminal
construction
mail
support
camera
layers
wrench
discord
briefcase
cart
chat
card
handshake
racing
home
cloud
gamepad
panel
paypal
stripe
payment
shield
lock
checkCircle
heart
server
cpu
storage
users
star
play

Usage Example

import { Icons } from '../components/Icons';

// In TSX/JSX:
<Icons.arrow className="w-6 h-6" />

// With custom size:
<Icons.rocket size={32} />