The package exports a React component — example from README:
import { IranianBank } from "iranian-bank-logo-react";
export default function App() {
return (
<div>
<IranianBank name="ir-mellat" size={40} />
<IranianBank name="ir-pasargad" size={30} />
</div>
);
}
For full package details, documentation, and usage instructions, visit the NPM page:
iranian-bank-logo-react