fix responsive all page & add modal doctor id & page dashboard aside
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
function CalndarD() {
|
||||
return (
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
|
||||
<path d="M8 2V5" stroke="#616161" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<path d="M16 2V5" stroke="#616161" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<path d="M3.5 9.09H20.5" stroke="#616161" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<path d="M21 8.5V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5Z" stroke="#616161" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<path d="M15.6937 13.7H15.7027" stroke="#616161" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<path d="M15.6937 16.7H15.7027" stroke="#616161" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<path d="M11.9945 13.7H12.0035" stroke="#616161" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<path d="M11.9945 16.7H12.0035" stroke="#616161" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<path d="M8.29529 13.7H8.30427" stroke="#616161" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<path d="M8.29529 16.7H8.30427" stroke="#616161" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default CalndarD
|
||||
@@ -0,0 +1,12 @@
|
||||
function CardD() {
|
||||
return (
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
|
||||
<path d="M2 8.50496H22" stroke="#616161" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<path d="M6 16.505H8" stroke="#616161" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<path d="M10.5 16.505H14.5" stroke="#616161" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<path d="M6.44 3.50496H17.55C21.11 3.50496 22 4.38496 22 7.89496V16.105C22 19.615 21.11 20.495 17.56 20.495H6.44C2.89 20.505 2 19.625 2 16.115V7.89496C2 4.38496 2.89 3.50496 6.44 3.50496Z" stroke="#616161" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default CardD
|
||||
@@ -0,0 +1,10 @@
|
||||
function CopyBlueD() {
|
||||
return (
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<path d="M7.39967 15.1667H4.59967C1.99301 15.1667 0.833008 14.0067 0.833008 11.4V8.59999C0.833008 5.99333 1.99301 4.83333 4.59967 4.83333H7.39967C10.0063 4.83333 11.1663 5.99333 11.1663 8.59999V11.4C11.1663 14.0067 10.0063 15.1667 7.39967 15.1667ZM4.59967 5.83333C2.53301 5.83333 1.83301 6.53333 1.83301 8.59999V11.4C1.83301 13.4667 2.53301 14.1667 4.59967 14.1667H7.39967C9.46634 14.1667 10.1663 13.4667 10.1663 11.4V8.59999C10.1663 6.53333 9.46634 5.83333 7.39967 5.83333H4.59967Z" fill="#5559CE" />
|
||||
<path d="M11.3997 11.1667H10.6663C10.393 11.1667 10.1663 10.94 10.1663 10.6667V8.59999C10.1663 6.53333 9.46634 5.83333 7.39967 5.83333H5.33301C5.05967 5.83333 4.83301 5.60666 4.83301 5.33333V4.6C4.83301 1.99333 5.99301 0.833328 8.59967 0.833328H11.3997C14.0063 0.833328 15.1663 1.99333 15.1663 4.6V7.4C15.1663 10.0067 14.0063 11.1667 11.3997 11.1667ZM11.1663 10.1667H11.3997C13.4663 10.1667 14.1663 9.46666 14.1663 7.4V4.6C14.1663 2.53333 13.4663 1.83333 11.3997 1.83333H8.59967C6.53301 1.83333 5.83301 2.53333 5.83301 4.6V4.83333H7.39967C10.0063 4.83333 11.1663 5.99333 11.1663 8.59999V10.1667Z" fill="#5559CE" />
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default CopyBlueD
|
||||
@@ -0,0 +1,11 @@
|
||||
function EditLogin() {
|
||||
return (
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none">
|
||||
<path d="M11.0495 3.50002L4.2078 10.7417C3.94947 11.0167 3.69947 11.5584 3.64947 11.9334L3.34114 14.6334C3.2328 15.6084 3.9328 16.275 4.89947 16.1084L7.5828 15.65C7.9578 15.5834 8.4828 15.3084 8.74114 15.025L15.5828 7.78335C16.7661 6.53335 17.2995 5.10835 15.4578 3.36668C13.6245 1.64168 12.2328 2.25002 11.0495 3.50002Z" stroke="#FF8848" strokeWidth="2" strokeMiterlimit="10" strokeLinecap="round" strokeLinejoin="round" />
|
||||
<path d="M9.9082 4.7085C10.2665 7.0085 12.1332 8.76683 14.4499 9.00016" stroke="#FF8848" strokeWidth="2" strokeMiterlimit="10" strokeLinecap="round" strokeLinejoin="round" />
|
||||
<path d="M2.5 18.8335H17.5" stroke="#FF8848" strokeMiterlimit="10" strokeLinecap="round" strokeLinejoin="round" />
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default EditLogin
|
||||
@@ -0,0 +1,9 @@
|
||||
function LinkedingBlueD() {
|
||||
return (
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="14" viewBox="0 0 13 14" fill="none">
|
||||
<path d="M3.36472 2.21094C3.36721 2.52738 3.24504 2.83208 3.02464 3.05916C2.80424 3.28624 2.50331 3.41745 2.18694 3.42441C1.87122 3.41294 1.57199 3.28061 1.35108 3.05476C1.13017 2.82892 1.00449 2.52683 1 2.21094C1.01364 1.90309 1.1439 1.61196 1.36433 1.39663C1.58476 1.18129 1.87885 1.05789 2.18694 1.05145C2.49411 1.05801 2.78717 1.18173 3.00612 1.39727C3.22507 1.61282 3.35335 1.9039 3.36472 2.21094ZM1.1272 5.58049C1.1272 4.88315 1.57105 4.99205 2.18694 4.99205C2.80283 4.99205 3.23752 4.88315 3.23752 5.58049V12.3745C3.23752 13.081 2.79368 12.9364 2.18694 12.9364C1.5802 12.9364 1.1272 13.081 1.1272 12.3745V5.58049ZM5.0678 5.5814C5.0678 5.19155 5.2124 5.04604 5.43844 5.0012C5.66539 4.95544 6.44418 5.0012 6.71597 5.0012C6.98777 5.0012 7.09667 5.44504 7.08752 5.77999C7.31997 5.46805 7.62856 5.22096 7.98377 5.06233C8.33899 4.90371 8.72895 4.83887 9.11639 4.874C9.49685 4.85077 9.87795 4.90782 10.2349 5.04146C10.5919 5.1751 10.9168 5.38233 11.1885 5.6497C11.4602 5.91706 11.6726 6.23858 11.8119 6.59338C11.9512 6.94818 12.0144 7.32831 11.9973 7.7091V12.347C11.9973 13.0535 11.5626 12.9089 10.9458 12.9089C10.3299 12.9089 9.89517 13.0535 9.89517 12.347V8.724C9.91113 8.53756 9.88677 8.34987 9.82376 8.17367C9.76074 7.99748 9.66055 7.83691 9.52999 7.70287C9.39942 7.56884 9.24154 7.46446 9.06706 7.39685C8.89258 7.32924 8.70559 7.29996 8.5188 7.31102C8.33273 7.30612 8.14774 7.34082 7.9761 7.41284C7.80447 7.48486 7.6501 7.59254 7.52324 7.72875C7.39637 7.86496 7.29992 8.02658 7.24026 8.2029C7.1806 8.37921 7.15911 8.5662 7.1772 8.75145V12.3745C7.1772 13.081 6.73336 12.9364 6.11747 12.9364C5.50158 12.9364 5.06689 13.081 5.06689 12.3745V5.58049L5.0678 5.5814Z" stroke="#5559CE" stroke-linecap="round" stroke-linejoin="round" />
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default LinkedingBlueD
|
||||
@@ -0,0 +1,11 @@
|
||||
function LogoutD() {
|
||||
return (
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
|
||||
<path d="M17.4414 14.62L20.0014 12.06L17.4414 9.5" stroke="#616161" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<path d="M9.76172 12.06H19.9317" stroke="#616161" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<path d="M11.7617 20C7.34172 20 3.76172 17 3.76172 12C3.76172 7 7.34172 4 11.7617 4" stroke="#616161" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" />
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default LogoutD
|
||||
@@ -0,0 +1,10 @@
|
||||
function MessageD() {
|
||||
return (
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
|
||||
<path d="M22 6.25V11.35C22 12.62 21.58 13.69 20.83 14.43C20.09 15.18 19.02 15.6 17.75 15.6V17.41C17.75 18.09 16.99 18.5 16.43 18.12L15.46 17.48C15.55 17.17 15.59 16.83 15.59 16.47V12.4C15.59 10.36 14.23 9 12.19 9H5.39999C5.25999 9 5.13 9.01002 5 9.02002V6.25C5 3.7 6.7 2 9.25 2H17.75C20.3 2 22 3.7 22 6.25Z" stroke="#616161" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<path d="M15.59 12.4V16.47C15.59 16.83 15.55 17.17 15.46 17.48C15.09 18.95 13.87 19.87 12.19 19.87H9.47L6.45 21.88C6 22.19 5.39999 21.86 5.39999 21.32V19.87C4.37999 19.87 3.53 19.53 2.94 18.94C2.34 18.34 2 17.49 2 16.47V12.4C2 10.5 3.18 9.19002 5 9.02002C5.13 9.01002 5.25999 9 5.39999 9H12.19C14.23 9 15.59 10.36 15.59 12.4Z" stroke="#616161" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" />
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default MessageD
|
||||
@@ -0,0 +1,11 @@
|
||||
function NotificationD() {
|
||||
return (
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
|
||||
<path d="M12.0199 20.53C9.68987 20.53 7.35987 20.16 5.14987 19.42C4.30987 19.13 3.66987 18.54 3.38987 17.77C3.09987 17 3.19987 16.15 3.65987 15.39L4.80987 13.48C5.04987 13.08 5.26987 12.28 5.26987 11.81V8.92C5.26987 5.2 8.29987 2.17 12.0199 2.17C15.7399 2.17 18.7699 5.2 18.7699 8.92V11.81C18.7699 12.27 18.9899 13.08 19.2299 13.49L20.3699 15.39C20.7999 16.11 20.8799 16.98 20.5899 17.77C20.2999 18.56 19.6699 19.16 18.8799 19.42C16.6799 20.16 14.3499 20.53 12.0199 20.53ZM12.0199 3.67C9.12987 3.67 6.76987 6.02 6.76987 8.92V11.81C6.76987 12.54 6.46987 13.62 6.09987 14.25L4.94987 16.16C4.72987 16.53 4.66987 16.92 4.79987 17.25C4.91987 17.59 5.21987 17.85 5.62987 17.99C9.80987 19.39 14.2399 19.39 18.4199 17.99C18.7799 17.87 19.0599 17.6 19.1899 17.24C19.3199 16.88 19.2899 16.49 19.0899 16.16L17.9399 14.25C17.5599 13.6 17.2699 12.53 17.2699 11.8V8.92C17.2699 6.02 14.9199 3.67 12.0199 3.67Z" fill="#616161" />
|
||||
<path d="M13.8806 3.93999C13.8106 3.93999 13.7406 3.92999 13.6706 3.90999C13.3806 3.82999 13.1006 3.76999 12.8306 3.72999C11.9806 3.61999 11.1606 3.67999 10.3906 3.90999C10.1106 3.99999 9.8106 3.90999 9.6206 3.69999C9.4306 3.48999 9.3706 3.18999 9.4806 2.91999C9.8906 1.86999 10.8906 1.17999 12.0306 1.17999C13.1706 1.17999 14.1706 1.85999 14.5806 2.91999C14.6806 3.18999 14.6306 3.48999 14.4406 3.69999C14.2906 3.85999 14.0806 3.93999 13.8806 3.93999Z" fill="#616161" />
|
||||
<path d="M12.0195 22.81C11.0295 22.81 10.0695 22.41 9.36953 21.71C8.66953 21.01 8.26953 20.05 8.26953 19.06H9.76953C9.76953 19.65 10.0095 20.23 10.4295 20.65C10.8495 21.07 11.4295 21.31 12.0195 21.31C13.2595 21.31 14.2695 20.3 14.2695 19.06H15.7695C15.7695 21.13 14.0895 22.81 12.0195 22.81Z" fill="#616161" />
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default NotificationD
|
||||
@@ -0,0 +1,12 @@
|
||||
import React from 'react'
|
||||
|
||||
function ProfileD() {
|
||||
return (
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
|
||||
<path d="M12.1586 10.87C12.0586 10.86 11.9386 10.86 11.8286 10.87C9.44859 10.79 7.55859 8.84 7.55859 6.44C7.55859 3.99 9.53859 2 11.9986 2C14.4486 2 16.4386 3.99 16.4386 6.44C16.4286 8.84 14.5386 10.79 12.1586 10.87Z" stroke="#5559CE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<path d="M7.15875 14.56C4.73875 16.18 4.73875 18.82 7.15875 20.43C9.90875 22.27 14.4188 22.27 17.1688 20.43C19.5888 18.81 19.5888 16.17 17.1688 14.56C14.4288 12.73 9.91875 12.73 7.15875 14.56Z" stroke="#5559CE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default ProfileD
|
||||
@@ -0,0 +1,11 @@
|
||||
function RetryLogin() {
|
||||
return (
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
|
||||
<path d="M7.59206 4.23333C8.31706 4.01667 9.11706 3.875 10.0004 3.875C13.9921 3.875 17.2254 7.10833 17.2254 11.1C17.2254 15.0917 13.9921 18.325 10.0004 18.325C6.00872 18.325 2.77539 15.0917 2.77539 11.1C2.77539 9.61667 3.22539 8.23333 3.99206 7.08333" stroke="#FF8848" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
|
||||
<path d="M6.55859 4.43317L8.96693 1.6665" stroke="#FF8848" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
|
||||
<path d="M6.55859 4.43311L9.36693 6.48311" stroke="#FF8848" strokeLinecap="round" strokeLinejoin="round" />
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default RetryLogin
|
||||
@@ -0,0 +1,9 @@
|
||||
function TelegramBlueD() {
|
||||
return (
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="12" viewBox="0 0 13 12" fill="none">
|
||||
<path d="M12.5 0.857147L0.5 5.14286L3.92857 6.85715L9.07143 3.42858L5.64286 7.71429L10.7857 11.1429L12.5 0.857147Z" stroke="#5559CE" stroke-linejoin="round" />
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default TelegramBlueD
|
||||
@@ -0,0 +1,9 @@
|
||||
function WhatsappBlueD() {
|
||||
return (
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none">
|
||||
<path d="M13.2005 3.27335C12.5893 2.65597 11.8613 2.16646 11.0589 1.83339C10.2566 1.50031 9.39593 1.33033 8.52719 1.33335C4.88719 1.33335 1.92052 4.30002 1.92052 7.94002C1.92052 9.10669 2.22719 10.24 2.80052 11.24L1.86719 14.6667L5.36719 13.7467C6.33385 14.2734 7.42052 14.5534 8.52719 14.5534C12.1672 14.5534 15.1339 11.5867 15.1339 7.94669C15.1339 6.18002 14.4472 4.52002 13.2005 3.27335ZM8.52719 13.4334C7.54052 13.4334 6.57385 13.1667 5.72719 12.6667L5.52719 12.5467L3.44719 13.0934L4.00052 11.0667L3.86719 10.86C3.31902 9.98466 3.02795 8.97285 3.02719 7.94002C3.02719 4.91335 5.49385 2.44669 8.52052 2.44669C9.98719 2.44669 11.3672 3.02002 12.4005 4.06002C12.9122 4.56933 13.3177 5.17513 13.5935 5.8423C13.8692 6.50948 14.0099 7.22476 14.0072 7.94669C14.0205 10.9734 11.5539 13.4334 8.52719 13.4334ZM11.5405 9.32668C11.3739 9.24669 10.5605 8.84669 10.4139 8.78669C10.2605 8.73335 10.1539 8.70669 10.0405 8.86669C9.92719 9.03335 9.61385 9.40669 9.52052 9.51335C9.42719 9.62669 9.32719 9.64002 9.16052 9.55335C8.99385 9.47335 8.46052 9.29335 7.83385 8.73335C7.34052 8.29335 7.01385 7.75335 6.91385 7.58669C6.82052 7.42002 6.90052 7.33335 6.98719 7.24669C7.06052 7.17335 7.15385 7.05335 7.23385 6.96002C7.31385 6.86668 7.34719 6.79335 7.40052 6.68669C7.45385 6.57335 7.42719 6.48002 7.38719 6.40002C7.34719 6.32002 7.01385 5.50669 6.88052 5.17335C6.74719 4.85335 6.60719 4.89335 6.50719 4.88669H6.18719C6.07385 4.88669 5.90052 4.92669 5.74719 5.09335C5.60052 5.26002 5.17385 5.66002 5.17385 6.47335C5.17385 7.28669 5.76719 8.07335 5.84719 8.18002C5.92719 8.29335 7.01385 9.96002 8.66719 10.6734C9.06052 10.8467 9.36719 10.9467 9.60719 11.02C10.0005 11.1467 10.3605 11.1267 10.6472 11.0867C10.9672 11.04 11.6272 10.6867 11.7605 10.3C11.9005 9.91335 11.9005 9.58669 11.8539 9.51335C11.8072 9.44002 11.7072 9.40668 11.5405 9.32668Z" fill="#5559CE" />
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
export default WhatsappBlueD
|
||||
Reference in New Issue
Block a user