import React from 'react';
import withIcon from '../lib/withIcon';
export const IconInfo = withIcon(function IconInfo(props) {
    return (<svg data-tag="IconInfo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12 3a8.972 8.972 0 0 0-6.364 2.636A8.972 8.972 0 0 0 3 12a8.972 8.972 0 0 0 2.636 6.364A8.972 8.972 0 0 0 12 21a8.972 8.972 0 0 0 6.364-2.636A8.972 8.972 0 0 0 21 12a8.972 8.972 0 0 0-2.636-6.364A8.972 8.972 0 0 0 12 3m0 3.375c.559 0 .887.049 1.075.237.189.189.238.517.238 1.076 0 .558-.05.886-.238 1.075C12.887 8.95 12.56 9 12 9c-.559 0-.887-.049-1.075-.237-.189-.189-.238-.517-.238-1.075 0-.56.05-.887.238-1.076.188-.188.516-.237 1.075-.237m-1.125 6.75c0-.16-.014-.254-.067-.308-.054-.053-.148-.067-.308-.067-.48 0-.762-.041-.923-.202-.161-.161-.202-.443-.202-.923 0-.48.041-.762.202-.923.161-.161.443-.202.923-.202H12c.48 0 .762.041.923.202.161.161.202.443.202.923V15c0 .16.014.254.067.308.054.053.148.067.308.067.48 0 .762.041.923.202.161.161.202.443.202.923 0 .48-.041.762-.202.923-.161.161-.443.202-.923.202h-3c-.48 0-.762-.041-.923-.202-.161-.161-.202-.442-.202-.923 0-.48.041-.762.202-.923.161-.161.443-.202.923-.202.16 0 .254-.014.308-.067.053-.054.067-.148.067-.308v-.937z"/>
    </svg>);
});
//# sourceMappingURL=Info.jsx.map