@amithvns/ng-heroicons
TypeScript icon, indicating that this package has built-in type declarations

2.0.13 • Public • Published

ng-heroicons

npm version core

Installing

Run npm install @amithvns/ng-heroicons
or Run yarn install @amithvns/ng-heroicons

Adding to an Angular project

Add the IconsModule to your AppModule.

IconsModule.withIcons({
  ...ICONS_OUTLINE,
  ...ICONS_SOLID,
  ...ICONS_MINI
})

Basic Usage

Outline icons <icon name='user' class="h-6 w-6 text-gray-500"></icon>

Solid icons <icon name='user-solid' class="h-6 w-6 text-gray-500"></icon>

Readme

Keywords

Package Sidebar

Install

npm i @amithvns/ng-heroicons

Weekly Downloads

0

Version

2.0.13

License

none

Unpacked Size

5.14 MB

Total Files

23

Last publish

Collaborators

  • amithvns