Secondary Button Examples

<button type="button" class="btn btn-lg btn-outline-primary arrow-link" aria-label="" aria-expanded="false">
    Button<span class="material-symbols-outlined" aria-hidden="true">arrow_forward</span>
</button>

<button type="button" class="btn btn-lg btn-outline-primary" aria-label="" aria-expanded="false">
    Button
</button>