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