import React from 'react';

const PharmacyIllustration: React.FC = () => {
  return (
    <svg width="72" height="72" viewBox="0 0 62 58" xmlns="http://www.w3.org/2000/svg">
      <defs>
        <path id="whv9q6f4ta" d="M0 0h62v30.508H0z" />
        <path id="hp71ojgcnc" d="M0 0h24.603v26.571H0z" />
      </defs>
      <g fill="none">
        <g opacity=".193" transform="matrix(-1 0 0 1 62 26.571)">
          <path
            d="M62 0c0 16.85-13.916 30.508-31.037 30.508S0 16.849 0 0h62z"
            fill="var(--brand-03)"
            mask="url(#rt0c8mo6eb)"
          />
        </g>
        <g opacity=".396" transform="matrix(-1 0 0 1 60.032 0)">
          <path
            d="m24.603 26.571-13.35-23.51C9.592.141 5.884-.869 3.011.817.138 2.503-.855 6.272.804 9.193l9.874 17.378"
            fill="var(--brand-03)"
            mask="url(#hgianthqwd)"
          />
        </g>
      </g>
    </svg>
  );
};

export default PharmacyIllustration;
