interface CopyleftIconProps { className?: string width?: number height?: number } export default function CopyleftIcon({ className, width, height, }: CopyleftIconProps) { return ( ) }