/* @flow */ import React from 'react'; type Props = { color: string, }; const GooglePlayIcon = ({ color }: Props) => ( ); export default GooglePlayIcon;