Last active
May 19, 2021 03:29
-
-
Save richtabor/f015dc6d15d2719dca90037939cdeca6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="svg__wrapper svg__search"> | |
<div> | |
<svg shape-rendering="geometricPrecision"> | |
<use xlink:href="<?php echo is_customize_preview() ? esc_url( get_template_directory_uri() . '/images/sprite.svg' ) : '' ; ?>#search-icon"></use> | |
</svg> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment