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