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