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

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

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