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

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