Implementation of the Lucide icon library for AvaloniaUI.
- No styles include required – it works out of the box.
- No xmlns declaration required – just add and use.
<LucideIcon Kind="Star"/>
<LucideIcon Kind="Star" Size="30"/>
<LucideIcon Kind="Star" Size="30" StrokeWidth="1.5"/>
<Button Content="{LucideIconContent Star}"/>
<Button Content="{LucideIconContent Star, 30, 1.5}"/>
<Button Content="{LucideIconContent Kind=Star, Size=30, StrokeWidth=1.5}"/>