const RestartIcon = ({ width = 24, height = 24, color = "#D2D3E0", ...props }) => { return ( ); }; export default RestartIcon;