import React from "react"; import { SvgIcon, SvgIconProps } from "@mui/material"; const AreaChartIcon = (props: SvgIconProps) => ( ); export default AreaChartIcon;