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

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