import { IconProps } from "./types"; export default function TooltipIcon({ width = 20, height = 20, color = "inherit", cursor = "pointer", }: IconProps) { return ( ); }