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