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

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

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