import * as React from 'react'; export interface Tie-0116Props extends React.SVGProps { ariaLabel?: string } export default function Tie-0116({ ariaLabel, ...props }: Tie-0116Props) { return ( ); }