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