Icon API Overview
Initialization
import { Icon } from "@svar-ui/react-core";
// minimal configuration for initialization
<Icon />
Icon Properties
| css | Optional. Adds a custom CSS class to the icon |
| title | Optional. Sets a tooltip text for the icon element |
| tooltip | Optional. Sets the tooltip text shown on hover when the control is wrapped in a Tooltip component |
Icon Events
| click | Fires when the icon is clicked |