HtmlForgeX

API Reference

Class

TablerIconLibrary (HtmlForgeX)

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers static

Static library for SVG icons with embedded content from tabler-icons This is an auto-generated class - do not modify manually

Inheritance

  • Object
  • TablerIconLibrary

Methods

public static IEnumerable<TablerIconType> GetAllIcons() #
Returns: IEnumerable<TablerIconType>

Get all available icon types

public static Int32 GetAvailableIconCount() #
Returns: Int32

Gets the total count of available icons in the library

Returns

Total number of available icons

public static TablerIcon GetIcon(TablerIconType TablerIconType) #
Returns: TablerIcon

Get an SVG icon by type

Parameters

TablerIconType HtmlForgeX.TablerIconType requiredposition: 0
public static String GetSvgContent(TablerIconType TablerIconType) #
Returns: String

Get raw SVG content for an icon

Parameters

TablerIconType HtmlForgeX.TablerIconType requiredposition: 0
public static Boolean HasIcon(TablerIconType TablerIconType) #
Returns: Boolean

Check if an icon exists

Parameters

TablerIconType HtmlForgeX.TablerIconType requiredposition: 0