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