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