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

function Tv(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 34 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M32 22.286V5.143a.587.587 0 00-.571-.571H2.858a.587.587 0 00-.571.571v17.143c0 .304.268.571.571.571h28.571a.587.587 0 00.571-.571zm2.286-17.143v17.143a2.866 2.866 0 01-2.857 2.857H18.286v2.286h6.286c.321 0 .571.25.571.571v1.143c0 .321-.25.571-.571.571H9.715a.564.564 0 01-.571-.571V28c0-.321.25-.571.571-.571h6.286v-2.286H2.858a2.866 2.866 0 01-2.857-2.857V5.143a2.866 2.866 0 012.857-2.857h28.571a2.866 2.866 0 012.857 2.857z" />
    </svg>
  );
}

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