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

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