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

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

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