export function BlueskyIcon({ className }: { className?: string }) {
  return (
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" width="18" height="18" className={className}>
      <image
        href="https://hebbkx1anhila5yf.public.blob.vercel-storage.com/image-aes68h1vZGtMgJP06XFU6xwX9yX6CO.png"
        width="1000"
        height="1000"
      />
    </svg>
  )
}

