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