// Generated by script, don't edit it please.
import * as React from 'react';

function ShoppingBag(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M31.375 25.143L32 30.732c.036.321-.071.643-.286.893a1.19 1.19 0 01-.857.375H1.143a1.19 1.19 0 01-.857-.375A1.18 1.18 0 010 30.732l.625-5.589h30.75zm-1.661-14.982L31.25 24H.75l1.536-13.839a1.158 1.158 0 011.143-1.018H8v2.286c0 1.268 1.018 2.286 2.286 2.286s2.286-1.018 2.286-2.286V9.143h6.857v2.286c0 1.268 1.018 2.286 2.286 2.286s2.286-1.018 2.286-2.286V9.143h4.571c.589 0 1.071.446 1.143 1.018zm-6.857-3.304v4.571c0 .625-.518 1.143-1.143 1.143s-1.143-.518-1.143-1.143V6.857c0-2.518-2.054-4.571-4.571-4.571s-4.571 2.054-4.571 4.571v4.571c0 .625-.518 1.143-1.143 1.143s-1.143-.518-1.143-1.143V6.857C9.143 3.071 12.214 0 16 0s6.857 3.071 6.857 6.857z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(ShoppingBag);
export default ForwardRef;
