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

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

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