Timothy Jaeryang Baek 3 luni în urmă
părinte
comite
aa13a7caf9
1 a modificat fișierele cu 6 adăugiri și 5 ștergeri
  1. 6 5
      src/lib/components/icons/Search.svelte

+ 6 - 5
src/lib/components/icons/Search.svelte

@@ -5,14 +5,15 @@
 
 <svg
 	xmlns="http://www.w3.org/2000/svg"
-	viewBox="0 0 20 20"
+	fill="none"
+	viewBox="0 0 24 24"
 	stroke-width={strokeWidth}
-	fill="currentColor"
+	stroke="currentColor"
 	class={className}
 >
 	<path
-		fill-rule="evenodd"
-		d="M9 3.5a5.5 5.5 0 100 11 5.5 5.5 0 000-11zM2 9a7 7 0 1112.452 4.391l3.328 3.329a.75.75 0 11-1.06 1.06l-3.329-3.328A7 7 0 012 9z"
-		clip-rule="evenodd"
+		stroke-linecap="round"
+		stroke-linejoin="round"
+		d="m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z"
 	/>
 </svg>