import React from "react"; const CloneIcon = (props) => { return ( ); }; export default CloneIcon;