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

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