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

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

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