fccoelho7 / nullstack-tabler-icons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nullstack Tabler Icons

https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/og.png

Description

This package allows you to use the Tabler Icons in your Nullstack applications. Tabler Icons is a set of 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.

Usage

  1. Install the package
npm install nullstack-tabler-icons
# or
yarn add nullstack-tabler-icons
  1. Import and use it
import { IconBrandTwitter } from "nullstack-tabler-icons";

export default function MyApp() {
  return (
    <IconBrandTwitter
      size={36} // set custom `width` and `height`
      color="red" // set `stroke` color
      stroke={3} // set `stroke-width`
    />
  );
}

Available icons

List of available icons: https://tabler-icons.io/

This version includes Tabler Icons v1.119.0, see changelog to know which icons are available.

About


Languages

Language:JavaScript 100.0%