tabler-icons-react-native
TypeScript icon, indicating that this package has built-in type declarations

3.1.0 • Public • Published

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.

Browse at tabler-icons.io →

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:

Prop Default
size 24
stroke 2
color '#232e46'

License

This project is licensed under the MIT License.

Package Sidebar

Install

npm i tabler-icons-react-native

Weekly Downloads

824

Version

3.1.0

License

MIT

Unpacked Size

4.23 MB

Total Files

4877

Last publish

Collaborators

  • 50um3n