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

function VideoCamera(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="M32 6.286v19.429c0 .464-.286.875-.696 1.054a1.316 1.316 0 01-.446.089c-.304 0-.589-.107-.804-.339l-7.196-7.196v2.964a5.145 5.145 0 01-5.143 5.143H5.144a5.145 5.145 0 01-5.143-5.143V9.716a5.145 5.145 0 015.143-5.143h12.571a5.145 5.145 0 015.143 5.143v2.946l7.196-7.179c.214-.232.5-.339.804-.339.143 0 .304.036.446.089.411.179.696.589.696 1.054z" />
    </svg>
  );
}

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