@ngxi/medical-icon
v0.12.33
Published
Icon set Medical Icons for Angular applications
Maintainers
Readme
@ngxi/medical-icon
Icon Set Info
- Name: Medical Icons
- Prefix:
medical-icon - Icons: 144
- License: MIT
- Author: Samuel Frémondière
- Website: https://github.com/samcome/webfont-medical-icons
Installation
pnpm add @ngxi/medical-iconUsage
import { Component } from '@angular/core'
import { NgxiMedicalIcon, medicalIconICareStaffArea } from '@ngxi/medical-icon'
@Component({
imports: [NgxiMedicalIcon],
template: `<svg [ngxiMedicalIcon]="medicalIconICareStaffArea"></svg>`
})
export class UsageIcon {
protected medicalIconICareStaffArea = medicalIconICareStaffArea
}Sponsors
License
MIT License © 2025-PRESENT Adrián UB
