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