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

function BlackTie(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M0 2.286h27.429v27.429H0V2.286zm19.375 19.91l-3.946-11.268 3.946-5.304H8.054L12 10.928 8.054 22.196l5.661 5.429z" />
    </svg>
  );
}

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