# Brand Icons (Mobile)

> Google / Apple / GitHub / Microsoft logos at common sizes.
> Source: https://otf-kit.dev/components/mobile-brand-icons

## At a glance

- **Platform:** React Native (Expo)
- **Category:** Display
- **Package:** `@otfdashkit/ui-native` (free, MIT)
- **Tags:** brand, logo, native

## Install

```bash
bun add @otfdashkit/ui-native
```

## Usage

```tsx
import { BrandIcons } from '@otfdashkit/ui-native'
```

The `<BrandIcons>` component ships the same prop API on web (`@otfdashkit/ui`) and native (`@otfdashkit/ui-native`) where a parity version exists.

## Links

- Live preview + code: https://otf-kit.dev/components/mobile-brand-icons
- Storybook: https://native.otf-kit.dev
- All components: https://otf-kit.dev/components
