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