<button class="btn btn-primary " 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="24px"
					height="24px"
					viewBox="0 0 24 24"
					enable-background="new 0 0 24 24"
					xml:space="preserve">
				<path d="M0 0h24v24H0z" fill="none"/><path d="M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7zm-1-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/>
				</svg>
			</span>
				<span class="btn__text">Add a Location</span>
			
		</span>	
</button>
{{> @button }}
{
  "text": "Add a Location",
  "className": "btn-primary",
  "type": "button",
  "icon": "<path d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7zm-1-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z\"/>"
}

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