import * as React from 'react' function SvgTypePerson(props: React.SVGProps) { return ( ) } export default SvgTypePerson