import React from 'react';
import withIcon from '../lib/withIcon';
export const IconCalendar = withIcon(function IconCalendar(props) {
    return (<svg data-tag="IconCalendar" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M3.117 8.107c.11-1.085.324-1.844.74-2.375.417-.53 1.036-.832 1.955-1.004.367-.068.601-.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.245h2.254c.423 0 .703-.07.878-.245.176-.176.245-.457.245-.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.142.167.377.258.744.326.919.172 1.538.474 1.954 1.004.416.53.63 1.29.74 2.375.081.794.11 1.205-.08 1.417-.19.212-.599.226-1.396.226H4.594c-.798 0-1.207-.014-1.397-.226-.19-.212-.16-.623-.08-1.417m16.398 3.143H4.485c-.742 0-1.114 0-1.3.185C3 11.622 3 11.993 3 12.734v.016c0 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.75v-.016c0-.742 0-1.113-.186-1.299-.185-.185-.557-.185-1.299-.185"/>
    </svg>);
});
//# sourceMappingURL=Calendar.jsx.map