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