const DiscountLineIcon = () => (
  <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path
      d="M3.32603 12.2172L2.05937 10.9505C1.54271 10.4338 1.54271 9.58383 2.05937 9.06717L3.32603 7.80048C3.5427 7.58382 3.7177 7.15881 3.7177 6.85881V5.06713C3.7177 4.33379 4.31771 3.73381 5.05104 3.73381H6.8427C7.1427 3.73381 7.5677 3.55884 7.78437 3.34217L9.05103 2.07549C9.5677 1.55882 10.4177 1.55882 10.9344 2.07549L12.2011 3.34217C12.4177 3.55884 12.8427 3.73381 13.1427 3.73381H14.9344C15.6677 3.73381 16.2677 4.33379 16.2677 5.06713V6.85881C16.2677 7.15881 16.4427 7.58382 16.6594 7.80048L17.926 9.06717C18.4427 9.58383 18.4427 10.4338 17.926 10.9505L16.6594 12.2172C16.4427 12.4339 16.2677 12.8589 16.2677 13.1589V14.9504C16.2677 15.6838 15.6677 16.2839 14.9344 16.2839H13.1427C12.8427 16.2839 12.4177 16.4588 12.2011 16.6755L10.9344 17.9422C10.4177 18.4589 9.5677 18.4589 9.05103 17.9422L7.78437 16.6755C7.5677 16.4588 7.1427 16.2839 6.8427 16.2839H5.05104C4.31771 16.2839 3.7177 15.6838 3.7177 14.9504V13.1589C3.7177 12.8505 3.5427 12.4255 3.32603 12.2172Z"
      stroke="currentColor"
      strokeWidth="1.5"
      strokeLinecap="round"
      strokeLinejoin="round"
    />
    <path
      d="M7.5 12.5L12.5 7.5"
      stroke="currentColor"
      strokeWidth="1.5"
      strokeLinecap="round"
      strokeLinejoin="round"
    />
    <path
      d="M12.0801 12.0832H12.0875"
      stroke="currentColor"
      strokeWidth="2"
      strokeLinecap="round"
      strokeLinejoin="round"
    />
    <path
      d="M7.91209 7.91667H7.91957"
      stroke="currentColor"
      strokeWidth="2"
      strokeLinecap="round"
      strokeLinejoin="round"
    />
  </svg>
);

export default DiscountLineIcon;
