UNPKG

@centreon/react-components

Version:
14 lines (11 loc) 287 B
import React from 'react'; import InsertChart from '@material-ui/icons/InsertChart'; import MaterialIcon from '../MaterialIcon'; function IconInsertChart(props) { return ( <MaterialIcon {...props}> <InsertChart /> </MaterialIcon> ); } export default IconInsertChart;