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

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