import {h} from 'preact';

export const AoAIcon = () => (
  <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlnsXlink="http://www.w3.org/1999/xlink">
    <g id="Icons/16/answered-on-air" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
      <polygon id="Path" points="0 0 16 0 16 16 0 16"></polygon>
      <path
        d="M6,10 C7.72606061,10 11.1196082,10.8400122 11.3236928,12.5078792 L11.3333333,12.6666667 L11.3333333,13.3333333 C11.3333333,13.6666667 11.0853994,13.9449036 10.7648385,13.9927373 L10.6666667,14 L1.33333333,14 C1,14 0.721763085,13.7520661 0.673929376,13.4315051 L0.666666667,13.3333333 L0.666666667,12.6666667 C0.666666667,10.8933333 4.22,10 6,10 Z M13.9533333,1.99333333 C15.7933333,4.42666667 15.7866667,7.64666667 13.9533333,10.0066667 C13.6966667,10.3427778 13.2103241,10.3931944 12.8794329,10.1476466 L12.7933333,10.0733333 L12.7733333,10.0533333 C12.5133333,9.79333333 12.4666667,9.38 12.68,9.08 C14.0066667,7.18666667 14.0133333,4.74 12.7,2.91333333 C12.48,2.60666667 12.52,2.19333333 12.7866667,1.92666667 C13.1133333,1.6 13.6733333,1.62666667 13.9533333,1.99333333 Z M6,3.33333333 C7.47275933,3.33333333 8.66666667,4.52724067 8.66666667,6 C8.66666667,7.47275933 7.47275933,8.66666667 6,8.66666667 C4.52724067,8.66666667 3.33333333,7.47275933 3.33333333,6 C3.33333333,4.52724067 4.52724067,3.33333333 6,3.33333333 Z M11.7866667,4.46 C12.3066667,5.46666667 12.3066667,6.6 11.8,7.56666667 C11.5635556,8.02088889 10.9728593,8.12085926 10.5807763,7.81779556 L10.5,7.74666667 L10.48,7.72666667 C10.24,7.48666667 10.1866667,7.13333333 10.3133333,6.82 C10.5266667,6.29333333 10.5266667,5.70666667 10.3133333,5.18 C10.2025,4.90583333 10.2294792,4.5959375 10.3898047,4.36643229 L10.4666667,4.27333333 L10.4733333,4.26666667 C10.8666667,3.87333333 11.5333333,3.96666667 11.7866667,4.46 Z"
        id="Combined-Shape"
        fill="#B2D238"></path>
    </g>
  </svg>
);
