design page general and office information & head panel

This commit is contained in:
Ehsan
2024-09-11 04:17:39 +03:30
parent 62b355e52f
commit d75e3c82b7
33 changed files with 588 additions and 37 deletions
+10
View File
@@ -0,0 +1,10 @@
function ProfilePA() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none">
<path d="M9.99992 10.4998C12.3011 10.4998 14.1666 8.63436 14.1666 6.33317C14.1666 4.03198 12.3011 2.1665 9.99992 2.1665C7.69873 2.1665 5.83325 4.03198 5.83325 6.33317C5.83325 8.63436 7.69873 10.4998 9.99992 10.4998Z" stroke="#7E7E7E" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" />
<path d="M17.1582 18.8333C17.1582 15.6083 13.9499 13 9.99988 13C6.04988 13 2.84155 15.6083 2.84155 18.8333" stroke="#7E7E7E" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" />
</svg>
)
}
export default ProfilePA