Component
font 설정
<Image> 태그는 next에서 import 해서 사용
import Image from "next/image"; <Image src="icon/smile.svg" alt="smile icon" width={24} height={24} />