import {h} from 'preact';

export const AnnouncementIcon = () => (
  <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/Announcement" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
      <path
        d="M2.59794463,7.00226862 L7.95770416,3.12365278 C8.18141483,2.96176348 8.49400537,3.0118796 8.65589468,3.23559027 C8.68303872,3.27309993 8.70484115,3.31419809 8.72067699,3.35770671 L11.0083531,9.64304528 C11.1027994,9.90253423 10.9690059,10.1894554 10.7095169,10.2839017 C10.6653825,10.2999653 10.619205,10.3097303 10.5723458,10.312909 L3.9660252,10.7610391 L3.02633258,11.1030592 C2.50735468,11.2919518 1.93351233,11.0243647 1.74461982,10.5053868 L1.06057953,8.62600152 C0.871687022,8.10702362 1.1392741,7.53318127 1.65825201,7.34428876 L2.59794463,7.00226862 L2.59794463,7.00226862 Z M2.4286601,12.384772 L4.30804535,11.7007317 L4.99208563,13.580117 C5.18097814,14.0990949 4.91339106,14.6729372 4.39441316,14.8618297 C3.87543525,15.0507222 3.3015929,14.7831352 3.11270039,14.2641572 L2.4286601,12.384772 Z M11.0983621,5.50463633 L13.91744,4.4785759 C14.1769289,4.38412964 14.4638501,4.51792319 14.5582964,4.77741214 C14.6527426,5.03690109 14.5189491,5.32382227 14.2594601,5.41826852 L11.4403823,6.44432895 C11.1808933,6.5387752 10.8939721,6.40498166 10.7995259,6.14549271 C10.7050796,5.88600376 10.8388732,5.59908258 11.0983621,5.50463633 Z M12.9833932,1.82140545 L11.0550303,4.11953878 C10.8775294,4.33107611 10.5621516,4.35866809 10.3506143,4.18116719 C10.139077,4.0036663 10.111485,3.6882885 10.2889859,3.47675117 L12.2173487,1.17861784 C12.3948496,0.967080505 12.7102274,0.939488523 12.9217647,1.11698942 C13.1333021,1.29449032 13.1608941,1.60986811 12.9833932,1.82140545 Z M15.2523461,8.05530242 C15.5242933,8.10325404 15.7058775,8.36258323 15.6579259,8.63453039 C15.6099743,8.90647754 15.3506451,9.08806179 15.0786979,9.04011017 L12.1242747,8.51916564 C11.8523275,8.47121402 11.6707433,8.21188483 11.7186949,7.93993768 C11.7666465,7.66799052 12.0259757,7.48640627 12.2979228,7.53435789 L15.2523461,8.05530242 Z"
        id="Shape"
        fill="#01ACCD"></path>
    </g>
  </svg>
);
