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