3.1.0 • Published 1 year ago

tabler-icons-react-native v3.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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 year ago

2.42.1

2 years ago

2.42.0

2 years ago

2.40.0

2 years ago

2.28.0

2 years ago

2.30.0

2 years ago

2.17.0

2 years ago

2.17.1

2 years ago

2.11.0

2 years ago

2.3.0

2 years ago

2.3.1

2 years ago

1.116.1

3 years ago

1.118.0

3 years ago

1.113.2

3 years ago

1.113.0

3 years ago

1.113.1

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago