import React from 'react';
import withIcon from '../lib/withIcon';
export const IconCalendarRemove = withIcon(function IconCalendarRemove(props) {
    return (<svg data-tag="IconCalendarRemove" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M18.188 4.728c-.367-.068-.602-.159-.744-.326-.143-.167-.194-.41-.194-.783v-.244c0-.45-.056-.73-.225-.9-.17-.168-.45-.225-.9-.225h-.75c-.45 0-.73.057-.9.225-.168.17-.225.45-.225.9 0 .423-.07.704-.244.88-.175.175-.456.245-.879.245h-2.254c-.423 0-.703-.07-.879-.245-.175-.176-.244-.457-.244-.88 0-.45-.056-.73-.225-.9-.17-.168-.45-.225-.9-.225h-.75c-.45 0-.73.057-.9.225-.168.17-.225.45-.225.9v.244c0 .374-.05.616-.194.783-.143.167-.377.258-.744.326-1.404.262-2.107.829-2.459 2.05C3.001 7.997 3 9.871 3 12.75c0 4.125 0 6.188 1.031 7.219C5.062 21 7.125 21 11.25 21h1.5c4.125 0 6.188 0 7.219-1.031C21 18.938 21 16.875 21 12.75c0-2.878-.001-4.753-.353-5.973-.352-1.22-1.055-1.787-2.459-2.049M8.25 13.875c-.45 0-.731-.056-.9-.225-.169-.169-.225-.45-.225-.9s.056-.731.225-.9c.169-.169.45-.225.9-.225h7.5c.45 0 .731.056.9.225.169.169.225.45.225.9s-.056.731-.225.9c-.169.169-.45.225-.9.225z"/>
    </svg>);
});
//# sourceMappingURL=CalendarRemove.jsx.map