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