@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
16 lines (14 loc) • 329 B
JavaScript
const SvgTableChartSharp = (props) => {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
height='1em'
viewBox='0 0 24 24'
width='1em'
className='svg-icon'
{...props}>
<path d='M10 10.02h5V21h-5V10.02zM17 21h5V10h-5v11zm5-18H3v5h19V3zM3 21h5V10H3v11z' />
</svg>
);
}
export default SvgTableChartSharp;