export function Speaker(props: React.SVGAttributes<{}>) {
  return (
    <svg
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 16 16"
      fill="currentColor"
      {...props}
    >
      <path
        fill="currentColor"
        d="M11.65 6.056c-.086-.086-.173-.19-.277-.277l-.692.78c.883.78.97 2.148.19 3.03a.996.996 0 0 1-.19.191l.693.78a3.183 3.183 0 0 0 .277-4.504Z"
      />
      <path
        fill="currentColor"
        d="M13.508 4.307a6.702 6.702 0 0 0-.363-.346l-.71.762c1.905 1.75 2.026 4.711.294 6.6-.087.103-.19.19-.295.294l.71.762c2.322-2.13 2.495-5.75.364-8.072ZM9.14 2.055a.54.54 0 0 0-.536.035L3.962 5.208H1.52a.51.51 0 0 0-.52.52v4.884c0 .294.225.52.52.52h2.442l4.642 3.117a.528.528 0 0 0 .727-.138.584.584 0 0 0 .087-.295V2.506a.5.5 0 0 0-.277-.45Z"
      />
    </svg>
  );
}
