// Generated by script, don't edit it please.
import * as React from 'react';

function CalendarO(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 30 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M2.286 29.714h25.143V11.428H2.286v18.286zM9.143 8V2.857a.564.564 0 00-.571-.571H7.429a.564.564 0 00-.571.571V8c0 .321.25.571.571.571h1.143c.321 0 .571-.25.571-.571zm13.714 0V2.857a.564.564 0 00-.571-.571h-1.143a.564.564 0 00-.571.571V8c0 .321.25.571.571.571h1.143c.321 0 .571-.25.571-.571zm6.857-1.143v22.857A2.302 2.302 0 0127.428 32H2.285a2.302 2.302 0 01-2.286-2.286V6.857a2.302 2.302 0 012.286-2.286h2.286V2.857A2.866 2.866 0 017.428 0h1.143a2.866 2.866 0 012.857 2.857v1.714h6.857V2.857A2.866 2.866 0 0121.142 0h1.143a2.866 2.866 0 012.857 2.857v1.714h2.286a2.302 2.302 0 012.286 2.286z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(CalendarO);
export default ForwardRef;
