export const ShoppingCartIcon: React.FC<React.SVGAttributes<{}>> = (props) => {
  return (
    <svg
      viewBox="0 0 18 18"
      fill="none"
      xmlns="http://www.w3.org/2000/svg"
      {...props}
    >
      <path
        d="M14.2521 12.7481C13.0145 12.7481 12.0077 13.755 12.0077 14.9925C12.0077 16.2301 13.0145 17.2369 14.2521 17.2369C15.4896 17.2369 16.4965 16.2301 16.4965 14.9925C16.4965 13.755 15.4896 12.7481 14.2521 12.7481ZM14.2521 15.8903C13.757 15.8903 13.3543 15.4876 13.3543 14.9925C13.3543 14.4974 13.757 14.0948 14.2521 14.0948C14.7472 14.0948 15.1498 14.4974 15.1498 14.9925C15.1498 15.4876 14.7472 15.8903 14.2521 15.8903Z"
        fill="currentColor"
      />
      <path
        d="M17.8569 4.07381C17.7294 3.91064 17.5339 3.81548 17.3268 3.81548H4.1562L3.5502 1.27999C3.47771 0.977014 3.2068 0.763123 2.89527 0.763123H0.673316C0.301431 0.763087 0 1.06452 0 1.4364C0 1.80829 0.301431 2.10972 0.673316 2.10972H2.36381L4.55209 11.266C4.62459 11.5692 4.8955 11.7828 5.20702 11.7828H15.6884C15.9979 11.7828 16.2677 11.5719 16.3419 11.2716L17.9804 4.65058C18.03 4.44952 17.9844 4.23697 17.8569 4.07381ZM15.1616 10.4362H5.73848L4.47802 5.16211H16.4665L15.1616 10.4362Z"
        fill="currentColor"
      />
      <path
        d="M6.10511 12.7481C4.86753 12.7481 3.86072 13.755 3.86072 14.9925C3.86072 16.2301 4.86756 17.2369 6.10511 17.2369C7.34265 17.2369 8.34949 16.2301 8.34949 14.9925C8.34949 13.755 7.34265 12.7481 6.10511 12.7481ZM6.10511 15.8903C5.61 15.8903 5.20735 15.4876 5.20735 14.9925C5.20735 14.4974 5.61 14.0948 6.10511 14.0948C6.60021 14.0948 7.00286 14.4974 7.00286 14.9925C7.00286 15.4876 6.60021 15.8903 6.10511 15.8903Z"
        fill="currentColor"
      />
    </svg>
  );
};
