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