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