@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
16 lines (14 loc) • 312 B
JavaScript
const SvgBarChartSharp = (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='M5 9.2h3V19H5V9.2zM10.6 5h2.8v14h-2.8V5zm5.6 8H19v6h-2.8v-6z' />
</svg>
);
}
export default SvgBarChartSharp;