UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

8 lines (7 loc) 245 B
import { SvgIconProps } from '@mui/material/SvgIcon'; type IconProps = SvgIconProps; declare const HeatmapGraphIcon: { (props: IconProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export default HeatmapGraphIcon;