design box filter and search

This commit is contained in:
Ehsan
2024-06-25 11:38:05 +03:30
parent 4c0d308302
commit 791e7c223a
4 changed files with 54 additions and 14 deletions
+9
View File
@@ -0,0 +1,9 @@
function ArrowBottomD() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none">
<path d="M20.75 8.95L13.9583 15.47C13.1562 16.24 11.8438 16.24 11.0417 15.47L4.25 8.95" stroke="#525252" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" />
</svg>
)
}
export default ArrowBottomD