Skip to main contentMynaUI
All Icons
PlaySquare
play-square
npm install @mynaui/icons-react
                  
import { PlaySquare } from "@mynaui/icons-react";

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