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