- Name: Lucide
-
Prefix:
lucide
- Icons: 1597
- License: ISC
- Author: Lucide Contributors
- Website: https://github.com/lucide-icons/lucide
npm install @ngxi/lucide
import { Component } from '@angular/core';
import { LucideCheckCircleIcon } from '@ngxi/lucide';
@Component({
imports: [LucideCheckCircleIcon],
template: `<svg lucideCheckCircleIcon></svg>`,
})
export class UsageIcon {}
ISC License © 2025-PRESENT Adrián UB