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