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

function Wheelchair(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 29 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M18.268 21.196l1.821 3.643C18.714 29.089 14.75 32 10.285 32 4.624 32-.001 27.375-.001 21.714a10.3 10.3 0 016.768-9.661l.304 2.339a7.996 7.996 0 00-4.786 7.321c0 4.411 3.589 8 8 8 4.589 0 8.304-3.929 7.982-8.518zm9.786 1.786l1.036 2.036-4.571 2.286a1.14 1.14 0 01-1.536-.5l-4.268-8.518h-8.429a1.171 1.171 0 01-1.143-1.018L7.429 3.357c-.018-.179.054-.571.107-.75.339-1.232 1.482-2.036 2.75-2.036a2.866 2.866 0 012.857 2.857c0 1.625-1.429 3.018-3.071 2.839l.661 5.161h7.554v2.286h-7.268L11.305 16h8.125c.429 0 .839.25 1.018.625l4.071 8.125z" />
    </svg>
  );
}

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