2.0.13 • Published 1 year ago

@amithvns/ng-heroicons v2.0.13

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

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>

2.0.13

1 year ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago