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

function Houzz(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 18 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M9.143 21.268L18.286 16v10.554L9.143 31.84V21.269zM0 16v10.554l9.143-5.286L0 16zM9.143.161v10.554L0 16.001V5.447zm0 10.553l9.143-5.268V16z" />
    </svg>
  );
}

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