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

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

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