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