Files
pasargad/src/components/uikit/icons/emailIcon.tsx
T
zahravaziri 9dfbb3f031 404 page
2025-06-07 16:27:10 +03:30

20 lines
2.1 KiB
TypeScript

export const EmailIcon = (props: React.SVGProps<SVGSVGElement>) => (
<svg
width="24"
height="25"
viewBox="0 0 24 25"
fill="none"
xmlns="http://www.w3.org/2000/svg"
{...props}
>
<path
d="M19.6062 3.70898C17.5535 3.70898 15.8251 5.12386 15.345 7.02956H1.75575C1.29651 7.02956 0.862592 7.20558 0.532969 7.52541L0.531938 7.52639L0.52861 7.52958C0.187734 7.86277 0 8.30874 0 8.78531V20.1399C0 20.6235 0.202406 21.0903 0.555187 21.4206L0.557297 21.4226C0.88364 21.7277 1.30922 21.8957 1.75575 21.8957H18.3192C18.7643 21.8957 19.1886 21.7288 19.5144 21.4257C19.5168 21.4236 19.519 21.4214 19.5214 21.4192C19.8732 21.0887 20.0749 20.6227 20.0749 20.1399V12.4718C22.2782 12.2371 24 10.3673 24 8.10282C24 5.68008 22.029 3.70898 19.6062 3.70898ZM1.75575 7.96706H15.2145C15.2131 8.01216 15.2124 8.05739 15.2124 8.10282C15.2124 8.9423 15.449 9.72754 15.8591 10.3954L10.3438 15.6089H9.73112L1.65356 7.97334C1.68722 7.96917 1.72134 7.96706 1.75575 7.96706ZM0.937504 8.78531C0.937504 8.72395 0.9442 8.66367 0.957232 8.60526L7.52395 14.8126L0.973872 20.3822C0.950112 20.3049 0.937504 20.2236 0.937504 20.1399V8.78531ZM18.3192 20.9582H1.75575C1.7519 20.9582 1.74816 20.9577 1.74436 20.9576L8.20928 15.4605L9.22264 16.4183C9.30968 16.5006 9.42496 16.5464 9.54472 16.5464H10.5303C10.6501 16.5464 10.7653 16.5006 10.8523 16.4183L11.8657 15.4605L18.3311 20.9581C18.3271 20.9581 18.3231 20.9582 18.3192 20.9582ZM19.1374 20.1399C19.1374 20.2236 19.1251 20.305 19.1013 20.3823L12.551 14.8126L16.435 11.1411C17.1335 11.8699 18.08 12.3592 19.1374 12.4718V20.1399ZM19.6062 11.5592C17.7003 11.5592 16.1498 10.0087 16.1498 8.10282C16.1498 6.19697 17.7003 4.64649 19.6062 4.64649C21.512 4.64649 23.0625 6.19697 23.0625 8.10282C23.0625 10.0087 21.512 11.5592 19.6062 11.5592Z"
fill="currentColor"
/>
<path
d="M19.7638 6.60156H19.2627C19.0038 6.60156 18.7939 6.81147 18.7939 7.07031C18.7939 7.32915 19.0038 7.53907 19.2627 7.53907H19.2951V9.41364C19.2951 9.67249 19.5049 9.88239 19.7638 9.88239C20.0227 9.88239 20.2325 9.67249 20.2325 9.41364V7.07031C20.2325 6.81143 20.0227 6.60156 19.7638 6.60156Z"
fill="currentColor"
/>
</svg>
);