UNPKG

@centreon/react-components

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