const PlusCircleIcon = () => (
  <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path
      d="M20.0002 36.6668C29.1668 36.6668 36.6668 29.1668 36.6668 20.0002C36.6668 10.8335 29.1668 3.3335 20.0002 3.3335C10.8335 3.3335 3.3335 10.8335 3.3335 20.0002C3.3335 29.1668 10.8335 36.6668 20.0002 36.6668Z"
      stroke="#080210"
      strokeWidth="1.5"
      strokeLinecap="round"
      strokeLinejoin="round"
    />
    <path
      d="M13.3335 20H26.6668"
      stroke="#080210"
      strokeWidth="1.5"
      strokeLinecap="round"
      strokeLinejoin="round"
    />
    <path
      d="M20 26.6668V13.3335"
      stroke="#080210"
      strokeWidth="1.5"
      strokeLinecap="round"
      strokeLinejoin="round"
    />
  </svg>
);

export default PlusCircleIcon;
