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

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

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