// @flow

import React from 'react';

export default function InfoIcon(props: {}) {
  return (<svg className="ac-info-icon" width="12px" height="12px" viewBox="470 252 14 14" version="1.1" {...props}>
    <path d="M477,266 C473.134007,266 470,262.865993 470,259 C470,255.134007 473.134007,252 477,252 C480.865993,252 484,255.134007 484,259 C484,262.865993 480.865993,266 477,266 Z M475.281943,263.191051 L478.686736,263.191051 L478.686736,261.659174 L477.881662,261.659174 L477.881662,257.398991 L475.281943,257.398991 L475.281943,258.930868 L476.154107,258.930868 L476.154107,261.659174 L475.281943,261.659174 L475.281943,263.191051 Z M476.064654,255.531667 C476.064654,255.669573 476.089813,255.799092 476.14013,255.920227 C476.190447,256.041361 476.260332,256.146653 476.349785,256.236106 C476.439238,256.325559 476.54453,256.396375 476.665664,256.448556 C476.786799,256.500737 476.918181,256.526828 477.059815,256.526828 C477.193995,256.526828 477.320718,256.500737 477.439989,256.448556 C477.55926,256.396375 477.66362,256.325559 477.753073,256.236106 C477.842526,256.146653 477.913342,256.041361 477.965523,255.920227 C478.017704,255.799092 478.043795,255.669573 478.043795,255.531667 C478.043795,255.39376 478.017704,255.264241 477.965523,255.143107 C477.913342,255.021972 477.842526,254.91668 477.753073,254.827227 C477.66362,254.737774 477.55926,254.666958 477.439989,254.614777 C477.320718,254.562596 477.193995,254.536506 477.059815,254.536506 C476.918181,254.536506 476.786799,254.562596 476.665664,254.614777 C476.54453,254.666958 476.439238,254.737774 476.349785,254.827227 C476.260332,254.91668 476.190447,255.021972 476.14013,255.143107 C476.089813,255.264241 476.064654,255.39376 476.064654,255.531667 Z" id="Combined-Shape" stroke="none" fill="#000000" fillRule="evenodd" />
  </svg>);
}
