import React from 'react';
import withIcon from '../lib/withIcon';
export const IconCalendarSchedule = withIcon(function IconCalendarSchedule(props) {
    return (<svg data-tag="IconCalendarSchedule" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M15.75 9a6.729 6.729 0 0 0-4.773 1.977A6.729 6.729 0 0 0 9 15.75c0 1.864.755 3.552 1.977 4.773A6.729 6.729 0 0 0 15.75 22.5a6.729 6.729 0 0 0 4.773-1.977A6.729 6.729 0 0 0 22.5 15.75a6.729 6.729 0 0 0-1.977-4.773A6.729 6.729 0 0 0 15.75 9m0 7.875c-1.226 0-2.163-.125-2.794-.328-.631-.202-.956-.484-.956-.797 0-.27.197-.522.625-.717.428-.195 1.088-.334 2.016-.38.036-1.339.172-2.377.37-3.08.198-.704.457-1.073.739-1.073.313 0 .595.495.797 1.4.203.903.328 2.216.328 3.85a1.121 1.121 0 0 1-1.125 1.125M1.608 6.66c.091-.75.26-1.28.57-1.652.312-.372.767-.588 1.431-.712.275-.051.451-.12.558-.244.107-.125.146-.307.146-.588v-.37c0-.337.042-.548.168-.675.127-.126.338-.169.675-.169h.563c.337 0 .548.043.674.17.127.126.17.337.17.674v.187c0 .317.051.528.183.66.131.132.341.184.659.184h1.69c.317 0 .528-.052.66-.184.13-.132.182-.343.182-.66v-.187c0-.337.043-.548.17-.675.126-.126.337-.169.674-.169h.563c.337 0 .548.043.674.17.127.126.17.337.17.674v.37c0 .28.037.463.145.588.107.125.283.193.558.244.664.124 1.119.34 1.43.712.312.372.48.901.57 1.652.052.424.08.634-.013.738-.093.104-.305.102-.732.102H2.354c-.427 0-.64.002-.732-.102-.092-.104-.065-.314-.014-.738m8.044 3.54A8.198 8.198 0 0 0 7.5 15.75v.008c0 .307-.028.493-.133.602-.105.109-.287.14-.595.14-2.634-.009-3.952-.09-4.612-.9-.66-.812-.66-2.355-.66-5.287a300.61 300.61 0 0 1 0-.594c.001-.301.031-.48.137-.585.105-.105.286-.134.587-.134h6.888c.471 0 .765.126.861.34.097.213-.003.514-.32.861"/>
    </svg>);
});
//# sourceMappingURL=CalendarSchedule.jsx.map