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

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