import React from "react";

const VerifiedIcon = () => {
  return (
    <>
      <svg
        xmlns="http://www.w3.org/2000/svg"
        width="18"
        height="18"
        viewBox="0 0 18 18"
        fill="none"
      >
        <g clipPath="url(#clip0_6975_103431)">
          <path
            d="M17.0154 7.53856L16.6298 8.49238C16.5081 8.81709 16.5081 9.16209 16.6298 9.48679L17.0154 10.4406C17.2387 11.0089 17.056 11.6583 16.5487 12.0236L15.6963 12.6121C15.4122 12.815 15.2295 13.1194 15.1484 13.4441L14.9657 14.4589C14.844 15.0677 14.3366 15.5141 13.7278 15.5344L12.6928 15.575C12.3478 15.5953 12.0231 15.7374 11.7795 15.9809L11.0692 16.7318C10.6431 17.1783 9.97336 17.2797 9.44572 16.9753L8.55278 16.4477C8.24836 16.265 7.90336 16.2244 7.55836 16.3056L6.54366 16.5491C5.95513 16.6912 5.32601 16.4071 5.04189 15.8591L4.57513 14.9256C4.41278 14.6212 4.14895 14.3777 3.82425 14.2762L2.85013 13.9515C2.2616 13.7486 1.8963 13.1803 1.95719 12.5715L2.05866 11.5365C2.09925 11.1915 1.99778 10.8465 1.77454 10.5827L1.12513 9.77091C0.73954 9.28385 0.73954 8.61415 1.12513 8.12709L1.77454 7.31532C1.99778 7.0515 2.09925 6.7065 2.05866 6.3615L1.95719 5.3265C1.8963 4.71768 2.2616 4.14944 2.85013 3.9465L3.82425 3.62179C4.14895 3.52032 4.41278 3.27679 4.57513 2.97238L5.04189 2.03885C5.32601 1.49091 5.93483 1.20679 6.54366 1.34885L7.55836 1.59238C7.88307 1.67356 8.24836 1.63297 8.55278 1.45032L9.44572 0.922676C9.97336 0.618264 10.6431 0.69944 11.0692 1.1662L11.7795 1.91709C12.0231 2.16062 12.3478 2.32297 12.6928 2.32297L13.7278 2.36356C14.3366 2.38385 14.8642 2.83032 14.9657 3.43915L15.1484 4.45385C15.2092 4.79885 15.4122 5.10326 15.6963 5.28591L16.5487 5.87444C17.056 6.32091 17.259 6.97032 17.0154 7.53856Z"
            fill="#00D566"
          />
          <g opacity="0.15">
            <path
              d="M13.2607 15.494C13.1592 15.494 13.0577 15.5143 12.9766 15.5345L13.7072 15.494C13.8086 15.494 13.8898 15.4737 13.9913 15.4534L13.2607 15.494Z"
              fill="black"
            />
          </g>
          <path
            d="M5.75195 7.70089L8.28872 10.603L13.484 6.42236"
            fill="#00D566"
          />
          <path
            d="M7.67944 12.1048C7.39532 12.1048 7.1112 11.983 6.90826 11.7598L4.3715 8.85774C4.0062 8.43156 4.04679 7.80245 4.45267 7.41686C4.87885 7.05156 5.50797 7.09215 5.89356 7.49804L7.8012 9.66951L12.2456 6.09774C12.6718 5.75274 13.3212 5.81362 13.6662 6.26009C14.0112 6.70656 13.9503 7.33568 13.5038 7.68068L8.30856 11.8816C8.12591 12.0236 7.90267 12.1048 7.67944 12.1048Z"
            fill="white"
          />
        </g>
        <defs>
          <clipPath id="clip0_6975_103431">
            <rect width="18" height="18" fill="white" />
          </clipPath>
        </defs>
      </svg>
    </>
  );
};

export default VerifiedIcon;
