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