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