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

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

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