| 1 | <sc-button href="<?php echo esc_url( $href ); ?>" type="<?php echo esc_attr( $type ); ?>" size="<?php echo esc_attr( $size ); ?>"> |
| 2 | <?php if ( ! empty( $show_icon ) ) : ?> |
| 3 | <sc-icon name="shopping-bag" style="font-size: 18px"></sc-icon> |
| 4 | <?php endif; ?> |
| 5 | <?php echo esc_html( $label ); ?> |
| 6 | </sc-button> |
| 7 |