import * as React from "react"; import { SVGProps } from "react"; const SvgGooglePlay = (props: SVGProps) => ( ); export default SvgGooglePlay;