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