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