import * as React from "react"; import { SVGProps } from "react"; const SvgArrowLeftCircle = (props: SVGProps) => ( ); export default SvgArrowLeftCircle;