@ngxi/meteocons
v0.12.33
Published
Icon set Meteocons for Angular applications
Downloads
50
Maintainers
Readme
@ngxi/meteocons
Icon Set Info
- Name: Meteocons
- Prefix:
meteocons - Icons: 447
- License: MIT
- Author: Bas Milius
- Website: https://github.com/basmilius/weather-icons
Installation
pnpm add @ngxi/meteoconsUsage
import { Component } from '@angular/core'
import { NgxiMeteocons, meteoconsHurricaneFill } from '@ngxi/meteocons'
@Component({
imports: [NgxiMeteocons],
template: `<svg [ngxiMeteocons]="meteoconsHurricaneFill"></svg>`
})
export class UsageIcon {
protected meteoconsHurricaneFill = meteoconsHurricaneFill
}Sponsors
License
MIT License © 2025-PRESENT Adrián UB
