import type { SVGProps } from 'react'; const SvgOverview = (props: SVGProps) => ( ); export default SvgOverview;