Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dme-compunet/Lucide.Avalonia

✨ Implementation of the Lucide icon library for AvaloniaUI
https://github.com/dme-compunet/Lucide.Avalonia

avalonia-ui csharp icons lucide lucide-icons

Last synced: 6 days ago
JSON representation

✨ Implementation of the Lucide icon library for AvaloniaUI

Awesome Lists containing this project

README

        

# ✨ Lucide.Avalonia

Implementation of the [Lucide icon library](https://github.com/lucide-icons/lucide) for [AvaloniaUI](https://github.com/AvaloniaUI/Avalonia).

[![NuGet Version](https://img.shields.io/nuget/v/Lucide.Avalonia?logo=nuget)](https://www.nuget.org/packages/Lucide.Avalonia)
[![GitHub License](https://img.shields.io/github/license/dme-compunet/Lucide.Avalonia)](https://github.com/dme-compunet/Lucide.Avalonia/blob/main/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

```xml

```

### Using a Markup Extension

```xml

```

---

## 🔗 Additional Links

- [AvaloniaUI](https://github.com/AvaloniaUI/Avalonia)
- [Lucide Icons](https://lucide.dev/icons)
- [NuGet Package](https://www.nuget.org/packages/Lucide.Avalonia)