import * as React from "react"; const Copy = ({ width, height, color }) => ( ); export default Copy;