3.34.0 • Published 1 month ago

@tabler/icons-react-native v3.34.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

Tabler Icons for React

Sponsors

If you want to support my project and help me grow it, you can become a sponsor on GitHub or just donate on PayPal :)

Installation

yarn add @tabler/icons-react-native

or

npm install @tabler/icons-react-native

or

pnpm install @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.

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

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

export default App;

You can pass additional props to adjust the icon.

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

Props

nametypedefault
sizeNumber24
colorStringcurrentColor
strokeNumber2

Contributing

For more info on how to contribute please see the contribution guidelines.

Caught a mistake or want to contribute to the documentation? Edit this page on Github

License

Tabler Icons is licensed under the MIT License.

Sponsor Tabler

3.32.0

2 months ago

3.33.0

2 months ago

3.34.0

1 month ago

3.31.0

4 months ago

3.30.0

5 months ago

3.29.0

6 months ago

3.28.0

6 months ago

3.27.1

6 months ago

3.27.0

6 months ago

3.28.1

6 months ago

3.22.0

8 months ago

3.24.0

7 months ago

3.23.0

7 months ago

3.26.0

7 months ago

3.25.0

7 months ago

3.21.0

8 months ago

3.20.0

9 months ago

3.19.0

9 months ago

3.18.0

9 months ago

3.15.0

10 months ago

3.14.0

10 months ago

3.17.0

10 months ago

3.16.0

10 months ago

3.9.0

1 year ago

3.11.0

12 months ago

3.8.0

1 year ago

3.10.0

12 months ago

3.7.0

1 year ago

3.13.0

10 months ago

3.6.0

1 year ago

3.12.0

11 months ago

3.5.0

1 year ago

3.4.0

1 year ago

3.3.0

1 year ago

3.2.0

1 year ago

3.0.3

1 year ago

3.1.0

1 year ago

3.0.2

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

3.0.0-beta.2

1 year ago

3.0.0-beta

1 year ago

3.0.0-alpha.1

1 year ago