export const BullsEyeIcon: React.FC<React.SVGAttributes<{}>> = (props) => {
  return (
    <svg
      width="1em"
      height="1em"
      viewBox="0 0 32 32"
      fill="none"
      xmlns="http://www.w3.org/2000/svg"
      {...props}
    >
      <path
        d="M27.622 5.731l-1.433-1.433V0l-4.458 4.617-.318 3.662-4.617 4.617H16a3.193 3.193 0 00-3.184 3.184A3.193 3.193 0 0016 19.264a3.193 3.193 0 003.184-3.184c0-.319 0-.478-.16-.796l4.618-4.617 3.662-.319 4.616-4.617h-4.298z"
        fill="currentColor"
      />
      <path
        d="M24.597 12.1h-.16l-2.228 2.388c.16.477.16 1.114.16 1.592 0 3.502-2.867 6.368-6.37 6.368-3.502 0-6.367-2.866-6.367-6.368 0-3.503 2.866-6.369 6.368-6.369.637 0 1.114.16 1.592.16l2.388-2.388v-.16c-1.274-.477-2.547-.796-3.98-.796-5.254 0-9.552 4.299-9.552 9.553 0 5.253 4.298 9.552 9.552 9.552s9.552-4.299 9.552-9.553c0-1.432-.318-2.706-.955-3.98z"
        fill="currentColor"
      />
      <path
        d="M30.488 9.552l-2.389 2.23c.319 1.273.637 2.706.637 4.298 0 7.005-5.731 12.736-12.736 12.736-7.005 0-12.736-5.731-12.736-12.736C3.264 9.075 8.995 3.343 16 3.343c1.433 0 2.866.319 4.299.796V3.98l2.387-2.388C20.616.637 18.389.159 16 .159 7.244.16.08 7.323.08 16.08.08 24.837 7.244 32 16 32s15.92-7.164 15.92-15.92c0-2.388-.477-4.617-1.433-6.528z"
        fill="currentColor"
      />
    </svg>
  );
};
