design title and footer and change mui

This commit is contained in:
Ehsan
2024-05-17 22:02:50 +03:30
parent ae1c7dd70c
commit 23d9ebadc5
17 changed files with 296 additions and 34 deletions
+10
View File
@@ -0,0 +1,10 @@
function Search() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
<path d="M9.58341 17.5C13.9557 17.5 17.5001 13.9556 17.5001 9.58333C17.5001 5.21108 13.9557 1.66667 9.58341 1.66667C5.21116 1.66667 1.66675 5.21108 1.66675 9.58333C1.66675 13.9556 5.21116 17.5 9.58341 17.5Z" stroke="#EFEFEF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
<path d="M18.3334 18.3333L16.6667 16.6667" stroke="#EFEFEF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
</svg>
)
}
export default Search