205 unique icons · 5 variants each (default, blue, light, pink, white) · served as SVG from CDN
tree icon × 5 colours
Props: name (string, required) · variant (default | blue | light | pink | white) ·
size (number, px, default 32) · alt · class
import { Icon } from '@xa/ui';
<Icon name="tree" />
<Icon name="rocket" variant="blue" size={48} />
<Icon name="gear" variant="white" size={24} alt="Settings" /> <!-- In any Astro page that depends on @xa/ui -->
import { Icon } from '@xa/ui';
<!-- Default (navy+rose) -->
<Icon name="automation" />
<!-- Blue variant, 48px -->
<Icon name="automation" variant="blue" size={48} />
<!-- All available names: see grid above -->
<!-- CDN base: https://ui.extremeautomation.io/icons/ -->