Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tabler-icons-react

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tabler-icons-react

Tabler Icons for React

  • 1.56.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
15K
decreased by-3.38%
Maintainers
1
Weekly downloads
 
Created
Source

tabler-icons-react

npm version npm downloads

A library of React components for Tabler Icons — a set of over free 700 open-sourced MIT-licensed icons.

Usage

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

# npm
npm install tabler-icons-react

# yarn
yarn add tabler-icons-react

After installing the package you can import Tabler Icons as React components as follows:

import { Activity } from 'tabler-icons-react';

Example

import React from 'react';
import { Activity } from 'tabler-icons-react';

export default function Example() {
  return (
    <div>
      <Activity size={48} color="red" />
    </div>
  );
}

Docs

Every icon component accepts following props:

PropDefault
size24
color'currentColor'

License

This project is MIT licensed.

Keywords

FAQs

Package last updated on 06 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc