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