0.1.4 • Published 1 year ago

tauicons v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

tauicons

install size npm version npm downloads

What is tauicons?

tauicons is a package that provides essential icons, extended from Vercel's design system. Currently the base tauicons package provides the icons only as react components. This may or may not change in the future.

Installation

pnpm i tauicons

Usage

import { VercelTriangle, Smile } from "tauicons";

const App = () => {
  return (
    <>
      <VercelTriangle />
      <Smile />
    </>
  );
};

export default App;

Icons can be configured with inline props:

<VercelTriangle color="#79ffe1" size={48} />
0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago