import IconProps from "./IconProps"; const Copy = (props: IconProps) => { return ( ); }; export default Copy;