@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 463 B
JavaScript
const SvgShoppingBasketSharp = (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='M17.21 9l-4.39-6.57a1 1 0 00-1.66 0L6.77 9H.69L4 21h16.02l3.29-12h-6.1zm-5.22-4.21L14.8 9H9.18l2.81-4.21zM12 17c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z' />
</svg>
);
}
export default SvgShoppingBasketSharp;