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