Overview

Lucide is an open-source library of clean, scalable SVG icons for web and app development, offering easy integration and customization.

Usage

<lucide-angular [img]="LucideIconname"/>

Colors

<lucide-angular [img]="LucideIconname" class="text-xx"/>

Fill Colors

<lucide-angular [img]="LucideIconname" class="text-xx fill-xx"/>

Sizes

<lucide-angular [img]="LucideIconname" class="ts-xx"/>

Icons

@for (item of lucideIcons; track $index) {
{{ item.name }}
}