export const UserFollowingIcon: React.FC<React.SVGAttributes<{}>> = (props) => {
  return (
    <svg
      viewBox="0 0 18 18"
      fill="none"
      xmlns="http://www.w3.org/2000/svg"
      {...props}
    >
      <path
        d="M8 8.5C9.933 8.5 11.5 6.933 11.5 5C11.5 3.067 9.933 1.5 8 1.5C6.067 1.5 4.5 3.067 4.5 5C4.5 6.933 6.067 8.5 8 8.5Z"
        fill="currentColor"
      />
      <path
        d="M8.00012 9.50006C6.27682 9.50205 4.62468 10.1875 3.40612 11.4061C2.18756 12.6246 1.50211 14.2768 1.50012 16.0001C1.50012 16.1327 1.5528 16.2598 1.64657 16.3536C1.74034 16.4474 1.86751 16.5001 2.00012 16.5001H14.0001C14.1327 16.5001 14.2599 16.4474 14.3537 16.3536C14.4474 16.2598 14.5001 16.1327 14.5001 16.0001C14.4981 14.2768 13.8127 12.6246 12.5941 11.4061C11.3756 10.1875 9.72342 9.50205 8.00012 9.50006Z"
        fill="currentColor"
      />
      <path
        d="M15.9998 8.00006H14.4998V6.50006C14.4998 6.36745 14.4471 6.24028 14.3534 6.14651C14.2596 6.05274 14.1324 6.00006 13.9998 6.00006C13.8672 6.00006 13.74 6.05274 13.6463 6.14651C13.5525 6.24028 13.4998 6.36745 13.4998 6.50006V8.00006H11.9998C11.8672 8.00006 11.74 8.05274 11.6463 8.14651C11.5525 8.24028 11.4998 8.36745 11.4998 8.50006C11.4998 8.63267 11.5525 8.75985 11.6463 8.85362C11.74 8.94738 11.8672 9.00006 11.9998 9.00006H13.4998V10.5001C13.4998 10.6327 13.5525 10.7598 13.6463 10.8536C13.74 10.9474 13.8672 11.0001 13.9998 11.0001C14.1324 11.0001 14.2596 10.9474 14.3534 10.8536C14.4471 10.7598 14.4998 10.6327 14.4998 10.5001V9.00006H15.9998C16.1324 9.00006 16.2596 8.94738 16.3534 8.85362C16.4471 8.75985 16.4998 8.63267 16.4998 8.50006C16.4998 8.36745 16.4471 8.24028 16.3534 8.14651C16.2596 8.05274 16.1324 8.00006 15.9998 8.00006Z"
        fill="currentColor"
      />
    </svg>
  );
};
