import type { SVGProps } from "react"; const SvgCopyIcon = (props: SVGProps) => ( ); export default SvgCopyIcon;