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