-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: creat ability page, also create feaute section
- Loading branch information
Showing
15 changed files
with
341 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import { ReactNode } from "react"; | ||
|
||
export type ImageT = { | ||
src: string; | ||
alt: string; | ||
}; | ||
|
||
export type TitleDescriptionT = { | ||
title: string | ReactNode; | ||
description: string | ReactNode; | ||
title: string; | ||
description: string; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
import { IconProps } from "@/@types/iconProps"; | ||
|
||
export const BoostIcon = ({ ...props }: IconProps) => { | ||
return ( | ||
<svg | ||
width="22" | ||
height="22" | ||
viewBox="0 0 22 22" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
{...props} | ||
> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M18.4983 0.0454316C16.2968 0.221432 14.1027 0.810275 12.3737 1.68912C9.75194 3.02175 7.17815 5.53804 5.5618 8.34876L5.26978 8.85656L9.20391 12.7907L13.1381 16.7248L13.5838 16.4764C15.8905 15.1907 18.1847 13.0371 19.6474 10.7844C21.2062 8.38356 22.0532 5.13293 21.993 1.7824C21.9788 0.996803 21.969 0.904592 21.8791 0.708182C21.7543 0.435373 21.605 0.278537 21.3342 0.135537C21.1199 0.0223144 21.117 0.0220566 20.0452 0.0148378C19.4544 0.0108847 18.7583 0.0246347 18.4983 0.0454316ZM14.662 3.74242C14.0227 3.81598 13.3776 4.12291 12.8803 4.59015C10.824 6.52233 12.0771 9.97392 14.8907 10.1277C15.8812 10.1818 16.7301 9.83805 17.4219 9.10264C17.9954 8.49296 18.275 7.77353 18.2712 6.91717C18.2626 4.97223 16.6097 3.51829 14.662 3.74242ZM14.6311 5.04463C14.0624 5.18694 13.5918 5.56554 13.3332 6.08873C13.1912 6.37606 13.1718 6.4553 13.1562 6.81198C13.1421 7.13403 13.1567 7.27174 13.2304 7.5146C13.4061 8.09288 13.8898 8.57383 14.4907 8.7677C14.9245 8.90765 15.4688 8.8765 15.8697 8.68877C16.2383 8.5162 16.6527 8.11294 16.8144 7.76954C17.3428 6.64728 16.7118 5.33351 15.5082 5.04979C15.1815 4.97279 14.9244 4.97128 14.6311 5.04463ZM4.50872 6.01452C4.02244 6.05517 3.54991 6.10239 3.45865 6.11954C3.21682 6.16487 2.84003 6.3679 2.64448 6.55816C2.4228 6.77387 0.138409 10.2263 0.0546203 10.4723C-0.13036 11.0151 0.168573 11.6708 0.707058 11.9031C0.887097 11.9808 2.69019 12.2767 2.73153 12.2354C2.74438 12.2226 2.80393 11.9923 2.86387 11.7238C3.23637 10.0555 4.11018 8.11208 5.21817 6.48748C5.38743 6.23933 5.54061 6.01216 5.55857 5.9826C5.59699 5.91952 5.67455 5.91715 4.50872 6.01452ZM4.66362 10.215C4.50915 10.6098 4.23922 11.474 4.12342 11.9445C3.95103 12.6449 3.92658 13.1636 4.05458 13.4054C4.16424 13.6126 8.31111 17.7663 8.55105 17.9093C8.83619 18.0793 9.31327 18.0644 10.1194 17.8605C10.6823 17.7181 11.7893 17.3573 11.8501 17.2964C11.8771 17.2695 4.77452 10.1398 4.72077 10.1398C4.70551 10.1398 4.67982 10.1736 4.66362 10.215ZM2.44948 14.8219C2.36677 14.8662 1.80375 15.4019 1.19828 16.0123C0.359183 16.8584 0.0849132 17.1612 0.0446085 17.2862C-0.118802 17.7929 0.387972 18.2734 0.889073 18.087C1.02653 18.0359 3.23882 15.8519 3.33318 15.6742C3.36708 15.6103 3.3948 15.4731 3.3948 15.369C3.3948 14.8929 2.87668 14.593 2.44948 14.8219ZM15.5747 16.7397C13.9101 17.8802 11.9731 18.7541 10.254 19.1401C9.99712 19.1978 9.77682 19.2552 9.76444 19.2675C9.72302 19.309 10.0184 21.116 10.0954 21.2924C10.3318 21.8337 10.9844 22.1298 11.5307 21.9437C11.7798 21.8588 15.2676 19.5495 15.4592 19.3427C15.6138 19.1757 15.8235 18.7941 15.8727 18.5905C15.9012 18.4725 16.0713 16.4437 16.0542 16.4258C16.0495 16.421 15.8337 16.5622 15.5747 16.7397ZM4.40456 16.7327C4.33366 16.7647 3.3248 17.7452 2.16267 18.9117C-0.120091 21.2029 -0.0530165 21.1216 0.0190421 21.5057C0.0559523 21.7026 0.296878 21.9435 0.493761 21.9804C0.877816 22.0525 0.796605 22.1196 3.08787 19.8368C4.30071 18.6284 5.23429 17.6646 5.26853 17.5855C5.51126 17.025 4.96062 16.4814 4.40456 16.7327ZM6.29519 18.6864C6.08391 18.8198 3.96125 20.9792 3.91244 21.1104C3.7755 21.4785 4.01771 21.908 4.40301 21.9802C4.71467 22.0387 4.81345 21.9652 5.98719 20.8012C6.59769 20.1957 7.13428 19.6286 7.17957 19.541C7.40443 19.1059 7.10566 18.6045 6.62184 18.6048C6.50204 18.6049 6.3733 18.6371 6.29519 18.6864Z" | ||
fill="url(#paint0_linear_222_1816)" | ||
/> | ||
<defs> | ||
<linearGradient | ||
id="paint0_linear_222_1816" | ||
x1="10.9951" | ||
y1="22.0052" | ||
x2="10.9951" | ||
y2="0.0141602" | ||
gradientUnits="userSpaceOnUse" | ||
> | ||
<stop stopColor="#D8ECF8" /> | ||
<stop offset="1" stopColor="#98C0EF" /> | ||
</linearGradient> | ||
</defs> | ||
</svg> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
import { IconProps } from "@/@types/iconProps"; | ||
|
||
export const FastIcon = ({ ...props }: IconProps) => { | ||
return ( | ||
<svg | ||
width="22" | ||
height="22" | ||
viewBox="0 0 22 22" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
{...props} | ||
> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M8.85887 2.05905C8.796 2.09005 8.71558 2.15629 8.68013 2.20627C8.64471 2.25629 7.82086 4.52275 6.84941 7.2429C4.93562 12.6016 5.01695 12.3402 5.1889 12.5817C5.34883 12.8063 5.24219 12.7981 8.02322 12.7981H10.5457L9.90597 16.0111C9.48025 18.1492 9.27104 19.2725 9.28051 19.3689C9.3176 19.7457 9.75965 19.9583 10.0755 19.7513C10.1594 19.6963 17.1326 9.89941 17.2375 9.68915C17.3049 9.55388 17.2761 9.31739 17.1749 9.17515C17.0234 8.96241 17.0781 8.96694 14.6514 8.96694C13.4344 8.96694 12.4387 8.95893 12.4387 8.9491C12.4387 8.93932 13.21 7.53264 14.1526 5.8232C15.822 2.796 15.8666 2.71015 15.8679 2.52357C15.869 2.37965 15.85 2.30491 15.7917 2.2231C15.6246 1.98887 15.8207 2.00106 12.2244 2.00193C9.30078 2.00263 8.96165 2.00841 8.85887 2.05905ZM17.5063 2.06595C17.4488 2.10144 17.3766 2.16016 17.3459 2.19642C17.3151 2.23267 16.8461 3.06951 16.3037 4.05604C15.4049 5.69067 15.3174 5.86444 15.3168 6.01532C15.3148 6.48526 15.9044 6.70302 16.2211 6.34936C16.3286 6.22931 18.2405 2.73258 18.2628 2.61503C18.3417 2.20115 17.857 1.84935 17.5063 2.06595ZM5.48878 5.20063C5.43051 5.23619 5.35876 5.30271 5.3294 5.34851C5.22874 5.50538 3 11.8048 3 11.9324C3 12.0711 3.10543 12.2487 3.25237 12.3575C3.38263 12.4541 3.66175 12.4546 3.79034 12.3586C3.84178 12.3202 3.91207 12.2506 3.94662 12.2039C3.98113 12.1572 4.51966 10.6927 5.14334 8.94952C6.19685 6.00494 6.27633 5.76671 6.26358 5.59162C6.25136 5.42364 6.23429 5.38864 6.10651 5.26945C5.97764 5.14926 5.94455 5.13574 5.77897 5.13588C5.66104 5.13595 5.55663 5.15925 5.48878 5.20063ZM17.9132 10.6823C17.795 10.7466 17.6474 10.9316 17.0899 11.7143C16.6546 12.3254 16.4026 12.7106 16.3883 12.7867C16.3552 12.9634 16.457 13.1987 16.6121 13.3041C16.7803 13.4184 17.0145 13.4213 17.1781 13.3111C17.2979 13.2303 18.5279 11.5565 18.6228 11.3451C18.7368 11.091 18.6287 10.7954 18.377 10.6736C18.1916 10.5838 18.0905 10.5857 17.9132 10.6823ZM8.3992 13.904C8.1665 14.0209 8.15957 14.0444 7.74263 16.1294C7.52868 17.1993 7.35363 18.139 7.35363 18.2176C7.35363 18.4825 7.59768 18.7189 7.87133 18.719C8.04843 18.7191 8.24811 18.5902 8.3264 18.4253C8.38662 18.2984 9.16491 14.5156 9.16477 14.3503C9.1647 14.2124 9.02678 13.9959 8.89008 13.9191C8.72666 13.8272 8.56206 13.8222 8.3992 13.904ZM14.603 15.2988C14.5109 15.3445 14.2136 15.7462 13.2062 17.186C12.5023 18.192 11.9085 19.0493 11.8865 19.0912C11.8645 19.133 11.8466 19.2365 11.8466 19.3211C11.8466 19.5974 12.085 19.8334 12.3643 19.8335C12.6284 19.8337 12.6728 19.782 13.8506 18.1013C15.4835 15.7712 15.3643 15.9555 15.3643 15.7611C15.3643 15.3664 14.9605 15.1211 14.603 15.2988Z" | ||
fill="url(#paint0_linear_222_1803)" | ||
/> | ||
<defs> | ||
<linearGradient | ||
id="paint0_linear_222_1803" | ||
x1="10.8341" | ||
y1="19.8335" | ||
x2="10.8341" | ||
y2="2" | ||
gradientUnits="userSpaceOnUse" | ||
> | ||
<stop stopColor="#D8ECF8" /> | ||
<stop offset="1" stopColor="#98C0EF" /> | ||
</linearGradient> | ||
</defs> | ||
</svg> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
import { IconProps } from "@/@types/iconProps"; | ||
|
||
export const InfinityIcon = ({ ...props }: IconProps) => { | ||
return ( | ||
<svg | ||
{...props} | ||
width="22" | ||
height="22" | ||
viewBox="0 0 22 22" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M15.8873 6.4673C15.4729 6.54589 14.9647 6.73925 14.6176 6.9504C14.4723 7.03883 13.6134 7.70978 12.7091 8.44137C11.8047 9.17295 11.0357 9.77168 11.0003 9.77185C10.9648 9.77203 10.2107 9.1919 9.32449 8.48266C7.53291 7.04892 7.41647 6.96299 7.02463 6.78531C6.47536 6.53626 6.13974 6.46811 5.47879 6.47138C4.95294 6.474 4.82854 6.48908 4.49051 6.59122C3.26697 6.96084 2.35771 7.86928 1.97013 9.10923C1.87221 9.42256 1.86942 9.47502 1.86942 10.9999V12.5682L2.01126 12.9764C2.35483 13.9651 2.97878 14.6787 3.888 15.1227C4.40612 15.3756 4.7402 15.4649 5.29454 15.4986C6.12092 15.5487 6.97565 15.3035 7.62633 14.8295C7.74402 14.7438 8.54534 14.1172 9.40712 13.4369C10.2689 12.7567 10.9984 12.2096 11.0282 12.221C11.0582 12.2325 11.8095 12.8239 12.698 13.5354C14.4804 14.9626 14.683 15.107 15.1631 15.2922C16.9155 15.9679 18.8909 15.2296 19.7398 13.5815C20.1234 12.8367 20.1311 12.7854 20.1311 10.9999C20.1311 9.22387 20.1246 9.17523 19.7935 8.48619C19.334 7.5297 18.4493 6.80043 17.4241 6.53304C16.967 6.41385 16.3159 6.38596 15.8873 6.4673ZM5.02298 8.35509C4.3289 8.54651 3.80073 9.14928 3.69675 9.86866C3.67342 10.03 3.65434 10.539 3.65434 10.9999C3.65434 11.4607 3.67342 11.9697 3.69675 12.1311C3.87666 13.3756 5.22235 14.0746 6.33817 13.503C6.54897 13.3951 9.47488 11.0601 9.47488 10.9999C9.47488 10.9396 6.54897 8.60461 6.33817 8.49667C5.95024 8.29794 5.43234 8.24221 5.02298 8.35509ZM16.0276 8.35431C15.9213 8.38392 15.7569 8.44786 15.6624 8.49641C15.4542 8.60336 12.5257 10.9393 12.5257 10.9984C12.5257 11.0844 15.4004 13.317 15.7174 13.4772C16.4207 13.8326 17.2574 13.6818 17.8128 13.0996C18.0896 12.8094 18.2394 12.5087 18.3024 12.117C18.3591 11.7644 18.36 10.2575 18.3038 9.86866C18.1476 8.78804 17.0627 8.06629 16.0276 8.35431Z" | ||
fill="url(#paint0_linear_222_1792)" | ||
/> | ||
<defs> | ||
<linearGradient | ||
id="paint0_linear_222_1792" | ||
x1="11.0003" | ||
y1="15.5417" | ||
x2="11.0003" | ||
y2="6.4209" | ||
gradientUnits="userSpaceOnUse" | ||
> | ||
<stop stopColor="#D8ECF8" /> | ||
<stop offset="1" stopColor="#98C0EF" /> | ||
</linearGradient> | ||
</defs> | ||
</svg> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
import { IconProps } from "@/@types/iconProps"; | ||
|
||
export const LightingIcons = ({ ...props }: IconProps) => { | ||
return ( | ||
<svg | ||
width="22" | ||
height="22" | ||
viewBox="0 0 22 22" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
{...props} | ||
> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M0.787452 5.34796C0.621464 5.42015 0.558472 5.52882 0.558472 5.74284C0.558472 5.90024 0.636976 5.98386 3.10355 8.45271L5.64859 11.0002L3.10355 13.5476C0.636976 16.0165 0.558472 16.1001 0.558472 16.2575C0.558472 16.6791 0.671136 16.715 1.99376 16.715C2.61955 16.715 3.09401 16.6968 3.16603 16.6701C3.30598 16.6181 8.60918 11.3415 8.70732 11.1566C8.74677 11.0823 8.76164 10.9891 8.74496 10.9203C8.71437 10.7943 3.41336 5.45268 3.21394 5.34684C3.04903 5.2594 0.98889 5.2603 0.787452 5.34796ZM7.13269 5.34001C6.97182 5.42002 6.86113 5.6725 6.91883 5.82779C6.945 5.89818 8.05016 7.03762 9.48708 8.47574L12.0094 11.0002L9.48708 13.5246C8.05016 14.9627 6.945 16.1021 6.91883 16.1725C6.86113 16.3278 6.97182 16.5803 7.13269 16.6603C7.29507 16.741 9.36341 16.7364 9.55106 16.6549C9.63064 16.6203 10.8337 15.4483 12.3856 13.8934L15.0819 11.1919V11.0002V10.8084L12.3856 8.10694C10.8337 6.55199 9.63064 5.37997 9.55106 5.34538C9.36341 5.26387 7.29507 5.25927 7.13269 5.34001ZM13.535 5.31466C13.3177 5.3975 13.1871 5.67126 13.2788 5.85211C13.3065 5.90668 14.463 7.08734 15.8489 8.47574L18.3688 11.0002L15.8489 13.5246C14.463 14.913 13.3065 16.0936 13.2788 16.1482C13.2113 16.2814 13.2579 16.467 13.3903 16.5914C13.4979 16.6926 13.5086 16.6936 14.6019 16.7071C15.2816 16.7154 15.7627 16.7035 15.8553 16.676C15.9715 16.6415 16.6244 16.0122 18.7235 13.9116L21.4413 11.1919V11.0001V10.8082L18.6916 8.05748L15.942 5.3068L14.7707 5.29846C14.1265 5.29386 13.5705 5.30117 13.535 5.31466Z" | ||
fill="url(#paint0_linear_222_1809)" | ||
/> | ||
<defs> | ||
<linearGradient | ||
id="paint0_linear_222_1809" | ||
x1="10.9999" | ||
y1="16.7185" | ||
x2="10.9999" | ||
y2="5.28174" | ||
gradientUnits="userSpaceOnUse" | ||
> | ||
<stop stopColor="#D8ECF8" /> | ||
<stop offset="1" stopColor="#98C0EF" /> | ||
</linearGradient> | ||
</defs> | ||
</svg> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
import { IconProps } from "@/@types/iconProps"; | ||
|
||
export const RecordsIcon = ({ ...props }: IconProps) => { | ||
return ( | ||
<svg | ||
width="22" | ||
height="22" | ||
viewBox="0 0 22 22" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
{...props} | ||
> | ||
<g clipPath="url(#clip0_222_1812)"> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M8.26702 0.388377C7.42363 0.540487 6.6972 0.914229 6.0705 1.51854C5.29367 2.26766 4.87473 3.1984 4.82445 4.28689L4.80013 4.81326H4.64136C4.55405 4.81326 4.33354 4.85137 4.15131 4.89799C3.16625 5.14992 2.3993 5.91686 2.14737 6.90192C1.77647 8.3522 2.68006 9.85224 4.15131 10.2285C4.45393 10.3059 4.6314 10.3133 6.19915 10.3133H7.91567L7.89835 10.7967C7.8794 11.3259 7.814 11.5175 7.57733 11.7371C7.28618 12.0071 7.27879 12.0084 5.77943 12.0344C4.24721 12.0611 4.19651 12.0696 3.8039 12.3665C3.29498 12.7514 3.09389 13.2056 3.09389 13.9701V14.4383H1.71889H0.343887V18.0476V21.657H3.43764H6.53139V18.8959V16.1347L5.68237 15.2865L4.83335 14.4383H4.30273H3.77211L3.78942 13.9549C3.80837 13.4256 3.87377 13.234 4.11044 13.0144C4.4016 12.7444 4.40899 12.7431 5.90834 12.7171C7.44056 12.6905 7.49127 12.682 7.88387 12.385C8.39279 12.0001 8.59389 11.5459 8.59389 10.7814V10.3133H9.62514H10.6564V12.3758V14.4383H9.28139H7.90639V18.0476V21.657H11.0001H14.0939V18.8959V16.1347L13.2449 15.2865L12.3958 14.4383H11.8699H11.3439V12.3758V10.3133H12.3751H13.4064V10.7814C13.4064 11.5459 13.6075 12.0001 14.1164 12.385C14.509 12.682 14.5597 12.6905 16.0919 12.7171C17.5913 12.7431 17.5987 12.7444 17.8898 13.0144C18.1265 13.234 18.1919 13.4256 18.2109 13.9549L18.2282 14.4383H16.8485H15.4689V18.0476V21.657H18.5626H21.6564V18.8959V16.1347L20.8074 15.2865L19.9583 14.4383H19.4324H18.9064V13.9701C18.9064 13.2056 18.7053 12.7514 18.1964 12.3665C17.8038 12.0696 17.7531 12.0611 16.2208 12.0344C14.7215 12.0084 14.7141 12.0071 14.4229 11.7371C14.1863 11.5175 14.1209 11.3259 14.1019 10.7967L14.0846 10.3133H15.8011C17.7406 10.3133 17.891 10.2947 18.4896 9.98231C19.1334 9.6463 19.6644 8.96172 19.8529 8.22459C20.2238 6.77431 19.3202 5.27427 17.849 4.89799C17.3257 4.76414 16.6514 4.80728 16.1475 5.00683C16.0828 5.03244 16.079 5.01903 16.1153 4.89262C16.2131 4.55149 16.1414 3.98035 15.9488 3.56716C15.8015 3.25121 15.3099 2.7609 14.9913 2.61218C14.3366 2.30655 13.5829 2.35334 12.9834 2.73688C12.8564 2.81813 12.7492 2.87867 12.7451 2.87137C12.7411 2.86411 12.7028 2.78083 12.6601 2.6863C12.5102 2.35519 12.1227 1.82418 11.8099 1.52146C11.2605 0.989725 10.615 0.632483 9.87242 0.449135C9.55115 0.369772 8.57502 0.332862 8.26702 0.388377ZM8.6485 2.14765C8.45205 2.23681 8.31012 2.42574 8.26664 2.65592C8.23269 2.8354 8.34888 3.15045 8.48986 3.26135L8.59389 3.34321V4.78937C8.59389 5.96039 8.60557 6.25756 8.65533 6.35154C8.68911 6.41535 8.92114 6.67024 9.17096 6.91795L9.62514 7.36835V8.49705V9.62576H9.96889H10.3126V8.399C10.3126 7.41819 10.3003 7.14899 10.2512 7.05622C10.2174 6.99242 9.98539 6.73753 9.73557 6.48981L9.28139 6.03941V4.69131V3.34321L9.38542 3.26135C9.5264 3.15045 9.64258 2.8354 9.60864 2.65592C9.54766 2.33319 9.24323 2.06515 8.93764 2.06515C8.87856 2.06515 8.74845 2.10227 8.6485 2.14765ZM12.7735 4.5539C12.577 4.64306 12.4351 4.83199 12.3916 5.06217C12.3577 5.24165 12.4739 5.5567 12.6149 5.6676C12.714 5.74564 12.7189 5.77228 12.7189 6.23819V6.72691L12.2647 7.17731C12.0149 7.42503 11.7829 7.67992 11.7491 7.74372C11.7016 7.83344 11.6876 8.05997 11.6876 8.74275V9.62576H12.0314H12.3751V8.8408V8.05585L12.8293 7.60545C13.0791 7.35774 13.3112 7.10285 13.3449 7.03904C13.3895 6.95478 13.4064 6.76219 13.4064 6.33624C13.4064 5.7666 13.4094 5.74705 13.5104 5.6676C13.6514 5.5567 13.7676 5.24165 13.7336 5.06217C13.6727 4.73944 13.3682 4.4714 13.0626 4.4714C13.0036 4.4714 12.8734 4.50852 12.7735 4.5539ZM6.22897 6.28494C6.02259 6.38901 5.84389 6.66319 5.84389 6.87576C5.84389 7.05696 6.02341 7.35997 6.18618 7.45351C6.26812 7.50056 6.4204 7.54246 6.5246 7.54658C6.70352 7.55372 6.73764 7.57765 7.13832 7.97683L7.56264 8.39951V9.01264V9.62576H7.90639H8.25014V8.91394C8.25014 8.47789 8.23166 8.16576 8.20249 8.10827C8.17627 8.05667 7.94222 7.79937 7.68231 7.53653C7.23294 7.08205 7.20939 7.04935 7.20222 6.86905C7.19809 6.76481 7.1562 6.61249 7.10915 6.53055C7.0156 6.36778 6.71259 6.18826 6.53139 6.18826C6.4705 6.18826 6.33442 6.23174 6.22897 6.28494ZM15.1675 6.62869C14.9384 6.74483 14.8085 6.95013 14.7981 7.2128C14.7909 7.3931 14.7673 7.4258 14.318 7.88028C14.0581 8.14312 13.824 8.40042 13.7978 8.45202C13.7704 8.50595 13.7501 8.77562 13.7501 9.08581V9.62576H14.0939H14.4376V9.18451V8.74326L14.862 8.32058C15.2626 7.9214 15.2968 7.89747 15.4757 7.89033C15.5799 7.88621 15.7322 7.84431 15.8141 7.79726C15.9769 7.70372 16.1564 7.40071 16.1564 7.21951C16.1564 7.15862 16.1129 7.02254 16.0597 6.91709C15.9556 6.71071 15.6815 6.53201 15.4689 6.53201C15.408 6.53201 15.2723 6.57549 15.1675 6.62869ZM2.75014 17.0164V17.532H2.23451H1.71889V18.2195V18.907H2.23451H2.75014V19.4226V19.9383H3.43764H4.12514V19.4226V18.907H4.64076H5.15639V18.2195V17.532H4.64076H4.12514V17.0164V16.5008H3.43764H2.75014V17.0164ZM10.3126 17.0164V17.532H9.79701H9.28139V18.2195V18.907H9.79701H10.3126V19.4226V19.9383H11.0001H11.6876V19.4226V18.907H12.2033H12.7189V18.2195V17.532H12.2033H11.6876V17.0164V16.5008H11.0001H10.3126V17.0164ZM17.8751 17.0164V17.532H17.3595H16.8439V18.2195V18.907H17.3595H17.8751V19.4226V19.9383H18.5626H19.2501V19.4226V18.907H19.7658H20.2814V18.2195V17.532H19.7658H19.2501V17.0164V16.5008H18.5626H17.8751V17.0164Z" | ||
fill="url(#paint0_linear_222_1812)" | ||
/> | ||
</g> | ||
<defs> | ||
<linearGradient | ||
id="paint0_linear_222_1812" | ||
x1="11.0001" | ||
y1="21.657" | ||
x2="11.0001" | ||
y2="0.361816" | ||
gradientUnits="userSpaceOnUse" | ||
> | ||
<stop stopColor="#D8ECF8" /> | ||
<stop offset="1" stopColor="#98C0EF" /> | ||
</linearGradient> | ||
<clipPath id="clip0_222_1812"> | ||
<rect width="22" height="22" fill="white" /> | ||
</clipPath> | ||
</defs> | ||
</svg> | ||
); | ||
}; |
Oops, something went wrong.