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