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

function Money(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 34 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M13.714 20.571h6.857v-1.714h-2.286v-8h-2.036l-2.643 2.446 1.375 1.429c.429-.375.696-.571.982-1.018h.036v5.143h-2.286v1.714zM22.857 16c0 3.25-1.964 7.429-5.714 7.429S11.429 19.25 11.429 16s1.964-7.429 5.714-7.429S22.857 12.75 22.857 16zM32 20.571v-9.143a4.58 4.58 0 01-4.571-4.571H6.858a4.58 4.58 0 01-4.571 4.571v9.143a4.58 4.58 0 014.571 4.571h20.571A4.58 4.58 0 0132 20.571zm2.286-14.857v20.571c0 .625-.518 1.143-1.143 1.143h-32A1.151 1.151 0 010 26.285V5.714c0-.625.518-1.143 1.143-1.143h32c.625 0 1.143.518 1.143 1.143z" />
    </svg>
  );
}

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