export const EmptyCartIcon: React.FC<React.SVGAttributes<{}>> = (props) => {
  return (
    <svg
      viewBox="0 0 100 100"
      fill="none"
      xmlns="http://www.w3.org/2000/svg"
      {...props}
    >
      <path
        d="M26.04 41.8L38.04 14.8"
        stroke="currentColor"
        strokeWidth="4"
        strokeMiterlimit="10"
      />
      <path
        d="M74.04 41.8L62.04 14.8"
        stroke="currentColor"
        strokeWidth="4"
        strokeMiterlimit="10"
      />
      <path
        d="M80 35.8H93C95.76 35.8 98 38.04 98 40.8V42.8C98 45.56 95.76 47.8 93 47.8H7C4.24 47.8 2 45.56 2 42.8V40.8C2 38.04 4.24 35.8 7 35.8H20"
        stroke="currentColor"
        strokeWidth="4"
        strokeMiterlimit="10"
      />
      <path
        d="M72.1202 35.8H28.1202"
        stroke="currentColor"
        strokeWidth="4"
        strokeMiterlimit="10"
      />
      <path
        d="M92 47.8H8L14.56 85.52C15.4 90.32 19.56 93.8 24.4 93.8H75.6C80.48 93.8 84.6 90.32 85.44 85.52L92 47.8Z"
        stroke="currentColor"
        strokeWidth="4"
        strokeMiterlimit="10"
      />
      <path
        d="M29.52 60.4L31.52 81.2"
        stroke="currentColor"
        strokeWidth="4"
        strokeMiterlimit="10"
        strokeLinecap="round"
        strokeLinejoin="round"
      />
      <path
        d="M71 60.4L69 81.2"
        stroke="currentColor"
        strokeWidth="4"
        strokeMiterlimit="10"
        strokeLinecap="round"
        strokeLinejoin="round"
      />
      <path
        d="M50.2001 60.4V81.2"
        stroke="currentColor"
        strokeWidth="4"
        strokeMiterlimit="10"
        strokeLinecap="round"
        strokeLinejoin="round"
      />
      <path
        d="M39 16.8C41.7614 16.8 44 14.5614 44 11.8C44 9.03859 41.7614 6.80002 39 6.80002C36.2386 6.80002 34 9.03859 34 11.8C34 14.5614 36.2386 16.8 39 16.8Z"
        stroke="currentColor"
        strokeWidth="4"
        strokeMiterlimit="10"
      />
      <path
        d="M61 16.8C63.7614 16.8 66 14.5614 66 11.8C66 9.03859 63.7614 6.80002 61 6.80002C58.2386 6.80002 56 9.03859 56 11.8C56 14.5614 58.2386 16.8 61 16.8Z"
        stroke="currentColor"
        strokeWidth="4"
        strokeMiterlimit="10"
      />
    </svg>
  );
};
