Skip to content
Are you an LLM? You can read better optimized documentation at /docs/aeria-ui/components/aeria-icon.md for this page in Markdown format
aeria-icon
Example
An user icon with the text "Users" that will change when hovered.
template
<aeria-icon
reactive
icon="user-circle"
>
Users
</aeria-icon>CSS overrides
--icon-color: color;: the foreground color of the icon (default:var(--theme-foreground-color))
