import Svg, { Path, type SvgProps } from 'react-native-svg'; const SvgCopy = (props: SvgProps) => ( ); export default SvgCopy;