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

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

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