Props
The children must be a SVG that follows the definition stated on the UXDEF.md.
CSS Classes to add to icon
Determine color of the icon Besides the primary color types, you could use currentColor to inherit the color from the parent. (default: ATOM_ICON_COLORS.currentColor)
Determine the render type of the icon. 'eager': The icon will be server-side rendered (default) 'lazy': The icon will be loaded on a client when visible
Determine the size of the icon. (default: ATOM_ICON_SIZES.medium)