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

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

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