import * as React from "react"; import { SVGProps } from "react"; const SvgAccountTieHat = (props: SVGProps) => ( ); export default SvgAccountTieHat;