import React from 'react';
import withIcon from '../lib/withIcon';
export const IconReport = withIcon(function IconReport(props) {
    return (<svg data-tag="IconReport" 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 3m-1.125 4.6c0-.323.051-.535.183-.667s.344-.183.667-.183h.55c.323 0 .535.051.667.183s.183.344.183.667v2.714c0 .17-.001.272-.007.373a5.971 5.971 0 0 1-.04.371l-.117.943-.118.942c-.037.293-.1.479-.228.591-.128.114-.32.154-.615.154-.294 0-.487-.04-.615-.154-.128-.113-.191-.299-.228-.59L11.039 12l-.118-.943a5.973 5.973 0 0 1-.039-.37 5.936 5.936 0 0 1-.007-.374zM12 17.25c-.519 0-.823-.045-.998-.22-.176-.175-.22-.48-.22-.999s.044-.823.22-.998c.175-.175.48-.22.998-.22.519 0 .823.045.999.22.175.175.22.48.22.998 0 .519-.045.824-.22.999-.176.175-.48.22-.999.22"/>
    </svg>);
});
//# sourceMappingURL=Report.jsx.map