import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBellCheck = withIcon(function IconBellCheck(props) {
    return (<svg data-tag="IconBellCheck" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M13.176 3.105A6.591 6.591 0 0 0 12 3c-1.81 0-3.447.733-4.633 1.92a6.531 6.531 0 0 0-1.919 4.632v.922c0 1.2-.002 1.802-.183 2.327-.182.525-.544.972-1.265 1.86-1.02 1.258-1.27 2.092-.704 2.612.566.52 1.947.727 4.187.727h1.614c.353 0 .58.06.696.207.117.146.122.377.032.717a2.222 2.222 0 0 0-.075.576c0 .621.252 1.184.659 1.591a2.244 2.244 0 0 0 3.182 0 2.243 2.243 0 0 0 .584-2.167c-.09-.34-.085-.571.031-.717.117-.146.344-.207.697-.207h1.613c2.241 0 3.622-.206 4.188-.726.565-.52.316-1.355-.704-2.612-.721-.889-1.083-1.336-1.265-1.861-.114-.328-.157-.687-.173-1.204a5.625 5.625 0 0 1-5.386-8.492"/>
      <path fillRule="evenodd" d="M18 10.5a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9m-2.802-4.061c-.118-.119-.233-.257-.233-.431s.115-.312.233-.43c.119-.12.257-.234.431-.234s.313.115.431.233l1.22 1.22a.274.274 0 0 0 .017.016.311.311 0 0 0 .016-.016l2.627-2.626c.118-.119.257-.234.43-.234.175 0 .313.115.432.234.118.118.233.257.233.43 0 .175-.115.313-.233.432l-3.074 3.074c-.119.118-.257.233-.431.233s-.313-.115-.431-.233z" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=BellCheck.jsx.map