- Name: Iconoir
-
Prefix:
iconoir
- Icons: 1671
- License: MIT
- Author: Luca Burgio
- Website: https://github.com/iconoir-icons/iconoir
npm install @ngxi/iconoir
import { Component } from '@angular/core';
import { IconoirChatBubbleCheckIcon } from '@ngxi/iconoir';
@Component({
imports: [IconoirChatBubbleCheckIcon],
template: `<svg iconoirChatBubbleCheckIcon></svg>`,
})
export class UsageIcon {}
MIT License © 2025-PRESENT Adrián UB