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