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