import React from 'react' import IconProps from '@/components/shared/icons/props' import {cn} from '@/lib/utils' export default function GoogleIcon({className, size, color}: IconProps) { return ( ) }