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