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

function NewspaperO(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 37 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M18.286 9.143h-6.857V16h6.857V9.143zm2.285 11.428v2.286H9.142v-2.286h11.429zm0-13.714v11.429H9.142V6.857h11.429zM32 20.571v2.286h-9.143v-2.286H32zM32 16v2.286h-9.143V16H32zm0-4.571v2.286h-9.143v-2.286H32zm0-4.572v2.286h-9.143V6.857H32zM4.571 24V6.857H2.285V24c0 .625.518 1.143 1.143 1.143S4.571 24.625 4.571 24zm29.715 0V4.571H6.857V24c0 .393-.071.786-.196 1.143h26.482c.625 0 1.143-.518 1.143-1.143zm2.285-21.714V24a3.43 3.43 0 01-3.429 3.429H3.428A3.43 3.43 0 01-.001 24V4.571H4.57V2.285h32z" />
    </svg>
  );
}

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