import React from "react"; import SvgIcon from "./base"; function Circle({ className = "" }) { return ( ); } export default Circle;