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

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

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