export const ShoppingBagIcon: React.FC<React.SVGAttributes<{}>> = (props) => {
  return (
    <svg
      width="1em"
      height="1em"
      viewBox="0 0 32 30"
      fill="none"
      xmlns="http://www.w3.org/2000/svg"
      {...props}
    >
      <path
        fillRule="evenodd"
        clipRule="evenodd"
        d="M31.922 26.088L28.896 3.011A3.462 3.462 0 0025.465 0H6.784a3.462 3.462 0 00-3.432 3.011L.326 26.088A3.461 3.461 0 003.758 30H28.49a3.461 3.461 0 003.432-3.912zM9.197 5.771a6.926 6.926 0 006.923 6.923 6.927 6.927 0 006.923-6.923 1.155 1.155 0 00-2.308 0 4.618 4.618 0 01-4.615 4.615 4.618 4.618 0 01-4.615-4.615 1.154 1.154 0 00-2.308 0z"
        fill="currentColor"
      />
    </svg>
  );
};
