Icons

Icons use the Remix Icon Library.

<x::icon>

PropertyDescription
nameThe Remix icon name to use

Icons are always squares, and you should normally apply a specific size.

<x::icon class:="size-6" name="thumb-up-line" />

Because the icons are SVGs that will take on text color, you can color them using the standard text-* classes.

<x::icon
    class:="size-6 text-red-600 hover:animate-bounce"
    name="thumb-up-line"
/>