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