Sizes
xs
sm
md (default)
lg
xl
Icon Gallery
All 40+ built-in heroicons. Pass the name to IconProps.Name.
check
x
chevron-down
chevron-up
chevron-left
chevron-right
arrow-left
arrow-right
arrow-up
arrow-down
plus
minus
search
bell
home
user
users
cog
trash
pencil
eye
eye-slash
heart
star
calendar
mail
phone
link
clipboard
share
download
upload
filter
sort
menu
dots-vertical
dots-horizontal
info
warning
check-circle
x-circle
lock
globe
document
folder
image
chart-bar
refresh
Colors via Class
In Buttons
Usage
@display.Icon(display.IconProps{
Name: "check", // icon name (see gallery above)
Size: "md", // "xs" | "sm" | "md" | "lg" | "xl"
Class: "text-green-500", // any Tailwind color/size override
})