import React from 'react';
import withIcon from '../lib/withIcon';
export const IconCalendarScheduled = withIcon(function IconCalendarScheduled(props) {
    return (<svg data-tag="IconCalendarScheduled" 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.049m-1.039 6.339-2.645 2.646-2.646 2.645c-.317.317-.556.476-.796.476-.239 0-.478-.159-.795-.476l-1.333-1.333L7.6 13.692c-.318-.317-.476-.556-.476-.796 0-.239.158-.478.476-.795.317-.317.556-.476.795-.476.24 0 .478.159.796.476l.736.736.737.737c.143.143.27.215.398.215.127 0 .254-.072.397-.215l2.05-2.049 2.048-2.049c.318-.317.557-.476.796-.476s.478.159.795.476c.317.317.476.556.476.796 0 .239-.159.478-.476.795"/>
    </svg>);
});
//# sourceMappingURL=CalendarScheduled.jsx.map