import type React from "react"
export function WhatsAppIcon(props: React.SVGProps<SVGSVGElement>) {
  return (
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="24" height="24" {...props}>
      <path
        fillRule="evenodd"
        d="M12 2C6.48 2 2 6.48 2 12c0 5.52 4.48 10 10 10s10-4.48 10-10c0-5.52-4.48-10-10-10zm.14 15.88c-1.34 0-2.59-.52-3.56-1.36l-2.5.89.91-2.65c-.94-1.03-1.53-2.39-1.53-3.9 0-3.21 2.61-5.83 5.82-5.83 3.21 0 5.82 2.62 5.82 5.83 0 3.21-2.61 5.83-5.82 5.83zm0-10.85c-2.75 0-5 2.25-5 5.02 0 1.34.53 2.54 1.37 3.42l-.81 2.37 2.43-.78c.83.73 1.91 1.18 3.1 1.18 2.75 0 5-2.25 5-5.02 0-2.77-2.25-5.02-5-5.02zm3.08 6.38c-.14-.09-.84-.42-1.02-.47-.18-.05-.31-.07-.44.09-.13.16-.5.47-.61.57-.11.1-.22.11-.41.04-.19-.07-.8-.3-1.52-.94-.56-.5-.94-1.12-1.05-1.31-.11-.19-.01-.29.08-.38.08-.09.19-.23.28-.34.09-.11.12-.19.19-.32.06-.13.03-.24-.02-.33-.05-.09-.44-1.06-.61-1.45-.16-.39-.33-.33-.44-.34-.11-.01-.25-.01-.38-.01-.13 0-.34.05-.52.25-.18.2-.68.67-.68 1.62 0 .95.7 1.87.8 2 .1.13 1.37 2.15 3.4 2.93.48.21.85.33 1.14.42.48.15.91.13 1.26.08.38-.06 1.18-.48 1.35-.95.17-.47.17-.87.12-.95-.05-.09-.19-.14-.4-.23z"
        clipRule="evenodd"
      />
    </svg>
  )
}
