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

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

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