// @flow
import * as React from "react";

import { Props } from "../Icon";

declare const Wheelchair: React.FunctionComponent<Props>;
export { Wheelchair, Wheelchair as default };
