Icon: Star Full

Icon

When to use this component

Icons are used for decorative purposes only.

When not to use this component

Icons cannot be used as the only means to convey the information.

The Ghent icon font

The set of icons is collected in the Ghent icon font. For more information about the use of the Ghent icon font see the notes on fonts.

Web accessibility

  • Icons must have the aria-hidden=true attribute.
<i class="icon-{{ icon }}" aria-hidden="true"></i>
<i class="icon-star-full" aria-hidden="true"></i>
{
  "icon": "star-full"
}