<button class="btn btn-primary  btn-icon-only " type="button">
		<span class="btn__inner">
			<span class="btn__icon-wrapper">
				<?xml version="1.0" encoding="utf-8"?>
				<svg
					class='btn__icon '
					version="1.1"
					id="Layer_1"
					xmlns="http://www.w3.org/2000/svg"
					xmlns:xlink="http://www.w3.org/1999/xlink"
					x="0px"
					y="0px"
					width="20px"
					height="20px"
					viewBox="0 0 20 20"
					enable-background="new 0 0 20 20"
					xml:space="preserve">
				<path fill-rule="evenodd" clip-rule="evenodd" d="M10.8333 5.83203H9.16666V9.16536H5.83333V10.832H9.16666V14.1654H10.8333V10.832H14.1667V9.16536H10.8333V5.83203V5.83203ZM10 1.66602C5.4 1.66602 1.66666 5.39935 1.66666 9.99935C1.66666 14.5993 5.4 18.3327 10 18.3327C14.6 18.3327 18.3333 14.5993 18.3333 9.99935C18.3333 5.39935 14.6 1.66602 10 1.66602V1.66602ZM9.99999 16.6654C6.32499 16.6654 3.33333 13.6737 3.33333 9.9987C3.33333 6.3237 6.32499 3.33203 9.99999 3.33203C13.675 3.33203 16.6667 6.3237 16.6667 9.9987C16.6667 13.6737 13.675 16.6654 9.99999 16.6654V16.6654Z"/>
				</svg>
			</span>
			
		</span>	
</button>
{{> @button }}
{
  "text": null,
  "className": "btn-primary",
  "type": "button",
  "width": "20",
  "height": "20",
  "icon": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.8333 5.83203H9.16666V9.16536H5.83333V10.832H9.16666V14.1654H10.8333V10.832H14.1667V9.16536H10.8333V5.83203V5.83203ZM10 1.66602C5.4 1.66602 1.66666 5.39935 1.66666 9.99935C1.66666 14.5993 5.4 18.3327 10 18.3327C14.6 18.3327 18.3333 14.5993 18.3333 9.99935C18.3333 5.39935 14.6 1.66602 10 1.66602V1.66602ZM9.99999 16.6654C6.32499 16.6654 3.33333 13.6737 3.33333 9.9987C3.33333 6.3237 6.32499 3.33203 9.99999 3.33203C13.675 3.33203 16.6667 6.3237 16.6667 9.9987C16.6667 13.6737 13.675 16.6654 9.99999 16.6654V16.6654Z\"/>"
}

Primary Button

When to use:

Use a Primary Button for the principle call to action, for example, to submit a form. If there are multiple actions that a user can take, only one of them should be expressed with a primary button.

When not to use:

Uses these components