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