Haze.TablerIcons 3.34.1.6

dotnet add package Haze.TablerIcons --version 3.34.1.6
                    
NuGet\Install-Package Haze.TablerIcons -Version 3.34.1.6
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Haze.TablerIcons" Version="3.34.1.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Haze.TablerIcons" Version="3.34.1.6" />
                    
Directory.Packages.props
<PackageReference Include="Haze.TablerIcons" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Haze.TablerIcons --version 3.34.1.6
                    
#r "nuget: Haze.TablerIcons, 3.34.1.6"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Haze.TablerIcons@3.34.1.6
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Haze.TablerIcons&version=3.34.1.6
                    
Install as a Cake Addin
#tool nuget:?package=Haze.TablerIcons&version=3.34.1.6
                    
Install as a Cake Tool

Haze.TablerIcons

NuGet License

A Godot library that provides direct access to Tabler Icons as embedded SVG resources.

Since SvgTexture was introduced in Godot 4.5, this library can only be used with Godot 4.5 or later.

Usage

using Haze;

// Access icons by category and name
var icon = TablerIcons.Design.LayoutGridAdd;

// Get or create a cached texture (recommended for performance)
Texture2D texture1 = icon.GetTexture();

// Implicit conversion support (uses the same cached instance as above)
Texture2D texture2 = icon;

// Create a new texture instance
Texture2D texture3 = icon.CreateTexture();

// Use with custom scale
SvgTexture scaledTexture = icon.GetTexture(2.0f);

License

MIT

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.34.1.6 280 9/16/2025
3.34.1.5 128 9/2/2025
3.34.1.4 124 9/2/2025
3.34.1.3 130 8/19/2025
3.34.1.2 119 8/18/2025
3.34.1.1 121 8/18/2025