@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 362 B
JavaScript
const SvgBarChartOutlined = (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='M0 0h24v24H0V0z' fill='none' />
<path d='M5 9.2h3V19H5V9.2zM10.6 5h2.8v14h-2.8V5zm5.6 8H19v6h-2.8v-6z' />
</svg>
);
}
export default SvgBarChartOutlined;