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

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

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