const MegaphoneIcon = (props) => (
  <svg
    xmlns="http://www.w3.org/2000/svg"
    fill="currentColor"
    aria-hidden="true"
    viewBox="0 0 20 20"
    width="1em"
    height="1em"
    {...props}
  >
    <path d="M13.92 3.845a19.361 19.361 0 0 1-6.3 1.98C6.765 5.942 5.89 6 5 6a4 4 0 0 0-.504 7.969 15.974 15.974 0 0 0 1.271 3.341c.397.77 1.342 1 2.05.59l.867-.5c.726-.42.94-1.321.588-2.021a12.07 12.07 0 0 1-.448-1.004c1.8.358 3.511.964 5.096 1.78A17.964 17.964 0 0 0 15 10c0-2.161-.381-4.234-1.08-6.155zm1.323-.748A19.456 19.456 0 0 1 16.5 10a19.47 19.47 0 0 1-1.257 6.904l-.03.077a.75.75 0 0 0 1.401.537 20.902 20.902 0 0 0 1.312-5.745 1.999 1.999 0 0 0 0-3.545 20.902 20.902 0 0 0-1.312-5.745.75.75 0 0 0-1.4.537l.029.077z" />
  </svg>
)
export default MegaphoneIcon
