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