<{{ $tagName }} class="c-{{$type}} @modifiers('c-$type') {{ $buttonClasses ?? '' }}" @if($tagName === 'a') href="{{ $buttonLink }}" @endif>
<span class="c-{{$type}}__text">{{ $buttonText }}</span>
<i class="c-{{$type}}__icon">
@if(!empty($buttonIcon))
@includeIf('components.icons.'.$buttonIcon)
@else
@includeIf('components.icons.arrow')
@endif
</i>
</{{ $tagName }}>