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