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

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

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