UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

9 lines (8 loc) 354 B
import { jsx as _jsx } from "react/jsx-runtime"; import SvgIcon from '@mui/material/SvgIcon'; import HeatmapGraph from './HeatmapGraphSVG'; const HeatmapGraphIcon = (props) => { return (_jsx(SvgIcon, { ...props, component: HeatmapGraph, inheritViewBox: true })); }; HeatmapGraphIcon.displayName = 'HeatmapGraphIcon'; export default HeatmapGraphIcon;