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

function Gbp(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="M18.214 20.304v6.554c0 .321-.25.571-.571.571H.572a.564.564 0 01-.571-.571v-2.679c0-.304.25-.571.571-.571h1.732v-6.839H.608a.564.564 0 01-.571-.571v-2.339c0-.321.25-.571.571-.571h1.696V9.306c0-4.071 3.286-7.018 7.821-7.018 3.571 0 5.875 2.143 5.982 2.232a.576.576 0 01.054.768l-1.839 2.268a.566.566 0 01-.804.089c-.018-.018-1.554-1.232-3.357-1.232-2.018 0-3.375 1.214-3.375 3.036v3.839h5.446c.321 0 .571.25.571.571v2.339c0 .321-.25.571-.571.571H6.786v6.768h7.393v-3.232c0-.321.25-.571.571-.571h2.893c.321 0 .571.25.571.571z" />
    </svg>
  );
}

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