<a class="c-link {{ link.classes }}" href="{{ link.href | default("#") }}">
  {{ link.text | default("Learn More") }}
  
  {% if icon.name %}
    {% include "@atoms/icons/_icon.twig" with {
      icon: {
        name: icon.name,
        classes: icon.classes
      }
    } %}
  {% endif %}
</a>