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