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

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