fix console bug & change property icons

This commit is contained in:
Ehsan
2024-06-25 12:26:02 +03:30
parent a39805d315
commit f641472ade
17 changed files with 42 additions and 36 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
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" />
<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" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" />
<path d="M18.3334 18.3333L16.6667 16.6667" stroke="#EFEFEF" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" />
</svg>
)
}