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