page clinics & page clinic item head and tabs about

This commit is contained in:
Ehsan
2024-08-12 06:31:40 +03:30
parent 697bde2f5d
commit f5ce58ef90
37 changed files with 1643 additions and 51 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
function SortD() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none">
<path d="M3.125 7H21.875" stroke="#525252" stroke-width="1.5" stroke-linecap="round" />
<path d="M6.25 12H18.75" stroke="#525252" stroke-width="1.5" stroke-linecap="round" />
<path d="M10.417 17H14.5837" stroke="#525252" stroke-width="1.5" stroke-linecap="round" />
<path d="M3.125 7H21.875" stroke="#525252" strokeWidth="1.5" strokeLinecap="round" />
<path d="M6.25 12H18.75" stroke="#525252" strokeWidth="1.5" strokeLinecap="round" />
<path d="M10.417 17H14.5837" stroke="#525252" strokeWidth="1.5" strokeLinecap="round" />
</svg>
)
}