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