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