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

function Trademark(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 35 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M15.304 9.714v2.089a.572.572 0 01-.571.554H9.412v14.5a.56.56 0 01-.554.571H6.447a.564.564 0 01-.571-.571v-14.5H.572a.56.56 0 01-.571-.554V9.714c0-.321.25-.571.571-.571h14.161c.304 0 .571.25.571.571zm18.535-.053l1.375 17.161a.549.549 0 01-.143.429.582.582 0 01-.411.179h-2.393a.563.563 0 01-.554-.518l-.821-10.5-3.375 7.589a.545.545 0 01-.518.339h-2.143a.582.582 0 01-.518-.339l-3.357-7.625-.804 10.536a.563.563 0 01-.554.518h-2.411a.578.578 0 01-.411-.179.641.641 0 01-.161-.429l1.393-17.161a.563.563 0 01.554-.518h2.536c.232 0 .429.143.518.339l3.929 9.286c.125.286.25.607.357.911.125-.304.232-.625.357-.911l3.946-9.286a.573.573 0 01.518-.339h2.518c.304 0 .554.232.571.518z" />
    </svg>
  );
}

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