![]() |
VOOZH | about |
dotnet add package Soenneker.Quark.Gen.Lucide --version 4.0.141
NuGet\Install-Package Soenneker.Quark.Gen.Lucide -Version 4.0.141
<PackageReference Include="Soenneker.Quark.Gen.Lucide" Version="4.0.141">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageVersion Include="Soenneker.Quark.Gen.Lucide" Version="4.0.141" />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.141
#r "nuget: Soenneker.Quark.Gen.Lucide, 4.0.141"
#:package Soenneker.Quark.Gen.Lucide@4.0.141
#addin nuget:?package=Soenneker.Quark.Gen.Lucide&version=4.0.141Install as a Cake Addin
#tool nuget:?package=Soenneker.Quark.Gen.Lucide&version=4.0.141Install 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.152 | 202 | 6/26/2026 |
| 4.0.151 | 902 | 6/21/2026 |
| 4.0.150 | 237 | 6/20/2026 |
| 4.0.149 | 164 | 6/20/2026 |
| 4.0.148 | 274 | 6/20/2026 |
| 4.0.147 | 386 | 6/20/2026 |
| 4.0.146 | 401 | 6/20/2026 |
| 4.0.145 | 562 | 6/19/2026 |
| 4.0.143 | 374 | 6/19/2026 |
| 4.0.142 | 334 | 6/19/2026 |
| 4.0.141 | 832 | 6/18/2026 |
| 4.0.140 | 190 | 6/17/2026 |
| 4.0.139 | 319 | 6/17/2026 |
| 4.0.138 | 1,242 | 6/13/2026 |
| 4.0.137 | 626 | 6/10/2026 |
| 4.0.136 | 164 | 6/10/2026 |
| 4.0.135 | 209 | 6/10/2026 |
| 4.0.133 | 529 | 6/9/2026 |
| 4.0.131 | 733 | 6/9/2026 |
| 4.0.129 | 86 | 6/9/2026 |