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/Someone-asks" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
      <circle id="Oval" fill="#B2D238" cx="8" cy="6" r="3"></circle>
      <path
        d="M8,10 C5.9975,10 2,10.8933333 2,12.6666667 L2,13.3333333 C2,13.7 2.3375,14 2.75,14 L13.25,14 C13.6625,14 14,13.7 14,13.3333333 L14,12.6666667 C14,10.8933333 10.0025,10 8,10 Z"
        id="Path"
        fill="#B2D238"></path>
    </g>
  </svg>
);
