design head and search page turns

This commit is contained in:
Ehsan
2024-09-12 02:40:03 +03:30
parent 55e32c63ae
commit a1571bbb62
7 changed files with 120 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
function ArrowBottomP() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
<path d="M16.6004 7.45801L11.1671 12.8913C10.5254 13.533 9.47539 13.533 8.83372 12.8913L3.40039 7.45801" stroke="#5559CE" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" />
</svg>
)
}
export default ArrowBottomP