const EditUserIcon = ({ className }: { className?: string }) => {
  return (
    <svg
      width="15"
      height="12"
      viewBox="0 0 15 12"
      fill="none"
      xmlns="http://www.w3.org/2000/svg"
      className={className}
    >
      <path
        d="M5.83301 0.919922C7.09846 0.919922 8.14929 1.98754 8.14941 3.33594C8.14941 4.68445 7.09854 5.75293 5.83301 5.75293C4.56758 5.7528 3.51758 4.68437 3.51758 3.33594C3.51771 1.98762 4.56766 0.920051 5.83301 0.919922Z"
        stroke="currentColor"
        strokeWidth="0.8"
        strokeLinecap="round"
      />
      <path
        d="M6.1263 11.3192H1.16797V9.27068C1.16797 7.12257 4.89159 6.26164 7.8763 6.6879C8.10904 6.72114 8.33728 6.76221 8.55891 6.8111"
        stroke="currentColor"
        strokeWidth="0.8"
        strokeLinecap="round"
      />
      <path
        d="M9.60187 10.9632L8.16797 11.25L8.45475 9.8161L8.45526 9.81353C8.47999 9.69026 8.49244 9.62819 8.51515 9.57032C8.53547 9.51856 8.56174 9.46935 8.59354 9.42381C8.62913 9.37275 8.67387 9.32797 8.76281 9.23897L8.76461 9.23716L11.7085 6.29331C12.0995 5.90223 12.7336 5.90223 13.1247 6.29331C13.5157 6.68439 13.5157 7.31843 13.1247 7.70951L10.1808 10.6534C10.0907 10.7436 10.0456 10.7886 9.99422 10.8244C9.94862 10.8562 9.89948 10.8826 9.84772 10.9028C9.78944 10.9257 9.72692 10.9382 9.60187 10.9632Z"
        stroke="currentColor"
        strokeWidth="0.8"
        strokeLinecap="round"
        strokeLinejoin="round"
      />
    </svg>
  );
};

export { EditUserIcon };
