import type { SVGProps } from "react"; const SvgCircleOutlineIcon = (props: SVGProps) => ( ); export default SvgCircleOutlineIcon;