import React from 'react';
import withIcon from '../lib/withIcon';
export const IconShoppingCart = withIcon(function IconShoppingCart(props) {
    return (<svg data-tag="IconShoppingCart" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M15.618 7.198c2.318 0 3.068.001 3.566.612.498.611.335 1.832.007 4.273l-.068.514c-.206 1.563-.35 2.658-.8 3.073-.498.459-1.37.459-3.115.459H9.422c-1.745 0-2.618 0-3.116-.46-.355-.327-.515-1.077-.668-2.146l-.925-7.825c-.044-.416-.19-.723-.432-.915-.242-.193-.58-.27-1.004-.227l-.901.092c-.313.032-.512.013-.642-.09-.129-.103-.188-.29-.22-.596-.032-.305-.013-.5.093-.627.105-.127.296-.186.609-.217l.901-.092c.934-.096 1.676.075 2.209.499.532.423.855 1.1.95 2.014l.173 1.66zm2.24 11.772c0 1.121-.92 2.03-2.053 2.03a2.041 2.041 0 0 1-2.053-2.03c0-1.12.919-2.03 2.053-2.03s2.053.91 2.053 2.03M8.825 21a2.041 2.041 0 0 0 2.053-2.03c0-1.12-.92-2.03-2.053-2.03a2.041 2.041 0 0 0-2.053 2.03c0 1.121.919 2.03 2.053 2.03"/>
    </svg>);
});
//# sourceMappingURL=ShoppingCart.jsx.map