![]() |
VOOZH | about |
dotnet add package Soenneker.Quark.Gen.Lucide --version 4.0.143
NuGet\Install-Package Soenneker.Quark.Gen.Lucide -Version 4.0.143
<PackageReference Include="Soenneker.Quark.Gen.Lucide" Version="4.0.143">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageVersion Include="Soenneker.Quark.Gen.Lucide" Version="4.0.143" />Directory.Packages.props
<PackageReference Include="Soenneker.Quark.Gen.Lucide"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>Project file
paket add Soenneker.Quark.Gen.Lucide --version 4.0.143
#r "nuget: Soenneker.Quark.Gen.Lucide, 4.0.143"
#:package Soenneker.Quark.Gen.Lucide@4.0.143
#addin nuget:?package=Soenneker.Quark.Gen.Lucide&version=4.0.143Install as a Cake Addin
#tool nuget:?package=Soenneker.Quark.Gen.Lucide&version=4.0.143Install as a Cake Tool
👁 alternate text is missing from this package README image
👁 alternate text is missing from this package README image
👁 alternate text is missing from this package README image
👁 alternate text is missing from this package README image
dotnet add package Soenneker.Quark.Gen.Lucide
dotnet add package Soenneker.Lucide.Enums.Icons
dotnet add package Soenneker.Lucide.Icons
Icon="LucideIcon.Arrow", LucideIcon.Check, etc.)LucideIconSvgMap.g.cs with a switch that maps icon names to SVG contentUse LucideIcon enum values in components, e.g.:
<SomeComponent Icon="LucideIcon.Arrow" />
<SomeComponent Icon="@LucideIcon.Check" />
var icon = LucideIcon.Arrow;
The generator emits a static helper:
var svg = LucideIconSvgMap.GetSvg("Arrow"); // "<svg xmlns=\"...\">...</svg>"
The package includes MSBuild targets that run Soenneker.Quark.Gen.Lucide.BuildTasks before each build. The tool scans your project for Lucide icon references and generates obj/Generated/LucideIconSvgMap.g.cs, which is compiled into your assembly. Override the output path with:
<PropertyGroup>
<LucideSvgMapOutput>$(IntermediateOutputPath)MyPath\LucideIconSvgMap.g.cs</LucideSvgMapOutput>
</PropertyGroup>
Learn more about Target Frameworks and .NET Standard.
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.143 | 0 | 6/19/2026 |
| 4.0.142 | 0 | 6/19/2026 |
| 4.0.141 | 240 | 6/18/2026 |
| 4.0.140 | 169 | 6/17/2026 |
| 4.0.139 | 304 | 6/17/2026 |
| 4.0.138 | 1,234 | 6/13/2026 |
| 4.0.137 | 618 | 6/10/2026 |
| 4.0.136 | 159 | 6/10/2026 |
| 4.0.135 | 189 | 6/10/2026 |
| 4.0.133 | 522 | 6/9/2026 |
| 4.0.131 | 725 | 6/9/2026 |
| 4.0.129 | 82 | 6/9/2026 |
| 4.0.128 | 717 | 6/7/2026 |
| 4.0.127 | 170 | 6/7/2026 |
| 4.0.126 | 274 | 6/6/2026 |
| 4.0.125 | 201 | 6/6/2026 |
| 4.0.124 | 219 | 6/6/2026 |
| 4.0.123 | 388 | 6/6/2026 |
| 4.0.122 | 312 | 6/5/2026 |
| 4.0.121 | 384 | 6/5/2026 |