3.1.0 • Published 1 month ago

tabler-icons-react-native v3.1.0

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

Tabler Icons React Native

Tabler Icons React Native is a library of React Native components that provide access to Tabler Icons — a collection of over 2200 open-sourced, MIT-licensed icons.

Installation

The package is available via npm and can be installed using npm or yarn:

# npm
npm install tabler-icons-react-native

# yarn
yarn add tabler-icons-react-native

Usage

After installing the package, you can import Tabler Icons as React Native components like this:

import { IconActivity } from "tabler-icons-react-native";

Example

import React from 'react';
import { View } from 'react-native';
import { IconActivity } from 'tabler-icons-react-native';

const Example = () => {
  return (
    <View>
      <IconActivity size={48} color="red" />
    </View>
  );
}

export default Example;

Documentation

Every icon component accepts the following props:

PropDefault
size24
stroke2
color'#232e46'

License

This project is licensed under the MIT License.

3.1.0

1 month ago

2.42.1

5 months ago

2.42.0

5 months ago

2.40.0

6 months ago

2.28.0

10 months ago

2.30.0

9 months ago

2.17.0

1 year ago

2.17.1

1 year ago

2.11.0

1 year ago

2.3.0

1 year ago

2.3.1

1 year ago

1.116.1

1 year ago

1.118.0

1 year ago

1.113.2

1 year ago

1.113.0

1 year ago

1.113.1

1 year ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago