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