@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 388 B
JavaScript
const SvgHourglassBottomSharp = (props) => {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
height='1em'
viewBox='0 0 24 24'
width='1em'
className='svg-icon'
{...props}>
<path fill='none' d='M0 0h24v24H0z' />
<path d='M18 22l-.01-6L14 12l3.99-4.01L18 2H6v6l4 4-4 3.99V22h12zM8 7.5V4h8v3.5l-4 4-4-4z' />
</svg>
);
}
export default SvgHourglassBottomSharp;