Icon
Icon
is a general icon component that can be used in your projects.
Theming
The Icon
is a single part component.
If you want to change the style of the component, please check here.
export const Icon: ComponentStyle<"Icon"> = {baseStyle: {color: "currentColor",display: "inline-block",flexShrink: 0,h: "1em",lineHeight: "1em",w: "1em",},}
Edit this page on GitHub