import React from 'react'; import Svg, { Path, SvgProps } from 'react-native-svg'; export const Copy: React.FC = (props) => { return ( ); };