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