Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dme-compunet/Lucide.Avalonia
- Owner: dme-compunet
- License: mit
- Created: 2024-12-10T21:23:14.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-01-02T17:48:08.000Z (12 days ago)
- Last Synced: 2025-01-02T18:38:51.011Z (12 days ago)
- Topics: avalonia-ui, csharp, icons, lucide, lucide-icons
- Language: C#
- Homepage: https://www.nuget.org/packages/Lucide.Avalonia
- Size: 2.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-avalonia - Lucide.Avalonia - Implementation of the Lucide icon library for AvaloniaUI. (Libraries & Extensions / Theme & Icons)
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)