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