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

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

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