import React from 'react'

const GlobeIcon: React.FC = () => (
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
    <path d="M13.1 8.2l.5-.1s-.2.4-.5 0zM11 5h.1v.4l-.2.1.3.1s-.4.1-.3.2l.7-.2c.2-.1 0-.1-.1-.2l-.2-.7c-.2-.4-.3.3-.3.3zM24 12a12 12 0 11-24 0 12 12 0 0124 0zm-8.3-5.4c0-.1-.2-.3-.4 0l-.2.6c0 .1.6.3.6.1 0-.2.7 0 .9 0 .2 0 .6-.2.2-.4-.4-.1-.6-.2-.6-.5l.1-.2c-.2 0-.6.8-.6.4zM22 12c0-1-.2-2-.4-2.6 0-.2-.2-.3-.3-.4-.3-.1-1.4.6-1.5.2-.1-.2-.4.2-.6 0-.1 0-.5-.5-.6-.4-.3.1.5 1 .7 1 .2 0 .8-.4 1 0 .2.8-.8 1.7-1.3 2.2-.7.7-.6-.5-1.1-.9-.3-.2-.3-.6-.6-.8l-.7-.8v.2l-.3-.4c0 .3.5.8.6 1l.8 1.4 1 .9 1-.5c.6.2-1.6 3.2-1.8 3.6-.2.3.2 1.1.1 1.5 0 .4-.3.6-.7.8-.3.3-.2.7-.5 1-.5.2-1 1.3-1.6 1.3-.3 0-1.2.3-1.3 0l-.4-.7-.1-.7c-.1-.2-.5-.5-.5-.7 0-.2 0-.6.2-.7.3-.1 0-.5 0-.7 0-.3-.2-.6-.5-.8-.4-.3-.2-.6 0-1 0-.2-.2-.5-.5-.4-.5.2-.4-.4-.8-.4-.3 0-.5.2-.8.3l-1-.1c-1.4-.2-1.9-1.8-1.5-3v-.7c0-.3.4-.7.7-1l.5-.2c.3-.2.3-.6.6-.8.4-.3 1-.3 1.5-.4.3 0 1.3-.2 1.5 0 0 0 .2.6 0 .5.4 0 1 .8 1.4.6.2 0 .2-.7.6-.4.3.2 1.4.3 1.7 0 .1 0 .2-.9 0-1 .1.1-.6.2-.7.1 0 0-.2.1-.4 0 .1.1-.6-.3-.2-.6l-.5.1c-.2.1 0 .2-.2.3-.3.1-.5-.6-.6-.6-.1-.1-1-.7-.8-.3l.8.8s-.2-.3-.2-.1c0-.1 0 .6-.1.3v-.2l-.3-.2c0-.2-.4-.5-.6-.6h-.8l-.2.4a2 2 0 00-.4.2L11 8l-.8.3c0-.1-.4-.2-.4-.4l.2-.8c0-.2 1 .3 1.1-.3 0-.2 0-.5-.3-.5l.8-.3c.1-.2.5-.5.7-.5.3 0 .2-.4.4-.6v.5h.5c.2 0 .7 0 .6-.3 0-.2 0-.2.2-.2 0 0 .4-.6.4-.4 0-.2-.4 0-.5 0-.3 0-.2-.5 0-.6 0-.1-.3-.3-.3 0s-.4.6-.3 1c.1.7-.7-.2-.8-.1-.3.2-.5-.2-.4-.5.2-.2.6-.2.7-.4l.4-.6c.5-.4.7 0 1.2 0s.2.1.1.3c0 .2.3.3.4.1l.3-.5c.1-.2 1-.2.3-.5-.3-.2-2-.7-3-.7-.3 0-.5.3-.6.4-.4.3-1.3 1-1.8.7-.5-.1-1.6.7-1.8.7 0 0 0-.6.3-.7l1.3-.8c0-.2-2.8.8-2.7 1 0 0 .3 0 0 .3-.2 0-.4.8-.6.8-.5.2-.5-.5-1 .4l-1 .3a10 10 0 00-2.6 5.2l.4.3.2 1c.1.4.5.7.7 1l.4 1.3c0-.2 1 .8 1.2 1 .4.5.7 1 0 1.6-.1.1.4 1 .1 1.3l-.3.1c-.4.2-.2.8 0 1A10 10 0 0022 12zM10.5 5.6c.1 0 .3 0 .3-.2 0-.1 0 0 0 0 .1-.1 0-.2 0-.2h-.2v.1h-.1v.1l-.1.1v.1z" />
  </svg>
)

export default GlobeIcon
