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