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