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