import React from 'react'; const DashboardIcon: React.FC = () => { return ( ); }; export default DashboardIcon;