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