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