Back to Tabler Icons

Tabler Icons for React Native

docs/icons/react-native.mdx

3.41.1856 B
Original Source

Installation

<TabsPackage name="@tabler/icons-react-native" />

or just download from Github.

How to use

It's build with ESmodules so it's completely tree-shakable. Each icon can be imported as a component.

js
import { IconArrowLeft } from '@tabler/icons-react-native';

const App = () => {
  return <IconArrowLeft />;
};

export default App;

You can pass additional props to adjust the icon.

js
<IconArrowLeft color="red" size={48} />

Props

nametypedefault
sizeNumber24
colorStringcurrentColor
strokeWidthNumber2