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">
    <desc>Created with Sketch.</desc>
    <g id="Icons/16/Someone-asks" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
      <path
        d="M8,10 C10.0025,10 14,10.8933333 14,12.6666667 L14,13.3333333 C14,13.7 13.6625,14 13.25,14 L2.75,14 C2.3375,14 2,13.7 2,13.3333333 L2,12.6666667 C2,10.8933333 5.9975,10 8,10 Z M8,3 C9.65685425,3 11,4.34314575 11,6 C11,7.65685425 9.65685425,9 8,9 C6.34314575,9 5,7.65685425 5,6 C5,4.34314575 6.34314575,3 8,3 Z"
        id="Shape"
        fill="#cccccc"></path>
    </g>
  </svg>
);
