No notes defined.

<a class='c-button c-button--small c-button--with-icon c-button--help' href="#">Small icon</a>
<a class='{{ get_component_class( 'button', display ) }}' 
    {% if id %}id="{{ id }}"{% endif %}
    href="{{ url }}">{{ text }}</a>
{
  "text": "Small icon",
  "url": "#",
  "display": {
    "modifiers": [
      "small",
      "with-icon",
      "help"
    ]
  }
}