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

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

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