1import { DiGoogleCloudPlatform } from "react-icons/di"; 2 3export default function Page(){ 4 return <div><DiGoogleCloudPlatform/></div> 5}