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

function LogoVideo(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M21.408 16.91l-8.238-4.939a.63.63 0 00-.949.535v9.886c0 .226.121.434.318.544a.616.616 0 00.631-.007l8.238-4.944c.19-.112.304-.315.304-.535s-.117-.425-.304-.539z" />
      <path d="M28.985 3.595H3.017C1.353 3.595 0 4.985 0 6.688v18.624c0 1.705 1.353 3.093 3.017 3.093h25.966c1.664 0 3.015-1.387 3.015-3.093V6.688c.002-1.703-1.351-3.093-3.013-3.093zm0 21.95H3.017a.232.232 0 01-.229-.233V9.09h26.421v16.222c0 .13-.101.233-.224.233z" />
    </svg>
  );
}

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