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

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

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