npx shadcn@latest add https://chamaac.com/r/mail-icon.json| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | - | Custom class names for styling the SVG |
| size | number | 24 | Size of the icon in pixels |
| duration | number | 4 | Duration of the animation in seconds |
| strokeWidth | number | 2 | Stroke width of the icon |
| isHovered | boolean | false | When true, animation only plays on hover. When false, animation loops continuously. |
| repeatDelay | number | 1 | Delay between animation loops in seconds |
| ease | Easing | "easeInOut" | Animation easing function (e.g., 'linear', 'easeIn', 'easeOut', 'easeInOut') |