# 🚀 VOOI React Iconsax

An [Iconsax](https://iconsax.io) port for React to seamlessly integrate beautiful icons into your React projects.

## 📦 Installation

```bash
pnpm add @vooi/react-iconsax
```

## ⚡️ Usage

```tsx
import { BitcoinCardBold } from "@vooi/react-iconsax";

function MyComponent() {
  return <BitcoinCardBold className="w-16 h-16 text-red" />;
}
```

You can customize the size, color, and other properties using Tailwind CSS classes or standard CSS styles.

## License

MIT
