<?php
/**
* searchform.php
* @package WordPress
* @subpackage Ignavo
* @since Ignavo 1.0
*
*/
?>
<form class="search-form rounded-theme">
<input type="search" class="search-input style-none size-lg" name="s" placeholder="<?php esc_attr_e('Search everything...', 'ignavo') ?>" autocomplete="off"/>
<button type="submit" class="style-none">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M10.5 19C15.1944 19 19 15.1944 19 10.5C19 5.80558 15.1944 2 10.5 2C5.80558 2 2 5.80558 2 10.5C2 15.1944 5.80558 19 10.5 19Z"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M22 22L17 17"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
</button>
</form>