forked from muhamadzolfaghari/ladder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNotifactionIconBottomActive.tsx
18 lines (17 loc) · 1.36 KB
/
NotifactionIconBottomActive.tsx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
const NotifactionIconBottomActive = () => {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width="25"
height="24"
viewBox="0 0 25 24"
fill="none"
>
<path
d="M21.0436 16.4944C20.5233 15.5981 19.7499 13.0622 19.7499 9.75C19.7499 7.76088 18.9597 5.85322 17.5532 4.4467C16.1467 3.04018 14.239 2.25 12.2499 2.25C10.2608 2.25 8.35311 3.04018 6.94659 4.4467C5.54007 5.85322 4.74989 7.76088 4.74989 9.75C4.74989 13.0631 3.97551 15.5981 3.4552 16.4944C3.32233 16.7222 3.25189 16.9811 3.25099 17.2449C3.25008 17.5086 3.31874 17.768 3.45005 17.9967C3.58135 18.2255 3.77065 18.4156 3.99886 18.5478C4.22708 18.6801 4.48613 18.7498 4.74989 18.75H8.57583C8.74886 19.5967 9.20904 20.3577 9.87852 20.9042C10.548 21.4507 11.3857 21.7492 12.2499 21.7492C13.1141 21.7492 13.9518 21.4507 14.6213 20.9042C15.2907 20.3577 15.7509 19.5967 15.924 18.75H19.7499C20.0136 18.7496 20.2725 18.6798 20.5006 18.5475C20.7287 18.4151 20.9178 18.225 21.049 17.9963C21.1802 17.7676 21.2488 17.5083 21.2479 17.2446C21.2469 16.9809 21.1765 16.7222 21.0436 16.4944ZM12.2499 20.25C11.7847 20.2499 11.331 20.1055 10.9513 19.8369C10.5715 19.5683 10.2843 19.1886 10.1293 18.75H14.3705C14.2155 19.1886 13.9283 19.5683 13.5485 19.8369C13.1688 20.1055 12.7151 20.2499 12.2499 20.25Z"
fill="#181D17"
/>
</svg>
);
};
export default NotifactionIconBottomActive;