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

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