3.3.4 • Published 11 months ago

@fusoionic/ng-flaticon v3.3.4

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
11 months ago

ng-flaticon

Installation

npm i @fusoionic/ng-flaticon

Usage


Styles:

Import the FlatIcon Stylesheet from the package assets or download the sources from Github.

@import "@fusoionic/ng-flaticon/assets/flat-icons";

Module:

Import FlatIconModule from @fusoionic/ng-flaticon

import { FlatIconModule } from '@fusoionic/ng-flaticon';

@NgModule({
  imports: [
    FlatIconModule.forRoot({ ... }), // inject services
    FlatIconModule, // inject directives
  ]
})

Directive:

<fi-icon
  [name]="'spinner'"
  [weight]="'bold'"
  [type]="'rounded'"
  [color]="'#000000'"
  [duration]="500"
  [delay]="0"
></fi-icon>

Attribution:


Make sure to attribute the owner of the icons according to the FlatIcon Attribution Guide. If you're a Premium user, you do not need to attribute the owner.

3.3.1

12 months ago

3.3.4

11 months ago

3.3.3

11 months ago

3.3.2

11 months ago

3.2.1

1 year ago

3.1.4

1 year ago

3.1.3

1 year ago

3.1.2

1 year ago

3.1.1

1 year ago

3.1.0

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago