export const CalendarScheduleIcon: React.FC<React.SVGAttributes<{}>> = (
  props
) => (
  <svg
    xmlns="http://www.w3.org/2000/svg"
    width="18.2"
    height="20.2"
    viewBox="0 0 18.2 20.2"
    {...props}
  >
    <g data-name="Create Order">
      <g data-name="Group 3007">
        <g data-name="Group 3006">
          <path
            data-name="Path 3653"
            d="M15.175 11.687V5.273a.966.966 0 0 0-.137-.5L12.645.62a1.058 1.058 0 0 0-.914-.52H3.545a1.058 1.058 0 0 0-.913.522L.271 4.759a1.017 1.017 0 0 0-.171.565v10.427A1.458 1.458 0 0 0 1.564 17.2h8.03a4.367 4.367 0 1 0 5.58-5.512ZM8.245 1.272h3.41l1.74 3.02h-5.15Zm-4.626 0H7.06v3.02H1.898Zm5.736 14.754H1.564a.278.278 0 0 1-.279-.276V5.465h12.7v5.986a4.66 4.66 0 0 0-.265-.008 4.357 4.357 0 0 0-4.375 4.328c0 .086.007.171.012.256Zm4.367 2.9a3.156 3.156 0 1 1 3.19-3.156 3.177 3.177 0 0 1-3.187 3.157Z"
            fill="currentColor"
            stroke="#fff"
            strokeWidth=".2"
          />
        </g>
      </g>
      <g data-name="Group 3009">
        <g data-name="Group 3008">
          <path
            data-name="Path 3654"
            d="M15.581 15.185h-1.264v-1.368a.593.593 0 0 0-1.185 0v1.954a.589.589 0 0 0 .593.586h1.857a.586.586 0 1 0 0-1.172Z"
            fill="currentColor"
            stroke="#fff"
            strokeWidth=".2"
          />
        </g>
      </g>
    </g>
  </svg>
);
