design dashboard comments & messages & modals

This commit is contained in:
Ehsan
2024-09-04 03:00:36 +03:30
parent bc47663002
commit 52a745fcb8
34 changed files with 669 additions and 128 deletions
+10
View File
@@ -0,0 +1,10 @@
function TicketD() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
<path d="M16.2513 10.4167C16.2513 9.26668 17.1846 8.33334 18.3346 8.33334V7.50001C18.3346 4.16668 17.5013 3.33334 14.168 3.33334H5.83464C2.5013 3.33334 1.66797 4.16668 1.66797 7.50001V7.91668C2.81797 7.91668 3.7513 8.85001 3.7513 10C3.7513 11.15 2.81797 12.0833 1.66797 12.0833V12.5C1.66797 15.8333 2.5013 16.6667 5.83464 16.6667H14.168C17.5013 16.6667 18.3346 15.8333 18.3346 12.5C17.1846 12.5 16.2513 11.5667 16.2513 10.4167Z" stroke="#616161" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
<path d="M8.33203 3.33334L8.33203 16.6667" stroke="#616161" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="5 5" />
</svg>
)
}
export default TicketD