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