npm install @mynaui/icons-react import { TypeUnderline } from "@mynaui/icons-react"; const App = () => { return <TypeUnderline />; };