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