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