import React from 'react' import type { BadgeProps } from './badge-types' export const GoogleIcon = ({ className }: BadgeProps) => { return ( Google Icon ) }