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

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