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

function Try(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 21 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M20.571 14.857c0 6.929-5.643 12.571-12.571 12.571H5.143a.564.564 0 01-.571-.571V15.946L.733 17.125c-.054.018-.107.018-.161.018a.59.59 0 01-.339-.107.592.592 0 01-.232-.464v-2.286c0-.25.161-.464.411-.554l4.161-1.268v-1.661L.734 11.982C.68 12 .627 12 .573 12a.59.59 0 01-.339-.107.592.592 0 01-.232-.464V9.143c0-.25.161-.464.411-.554l4.161-1.268V2.857c0-.321.25-.571.571-.571h2.857c.321 0 .571.25.571.571v3.232l6.696-2.071c.161-.054.357-.018.5.089s.232.286.232.464v2.286c0 .25-.161.464-.411.554L8.572 9.572v1.661l6.696-2.071c.161-.054.357-.018.5.089s.232.286.232.464v2.286c0 .25-.161.464-.411.554l-7.018 2.161v8.696c4.464-.304 8-4.018 8-8.554 0-.321.25-.571.571-.571h2.857c.321 0 .571.25.571.571z" />
    </svg>
  );
}

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