Search
4 types of default buttons atoms
Markup: ..\..\styleguide\templates\components\search.html
<div class="search-field">
<input type="text" value="" id="" name="" placeholder="" class="search-field__input [modifier class]">
<button class="search-field__button [modifier class]" type="submit"><svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none" viewBox="0 0 28 28">
<path fill="#161B3D" d="M16.625 2.625c-4.823 0-8.75 3.927-8.75 8.75 0 2.095.735 4.016 1.969 5.523L2.87 23.871 4.13 25.13l6.973-6.973a8.682 8.682 0 005.523 1.969c4.823 0 8.75-3.927 8.75-8.75s-3.927-8.75-8.75-8.75zm0 1.75c3.876 0 7 3.124 7 7s-3.124 7-7 7-7-3.124-7-7 3.124-7 7-7z"/>
</svg></button>
</div>
Source:
../source/sass/04-elements/forms.scss, line 118