iconoir-nullstack
TypeScript icon, indicating that this package has built-in type declarations

2.0.4 • Public • Published

Nullstack Iconoir Icons

Description

This package allows you to use the Iconoir Icons in your Nullstack applications. Iconoir is an open-source library with 1300+ unique SVG icons, designed on a 24x24 pixels grid. No premium icons, no email sign-up, no newsletters.

Usage

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

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

Available icons

List of available icons: https://iconoir.com/

This version includes Iconoir Icons v7.7.0, see changelog to know which icons are available.

Thanks

To nullstack-feather-icons where I stole the idea and some codes XD

Readme

Keywords

Package Sidebar

Install

npm i iconoir-nullstack

Weekly Downloads

4

Version

2.0.4

License

MIT

Unpacked Size

1.17 MB

Total Files

1587

Last publish

Collaborators

  • acneidert