Prefix and suffix icons
Button and various input components support prefix
and suffix
props, which can be used to extend your component with icon.
Koval UI expect prefix React component which is compatible with SVGProps<SVGSVGElement>
type.
SVG style has to support currentColor keyword.
💡️
Most React icon libraries support this format. Check for example: react-icons, material-icons, heroicons etc.