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

function Usd(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="M17.464 21.161c0 3.643-2.607 6.518-6.393 7.143v3.125c0 .321-.25.571-.571.571H8.089a.575.575 0 01-.571-.571v-3.125c-4.179-.589-6.464-3.089-6.554-3.196a.592.592 0 01-.036-.732l1.839-2.411c.089-.125.25-.196.411-.214s.321.036.429.161c.036.018 2.536 2.411 5.696 2.411 1.75 0 3.643-.929 3.643-2.946 0-1.714-2.107-2.554-4.518-3.518-3.214-1.268-7.214-2.875-7.214-7.357 0-3.286 2.571-6 6.304-6.714V.574c0-.321.268-.571.571-.571H10.5c.321 0 .571.25.571.571v3.143c3.625.411 5.554 2.375 5.625 2.446a.571.571 0 01.089.679l-1.446 2.607a.527.527 0 01-.411.286.588.588 0 01-.482-.125c-.018-.018-2.179-1.929-4.857-1.929-2.268 0-3.839 1.125-3.839 2.75 0 1.893 2.179 2.732 4.714 3.714 3.286 1.268 7 2.714 7 7.018z" />
    </svg>
  );
}

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