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