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

function Rub(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 23 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M18.625 10.089c0-2.393-1.696-4-4.214-4H8.697v8h5.714c2.518 0 4.214-1.607 4.214-4zm4.232 0c0 4.589-3.321 7.804-8.089 7.804H8.697V20h9.018c.321 0 .571.25.571.571v2.286c0 .321-.25.571-.571.571H8.697v3.429c0 .321-.25.571-.571.571H5.144a.564.564 0 01-.571-.571v-3.429h-4a.564.564 0 01-.571-.571v-2.286c0-.321.25-.571.571-.571h4v-2.107h-4a.564.564 0 01-.571-.571v-2.661c0-.321.25-.571.571-.571h4V2.858c0-.321.25-.571.571-.571h9.625c4.768 0 8.089 3.214 8.089 7.804z" />
    </svg>
  );
}

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