0.0.2 • Published 10 months ago

@manthanankolekar/ng-icons v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

NgIcons

This project was generated using Angular CLI version 19.0.0.

npm npm npm npm

Installation

npm install @manthanankolekar/ng-icons

Usage

Import

import { Component } from '@angular/core';

import { NgIconsComponent } from '@manthanankolekar/ng-icons';

@Component({
   selector: 'app-root',
   imports: [
      NgIconsComponent
   ],
   templateUrl: './app.component.html',
   styleUrls: ['./app.component.css']
})
export class AppComponent {
   title = 'ng-icons';
}

Use

<ng-icons name="home" [size]="32" color="blue"></ng-icons>

Demo

Stackblitz

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

0.0.2

10 months ago

0.0.1

10 months ago