import React from "react"; const CombineIcon = ({ className = "", stroke = "white", fill = "none", onClick = () => {}, }) => { return ( ); }; export default CombineIcon;