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,1185 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
function WinnerMedalIcon({ width = '37', height = '36', ...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 37 36"
|
|
11
|
+
{...rest}
|
|
12
|
+
>
|
|
13
|
+
<g clipPath="url(#clip0_1094_38068)">
|
|
14
|
+
<path
|
|
15
|
+
fill="url(#paint0_linear_1094_38068)"
|
|
16
|
+
d="M22.616 16.828l12.626 6.565-2.511 4.35-11.998-7.653 1.883-3.262z"
|
|
17
|
+
></path>
|
|
18
|
+
<path
|
|
19
|
+
fill="url(#paint1_linear_1094_38068)"
|
|
20
|
+
d="M20.519 20.343l.628 14.217h-5.023l.627-14.217h3.768z"
|
|
21
|
+
></path>
|
|
22
|
+
<path
|
|
23
|
+
fill="url(#paint2_linear_1094_38068)"
|
|
24
|
+
d="M16.653 12.777L16.025-1.44h5.023l-.627 14.217h-3.768z"
|
|
25
|
+
></path>
|
|
26
|
+
<path
|
|
27
|
+
fill="url(#paint3_linear_1094_38068)"
|
|
28
|
+
d="M16.451 20.136L4.453 27.788l-2.511-4.35 12.626-6.565 1.883 3.263z"
|
|
29
|
+
></path>
|
|
30
|
+
<path
|
|
31
|
+
fill="url(#paint4_linear_1094_38068)"
|
|
32
|
+
d="M22.616 16.301l12.626-6.565-2.511-4.35-11.998 7.653 1.883 3.262z"
|
|
33
|
+
></path>
|
|
34
|
+
<path
|
|
35
|
+
fill="url(#paint5_linear_1094_38068)"
|
|
36
|
+
d="M16.451 12.993L4.453 5.341l-2.511 4.35 12.626 6.565 1.883-3.263z"
|
|
37
|
+
></path>
|
|
38
|
+
<g filter="url(#filter0_f_1094_38068)" opacity="0.3">
|
|
39
|
+
<ellipse
|
|
40
|
+
cx="13.848"
|
|
41
|
+
cy="6.164"
|
|
42
|
+
fill="#FFEBC4"
|
|
43
|
+
rx="0.497"
|
|
44
|
+
ry="0.497"
|
|
45
|
+
></ellipse>
|
|
46
|
+
</g>
|
|
47
|
+
<g filter="url(#filter1_f_1094_38068)">
|
|
48
|
+
<ellipse
|
|
49
|
+
cx="11.757"
|
|
50
|
+
cy="24.155"
|
|
51
|
+
fill="#FFEBC4"
|
|
52
|
+
rx="0.166"
|
|
53
|
+
ry="0.166"
|
|
54
|
+
></ellipse>
|
|
55
|
+
</g>
|
|
56
|
+
<g filter="url(#filter2_f_1094_38068)" opacity="0.3">
|
|
57
|
+
<ellipse
|
|
58
|
+
cx="13.126"
|
|
59
|
+
cy="9.028"
|
|
60
|
+
fill="#FFEBC4"
|
|
61
|
+
rx="0.166"
|
|
62
|
+
ry="0.166"
|
|
63
|
+
></ellipse>
|
|
64
|
+
</g>
|
|
65
|
+
<g filter="url(#filter3_f_1094_38068)">
|
|
66
|
+
<ellipse
|
|
67
|
+
cx="27.08"
|
|
68
|
+
cy="18.743"
|
|
69
|
+
fill="#FFEBC4"
|
|
70
|
+
rx="0.166"
|
|
71
|
+
ry="0.166"
|
|
72
|
+
></ellipse>
|
|
73
|
+
</g>
|
|
74
|
+
<g filter="url(#filter4_f_1094_38068)">
|
|
75
|
+
<ellipse
|
|
76
|
+
cx="7.122"
|
|
77
|
+
cy="17.282"
|
|
78
|
+
fill="#FDA"
|
|
79
|
+
rx="0.552"
|
|
80
|
+
ry="0.552"
|
|
81
|
+
></ellipse>
|
|
82
|
+
</g>
|
|
83
|
+
<g filter="url(#filter5_f_1094_38068)" opacity="0.6">
|
|
84
|
+
<ellipse
|
|
85
|
+
cx="32.31"
|
|
86
|
+
cy="14.911"
|
|
87
|
+
fill="#FDA"
|
|
88
|
+
rx="0.441"
|
|
89
|
+
ry="0.441"
|
|
90
|
+
></ellipse>
|
|
91
|
+
</g>
|
|
92
|
+
<g filter="url(#filter6_f_1094_38068)" opacity="0.8">
|
|
93
|
+
<ellipse
|
|
94
|
+
cx="14.055"
|
|
95
|
+
cy="29.322"
|
|
96
|
+
fill="#FDA"
|
|
97
|
+
rx="0.441"
|
|
98
|
+
ry="0.441"
|
|
99
|
+
></ellipse>
|
|
100
|
+
</g>
|
|
101
|
+
<g filter="url(#filter7_dd_1094_38068)">
|
|
102
|
+
<path
|
|
103
|
+
fill="url(#paint6_linear_1094_38068)"
|
|
104
|
+
d="M11.813 13.54l.515-2.643-7.52-1.468c-.322 1.652.653 2.871 1.601 3.056l5.404 1.055z"
|
|
105
|
+
></path>
|
|
106
|
+
<path
|
|
107
|
+
stroke="url(#paint7_linear_1094_38068)"
|
|
108
|
+
strokeWidth="0.15"
|
|
109
|
+
d="M11.736 13.592l.516-2.643-7.327-1.43c-.323 1.651.651 2.87 1.6 3.055l5.211 1.018z"
|
|
110
|
+
></path>
|
|
111
|
+
<path
|
|
112
|
+
fill="url(#paint8_linear_1094_38068)"
|
|
113
|
+
d="M11.863 16.008l.516-2.643-6.24-1.218c-.322 1.652.652 2.87 1.601 3.056l4.123.805z"
|
|
114
|
+
></path>
|
|
115
|
+
<path
|
|
116
|
+
stroke="url(#paint9_linear_1094_38068)"
|
|
117
|
+
strokeWidth="0.15"
|
|
118
|
+
d="M11.863 16.008l.516-2.643-6.24-1.218c-.322 1.652.652 2.87 1.601 3.056l4.123.805z"
|
|
119
|
+
></path>
|
|
120
|
+
<path
|
|
121
|
+
fill="url(#paint10_linear_1094_38068)"
|
|
122
|
+
d="M13.607 18.787l.516-2.643-6.24-1.218c-.322 1.652.652 2.87 1.601 3.056l4.123.805z"
|
|
123
|
+
></path>
|
|
124
|
+
<path
|
|
125
|
+
stroke="url(#paint11_linear_1094_38068)"
|
|
126
|
+
strokeWidth="0.15"
|
|
127
|
+
d="M13.607 18.787l.516-2.643-6.24-1.218c-.322 1.652.652 2.87 1.601 3.056l4.123.805z"
|
|
128
|
+
></path>
|
|
129
|
+
<g filter="url(#filter8_d_1094_38068)">
|
|
130
|
+
<path
|
|
131
|
+
fill="#ECD8BA"
|
|
132
|
+
d="M12.188 25.406v-5.785h3.358v7.727l-3.256-1.77a.196.196 0 01-.102-.172z"
|
|
133
|
+
></path>
|
|
134
|
+
<path
|
|
135
|
+
stroke="url(#paint12_linear_1094_38068)"
|
|
136
|
+
strokeWidth="0.065"
|
|
137
|
+
d="M12.188 25.406v-5.785h3.358v7.727l-3.256-1.77a.196.196 0 01-.102-.172z"
|
|
138
|
+
></path>
|
|
139
|
+
</g>
|
|
140
|
+
<path
|
|
141
|
+
fill="url(#paint13_linear_1094_38068)"
|
|
142
|
+
fillRule="evenodd"
|
|
143
|
+
d="M12.557 25.238v-2.683h-.043v2.72l.018.002c.06.01.127.046.182.098a.335.335 0 01.105.19l.002.01 1.765.828V23.45h-.044v2.884l-1.681-.788a.384.384 0 00-.117-.202.42.42 0 00-.187-.106z"
|
|
144
|
+
clipRule="evenodd"
|
|
145
|
+
></path>
|
|
146
|
+
<path
|
|
147
|
+
fill="#D4B195"
|
|
148
|
+
fillRule="evenodd"
|
|
149
|
+
d="M14.54 26.174a.504.504 0 00.047-.265l-.044.002a.462.462 0 01-.04.241.136.136 0 01-.086.067.288.288 0 01-.171-.024l-.016.041a.33.33 0 00.198.025.18.18 0 00.113-.087z"
|
|
150
|
+
clipRule="evenodd"
|
|
151
|
+
></path>
|
|
152
|
+
<g filter="url(#filter9_d_1094_38068)">
|
|
153
|
+
<path
|
|
154
|
+
fill="#ECD8BA"
|
|
155
|
+
d="M24.87 25.406v-5.785H21.51v7.727l3.256-1.77a.196.196 0 00.102-.172z"
|
|
156
|
+
></path>
|
|
157
|
+
<path
|
|
158
|
+
stroke="url(#paint14_linear_1094_38068)"
|
|
159
|
+
strokeWidth="0.065"
|
|
160
|
+
d="M24.87 25.406v-5.785H21.51v7.727l3.256-1.77a.196.196 0 00.102-.172z"
|
|
161
|
+
></path>
|
|
162
|
+
</g>
|
|
163
|
+
<path
|
|
164
|
+
fill="url(#paint15_linear_1094_38068)"
|
|
165
|
+
fillRule="evenodd"
|
|
166
|
+
d="M24.5 25.238v-2.682h.043v2.718l-.018.003a.366.366 0 00-.182.098.335.335 0 00-.106.19l-.001.011-1.765.827V23.45h.043v2.883l1.682-.787a.383.383 0 01.116-.203.42.42 0 01.187-.106z"
|
|
167
|
+
clipRule="evenodd"
|
|
168
|
+
></path>
|
|
169
|
+
<path
|
|
170
|
+
fill="#D4B195"
|
|
171
|
+
fillRule="evenodd"
|
|
172
|
+
d="M22.516 26.175a.502.502 0 01-.046-.266l.044.003a.462.462 0 00.04.24c.019.033.046.057.086.067.04.01.095.006.17-.023l.017.04a.33.33 0 01-.198.025.18.18 0 01-.113-.086z"
|
|
173
|
+
clipRule="evenodd"
|
|
174
|
+
></path>
|
|
175
|
+
<path
|
|
176
|
+
fill="url(#paint16_linear_1094_38068)"
|
|
177
|
+
d="M25.197 13.625l-.516-2.643 7.52-1.468c.322 1.652-.652 2.87-1.6 3.056l-5.404 1.055z"
|
|
178
|
+
></path>
|
|
179
|
+
<path
|
|
180
|
+
stroke="url(#paint17_linear_1094_38068)"
|
|
181
|
+
strokeWidth="0.15"
|
|
182
|
+
d="M25.273 13.677l-.515-2.643 7.327-1.43c.323 1.651-.652 2.87-1.6 3.055l-5.212 1.018z"
|
|
183
|
+
></path>
|
|
184
|
+
<path
|
|
185
|
+
fill="url(#paint18_linear_1094_38068)"
|
|
186
|
+
d="M25.148 16.093l-.515-2.643 6.24-1.218c.322 1.652-.652 2.87-1.601 3.056l-4.124.805z"
|
|
187
|
+
></path>
|
|
188
|
+
<path
|
|
189
|
+
stroke="url(#paint19_linear_1094_38068)"
|
|
190
|
+
strokeWidth="0.15"
|
|
191
|
+
d="M25.148 16.093l-.515-2.643 6.24-1.218c.322 1.652-.652 2.87-1.601 3.056l-4.124.805z"
|
|
192
|
+
></path>
|
|
193
|
+
<path
|
|
194
|
+
fill="url(#paint20_linear_1094_38068)"
|
|
195
|
+
d="M23.404 18.872l-.516-2.643 6.24-1.218c.323 1.652-.652 2.87-1.6 3.056l-4.124.805z"
|
|
196
|
+
></path>
|
|
197
|
+
<path
|
|
198
|
+
stroke="url(#paint21_linear_1094_38068)"
|
|
199
|
+
strokeWidth="0.15"
|
|
200
|
+
d="M23.404 18.872l-.516-2.643 6.24-1.218c.323 1.652-.652 2.87-1.6 3.056l-4.124.805z"
|
|
201
|
+
></path>
|
|
202
|
+
<g filter="url(#filter10_d_1094_38068)">
|
|
203
|
+
<path
|
|
204
|
+
fill="url(#paint22_linear_1094_38068)"
|
|
205
|
+
d="M14.926 19.295h7.172v9.108l-3.546 1.803a.188.188 0 01-.17 0l-3.456-1.771v-9.14z"
|
|
206
|
+
></path>
|
|
207
|
+
<path
|
|
208
|
+
stroke="url(#paint23_linear_1094_38068)"
|
|
209
|
+
strokeWidth="0.13"
|
|
210
|
+
d="M14.926 19.295h7.172v9.108l-3.546 1.803a.188.188 0 01-.17 0l-3.456-1.771v-9.14z"
|
|
211
|
+
></path>
|
|
212
|
+
</g>
|
|
213
|
+
<path
|
|
214
|
+
fill="url(#paint24_linear_1094_38068)"
|
|
215
|
+
fillRule="evenodd"
|
|
216
|
+
d="M19.557 29.631l-1.003.51a.188.188 0 01-.171 0l-1.043-.535v-6.66h2.217v6.685z"
|
|
217
|
+
clipRule="evenodd"
|
|
218
|
+
></path>
|
|
219
|
+
<path
|
|
220
|
+
fill="url(#paint25_linear_1094_38068)"
|
|
221
|
+
fillRule="evenodd"
|
|
222
|
+
d="M15.316 24.186h.104v4.076l3.066 1.585 3.117-1.585v-4.076h.103v4.113l-3.22 1.625-3.17-1.625v-4.113z"
|
|
223
|
+
clipRule="evenodd"
|
|
224
|
+
></path>
|
|
225
|
+
<path
|
|
226
|
+
fill="url(#paint26_linear_1094_38068)"
|
|
227
|
+
fillRule="evenodd"
|
|
228
|
+
d="M18.508 28.424v1.183h-.057v-1.183h.057z"
|
|
229
|
+
clipRule="evenodd"
|
|
230
|
+
></path>
|
|
231
|
+
<path
|
|
232
|
+
fill="url(#paint27_linear_1094_38068)"
|
|
233
|
+
fillRule="evenodd"
|
|
234
|
+
d="M18.31 29.187a.381.381 0 01-.345.143l.01-.056c.075.013.192-.01.292-.124.1-.116.184-.327.184-.698h.057c0 .378-.086.605-.198.735z"
|
|
235
|
+
clipRule="evenodd"
|
|
236
|
+
></path>
|
|
237
|
+
<path
|
|
238
|
+
fill="url(#paint28_linear_1094_38068)"
|
|
239
|
+
fillRule="evenodd"
|
|
240
|
+
d="M18.65 29.187c.112.13.25.16.344.143l-.01-.056c-.075.013-.192-.01-.292-.124-.1-.116-.184-.327-.184-.698h-.057c0 .378.086.605.198.735z"
|
|
241
|
+
clipRule="evenodd"
|
|
242
|
+
></path>
|
|
243
|
+
<path
|
|
244
|
+
fill="url(#paint29_linear_1094_38068)"
|
|
245
|
+
fillRule="evenodd"
|
|
246
|
+
d="M18.468 29.633l-.64-.359h.142l.51.302.51-.305h.125l-.623.362a.029.029 0 01-.024 0z"
|
|
247
|
+
clipRule="evenodd"
|
|
248
|
+
></path>
|
|
249
|
+
<g filter="url(#filter11_d_1094_38068)">
|
|
250
|
+
<path
|
|
251
|
+
fill="url(#paint30_linear_1094_38068)"
|
|
252
|
+
d="M17.978 7.39l-7.042 3.83a1.109 1.109 0 00-.579.975v8.756c0 .407.223.78.58.974l7.041 3.831c.33.18.73.18 1.06 0l7.042-3.83c.357-.195.579-.568.579-.974v-8.757c0-.406-.222-.78-.58-.974L19.039 7.39c-.33-.18-.73-.18-1.06 0z"
|
|
253
|
+
></path>
|
|
254
|
+
<path
|
|
255
|
+
fill="url(#paint31_linear_1094_38068)"
|
|
256
|
+
d="M17.97 8.823l-5.798 3.154a1.104 1.104 0 00-.576.97v7.219c0 .404.22.777.576.97l5.798 3.154c.329.179.726.179 1.055 0l5.798-3.154c.355-.193.577-.566.577-.97v-7.219c0-.404-.222-.776-.577-.97l-5.798-3.154a1.104 1.104 0 00-1.055 0z"
|
|
257
|
+
></path>
|
|
258
|
+
<g filter="url(#filter12_f_1094_38068)">
|
|
259
|
+
<path
|
|
260
|
+
stroke="url(#paint32_linear_1094_38068)"
|
|
261
|
+
strokeWidth="0.065"
|
|
262
|
+
d="M17.97 8.823l-5.798 3.154a1.104 1.104 0 00-.576.97v7.219c0 .404.22.777.576.97l5.798 3.154c.329.179.726.179 1.055 0l5.798-3.154c.355-.193.577-.566.577-.97v-7.219c0-.404-.222-.776-.577-.97l-5.798-3.154a1.104 1.104 0 00-1.055 0z"
|
|
263
|
+
></path>
|
|
264
|
+
</g>
|
|
265
|
+
<g opacity="0.5">
|
|
266
|
+
<mask
|
|
267
|
+
id="mask0_1094_38068"
|
|
268
|
+
style={{ maskType: "alpha" }}
|
|
269
|
+
width="13"
|
|
270
|
+
height="15"
|
|
271
|
+
x="12"
|
|
272
|
+
y="9"
|
|
273
|
+
maskUnits="userSpaceOnUse"
|
|
274
|
+
>
|
|
275
|
+
<path
|
|
276
|
+
fill="#A6D3DE"
|
|
277
|
+
d="M18.038 9.461l-5.308 2.884a1.05 1.05 0 00-.548.923v6.602c0 .385.21.74.548.923l5.308 2.885c.312.17.69.17 1.003 0l5.307-2.885a1.05 1.05 0 00.549-.923v-6.602c0-.385-.21-.739-.55-.923l-5.306-2.884a1.05 1.05 0 00-1.003 0z"
|
|
278
|
+
></path>
|
|
279
|
+
</mask>
|
|
280
|
+
<g mask="url(#mask0_1094_38068)">
|
|
281
|
+
<path
|
|
282
|
+
fill="url(#paint33_radial_1094_38068)"
|
|
283
|
+
d="M18.038 9.461l-5.308 2.884a1.05 1.05 0 00-.548.923v6.602c0 .385.21.74.548.923l5.308 2.885c.312.17.69.17 1.003 0l5.307-2.885a1.05 1.05 0 00.549-.923v-6.602c0-.385-.21-.739-.55-.923l-5.306-2.884a1.05 1.05 0 00-1.003 0z"
|
|
284
|
+
></path>
|
|
285
|
+
<path
|
|
286
|
+
fill="url(#paint34_linear_1094_38068)"
|
|
287
|
+
d="M17.475 24.242l-.252-15.346h2.63l-.252 15.346h-2.126z"
|
|
288
|
+
opacity="0.5"
|
|
289
|
+
></path>
|
|
290
|
+
<path
|
|
291
|
+
fill="url(#paint35_linear_1094_38068)"
|
|
292
|
+
d="M17.442 24.106L9.551 10.942l2.278-1.315 7.454 13.416-1.84 1.063z"
|
|
293
|
+
opacity="0.5"
|
|
294
|
+
></path>
|
|
295
|
+
<path
|
|
296
|
+
fill="url(#paint36_linear_1094_38068)"
|
|
297
|
+
d="M17.224 23.043l7.454-13.416 2.278 1.315-7.892 13.164-1.84-1.063z"
|
|
298
|
+
opacity="0.5"
|
|
299
|
+
></path>
|
|
300
|
+
<path
|
|
301
|
+
fill="url(#paint37_linear_1094_38068)"
|
|
302
|
+
d="M12.182 15.692H24.897V23.948999999999998H12.182z"
|
|
303
|
+
></path>
|
|
304
|
+
<g filter="url(#filter13_i_1094_38068)">
|
|
305
|
+
<path
|
|
306
|
+
fill="#6052B4"
|
|
307
|
+
fillOpacity="0.01"
|
|
308
|
+
d="M18.038 9.461l-5.308 2.884a1.05 1.05 0 00-.548.923v6.602c0 .385.21.74.548.923l5.308 2.885c.312.17.69.17 1.003 0l5.307-2.885a1.05 1.05 0 00.549-.923v-6.602c0-.385-.21-.739-.55-.923l-5.306-2.884a1.05 1.05 0 00-1.003 0z"
|
|
309
|
+
></path>
|
|
310
|
+
</g>
|
|
311
|
+
</g>
|
|
312
|
+
</g>
|
|
313
|
+
</g>
|
|
314
|
+
</g>
|
|
315
|
+
<g filter="url(#filter14_d_1094_38068)">
|
|
316
|
+
<path
|
|
317
|
+
fill="#000"
|
|
318
|
+
d="M19.507 13.737v6.143h-1.421v-4.54l-1.401.41v-1.08l2.692-.933h.13z"
|
|
319
|
+
></path>
|
|
320
|
+
<path
|
|
321
|
+
fill="url(#paint38_linear_1094_38068)"
|
|
322
|
+
fillOpacity="0.3"
|
|
323
|
+
d="M19.507 13.737v6.143h-1.421v-4.54l-1.401.41v-1.08l2.692-.933h.13z"
|
|
324
|
+
></path>
|
|
325
|
+
</g>
|
|
326
|
+
</g>
|
|
327
|
+
<defs>
|
|
328
|
+
<filter
|
|
329
|
+
id="filter0_f_1094_38068"
|
|
330
|
+
width="3.64"
|
|
331
|
+
height="3.641"
|
|
332
|
+
x="12.027"
|
|
333
|
+
y="4.343"
|
|
334
|
+
colorInterpolationFilters="sRGB"
|
|
335
|
+
filterUnits="userSpaceOnUse"
|
|
336
|
+
>
|
|
337
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix"></feFlood>
|
|
338
|
+
<feBlend
|
|
339
|
+
in="SourceGraphic"
|
|
340
|
+
in2="BackgroundImageFix"
|
|
341
|
+
result="shape"
|
|
342
|
+
></feBlend>
|
|
343
|
+
<feGaussianBlur
|
|
344
|
+
result="effect1_foregroundBlur_1094_38068"
|
|
345
|
+
stdDeviation="0.662"
|
|
346
|
+
></feGaussianBlur>
|
|
347
|
+
</filter>
|
|
348
|
+
<filter
|
|
349
|
+
id="filter1_f_1094_38068"
|
|
350
|
+
width="0.551"
|
|
351
|
+
height="0.552"
|
|
352
|
+
x="11.482"
|
|
353
|
+
y="23.879"
|
|
354
|
+
colorInterpolationFilters="sRGB"
|
|
355
|
+
filterUnits="userSpaceOnUse"
|
|
356
|
+
>
|
|
357
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix"></feFlood>
|
|
358
|
+
<feBlend
|
|
359
|
+
in="SourceGraphic"
|
|
360
|
+
in2="BackgroundImageFix"
|
|
361
|
+
result="shape"
|
|
362
|
+
></feBlend>
|
|
363
|
+
<feGaussianBlur
|
|
364
|
+
result="effect1_foregroundBlur_1094_38068"
|
|
365
|
+
stdDeviation="0.055"
|
|
366
|
+
></feGaussianBlur>
|
|
367
|
+
</filter>
|
|
368
|
+
<filter
|
|
369
|
+
id="filter2_f_1094_38068"
|
|
370
|
+
width="1.373"
|
|
371
|
+
height="1.374"
|
|
372
|
+
x="12.439"
|
|
373
|
+
y="8.341"
|
|
374
|
+
colorInterpolationFilters="sRGB"
|
|
375
|
+
filterUnits="userSpaceOnUse"
|
|
376
|
+
>
|
|
377
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix"></feFlood>
|
|
378
|
+
<feBlend
|
|
379
|
+
in="SourceGraphic"
|
|
380
|
+
in2="BackgroundImageFix"
|
|
381
|
+
result="shape"
|
|
382
|
+
></feBlend>
|
|
383
|
+
<feGaussianBlur
|
|
384
|
+
result="effect1_foregroundBlur_1094_38068"
|
|
385
|
+
stdDeviation="0.261"
|
|
386
|
+
></feGaussianBlur>
|
|
387
|
+
</filter>
|
|
388
|
+
<filter
|
|
389
|
+
id="filter3_f_1094_38068"
|
|
390
|
+
width="1.113"
|
|
391
|
+
height="1.114"
|
|
392
|
+
x="26.523"
|
|
393
|
+
y="18.187"
|
|
394
|
+
colorInterpolationFilters="sRGB"
|
|
395
|
+
filterUnits="userSpaceOnUse"
|
|
396
|
+
>
|
|
397
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix"></feFlood>
|
|
398
|
+
<feBlend
|
|
399
|
+
in="SourceGraphic"
|
|
400
|
+
in2="BackgroundImageFix"
|
|
401
|
+
result="shape"
|
|
402
|
+
></feBlend>
|
|
403
|
+
<feGaussianBlur
|
|
404
|
+
result="effect1_foregroundBlur_1094_38068"
|
|
405
|
+
stdDeviation="0.196"
|
|
406
|
+
></feGaussianBlur>
|
|
407
|
+
</filter>
|
|
408
|
+
<filter
|
|
409
|
+
id="filter4_f_1094_38068"
|
|
410
|
+
width="3.712"
|
|
411
|
+
height="3.711"
|
|
412
|
+
x="5.266"
|
|
413
|
+
y="15.427"
|
|
414
|
+
colorInterpolationFilters="sRGB"
|
|
415
|
+
filterUnits="userSpaceOnUse"
|
|
416
|
+
>
|
|
417
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix"></feFlood>
|
|
418
|
+
<feBlend
|
|
419
|
+
in="SourceGraphic"
|
|
420
|
+
in2="BackgroundImageFix"
|
|
421
|
+
result="shape"
|
|
422
|
+
></feBlend>
|
|
423
|
+
<feGaussianBlur
|
|
424
|
+
result="effect1_foregroundBlur_1094_38068"
|
|
425
|
+
stdDeviation="0.652"
|
|
426
|
+
></feGaussianBlur>
|
|
427
|
+
</filter>
|
|
428
|
+
<filter
|
|
429
|
+
id="filter5_f_1094_38068"
|
|
430
|
+
width="3.09"
|
|
431
|
+
height="3.09"
|
|
432
|
+
x="30.766"
|
|
433
|
+
y="13.367"
|
|
434
|
+
colorInterpolationFilters="sRGB"
|
|
435
|
+
filterUnits="userSpaceOnUse"
|
|
436
|
+
>
|
|
437
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix"></feFlood>
|
|
438
|
+
<feBlend
|
|
439
|
+
in="SourceGraphic"
|
|
440
|
+
in2="BackgroundImageFix"
|
|
441
|
+
result="shape"
|
|
442
|
+
></feBlend>
|
|
443
|
+
<feGaussianBlur
|
|
444
|
+
result="effect1_foregroundBlur_1094_38068"
|
|
445
|
+
stdDeviation="0.552"
|
|
446
|
+
></feGaussianBlur>
|
|
447
|
+
</filter>
|
|
448
|
+
<filter
|
|
449
|
+
id="filter6_f_1094_38068"
|
|
450
|
+
width="3.09"
|
|
451
|
+
height="3.09"
|
|
452
|
+
x="12.51"
|
|
453
|
+
y="27.777"
|
|
454
|
+
colorInterpolationFilters="sRGB"
|
|
455
|
+
filterUnits="userSpaceOnUse"
|
|
456
|
+
>
|
|
457
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix"></feFlood>
|
|
458
|
+
<feBlend
|
|
459
|
+
in="SourceGraphic"
|
|
460
|
+
in2="BackgroundImageFix"
|
|
461
|
+
result="shape"
|
|
462
|
+
></feBlend>
|
|
463
|
+
<feGaussianBlur
|
|
464
|
+
result="effect1_foregroundBlur_1094_38068"
|
|
465
|
+
stdDeviation="0.552"
|
|
466
|
+
></feGaussianBlur>
|
|
467
|
+
</filter>
|
|
468
|
+
<filter
|
|
469
|
+
id="filter7_dd_1094_38068"
|
|
470
|
+
width="39.494"
|
|
471
|
+
height="35.013"
|
|
472
|
+
x="-1.242"
|
|
473
|
+
y="1.666"
|
|
474
|
+
colorInterpolationFilters="sRGB"
|
|
475
|
+
filterUnits="userSpaceOnUse"
|
|
476
|
+
>
|
|
477
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix"></feFlood>
|
|
478
|
+
<feColorMatrix
|
|
479
|
+
in="SourceAlpha"
|
|
480
|
+
result="hardAlpha"
|
|
481
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
482
|
+
></feColorMatrix>
|
|
483
|
+
<feOffset></feOffset>
|
|
484
|
+
<feGaussianBlur stdDeviation="0.998"></feGaussianBlur>
|
|
485
|
+
<feColorMatrix values="0 0 0 0 0.991667 0 0 0 0 0.801597 0 0 0 0 0.516493 0 0 0 1 0"></feColorMatrix>
|
|
486
|
+
<feBlend
|
|
487
|
+
in2="BackgroundImageFix"
|
|
488
|
+
result="effect1_dropShadow_1094_38068"
|
|
489
|
+
></feBlend>
|
|
490
|
+
<feColorMatrix
|
|
491
|
+
in="SourceAlpha"
|
|
492
|
+
result="hardAlpha"
|
|
493
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
494
|
+
></feColorMatrix>
|
|
495
|
+
<feOffset dy="0.399"></feOffset>
|
|
496
|
+
<feGaussianBlur stdDeviation="2.994"></feGaussianBlur>
|
|
497
|
+
<feColorMatrix values="0 0 0 0 1 0 0 0 0 0.722667 0 0 0 0 0.466667 0 0 0 0.6 0"></feColorMatrix>
|
|
498
|
+
<feBlend
|
|
499
|
+
in2="effect1_dropShadow_1094_38068"
|
|
500
|
+
result="effect2_dropShadow_1094_38068"
|
|
501
|
+
></feBlend>
|
|
502
|
+
<feBlend
|
|
503
|
+
in="SourceGraphic"
|
|
504
|
+
in2="effect2_dropShadow_1094_38068"
|
|
505
|
+
result="shape"
|
|
506
|
+
></feBlend>
|
|
507
|
+
</filter>
|
|
508
|
+
<filter
|
|
509
|
+
id="filter8_d_1094_38068"
|
|
510
|
+
width="4.467"
|
|
511
|
+
height="8.858"
|
|
512
|
+
x="11.633"
|
|
513
|
+
y="19.067"
|
|
514
|
+
colorInterpolationFilters="sRGB"
|
|
515
|
+
filterUnits="userSpaceOnUse"
|
|
516
|
+
>
|
|
517
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix"></feFlood>
|
|
518
|
+
<feColorMatrix
|
|
519
|
+
in="SourceAlpha"
|
|
520
|
+
result="hardAlpha"
|
|
521
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
522
|
+
></feColorMatrix>
|
|
523
|
+
<feOffset></feOffset>
|
|
524
|
+
<feGaussianBlur stdDeviation="0.261"></feGaussianBlur>
|
|
525
|
+
<feColorMatrix values="0 0 0 0 0.7 0 0 0 0 0.561568 0 0 0 0 0.32375 0 0 0 0.78 0"></feColorMatrix>
|
|
526
|
+
<feBlend
|
|
527
|
+
in2="BackgroundImageFix"
|
|
528
|
+
result="effect1_dropShadow_1094_38068"
|
|
529
|
+
></feBlend>
|
|
530
|
+
<feBlend
|
|
531
|
+
in="SourceGraphic"
|
|
532
|
+
in2="effect1_dropShadow_1094_38068"
|
|
533
|
+
result="shape"
|
|
534
|
+
></feBlend>
|
|
535
|
+
</filter>
|
|
536
|
+
<filter
|
|
537
|
+
id="filter9_d_1094_38068"
|
|
538
|
+
width="4.467"
|
|
539
|
+
height="8.858"
|
|
540
|
+
x="20.957"
|
|
541
|
+
y="19.067"
|
|
542
|
+
colorInterpolationFilters="sRGB"
|
|
543
|
+
filterUnits="userSpaceOnUse"
|
|
544
|
+
>
|
|
545
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix"></feFlood>
|
|
546
|
+
<feColorMatrix
|
|
547
|
+
in="SourceAlpha"
|
|
548
|
+
result="hardAlpha"
|
|
549
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
550
|
+
></feColorMatrix>
|
|
551
|
+
<feOffset></feOffset>
|
|
552
|
+
<feGaussianBlur stdDeviation="0.261"></feGaussianBlur>
|
|
553
|
+
<feColorMatrix values="0 0 0 0 0.7 0 0 0 0 0.561568 0 0 0 0 0.32375 0 0 0 0.78 0"></feColorMatrix>
|
|
554
|
+
<feBlend
|
|
555
|
+
in2="BackgroundImageFix"
|
|
556
|
+
result="effect1_dropShadow_1094_38068"
|
|
557
|
+
></feBlend>
|
|
558
|
+
<feBlend
|
|
559
|
+
in="SourceGraphic"
|
|
560
|
+
in2="effect1_dropShadow_1094_38068"
|
|
561
|
+
result="shape"
|
|
562
|
+
></feBlend>
|
|
563
|
+
</filter>
|
|
564
|
+
<filter
|
|
565
|
+
id="filter10_d_1094_38068"
|
|
566
|
+
width="8.346"
|
|
567
|
+
height="12.105"
|
|
568
|
+
x="14.34"
|
|
569
|
+
y="18.708"
|
|
570
|
+
colorInterpolationFilters="sRGB"
|
|
571
|
+
filterUnits="userSpaceOnUse"
|
|
572
|
+
>
|
|
573
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix"></feFlood>
|
|
574
|
+
<feColorMatrix
|
|
575
|
+
in="SourceAlpha"
|
|
576
|
+
result="hardAlpha"
|
|
577
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
578
|
+
></feColorMatrix>
|
|
579
|
+
<feOffset></feOffset>
|
|
580
|
+
<feGaussianBlur stdDeviation="0.261"></feGaussianBlur>
|
|
581
|
+
<feColorMatrix values="0 0 0 0 0.7 0 0 0 0 0.561568 0 0 0 0 0.32375 0 0 0 0.78 0"></feColorMatrix>
|
|
582
|
+
<feBlend
|
|
583
|
+
in2="BackgroundImageFix"
|
|
584
|
+
result="effect1_dropShadow_1094_38068"
|
|
585
|
+
></feBlend>
|
|
586
|
+
<feBlend
|
|
587
|
+
in="SourceGraphic"
|
|
588
|
+
in2="effect1_dropShadow_1094_38068"
|
|
589
|
+
result="shape"
|
|
590
|
+
></feBlend>
|
|
591
|
+
</filter>
|
|
592
|
+
<filter
|
|
593
|
+
id="filter11_d_1094_38068"
|
|
594
|
+
width="17.083"
|
|
595
|
+
height="19.549"
|
|
596
|
+
x="9.966"
|
|
597
|
+
y="7.255"
|
|
598
|
+
colorInterpolationFilters="sRGB"
|
|
599
|
+
filterUnits="userSpaceOnUse"
|
|
600
|
+
>
|
|
601
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix"></feFlood>
|
|
602
|
+
<feColorMatrix
|
|
603
|
+
in="SourceAlpha"
|
|
604
|
+
result="hardAlpha"
|
|
605
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
606
|
+
></feColorMatrix>
|
|
607
|
+
<feOffset dy="0.522"></feOffset>
|
|
608
|
+
<feGaussianBlur stdDeviation="0.196"></feGaussianBlur>
|
|
609
|
+
<feColorMatrix values="0 0 0 0 0.4375 0 0 0 0 0.287401 0 0 0 0 0.111198 0 0 0 0.6 0"></feColorMatrix>
|
|
610
|
+
<feBlend
|
|
611
|
+
in2="BackgroundImageFix"
|
|
612
|
+
result="effect1_dropShadow_1094_38068"
|
|
613
|
+
></feBlend>
|
|
614
|
+
<feBlend
|
|
615
|
+
in="SourceGraphic"
|
|
616
|
+
in2="effect1_dropShadow_1094_38068"
|
|
617
|
+
result="shape"
|
|
618
|
+
></feBlend>
|
|
619
|
+
</filter>
|
|
620
|
+
<filter
|
|
621
|
+
id="filter12_f_1094_38068"
|
|
622
|
+
width="13.908"
|
|
623
|
+
height="15.839"
|
|
624
|
+
x="11.543"
|
|
625
|
+
y="8.637"
|
|
626
|
+
colorInterpolationFilters="sRGB"
|
|
627
|
+
filterUnits="userSpaceOnUse"
|
|
628
|
+
>
|
|
629
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix"></feFlood>
|
|
630
|
+
<feBlend
|
|
631
|
+
in="SourceGraphic"
|
|
632
|
+
in2="BackgroundImageFix"
|
|
633
|
+
result="shape"
|
|
634
|
+
></feBlend>
|
|
635
|
+
<feGaussianBlur
|
|
636
|
+
result="effect1_foregroundBlur_1094_38068"
|
|
637
|
+
stdDeviation="0.01"
|
|
638
|
+
></feGaussianBlur>
|
|
639
|
+
</filter>
|
|
640
|
+
<filter
|
|
641
|
+
id="filter13_i_1094_38068"
|
|
642
|
+
width="12.715"
|
|
643
|
+
height="14.472"
|
|
644
|
+
x="12.182"
|
|
645
|
+
y="9.334"
|
|
646
|
+
colorInterpolationFilters="sRGB"
|
|
647
|
+
filterUnits="userSpaceOnUse"
|
|
648
|
+
>
|
|
649
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix"></feFlood>
|
|
650
|
+
<feBlend
|
|
651
|
+
in="SourceGraphic"
|
|
652
|
+
in2="BackgroundImageFix"
|
|
653
|
+
result="shape"
|
|
654
|
+
></feBlend>
|
|
655
|
+
<feColorMatrix
|
|
656
|
+
in="SourceAlpha"
|
|
657
|
+
result="hardAlpha"
|
|
658
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
659
|
+
></feColorMatrix>
|
|
660
|
+
<feOffset></feOffset>
|
|
661
|
+
<feGaussianBlur stdDeviation="0.438"></feGaussianBlur>
|
|
662
|
+
<feComposite
|
|
663
|
+
in2="hardAlpha"
|
|
664
|
+
k2="-1"
|
|
665
|
+
k3="1"
|
|
666
|
+
operator="arithmetic"
|
|
667
|
+
></feComposite>
|
|
668
|
+
<feColorMatrix values="0 0 0 0 0.458333 0 0 0 0 0.256743 0 0 0 0 0.0706597 0 0 0 1 0"></feColorMatrix>
|
|
669
|
+
<feBlend
|
|
670
|
+
in2="shape"
|
|
671
|
+
result="effect1_innerShadow_1094_38068"
|
|
672
|
+
></feBlend>
|
|
673
|
+
</filter>
|
|
674
|
+
<filter
|
|
675
|
+
id="filter14_d_1094_38068"
|
|
676
|
+
width="10.022"
|
|
677
|
+
height="13.343"
|
|
678
|
+
x="13.085"
|
|
679
|
+
y="10.398"
|
|
680
|
+
colorInterpolationFilters="sRGB"
|
|
681
|
+
filterUnits="userSpaceOnUse"
|
|
682
|
+
>
|
|
683
|
+
<feFlood floodOpacity="0" result="BackgroundImageFix"></feFlood>
|
|
684
|
+
<feColorMatrix
|
|
685
|
+
in="SourceAlpha"
|
|
686
|
+
result="hardAlpha"
|
|
687
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
688
|
+
></feColorMatrix>
|
|
689
|
+
<feOffset dy="0.261"></feOffset>
|
|
690
|
+
<feGaussianBlur stdDeviation="1.8"></feGaussianBlur>
|
|
691
|
+
<feColorMatrix values="0 0 0 0 0.8125 0 0 0 0 0.507271 0 0 0 0 0.148958 0 0 0 1 0"></feColorMatrix>
|
|
692
|
+
<feBlend
|
|
693
|
+
in2="BackgroundImageFix"
|
|
694
|
+
result="effect1_dropShadow_1094_38068"
|
|
695
|
+
></feBlend>
|
|
696
|
+
<feBlend
|
|
697
|
+
in="SourceGraphic"
|
|
698
|
+
in2="effect1_dropShadow_1094_38068"
|
|
699
|
+
result="shape"
|
|
700
|
+
></feBlend>
|
|
701
|
+
</filter>
|
|
702
|
+
<linearGradient
|
|
703
|
+
id="paint0_linear_1094_38068"
|
|
704
|
+
x1="33.986"
|
|
705
|
+
x2="21.674"
|
|
706
|
+
y1="25.568"
|
|
707
|
+
y2="18.459"
|
|
708
|
+
gradientUnits="userSpaceOnUse"
|
|
709
|
+
>
|
|
710
|
+
<stop stopColor="#FFF6D6" stopOpacity="0"></stop>
|
|
711
|
+
<stop offset="1" stopColor="#FFEFC5" stopOpacity="0.4"></stop>
|
|
712
|
+
</linearGradient>
|
|
713
|
+
<linearGradient
|
|
714
|
+
id="paint1_linear_1094_38068"
|
|
715
|
+
x1="18.635"
|
|
716
|
+
x2="18.635"
|
|
717
|
+
y1="34.56"
|
|
718
|
+
y2="20.343"
|
|
719
|
+
gradientUnits="userSpaceOnUse"
|
|
720
|
+
>
|
|
721
|
+
<stop stopColor="#FFF6D6" stopOpacity="0"></stop>
|
|
722
|
+
<stop offset="1" stopColor="#FFEFC5" stopOpacity="0.4"></stop>
|
|
723
|
+
</linearGradient>
|
|
724
|
+
<linearGradient
|
|
725
|
+
id="paint2_linear_1094_38068"
|
|
726
|
+
x1="18.537"
|
|
727
|
+
x2="18.537"
|
|
728
|
+
y1="-1.44"
|
|
729
|
+
y2="12.777"
|
|
730
|
+
gradientUnits="userSpaceOnUse"
|
|
731
|
+
>
|
|
732
|
+
<stop stopColor="#FFF6D6" stopOpacity="0"></stop>
|
|
733
|
+
<stop offset="1" stopColor="#FFEFC5" stopOpacity="0.4"></stop>
|
|
734
|
+
</linearGradient>
|
|
735
|
+
<linearGradient
|
|
736
|
+
id="paint3_linear_1094_38068"
|
|
737
|
+
x1="3.197"
|
|
738
|
+
x2="15.509"
|
|
739
|
+
y1="25.613"
|
|
740
|
+
y2="18.504"
|
|
741
|
+
gradientUnits="userSpaceOnUse"
|
|
742
|
+
>
|
|
743
|
+
<stop stopColor="#FFF6D6" stopOpacity="0"></stop>
|
|
744
|
+
<stop offset="1" stopColor="#FFEFC5" stopOpacity="0.4"></stop>
|
|
745
|
+
</linearGradient>
|
|
746
|
+
<linearGradient
|
|
747
|
+
id="paint4_linear_1094_38068"
|
|
748
|
+
x1="33.986"
|
|
749
|
+
x2="21.674"
|
|
750
|
+
y1="7.561"
|
|
751
|
+
y2="14.67"
|
|
752
|
+
gradientUnits="userSpaceOnUse"
|
|
753
|
+
>
|
|
754
|
+
<stop stopColor="#FFF6D6" stopOpacity="0"></stop>
|
|
755
|
+
<stop offset="1" stopColor="#FFEFC5" stopOpacity="0.4"></stop>
|
|
756
|
+
</linearGradient>
|
|
757
|
+
<linearGradient
|
|
758
|
+
id="paint5_linear_1094_38068"
|
|
759
|
+
x1="3.197"
|
|
760
|
+
x2="15.509"
|
|
761
|
+
y1="7.516"
|
|
762
|
+
y2="14.625"
|
|
763
|
+
gradientUnits="userSpaceOnUse"
|
|
764
|
+
>
|
|
765
|
+
<stop stopColor="#FFF6D6" stopOpacity="0"></stop>
|
|
766
|
+
<stop offset="1" stopColor="#FFEFC5" stopOpacity="0.4"></stop>
|
|
767
|
+
</linearGradient>
|
|
768
|
+
<linearGradient
|
|
769
|
+
id="paint6_linear_1094_38068"
|
|
770
|
+
x1="8.11"
|
|
771
|
+
x2="6.308"
|
|
772
|
+
y1="12.817"
|
|
773
|
+
y2="10.141"
|
|
774
|
+
gradientUnits="userSpaceOnUse"
|
|
775
|
+
>
|
|
776
|
+
<stop stopColor="#E2B84C"></stop>
|
|
777
|
+
<stop offset="0.875" stopColor="#FFF5DE"></stop>
|
|
778
|
+
</linearGradient>
|
|
779
|
+
<linearGradient
|
|
780
|
+
id="paint7_linear_1094_38068"
|
|
781
|
+
x1="5.292"
|
|
782
|
+
x2="6.905"
|
|
783
|
+
y1="9.59"
|
|
784
|
+
y2="12.648"
|
|
785
|
+
gradientUnits="userSpaceOnUse"
|
|
786
|
+
>
|
|
787
|
+
<stop stopColor="#FFF5DE"></stop>
|
|
788
|
+
<stop offset="0.379" stopColor="#F5E3C4"></stop>
|
|
789
|
+
<stop offset="0.481" stopColor="#E6CA9E"></stop>
|
|
790
|
+
<stop offset="0.729" stopColor="#D2A86B"></stop>
|
|
791
|
+
</linearGradient>
|
|
792
|
+
<linearGradient
|
|
793
|
+
id="paint8_linear_1094_38068"
|
|
794
|
+
x1="9.441"
|
|
795
|
+
x2="7.639"
|
|
796
|
+
y1="15.535"
|
|
797
|
+
y2="12.859"
|
|
798
|
+
gradientUnits="userSpaceOnUse"
|
|
799
|
+
>
|
|
800
|
+
<stop stopColor="#E0CE8E"></stop>
|
|
801
|
+
<stop offset="0.875" stopColor="#FFF5DE"></stop>
|
|
802
|
+
</linearGradient>
|
|
803
|
+
<linearGradient
|
|
804
|
+
id="paint9_linear_1094_38068"
|
|
805
|
+
x1="6.507"
|
|
806
|
+
x2="10.133"
|
|
807
|
+
y1="12.219"
|
|
808
|
+
y2="16.524"
|
|
809
|
+
gradientUnits="userSpaceOnUse"
|
|
810
|
+
>
|
|
811
|
+
<stop stopColor="#FFF5DE"></stop>
|
|
812
|
+
<stop offset="0.379" stopColor="#FFF5DE"></stop>
|
|
813
|
+
<stop offset="0.481" stopColor="#EADCA9"></stop>
|
|
814
|
+
<stop offset="0.729" stopColor="#D2C26B"></stop>
|
|
815
|
+
</linearGradient>
|
|
816
|
+
<linearGradient
|
|
817
|
+
id="paint10_linear_1094_38068"
|
|
818
|
+
x1="11.185"
|
|
819
|
+
x2="9.383"
|
|
820
|
+
y1="18.314"
|
|
821
|
+
y2="15.638"
|
|
822
|
+
gradientUnits="userSpaceOnUse"
|
|
823
|
+
>
|
|
824
|
+
<stop stopColor="#E0CE8E"></stop>
|
|
825
|
+
<stop offset="0.875" stopColor="#FFF5DE"></stop>
|
|
826
|
+
</linearGradient>
|
|
827
|
+
<linearGradient
|
|
828
|
+
id="paint11_linear_1094_38068"
|
|
829
|
+
x1="8.251"
|
|
830
|
+
x2="11.877"
|
|
831
|
+
y1="14.998"
|
|
832
|
+
y2="19.303"
|
|
833
|
+
gradientUnits="userSpaceOnUse"
|
|
834
|
+
>
|
|
835
|
+
<stop stopColor="#FFF5DE"></stop>
|
|
836
|
+
<stop offset="0.379" stopColor="#FFF5DE"></stop>
|
|
837
|
+
<stop offset="0.481" stopColor="#EADCA9"></stop>
|
|
838
|
+
<stop offset="0.729" stopColor="#D2C26B"></stop>
|
|
839
|
+
</linearGradient>
|
|
840
|
+
<linearGradient
|
|
841
|
+
id="paint12_linear_1094_38068"
|
|
842
|
+
x1="12.188"
|
|
843
|
+
x2="15.635"
|
|
844
|
+
y1="24.888"
|
|
845
|
+
y2="25.666"
|
|
846
|
+
gradientUnits="userSpaceOnUse"
|
|
847
|
+
>
|
|
848
|
+
<stop stopColor="#8D834F"></stop>
|
|
849
|
+
<stop offset="0.209" stopColor="#C4B47D"></stop>
|
|
850
|
+
<stop offset="0.648" stopColor="#FFF1DC"></stop>
|
|
851
|
+
<stop offset="0.828" stopColor="#B3A268"></stop>
|
|
852
|
+
<stop offset="0.972" stopColor="#8C7E4C"></stop>
|
|
853
|
+
</linearGradient>
|
|
854
|
+
<linearGradient
|
|
855
|
+
id="paint13_linear_1094_38068"
|
|
856
|
+
x1="12.611"
|
|
857
|
+
x2="13.859"
|
|
858
|
+
y1="24.772"
|
|
859
|
+
y2="24.401"
|
|
860
|
+
gradientUnits="userSpaceOnUse"
|
|
861
|
+
>
|
|
862
|
+
<stop stopColor="#C7A383"></stop>
|
|
863
|
+
<stop offset="0.31" stopColor="#D5B198"></stop>
|
|
864
|
+
<stop offset="0.524" stopColor="#CBA68C"></stop>
|
|
865
|
+
<stop offset="0.772" stopColor="#BB9478"></stop>
|
|
866
|
+
<stop offset="1" stopColor="#D7B49B"></stop>
|
|
867
|
+
</linearGradient>
|
|
868
|
+
<linearGradient
|
|
869
|
+
id="paint14_linear_1094_38068"
|
|
870
|
+
x1="24.869"
|
|
871
|
+
x2="21.422"
|
|
872
|
+
y1="24.888"
|
|
873
|
+
y2="25.666"
|
|
874
|
+
gradientUnits="userSpaceOnUse"
|
|
875
|
+
>
|
|
876
|
+
<stop stopColor="#8D834F"></stop>
|
|
877
|
+
<stop offset="0.209" stopColor="#C4B47D"></stop>
|
|
878
|
+
<stop offset="0.648" stopColor="#FFF1DC"></stop>
|
|
879
|
+
<stop offset="0.828" stopColor="#B3A268"></stop>
|
|
880
|
+
<stop offset="0.972" stopColor="#8C7E4C"></stop>
|
|
881
|
+
</linearGradient>
|
|
882
|
+
<linearGradient
|
|
883
|
+
id="paint15_linear_1094_38068"
|
|
884
|
+
x1="24.445"
|
|
885
|
+
x2="23.198"
|
|
886
|
+
y1="24.773"
|
|
887
|
+
y2="24.401"
|
|
888
|
+
gradientUnits="userSpaceOnUse"
|
|
889
|
+
>
|
|
890
|
+
<stop stopColor="#C7A383"></stop>
|
|
891
|
+
<stop offset="0.31" stopColor="#D5B198"></stop>
|
|
892
|
+
<stop offset="0.524" stopColor="#CBA68C"></stop>
|
|
893
|
+
<stop offset="0.772" stopColor="#BB9478"></stop>
|
|
894
|
+
<stop offset="1" stopColor="#D7B49B"></stop>
|
|
895
|
+
</linearGradient>
|
|
896
|
+
<linearGradient
|
|
897
|
+
id="paint16_linear_1094_38068"
|
|
898
|
+
x1="28.9"
|
|
899
|
+
x2="30.701"
|
|
900
|
+
y1="12.902"
|
|
901
|
+
y2="10.226"
|
|
902
|
+
gradientUnits="userSpaceOnUse"
|
|
903
|
+
>
|
|
904
|
+
<stop stopColor="#E2B84C"></stop>
|
|
905
|
+
<stop offset="0.875" stopColor="#FFF5DE"></stop>
|
|
906
|
+
</linearGradient>
|
|
907
|
+
<linearGradient
|
|
908
|
+
id="paint17_linear_1094_38068"
|
|
909
|
+
x1="31.718"
|
|
910
|
+
x2="30.105"
|
|
911
|
+
y1="9.675"
|
|
912
|
+
y2="12.733"
|
|
913
|
+
gradientUnits="userSpaceOnUse"
|
|
914
|
+
>
|
|
915
|
+
<stop stopColor="#FFF5DE"></stop>
|
|
916
|
+
<stop offset="0.379" stopColor="#F5E3C4"></stop>
|
|
917
|
+
<stop offset="0.481" stopColor="#E6CA9E"></stop>
|
|
918
|
+
<stop offset="0.729" stopColor="#D2A86B"></stop>
|
|
919
|
+
</linearGradient>
|
|
920
|
+
<linearGradient
|
|
921
|
+
id="paint18_linear_1094_38068"
|
|
922
|
+
x1="27.571"
|
|
923
|
+
x2="29.373"
|
|
924
|
+
y1="15.62"
|
|
925
|
+
y2="12.944"
|
|
926
|
+
gradientUnits="userSpaceOnUse"
|
|
927
|
+
>
|
|
928
|
+
<stop stopColor="#E0CE8E"></stop>
|
|
929
|
+
<stop offset="0.875" stopColor="#FFF5DE"></stop>
|
|
930
|
+
</linearGradient>
|
|
931
|
+
<linearGradient
|
|
932
|
+
id="paint19_linear_1094_38068"
|
|
933
|
+
x1="30.505"
|
|
934
|
+
x2="26.879"
|
|
935
|
+
y1="12.304"
|
|
936
|
+
y2="16.609"
|
|
937
|
+
gradientUnits="userSpaceOnUse"
|
|
938
|
+
>
|
|
939
|
+
<stop stopColor="#FFF5DE"></stop>
|
|
940
|
+
<stop offset="0.379" stopColor="#FFF5DE"></stop>
|
|
941
|
+
<stop offset="0.481" stopColor="#EADCA9"></stop>
|
|
942
|
+
<stop offset="0.729" stopColor="#D2C26B"></stop>
|
|
943
|
+
</linearGradient>
|
|
944
|
+
<linearGradient
|
|
945
|
+
id="paint20_linear_1094_38068"
|
|
946
|
+
x1="25.827"
|
|
947
|
+
x2="27.629"
|
|
948
|
+
y1="18.399"
|
|
949
|
+
y2="15.723"
|
|
950
|
+
gradientUnits="userSpaceOnUse"
|
|
951
|
+
>
|
|
952
|
+
<stop stopColor="#E0CE8E"></stop>
|
|
953
|
+
<stop offset="0.875" stopColor="#FFF5DE"></stop>
|
|
954
|
+
</linearGradient>
|
|
955
|
+
<linearGradient
|
|
956
|
+
id="paint21_linear_1094_38068"
|
|
957
|
+
x1="28.761"
|
|
958
|
+
x2="25.134"
|
|
959
|
+
y1="15.083"
|
|
960
|
+
y2="19.388"
|
|
961
|
+
gradientUnits="userSpaceOnUse"
|
|
962
|
+
>
|
|
963
|
+
<stop stopColor="#FFF5DE"></stop>
|
|
964
|
+
<stop offset="0.379" stopColor="#FFF5DE"></stop>
|
|
965
|
+
<stop offset="0.481" stopColor="#EADCA9"></stop>
|
|
966
|
+
<stop offset="0.729" stopColor="#D2C26B"></stop>
|
|
967
|
+
</linearGradient>
|
|
968
|
+
<linearGradient
|
|
969
|
+
id="paint22_linear_1094_38068"
|
|
970
|
+
x1="18.512"
|
|
971
|
+
x2="18.512"
|
|
972
|
+
y1="24.12"
|
|
973
|
+
y2="30.25"
|
|
974
|
+
gradientUnits="userSpaceOnUse"
|
|
975
|
+
>
|
|
976
|
+
<stop stopColor="#B5A170"></stop>
|
|
977
|
+
<stop offset="0.229" stopColor="#B5A170"></stop>
|
|
978
|
+
<stop offset="0.477" stopColor="#D8CA9B"></stop>
|
|
979
|
+
<stop offset="0.883" stopColor="#B5AA70"></stop>
|
|
980
|
+
<stop offset="1" stopColor="#B5A170"></stop>
|
|
981
|
+
</linearGradient>
|
|
982
|
+
<linearGradient
|
|
983
|
+
id="paint23_linear_1094_38068"
|
|
984
|
+
x1="14.926"
|
|
985
|
+
x2="21.862"
|
|
986
|
+
y1="26.761"
|
|
987
|
+
y2="29.122"
|
|
988
|
+
gradientUnits="userSpaceOnUse"
|
|
989
|
+
>
|
|
990
|
+
<stop stopColor="#E4C106"></stop>
|
|
991
|
+
<stop offset="0.209" stopColor="#FFF5E6"></stop>
|
|
992
|
+
<stop offset="0.648" stopColor="#DE9E3F"></stop>
|
|
993
|
+
<stop offset="0.78" stopColor="#EDB72D"></stop>
|
|
994
|
+
<stop offset="0.972" stopColor="#E4BC2E"></stop>
|
|
995
|
+
</linearGradient>
|
|
996
|
+
<linearGradient
|
|
997
|
+
id="paint24_linear_1094_38068"
|
|
998
|
+
x1="18.448"
|
|
999
|
+
x2="18.448"
|
|
1000
|
+
y1="22.947"
|
|
1001
|
+
y2="30.162"
|
|
1002
|
+
gradientUnits="userSpaceOnUse"
|
|
1003
|
+
>
|
|
1004
|
+
<stop stopColor="#DDD8A9"></stop>
|
|
1005
|
+
<stop offset="0.222" stopColor="#DDD2A9"></stop>
|
|
1006
|
+
<stop offset="0.67" stopColor="#EBE2C4"></stop>
|
|
1007
|
+
<stop offset="0.899" stopColor="#DDD5A9"></stop>
|
|
1008
|
+
<stop offset="1" stopColor="#DDD5A9"></stop>
|
|
1009
|
+
</linearGradient>
|
|
1010
|
+
<linearGradient
|
|
1011
|
+
id="paint25_linear_1094_38068"
|
|
1012
|
+
x1="21.405"
|
|
1013
|
+
x2="18.788"
|
|
1014
|
+
y1="27.598"
|
|
1015
|
+
y2="25.571"
|
|
1016
|
+
gradientUnits="userSpaceOnUse"
|
|
1017
|
+
>
|
|
1018
|
+
<stop stopColor="#ECD8BA"></stop>
|
|
1019
|
+
<stop offset="0.31" stopColor="#EBD3AE"></stop>
|
|
1020
|
+
<stop offset="0.524" stopColor="#E2C69C"></stop>
|
|
1021
|
+
<stop offset="0.772" stopColor="#E3C8A0"></stop>
|
|
1022
|
+
<stop offset="1" stopColor="#ECD8BA"></stop>
|
|
1023
|
+
</linearGradient>
|
|
1024
|
+
<linearGradient
|
|
1025
|
+
id="paint26_linear_1094_38068"
|
|
1026
|
+
x1="18.48"
|
|
1027
|
+
x2="18.48"
|
|
1028
|
+
y1="28.424"
|
|
1029
|
+
y2="29.529"
|
|
1030
|
+
gradientUnits="userSpaceOnUse"
|
|
1031
|
+
>
|
|
1032
|
+
<stop stopColor="#FAECD8"></stop>
|
|
1033
|
+
<stop offset="0.492" stopColor="#F9EBD7"></stop>
|
|
1034
|
+
<stop offset="1" stopColor="#ECD5B4"></stop>
|
|
1035
|
+
</linearGradient>
|
|
1036
|
+
<linearGradient
|
|
1037
|
+
id="paint27_linear_1094_38068"
|
|
1038
|
+
x1="18.236"
|
|
1039
|
+
x2="18.236"
|
|
1040
|
+
y1="28.452"
|
|
1041
|
+
y2="29.334"
|
|
1042
|
+
gradientUnits="userSpaceOnUse"
|
|
1043
|
+
>
|
|
1044
|
+
<stop stopColor="#F9EBD7"></stop>
|
|
1045
|
+
<stop offset="0.479" stopColor="#FAEDD9"></stop>
|
|
1046
|
+
<stop offset="1" stopColor="#F8E9D4"></stop>
|
|
1047
|
+
</linearGradient>
|
|
1048
|
+
<linearGradient
|
|
1049
|
+
id="paint28_linear_1094_38068"
|
|
1050
|
+
x1="18.723"
|
|
1051
|
+
x2="18.723"
|
|
1052
|
+
y1="28.452"
|
|
1053
|
+
y2="29.334"
|
|
1054
|
+
gradientUnits="userSpaceOnUse"
|
|
1055
|
+
>
|
|
1056
|
+
<stop stopColor="#FAEDD8"></stop>
|
|
1057
|
+
<stop offset="0.479" stopColor="#FAECD8"></stop>
|
|
1058
|
+
<stop offset="1" stopColor="#EAD4B2"></stop>
|
|
1059
|
+
</linearGradient>
|
|
1060
|
+
<linearGradient
|
|
1061
|
+
id="paint29_linear_1094_38068"
|
|
1062
|
+
x1="18.411"
|
|
1063
|
+
x2="17.676"
|
|
1064
|
+
y1="29.396"
|
|
1065
|
+
y2="29.483"
|
|
1066
|
+
gradientUnits="userSpaceOnUse"
|
|
1067
|
+
>
|
|
1068
|
+
<stop stopColor="#E5CBA6"></stop>
|
|
1069
|
+
<stop offset="0.31" stopColor="#FAEDDA"></stop>
|
|
1070
|
+
<stop offset="0.524" stopColor="#F3E2C9"></stop>
|
|
1071
|
+
<stop offset="0.614" stopColor="#EFDCC0"></stop>
|
|
1072
|
+
<stop offset="1" stopColor="#EFDCC0"></stop>
|
|
1073
|
+
</linearGradient>
|
|
1074
|
+
<linearGradient
|
|
1075
|
+
id="paint30_linear_1094_38068"
|
|
1076
|
+
x1="15.085"
|
|
1077
|
+
x2="22.42"
|
|
1078
|
+
y1="9.384"
|
|
1079
|
+
y2="23.957"
|
|
1080
|
+
gradientUnits="userSpaceOnUse"
|
|
1081
|
+
>
|
|
1082
|
+
<stop stopColor="#FFF5DE"></stop>
|
|
1083
|
+
<stop offset="1" stopColor="#CFB165"></stop>
|
|
1084
|
+
</linearGradient>
|
|
1085
|
+
<linearGradient
|
|
1086
|
+
id="paint31_linear_1094_38068"
|
|
1087
|
+
x1="15.019"
|
|
1088
|
+
x2="21.344"
|
|
1089
|
+
y1="10.59"
|
|
1090
|
+
y2="22.262"
|
|
1091
|
+
gradientUnits="userSpaceOnUse"
|
|
1092
|
+
>
|
|
1093
|
+
<stop stopColor="#D2A86C"></stop>
|
|
1094
|
+
<stop offset="1" stopColor="#F8E6C0"></stop>
|
|
1095
|
+
</linearGradient>
|
|
1096
|
+
<linearGradient
|
|
1097
|
+
id="paint32_linear_1094_38068"
|
|
1098
|
+
x1="15.704"
|
|
1099
|
+
x2="22.518"
|
|
1100
|
+
y1="10.166"
|
|
1101
|
+
y2="22.425"
|
|
1102
|
+
gradientUnits="userSpaceOnUse"
|
|
1103
|
+
>
|
|
1104
|
+
<stop stopColor="#FFF6E7"></stop>
|
|
1105
|
+
<stop offset="1" stopColor="#FFF8EC"></stop>
|
|
1106
|
+
</linearGradient>
|
|
1107
|
+
<radialGradient
|
|
1108
|
+
id="paint33_radial_1094_38068"
|
|
1109
|
+
cx="0"
|
|
1110
|
+
cy="0"
|
|
1111
|
+
r="1"
|
|
1112
|
+
gradientTransform="matrix(0 7.38094 -6.3575 0 18.54 16.57)"
|
|
1113
|
+
gradientUnits="userSpaceOnUse"
|
|
1114
|
+
>
|
|
1115
|
+
<stop stopColor="#FFE4BA"></stop>
|
|
1116
|
+
<stop offset="1" stopColor="#FFC224"></stop>
|
|
1117
|
+
</radialGradient>
|
|
1118
|
+
<linearGradient
|
|
1119
|
+
id="paint34_linear_1094_38068"
|
|
1120
|
+
x1="18.538"
|
|
1121
|
+
x2="18.538"
|
|
1122
|
+
y1="8.896"
|
|
1123
|
+
y2="24.242"
|
|
1124
|
+
gradientUnits="userSpaceOnUse"
|
|
1125
|
+
>
|
|
1126
|
+
<stop stopColor="#fff"></stop>
|
|
1127
|
+
<stop offset="1" stopColor="#F2EDED" stopOpacity="0"></stop>
|
|
1128
|
+
</linearGradient>
|
|
1129
|
+
<linearGradient
|
|
1130
|
+
id="paint35_linear_1094_38068"
|
|
1131
|
+
x1="10.69"
|
|
1132
|
+
x2="18.363"
|
|
1133
|
+
y1="10.285"
|
|
1134
|
+
y2="23.575"
|
|
1135
|
+
gradientUnits="userSpaceOnUse"
|
|
1136
|
+
>
|
|
1137
|
+
<stop stopColor="#fff"></stop>
|
|
1138
|
+
<stop offset="1" stopColor="#F2EDED" stopOpacity="0"></stop>
|
|
1139
|
+
</linearGradient>
|
|
1140
|
+
<linearGradient
|
|
1141
|
+
id="paint36_linear_1094_38068"
|
|
1142
|
+
x1="25.817"
|
|
1143
|
+
x2="18.144"
|
|
1144
|
+
y1="10.285"
|
|
1145
|
+
y2="23.574"
|
|
1146
|
+
gradientUnits="userSpaceOnUse"
|
|
1147
|
+
>
|
|
1148
|
+
<stop stopColor="#fff"></stop>
|
|
1149
|
+
<stop offset="1" stopColor="#F2EDED" stopOpacity="0"></stop>
|
|
1150
|
+
</linearGradient>
|
|
1151
|
+
<linearGradient
|
|
1152
|
+
id="paint37_linear_1094_38068"
|
|
1153
|
+
x1="18.539"
|
|
1154
|
+
x2="18.501"
|
|
1155
|
+
y1="19.273"
|
|
1156
|
+
y2="23.438"
|
|
1157
|
+
gradientUnits="userSpaceOnUse"
|
|
1158
|
+
>
|
|
1159
|
+
<stop stopColor="#fff" stopOpacity="0"></stop>
|
|
1160
|
+
<stop offset="1" stopColor="#FFF1E3"></stop>
|
|
1161
|
+
</linearGradient>
|
|
1162
|
+
<linearGradient
|
|
1163
|
+
id="paint38_linear_1094_38068"
|
|
1164
|
+
x1="18.505"
|
|
1165
|
+
x2="22.853"
|
|
1166
|
+
y1="9.373"
|
|
1167
|
+
y2="10.166"
|
|
1168
|
+
gradientUnits="userSpaceOnUse"
|
|
1169
|
+
>
|
|
1170
|
+
<stop offset="0.169" stopColor="#FDF2D9"></stop>
|
|
1171
|
+
<stop offset="0.305" stopColor="#FFF7E3"></stop>
|
|
1172
|
+
<stop offset="0.452" stopColor="#FFFCF4"></stop>
|
|
1173
|
+
<stop offset="0.581" stopColor="#FFF1D9"></stop>
|
|
1174
|
+
<stop offset="0.706" stopColor="#F3E0BF"></stop>
|
|
1175
|
+
<stop offset="0.941" stopColor="#FFF5DE"></stop>
|
|
1176
|
+
</linearGradient>
|
|
1177
|
+
<clipPath id="clip0_1094_38068">
|
|
1178
|
+
<path fill="#fff" d="M0 0H36V36H0z" transform="translate(.5)"></path>
|
|
1179
|
+
</clipPath>
|
|
1180
|
+
</defs>
|
|
1181
|
+
</svg>
|
|
1182
|
+
);
|
|
1183
|
+
}
|
|
1184
|
+
|
|
1185
|
+
export default WinnerMedalIcon;
|