Skip to main contentMynaUI
All Icons
LetterY
letter-y
npm install @mynaui/icons-react
                  
import { LetterY } from "@mynaui/icons-react";

const App = () => {
  return <LetterY />;
};