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