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