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

function Camera(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="M17.143 12c2.839 0 5.143 2.304 5.143 5.143s-2.304 5.143-5.143 5.143S12 19.982 12 17.143 14.304 12 17.143 12zm12.571-7.429a4.58 4.58 0 014.571 4.571v16a4.58 4.58 0 01-4.571 4.571H4.571A4.58 4.58 0 010 25.142v-16a4.58 4.58 0 014.571-4.571h4l.911-2.429C9.928.963 11.321-.001 12.571-.001h9.143c1.25 0 2.643.964 3.089 2.143l.911 2.429h4zM17.143 25.143c4.411 0 8-3.589 8-8s-3.589-8-8-8-8 3.589-8 8 3.589 8 8 8z" />
    </svg>
  );
}

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