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

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