ui-landing-page 6.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +3 -0
- package/.storybook/main.ts +34 -0
- package/.storybook/preview.tsx +23 -0
- package/BUNDLE_ANALYSIS.md +111 -0
- package/CODE_SPLITTING_SUMMARY.md +278 -0
- package/ENTRY_POINTS.md +77 -0
- package/ENTRY_POINTS_REFERENCE.md +479 -0
- package/FINAL_ANALYSIS.md +296 -0
- package/QUICK_START.md +78 -0
- package/analyze-bundle.js +46 -0
- package/assets/fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf +0 -0
- package/assets/fonts/Inter/Inter-VariableFont_opsz,wght.ttf +0 -0
- package/assets/fonts/amstirdam/SVN-Amstirdam.otf +0 -0
- package/assets/fonts/androgyne/SVN-Androgyne.woff +0 -0
- package/assets/fonts/androgyne/SVN-Androgyne.woff2 +0 -0
- package/assets/fonts/antiqua/SVN-BookAntiqua.woff +0 -0
- package/assets/fonts/antiqua/SVN-BookAntiqua.woff2 +0 -0
- package/assets/fonts/desire/SVN-Desire.otf +0 -0
- package/assets/fonts/elle-gabor/Elle Gabor Std Black.otf +0 -0
- package/assets/fonts/elle-gabor/Elle Gabor Std DemiBold.otf +0 -0
- package/assets/fonts/elle-gabor/Elle Gabor Std Text.otf +0 -0
- package/assets/fonts/elle-gabor/Elle Gabor Std Ultra Light.otf +0 -0
- package/assets/fonts/elle-gabor/Elle-Gabor-Std-Bold.otf +0 -0
- package/assets/fonts/elle-gabor/Elle-Gabor-Std-Book.otf +0 -0
- package/assets/fonts/elle-gabor/Elle-Gabor-Std-Light.otf +0 -0
- package/assets/fonts/elle-gabor/Elle-Gabor-Std-Medium.otf +0 -0
- package/assets/fonts/god-word/god-word-bold.ttf +0 -0
- package/assets/fonts/god-word/god-word-regular.ttf +0 -0
- package/assets/fonts/lost-type/LostType2023-Regular.otf +0 -0
- package/assets/fonts/neurial-grotesk/NeurialGrotesk-Medium.otf +0 -0
- package/assets/fonts/qua-tang-quoc-hoi/SFUAGBuchStencilBQMedium.ttf +0 -0
- package/assets/fonts/qua-tang-quoc-hoi/SVN-Sunflora.otf +0 -0
- package/assets/fonts/stix/STIXTwoText-Bold.ttf +0 -0
- package/assets/fonts/stix/STIXTwoText-BoldItalic.ttf +0 -0
- package/assets/fonts/stix/STIXTwoText-Italic.ttf +0 -0
- package/assets/fonts/stix/STIXTwoText-Medium.ttf +0 -0
- package/assets/fonts/stix/STIXTwoText-MediumItalic.ttf +0 -0
- package/assets/fonts/stix/STIXTwoText-Regular.ttf +0 -0
- package/assets/fonts/stix/STIXTwoText-SemiBold.ttf +0 -0
- package/assets/fonts/stix/STIXTwoText-SemiBoldItalic.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-Black.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-BlackItalic.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-Bold.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-BoldItalic.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-ExtraBold.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-ExtraBoldItalic.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-ExtraLight.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-ExtraLightItalic.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-Italic.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-Light.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-LightItalic.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-Medium.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-MediumItalic.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-Regular.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-SemiBold.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-SemiBoldItalic.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-Thin.ttf +0 -0
- package/assets/fonts/svn-poppins/SVN-Poppins-ThinItalic.ttf +0 -0
- package/assets/fonts/zapfino/Zapfino.ttf +0 -0
- package/assets/images/index.ts +2 -0
- package/assets/images/nomion-logo.png +0 -0
- package/bun.lock +2062 -0
- package/check-deps.sh +45 -0
- package/create-entry-points.sh +22 -0
- package/device.min.css +2531 -0
- package/dist/advance-profile-section.cjs +2 -0
- package/dist/advance-profile-section.cjs.map +1 -0
- package/dist/advance-profile-section.d.mts +28 -0
- package/dist/advance-profile-section.d.ts +28 -0
- package/dist/advance-profile-section.js +2 -0
- package/dist/advance-profile-section.js.map +1 -0
- package/dist/author-section.cjs +2 -0
- package/dist/author-section.cjs.map +1 -0
- package/dist/author-section.d.mts +9 -0
- package/dist/author-section.d.ts +9 -0
- package/dist/author-section.js +2 -0
- package/dist/author-section.js.map +1 -0
- package/dist/b-e-d-i-page-section.cjs +2 -0
- package/dist/b-e-d-i-page-section.cjs.map +1 -0
- package/dist/b-e-d-i-page-section.d.mts +55 -0
- package/dist/b-e-d-i-page-section.d.ts +55 -0
- package/dist/b-e-d-i-page-section.js +2 -0
- package/dist/b-e-d-i-page-section.js.map +1 -0
- package/dist/bao-ngay-nay2025-section.cjs +2 -0
- package/dist/bao-ngay-nay2025-section.cjs.map +1 -0
- package/dist/bao-ngay-nay2025-section.d.mts +13 -0
- package/dist/bao-ngay-nay2025-section.d.ts +13 -0
- package/dist/bao-ngay-nay2025-section.js +2 -0
- package/dist/bao-ngay-nay2025-section.js.map +1 -0
- package/dist/base-D6OB46M7.d.mts +23 -0
- package/dist/base-D6OB46M7.d.ts +23 -0
- package/dist/base-section-DdIGFWTn.d.mts +25 -0
- package/dist/base-section-DdIGFWTn.d.ts +25 -0
- package/dist/biz-card-profile-section.cjs +2 -0
- package/dist/biz-card-profile-section.cjs.map +1 -0
- package/dist/biz-card-profile-section.d.mts +37 -0
- package/dist/biz-card-profile-section.d.ts +37 -0
- package/dist/biz-card-profile-section.js +2 -0
- package/dist/biz-card-profile-section.js.map +1 -0
- package/dist/book-section.cjs +2 -0
- package/dist/book-section.cjs.map +1 -0
- package/dist/book-section.d.mts +17 -0
- package/dist/book-section.d.ts +17 -0
- package/dist/book-section.js +2 -0
- package/dist/book-section.js.map +1 -0
- package/dist/business-card-section.cjs +2 -0
- package/dist/business-card-section.cjs.map +1 -0
- package/dist/business-card-section.d.mts +37 -0
- package/dist/business-card-section.d.ts +37 -0
- package/dist/business-card-section.js +2 -0
- package/dist/business-card-section.js.map +1 -0
- package/dist/christmas.cjs +2 -0
- package/dist/christmas.cjs.map +1 -0
- package/dist/christmas.d.mts +25 -0
- package/dist/christmas.d.ts +25 -0
- package/dist/christmas.js +2 -0
- package/dist/christmas.js.map +1 -0
- package/dist/chunk-2EZHNKDS.cjs +2 -0
- package/dist/chunk-2EZHNKDS.cjs.map +1 -0
- package/dist/chunk-2L3LGNFN.cjs +2 -0
- package/dist/chunk-2L3LGNFN.cjs.map +1 -0
- package/dist/chunk-2TKQPATQ.cjs +3 -0
- package/dist/chunk-2TKQPATQ.cjs.map +1 -0
- package/dist/chunk-2XCURCSR.cjs +8 -0
- package/dist/chunk-2XCURCSR.cjs.map +1 -0
- package/dist/chunk-377J5LJP.cjs +3 -0
- package/dist/chunk-377J5LJP.cjs.map +1 -0
- package/dist/chunk-3EWEFTZ4.cjs +2 -0
- package/dist/chunk-3EWEFTZ4.cjs.map +1 -0
- package/dist/chunk-3OU3D63D.cjs +2 -0
- package/dist/chunk-3OU3D63D.cjs.map +1 -0
- package/dist/chunk-3SFEP42J.js +3 -0
- package/dist/chunk-3SFEP42J.js.map +1 -0
- package/dist/chunk-42RM4QBR.cjs +3 -0
- package/dist/chunk-42RM4QBR.cjs.map +1 -0
- package/dist/chunk-44NYQB5Q.js +2 -0
- package/dist/chunk-44NYQB5Q.js.map +1 -0
- package/dist/chunk-4J5VH5LJ.cjs +3 -0
- package/dist/chunk-4J5VH5LJ.cjs.map +1 -0
- package/dist/chunk-5I4Z5UH2.cjs +2 -0
- package/dist/chunk-5I4Z5UH2.cjs.map +1 -0
- package/dist/chunk-5OFDFIKR.cjs +3 -0
- package/dist/chunk-5OFDFIKR.cjs.map +1 -0
- package/dist/chunk-5PR2CYMI.js +2 -0
- package/dist/chunk-5PR2CYMI.js.map +1 -0
- package/dist/chunk-5UIHDRL5.cjs +2 -0
- package/dist/chunk-5UIHDRL5.cjs.map +1 -0
- package/dist/chunk-5WVMNLF5.js +3 -0
- package/dist/chunk-5WVMNLF5.js.map +1 -0
- package/dist/chunk-66FJHKLA.js +3 -0
- package/dist/chunk-66FJHKLA.js.map +1 -0
- package/dist/chunk-6GUVMAUD.js +2 -0
- package/dist/chunk-6GUVMAUD.js.map +1 -0
- package/dist/chunk-6RCHKEAL.js +2 -0
- package/dist/chunk-6RCHKEAL.js.map +1 -0
- package/dist/chunk-7CMIOVOL.cjs +2 -0
- package/dist/chunk-7CMIOVOL.cjs.map +1 -0
- package/dist/chunk-7DETO5IF.js +2 -0
- package/dist/chunk-7DETO5IF.js.map +1 -0
- package/dist/chunk-7YECUWTF.cjs +2 -0
- package/dist/chunk-7YECUWTF.cjs.map +1 -0
- package/dist/chunk-A5KHH4N5.js +3 -0
- package/dist/chunk-A5KHH4N5.js.map +1 -0
- package/dist/chunk-A5WNELZD.js +3 -0
- package/dist/chunk-A5WNELZD.js.map +1 -0
- package/dist/chunk-AH7SOHCK.js +2 -0
- package/dist/chunk-AH7SOHCK.js.map +1 -0
- package/dist/chunk-B75CXWTP.js +10 -0
- package/dist/chunk-B75CXWTP.js.map +1 -0
- package/dist/chunk-BBZUUQZE.cjs +3 -0
- package/dist/chunk-BBZUUQZE.cjs.map +1 -0
- package/dist/chunk-BF5N2G3I.js +3 -0
- package/dist/chunk-BF5N2G3I.js.map +1 -0
- package/dist/chunk-BJATVKHY.cjs +2 -0
- package/dist/chunk-BJATVKHY.cjs.map +1 -0
- package/dist/chunk-BMQTMYRT.cjs +2 -0
- package/dist/chunk-BMQTMYRT.cjs.map +1 -0
- package/dist/chunk-BQATTZR6.js +3 -0
- package/dist/chunk-BQATTZR6.js.map +1 -0
- package/dist/chunk-C64QCBR2.js +3 -0
- package/dist/chunk-C64QCBR2.js.map +1 -0
- package/dist/chunk-C6LFO5DZ.js +2 -0
- package/dist/chunk-C6LFO5DZ.js.map +1 -0
- package/dist/chunk-CD4LRHKJ.js +2 -0
- package/dist/chunk-CD4LRHKJ.js.map +1 -0
- package/dist/chunk-CUQI3YUM.js +3 -0
- package/dist/chunk-CUQI3YUM.js.map +1 -0
- package/dist/chunk-CZW7BABY.js +2 -0
- package/dist/chunk-CZW7BABY.js.map +1 -0
- package/dist/chunk-D4GX3EGZ.js +4 -0
- package/dist/chunk-D4GX3EGZ.js.map +1 -0
- package/dist/chunk-DG5W33AY.js +3 -0
- package/dist/chunk-DG5W33AY.js.map +1 -0
- package/dist/chunk-DJ66MNKV.cjs +2 -0
- package/dist/chunk-DJ66MNKV.cjs.map +1 -0
- package/dist/chunk-DPN6OBT5.cjs +2 -0
- package/dist/chunk-DPN6OBT5.cjs.map +1 -0
- package/dist/chunk-EFOR7V7D.js +8 -0
- package/dist/chunk-EFOR7V7D.js.map +1 -0
- package/dist/chunk-EOINGUY5.js +3 -0
- package/dist/chunk-EOINGUY5.js.map +1 -0
- package/dist/chunk-EPIKMYCU.js +2 -0
- package/dist/chunk-EPIKMYCU.js.map +1 -0
- package/dist/chunk-FLCPH2Y3.js +7 -0
- package/dist/chunk-FLCPH2Y3.js.map +1 -0
- package/dist/chunk-FQMDEZOD.js +3 -0
- package/dist/chunk-FQMDEZOD.js.map +1 -0
- package/dist/chunk-FUCAOFJM.cjs +3 -0
- package/dist/chunk-FUCAOFJM.cjs.map +1 -0
- package/dist/chunk-GEGMACK2.cjs +2 -0
- package/dist/chunk-GEGMACK2.cjs.map +1 -0
- package/dist/chunk-GILDGRSK.cjs +2 -0
- package/dist/chunk-GILDGRSK.cjs.map +1 -0
- package/dist/chunk-GPBY3OXV.js +2 -0
- package/dist/chunk-GPBY3OXV.js.map +1 -0
- package/dist/chunk-GQMPLRHE.cjs +2 -0
- package/dist/chunk-GQMPLRHE.cjs.map +1 -0
- package/dist/chunk-GXUG743T.cjs +2 -0
- package/dist/chunk-GXUG743T.cjs.map +1 -0
- package/dist/chunk-HH3WELAD.cjs +4 -0
- package/dist/chunk-HH3WELAD.cjs.map +1 -0
- package/dist/chunk-HHRFK2PR.cjs +3 -0
- package/dist/chunk-HHRFK2PR.cjs.map +1 -0
- package/dist/chunk-HK3P6AFX.js +3 -0
- package/dist/chunk-HK3P6AFX.js.map +1 -0
- package/dist/chunk-HMIZ2FLM.js +2 -0
- package/dist/chunk-HMIZ2FLM.js.map +1 -0
- package/dist/chunk-HSTGLQCX.js +2 -0
- package/dist/chunk-HSTGLQCX.js.map +1 -0
- package/dist/chunk-I2XSW7Z5.cjs +5 -0
- package/dist/chunk-I2XSW7Z5.cjs.map +1 -0
- package/dist/chunk-IB3F3GQH.cjs +2 -0
- package/dist/chunk-IB3F3GQH.cjs.map +1 -0
- package/dist/chunk-IDBQZSEH.cjs +3 -0
- package/dist/chunk-IDBQZSEH.cjs.map +1 -0
- package/dist/chunk-INJYCBBJ.js +2 -0
- package/dist/chunk-INJYCBBJ.js.map +1 -0
- package/dist/chunk-IRFLFNL5.js +2 -0
- package/dist/chunk-IRFLFNL5.js.map +1 -0
- package/dist/chunk-IUV4VDAV.js +2 -0
- package/dist/chunk-IUV4VDAV.js.map +1 -0
- package/dist/chunk-IXYHCDGV.cjs +2 -0
- package/dist/chunk-IXYHCDGV.cjs.map +1 -0
- package/dist/chunk-JARFLL3F.cjs +2 -0
- package/dist/chunk-JARFLL3F.cjs.map +1 -0
- package/dist/chunk-JCWSBSWV.cjs +3 -0
- package/dist/chunk-JCWSBSWV.cjs.map +1 -0
- package/dist/chunk-JEH6Z3MR.cjs +2 -0
- package/dist/chunk-JEH6Z3MR.cjs.map +1 -0
- package/dist/chunk-JFOVEN3B.cjs +3 -0
- package/dist/chunk-JFOVEN3B.cjs.map +1 -0
- package/dist/chunk-JYXWSTI2.cjs +3 -0
- package/dist/chunk-JYXWSTI2.cjs.map +1 -0
- package/dist/chunk-K6MORX7I.cjs +3 -0
- package/dist/chunk-K6MORX7I.cjs.map +1 -0
- package/dist/chunk-K7T7NPVY.cjs +3 -0
- package/dist/chunk-K7T7NPVY.cjs.map +1 -0
- package/dist/chunk-KTJSSK5R.cjs +3 -0
- package/dist/chunk-KTJSSK5R.cjs.map +1 -0
- package/dist/chunk-KZLVWPZ4.cjs +2 -0
- package/dist/chunk-KZLVWPZ4.cjs.map +1 -0
- package/dist/chunk-LBKGAOAD.cjs +3 -0
- package/dist/chunk-LBKGAOAD.cjs.map +1 -0
- package/dist/chunk-LFC2ZCOA.js +2 -0
- package/dist/chunk-LFC2ZCOA.js.map +1 -0
- package/dist/chunk-LR3HOWU3.cjs +7 -0
- package/dist/chunk-LR3HOWU3.cjs.map +1 -0
- package/dist/chunk-LSVSIJSZ.js +2 -0
- package/dist/chunk-LSVSIJSZ.js.map +1 -0
- package/dist/chunk-LSWFX7YA.js +2 -0
- package/dist/chunk-LSWFX7YA.js.map +1 -0
- package/dist/chunk-LTTNSKMY.js +3 -0
- package/dist/chunk-LTTNSKMY.js.map +1 -0
- package/dist/chunk-MQDQYKWH.cjs +2 -0
- package/dist/chunk-MQDQYKWH.cjs.map +1 -0
- package/dist/chunk-MYTJTOT2.cjs +3 -0
- package/dist/chunk-MYTJTOT2.cjs.map +1 -0
- package/dist/chunk-N33THJV6.js +2 -0
- package/dist/chunk-N33THJV6.js.map +1 -0
- package/dist/chunk-NAYWFNN3.cjs +3 -0
- package/dist/chunk-NAYWFNN3.cjs.map +1 -0
- package/dist/chunk-NLTKS2AW.cjs +2 -0
- package/dist/chunk-NLTKS2AW.cjs.map +1 -0
- package/dist/chunk-NPQYWNWJ.js +5 -0
- package/dist/chunk-NPQYWNWJ.js.map +1 -0
- package/dist/chunk-NQDWD4YU.cjs +3 -0
- package/dist/chunk-NQDWD4YU.cjs.map +1 -0
- package/dist/chunk-NQROZGX3.cjs +3 -0
- package/dist/chunk-NQROZGX3.cjs.map +1 -0
- package/dist/chunk-OBCY7C52.js +2 -0
- package/dist/chunk-OBCY7C52.js.map +1 -0
- package/dist/chunk-OHGVKGNE.cjs +3 -0
- package/dist/chunk-OHGVKGNE.cjs.map +1 -0
- package/dist/chunk-OT3WFOIC.js +3 -0
- package/dist/chunk-OT3WFOIC.js.map +1 -0
- package/dist/chunk-OY6BHM7Z.js +2 -0
- package/dist/chunk-OY6BHM7Z.js.map +1 -0
- package/dist/chunk-P7JCQIFW.cjs +3 -0
- package/dist/chunk-P7JCQIFW.cjs.map +1 -0
- package/dist/chunk-PANRCNY2.cjs +2 -0
- package/dist/chunk-PANRCNY2.cjs.map +1 -0
- package/dist/chunk-Q5QYWRL2.cjs +10 -0
- package/dist/chunk-Q5QYWRL2.cjs.map +1 -0
- package/dist/chunk-Q7U6JI5R.js +3 -0
- package/dist/chunk-Q7U6JI5R.js.map +1 -0
- package/dist/chunk-QCNAJEOX.js +2 -0
- package/dist/chunk-QCNAJEOX.js.map +1 -0
- package/dist/chunk-QNKG2DPA.cjs +2 -0
- package/dist/chunk-QNKG2DPA.cjs.map +1 -0
- package/dist/chunk-QPCPKW5R.cjs +2 -0
- package/dist/chunk-QPCPKW5R.cjs.map +1 -0
- package/dist/chunk-QYYK7LNR.cjs +2 -0
- package/dist/chunk-QYYK7LNR.cjs.map +1 -0
- package/dist/chunk-R3JFYIT4.js +3 -0
- package/dist/chunk-R3JFYIT4.js.map +1 -0
- package/dist/chunk-SDQQRSTP.cjs +2 -0
- package/dist/chunk-SDQQRSTP.cjs.map +1 -0
- package/dist/chunk-SDUI3BD3.js +3 -0
- package/dist/chunk-SDUI3BD3.js.map +1 -0
- package/dist/chunk-SM3TAJ4O.js +3 -0
- package/dist/chunk-SM3TAJ4O.js.map +1 -0
- package/dist/chunk-T6LF37LZ.cjs +2 -0
- package/dist/chunk-T6LF37LZ.cjs.map +1 -0
- package/dist/chunk-T7UFQMPU.cjs +2 -0
- package/dist/chunk-T7UFQMPU.cjs.map +1 -0
- package/dist/chunk-TRSOXPTQ.js +2 -0
- package/dist/chunk-TRSOXPTQ.js.map +1 -0
- package/dist/chunk-U463DIED.cjs +2 -0
- package/dist/chunk-U463DIED.cjs.map +1 -0
- package/dist/chunk-U7XVI2DM.js +2 -0
- package/dist/chunk-U7XVI2DM.js.map +1 -0
- package/dist/chunk-UD7H25BH.js +5 -0
- package/dist/chunk-UD7H25BH.js.map +1 -0
- package/dist/chunk-UIPKSEN4.js +2 -0
- package/dist/chunk-UIPKSEN4.js.map +1 -0
- package/dist/chunk-UOUTX4UQ.js +2 -0
- package/dist/chunk-UOUTX4UQ.js.map +1 -0
- package/dist/chunk-UW52DKV3.js +3 -0
- package/dist/chunk-UW52DKV3.js.map +1 -0
- package/dist/chunk-VAQT7RDM.js +3 -0
- package/dist/chunk-VAQT7RDM.js.map +1 -0
- package/dist/chunk-VITZI5ZU.js +3 -0
- package/dist/chunk-VITZI5ZU.js.map +1 -0
- package/dist/chunk-VMS6VUOL.js +2 -0
- package/dist/chunk-VMS6VUOL.js.map +1 -0
- package/dist/chunk-WGTOLA3Y.js +2 -0
- package/dist/chunk-WGTOLA3Y.js.map +1 -0
- package/dist/chunk-WI4TNNNO.js +3 -0
- package/dist/chunk-WI4TNNNO.js.map +1 -0
- package/dist/chunk-WK65I7SX.js +2 -0
- package/dist/chunk-WK65I7SX.js.map +1 -0
- package/dist/chunk-WNZ75AHP.js +2 -0
- package/dist/chunk-WNZ75AHP.js.map +1 -0
- package/dist/chunk-WVNRAFBY.js +2 -0
- package/dist/chunk-WVNRAFBY.js.map +1 -0
- package/dist/chunk-X4IWMGAB.js +2 -0
- package/dist/chunk-X4IWMGAB.js.map +1 -0
- package/dist/chunk-X7RB2GVW.cjs +3 -0
- package/dist/chunk-X7RB2GVW.cjs.map +1 -0
- package/dist/chunk-XD4GVLVZ.cjs +2 -0
- package/dist/chunk-XD4GVLVZ.cjs.map +1 -0
- package/dist/chunk-XFF6JIWQ.cjs +2 -0
- package/dist/chunk-XFF6JIWQ.cjs.map +1 -0
- package/dist/chunk-XLPIZNJE.js +2 -0
- package/dist/chunk-XLPIZNJE.js.map +1 -0
- package/dist/chunk-YFLTXRKM.js +3 -0
- package/dist/chunk-YFLTXRKM.js.map +1 -0
- package/dist/chunk-YLW7AQNY.cjs +3 -0
- package/dist/chunk-YLW7AQNY.cjs.map +1 -0
- package/dist/chunk-YN2B2CVU.cjs +5 -0
- package/dist/chunk-YN2B2CVU.cjs.map +1 -0
- package/dist/chunk-YNK4LVRZ.cjs +3 -0
- package/dist/chunk-YNK4LVRZ.cjs.map +1 -0
- package/dist/chunk-YXSYDX6L.js +3 -0
- package/dist/chunk-YXSYDX6L.js.map +1 -0
- package/dist/chunk-YYJKIDZ2.js +3 -0
- package/dist/chunk-YYJKIDZ2.js.map +1 -0
- package/dist/chunk-ZCYVKA4Y.cjs +3 -0
- package/dist/chunk-ZCYVKA4Y.cjs.map +1 -0
- package/dist/chunk-ZFZ3ADIT.js +3 -0
- package/dist/chunk-ZFZ3ADIT.js.map +1 -0
- package/dist/chunk-ZQPA2IN5.cjs +3 -0
- package/dist/chunk-ZQPA2IN5.cjs.map +1 -0
- package/dist/chunk-ZZHLRB6H.cjs +2 -0
- package/dist/chunk-ZZHLRB6H.cjs.map +1 -0
- package/dist/contact-section.cjs +2 -0
- package/dist/contact-section.cjs.map +1 -0
- package/dist/contact-section.d.mts +25 -0
- package/dist/contact-section.d.ts +25 -0
- package/dist/contact-section.js +2 -0
- package/dist/contact-section.js.map +1 -0
- package/dist/cover-setion.cjs +2 -0
- package/dist/cover-setion.cjs.map +1 -0
- package/dist/cover-setion.d.mts +8 -0
- package/dist/cover-setion.d.ts +8 -0
- package/dist/cover-setion.js +2 -0
- package/dist/cover-setion.js.map +1 -0
- package/dist/en-QWOTEXHG.js +2 -0
- package/dist/en-QWOTEXHG.js.map +1 -0
- package/dist/en-TXSQPBHO.cjs +2 -0
- package/dist/en-TXSQPBHO.cjs.map +1 -0
- package/dist/fr-2MITF4HO.cjs +11 -0
- package/dist/fr-2MITF4HO.cjs.map +1 -0
- package/dist/fr-KA7CH2XX.js +11 -0
- package/dist/fr-KA7CH2XX.js.map +1 -0
- package/dist/general-BjKe3K-e.d.mts +60 -0
- package/dist/general-BjKe3K-e.d.ts +60 -0
- package/dist/gift-avatar-section.cjs +2 -0
- package/dist/gift-avatar-section.cjs.map +1 -0
- package/dist/gift-avatar-section.d.mts +20 -0
- package/dist/gift-avatar-section.d.ts +20 -0
- package/dist/gift-avatar-section.js +2 -0
- package/dist/gift-avatar-section.js.map +1 -0
- package/dist/header-section.cjs +2 -0
- package/dist/header-section.cjs.map +1 -0
- package/dist/header-section.d.mts +8 -0
- package/dist/header-section.d.ts +8 -0
- package/dist/header-section.js +2 -0
- package/dist/header-section.js.map +1 -0
- package/dist/hesman-cert-section.cjs +2 -0
- package/dist/hesman-cert-section.cjs.map +1 -0
- package/dist/hesman-cert-section.d.mts +11 -0
- package/dist/hesman-cert-section.d.ts +11 -0
- package/dist/hesman-cert-section.js +2 -0
- package/dist/hesman-cert-section.js.map +1 -0
- package/dist/hesman-greeting-section.cjs +2 -0
- package/dist/hesman-greeting-section.cjs.map +1 -0
- package/dist/hesman-greeting-section.d.mts +20 -0
- package/dist/hesman-greeting-section.d.ts +20 -0
- package/dist/hesman-greeting-section.js +2 -0
- package/dist/hesman-greeting-section.js.map +1 -0
- package/dist/hesman-metaverse-section.cjs +2 -0
- package/dist/hesman-metaverse-section.cjs.map +1 -0
- package/dist/hesman-metaverse-section.d.mts +22 -0
- package/dist/hesman-metaverse-section.d.ts +22 -0
- package/dist/hesman-metaverse-section.js +2 -0
- package/dist/hesman-metaverse-section.js.map +1 -0
- package/dist/hesman-puzzle-section.cjs +2 -0
- package/dist/hesman-puzzle-section.cjs.map +1 -0
- package/dist/hesman-puzzle-section.d.mts +10 -0
- package/dist/hesman-puzzle-section.d.ts +10 -0
- package/dist/hesman-puzzle-section.js +2 -0
- package/dist/hesman-puzzle-section.js.map +1 -0
- package/dist/hesman-thankyou-section.cjs +2 -0
- package/dist/hesman-thankyou-section.cjs.map +1 -0
- package/dist/hesman-thankyou-section.d.mts +20 -0
- package/dist/hesman-thankyou-section.d.ts +20 -0
- package/dist/hesman-thankyou-section.js +2 -0
- package/dist/hesman-thankyou-section.js.map +1 -0
- package/dist/hesman-video-section.cjs +2 -0
- package/dist/hesman-video-section.cjs.map +1 -0
- package/dist/hesman-video-section.d.mts +15 -0
- package/dist/hesman-video-section.d.ts +15 -0
- package/dist/hesman-video-section.js +2 -0
- package/dist/hesman-video-section.js.map +1 -0
- package/dist/home-section.cjs +2 -0
- package/dist/home-section.cjs.map +1 -0
- package/dist/home-section.d.mts +51 -0
- package/dist/home-section.d.ts +51 -0
- package/dist/home-section.js +2 -0
- package/dist/home-section.js.map +1 -0
- package/dist/horizontal-book-image-section.cjs +2 -0
- package/dist/horizontal-book-image-section.cjs.map +1 -0
- package/dist/horizontal-book-image-section.d.mts +8 -0
- package/dist/horizontal-book-image-section.d.ts +8 -0
- package/dist/horizontal-book-image-section.js +2 -0
- package/dist/horizontal-book-image-section.js.map +1 -0
- package/dist/horizontal-image-list-section.cjs +2 -0
- package/dist/horizontal-image-list-section.cjs.map +1 -0
- package/dist/horizontal-image-list-section.d.mts +8 -0
- package/dist/horizontal-image-list-section.d.ts +8 -0
- package/dist/horizontal-image-list-section.js +2 -0
- package/dist/horizontal-image-list-section.js.map +1 -0
- package/dist/image-padding-section.cjs +2 -0
- package/dist/image-padding-section.cjs.map +1 -0
- package/dist/image-padding-section.d.mts +8 -0
- package/dist/image-padding-section.d.ts +8 -0
- package/dist/image-padding-section.js +2 -0
- package/dist/image-padding-section.js.map +1 -0
- package/dist/image-text-array-section.cjs +2 -0
- package/dist/image-text-array-section.cjs.map +1 -0
- package/dist/image-text-array-section.d.mts +21 -0
- package/dist/image-text-array-section.d.ts +21 -0
- package/dist/image-text-array-section.js +2 -0
- package/dist/image-text-array-section.js.map +1 -0
- package/dist/image-text-section.cjs +2 -0
- package/dist/image-text-section.cjs.map +1 -0
- package/dist/image-text-section.d.mts +9 -0
- package/dist/image-text-section.d.ts +9 -0
- package/dist/image-text-section.js +2 -0
- package/dist/image-text-section.js.map +1 -0
- package/dist/index.cjs +3 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.mts +162 -0
- package/dist/index.d.ts +162 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -0
- package/dist/khaocoky.cjs +2 -0
- package/dist/khaocoky.cjs.map +1 -0
- package/dist/khaocoky.d.mts +24 -0
- package/dist/khaocoky.d.ts +24 -0
- package/dist/khaocoky.js +2 -0
- package/dist/khaocoky.js.map +1 -0
- package/dist/khaocokyv2.cjs +2 -0
- package/dist/khaocokyv2.cjs.map +1 -0
- package/dist/khaocokyv2.d.mts +24 -0
- package/dist/khaocokyv2.d.ts +24 -0
- package/dist/khaocokyv2.js +2 -0
- package/dist/khaocokyv2.js.map +1 -0
- package/dist/letter-section.cjs +2 -0
- package/dist/letter-section.cjs.map +1 -0
- package/dist/letter-section.d.mts +13 -0
- package/dist/letter-section.d.ts +13 -0
- package/dist/letter-section.js +2 -0
- package/dist/letter-section.js.map +1 -0
- package/dist/lexical-letter-section.cjs +2 -0
- package/dist/lexical-letter-section.cjs.map +1 -0
- package/dist/lexical-letter-section.d.mts +13 -0
- package/dist/lexical-letter-section.d.ts +13 -0
- package/dist/lexical-letter-section.js +2 -0
- package/dist/lexical-letter-section.js.map +1 -0
- package/dist/metaverse-section.cjs +2 -0
- package/dist/metaverse-section.cjs.map +1 -0
- package/dist/metaverse-section.d.mts +5 -0
- package/dist/metaverse-section.d.ts +5 -0
- package/dist/metaverse-section.js +2 -0
- package/dist/metaverse-section.js.map +1 -0
- package/dist/navigation-section.cjs +2 -0
- package/dist/navigation-section.cjs.map +1 -0
- package/dist/navigation-section.d.mts +10 -0
- package/dist/navigation-section.d.ts +10 -0
- package/dist/navigation-section.js +2 -0
- package/dist/navigation-section.js.map +1 -0
- package/dist/nguyen-kim-lucky-voucher.cjs +2 -0
- package/dist/nguyen-kim-lucky-voucher.cjs.map +1 -0
- package/dist/nguyen-kim-lucky-voucher.d.mts +8 -0
- package/dist/nguyen-kim-lucky-voucher.d.ts +8 -0
- package/dist/nguyen-kim-lucky-voucher.js +2 -0
- package/dist/nguyen-kim-lucky-voucher.js.map +1 -0
- package/dist/pet-profile-section.cjs +2 -0
- package/dist/pet-profile-section.cjs.map +1 -0
- package/dist/pet-profile-section.d.mts +26 -0
- package/dist/pet-profile-section.d.ts +26 -0
- package/dist/pet-profile-section.js +2 -0
- package/dist/pet-profile-section.js.map +1 -0
- package/dist/profile-section.cjs +2 -0
- package/dist/profile-section.cjs.map +1 -0
- package/dist/profile-section.d.mts +29 -0
- package/dist/profile-section.d.ts +29 -0
- package/dist/profile-section.js +2 -0
- package/dist/profile-section.js.map +1 -0
- package/dist/qua-tang-quoc-hoi.cjs +2 -0
- package/dist/qua-tang-quoc-hoi.cjs.map +1 -0
- package/dist/qua-tang-quoc-hoi.d.mts +18 -0
- package/dist/qua-tang-quoc-hoi.d.ts +18 -0
- package/dist/qua-tang-quoc-hoi.js +2 -0
- package/dist/qua-tang-quoc-hoi.js.map +1 -0
- package/dist/quiz-section.cjs +2 -0
- package/dist/quiz-section.cjs.map +1 -0
- package/dist/quiz-section.d.mts +24 -0
- package/dist/quiz-section.d.ts +24 -0
- package/dist/quiz-section.js +2 -0
- package/dist/quiz-section.js.map +1 -0
- package/dist/section-full-screen.cjs +2 -0
- package/dist/section-full-screen.cjs.map +1 -0
- package/dist/section-full-screen.d.mts +14 -0
- package/dist/section-full-screen.d.ts +14 -0
- package/dist/section-full-screen.js +2 -0
- package/dist/section-full-screen.js.map +1 -0
- package/dist/tet-cover-section1.cjs +2 -0
- package/dist/tet-cover-section1.cjs.map +1 -0
- package/dist/tet-cover-section1.d.mts +8 -0
- package/dist/tet-cover-section1.d.ts +8 -0
- package/dist/tet-cover-section1.js +2 -0
- package/dist/tet-cover-section1.js.map +1 -0
- package/dist/tet-cover-section2.cjs +2 -0
- package/dist/tet-cover-section2.cjs.map +1 -0
- package/dist/tet-cover-section2.d.mts +8 -0
- package/dist/tet-cover-section2.d.ts +8 -0
- package/dist/tet-cover-section2.js +2 -0
- package/dist/tet-cover-section2.js.map +1 -0
- package/dist/tet-lucky-money-section.cjs +2 -0
- package/dist/tet-lucky-money-section.cjs.map +1 -0
- package/dist/tet-lucky-money-section.d.mts +12 -0
- package/dist/tet-lucky-money-section.d.ts +12 -0
- package/dist/tet-lucky-money-section.js +2 -0
- package/dist/tet-lucky-money-section.js.map +1 -0
- package/dist/tet-lucky-money-section2.cjs +2 -0
- package/dist/tet-lucky-money-section2.cjs.map +1 -0
- package/dist/tet-lucky-money-section2.d.mts +12 -0
- package/dist/tet-lucky-money-section2.d.ts +12 -0
- package/dist/tet-lucky-money-section2.js +2 -0
- package/dist/tet-lucky-money-section2.js.map +1 -0
- package/dist/valentine.cjs +2 -0
- package/dist/valentine.cjs.map +1 -0
- package/dist/valentine.d.mts +29 -0
- package/dist/valentine.d.ts +29 -0
- package/dist/valentine.js +2 -0
- package/dist/valentine.js.map +1 -0
- package/dist/vertical-carousel-section.cjs +2 -0
- package/dist/vertical-carousel-section.cjs.map +1 -0
- package/dist/vertical-carousel-section.d.mts +8 -0
- package/dist/vertical-carousel-section.d.ts +8 -0
- package/dist/vertical-carousel-section.js +2 -0
- package/dist/vertical-carousel-section.js.map +1 -0
- package/dist/video-intro-section.cjs +2 -0
- package/dist/video-intro-section.cjs.map +1 -0
- package/dist/video-intro-section.d.mts +10 -0
- package/dist/video-intro-section.d.ts +10 -0
- package/dist/video-intro-section.js +2 -0
- package/dist/video-intro-section.js.map +1 -0
- package/dist/woman-day.cjs +2 -0
- package/dist/woman-day.cjs.map +1 -0
- package/dist/woman-day.d.mts +17 -0
- package/dist/woman-day.d.ts +17 -0
- package/dist/woman-day.js +2 -0
- package/dist/woman-day.js.map +1 -0
- package/entries/advance-profile-section.ts +1 -0
- package/entries/author-section.ts +1 -0
- package/entries/b-e-d-i-page-section.ts +2 -0
- package/entries/bao-ngay-nay2025-section.ts +1 -0
- package/entries/biz-card-profile-section.ts +1 -0
- package/entries/book-section.ts +1 -0
- package/entries/business-card-section.ts +1 -0
- package/entries/christmas.ts +1 -0
- package/entries/contact-section.ts +1 -0
- package/entries/cover-setion.ts +1 -0
- package/entries/gift-avatar-section.ts +1 -0
- package/entries/header-section.ts +1 -0
- package/entries/hesman-cert-section.ts +1 -0
- package/entries/hesman-greeting-section.ts +1 -0
- package/entries/hesman-metaverse-section.ts +1 -0
- package/entries/hesman-puzzle-section.ts +1 -0
- package/entries/hesman-thankyou-section.ts +1 -0
- package/entries/hesman-video-section.ts +1 -0
- package/entries/home-section.ts +1 -0
- package/entries/horizontal-book-image-section.ts +1 -0
- package/entries/horizontal-image-list-section.ts +1 -0
- package/entries/image-padding-section.ts +1 -0
- package/entries/image-text-array-section.ts +1 -0
- package/entries/image-text-section.ts +1 -0
- package/entries/khaocoky.ts +1 -0
- package/entries/khaocokyv2.ts +1 -0
- package/entries/letter-section.ts +1 -0
- package/entries/lexical-letter-section.ts +1 -0
- package/entries/metaverse-section.ts +1 -0
- package/entries/navigation-section.ts +2 -0
- package/entries/nguyen-kim-lucky-voucher.ts +1 -0
- package/entries/pet-profile-section.ts +1 -0
- package/entries/profile-section.ts +1 -0
- package/entries/qua-tang-quoc-hoi.ts +1 -0
- package/entries/quiz-section.ts +1 -0
- package/entries/section-full-screen.ts +1 -0
- package/entries/tet-cover-section1.ts +1 -0
- package/entries/tet-cover-section2.ts +1 -0
- package/entries/tet-lucky-money-section.ts +1 -0
- package/entries/tet-lucky-money-section2.ts +1 -0
- package/entries/valentine.ts +1 -0
- package/entries/vertical-carousel-section.ts +1 -0
- package/entries/video-intro-section.ts +1 -0
- package/entries/woman-day.ts +1 -0
- package/entry-points.json +47 -0
- package/exports-map.json +179 -0
- package/fonts.css +144 -0
- package/generate-exports.cjs +22 -0
- package/generate-exports.js +23 -0
- package/generate-tsup-entries.js +17 -0
- package/index.css +162 -0
- package/index.ts +23 -0
- package/package.json +306 -0
- package/postcss.config.js +6 -0
- package/regenerate-entries-direct.cjs +60 -0
- package/regenerate-entries.cjs +60 -0
- package/src/components/LandingPage/common/3DModel/ThreeModalTongla.tsx +114 -0
- package/src/components/LandingPage/common/3DModel/ThreeModel.tsx +210 -0
- package/src/components/LandingPage/common/3DModel/index.tsx +90 -0
- package/src/components/LandingPage/common/CarouselCustom/index.tsx +80 -0
- package/src/components/LandingPage/common/FadeInMotion/index.tsx +60 -0
- package/src/components/LandingPage/common/SectionFullScreen/index.tsx +68 -0
- package/src/components/LandingPage/common/Video/index.tsx +90 -0
- package/src/components/LandingPage/common/icons/3DCubeScanIcon.tsx +38 -0
- package/src/components/LandingPage/common/icons/3DFlipIcon.tsx +27 -0
- package/src/components/LandingPage/common/icons/ARExploreIcon.tsx +15 -0
- package/src/components/LandingPage/common/icons/AcreageIcon.tsx +68 -0
- package/src/components/LandingPage/common/icons/ArrowDownIcon.tsx +19 -0
- package/src/components/LandingPage/common/icons/ArrowLeftIcon.tsx +21 -0
- package/src/components/LandingPage/common/icons/ArrowRightIcon.tsx +21 -0
- package/src/components/LandingPage/common/icons/ArrowUpIcon.tsx +21 -0
- package/src/components/LandingPage/common/icons/BurgerIcon.tsx +21 -0
- package/src/components/LandingPage/common/icons/CircleDownIcon.tsx +29 -0
- package/src/components/LandingPage/common/icons/ClockIcon.tsx +28 -0
- package/src/components/LandingPage/common/icons/CloseIcon.tsx +23 -0
- package/src/components/LandingPage/common/icons/CloseQuotesIcon.tsx +17 -0
- package/src/components/LandingPage/common/icons/CopyIcon.tsx +31 -0
- package/src/components/LandingPage/common/icons/CopyrightByPGLIcon.tsx +80 -0
- package/src/components/LandingPage/common/icons/DoubleArrowDownIcon.tsx +31 -0
- package/src/components/LandingPage/common/icons/EyeIcon.tsx +30 -0
- package/src/components/LandingPage/common/icons/FlipIcon.tsx +23 -0
- package/src/components/LandingPage/common/icons/FourthMedalIcon.tsx +287 -0
- package/src/components/LandingPage/common/icons/GoBackIcon.tsx +23 -0
- package/src/components/LandingPage/common/icons/GoogleIcon.tsx +41 -0
- package/src/components/LandingPage/common/icons/GrindSize.tsx +321 -0
- package/src/components/LandingPage/common/icons/HeartFillIcon.tsx +21 -0
- package/src/components/LandingPage/common/icons/HeightIcon.tsx +23 -0
- package/src/components/LandingPage/common/icons/IconAuction.tsx +17 -0
- package/src/components/LandingPage/common/icons/IconCalendar.tsx +16 -0
- package/src/components/LandingPage/common/icons/IconExternalLink.tsx +21 -0
- package/src/components/LandingPage/common/icons/IconMuted.tsx +17 -0
- package/src/components/LandingPage/common/icons/IconReset.tsx +19 -0
- package/src/components/LandingPage/common/icons/IconUmuted.tsx +18 -0
- package/src/components/LandingPage/common/icons/InfoFillIcon.tsx +20 -0
- package/src/components/LandingPage/common/icons/KeyIcon.tsx +24 -0
- package/src/components/LandingPage/common/icons/KyokaiIcon.tsx +53 -0
- package/src/components/LandingPage/common/icons/LanguageIcon.tsx +49 -0
- package/src/components/LandingPage/common/icons/LikeIcon.tsx +29 -0
- package/src/components/LandingPage/common/icons/LogoutIcon.tsx +23 -0
- package/src/components/LandingPage/common/icons/MailIcon.tsx +32 -0
- package/src/components/LandingPage/common/icons/OnchainIcon.tsx +97 -0
- package/src/components/LandingPage/common/icons/OpenQuotesIcon.tsx +17 -0
- package/src/components/LandingPage/common/icons/PhoneIcon.tsx +22 -0
- package/src/components/LandingPage/common/icons/PlayIcon.tsx +21 -0
- package/src/components/LandingPage/common/icons/PressureClockIcon.tsx +32 -0
- package/src/components/LandingPage/common/icons/ProfileIcon.tsx +30 -0
- package/src/components/LandingPage/common/icons/ReadingBookIcon.tsx +22 -0
- package/src/components/LandingPage/common/icons/ScaleIcon.tsx +28 -0
- package/src/components/LandingPage/common/icons/SecondMedalIcon.tsx +1137 -0
- package/src/components/LandingPage/common/icons/SignoutIcon.tsx +30 -0
- package/src/components/LandingPage/common/icons/SparkleIcon.tsx +28 -0
- package/src/components/LandingPage/common/icons/TemperatureIcon.tsx +20 -0
- package/src/components/LandingPage/common/icons/ThirdMedalIcon.tsx +620 -0
- package/src/components/LandingPage/common/icons/TickIcon.tsx +20 -0
- package/src/components/LandingPage/common/icons/TickIconBlue.tsx +30 -0
- package/src/components/LandingPage/common/icons/TickIconGreen.tsx +30 -0
- package/src/components/LandingPage/common/icons/TouchIcon.tsx +22 -0
- package/src/components/LandingPage/common/icons/WaterDropIcon.tsx +23 -0
- package/src/components/LandingPage/common/icons/WaterIcon.tsx +37 -0
- package/src/components/LandingPage/common/icons/Weight.tsx +36 -0
- package/src/components/LandingPage/common/icons/WinnerMedalIcon.tsx +1185 -0
- package/src/components/LandingPage/common/icons/YieldIcon.tsx +36 -0
- package/src/components/LandingPage/common/icons/ZoomInFillIcon.tsx +20 -0
- package/src/components/LandingPage/common/icons/icons-v2/BurgerIcon.tsx +23 -0
- package/src/components/LandingPage/common/icons/icons-v2/LogoNomion.tsx +56 -0
- package/src/components/LandingPage/common/icons/icons-v2/NdachainIcon.tsx +251 -0
- package/src/components/LandingPage/common/icons/icons-v2/OnchainIcon.tsx +97 -0
- package/src/components/LandingPage/common/icons/icons-v2/index.ts +4 -0
- package/src/components/LandingPage/common/icons/index.ts +23 -0
- package/src/components/LandingPage/common/icons/social-icons/FacebookIcon.tsx +24 -0
- package/src/components/LandingPage/common/icons/social-icons/IconMail.tsx +17 -0
- package/src/components/LandingPage/common/icons/social-icons/IconPhone.tsx +21 -0
- package/src/components/LandingPage/common/icons/social-icons/InstagramIcon.tsx +24 -0
- package/src/components/LandingPage/common/icons/social-icons/LinkedinIcon.tsx +23 -0
- package/src/components/LandingPage/common/icons/social-icons/LocationIcon.tsx +16 -0
- package/src/components/LandingPage/common/icons/social-icons/TelegramIcon.tsx +23 -0
- package/src/components/LandingPage/common/icons/social-icons/ThreadsIcon.tsx +15 -0
- package/src/components/LandingPage/common/icons/social-icons/TiktokIcon.tsx +16 -0
- package/src/components/LandingPage/common/icons/social-icons/TwitterIcon.tsx +28 -0
- package/src/components/LandingPage/common/icons/social-icons/WebsiteIcon.tsx +0 -0
- package/src/components/LandingPage/common/icons/social-icons/YoutubeIcon.tsx +26 -0
- package/src/components/LandingPage/common/icons/social-icons/index.tsx +19 -0
- package/src/components/LandingPage/common/shadcn-ui-kit/Dialog.tsx +124 -0
- package/src/components/LandingPage/common/shadcn-ui-kit/input.tsx +24 -0
- package/src/components/LandingPage/common/shadcn-ui-kit/select.tsx +160 -0
- package/src/components/LandingPage/common/ui-kit/atomics/ BaseModal.tsx +60 -0
- package/src/components/LandingPage/common/ui-kit/atomics/BaseButton.tsx +25 -0
- package/src/components/LandingPage/common/ui-kit/atomics/BaseIcon.tsx +18 -0
- package/src/components/LandingPage/common/ui-kit/atomics/BaseInput.tsx +58 -0
- package/src/components/LandingPage/common/ui-kit/atomics/CopyClipboard.tsx +64 -0
- package/src/components/LandingPage/common/ui-kit/atomics/HesmanButton.tsx +23 -0
- package/src/components/LandingPage/common/ui-kit/atomics/HesmanGradientText.tsx +22 -0
- package/src/components/LandingPage/common/ui-kit/atomics/Tag.tsx +47 -0
- package/src/components/LandingPage/common/ui-kit/atomics/Typography.tsx +63 -0
- package/src/components/LandingPage/common/ui-kit/atomics/index.tsx +4 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/AudioPlayer.tsx +130 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/AuthorContext.tsx +26 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/AuthorModal.tsx +147 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/AuthorModalDeDo.tsx +91 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/AuthorWithLabel.tsx +23 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/BackgroundImage.tsx +34 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/ButtonCommingSoon.tsx +34 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/CollasibleText.tsx +109 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/ContactCard.tsx +167 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/DidInfoModal.tsx +73 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/ImageWithBackground.tsx +39 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/LexicalParagraph.tsx +15 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/ListButton.tsx +51 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/ListContactSocial.tsx +103 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/MetaInfo.tsx +76 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/MetaInfoModal.tsx +96 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/NftInfoModal.tsx +102 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/OwnerName.tsx +25 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/ReadmoreModal.tsx +38 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/RenderMedia.tsx +48 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/ScrollDownGuide.tsx +34 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/TagName.stories.tsx +33 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/TagName.tsx +33 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/Title.stories.tsx +34 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/Title.tsx +66 -0
- package/src/components/LandingPage/common/ui-kit/moleculars/VideoRef.tsx +66 -0
- package/src/components/LandingPage/common/ui-kit/organisms/AdvanceProfileSection/index.tsx +152 -0
- package/src/components/LandingPage/common/ui-kit/organisms/AuthorSection/index.tsx +156 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BEDIPageSection/BEDICarouselSection.tsx +115 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BEDIPageSection/BEDIContactSection.tsx +166 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BEDIPageSection/BEDIPage1Section/BEDIBentoImageSection.tsx +170 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BEDIPageSection/BEDIPage1Section/BEDIIntroSection.tsx +69 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BEDIPageSection/BEDIPage1Section/BEDILetterSection.tsx +71 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BEDIPageSection/BEDIPage1Section/BEDIPage1Section.tsx +102 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BEDIPageSection/BEDIPage1Section/BgLetter.tsx +29 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BEDIPageSection/constants.ts +35 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BEDIPageSection/index.tsx +171 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BaoNgayNay2025Section/AudioTheme.tsx +30 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BaoNgayNay2025Section/GenerateGreeting.tsx +528 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BaoNgayNay2025Section/HomeSection.tsx +130 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BaoNgayNay2025Section/IntroSection.tsx +105 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BaoNgayNay2025Section/LetterSection.tsx +21 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BaoNgayNay2025Section/NgayNayIcon.tsx +31 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BaoNgayNay2025Section/UploadImage.tsx +67 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BaoNgayNay2025Section/constant.ts +118 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BaoNgayNay2025Section/icons.tsx +153 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BaoNgayNay2025Section/index.tsx +169 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BizCardProfileSection/ContactCard.tsx +166 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BizCardProfileSection/ShareButton.tsx +113 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BizCardProfileSection/index.tsx +395 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BookSection/BookCoverSection.tsx +74 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BookSection/BookSection.tsx +630 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BookSection/NgheLetterSection.tsx +120 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BookSection/index.tsx +5 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BookSection/utils/index.ts +29 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BusinessCardSection/BgRectangle.tsx +19 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BusinessCardSection/BusinessCardAvtCircle.tsx +78 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BusinessCardSection/BusinessCardAvtFull.tsx +77 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BusinessCardSection/FragmentContactInfo.tsx +214 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BusinessCardSection/icons/IconAddress.tsx +17 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BusinessCardSection/icons/IconFacebook.tsx +17 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BusinessCardSection/icons/IconInsta.tsx +17 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BusinessCardSection/icons/IconLinkedin.tsx +17 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BusinessCardSection/icons/IconMail.tsx +17 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BusinessCardSection/icons/IconPhone.tsx +17 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BusinessCardSection/icons/IconTele.tsx +17 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BusinessCardSection/icons/IconWeb.tsx +17 -0
- package/src/components/LandingPage/common/ui-kit/organisms/BusinessCardSection/index.tsx +57 -0
- package/src/components/LandingPage/common/ui-kit/organisms/Christmas/Chirstmas1GreetingSection.tsx +159 -0
- package/src/components/LandingPage/common/ui-kit/organisms/Christmas/Chirstmas1HomeSection.tsx +112 -0
- package/src/components/LandingPage/common/ui-kit/organisms/Christmas/Chirstmas2HomeSection.tsx +113 -0
- package/src/components/LandingPage/common/ui-kit/organisms/Christmas/Chrismas2GreetingSection.tsx +96 -0
- package/src/components/LandingPage/common/ui-kit/organisms/Christmas/Christmas1LetterSection.tsx +63 -0
- package/src/components/LandingPage/common/ui-kit/organisms/Christmas/index.tsx +5 -0
- package/src/components/LandingPage/common/ui-kit/organisms/ContactSection/index.tsx +137 -0
- package/src/components/LandingPage/common/ui-kit/organisms/CoverSetion/index.tsx +62 -0
- package/src/components/LandingPage/common/ui-kit/organisms/GiftAvatarSection/index.tsx +48 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HeaderSection/HeaderAnimation.tsx +27 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HeaderSection/HeaderSection.tsx +61 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HesmanCertSection/index.tsx +97 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HesmanGreetingSection/index.tsx +108 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HesmanMetaverseSection/index.tsx +79 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HesmanPuzzleSection/Puzzle.tsx +203 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HesmanPuzzleSection/index.tsx +129 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HesmanThankyouSection/index.tsx +93 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HesmanVideoSection/index.tsx +80 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HomeSection/HomeNewspaperSection.tsx +108 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HomeSection/HomeSection.stories.tsx +61 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HomeSection/HomeSection.tsx +261 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HomeSection/HomeSouvenirSection/HomeSouvenirSection.tsx +134 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HomeSection/HomeSouvenirSection/ImageWithFallback.tsx +30 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HomeSection/index.tsx +3 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HorizontalBookImageSection/HandSwipe.tsx +26 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HorizontalBookImageSection/index.tsx +90 -0
- package/src/components/LandingPage/common/ui-kit/organisms/HorizontalImageListSection/index.tsx +105 -0
- package/src/components/LandingPage/common/ui-kit/organisms/ImagePaddingSection/index.tsx +27 -0
- package/src/components/LandingPage/common/ui-kit/organisms/ImageTextArraySection/index.tsx +43 -0
- package/src/components/LandingPage/common/ui-kit/organisms/ImageTextSection/index.tsx +114 -0
- package/src/components/LandingPage/common/ui-kit/organisms/LetterSection/index.tsx +191 -0
- package/src/components/LandingPage/common/ui-kit/organisms/LexicalLetterSection/AudioLexicalLetterSection.tsx +141 -0
- package/src/components/LandingPage/common/ui-kit/organisms/LexicalLetterSection/LexicalletterSection.tsx +175 -0
- package/src/components/LandingPage/common/ui-kit/organisms/LexicalLetterSection/index.tsx +2 -0
- package/src/components/LandingPage/common/ui-kit/organisms/MetaverseSection/index.tsx +208 -0
- package/src/components/LandingPage/common/ui-kit/organisms/NavigationSection/ModalWelcomeInput.tsx +85 -0
- package/src/components/LandingPage/common/ui-kit/organisms/NavigationSection/index.tsx +99 -0
- package/src/components/LandingPage/common/ui-kit/organisms/NguyenKimLuckyVoucher/index.tsx +156 -0
- package/src/components/LandingPage/common/ui-kit/organisms/PetProfileSection/PetContactSection.tsx +0 -0
- package/src/components/LandingPage/common/ui-kit/organisms/PetProfileSection/PetInfoSection.tsx +0 -0
- package/src/components/LandingPage/common/ui-kit/organisms/PetProfileSection/PetListImage.tsx +0 -0
- package/src/components/LandingPage/common/ui-kit/organisms/PetProfileSection/index.tsx +230 -0
- package/src/components/LandingPage/common/ui-kit/organisms/ProfileSection/index.tsx +324 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/ContentTheme12.tsx +327 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/ContentTheme3.tsx +9 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/ContentTheme4.tsx +9 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/ContentTheme5.tsx +383 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/InforSection.tsx +94 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/QuaTangQuocHoiSection.tsx +524 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/components/LanguageSwitcher.tsx +77 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/constant/data.ts +87 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/context/LanguageContext.tsx +81 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/hook/useLanguage.ts +13 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/index.ts +2 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/locale/en.json +39 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/locale/fr.json +39 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuaTangQuocHoi/types.ts +58 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuizSection/ViewAnswer.tsx +48 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuizSection/ViewQuestion.tsx +48 -0
- package/src/components/LandingPage/common/ui-kit/organisms/QuizSection/index.tsx +48 -0
- package/src/components/LandingPage/common/ui-kit/organisms/TetCoverSection1/TetCoverSection1.tsx +36 -0
- package/src/components/LandingPage/common/ui-kit/organisms/TetCoverSection1/index.tsx +1 -0
- package/src/components/LandingPage/common/ui-kit/organisms/TetCoverSection2/TetCoverSection2.tsx +33 -0
- package/src/components/LandingPage/common/ui-kit/organisms/TetCoverSection2/index.tsx +1 -0
- package/src/components/LandingPage/common/ui-kit/organisms/TetLuckyMoneySection/LuckeyMoneySectionAdvance.tsx +197 -0
- package/src/components/LandingPage/common/ui-kit/organisms/TetLuckyMoneySection/LuckyMoneySection.tsx +164 -0
- package/src/components/LandingPage/common/ui-kit/organisms/TetLuckyMoneySection/index.tsx +2 -0
- package/src/components/LandingPage/common/ui-kit/organisms/TetLuckyMoneySection2/LuckyMoneySection2.tsx +162 -0
- package/src/components/LandingPage/common/ui-kit/organisms/TetLuckyMoneySection2/LuckyMoneySection2Advance.tsx +183 -0
- package/src/components/LandingPage/common/ui-kit/organisms/TetLuckyMoneySection2/index.tsx +2 -0
- package/src/components/LandingPage/common/ui-kit/organisms/Valentine/ValentineGreetingSection.tsx +140 -0
- package/src/components/LandingPage/common/ui-kit/organisms/Valentine/ValentineHomeSection.tsx +94 -0
- package/src/components/LandingPage/common/ui-kit/organisms/Valentine/ValentineLetterSection.tsx +45 -0
- package/src/components/LandingPage/common/ui-kit/organisms/Valentine/ValentineTheFaceShopGreetingSection.tsx +141 -0
- package/src/components/LandingPage/common/ui-kit/organisms/Valentine/ValentineTheFaceShopHomeSection.tsx +73 -0
- package/src/components/LandingPage/common/ui-kit/organisms/Valentine/ValentineTheFaceShopLetterSection.tsx +38 -0
- package/src/components/LandingPage/common/ui-kit/organisms/Valentine/index.tsx +6 -0
- package/src/components/LandingPage/common/ui-kit/organisms/VerticalCarouselSection/index.tsx +63 -0
- package/src/components/LandingPage/common/ui-kit/organisms/VideoIntroSection/index.tsx +247 -0
- package/src/components/LandingPage/common/ui-kit/organisms/WomanDay/WomanGreetingSection.tsx +140 -0
- package/src/components/LandingPage/common/ui-kit/organisms/WomanDay/WomanHomeSection.tsx +94 -0
- package/src/components/LandingPage/common/ui-kit/organisms/WomanDay/WomanLetterSection.tsx +43 -0
- package/src/components/LandingPage/common/ui-kit/organisms/WomanDay/index.tsx +3 -0
- package/src/components/LandingPage/common/ui-kit/organisms/index.tsx +147 -0
- package/src/components/LandingPage/common/ui-kit/organisms/khaocoky/KhaoCoKyCarouselSection.tsx +101 -0
- package/src/components/LandingPage/common/ui-kit/organisms/khaocoky/KhaoCoKyCompareSection.tsx +98 -0
- package/src/components/LandingPage/common/ui-kit/organisms/khaocoky/KhaoCoKyContactSection.tsx +151 -0
- package/src/components/LandingPage/common/ui-kit/organisms/khaocoky/KhaoCoKyHomeSection.tsx +194 -0
- package/src/components/LandingPage/common/ui-kit/organisms/khaocoky/KhaoCoKyImageTextSection.tsx +89 -0
- package/src/components/LandingPage/common/ui-kit/organisms/khaocoky/KhaoCoKyTitle.tsx +51 -0
- package/src/components/LandingPage/common/ui-kit/organisms/khaocoky/index.tsx +5 -0
- package/src/components/LandingPage/common/ui-kit/organisms/khaocokyv2/KhaoCoKyHome.tsx +169 -0
- package/src/components/LandingPage/common/ui-kit/organisms/khaocokyv2/KhaoCoKyImageText.tsx +105 -0
- package/src/components/LandingPage/common/ui-kit/organisms/khaocokyv2/KhaoCoKyListImageText.tsx +60 -0
- package/src/components/LandingPage/common/ui-kit/organisms/khaocokyv2/KhaoCoKyMemories.tsx +3 -0
- package/src/components/LandingPage/common/ui-kit/organisms/khaocokyv2/index.tsx +4 -0
- package/src/components/LandingPage/common/ui-kit/types/base.ts +31 -0
- package/src/components/LandingPage/constants/index.ts +2 -0
- package/src/components/LandingPage/device/index.tsx +30 -0
- package/src/components/LandingPage/hooks/audio/index.tsx +1 -0
- package/src/components/LandingPage/hooks/audio/useMediaContext.tsx +126 -0
- package/src/components/LandingPage/hooks/index.tsx +5 -0
- package/src/components/LandingPage/hooks/useBookMenuContext.tsx +43 -0
- package/src/components/LandingPage/hooks/useFullScreenContext.tsx +86 -0
- package/src/components/LandingPage/hooks/useImageOrientation.tsx +24 -0
- package/src/components/LandingPage/hooks/usePGLModalContext.tsx +46 -0
- package/src/components/LandingPage/models/base-section.ts +16 -0
- package/src/components/LandingPage/models/general.ts +67 -0
- package/src/components/LandingPage/models/theme.ts +8 -0
- package/src/components/LandingPage/utils/helper.ts +225 -0
- package/src/constants/index.ts +1 -0
- package/src/constants/templates/enum.ts +62 -0
- package/src/types/NFT.ts +35 -0
- package/src/utils/index.ts +12 -0
- package/src/utils/web3.ts +75 -0
- package/stories/Button/ButtonV2.stories.ts +25 -0
- package/stories/Button/ButtonV2.tsx +22 -0
- package/stories/Button.stories.ts +52 -0
- package/stories/Button.tsx +48 -0
- package/stories/Configure.mdx +364 -0
- package/stories/Header.stories.ts +33 -0
- package/stories/Header.tsx +67 -0
- package/stories/Page.stories.ts +32 -0
- package/stories/Page.tsx +86 -0
- package/stories/assets/accessibility.png +0 -0
- package/stories/assets/accessibility.svg +5 -0
- package/stories/assets/addon-library.png +0 -0
- package/stories/assets/assets.png +0 -0
- package/stories/assets/avif-test-image.avif +0 -0
- package/stories/assets/context.png +0 -0
- package/stories/assets/discord.svg +15 -0
- package/stories/assets/docs.png +0 -0
- package/stories/assets/figma-plugin.png +0 -0
- package/stories/assets/github.svg +3 -0
- package/stories/assets/share.png +0 -0
- package/stories/assets/styling.png +0 -0
- package/stories/assets/testing.png +0 -0
- package/stories/assets/theming.png +0 -0
- package/stories/assets/tutorials.svg +12 -0
- package/stories/assets/youtube.svg +4 -0
- package/stories/button.css +30 -0
- package/stories/header.css +32 -0
- package/stories/page.css +69 -0
- package/tailwind.config.js +154 -0
- package/tsconfig.json +44 -0
- package/tsconfig.node.json +12 -0
- package/tsup.config.ts +71 -0
- package/turbo/generators/config.ts +31 -0
- package/turbo/generators/templates/component.hbs +14 -0
- package/types/model-viewer.d.ts +16 -0
- package/types.ts +3 -0
|
@@ -0,0 +1,1137 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
function SecondMedalIcon({ width = '33', height = '33', ...rest }) {
|
|
4
|
+
return (
|
|
5
|
+
<svg
|
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
+
width={width}
|
|
8
|
+
height={height}
|
|
9
|
+
fill="none"
|
|
10
|
+
viewBox="0 0 33 33"
|
|
11
|
+
{...rest}
|
|
12
|
+
>
|
|
13
|
+
<g filter="url(#filter0_f_1220_18158)" opacity="0.5">
|
|
14
|
+
<ellipse
|
|
15
|
+
cx="16.431"
|
|
16
|
+
cy="5.512"
|
|
17
|
+
fill="url(#paint0_radial_1220_18158)"
|
|
18
|
+
rx="0.767"
|
|
19
|
+
ry="0.767"
|
|
20
|
+
></ellipse>
|
|
21
|
+
</g>
|
|
22
|
+
<path
|
|
23
|
+
fill="url(#paint1_linear_1220_18158)"
|
|
24
|
+
fillRule="evenodd"
|
|
25
|
+
d="M16.303 27.922c6.14 0 11.119-4.979 11.119-11.12 0-6.14-4.978-11.12-11.12-11.12-6.14 0-11.119 4.98-11.119 11.12 0 6.141 4.979 11.12 11.12 11.12zm0 .255c6.282 0 11.374-5.093 11.374-11.375S22.585 5.427 16.303 5.427c-6.283 0-11.375 5.093-11.375 11.375s5.092 11.375 11.375 11.375z"
|
|
26
|
+
clipRule="evenodd"
|
|
27
|
+
></path>
|
|
28
|
+
<g filter="url(#filter1_f_1220_18158)">
|
|
29
|
+
<path
|
|
30
|
+
fill="#fff"
|
|
31
|
+
d="M16.431 4.234l.11 1.161 1.083.117-1.083.118-.11 1.16-.11-1.16-1.083-.118 1.084-.117.11-1.16z"
|
|
32
|
+
></path>
|
|
33
|
+
</g>
|
|
34
|
+
<path
|
|
35
|
+
fill="url(#paint2_linear_1220_18158)"
|
|
36
|
+
d="M15.023 13.306L14.576 3.2h3.57L17.7 13.306h-2.677z"
|
|
37
|
+
></path>
|
|
38
|
+
<path
|
|
39
|
+
fill="url(#paint3_linear_1220_18158)"
|
|
40
|
+
d="M19.199 16.195l8.975 4.667-1.785 3.092-8.53-5.44 1.34-2.319z"
|
|
41
|
+
></path>
|
|
42
|
+
<path
|
|
43
|
+
fill="url(#paint4_linear_1220_18158)"
|
|
44
|
+
d="M17.636 18.694l.446 10.106h-3.57l.446-10.106h2.678z"
|
|
45
|
+
></path>
|
|
46
|
+
<path
|
|
47
|
+
fill="url(#paint5_linear_1220_18158)"
|
|
48
|
+
d="M14.816 18.547l-8.529 5.44-1.785-3.093 8.975-4.666 1.339 2.319z"
|
|
49
|
+
></path>
|
|
50
|
+
<path
|
|
51
|
+
fill="url(#paint6_linear_1220_18158)"
|
|
52
|
+
d="M19.199 15.82l8.975-4.666-1.785-3.092-8.53 5.44 1.34 2.319z"
|
|
53
|
+
></path>
|
|
54
|
+
<path
|
|
55
|
+
fill="url(#paint7_linear_1220_18158)"
|
|
56
|
+
d="M14.816 13.47L6.287 8.03l-1.785 3.092 8.975 4.667 1.339-2.32z"
|
|
57
|
+
></path>
|
|
58
|
+
<g filter="url(#filter2_dd_1220_18158)">
|
|
59
|
+
<path
|
|
60
|
+
fill="url(#paint8_linear_1220_18158)"
|
|
61
|
+
d="M9.887 14.776v-2.512H3.956c0 1.57 1.11 2.512 2.012 2.512h3.919z"
|
|
62
|
+
></path>
|
|
63
|
+
<path
|
|
64
|
+
stroke="url(#paint9_linear_1220_18158)"
|
|
65
|
+
strokeWidth="0.14"
|
|
66
|
+
d="M9.887 14.776v-2.512H3.956c0 1.57 1.11 2.512 2.012 2.512h3.919z"
|
|
67
|
+
></path>
|
|
68
|
+
<path
|
|
69
|
+
fill="url(#paint10_linear_1220_18158)"
|
|
70
|
+
d="M11.979 17.008v-2.512H6.048c0 1.57 1.11 2.512 2.011 2.512h3.92z"
|
|
71
|
+
></path>
|
|
72
|
+
<path
|
|
73
|
+
stroke="url(#paint11_linear_1220_18158)"
|
|
74
|
+
strokeWidth="0.14"
|
|
75
|
+
d="M11.979 17.008v-2.512H6.048c0 1.57 1.11 2.512 2.011 2.512h3.92z"
|
|
76
|
+
></path>
|
|
77
|
+
<path
|
|
78
|
+
fill="url(#paint12_linear_1220_18158)"
|
|
79
|
+
d="M22.953 14.776v-2.512h5.93c0 1.57-1.109 2.512-2.01 2.512h-3.92z"
|
|
80
|
+
></path>
|
|
81
|
+
<path
|
|
82
|
+
stroke="url(#paint13_linear_1220_18158)"
|
|
83
|
+
strokeWidth="0.14"
|
|
84
|
+
d="M22.953 14.776v-2.512h5.93c0 1.57-1.109 2.512-2.01 2.512h-3.92z"
|
|
85
|
+
></path>
|
|
86
|
+
<path
|
|
87
|
+
fill="url(#paint14_linear_1220_18158)"
|
|
88
|
+
d="M20.86 17.008v-2.512h5.93c0 1.57-1.11 2.512-2.011 2.512h-3.92z"
|
|
89
|
+
></path>
|
|
90
|
+
<path
|
|
91
|
+
stroke="url(#paint15_linear_1220_18158)"
|
|
92
|
+
strokeWidth="0.14"
|
|
93
|
+
d="M20.86 17.008v-2.512h5.93c0 1.57-1.11 2.512-2.011 2.512h-3.92z"
|
|
94
|
+
></path>
|
|
95
|
+
<g
|
|
96
|
+
fillRule="evenodd"
|
|
97
|
+
clipRule="evenodd"
|
|
98
|
+
filter="url(#filter3_d_1220_18158)"
|
|
99
|
+
>
|
|
100
|
+
<path
|
|
101
|
+
fill="#9CB7ED"
|
|
102
|
+
d="M13.011 20.05v5.404l1.796.965a.06.06 0 00.09-.053l.001-6.316h-1.887z"
|
|
103
|
+
></path>
|
|
104
|
+
<path
|
|
105
|
+
stroke="url(#paint16_linear_1220_18158)"
|
|
106
|
+
strokeWidth="0.061"
|
|
107
|
+
d="M13.011 20.05v5.404l1.796.965a.06.06 0 00.09-.053l.001-6.316h-1.887z"
|
|
108
|
+
></path>
|
|
109
|
+
</g>
|
|
110
|
+
<path
|
|
111
|
+
fill="url(#paint17_linear_1220_18158)"
|
|
112
|
+
fillRule="evenodd"
|
|
113
|
+
d="M13.168 25.212v-2.12h-.035v2.149l.015.002c.047.008.1.036.144.078a.264.264 0 01.083.149l.001.01 1.396.714v-2.395h-.035v2.34l-1.33-.683a.303.303 0 00-.092-.16.333.333 0 00-.147-.084z"
|
|
114
|
+
clipRule="evenodd"
|
|
115
|
+
></path>
|
|
116
|
+
<path
|
|
117
|
+
fill="#E3EFFB"
|
|
118
|
+
fillRule="evenodd"
|
|
119
|
+
d="M14.734 26.013a.398.398 0 00.037-.21l-.035.002a.365.365 0 01-.032.19.108.108 0 01-.068.053.227.227 0 01-.135-.018l-.012.032a.26.26 0 00.156.02.142.142 0 00.09-.069z"
|
|
120
|
+
clipRule="evenodd"
|
|
121
|
+
></path>
|
|
122
|
+
<g
|
|
123
|
+
fillRule="evenodd"
|
|
124
|
+
clipRule="evenodd"
|
|
125
|
+
filter="url(#filter4_d_1220_18158)"
|
|
126
|
+
>
|
|
127
|
+
<path
|
|
128
|
+
fill="#C6D9FF"
|
|
129
|
+
d="M12.709 25.332V20.05h-2.19v4.104c0 .07.04.134.102.164l2.088 1.014z"
|
|
130
|
+
></path>
|
|
131
|
+
<path
|
|
132
|
+
stroke="url(#paint18_linear_1220_18158)"
|
|
133
|
+
strokeWidth="0.061"
|
|
134
|
+
d="M12.709 25.332V20.05h-2.19v4.104c0 .07.04.134.102.164l2.088 1.014z"
|
|
135
|
+
></path>
|
|
136
|
+
</g>
|
|
137
|
+
<path
|
|
138
|
+
fill="url(#paint19_linear_1220_18158)"
|
|
139
|
+
fillRule="evenodd"
|
|
140
|
+
d="M10.68 24.012V21.51h-.04v2.536l.016.003a.34.34 0 01.17.091c.051.049.089.111.098.177l.002.01 1.646.772v-2.754h-.04v2.69l-1.57-.735a.358.358 0 00-.108-.19.392.392 0 00-.174-.098z"
|
|
141
|
+
clipRule="evenodd"
|
|
142
|
+
></path>
|
|
143
|
+
<path
|
|
144
|
+
fill="#F2F9FF"
|
|
145
|
+
fillRule="evenodd"
|
|
146
|
+
d="M12.528 24.886a.47.47 0 00.043-.248l-.04.002a.432.432 0 01-.038.225.127.127 0 01-.08.062.269.269 0 01-.16-.022l-.015.038c.076.03.136.036.185.023a.167.167 0 00.105-.08z"
|
|
147
|
+
clipRule="evenodd"
|
|
148
|
+
></path>
|
|
149
|
+
<g
|
|
150
|
+
fillRule="evenodd"
|
|
151
|
+
clipRule="evenodd"
|
|
152
|
+
filter="url(#filter5_d_1220_18158)"
|
|
153
|
+
>
|
|
154
|
+
<path
|
|
155
|
+
fill="#9CB7ED"
|
|
156
|
+
d="M19.891 20.05v5.404l-1.796.965a.06.06 0 01-.09-.053l-.001-6.316h1.887z"
|
|
157
|
+
></path>
|
|
158
|
+
<path
|
|
159
|
+
stroke="url(#paint20_linear_1220_18158)"
|
|
160
|
+
strokeWidth="0.061"
|
|
161
|
+
d="M19.891 20.05v5.404l-1.796.965a.06.06 0 01-.09-.053l-.001-6.316h1.887z"
|
|
162
|
+
></path>
|
|
163
|
+
</g>
|
|
164
|
+
<path
|
|
165
|
+
fill="url(#paint21_linear_1220_18158)"
|
|
166
|
+
fillRule="evenodd"
|
|
167
|
+
d="M19.735 25.212v-2.12h.034v2.149l-.014.002a.29.29 0 00-.144.077.264.264 0 00-.084.15v.009l-1.396.714V23.8h.034v2.34l1.33-.683a.303.303 0 01.092-.16.332.332 0 01.148-.084z"
|
|
168
|
+
clipRule="evenodd"
|
|
169
|
+
></path>
|
|
170
|
+
<path
|
|
171
|
+
fill="#E3EFFB"
|
|
172
|
+
fillRule="evenodd"
|
|
173
|
+
d="M18.168 26.013a.398.398 0 01-.036-.21l.034.002a.365.365 0 00.032.19.107.107 0 00.068.053.228.228 0 00.135-.019l.013.033a.26.26 0 01-.157.02.142.142 0 01-.089-.07z"
|
|
174
|
+
clipRule="evenodd"
|
|
175
|
+
></path>
|
|
176
|
+
<g
|
|
177
|
+
fillRule="evenodd"
|
|
178
|
+
clipRule="evenodd"
|
|
179
|
+
filter="url(#filter6_d_1220_18158)"
|
|
180
|
+
>
|
|
181
|
+
<path
|
|
182
|
+
fill="#C6D9FF"
|
|
183
|
+
d="M20.193 25.332V20.05h2.191v4.103c0 .07-.04.134-.103.165l-2.088 1.014z"
|
|
184
|
+
></path>
|
|
185
|
+
<path
|
|
186
|
+
stroke="url(#paint22_linear_1220_18158)"
|
|
187
|
+
strokeWidth="0.061"
|
|
188
|
+
d="M20.193 25.332V20.05h2.191v4.103c0 .07-.04.134-.103.165l-2.088 1.014z"
|
|
189
|
+
></path>
|
|
190
|
+
</g>
|
|
191
|
+
<path
|
|
192
|
+
fill="url(#paint23_linear_1220_18158)"
|
|
193
|
+
fillRule="evenodd"
|
|
194
|
+
d="M22.22 24.012v-2.503h.041v2.537l-.017.003a.342.342 0 00-.17.091.312.312 0 00-.098.176l-.001.011-1.647.771v-2.753h.04v2.69l1.57-.735a.357.357 0 01.108-.19.39.39 0 01.175-.098z"
|
|
195
|
+
clipRule="evenodd"
|
|
196
|
+
></path>
|
|
197
|
+
<path
|
|
198
|
+
fill="#F2F9FF"
|
|
199
|
+
fillRule="evenodd"
|
|
200
|
+
d="M20.372 24.885a.47.47 0 01-.043-.247l.04.002a.43.43 0 00.038.225c.018.03.044.053.08.062.038.01.09.006.16-.022l.015.038a.307.307 0 01-.184.023.167.167 0 01-.106-.08z"
|
|
201
|
+
clipRule="evenodd"
|
|
202
|
+
></path>
|
|
203
|
+
<g filter="url(#filter7_d_1220_18158)">
|
|
204
|
+
<path
|
|
205
|
+
fill="#6A88C4"
|
|
206
|
+
d="M14.352 18.468h4.197v8.497l-2.034 1.241a.175.175 0 01-.183 0l-1.98-1.212v-8.526z"
|
|
207
|
+
></path>
|
|
208
|
+
<path
|
|
209
|
+
stroke="url(#paint24_linear_1220_18158)"
|
|
210
|
+
strokeWidth="0.122"
|
|
211
|
+
d="M14.352 18.468h4.197v8.497l-2.034 1.241a.175.175 0 01-.183 0l-1.98-1.212v-8.526z"
|
|
212
|
+
></path>
|
|
213
|
+
</g>
|
|
214
|
+
<path
|
|
215
|
+
fill="url(#paint25_linear_1220_18158)"
|
|
216
|
+
fillRule="evenodd"
|
|
217
|
+
d="M14.565 23.76h.06v3.055l1.795 1.107 1.825-1.107V23.76h.06v3.09l-1.885 1.143-1.856-1.144V23.76z"
|
|
218
|
+
clipRule="evenodd"
|
|
219
|
+
></path>
|
|
220
|
+
<path
|
|
221
|
+
fill="url(#paint26_linear_1220_18158)"
|
|
222
|
+
fillRule="evenodd"
|
|
223
|
+
d="M16.447 26.68v1.104h-.052V26.68h.052z"
|
|
224
|
+
clipRule="evenodd"
|
|
225
|
+
></path>
|
|
226
|
+
<path
|
|
227
|
+
fill="url(#paint27_linear_1220_18158)"
|
|
228
|
+
fillRule="evenodd"
|
|
229
|
+
d="M16.263 27.392a.355.355 0 01-.322.134l.01-.052c.07.011.18-.01.272-.117.094-.107.172-.305.172-.65h.053c0 .352-.08.564-.185.685z"
|
|
230
|
+
clipRule="evenodd"
|
|
231
|
+
></path>
|
|
232
|
+
<path
|
|
233
|
+
fill="url(#paint28_linear_1220_18158)"
|
|
234
|
+
fillRule="evenodd"
|
|
235
|
+
d="M16.579 27.392a.356.356 0 00.321.134l-.008-.052c-.07.011-.18-.01-.273-.117-.094-.107-.172-.305-.172-.65h-.053c0 .352.08.564.185.685z"
|
|
236
|
+
clipRule="evenodd"
|
|
237
|
+
></path>
|
|
238
|
+
<path
|
|
239
|
+
fill="url(#paint29_linear_1220_18158)"
|
|
240
|
+
fillRule="evenodd"
|
|
241
|
+
d="M16.41 27.808l-.598-.335h.133l.476.282.475-.284h.117l-.582.337a.027.027 0 01-.021 0z"
|
|
242
|
+
clipRule="evenodd"
|
|
243
|
+
></path>
|
|
244
|
+
<g filter="url(#filter8_d_1220_18158)">
|
|
245
|
+
<path
|
|
246
|
+
fill="url(#paint30_linear_1220_18158)"
|
|
247
|
+
d="M15.922 7.423l-6.57 3.574c-.332.181-.54.53-.54.909v8.169c0 .379.208.727.54.908l6.57 3.574c.308.168.68.168.988 0l6.57-3.574c.332-.18.54-.53.54-.908v-8.17c0-.378-.208-.727-.54-.908l-6.57-3.574a1.034 1.034 0 00-.988 0z"
|
|
248
|
+
></path>
|
|
249
|
+
<path
|
|
250
|
+
fill="url(#paint31_linear_1220_18158)"
|
|
251
|
+
d="M15.915 8.76l-5.408 2.943a1.03 1.03 0 00-.538.905v6.734c0 .377.206.725.538.905l5.408 2.942c.307.167.678.167.985 0l5.408-2.942a1.03 1.03 0 00.538-.905v-6.734a1.03 1.03 0 00-.538-.905L16.9 8.76a1.03 1.03 0 00-.985 0z"
|
|
252
|
+
></path>
|
|
253
|
+
<g filter="url(#filter9_f_1220_18158)">
|
|
254
|
+
<path
|
|
255
|
+
stroke="url(#paint32_linear_1220_18158)"
|
|
256
|
+
strokeWidth="0.061"
|
|
257
|
+
d="M15.915 8.76l-5.408 2.943a1.03 1.03 0 00-.538.905v6.734c0 .377.206.725.538.905l5.408 2.942c.307.167.678.167.985 0l5.408-2.942a1.03 1.03 0 00.538-.905v-6.734a1.03 1.03 0 00-.538-.905L16.9 8.76a1.03 1.03 0 00-.985 0z"
|
|
258
|
+
></path>
|
|
259
|
+
</g>
|
|
260
|
+
<g opacity="0.5">
|
|
261
|
+
<mask
|
|
262
|
+
id="mask0_1220_18158"
|
|
263
|
+
style={{ maskType: "alpha" }}
|
|
264
|
+
width="13"
|
|
265
|
+
height="14"
|
|
266
|
+
x="10"
|
|
267
|
+
y="9"
|
|
268
|
+
maskUnits="userSpaceOnUse"
|
|
269
|
+
>
|
|
270
|
+
<path
|
|
271
|
+
fill="#A6D3DE"
|
|
272
|
+
d="M15.978 9.355l-4.95 2.691a.98.98 0 00-.512.861v6.159c0 .36.196.69.512.861l4.95 2.69a.98.98 0 00.936 0l4.951-2.69a.98.98 0 00.512-.861v-6.159a.98.98 0 00-.512-.86l-4.95-2.692a.98.98 0 00-.937 0z"
|
|
273
|
+
></path>
|
|
274
|
+
</mask>
|
|
275
|
+
<g mask="url(#mask0_1220_18158)">
|
|
276
|
+
<path
|
|
277
|
+
fill="url(#paint33_radial_1220_18158)"
|
|
278
|
+
d="M15.978 9.355l-4.95 2.691a.98.98 0 00-.512.861v6.159c0 .36.196.69.512.861l4.95 2.69a.98.98 0 00.936 0l4.951-2.69a.98.98 0 00.512-.861v-6.159a.98.98 0 00-.512-.86l-4.95-2.692a.98.98 0 00-.937 0z"
|
|
279
|
+
></path>
|
|
280
|
+
<path
|
|
281
|
+
fill="url(#paint34_linear_1220_18158)"
|
|
282
|
+
d="M15.456 23.144L15.221 8.83h2.454l-.236 14.315h-1.983z"
|
|
283
|
+
opacity="0.5"
|
|
284
|
+
></path>
|
|
285
|
+
<path
|
|
286
|
+
fill="url(#paint35_linear_1220_18158)"
|
|
287
|
+
d="M15.424 23.017l-7.361-12.28 2.125-1.227 6.954 12.516-1.718.991z"
|
|
288
|
+
opacity="0.5"
|
|
289
|
+
></path>
|
|
290
|
+
<path
|
|
291
|
+
fill="url(#paint36_linear_1220_18158)"
|
|
292
|
+
d="M15.22 22.026L22.174 9.51l2.125 1.227-7.362 12.28-1.717-.991z"
|
|
293
|
+
opacity="0.5"
|
|
294
|
+
></path>
|
|
295
|
+
<path
|
|
296
|
+
fill="url(#paint37_linear_1220_18158)"
|
|
297
|
+
d="M10.516 15.168H22.377000000000002V22.871H10.516z"
|
|
298
|
+
></path>
|
|
299
|
+
<g filter="url(#filter10_i_1220_18158)">
|
|
300
|
+
<path
|
|
301
|
+
fill="#6052B4"
|
|
302
|
+
fillOpacity="0.01"
|
|
303
|
+
d="M15.978 9.355l-4.95 2.691a.98.98 0 00-.512.861v6.159c0 .36.196.69.512.861l4.95 2.69a.98.98 0 00.936 0l4.951-2.69a.98.98 0 00.512-.861v-6.159a.98.98 0 00-.512-.86l-4.95-2.692a.98.98 0 00-.937 0z"
|
|
304
|
+
></path>
|
|
305
|
+
</g>
|
|
306
|
+
</g>
|
|
307
|
+
</g>
|
|
308
|
+
</g>
|
|
309
|
+
</g>
|
|
310
|
+
<g filter="url(#filter11_d_1220_18158)">
|
|
311
|
+
<path
|
|
312
|
+
fill="#000"
|
|
313
|
+
d="M18.407 17.865v.975h-3.81v-.825l1.755-1.845c.155-.177.28-.336.375-.476.095-.143.164-.271.206-.386a.865.865 0 00.068-.312.956.956 0 00-.071-.393.504.504 0 00-.203-.244.602.602 0 00-.326-.083.544.544 0 00-.341.113.743.743 0 00-.229.307c-.053.13-.079.277-.079.44h-1.267c0-.336.081-.642.244-.92.165-.277.393-.498.686-.663a2.009 2.009 0 011.016-.252c.402 0 .74.063 1.012.188.273.125.478.306.615.544.14.235.21.518.21.85 0 .19-.03.373-.09.548-.06.175-.146.35-.258.522-.113.17-.25.345-.413.525-.16.18-.342.37-.547.573l-.705.814h2.152z"
|
|
314
|
+
></path>
|
|
315
|
+
<path
|
|
316
|
+
fill="url(#paint38_linear_1220_18158)"
|
|
317
|
+
fillOpacity="0.3"
|
|
318
|
+
d="M18.407 17.865v.975h-3.81v-.825l1.755-1.845c.155-.177.28-.336.375-.476.095-.143.164-.271.206-.386a.865.865 0 00.068-.312.956.956 0 00-.071-.393.504.504 0 00-.203-.244.602.602 0 00-.326-.083.544.544 0 00-.341.113.743.743 0 00-.229.307c-.053.13-.079.277-.079.44h-1.267c0-.336.081-.642.244-.92.165-.277.393-.498.686-.663a2.009 2.009 0 011.016-.252c.402 0 .74.063 1.012.188.273.125.478.306.615.544.14.235.21.518.21.85 0 .19-.03.373-.09.548-.06.175-.146.35-.258.522-.113.17-.25.345-.413.525-.16.18-.342.37-.547.573l-.705.814h2.152z"
|
|
319
|
+
></path>
|
|
320
|
+
</g>
|
|
321
|
+
<defs>
|
|
322
|
+
<filter
|
|
323
|
+
id="filter0_f_1220_18158"
|
|
324
|
+
width="1.874"
|
|
325
|
+
height="1.875"
|
|
326
|
+
x="15.494"
|
|
327
|
+
y="4.575"
|
|
328
|
+
colorInterpolationFilters="sRGB"
|
|
329
|
+
filterUnits="userSpaceOnUse"
|
|
330
|
+
>
|
|
331
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix"></feFlood>
|
|
332
|
+
<feBlend
|
|
333
|
+
in="SourceGraphic"
|
|
334
|
+
in2="BackgroundImageFix"
|
|
335
|
+
result="shape"
|
|
336
|
+
></feBlend>
|
|
337
|
+
<feGaussianBlur
|
|
338
|
+
result="effect1_foregroundBlur_1220_18158"
|
|
339
|
+
stdDeviation="0.085"
|
|
340
|
+
></feGaussianBlur>
|
|
341
|
+
</filter>
|
|
342
|
+
<filter
|
|
343
|
+
id="filter1_f_1220_18158"
|
|
344
|
+
width="2.489"
|
|
345
|
+
height="2.658"
|
|
346
|
+
x="15.187"
|
|
347
|
+
y="4.183"
|
|
348
|
+
colorInterpolationFilters="sRGB"
|
|
349
|
+
filterUnits="userSpaceOnUse"
|
|
350
|
+
>
|
|
351
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix"></feFlood>
|
|
352
|
+
<feBlend
|
|
353
|
+
in="SourceGraphic"
|
|
354
|
+
in2="BackgroundImageFix"
|
|
355
|
+
result="shape"
|
|
356
|
+
></feBlend>
|
|
357
|
+
<feGaussianBlur
|
|
358
|
+
result="effect1_foregroundBlur_1220_18158"
|
|
359
|
+
stdDeviation="0.026"
|
|
360
|
+
></feGaussianBlur>
|
|
361
|
+
</filter>
|
|
362
|
+
<filter
|
|
363
|
+
id="filter2_dd_1220_18158"
|
|
364
|
+
width="32.511"
|
|
365
|
+
height="28.44"
|
|
366
|
+
x="0.164"
|
|
367
|
+
y="3.823"
|
|
368
|
+
colorInterpolationFilters="sRGB"
|
|
369
|
+
filterUnits="userSpaceOnUse"
|
|
370
|
+
>
|
|
371
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix"></feFlood>
|
|
372
|
+
<feColorMatrix
|
|
373
|
+
in="SourceAlpha"
|
|
374
|
+
result="hardAlpha"
|
|
375
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
376
|
+
></feColorMatrix>
|
|
377
|
+
<feOffset></feOffset>
|
|
378
|
+
<feGaussianBlur stdDeviation="0.62"></feGaussianBlur>
|
|
379
|
+
<feColorMatrix values="0 0 0 0 0.558594 0 0 0 0 0.710156 0 0 0 0 0.9375 0 0 0 1 0"></feColorMatrix>
|
|
380
|
+
<feBlend
|
|
381
|
+
in2="BackgroundImageFix"
|
|
382
|
+
result="effect1_dropShadow_1220_18158"
|
|
383
|
+
></feBlend>
|
|
384
|
+
<feColorMatrix
|
|
385
|
+
in="SourceAlpha"
|
|
386
|
+
result="hardAlpha"
|
|
387
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
388
|
+
></feColorMatrix>
|
|
389
|
+
<feOffset dy="0.248"></feOffset>
|
|
390
|
+
<feGaussianBlur stdDeviation="1.861"></feGaussianBlur>
|
|
391
|
+
<feColorMatrix values="0 0 0 0 0.670833 0 0 0 0 0.8025 0 0 0 0 1 0 0 0 0.6 0"></feColorMatrix>
|
|
392
|
+
<feBlend
|
|
393
|
+
in2="effect1_dropShadow_1220_18158"
|
|
394
|
+
result="effect2_dropShadow_1220_18158"
|
|
395
|
+
></feBlend>
|
|
396
|
+
<feBlend
|
|
397
|
+
in="SourceGraphic"
|
|
398
|
+
in2="effect2_dropShadow_1220_18158"
|
|
399
|
+
result="shape"
|
|
400
|
+
></feBlend>
|
|
401
|
+
</filter>
|
|
402
|
+
<filter
|
|
403
|
+
id="filter3_d_1220_18158"
|
|
404
|
+
width="2.922"
|
|
405
|
+
height="7.411"
|
|
406
|
+
x="12.494"
|
|
407
|
+
y="19.533"
|
|
408
|
+
colorInterpolationFilters="sRGB"
|
|
409
|
+
filterUnits="userSpaceOnUse"
|
|
410
|
+
>
|
|
411
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix"></feFlood>
|
|
412
|
+
<feColorMatrix
|
|
413
|
+
in="SourceAlpha"
|
|
414
|
+
result="hardAlpha"
|
|
415
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
416
|
+
></feColorMatrix>
|
|
417
|
+
<feOffset></feOffset>
|
|
418
|
+
<feGaussianBlur stdDeviation="0.243"></feGaussianBlur>
|
|
419
|
+
<feColorMatrix values="0 0 0 0 0.288889 0 0 0 0 0.357333 0 0 0 0 0.533333 0 0 0 0.74 0"></feColorMatrix>
|
|
420
|
+
<feBlend
|
|
421
|
+
in2="BackgroundImageFix"
|
|
422
|
+
result="effect1_dropShadow_1220_18158"
|
|
423
|
+
></feBlend>
|
|
424
|
+
<feBlend
|
|
425
|
+
in="SourceGraphic"
|
|
426
|
+
in2="effect1_dropShadow_1220_18158"
|
|
427
|
+
result="shape"
|
|
428
|
+
></feBlend>
|
|
429
|
+
</filter>
|
|
430
|
+
<filter
|
|
431
|
+
id="filter4_d_1220_18158"
|
|
432
|
+
width="3.225"
|
|
433
|
+
height="6.335"
|
|
434
|
+
x="10.002"
|
|
435
|
+
y="19.533"
|
|
436
|
+
colorInterpolationFilters="sRGB"
|
|
437
|
+
filterUnits="userSpaceOnUse"
|
|
438
|
+
>
|
|
439
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix"></feFlood>
|
|
440
|
+
<feColorMatrix
|
|
441
|
+
in="SourceAlpha"
|
|
442
|
+
result="hardAlpha"
|
|
443
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
444
|
+
></feColorMatrix>
|
|
445
|
+
<feOffset></feOffset>
|
|
446
|
+
<feGaussianBlur stdDeviation="0.243"></feGaussianBlur>
|
|
447
|
+
<feColorMatrix values="0 0 0 0 0.288889 0 0 0 0 0.357333 0 0 0 0 0.533333 0 0 0 0.74 0"></feColorMatrix>
|
|
448
|
+
<feBlend
|
|
449
|
+
in2="BackgroundImageFix"
|
|
450
|
+
result="effect1_dropShadow_1220_18158"
|
|
451
|
+
></feBlend>
|
|
452
|
+
<feBlend
|
|
453
|
+
in="SourceGraphic"
|
|
454
|
+
in2="effect1_dropShadow_1220_18158"
|
|
455
|
+
result="shape"
|
|
456
|
+
></feBlend>
|
|
457
|
+
</filter>
|
|
458
|
+
<filter
|
|
459
|
+
id="filter5_d_1220_18158"
|
|
460
|
+
width="2.922"
|
|
461
|
+
height="7.411"
|
|
462
|
+
x="17.486"
|
|
463
|
+
y="19.532"
|
|
464
|
+
colorInterpolationFilters="sRGB"
|
|
465
|
+
filterUnits="userSpaceOnUse"
|
|
466
|
+
>
|
|
467
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix"></feFlood>
|
|
468
|
+
<feColorMatrix
|
|
469
|
+
in="SourceAlpha"
|
|
470
|
+
result="hardAlpha"
|
|
471
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
472
|
+
></feColorMatrix>
|
|
473
|
+
<feOffset></feOffset>
|
|
474
|
+
<feGaussianBlur stdDeviation="0.243"></feGaussianBlur>
|
|
475
|
+
<feColorMatrix values="0 0 0 0 0.288889 0 0 0 0 0.357333 0 0 0 0 0.533333 0 0 0 0.74 0"></feColorMatrix>
|
|
476
|
+
<feBlend
|
|
477
|
+
in2="BackgroundImageFix"
|
|
478
|
+
result="effect1_dropShadow_1220_18158"
|
|
479
|
+
></feBlend>
|
|
480
|
+
<feBlend
|
|
481
|
+
in="SourceGraphic"
|
|
482
|
+
in2="effect1_dropShadow_1220_18158"
|
|
483
|
+
result="shape"
|
|
484
|
+
></feBlend>
|
|
485
|
+
</filter>
|
|
486
|
+
<filter
|
|
487
|
+
id="filter6_d_1220_18158"
|
|
488
|
+
width="3.225"
|
|
489
|
+
height="6.335"
|
|
490
|
+
x="19.675"
|
|
491
|
+
y="19.532"
|
|
492
|
+
colorInterpolationFilters="sRGB"
|
|
493
|
+
filterUnits="userSpaceOnUse"
|
|
494
|
+
>
|
|
495
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix"></feFlood>
|
|
496
|
+
<feColorMatrix
|
|
497
|
+
in="SourceAlpha"
|
|
498
|
+
result="hardAlpha"
|
|
499
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
500
|
+
></feColorMatrix>
|
|
501
|
+
<feOffset></feOffset>
|
|
502
|
+
<feGaussianBlur stdDeviation="0.243"></feGaussianBlur>
|
|
503
|
+
<feColorMatrix values="0 0 0 0 0.288889 0 0 0 0 0.357333 0 0 0 0 0.533333 0 0 0 0.74 0"></feColorMatrix>
|
|
504
|
+
<feBlend
|
|
505
|
+
in2="BackgroundImageFix"
|
|
506
|
+
result="effect1_dropShadow_1220_18158"
|
|
507
|
+
></feBlend>
|
|
508
|
+
<feBlend
|
|
509
|
+
in="SourceGraphic"
|
|
510
|
+
in2="effect1_dropShadow_1220_18158"
|
|
511
|
+
result="shape"
|
|
512
|
+
></feBlend>
|
|
513
|
+
</filter>
|
|
514
|
+
<filter
|
|
515
|
+
id="filter7_d_1220_18158"
|
|
516
|
+
width="5.292"
|
|
517
|
+
height="10.858"
|
|
518
|
+
x="13.804"
|
|
519
|
+
y="17.921"
|
|
520
|
+
colorInterpolationFilters="sRGB"
|
|
521
|
+
filterUnits="userSpaceOnUse"
|
|
522
|
+
>
|
|
523
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix"></feFlood>
|
|
524
|
+
<feColorMatrix
|
|
525
|
+
in="SourceAlpha"
|
|
526
|
+
result="hardAlpha"
|
|
527
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
528
|
+
></feColorMatrix>
|
|
529
|
+
<feOffset></feOffset>
|
|
530
|
+
<feGaussianBlur stdDeviation="0.243"></feGaussianBlur>
|
|
531
|
+
<feColorMatrix values="0 0 0 0 0.288889 0 0 0 0 0.357333 0 0 0 0 0.533333 0 0 0 0.8 0"></feColorMatrix>
|
|
532
|
+
<feBlend
|
|
533
|
+
in2="BackgroundImageFix"
|
|
534
|
+
result="effect1_dropShadow_1220_18158"
|
|
535
|
+
></feBlend>
|
|
536
|
+
<feBlend
|
|
537
|
+
in="SourceGraphic"
|
|
538
|
+
in2="effect1_dropShadow_1220_18158"
|
|
539
|
+
result="shape"
|
|
540
|
+
></feBlend>
|
|
541
|
+
</filter>
|
|
542
|
+
<filter
|
|
543
|
+
id="filter8_d_1220_18158"
|
|
544
|
+
width="15.937"
|
|
545
|
+
height="18.237"
|
|
546
|
+
x="8.448"
|
|
547
|
+
y="7.298"
|
|
548
|
+
colorInterpolationFilters="sRGB"
|
|
549
|
+
filterUnits="userSpaceOnUse"
|
|
550
|
+
>
|
|
551
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix"></feFlood>
|
|
552
|
+
<feColorMatrix
|
|
553
|
+
in="SourceAlpha"
|
|
554
|
+
result="hardAlpha"
|
|
555
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
556
|
+
></feColorMatrix>
|
|
557
|
+
<feOffset dy="0.487"></feOffset>
|
|
558
|
+
<feGaussianBlur stdDeviation="0.182"></feGaussianBlur>
|
|
559
|
+
<feColorMatrix values="0 0 0 0 0.141181 0 0 0 0 0.190317 0 0 0 0 0.316667 0 0 0 0.51 0"></feColorMatrix>
|
|
560
|
+
<feBlend
|
|
561
|
+
in2="BackgroundImageFix"
|
|
562
|
+
result="effect1_dropShadow_1220_18158"
|
|
563
|
+
></feBlend>
|
|
564
|
+
<feBlend
|
|
565
|
+
in="SourceGraphic"
|
|
566
|
+
in2="effect1_dropShadow_1220_18158"
|
|
567
|
+
result="shape"
|
|
568
|
+
></feBlend>
|
|
569
|
+
</filter>
|
|
570
|
+
<filter
|
|
571
|
+
id="filter9_f_1220_18158"
|
|
572
|
+
width="12.976"
|
|
573
|
+
height="14.776"
|
|
574
|
+
x="9.919"
|
|
575
|
+
y="8.587"
|
|
576
|
+
colorInterpolationFilters="sRGB"
|
|
577
|
+
filterUnits="userSpaceOnUse"
|
|
578
|
+
>
|
|
579
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix"></feFlood>
|
|
580
|
+
<feBlend
|
|
581
|
+
in="SourceGraphic"
|
|
582
|
+
in2="BackgroundImageFix"
|
|
583
|
+
result="shape"
|
|
584
|
+
></feBlend>
|
|
585
|
+
<feGaussianBlur
|
|
586
|
+
result="effect1_foregroundBlur_1220_18158"
|
|
587
|
+
stdDeviation="0.009"
|
|
588
|
+
></feGaussianBlur>
|
|
589
|
+
</filter>
|
|
590
|
+
<filter
|
|
591
|
+
id="filter10_i_1220_18158"
|
|
592
|
+
width="11.861"
|
|
593
|
+
height="13.5"
|
|
594
|
+
x="10.516"
|
|
595
|
+
y="9.237"
|
|
596
|
+
colorInterpolationFilters="sRGB"
|
|
597
|
+
filterUnits="userSpaceOnUse"
|
|
598
|
+
>
|
|
599
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix"></feFlood>
|
|
600
|
+
<feBlend
|
|
601
|
+
in="SourceGraphic"
|
|
602
|
+
in2="BackgroundImageFix"
|
|
603
|
+
result="shape"
|
|
604
|
+
></feBlend>
|
|
605
|
+
<feColorMatrix
|
|
606
|
+
in="SourceAlpha"
|
|
607
|
+
result="hardAlpha"
|
|
608
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
609
|
+
></feColorMatrix>
|
|
610
|
+
<feOffset></feOffset>
|
|
611
|
+
<feGaussianBlur stdDeviation="0.409"></feGaussianBlur>
|
|
612
|
+
<feComposite
|
|
613
|
+
in2="hardAlpha"
|
|
614
|
+
k2="-1"
|
|
615
|
+
k3="1"
|
|
616
|
+
operator="arithmetic"
|
|
617
|
+
></feComposite>
|
|
618
|
+
<feColorMatrix values="0 0 0 0 0.297222 0 0 0 0 0.329917 0 0 0 0 0.445833 0 0 0 1 0"></feColorMatrix>
|
|
619
|
+
<feBlend
|
|
620
|
+
in2="shape"
|
|
621
|
+
result="effect1_innerShadow_1220_18158"
|
|
622
|
+
></feBlend>
|
|
623
|
+
</filter>
|
|
624
|
+
<filter
|
|
625
|
+
id="filter11_d_1220_18158"
|
|
626
|
+
width="10.324"
|
|
627
|
+
height="11.939"
|
|
628
|
+
x="11.284"
|
|
629
|
+
y="10.405"
|
|
630
|
+
colorInterpolationFilters="sRGB"
|
|
631
|
+
filterUnits="userSpaceOnUse"
|
|
632
|
+
>
|
|
633
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix"></feFlood>
|
|
634
|
+
<feColorMatrix
|
|
635
|
+
in="SourceAlpha"
|
|
636
|
+
result="hardAlpha"
|
|
637
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
638
|
+
></feColorMatrix>
|
|
639
|
+
<feOffset dy="0.304"></feOffset>
|
|
640
|
+
<feGaussianBlur stdDeviation="1.6"></feGaussianBlur>
|
|
641
|
+
<feColorMatrix values="0 0 0 0 0.416875 0 0 0 0 0.431496 0 0 0 0 0.483333 0 0 0 1 0"></feColorMatrix>
|
|
642
|
+
<feBlend
|
|
643
|
+
in2="BackgroundImageFix"
|
|
644
|
+
result="effect1_dropShadow_1220_18158"
|
|
645
|
+
></feBlend>
|
|
646
|
+
<feBlend
|
|
647
|
+
in="SourceGraphic"
|
|
648
|
+
in2="effect1_dropShadow_1220_18158"
|
|
649
|
+
result="shape"
|
|
650
|
+
></feBlend>
|
|
651
|
+
</filter>
|
|
652
|
+
<radialGradient
|
|
653
|
+
id="paint0_radial_1220_18158"
|
|
654
|
+
cx="0"
|
|
655
|
+
cy="0"
|
|
656
|
+
r="1"
|
|
657
|
+
gradientTransform="matrix(0 1.22697 -1.22695 0 16.43 5.512)"
|
|
658
|
+
gradientUnits="userSpaceOnUse"
|
|
659
|
+
>
|
|
660
|
+
<stop stopColor="#E7ECFF"></stop>
|
|
661
|
+
<stop offset="0.979" stopColor="#ABC3FF" stopOpacity="0.882"></stop>
|
|
662
|
+
<stop offset="1" stopColor="#ACF" stopOpacity="0.88"></stop>
|
|
663
|
+
</radialGradient>
|
|
664
|
+
<linearGradient
|
|
665
|
+
id="paint1_linear_1220_18158"
|
|
666
|
+
x1="16.345"
|
|
667
|
+
x2="16.345"
|
|
668
|
+
y1="5.555"
|
|
669
|
+
y2="23.789"
|
|
670
|
+
gradientUnits="userSpaceOnUse"
|
|
671
|
+
>
|
|
672
|
+
<stop stopColor="#DEE7FF"></stop>
|
|
673
|
+
<stop offset="0.072" stopColor="#CDF" stopOpacity="0.33"></stop>
|
|
674
|
+
<stop offset="1" stopColor="#98C6F0" stopOpacity="0"></stop>
|
|
675
|
+
</linearGradient>
|
|
676
|
+
<linearGradient
|
|
677
|
+
id="paint2_linear_1220_18158"
|
|
678
|
+
x1="16.361"
|
|
679
|
+
x2="16.361"
|
|
680
|
+
y1="3.2"
|
|
681
|
+
y2="13.306"
|
|
682
|
+
gradientUnits="userSpaceOnUse"
|
|
683
|
+
>
|
|
684
|
+
<stop stopColor="#ACF" stopOpacity="0"></stop>
|
|
685
|
+
<stop offset="1" stopColor="#ACF" stopOpacity="0.3"></stop>
|
|
686
|
+
</linearGradient>
|
|
687
|
+
<linearGradient
|
|
688
|
+
id="paint3_linear_1220_18158"
|
|
689
|
+
x1="27.281"
|
|
690
|
+
x2="18.529"
|
|
691
|
+
y1="22.408"
|
|
692
|
+
y2="17.355"
|
|
693
|
+
gradientUnits="userSpaceOnUse"
|
|
694
|
+
>
|
|
695
|
+
<stop stopColor="#ACF" stopOpacity="0"></stop>
|
|
696
|
+
<stop offset="1" stopColor="#ACF" stopOpacity="0.3"></stop>
|
|
697
|
+
</linearGradient>
|
|
698
|
+
<linearGradient
|
|
699
|
+
id="paint4_linear_1220_18158"
|
|
700
|
+
x1="16.297"
|
|
701
|
+
x2="16.297"
|
|
702
|
+
y1="28.8"
|
|
703
|
+
y2="18.694"
|
|
704
|
+
gradientUnits="userSpaceOnUse"
|
|
705
|
+
>
|
|
706
|
+
<stop stopColor="#ACF" stopOpacity="0"></stop>
|
|
707
|
+
<stop offset="1" stopColor="#ACF" stopOpacity="0.3"></stop>
|
|
708
|
+
</linearGradient>
|
|
709
|
+
<linearGradient
|
|
710
|
+
id="paint5_linear_1220_18158"
|
|
711
|
+
x1="5.394"
|
|
712
|
+
x2="14.147"
|
|
713
|
+
y1="22.44"
|
|
714
|
+
y2="17.387"
|
|
715
|
+
gradientUnits="userSpaceOnUse"
|
|
716
|
+
>
|
|
717
|
+
<stop stopColor="#ACF" stopOpacity="0"></stop>
|
|
718
|
+
<stop offset="1" stopColor="#ACF" stopOpacity="0.3"></stop>
|
|
719
|
+
</linearGradient>
|
|
720
|
+
<linearGradient
|
|
721
|
+
id="paint6_linear_1220_18158"
|
|
722
|
+
x1="27.281"
|
|
723
|
+
x2="18.529"
|
|
724
|
+
y1="9.608"
|
|
725
|
+
y2="14.661"
|
|
726
|
+
gradientUnits="userSpaceOnUse"
|
|
727
|
+
>
|
|
728
|
+
<stop stopColor="#ACF" stopOpacity="0"></stop>
|
|
729
|
+
<stop offset="1" stopColor="#ACF" stopOpacity="0.3"></stop>
|
|
730
|
+
</linearGradient>
|
|
731
|
+
<linearGradient
|
|
732
|
+
id="paint7_linear_1220_18158"
|
|
733
|
+
x1="5.394"
|
|
734
|
+
x2="14.147"
|
|
735
|
+
y1="9.576"
|
|
736
|
+
y2="14.629"
|
|
737
|
+
gradientUnits="userSpaceOnUse"
|
|
738
|
+
>
|
|
739
|
+
<stop stopColor="#ACF" stopOpacity="0"></stop>
|
|
740
|
+
<stop offset="1" stopColor="#ACF" stopOpacity="0.3"></stop>
|
|
741
|
+
</linearGradient>
|
|
742
|
+
<linearGradient
|
|
743
|
+
id="paint8_linear_1220_18158"
|
|
744
|
+
x1="7.584"
|
|
745
|
+
x2="5.456"
|
|
746
|
+
y1="14.776"
|
|
747
|
+
y2="12.648"
|
|
748
|
+
gradientUnits="userSpaceOnUse"
|
|
749
|
+
>
|
|
750
|
+
<stop stopColor="#C3C5D1"></stop>
|
|
751
|
+
<stop offset="0.875" stopColor="#F9F9F9"></stop>
|
|
752
|
+
</linearGradient>
|
|
753
|
+
<linearGradient
|
|
754
|
+
id="paint9_linear_1220_18158"
|
|
755
|
+
x1="4.305"
|
|
756
|
+
x2="6.328"
|
|
757
|
+
y1="12.264"
|
|
758
|
+
y2="14.776"
|
|
759
|
+
gradientUnits="userSpaceOnUse"
|
|
760
|
+
>
|
|
761
|
+
<stop stopColor="#F9F9F9"></stop>
|
|
762
|
+
<stop offset="0.379" stopColor="#F9F9F9"></stop>
|
|
763
|
+
<stop offset="0.481" stopColor="#DFDFE6"></stop>
|
|
764
|
+
<stop offset="0.729" stopColor="#B8BAC6"></stop>
|
|
765
|
+
</linearGradient>
|
|
766
|
+
<linearGradient
|
|
767
|
+
id="paint10_linear_1220_18158"
|
|
768
|
+
x1="9.048"
|
|
769
|
+
x2="6.92"
|
|
770
|
+
y1="16.694"
|
|
771
|
+
y2="14.496"
|
|
772
|
+
gradientUnits="userSpaceOnUse"
|
|
773
|
+
>
|
|
774
|
+
<stop stopColor="#C3C5D1"></stop>
|
|
775
|
+
<stop offset="0.875" stopColor="#F9F9F9"></stop>
|
|
776
|
+
</linearGradient>
|
|
777
|
+
<linearGradient
|
|
778
|
+
id="paint11_linear_1220_18158"
|
|
779
|
+
x1="6.362"
|
|
780
|
+
x2="7.443"
|
|
781
|
+
y1="14.496"
|
|
782
|
+
y2="16.694"
|
|
783
|
+
gradientUnits="userSpaceOnUse"
|
|
784
|
+
>
|
|
785
|
+
<stop stopColor="#F4F4F5"></stop>
|
|
786
|
+
<stop offset="0.306" stopColor="#F4F4F5"></stop>
|
|
787
|
+
<stop offset="0.462" stopColor="#E8E9EC"></stop>
|
|
788
|
+
<stop offset="0.682" stopColor="#DFDFE6"></stop>
|
|
789
|
+
<stop offset="1" stopColor="#B8BAC6"></stop>
|
|
790
|
+
</linearGradient>
|
|
791
|
+
<linearGradient
|
|
792
|
+
id="paint12_linear_1220_18158"
|
|
793
|
+
x1="25.256"
|
|
794
|
+
x2="27.384"
|
|
795
|
+
y1="14.776"
|
|
796
|
+
y2="12.648"
|
|
797
|
+
gradientUnits="userSpaceOnUse"
|
|
798
|
+
>
|
|
799
|
+
<stop stopColor="#C3C5D1"></stop>
|
|
800
|
+
<stop offset="0.875" stopColor="#F9F9F9"></stop>
|
|
801
|
+
</linearGradient>
|
|
802
|
+
<linearGradient
|
|
803
|
+
id="paint13_linear_1220_18158"
|
|
804
|
+
x1="28.535"
|
|
805
|
+
x2="26.512"
|
|
806
|
+
y1="12.264"
|
|
807
|
+
y2="14.776"
|
|
808
|
+
gradientUnits="userSpaceOnUse"
|
|
809
|
+
>
|
|
810
|
+
<stop stopColor="#F9F9F9"></stop>
|
|
811
|
+
<stop offset="0.379" stopColor="#F9F9F9"></stop>
|
|
812
|
+
<stop offset="0.481" stopColor="#DFDFE6"></stop>
|
|
813
|
+
<stop offset="0.729" stopColor="#B8BAC6"></stop>
|
|
814
|
+
</linearGradient>
|
|
815
|
+
<linearGradient
|
|
816
|
+
id="paint14_linear_1220_18158"
|
|
817
|
+
x1="23.79"
|
|
818
|
+
x2="25.918"
|
|
819
|
+
y1="16.694"
|
|
820
|
+
y2="14.496"
|
|
821
|
+
gradientUnits="userSpaceOnUse"
|
|
822
|
+
>
|
|
823
|
+
<stop stopColor="#C3C5D1"></stop>
|
|
824
|
+
<stop offset="0.875" stopColor="#F9F9F9"></stop>
|
|
825
|
+
</linearGradient>
|
|
826
|
+
<linearGradient
|
|
827
|
+
id="paint15_linear_1220_18158"
|
|
828
|
+
x1="26.476"
|
|
829
|
+
x2="25.395"
|
|
830
|
+
y1="14.496"
|
|
831
|
+
y2="16.694"
|
|
832
|
+
gradientUnits="userSpaceOnUse"
|
|
833
|
+
>
|
|
834
|
+
<stop stopColor="#F4F4F5"></stop>
|
|
835
|
+
<stop offset="0.306" stopColor="#F4F4F5"></stop>
|
|
836
|
+
<stop offset="0.462" stopColor="#E8E9EC"></stop>
|
|
837
|
+
<stop offset="0.682" stopColor="#DFDFE6"></stop>
|
|
838
|
+
<stop offset="1" stopColor="#B8BAC6"></stop>
|
|
839
|
+
</linearGradient>
|
|
840
|
+
<linearGradient
|
|
841
|
+
id="paint16_linear_1220_18158"
|
|
842
|
+
x1="14.898"
|
|
843
|
+
x2="12.909"
|
|
844
|
+
y1="24.371"
|
|
845
|
+
y2="24.678"
|
|
846
|
+
gradientUnits="userSpaceOnUse"
|
|
847
|
+
>
|
|
848
|
+
<stop stopColor="#91B1E3"></stop>
|
|
849
|
+
<stop offset="0.209" stopColor="#F0F6FF"></stop>
|
|
850
|
+
<stop offset="0.515" stopColor="#A4BFE9"></stop>
|
|
851
|
+
<stop offset="0.728" stopColor="#8BADE0"></stop>
|
|
852
|
+
<stop offset="0.972" stopColor="#D0DEF3"></stop>
|
|
853
|
+
</linearGradient>
|
|
854
|
+
<linearGradient
|
|
855
|
+
id="paint17_linear_1220_18158"
|
|
856
|
+
x1="13.211"
|
|
857
|
+
x2="14.197"
|
|
858
|
+
y1="24.844"
|
|
859
|
+
y2="24.55"
|
|
860
|
+
gradientUnits="userSpaceOnUse"
|
|
861
|
+
>
|
|
862
|
+
<stop stopColor="#FAFCFF"></stop>
|
|
863
|
+
<stop offset="0.31" stopColor="#D7E6FC"></stop>
|
|
864
|
+
<stop offset="0.524" stopColor="#C1D8F4"></stop>
|
|
865
|
+
<stop offset="0.772" stopColor="#BBD6FF"></stop>
|
|
866
|
+
<stop offset="1" stopColor="#fff"></stop>
|
|
867
|
+
</linearGradient>
|
|
868
|
+
<linearGradient
|
|
869
|
+
id="paint18_linear_1220_18158"
|
|
870
|
+
x1="10.457"
|
|
871
|
+
x2="12.806"
|
|
872
|
+
y1="23.091"
|
|
873
|
+
y2="25.723"
|
|
874
|
+
gradientUnits="userSpaceOnUse"
|
|
875
|
+
>
|
|
876
|
+
<stop stopColor="#91B1E3"></stop>
|
|
877
|
+
<stop offset="0.209" stopColor="#F0F6FF"></stop>
|
|
878
|
+
<stop offset="0.648" stopColor="#A4BFE9"></stop>
|
|
879
|
+
<stop offset="0.78" stopColor="#8BADE0"></stop>
|
|
880
|
+
<stop offset="0.972" stopColor="#93B3E4"></stop>
|
|
881
|
+
</linearGradient>
|
|
882
|
+
<linearGradient
|
|
883
|
+
id="paint19_linear_1220_18158"
|
|
884
|
+
x1="10.73"
|
|
885
|
+
x2="11.894"
|
|
886
|
+
y1="23.578"
|
|
887
|
+
y2="23.231"
|
|
888
|
+
gradientUnits="userSpaceOnUse"
|
|
889
|
+
>
|
|
890
|
+
<stop stopColor="#FAFCFF"></stop>
|
|
891
|
+
<stop offset="0.31" stopColor="#D7E6FC"></stop>
|
|
892
|
+
<stop offset="0.524" stopColor="#C1D8F4"></stop>
|
|
893
|
+
<stop offset="0.772" stopColor="#BBD6FF"></stop>
|
|
894
|
+
<stop offset="1" stopColor="#fff"></stop>
|
|
895
|
+
</linearGradient>
|
|
896
|
+
<linearGradient
|
|
897
|
+
id="paint20_linear_1220_18158"
|
|
898
|
+
x1="18.004"
|
|
899
|
+
x2="19.993"
|
|
900
|
+
y1="24.37"
|
|
901
|
+
y2="24.678"
|
|
902
|
+
gradientUnits="userSpaceOnUse"
|
|
903
|
+
>
|
|
904
|
+
<stop stopColor="#91B1E3"></stop>
|
|
905
|
+
<stop offset="0.209" stopColor="#F0F6FF"></stop>
|
|
906
|
+
<stop offset="0.515" stopColor="#A4BFE9"></stop>
|
|
907
|
+
<stop offset="0.728" stopColor="#8BADE0"></stop>
|
|
908
|
+
<stop offset="0.972" stopColor="#D0DEF3"></stop>
|
|
909
|
+
</linearGradient>
|
|
910
|
+
<linearGradient
|
|
911
|
+
id="paint21_linear_1220_18158"
|
|
912
|
+
x1="19.692"
|
|
913
|
+
x2="18.706"
|
|
914
|
+
y1="24.844"
|
|
915
|
+
y2="24.55"
|
|
916
|
+
gradientUnits="userSpaceOnUse"
|
|
917
|
+
>
|
|
918
|
+
<stop stopColor="#FAFCFF"></stop>
|
|
919
|
+
<stop offset="0.31" stopColor="#D7E6FC"></stop>
|
|
920
|
+
<stop offset="0.524" stopColor="#C1D8F4"></stop>
|
|
921
|
+
<stop offset="0.772" stopColor="#BBD6FF"></stop>
|
|
922
|
+
<stop offset="1" stopColor="#fff"></stop>
|
|
923
|
+
</linearGradient>
|
|
924
|
+
<linearGradient
|
|
925
|
+
id="paint22_linear_1220_18158"
|
|
926
|
+
x1="22.445"
|
|
927
|
+
x2="20.096"
|
|
928
|
+
y1="23.091"
|
|
929
|
+
y2="25.722"
|
|
930
|
+
gradientUnits="userSpaceOnUse"
|
|
931
|
+
>
|
|
932
|
+
<stop stopColor="#91B1E3"></stop>
|
|
933
|
+
<stop offset="0.209" stopColor="#F0F6FF"></stop>
|
|
934
|
+
<stop offset="0.648" stopColor="#A4BFE9"></stop>
|
|
935
|
+
<stop offset="0.78" stopColor="#8BADE0"></stop>
|
|
936
|
+
<stop offset="0.972" stopColor="#93B3E4"></stop>
|
|
937
|
+
</linearGradient>
|
|
938
|
+
<linearGradient
|
|
939
|
+
id="paint23_linear_1220_18158"
|
|
940
|
+
x1="22.17"
|
|
941
|
+
x2="21.007"
|
|
942
|
+
y1="23.578"
|
|
943
|
+
y2="23.231"
|
|
944
|
+
gradientUnits="userSpaceOnUse"
|
|
945
|
+
>
|
|
946
|
+
<stop stopColor="#FAFCFF"></stop>
|
|
947
|
+
<stop offset="0.31" stopColor="#D7E6FC"></stop>
|
|
948
|
+
<stop offset="0.524" stopColor="#C1D8F4"></stop>
|
|
949
|
+
<stop offset="0.772" stopColor="#BBD6FF"></stop>
|
|
950
|
+
<stop offset="1" stopColor="#fff"></stop>
|
|
951
|
+
</linearGradient>
|
|
952
|
+
<linearGradient
|
|
953
|
+
id="paint24_linear_1220_18158"
|
|
954
|
+
x1="14.352"
|
|
955
|
+
x2="18.683"
|
|
956
|
+
y1="25.433"
|
|
957
|
+
y2="26.358"
|
|
958
|
+
gradientUnits="userSpaceOnUse"
|
|
959
|
+
>
|
|
960
|
+
<stop stopColor="#91B1E3"></stop>
|
|
961
|
+
<stop offset="0.209" stopColor="#F0F6FF"></stop>
|
|
962
|
+
<stop offset="0.648" stopColor="#A4BFE9"></stop>
|
|
963
|
+
<stop offset="0.78" stopColor="#8BADE0"></stop>
|
|
964
|
+
<stop offset="0.972" stopColor="#93B3E4"></stop>
|
|
965
|
+
</linearGradient>
|
|
966
|
+
<linearGradient
|
|
967
|
+
id="paint25_linear_1220_18158"
|
|
968
|
+
x1="18.129"
|
|
969
|
+
x2="16.151"
|
|
970
|
+
y1="26.2"
|
|
971
|
+
y2="25.232"
|
|
972
|
+
gradientUnits="userSpaceOnUse"
|
|
973
|
+
>
|
|
974
|
+
<stop stopColor="#FAFCFF"></stop>
|
|
975
|
+
<stop offset="0.31" stopColor="#D7E6FC"></stop>
|
|
976
|
+
<stop offset="0.524" stopColor="#C1D8F4"></stop>
|
|
977
|
+
<stop offset="0.772" stopColor="#BBD6FF"></stop>
|
|
978
|
+
<stop offset="1" stopColor="#fff"></stop>
|
|
979
|
+
</linearGradient>
|
|
980
|
+
<linearGradient
|
|
981
|
+
id="paint26_linear_1220_18158"
|
|
982
|
+
x1="16.421"
|
|
983
|
+
x2="16.421"
|
|
984
|
+
y1="26.68"
|
|
985
|
+
y2="27.711"
|
|
986
|
+
gradientUnits="userSpaceOnUse"
|
|
987
|
+
>
|
|
988
|
+
<stop stopColor="#6A88C3"></stop>
|
|
989
|
+
<stop offset="0.479" stopColor="#E4EFFD"></stop>
|
|
990
|
+
<stop offset="1" stopColor="#E1ECFD"></stop>
|
|
991
|
+
</linearGradient>
|
|
992
|
+
<linearGradient
|
|
993
|
+
id="paint27_linear_1220_18158"
|
|
994
|
+
x1="16.195"
|
|
995
|
+
x2="16.195"
|
|
996
|
+
y1="26.706"
|
|
997
|
+
y2="27.529"
|
|
998
|
+
gradientUnits="userSpaceOnUse"
|
|
999
|
+
>
|
|
1000
|
+
<stop stopColor="#E2F5FF" stopOpacity="0"></stop>
|
|
1001
|
+
<stop offset="0.479" stopColor="#B6CAFE"></stop>
|
|
1002
|
+
<stop offset="1" stopColor="#CCD7FF"></stop>
|
|
1003
|
+
</linearGradient>
|
|
1004
|
+
<linearGradient
|
|
1005
|
+
id="paint28_linear_1220_18158"
|
|
1006
|
+
x1="16.647"
|
|
1007
|
+
x2="16.647"
|
|
1008
|
+
y1="26.706"
|
|
1009
|
+
y2="27.529"
|
|
1010
|
+
gradientUnits="userSpaceOnUse"
|
|
1011
|
+
>
|
|
1012
|
+
<stop stopColor="#E2F5FF" stopOpacity="0"></stop>
|
|
1013
|
+
<stop offset="0.479" stopColor="#B6CAFE"></stop>
|
|
1014
|
+
<stop offset="1" stopColor="#CCD7FF"></stop>
|
|
1015
|
+
</linearGradient>
|
|
1016
|
+
<linearGradient
|
|
1017
|
+
id="paint29_linear_1220_18158"
|
|
1018
|
+
x1="16.357"
|
|
1019
|
+
x2="15.671"
|
|
1020
|
+
y1="27.587"
|
|
1021
|
+
y2="27.668"
|
|
1022
|
+
gradientUnits="userSpaceOnUse"
|
|
1023
|
+
>
|
|
1024
|
+
<stop stopColor="#C9DEFC"></stop>
|
|
1025
|
+
<stop offset="0.31" stopColor="#ECF4FF"></stop>
|
|
1026
|
+
<stop offset="0.524" stopColor="#EAF6FF"></stop>
|
|
1027
|
+
<stop offset="0.614" stopColor="#CCE7FF"></stop>
|
|
1028
|
+
<stop offset="1" stopColor="#CEE4F9"></stop>
|
|
1029
|
+
</linearGradient>
|
|
1030
|
+
<linearGradient
|
|
1031
|
+
id="paint30_linear_1220_18158"
|
|
1032
|
+
x1="13.223"
|
|
1033
|
+
x2="20.066"
|
|
1034
|
+
y1="9.284"
|
|
1035
|
+
y2="22.879"
|
|
1036
|
+
gradientUnits="userSpaceOnUse"
|
|
1037
|
+
>
|
|
1038
|
+
<stop stopColor="#FAFAFA"></stop>
|
|
1039
|
+
<stop offset="1" stopColor="#C2C4CD"></stop>
|
|
1040
|
+
</linearGradient>
|
|
1041
|
+
<linearGradient
|
|
1042
|
+
id="paint31_linear_1220_18158"
|
|
1043
|
+
x1="13.162"
|
|
1044
|
+
x2="19.063"
|
|
1045
|
+
y1="10.409"
|
|
1046
|
+
y2="21.297"
|
|
1047
|
+
gradientUnits="userSpaceOnUse"
|
|
1048
|
+
>
|
|
1049
|
+
<stop stopColor="#CDCFD6"></stop>
|
|
1050
|
+
<stop offset="1" stopColor="#EFEFF1"></stop>
|
|
1051
|
+
</linearGradient>
|
|
1052
|
+
<linearGradient
|
|
1053
|
+
id="paint32_linear_1220_18158"
|
|
1054
|
+
x1="13.801"
|
|
1055
|
+
x2="20.158"
|
|
1056
|
+
y1="10.014"
|
|
1057
|
+
y2="21.449"
|
|
1058
|
+
gradientUnits="userSpaceOnUse"
|
|
1059
|
+
>
|
|
1060
|
+
<stop stopColor="#DDDFE2"></stop>
|
|
1061
|
+
<stop offset="1" stopColor="#fff"></stop>
|
|
1062
|
+
</linearGradient>
|
|
1063
|
+
<radialGradient
|
|
1064
|
+
id="paint33_radial_1220_18158"
|
|
1065
|
+
cx="0"
|
|
1066
|
+
cy="0"
|
|
1067
|
+
r="1"
|
|
1068
|
+
gradientTransform="matrix(0 6.88555 -5.93076 0 16.446 15.987)"
|
|
1069
|
+
gradientUnits="userSpaceOnUse"
|
|
1070
|
+
>
|
|
1071
|
+
<stop stopColor="#F5F7FF"></stop>
|
|
1072
|
+
<stop offset="1" stopColor="#B3B5C5"></stop>
|
|
1073
|
+
</radialGradient>
|
|
1074
|
+
<linearGradient
|
|
1075
|
+
id="paint34_linear_1220_18158"
|
|
1076
|
+
x1="16.448"
|
|
1077
|
+
x2="16.448"
|
|
1078
|
+
y1="8.829"
|
|
1079
|
+
y2="23.144"
|
|
1080
|
+
gradientUnits="userSpaceOnUse"
|
|
1081
|
+
>
|
|
1082
|
+
<stop stopColor="#fff"></stop>
|
|
1083
|
+
<stop offset="1" stopColor="#F2EDED" stopOpacity="0"></stop>
|
|
1084
|
+
</linearGradient>
|
|
1085
|
+
<linearGradient
|
|
1086
|
+
id="paint35_linear_1220_18158"
|
|
1087
|
+
x1="9.125"
|
|
1088
|
+
x2="16.283"
|
|
1089
|
+
y1="10.124"
|
|
1090
|
+
y2="22.521"
|
|
1091
|
+
gradientUnits="userSpaceOnUse"
|
|
1092
|
+
>
|
|
1093
|
+
<stop stopColor="#fff"></stop>
|
|
1094
|
+
<stop offset="1" stopColor="#F2EDED" stopOpacity="0"></stop>
|
|
1095
|
+
</linearGradient>
|
|
1096
|
+
<linearGradient
|
|
1097
|
+
id="paint36_linear_1220_18158"
|
|
1098
|
+
x1="23.236"
|
|
1099
|
+
x2="16.078"
|
|
1100
|
+
y1="10.124"
|
|
1101
|
+
y2="22.522"
|
|
1102
|
+
gradientUnits="userSpaceOnUse"
|
|
1103
|
+
>
|
|
1104
|
+
<stop stopColor="#fff"></stop>
|
|
1105
|
+
<stop offset="1" stopColor="#F2EDED" stopOpacity="0"></stop>
|
|
1106
|
+
</linearGradient>
|
|
1107
|
+
<linearGradient
|
|
1108
|
+
id="paint37_linear_1220_18158"
|
|
1109
|
+
x1="16.446"
|
|
1110
|
+
x2="16.411"
|
|
1111
|
+
y1="18.509"
|
|
1112
|
+
y2="22.394"
|
|
1113
|
+
gradientUnits="userSpaceOnUse"
|
|
1114
|
+
>
|
|
1115
|
+
<stop stopColor="#fff" stopOpacity="0"></stop>
|
|
1116
|
+
<stop offset="1" stopColor="#D0DBFF"></stop>
|
|
1117
|
+
</linearGradient>
|
|
1118
|
+
<linearGradient
|
|
1119
|
+
id="paint38_linear_1220_18158"
|
|
1120
|
+
x1="16.364"
|
|
1121
|
+
x2="20.003"
|
|
1122
|
+
y1="9.584"
|
|
1123
|
+
y2="10.199"
|
|
1124
|
+
gradientUnits="userSpaceOnUse"
|
|
1125
|
+
>
|
|
1126
|
+
<stop offset="0.169" stopColor="#F4F3F8"></stop>
|
|
1127
|
+
<stop offset="0.36" stopColor="#fff"></stop>
|
|
1128
|
+
<stop offset="0.452" stopColor="#fff"></stop>
|
|
1129
|
+
<stop offset="0.628" stopColor="#E7E6EE"></stop>
|
|
1130
|
+
<stop offset="0.804" stopColor="#F3F3F3"></stop>
|
|
1131
|
+
</linearGradient>
|
|
1132
|
+
</defs>
|
|
1133
|
+
</svg>
|
|
1134
|
+
);
|
|
1135
|
+
}
|
|
1136
|
+
|
|
1137
|
+
export default SecondMedalIcon;
|