Icon Button Cta Primary

Refer to icon button frame found in view tab for complete structure without content.
<!-- Default -->
<button type="button" class="sds-iconBtn -iconBtnCtaPrimary">

    <span class="sds-icon sds-icon-plus"></span>

</button>

<!-- Disabled -->
<button type="button" class="sds-iconBtn -iconBtnCtaPrimary -isDisabled">

    <span class="sds-icon sds-icon-plus"></span>

</button>

<!-- Big -->
<button type="button" class="sds-iconBtn -iconBtnCtaPrimary -big">

    <span class="sds-icon sds-icon-plus"></span>

</button>

<!-- Disabled Big -->
<button type="button" class="sds-iconBtn -iconBtnCtaPrimary -big -isDisabled">

    <span class="sds-icon sds-icon-plus"></span>

</button>

<!-- Smaller -->
<button type="button" class="sds-iconBtn -iconBtnCtaPrimary -smaller">

    <span class="sds-icon sds-icon-plus"></span>

</button>

{% include "@icon-btn" %}