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