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

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

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