import type { ReactElement, SVGAttributes } from 'react' export function CopyIcon(props: SVGAttributes): ReactElement { return ( ) }