tamagui-tabler-icons
v1.0.1
Published
[Tabler Icons](https://tabler-icons.io) as [Tamagui](https://tamagui.dev) components. Works on React and React Native.
Readme
tamagui-tabler-icons
Tabler Icons as Tamagui components. Works on React and React Native.
6,092 icons including outline, filled, and brand variants.
Install
npm install tamagui-tabler-iconsOr as a git dependency:
"tamagui-tabler-icons": "github:youruser/tamagui-tabler-icons"Peer dependencies
react>= 19react-native-svg>= 12
Usage
import { IconBrandGithub, IconHeart, IconArrowLeft } from 'tamagui-tabler-icons'
// Supports Tamagui tokens
<IconBrandGithub color="$color" size="$4" />
// Filled variants
import { IconHeartFilled } from 'tamagui-tabler-icons'
<IconHeartFilled color="$red10" size={32} />For tree-shaking, import individual icons:
import { IconBrandGithub } from 'tamagui-tabler-icons/icons/IconBrandGithub'Naming
All components use the Icon prefix, matching Tabler's own convention:
| Tabler icon | Component |
|---|---|
| arrow-left | IconArrowLeft |
| brand-github | IconBrandGithub |
| heart (filled) | IconHeartFilled |
Regenerating
When Tabler releases new icons:
npm update @tabler/icons
node scripts/generate.mjsCredits
- Icons by Tabler Icons by Paweł Kuna, MIT licensed
- Icon component pattern from @tamagui/lucide-icons-2
License
MIT
