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

function Diamond(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="M3.786 13.714l11.125 11.875-5.357-11.875H3.786zm14.5 13.786l6.232-13.786H12.054zM9.607 11.429l3.643-6.857H8.571l-5.143 6.857h6.179zm12.054 14.16l11.125-11.875h-5.768zm-9.465-14.16h12.179l-3.643-6.857h-4.893zm14.768 0h6.179L28 4.572h-4.679zm2.518-8.679l6.857 9.143c.339.429.304 1.054-.071 1.464L19.125 31.643c-.214.232-.518.357-.839.357s-.625-.125-.839-.357L.304 13.357c-.375-.411-.411-1.036-.071-1.464L7.09 2.75a1.1 1.1 0 01.911-.464h20.571c.357 0 .696.161.911.464z" />
    </svg>
  );
}

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