@luxfi/core 5.2.9 → 5.2.11
Sign up to get free protection for your applications and to get access to all the features.
- package/commerce/ui/conf.ts +13 -13
- package/commerce/ui/context.tsx +126 -126
- package/commerce/ui/store.ts +306 -304
- package/components/access-code-input.tsx +71 -71
- package/components/auth/auth-listener.tsx +29 -29
- package/components/auth/auth-token/clear-auth-token.tsx +12 -12
- package/components/auth/auth-token/set-auth-token.tsx +16 -16
- package/components/auth/common-auth-domains.ts +16 -16
- package/components/auth/login-panel.tsx +107 -107
- package/components/back-button.tsx +49 -42
- package/components/chat-widget.tsx +85 -85
- package/components/commerce/add-widget.tsx +20 -20
- package/components/commerce/bag-button.tsx +98 -98
- package/components/commerce/buy-button.tsx +34 -34
- package/components/commerce/checkout-button.tsx +129 -129
- package/components/commerce/checkout-panel/cart-accordian.tsx +66 -0
- package/components/commerce/checkout-panel/checkout-panel-props.ts +10 -0
- package/components/commerce/checkout-panel/{dt-bag-carousel.tsx → desktop-bag-carousel.tsx} +36 -36
- package/components/commerce/checkout-panel/desktop-cp.tsx +83 -0
- package/components/commerce/checkout-panel/index.tsx +126 -129
- package/components/commerce/checkout-panel/mobile-cp.tsx +67 -0
- package/components/commerce/checkout-panel/policy-links.tsx +29 -0
- package/components/commerce/checkout-panel/steps-indicator.tsx +39 -39
- package/components/commerce/checkout-panel/thank-you.tsx +18 -18
- package/components/commerce/checkout-widget/const.ts +13 -13
- package/components/commerce/checkout-widget/index.tsx +192 -192
- package/components/commerce/checkout-widget/obs-string-set.ts +48 -48
- package/components/commerce/checkout-widget/use-anim-clx-set.ts +58 -58
- package/components/commerce/desktop-bag-popup.tsx +78 -78
- package/components/commerce/desktop-nav-menu.tsx +130 -130
- package/components/commerce/drawer/index.tsx +99 -99
- package/components/commerce/drawer/micro.tsx +144 -144
- package/components/commerce/drawer/shell.tsx +85 -85
- package/components/commerce/mobile-bag-drawer.tsx +51 -51
- package/components/commerce/mobile-login-button.tsx +101 -101
- package/components/commerce/mobile-menu-toggle-button.tsx +35 -35
- package/components/commerce/mobile-nav-menu-ai.tsx +47 -48
- package/components/commerce/mobile-nav-menu-item.tsx +49 -49
- package/components/commerce/mobile-nav-menu.tsx +101 -101
- package/components/contact-dialog/contact-form.tsx +113 -113
- package/components/contact-dialog/disclaimer.tsx +13 -13
- package/components/contact-dialog/index.tsx +64 -64
- package/components/copyright.tsx +21 -21
- package/components/drawer-margin.tsx +25 -25
- package/components/footer.tsx +77 -77
- package/components/header/desktop.tsx +50 -50
- package/components/header/index.tsx +52 -52
- package/components/header/mobile.tsx +163 -163
- package/components/header/theme-toggle.tsx +26 -26
- package/components/icons/24k-gold-card.tsx +43 -43
- package/components/icons/ai-chat.tsx +29 -29
- package/components/icons/anodized-titanium.tsx +45 -45
- package/components/icons/avatar.tsx +11 -11
- package/components/icons/bag-icon.tsx +10 -10
- package/components/icons/blog.tsx +20 -20
- package/components/icons/bridge.tsx +68 -68
- package/components/icons/changelog.tsx +21 -21
- package/components/icons/chrome.tsx +45 -45
- package/components/icons/coins.tsx +20 -20
- package/components/icons/compare-cards.tsx +21 -21
- package/components/icons/credit.tsx +20 -20
- package/components/icons/customer-support.tsx +21 -21
- package/components/icons/customers.tsx +33 -33
- package/components/icons/developer-docs.tsx +20 -20
- package/components/icons/exchange.tsx +21 -21
- package/components/icons/explorer.tsx +22 -22
- package/components/icons/faqs.tsx +21 -21
- package/components/icons/github.tsx +14 -14
- package/components/icons/guides.tsx +21 -21
- package/components/icons/gun-metal.tsx +44 -44
- package/components/icons/index.tsx +43 -43
- package/components/icons/integrations.tsx +25 -25
- package/components/icons/irradescent.tsx +41 -41
- package/components/icons/launch-subnet.tsx +21 -21
- package/components/icons/left-arrow.tsx +11 -11
- package/components/icons/lux-finance.tsx +23 -23
- package/components/icons/lux-logo.tsx +10 -10
- package/components/icons/lux-pass.tsx +25 -25
- package/components/icons/lux-quests.tsx +21 -21
- package/components/icons/market.tsx +24 -24
- package/components/icons/mirrored-titanium.tsx +46 -46
- package/components/icons/more-benefits.tsx +21 -21
- package/components/icons/open-source.tsx +26 -26
- package/components/icons/right-arrow.tsx +10 -10
- package/components/icons/safe.tsx +37 -37
- package/components/icons/search.tsx +12 -12
- package/components/icons/secure-delivery.tsx +13 -13
- package/components/icons/shop.tsx +20 -20
- package/components/icons/social-icon.tsx +35 -35
- package/components/icons/social-svg.css +3 -3
- package/components/icons/sterling-silver-card.tsx +44 -44
- package/components/icons/templates.tsx +21 -21
- package/components/icons/validators.tsx +41 -41
- package/components/icons/view-all-card.tsx +20 -20
- package/components/icons/wallet.tsx +20 -20
- package/components/icons/warpcast.tsx +58 -58
- package/components/icons/youtube-logo.tsx +59 -59
- package/components/index.ts +27 -27
- package/components/logo.tsx +89 -89
- package/components/main.tsx +27 -27
- package/components/mini-chart/index.tsx +7 -7
- package/components/mini-chart/mini-chart-props.ts +43 -43
- package/components/mini-chart/mini-chart.tsx +85 -85
- package/components/mini-chart/wrapper.tsx +23 -23
- package/components/not-found/index.tsx +28 -28
- package/components/not-found/not-found-content.mdx +5 -5
- package/components/scripts.tsx +24 -24
- package/components/tooltip.tsx +31 -31
- package/environment.d.ts +5 -5
- package/next/analytics/fpixel.ts +15 -15
- package/next/analytics/google-analytics.ts +13 -13
- package/next/analytics/index.ts +3 -3
- package/next/analytics/pixel-analytics.tsx +54 -54
- package/next/font/get-app-router-font-classes.ts +12 -12
- package/next/font/load-and-return-lux-next-fonts-on-import.ts +68 -68
- package/next/font/next-font-desc.ts +27 -27
- package/next/font/pages-router-font-vars.tsx +18 -18
- package/next/head-metadata/from-next/metadata-types.ts +158 -158
- package/next/head-metadata/from-next/opengraph-types.ts +267 -267
- package/next/head-metadata/from-next/twitter-types.ts +92 -92
- package/next/head-metadata/index.tsx +208 -208
- package/next/middleware/determine-device-mw.ts +16 -16
- package/package.json +79 -79
- package/root-layout/WHY_THIS_IS_SEPARATE.txt +1 -1
- package/root-layout/index.tsx +112 -112
- package/server-actions/firebase-app.ts +14 -14
- package/server-actions/index.ts +5 -5
- package/server-actions/store-contact.ts +51 -51
- package/site-def/footer/community.tsx +67 -67
- package/site-def/footer/company.ts +37 -37
- package/site-def/footer/ecosystem.ts +37 -37
- package/site-def/footer/index.tsx +26 -26
- package/site-def/footer/legal.ts +28 -28
- package/site-def/footer/network.ts +45 -45
- package/site-def/footer/svg/warpcast-logo.svg +11 -11
- package/site-def/index.ts +2 -2
- package/site-def/main-nav.tsx +392 -392
- package/style/cart-animation.css +29 -29
- package/style/checkout-animation.css +23 -23
- package/style/drawer-handle-overrides.css +160 -160
- package/style/lux-colors.css +85 -85
- package/style/lux-global.css +30 -30
- package/tailwind/fontFamily.tailwind.lux.ts +18 -18
- package/tailwind/index.ts +2 -2
- package/tailwind/lux-tw-fonts.ts +39 -39
- package/tailwind/tailwind.config.lux-preset.ts +10 -10
- package/tsconfig.json +15 -15
- package/types/chatbot-config.ts +6 -6
- package/types/chatbot-suggested-question.ts +7 -7
- package/types/contact-info.ts +10 -10
- package/types/index.ts +4 -4
- package/types/site-def.ts +43 -43
- package/components/commerce/checkout-panel/dt-checkout-panel.tsx +0 -85
- package/components/commerce/checkout-panel/links-row.tsx +0 -21
- package/components/commerce/checkout-panel/mb-checkout-panel.tsx +0 -55
@@ -1,43 +1,43 @@
|
|
1
|
-
import {
|
2
|
-
Moon as moon,
|
3
|
-
SunMedium as sun,
|
4
|
-
Menu as burger,
|
5
|
-
ArrowUpRight as linkOut,
|
6
|
-
type XIcon as LucideIcon,
|
7
|
-
} from 'lucide-react'
|
8
|
-
|
9
|
-
import gitHub from './github'
|
10
|
-
import bag from './bag-icon'
|
11
|
-
import logo from './lux-logo'
|
12
|
-
import youtube from './youtube-logo'
|
13
|
-
import secureDelivery from './secure-delivery'
|
14
|
-
import RightArrow from './right-arrow'
|
15
|
-
import LeftArrow from './left-arrow'
|
16
|
-
import Avatar from './avatar'
|
17
|
-
import Search from './search'
|
18
|
-
|
19
|
-
import {
|
20
|
-
type SocialIconProps,
|
21
|
-
default as SocialIcon
|
22
|
-
} from './social-icon'
|
23
|
-
|
24
|
-
export { type LucideIcon as Icon, type SocialIconProps }
|
25
|
-
|
26
|
-
export {
|
27
|
-
bag,
|
28
|
-
sun,
|
29
|
-
moon,
|
30
|
-
logo,
|
31
|
-
burger,
|
32
|
-
gitHub,
|
33
|
-
linkOut,
|
34
|
-
youtube,
|
35
|
-
secureDelivery,
|
36
|
-
SocialIcon,
|
37
|
-
RightArrow,
|
38
|
-
LeftArrow,
|
39
|
-
Avatar,
|
40
|
-
Search
|
41
|
-
}
|
42
|
-
|
43
|
-
|
1
|
+
import {
|
2
|
+
Moon as moon,
|
3
|
+
SunMedium as sun,
|
4
|
+
Menu as burger,
|
5
|
+
ArrowUpRight as linkOut,
|
6
|
+
type XIcon as LucideIcon,
|
7
|
+
} from 'lucide-react'
|
8
|
+
|
9
|
+
import gitHub from './github'
|
10
|
+
import bag from './bag-icon'
|
11
|
+
import logo from './lux-logo'
|
12
|
+
import youtube from './youtube-logo'
|
13
|
+
import secureDelivery from './secure-delivery'
|
14
|
+
import RightArrow from './right-arrow'
|
15
|
+
import LeftArrow from './left-arrow'
|
16
|
+
import Avatar from './avatar'
|
17
|
+
import Search from './search'
|
18
|
+
|
19
|
+
import {
|
20
|
+
type SocialIconProps,
|
21
|
+
default as SocialIcon
|
22
|
+
} from './social-icon'
|
23
|
+
|
24
|
+
export { type LucideIcon as Icon, type SocialIconProps }
|
25
|
+
|
26
|
+
export {
|
27
|
+
bag,
|
28
|
+
sun,
|
29
|
+
moon,
|
30
|
+
logo,
|
31
|
+
burger,
|
32
|
+
gitHub,
|
33
|
+
linkOut,
|
34
|
+
youtube,
|
35
|
+
secureDelivery,
|
36
|
+
SocialIcon,
|
37
|
+
RightArrow,
|
38
|
+
LeftArrow,
|
39
|
+
Avatar,
|
40
|
+
Search
|
41
|
+
}
|
42
|
+
|
43
|
+
|
@@ -1,25 +1,25 @@
|
|
1
|
-
import React from 'react'
|
2
|
-
import { type LucideProps } from 'lucide-react'
|
3
|
-
|
4
|
-
const Integration: React.FC<LucideProps> = (props: LucideProps) => (
|
5
|
-
<svg
|
6
|
-
width={26}
|
7
|
-
height={26}
|
8
|
-
viewBox="0 0 26 26"
|
9
|
-
fill="none"
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
11
|
-
{...props}
|
12
|
-
>
|
13
|
-
<path
|
14
|
-
d="M0.512695 23.1922C0.512695 24.2844 1.38672 25.1584 2.47894 25.1584H17.8333C18.8938 25.0963 19.7057 24.2223 19.7057 23.1922L19.7045 15.5785C19.7045 15.5163 19.7045 15.4542 19.6728 15.4225C19.6106 15.2664 19.4546 15.1726 19.2986 15.1726H16.0219C15.7415 15.1726 15.4917 15.3286 15.3356 15.5468C15.1796 15.7967 15.1796 16.0771 15.3039 16.327C15.46 16.6073 15.5538 16.9511 15.5538 17.1693C15.5538 17.6374 15.1796 18.0116 14.7115 18.0116C14.2434 18.0116 13.8692 17.6374 13.8692 17.1693C13.8692 16.9194 13.9631 16.6073 14.1191 16.2953C14.2434 16.0454 14.2129 15.765 14.0874 15.5151C13.9314 15.2652 13.6815 15.1409 13.4011 15.1409H10.4987V12.3018C10.9046 12.4896 11.341 12.6139 11.7152 12.6139C12.6197 12.6139 13.3377 11.8959 13.3377 10.9914C13.3377 10.0869 12.6197 9.36895 11.7152 9.36895C11.341 9.36895 10.9034 9.49328 10.4987 9.71271V6.37271C10.4987 6.15451 10.311 5.96678 10.0927 5.96678H2.47905C1.38684 5.96678 0.512812 6.8408 0.512812 7.93302L0.512695 23.1922ZM9.71853 24.3783H2.50927C1.85344 24.3783 1.32318 23.848 1.32318 23.1922L1.3244 15.9842H4.22683C4.5072 15.9842 4.75709 15.8282 4.91312 15.61C5.06915 15.3601 5.06915 15.0797 4.94481 14.8298C4.78878 14.5494 4.69492 14.2057 4.69492 13.9875C4.69492 13.5194 5.06914 13.1452 5.53723 13.1452C6.00533 13.1452 6.37955 13.5194 6.37955 13.9875C6.37955 14.2374 6.28569 14.5495 6.12966 14.8615C6.00532 15.1114 6.00532 15.4235 6.16135 15.6417C6.31738 15.8599 6.56728 16.0159 6.84764 16.0159H9.75007V18.8866C9.34414 18.6989 8.90775 18.5746 8.53352 18.5746C7.62904 18.5746 6.91105 19.2925 6.91105 20.197C6.91105 21.1015 7.62904 21.8195 8.53352 21.8195C8.90775 21.8195 9.34539 21.6952 9.75007 21.5074V24.3782L9.71853 24.3783ZM10.5304 18.8551V15.9527H13.4011C13.1829 16.3586 13.089 16.795 13.089 17.1692C13.089 18.0737 13.8375 18.7917 14.7115 18.7917C15.616 18.7917 16.334 18.0432 16.334 17.1692C16.334 16.795 16.2097 16.3574 15.9902 15.9527H18.9243V23.1619C18.9243 23.7861 18.4245 24.3163 17.8321 24.348H10.5305V21.4456C10.5305 21.1652 10.3745 20.9153 10.1563 20.7593C9.90636 20.6033 9.626 20.6033 9.3761 20.7276C9.09573 20.8836 8.75198 20.9775 8.53378 20.9775C8.06569 20.9775 7.69147 20.6033 7.69147 20.1352C7.69147 19.6671 8.06569 19.2929 8.53378 19.2929C8.78368 19.2929 9.09575 19.3867 9.3761 19.5428C9.626 19.6671 9.90636 19.6671 10.1563 19.5111C10.3745 19.4172 10.5304 19.1355 10.5304 18.8551ZM1.32456 7.96475C1.32456 7.30892 1.85481 6.77867 2.51064 6.77867H9.7199V9.74326C9.7199 9.83712 9.75159 9.93098 9.81376 9.99315C9.87593 10.1492 10.0015 10.2735 10.1575 10.3674C10.3757 10.4917 10.6573 10.4612 10.8755 10.3674C11.1559 10.2113 11.4996 10.1175 11.7178 10.1175C12.1859 10.1175 12.5602 10.4917 12.5602 10.9598C12.5602 11.4279 12.1859 11.8021 11.7178 11.8021C11.4679 11.8021 11.1559 11.7083 10.8755 11.5522C10.6573 11.4279 10.3757 11.4279 10.1575 11.5522C9.96981 11.6461 9.84547 11.8021 9.78331 11.9886C9.75161 12.0203 9.75161 12.0508 9.75161 12.0825V15.1422H6.88089C7.06862 14.7362 7.19295 14.2998 7.19295 13.9256C7.19295 13.0211 6.47496 12.3031 5.57048 12.3031C4.666 12.3031 3.94801 13.0211 3.94801 13.9256C3.94801 14.2998 4.07234 14.7375 4.29177 15.1422H1.38935L1.38691 7.96472L1.32456 7.96475Z"
|
15
|
-
fill="#949494"
|
16
|
-
/>
|
17
|
-
<path
|
18
|
-
d="M13.8694 8.58895C13.9011 8.58895 13.9011 8.62064 13.9011 8.65112C14.0888 8.83884 14.3375 8.90101 14.5569 8.86932C14.8068 8.83763 15.025 8.6816 15.1494 8.46339C15.3054 8.18302 15.5236 7.93313 15.7418 7.80756C15.9295 7.68322 16.1477 7.65153 16.3659 7.68322C16.5841 7.71491 16.7718 7.83925 16.8962 8.02699C17.1461 8.40121 17.0522 8.93147 16.6463 9.18137C16.4585 9.30571 16.116 9.43126 15.8039 9.46174C15.5541 9.49343 15.3359 9.61777 15.2115 9.83596C15.0872 10.0542 15.0555 10.3041 15.1494 10.554C15.1494 10.5856 15.1811 10.5856 15.2115 10.6161L17.0522 13.4247C17.1765 13.6124 17.4264 13.6746 17.6142 13.549L20.3606 11.7388C20.3922 12.1752 20.5483 12.6128 20.7665 12.9249C21.0164 13.2991 21.3589 13.549 21.7965 13.6112C21.9209 13.6429 22.0147 13.6429 22.1403 13.6429C22.4524 13.6429 22.7644 13.549 23.0448 13.3625C23.7932 12.8627 24.0127 11.8644 23.5129 11.0842C23.3252 10.7721 22.9826 10.4601 22.5767 10.2419L25.3231 8.43168C25.5108 8.30734 25.573 8.05745 25.4474 7.86972L21.2333 1.56762C20.6409 0.66314 19.3927 0.41324 18.4869 1.00566L12.1215 5.18667C11.9338 5.31101 11.8716 5.56089 11.9972 5.74863L13.8694 8.58895ZM18.9245 1.66023C19.4548 1.31647 20.2045 1.44203 20.547 2.004L24.5099 8.02711L22.1072 9.61913C21.8573 9.77516 21.733 10.0251 21.733 10.3054C21.733 10.5858 21.889 10.8357 22.1389 10.9612C22.4193 11.1173 22.6692 11.3355 22.7948 11.5537C22.9191 11.7414 22.9508 11.9596 22.9191 12.1778C22.8874 12.396 22.7631 12.5837 22.5753 12.708C22.3876 12.8324 22.1694 12.8641 21.9512 12.8324C21.733 12.8007 21.5453 12.6764 21.421 12.4886C21.2966 12.2704 21.1711 11.9584 21.1406 11.6463C21.1089 11.3659 20.9224 11.116 20.6725 11.0222C20.4226 10.8978 20.1422 10.9283 19.8923 11.0843L17.4897 12.6764L15.8977 10.2737C16.3341 10.2116 16.7717 10.086 17.0838 9.8678C17.458 9.61791 17.7079 9.27538 17.7701 8.83775C17.8322 8.40136 17.7701 7.96372 17.5519 7.6212C17.302 7.24698 16.9595 6.99708 16.5218 6.93492C16.0854 6.84105 15.6478 6.93492 15.3053 7.15311C14.9932 7.34084 14.6811 7.68337 14.4934 8.0893L12.9014 5.68667L18.9245 1.66023Z"
|
19
|
-
fill="#949494"
|
20
|
-
/>
|
21
|
-
</svg>
|
22
|
-
|
23
|
-
)
|
24
|
-
|
25
|
-
export default Integration
|
1
|
+
import React from 'react'
|
2
|
+
import { type LucideProps } from 'lucide-react'
|
3
|
+
|
4
|
+
const Integration: React.FC<LucideProps> = (props: LucideProps) => (
|
5
|
+
<svg
|
6
|
+
width={26}
|
7
|
+
height={26}
|
8
|
+
viewBox="0 0 26 26"
|
9
|
+
fill="none"
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
11
|
+
{...props}
|
12
|
+
>
|
13
|
+
<path
|
14
|
+
d="M0.512695 23.1922C0.512695 24.2844 1.38672 25.1584 2.47894 25.1584H17.8333C18.8938 25.0963 19.7057 24.2223 19.7057 23.1922L19.7045 15.5785C19.7045 15.5163 19.7045 15.4542 19.6728 15.4225C19.6106 15.2664 19.4546 15.1726 19.2986 15.1726H16.0219C15.7415 15.1726 15.4917 15.3286 15.3356 15.5468C15.1796 15.7967 15.1796 16.0771 15.3039 16.327C15.46 16.6073 15.5538 16.9511 15.5538 17.1693C15.5538 17.6374 15.1796 18.0116 14.7115 18.0116C14.2434 18.0116 13.8692 17.6374 13.8692 17.1693C13.8692 16.9194 13.9631 16.6073 14.1191 16.2953C14.2434 16.0454 14.2129 15.765 14.0874 15.5151C13.9314 15.2652 13.6815 15.1409 13.4011 15.1409H10.4987V12.3018C10.9046 12.4896 11.341 12.6139 11.7152 12.6139C12.6197 12.6139 13.3377 11.8959 13.3377 10.9914C13.3377 10.0869 12.6197 9.36895 11.7152 9.36895C11.341 9.36895 10.9034 9.49328 10.4987 9.71271V6.37271C10.4987 6.15451 10.311 5.96678 10.0927 5.96678H2.47905C1.38684 5.96678 0.512812 6.8408 0.512812 7.93302L0.512695 23.1922ZM9.71853 24.3783H2.50927C1.85344 24.3783 1.32318 23.848 1.32318 23.1922L1.3244 15.9842H4.22683C4.5072 15.9842 4.75709 15.8282 4.91312 15.61C5.06915 15.3601 5.06915 15.0797 4.94481 14.8298C4.78878 14.5494 4.69492 14.2057 4.69492 13.9875C4.69492 13.5194 5.06914 13.1452 5.53723 13.1452C6.00533 13.1452 6.37955 13.5194 6.37955 13.9875C6.37955 14.2374 6.28569 14.5495 6.12966 14.8615C6.00532 15.1114 6.00532 15.4235 6.16135 15.6417C6.31738 15.8599 6.56728 16.0159 6.84764 16.0159H9.75007V18.8866C9.34414 18.6989 8.90775 18.5746 8.53352 18.5746C7.62904 18.5746 6.91105 19.2925 6.91105 20.197C6.91105 21.1015 7.62904 21.8195 8.53352 21.8195C8.90775 21.8195 9.34539 21.6952 9.75007 21.5074V24.3782L9.71853 24.3783ZM10.5304 18.8551V15.9527H13.4011C13.1829 16.3586 13.089 16.795 13.089 17.1692C13.089 18.0737 13.8375 18.7917 14.7115 18.7917C15.616 18.7917 16.334 18.0432 16.334 17.1692C16.334 16.795 16.2097 16.3574 15.9902 15.9527H18.9243V23.1619C18.9243 23.7861 18.4245 24.3163 17.8321 24.348H10.5305V21.4456C10.5305 21.1652 10.3745 20.9153 10.1563 20.7593C9.90636 20.6033 9.626 20.6033 9.3761 20.7276C9.09573 20.8836 8.75198 20.9775 8.53378 20.9775C8.06569 20.9775 7.69147 20.6033 7.69147 20.1352C7.69147 19.6671 8.06569 19.2929 8.53378 19.2929C8.78368 19.2929 9.09575 19.3867 9.3761 19.5428C9.626 19.6671 9.90636 19.6671 10.1563 19.5111C10.3745 19.4172 10.5304 19.1355 10.5304 18.8551ZM1.32456 7.96475C1.32456 7.30892 1.85481 6.77867 2.51064 6.77867H9.7199V9.74326C9.7199 9.83712 9.75159 9.93098 9.81376 9.99315C9.87593 10.1492 10.0015 10.2735 10.1575 10.3674C10.3757 10.4917 10.6573 10.4612 10.8755 10.3674C11.1559 10.2113 11.4996 10.1175 11.7178 10.1175C12.1859 10.1175 12.5602 10.4917 12.5602 10.9598C12.5602 11.4279 12.1859 11.8021 11.7178 11.8021C11.4679 11.8021 11.1559 11.7083 10.8755 11.5522C10.6573 11.4279 10.3757 11.4279 10.1575 11.5522C9.96981 11.6461 9.84547 11.8021 9.78331 11.9886C9.75161 12.0203 9.75161 12.0508 9.75161 12.0825V15.1422H6.88089C7.06862 14.7362 7.19295 14.2998 7.19295 13.9256C7.19295 13.0211 6.47496 12.3031 5.57048 12.3031C4.666 12.3031 3.94801 13.0211 3.94801 13.9256C3.94801 14.2998 4.07234 14.7375 4.29177 15.1422H1.38935L1.38691 7.96472L1.32456 7.96475Z"
|
15
|
+
fill="#949494"
|
16
|
+
/>
|
17
|
+
<path
|
18
|
+
d="M13.8694 8.58895C13.9011 8.58895 13.9011 8.62064 13.9011 8.65112C14.0888 8.83884 14.3375 8.90101 14.5569 8.86932C14.8068 8.83763 15.025 8.6816 15.1494 8.46339C15.3054 8.18302 15.5236 7.93313 15.7418 7.80756C15.9295 7.68322 16.1477 7.65153 16.3659 7.68322C16.5841 7.71491 16.7718 7.83925 16.8962 8.02699C17.1461 8.40121 17.0522 8.93147 16.6463 9.18137C16.4585 9.30571 16.116 9.43126 15.8039 9.46174C15.5541 9.49343 15.3359 9.61777 15.2115 9.83596C15.0872 10.0542 15.0555 10.3041 15.1494 10.554C15.1494 10.5856 15.1811 10.5856 15.2115 10.6161L17.0522 13.4247C17.1765 13.6124 17.4264 13.6746 17.6142 13.549L20.3606 11.7388C20.3922 12.1752 20.5483 12.6128 20.7665 12.9249C21.0164 13.2991 21.3589 13.549 21.7965 13.6112C21.9209 13.6429 22.0147 13.6429 22.1403 13.6429C22.4524 13.6429 22.7644 13.549 23.0448 13.3625C23.7932 12.8627 24.0127 11.8644 23.5129 11.0842C23.3252 10.7721 22.9826 10.4601 22.5767 10.2419L25.3231 8.43168C25.5108 8.30734 25.573 8.05745 25.4474 7.86972L21.2333 1.56762C20.6409 0.66314 19.3927 0.41324 18.4869 1.00566L12.1215 5.18667C11.9338 5.31101 11.8716 5.56089 11.9972 5.74863L13.8694 8.58895ZM18.9245 1.66023C19.4548 1.31647 20.2045 1.44203 20.547 2.004L24.5099 8.02711L22.1072 9.61913C21.8573 9.77516 21.733 10.0251 21.733 10.3054C21.733 10.5858 21.889 10.8357 22.1389 10.9612C22.4193 11.1173 22.6692 11.3355 22.7948 11.5537C22.9191 11.7414 22.9508 11.9596 22.9191 12.1778C22.8874 12.396 22.7631 12.5837 22.5753 12.708C22.3876 12.8324 22.1694 12.8641 21.9512 12.8324C21.733 12.8007 21.5453 12.6764 21.421 12.4886C21.2966 12.2704 21.1711 11.9584 21.1406 11.6463C21.1089 11.3659 20.9224 11.116 20.6725 11.0222C20.4226 10.8978 20.1422 10.9283 19.8923 11.0843L17.4897 12.6764L15.8977 10.2737C16.3341 10.2116 16.7717 10.086 17.0838 9.8678C17.458 9.61791 17.7079 9.27538 17.7701 8.83775C17.8322 8.40136 17.7701 7.96372 17.5519 7.6212C17.302 7.24698 16.9595 6.99708 16.5218 6.93492C16.0854 6.84105 15.6478 6.93492 15.3053 7.15311C14.9932 7.34084 14.6811 7.68337 14.4934 8.0893L12.9014 5.68667L18.9245 1.66023Z"
|
19
|
+
fill="#949494"
|
20
|
+
/>
|
21
|
+
</svg>
|
22
|
+
|
23
|
+
)
|
24
|
+
|
25
|
+
export default Integration
|