0.1.0 โ€ข Published 2 years ago

ngx-vector-icons v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

๐Ÿ’ ngx-vector-icons

Build Status

angular typescript

An easy way to add icons to your Angular app.

NGX Vector Icons directory has over 5000 icons to choose from.

Ngx vector icons banner image

๐ŸŽ‰ Features

  • It's a light-weight library.
  • Six icon sets are included in the package and can be used for free.
  • It may be used for commercial projects, open source projects, or nearly anything else.
  • To have access to a set of six bundel icons, simply import one module.

๐Ÿ“ฆ Bundled Icon Sets

๐Ÿš€ Demo

If you'd like to see an example, please click here.

๐Ÿ”ฅ Installation

npm install ngx-vector-icons

๐Ÿ“ ๏ธUsage

๐Ÿšด step 1 :

Import NgxVectorIconsModule in app.module.ts file

import { NgxVectorIconsModule } from 'ngx-vector-icons';

๐Ÿšด step 2 :

In app.module.ts add NgxVectorIconsModule to your @NgModule

@NgModule({
  ...,
  imports: [ ...,NgxVectorIconsModule ],
  ...
})

๐Ÿšด step 3 :

That's all, you're ready to use icons in your project now. NGX Vector Icons directory has over 5000 icons to choose from.

Ant Design Icons example
<ant-design-icons class="ml-60" name="logout" [size]="22" color="limegreen"></ant-design-icons>
Fontisto Icons example
<fontisto-icons class="ml-60" name="podcast" [size]="22" color="pink"></fontisto-icons>
Font Awesome Icons example
<font-awesome-icons class="ml-20" name="address-book" [size]="32" color="grey"></font-awesome-icons>
Material Design Icons example
<material-design-icons class="ml-20" name="pizza" [size]="32" color="blue"></material-design-icons>
Material Icons example
<material-icons class="ml-20" name="pizza" [size]="32" color="blue"></material-icons>
Simple Icons example
<simple-icons class="ml-40" name="people" [size]="22" color="red"></simple-icons>

๐Ÿ“š License

MIT

For โค๏ธ Angular developers

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago