tabler-react-native

1.1.0 • Public • Published

Tabler Icons for React Native

Tabler Icons

A set of 4962 free MIT-licensed high-quality SVG icons for you to use in your web projects. Each icon is designed on a 24x24 grid and a 2px stroke.

Browse at tabler-icons.io →

Installation

yarn add tabler-react-native

or

npm install tabler-react-native --save

or

pnpm install tabler-react-native

or just download from GitHub.

Usage

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

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

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

export default App;

You can pass additional props to adjust the icon.

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

Props

name type default
size Number 24
color String currentColor
stroke Number 2

License

Tabler React Native is licensed under the MIT License.

Package Sidebar

Install

npm i tabler-react-native

Weekly Downloads

15

Version

1.1.0

License

ISC

Unpacked Size

4.36 MB

Total Files

4970

Last publish

Collaborators

  • burakgur