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

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