Skip to content

tauicons is a package that provides essential icons, extended from Vercel's design system.

License

Notifications You must be signed in to change notification settings

tautastic/tauicons

Repository files navigation

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} />

About

tauicons is a package that provides essential icons, extended from Vercel's design system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published