Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IconInfoInterface

Icon info

Hierarchy

  • IconInfoInterface

Index

Properties

className

className: string

Class applied to the icon element in the DOM. Can be used to show icons from font libraries, e.g. 'material-icons', 'fa fa-magic', 'glyphicon-trash'.

ligature

ligature: string

Icon ligature for icon fonts supporting it, e.g. 'explore' in Material Icons (http://google.github.io/material-design-icons).

path

path: string

Path to the icon file, e.g. 'hamburger.svg' (absolute or relative to the embedding page). This also supports Data URIs.

Generated using TypeDoc