لوگو بانک های ایرانی

Iranian Bank Logo React — Demo

Free SVG Icons • React Component

Usage (React)

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>
        );
    }
    

Package Source

For full package details, documentation, and usage instructions, visit the NPM page:

iranian-bank-logo-react