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