Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

iconoir-nullstack

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iconoir-nullstack

Iconoir as nullstack component

latest
Source
npmnpm
Version
2.0.4
Version published
Maintainers
1
Created
Source

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

  • Install the package
npm install iconoir-nullstack
# or
yarn add iconoir-nullstack
  • 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

Keywords

nullstack

FAQs

Package last updated on 15 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts