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