/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CameraIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <g>
        <path d='M12 11a2 2 0 1 1 0 4 2 2 0 0 1 0-4' />
        <path
          fillRule='evenodd'
          d='M13.439 4A2 2 0 0 1 15 4.751l.7.874a1 1 0 0 0 .78.375H17a4 4 0 0 1 4 4v6a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4v-6a4 4 0 0 1 4-4h.52a1 1 0 0 0 .78-.375l.7-.874A2 2 0 0 1 10.562 4zM12 9a4 4 0 1 0 0 8 4 4 0 0 0 0-8'
          clipRule='evenodd'
        />
      </g>
    </g>
  </svg>
);
export default CameraIcon;
