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