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

function LogoSurvey(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="M28.985 3.595H3.015C1.353 3.595 0 4.985 0 6.688v18.624c0 1.705 1.353 3.093 3.015 3.093h25.966c1.664 0 3.017-1.387 3.017-3.093V6.688c.002-1.703-1.351-3.093-3.013-3.093zm0 21.95H3.015a.234.234 0 01-.229-.233V9.09h26.421v16.222c0 .13-.098.233-.222.233z" />
      <path d="M20.809 12.544v.002h-9.616v9.614h9.616v-2.485l-1.246 1.246v-.005h-7.127v-7.129h7.127z" />
      <path d="M25.179 12.306l-.569-.567a.807.807 0 00-1.138 0l-5.687 5.687-2.841-2.843a.803.803 0 00-1.138 0l-.569.569a.8.8 0 000 1.136l3.979 3.982c.027.025.062.039.091.059a.795.795 0 001.047-.059l6.823-6.825a.805.805 0 00.002-1.138z" />
    </svg>
  );
}

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