Skip to content

dme-compunet/Lucide.Avalonia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ Lucide.Avalonia

Implementation of the Lucide icon library for AvaloniaUI.

NuGet Version GitHub License


⚡ Advantages

  • No styles include required – it works out of the box.
  • No xmlns declaration required – just add and use.

🚀 Usage Examples

Using the LucideIcon Element

<LucideIcon Kind="Star"/>
<LucideIcon Kind="Star" Size="30"/>
<LucideIcon Kind="Star" Size="30" StrokeWidth="1.5"/>

Using a Markup Extension

<Button Content="{LucideIconContent Star}"/>
<Button Content="{LucideIconContent Star, 30, 1.5}"/>
<Button Content="{LucideIconContent Kind=Star, Size=30, StrokeWidth=1.5}"/>

🔗 Additional Links