Finished styling the Contact component
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
export const EmailIcon = (props: React.SVGProps<SVGSVGElement>) => (
|
||||
<svg
|
||||
width="30"
|
||||
height="31"
|
||||
viewBox="0 0 30 31"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
{...props}
|
||||
>
|
||||
<path
|
||||
d="M24.5077 4.43604C21.9419 4.43604 19.7814 6.20463 19.1812 8.58676H2.19469C1.62064 8.58676 1.07824 8.80678 0.666211 9.20657L0.664922 9.2078L0.660762 9.21178C0.234668 9.62827 0 10.1857 0 10.7814V24.9747C0 25.5792 0.253008 26.1627 0.693984 26.5756L0.696621 26.5781C1.10455 26.9594 1.63652 27.1694 2.19469 27.1694H22.899C23.4554 27.1694 23.9858 26.9608 24.393 26.5819C24.396 26.5793 24.3988 26.5766 24.4017 26.5738C24.8415 26.1607 25.0936 25.5782 25.0936 24.9747V15.3896C27.8477 15.0962 30 12.7589 30 9.92833C30 6.89991 27.5362 4.43604 24.5077 4.43604ZM2.19469 9.75864H19.0181C19.0164 9.815 19.0155 9.87155 19.0155 9.92833C19.0155 10.9777 19.3113 11.9592 19.8239 12.794L12.9298 19.3109H12.1639L2.06695 9.76649C2.10902 9.76127 2.15168 9.75864 2.19469 9.75864ZM1.17188 10.7814C1.17188 10.7047 1.18025 10.6294 1.19654 10.5564L9.40494 18.3156L1.21734 25.2775C1.18764 25.1809 1.17188 25.0793 1.17188 24.9747V10.7814ZM22.899 25.9975H2.19469C2.18988 25.9975 2.1852 25.9969 2.18045 25.9968L10.2616 19.1254L11.5283 20.3227C11.6371 20.4256 11.7812 20.4828 11.9309 20.4828H13.1629C13.3126 20.4828 13.4566 20.4255 13.5654 20.3227L14.8321 19.1254L22.9139 25.9974C22.9089 25.9974 22.9039 25.9975 22.899 25.9975ZM23.9218 24.9747C23.9218 25.0793 23.9064 25.1811 23.8766 25.2777L15.6887 18.3155L20.5437 13.7262C21.4169 14.6372 22.6 15.2488 23.9218 15.3896V24.9747ZM24.5077 14.2488C22.1254 14.2488 20.1873 12.3106 20.1873 9.92833C20.1873 7.54602 22.1254 5.60792 24.5077 5.60792C26.89 5.60792 28.8281 7.54602 28.8281 9.92833C28.8281 12.3106 26.89 14.2488 24.5077 14.2488Z"
|
||||
fill="currentColor"
|
||||
/>
|
||||
<path
|
||||
d="M24.7045 8.05176H24.0781C23.7545 8.05176 23.4922 8.31415 23.4922 8.6377C23.4922 8.96125 23.7545 9.22364 24.0781 9.22364H24.1186V11.5669C24.1186 11.8904 24.3809 12.1528 24.7045 12.1528C25.0281 12.1528 25.2904 11.8904 25.2904 11.5669V8.6377C25.2904 8.31409 25.0281 8.05176 24.7045 8.05176Z"
|
||||
fill="currentColor"
|
||||
/>
|
||||
</svg>
|
||||
);
|
||||
Reference in New Issue
Block a user