1.0.0 • Published 11 months ago

@christophhu/icons v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Icons

Use

Import the IconsModule in the app.module.ts.

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

The icons-Tag has a property name.

<div class="w-12 h-12 mb-5 border border-gray-800 rounded">
    <icons class="stroke-1 stroke-current" name="2fa"></icons>
</div>
1.0.0

11 months ago