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