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

function Cny(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="M10.768 27.429H7.697a.564.564 0 01-.571-.571v-5.893H1.983a.564.564 0 01-.571-.571v-1.839c0-.321.25-.571.571-.571h5.143v-1.518H1.983a.564.564 0 01-.571-.571v-1.857c0-.304.25-.571.571-.571h3.821L.072 3.146a.644.644 0 010-.571.592.592 0 01.5-.286h3.464c.214 0 .411.125.518.321l3.839 7.589c.429.839.714 1.554 1 2.232.304-.768.696-1.518 1.036-2.304l3.411-7.5a.562.562 0 01.518-.339h3.411c.196 0 .375.107.482.286a.558.558 0 01.018.554L12.68 13.467h3.839c.321 0 .571.268.571.571v1.857c0 .321-.25.571-.571.571H11.34v1.518h5.179c.321 0 .571.25.571.571v1.839c0 .321-.25.571-.571.571H11.34v5.893a.575.575 0 01-.571.571z" />
    </svg>
  );
}

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