import React from 'react';
import withIcon from '../lib/withIcon';
export const IconCalendarDay = withIcon(function IconCalendarDay(props) {
    return (<svg data-tag="IconCalendarDay" 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.049M16.5 15c-.9 0-1.462-.113-1.8-.45-.337-.338-.45-.9-.45-1.8s.113-1.462.45-1.8c.338-.337.9-.45 1.8-.45s1.462.113 1.8.45c.337.338.45.9.45 1.8s-.113 1.462-.45 1.8c-.338.337-.9.45-1.8.45"/>
    </svg>);
});
//# sourceMappingURL=CalendarDay.jsx.map