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