Skip to content

Commit

Permalink
shorter svg
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroslavRaksha committed Jul 23, 2024
1 parent 4f83e47 commit d27a5dc
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions snippets/findify-filter-search-input.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,9 @@
placeholder="{{ 'findify.filters.search_placeholder' | t }}"
type="text"
ref="{{ name }}" />
<svg
width="14"
height="15"
class="findify-filters--checkbox-search-icon"
viewBox="0 0 14 15">
<path
d="M4.896 9.262c.612 0 1.176-.153 1.692-.459A3.396 3.396 0 0 0 7.812 7.57c.3-.516.45-1.08.45-1.692 0-.612-.15-1.176-.45-1.692a3.327 3.327 0 0 0-1.224-1.224c-.516-.3-1.08-.45-1.692-.45-.612 0-1.176.15-1.692.45-.516.3-.927.708-1.233 1.224a3.257 3.257 0 0 0-.459 1.692c0 .612.153 1.176.459 1.692.306.516.717.927 1.233 1.233.516.306 1.08.459 1.692.459zm4.5 0l3.726 3.726-1.134 1.134-3.726-3.744v-.594l-.216-.198c-.42.372-.903.657-1.449.855a4.951 4.951 0 0 1-1.701.297 4.837 4.837 0 0 1-2.457-.648A4.806 4.806 0 0 1 .666 8.344 4.784 4.784 0 0 1 0 5.878c0-.888.219-1.707.657-2.457a4.812 4.812 0 0 1 1.782-1.773A4.837 4.837 0 0 1 4.896 1c.888 0 1.71.222 2.466.666A4.757 4.757 0 0 1 9.099 3.43a4.84 4.84 0 0 1 .639 2.448c0 .6-.099 1.173-.297 1.719a4.451 4.451 0 0 1-.855 1.449l.198.216h.612z"
fill="currentColor"
fill-rule="evenodd"></path>
<svg class="findify-filters--checkbox-search-icon" xmlns="http://www.w3.org/2000/svg" width="14" height="13" viewBox="0 0 14 13" fill="none">
<circle cx="5" cy="5" r="4.25" stroke="black" stroke-width="1.5"/>
<line x1="8.53033" y1="8.46967" x2="12.5303" y2="12.4697" stroke="black" stroke-width="1.5"/>
</svg>
</div>

Expand Down

0 comments on commit d27a5dc

Please sign in to comment.