# Lucide Icons

## Introduction

Added support for **Lucide Icons**, an open-source, SVG-based icon set designed for modern, lightweight, and consistent UI development within Wisej.NET applications.

<figure><img src="/files/IhoA9ELK0l9FszyHpa3H" alt=""><figcaption></figcaption></figure>

## **Technical Highlights**

* **Modern Icon Library**\
  Community-driven successor to Feather Icons, providing a comprehensive and semantically consistent set of minimal, line-based icons.
* **SVG-Based Rendering**\
  Icons are delivered as scalable vector graphics, ensuring resolution-independent rendering across devices and display densities.
* **Lightweight Integration**\
  Designed for minimal overhead, enabling usage across UI components (buttons, menus, toolbars, dashboards) without introducing heavy dependencies.
* **Customization Support**\
  Icon appearance (stroke width, size, color) can be adjusted via CSS or programmatically, allowing seamless alignment with application themes.
* **Design Consistency**\
  Clean, uniform visual language optimized for usability and clarity in modern interfaces.

## **Use Cases**

* Navigation and toolbar iconography
* Dashboard and data visualization interfaces
* Form controls and action indicators
* General-purpose UI enhancements

This addition expands the available iconography options in Wisej.NET, complementing existing Fluent-based assets with a flexible, lightweight alternative.

{% hint style="warning" %}
The new Lucide Icon Pack introduces an updated SVG renderer which, when integrated into an application, overrides the default Wisej.NET rendering pipeline and takes full control of SVG rendering across the entire application.
{% endhint %}

## Live Demo

See all Lucide Icons here: <https://demo.wisej.net/#Preview/Lucide/Features>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wisej.com/docs/whats-new-in-4.1/lucide-icons.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
