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