0.1.12 • Published 2 years ago

tablericons-lite v0.1.12

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

tablericons-lite

Opinionated set of 20x20 icons from Tabler Icons (https://github.com/tabler/tabler-icons). I'll continue adding more to the set depending on needs/usage.

📥 Installation

Install tablericons-lite locally:

# npm
npm i tablericons-lite

# yarn
yarn add tablericons-lite

🍇 How to use

Import the icons into your Next.js/React project:

import { TwitterLogo } from 'tablericons-lite'

export default function App(){

  return (
    <>
    <TwitterLogo />
    </>
  )
}
0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.1

2 years ago