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

function Simplybuilt(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 37 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M15.411 18.429a4.831 4.831 0 00-4.839-4.839 4.828 4.828 0 00-4.821 4.839 4.824 4.824 0 004.821 4.821 4.828 4.828 0 004.839-4.821zm15.41-.018A4.824 4.824 0 0026 13.59a4.828 4.828 0 00-4.839 4.821A4.831 4.831 0 0026 23.25a4.828 4.828 0 004.821-4.839zm5.75-14.447v24.071a1.917 1.917 0 01-1.929 1.911H1.928a1.917 1.917 0 01-1.929-1.911V3.964c0-1.054.857-1.911 1.929-1.911h7.696c1.054 0 1.929.857 1.929 1.911v2.875h13.464V3.964c0-1.054.875-1.911 1.929-1.911h7.696c1.071 0 1.929.857 1.929 1.911z" />
    </svg>
  );
}

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