LucideAvaloniaUI
LucideAvaloniaUI copied to clipboard
StrokeThickness causing Avalonia to throw exception.
Hello! I've discovered an issue where if you use Lucide inside a control template and use the StrokeThickness property, Avalonia would attempt to read the StrokeThicknessProperty field, but since it's private, it'll throw like this:
Would you mind if I do a PR for this?