Icon
import { Icon } from "anolis-ui";
Basic
Icon doesn't have any default theme. It is used to render SVG icons.
<Icon svg={<GithubIcon/>} />
Usage / styling
You can use fill and fillHover to change fill color and stroke and strokeWidth for stroke.
<Icon svg={<GithubIcon/>} fill="anolis-green-400" fillHover="anolis-green-600" />