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