@originallyus/feedback-rn-sdk 4.0.0-beta.24 → 4.0.0-beta.26
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/README.md +34 -19
- package/lib/module/ContentUsefulness.js +150 -86
- package/lib/module/ContentUsefulness.js.map +1 -1
- package/lib/module/FeedbackSDK.js +73 -18
- package/lib/module/FeedbackSDK.js.map +1 -1
- package/lib/module/FeedbackSDKAppStoreRating.js +125 -0
- package/lib/module/FeedbackSDKAppStoreRating.js.map +1 -0
- package/lib/module/FeedbackSDKForm.js +168 -183
- package/lib/module/FeedbackSDKForm.js.map +1 -1
- package/lib/module/FeedbackSDKSplash.js +71 -29
- package/lib/module/FeedbackSDKSplash.js.map +1 -1
- package/lib/module/FeedbackSDKStyles.js +56 -40
- package/lib/module/FeedbackSDKStyles.js.map +1 -1
- package/lib/module/FeedbackSDKSuccess.js +40 -17
- package/lib/module/FeedbackSDKSuccess.js.map +1 -1
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Bold.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Bold.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Bold.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Condensed.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Condensed.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Condensed.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-CondensedMedium.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-CondensedMedium.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-CondensedMedium.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-ExtraBold.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-ExtraBold.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-ExtraBold.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Medium.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Medium.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Medium.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Regular.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Regular.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Regular.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/Mangal/Mangal-Bold.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/Mangal/Mangal-Regular.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/Nirmala/Nirmala-Bold.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/Nirmala/Nirmala-Regular.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/NotoSansThaiExNoto/NotoSansThaiExNoto-Bold.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/NotoSansThaiExNoto/NotoSansThaiExNoto-Medium.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/NotoSansThaiExNoto/NotoSansThaiExNoto-Regular.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/NotoSansThaiExNoto/NotoSansThaiExNoto-Semibold.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Bold.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Bold.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Bold.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-BoldItalic.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-BoldItalic.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-BoldItalic.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Extrabold.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Extrabold.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Extrabold.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-ExtraboldItalic.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-ExtraboldItalic.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-ExtraboldItalic.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Italic.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Italic.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Italic.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Light.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Light.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Light.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Regular.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Regular.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Regular.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Semibold.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Semibold.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Semibold.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-SemiboldItalic.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-SemiboldItalic.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-SemiboldItalic.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSansLight-Italic.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSansLight-Italic.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSansLight-Italic.woff2 +0 -0
- package/lib/module/component/AIA/assets/index.js +16 -0
- package/lib/module/component/AIA/assets/index.js.map +1 -0
- package/lib/module/component/AIA/assets/package.json +19 -0
- package/lib/module/component/AIA/atoms/ActivityIndicator/ActivityIndicator.js +88 -0
- package/lib/module/component/AIA/atoms/ActivityIndicator/ActivityIndicator.js.map +1 -0
- package/lib/module/component/AIA/atoms/ActivityIndicator/README.md +23 -0
- package/lib/module/component/AIA/atoms/ActivityIndicator/changelog.txt +28 -0
- package/lib/module/component/AIA/atoms/ActivityIndicator/config/index.js +7 -0
- package/lib/module/component/AIA/atoms/ActivityIndicator/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/ActivityIndicator/index.js +4 -0
- package/lib/module/component/AIA/atoms/ActivityIndicator/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/ActivityIndicator/styles/index.js +48 -0
- package/lib/module/component/AIA/atoms/ActivityIndicator/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/ActivityIndicator/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/ActivityIndicator/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Badge/Badge.js +66 -0
- package/lib/module/component/AIA/atoms/Badge/Badge.js.map +1 -0
- package/lib/module/component/AIA/atoms/Badge/README.md +14 -0
- package/lib/module/component/AIA/atoms/Badge/changelog.txt +12 -0
- package/lib/module/component/AIA/atoms/Badge/config/index.js +10 -0
- package/lib/module/component/AIA/atoms/Badge/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Badge/index.js +4 -0
- package/lib/module/component/AIA/atoms/Badge/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Badge/styles/index.js +40 -0
- package/lib/module/component/AIA/atoms/Badge/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Badge/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Badge/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/Breadcrumb.js +80 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/Breadcrumb.js.map +1 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/README.md +16 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/changelog.txt +18 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/config/index.js +17 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/index.js +4 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/styles/index.js +36 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Button/Button.js +176 -0
- package/lib/module/component/AIA/atoms/Button/Button.js.map +1 -0
- package/lib/module/component/AIA/atoms/Button/Readme.md +27 -0
- package/lib/module/component/AIA/atoms/Button/changelog.txt +61 -0
- package/lib/module/component/AIA/atoms/Button/config/index.js +7 -0
- package/lib/module/component/AIA/atoms/Button/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Button/index.js +4 -0
- package/lib/module/component/AIA/atoms/Button/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Button/styles/index.js +105 -0
- package/lib/module/component/AIA/atoms/Button/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Button/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Button/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/CardContainer/CardContainer.js +116 -0
- package/lib/module/component/AIA/atoms/CardContainer/CardContainer.js.map +1 -0
- package/lib/module/component/AIA/atoms/CardContainer/README.md +19 -0
- package/lib/module/component/AIA/atoms/CardContainer/changelog.txt +36 -0
- package/lib/module/component/AIA/atoms/CardContainer/config/index.js +7 -0
- package/lib/module/component/AIA/atoms/CardContainer/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/CardContainer/index.js +4 -0
- package/lib/module/component/AIA/atoms/CardContainer/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/CardContainer/styles/index.js +25 -0
- package/lib/module/component/AIA/atoms/CardContainer/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/CardContainer/types/index.js +4 -0
- package/lib/module/component/AIA/atoms/CardContainer/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Carousel/Carousel.js +130 -0
- package/lib/module/component/AIA/atoms/Carousel/Carousel.js.map +1 -0
- package/lib/module/component/AIA/atoms/Carousel/README.md +23 -0
- package/lib/module/component/AIA/atoms/Carousel/changelog.txt +23 -0
- package/lib/module/component/AIA/atoms/Carousel/config/index.js +10 -0
- package/lib/module/component/AIA/atoms/Carousel/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Carousel/index.js +4 -0
- package/lib/module/component/AIA/atoms/Carousel/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Carousel/styles/index.js +44 -0
- package/lib/module/component/AIA/atoms/Carousel/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Carousel/types/index.js +10 -0
- package/lib/module/component/AIA/atoms/Carousel/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Chip/Chip.js +126 -0
- package/lib/module/component/AIA/atoms/Chip/Chip.js.map +1 -0
- package/lib/module/component/AIA/atoms/Chip/README.md +38 -0
- package/lib/module/component/AIA/atoms/Chip/changelog.txt +64 -0
- package/lib/module/component/AIA/atoms/Chip/config/index.js +24 -0
- package/lib/module/component/AIA/atoms/Chip/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Chip/index.js +4 -0
- package/lib/module/component/AIA/atoms/Chip/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Chip/styles/index.js +93 -0
- package/lib/module/component/AIA/atoms/Chip/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Chip/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Chip/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/DatePicker/DatePicker.js +156 -0
- package/lib/module/component/AIA/atoms/DatePicker/DatePicker.js.map +1 -0
- package/lib/module/component/AIA/atoms/DatePicker/README.md +58 -0
- package/lib/module/component/AIA/atoms/DatePicker/changelog.txt +39 -0
- package/lib/module/component/AIA/atoms/DatePicker/config/index.js +23 -0
- package/lib/module/component/AIA/atoms/DatePicker/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/DatePicker/index.js +4 -0
- package/lib/module/component/AIA/atoms/DatePicker/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/DatePicker/styles/index.js +63 -0
- package/lib/module/component/AIA/atoms/DatePicker/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/DatePicker/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/DatePicker/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/DialogContainer/DialogContainer.js +61 -0
- package/lib/module/component/AIA/atoms/DialogContainer/DialogContainer.js.map +1 -0
- package/lib/module/component/AIA/atoms/DialogContainer/README.md +21 -0
- package/lib/module/component/AIA/atoms/DialogContainer/changelog.txt +16 -0
- package/lib/module/component/AIA/atoms/DialogContainer/config/index.js +10 -0
- package/lib/module/component/AIA/atoms/DialogContainer/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/DialogContainer/index.js +4 -0
- package/lib/module/component/AIA/atoms/DialogContainer/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/DialogContainer/styles/index.js +25 -0
- package/lib/module/component/AIA/atoms/DialogContainer/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/DialogContainer/types/index.js +4 -0
- package/lib/module/component/AIA/atoms/DialogContainer/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Divider/Divider.js +63 -0
- package/lib/module/component/AIA/atoms/Divider/Divider.js.map +1 -0
- package/lib/module/component/AIA/atoms/Divider/README.md +14 -0
- package/lib/module/component/AIA/atoms/Divider/changelog.txt +10 -0
- package/lib/module/component/AIA/atoms/Divider/config/index.js +7 -0
- package/lib/module/component/AIA/atoms/Divider/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Divider/index.js +4 -0
- package/lib/module/component/AIA/atoms/Divider/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Divider/styles/index.js +16 -0
- package/lib/module/component/AIA/atoms/Divider/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Divider/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Divider/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Drawer/Drawer.js +92 -0
- package/lib/module/component/AIA/atoms/Drawer/Drawer.js.map +1 -0
- package/lib/module/component/AIA/atoms/Drawer/README.md +24 -0
- package/lib/module/component/AIA/atoms/Drawer/changelog.txt +20 -0
- package/lib/module/component/AIA/atoms/Drawer/config/index.js +11 -0
- package/lib/module/component/AIA/atoms/Drawer/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Drawer/index.js +4 -0
- package/lib/module/component/AIA/atoms/Drawer/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Drawer/styles/index.js +21 -0
- package/lib/module/component/AIA/atoms/Drawer/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Drawer/types/index.js +4 -0
- package/lib/module/component/AIA/atoms/Drawer/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/FloatingButton/FloatingButton.js +113 -0
- package/lib/module/component/AIA/atoms/FloatingButton/FloatingButton.js.map +1 -0
- package/lib/module/component/AIA/atoms/FloatingButton/README.md +15 -0
- package/lib/module/component/AIA/atoms/FloatingButton/changelog.txt +19 -0
- package/lib/module/component/AIA/atoms/FloatingButton/config/index.js +7 -0
- package/lib/module/component/AIA/atoms/FloatingButton/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/FloatingButton/index.js +4 -0
- package/lib/module/component/AIA/atoms/FloatingButton/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/FloatingButton/styles/index.js +38 -0
- package/lib/module/component/AIA/atoms/FloatingButton/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/FloatingButton/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/FloatingButton/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icon/Icon.js +138 -0
- package/lib/module/component/AIA/atoms/Icon/Icon.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icon/README.md +40 -0
- package/lib/module/component/AIA/atoms/Icon/changelog.txt +30 -0
- package/lib/module/component/AIA/atoms/Icon/index.js +4 -0
- package/lib/module/component/AIA/atoms/Icon/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icon/styles/index.js +12 -0
- package/lib/module/component/AIA/atoms/Icon/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icon/types/index.js +4 -0
- package/lib/module/component/AIA/atoms/Icon/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IconButton/IconButton.js +110 -0
- package/lib/module/component/AIA/atoms/IconButton/IconButton.js.map +1 -0
- package/lib/module/component/AIA/atoms/IconButton/README.md +17 -0
- package/lib/module/component/AIA/atoms/IconButton/changelog.txt +20 -0
- package/lib/module/component/AIA/atoms/IconButton/config/index.js +11 -0
- package/lib/module/component/AIA/atoms/IconButton/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IconButton/index.js +4 -0
- package/lib/module/component/AIA/atoms/IconButton/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IconButton/styles/index.js +45 -0
- package/lib/module/component/AIA/atoms/IconButton/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IconButton/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/IconButton/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/changelog.txt +19 -0
- package/lib/module/component/AIA/atoms/Icons/document-control/index.js +128 -0
- package/lib/module/component/AIA/atoms/Icons/document-control/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/function/index.js +387 -0
- package/lib/module/component/AIA/atoms/Icons/function/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/general/index.js +569 -0
- package/lib/module/component/AIA/atoms/Icons/general/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/health-and-wellness/index.js +296 -0
- package/lib/module/component/AIA/atoms/Icons/health-and-wellness/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/index.js +34 -0
- package/lib/module/component/AIA/atoms/Icons/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/login/index.js +86 -0
- package/lib/module/component/AIA/atoms/Icons/login/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/media-control/index.js +128 -0
- package/lib/module/component/AIA/atoms/Icons/media-control/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/menu/index.js +303 -0
- package/lib/module/component/AIA/atoms/Icons/menu/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/rating/index.js +114 -0
- package/lib/module/component/AIA/atoms/Icons/rating/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/red-illustrations/index.js +478 -0
- package/lib/module/component/AIA/atoms/Icons/red-illustrations/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/social-media/index.js +93 -0
- package/lib/module/component/AIA/atoms/Icons/social-media/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/system-control/index.js +338 -0
- package/lib/module/component/AIA/atoms/Icons/system-control/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/type/index.js +30 -0
- package/lib/module/component/AIA/atoms/Icons/type/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/account-setup/index.js +39 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/account-setup/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/changelog.txt +0 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/empty-state/index.js +33 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/empty-state/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/health-and-wellness/index.js +63 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/health-and-wellness/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/index.js +40 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/medical/index.js +45 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/medical/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/payment/index.js +31 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/payment/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-agents/index.js +45 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-agents/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-celebration/index.js +59 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-celebration/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-exercise/index.js +73 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-exercise/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-family/index.js +55 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-family/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-general/index.js +51 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-general/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.js +67 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-medical/index.js +55 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-medical/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/success-and-reward/index.js +39 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/success-and-reward/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/system/index.js +35 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/system/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/type/index.js +33 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/type/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Image/Image.js +53 -0
- package/lib/module/component/AIA/atoms/Image/Image.js.map +1 -0
- package/lib/module/component/AIA/atoms/Image/README.md +35 -0
- package/lib/module/component/AIA/atoms/Image/changelog.txt +25 -0
- package/lib/module/component/AIA/atoms/Image/index.js +4 -0
- package/lib/module/component/AIA/atoms/Image/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Image/styles/index.js +19 -0
- package/lib/module/component/AIA/atoms/Image/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Image/types/index.js +4 -0
- package/lib/module/component/AIA/atoms/Image/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/InlineButton/InlineButton.js +73 -0
- package/lib/module/component/AIA/atoms/InlineButton/InlineButton.js.map +1 -0
- package/lib/module/component/AIA/atoms/InlineButton/README.md +15 -0
- package/lib/module/component/AIA/atoms/InlineButton/changelog.txt +7 -0
- package/lib/module/component/AIA/atoms/InlineButton/config/index.js +7 -0
- package/lib/module/component/AIA/atoms/InlineButton/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/InlineButton/index.js +4 -0
- package/lib/module/component/AIA/atoms/InlineButton/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/InlineButton/styles/index.js +29 -0
- package/lib/module/component/AIA/atoms/InlineButton/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/InlineButton/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/InlineButton/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Input/Input.js +241 -0
- package/lib/module/component/AIA/atoms/Input/Input.js.map +1 -0
- package/lib/module/component/AIA/atoms/Input/README.md +68 -0
- package/lib/module/component/AIA/atoms/Input/changelog.txt +77 -0
- package/lib/module/component/AIA/atoms/Input/config/index.js +23 -0
- package/lib/module/component/AIA/atoms/Input/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Input/index.js +4 -0
- package/lib/module/component/AIA/atoms/Input/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Input/styles/index.js +120 -0
- package/lib/module/component/AIA/atoms/Input/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Input/types/index.js +4 -0
- package/lib/module/component/AIA/atoms/Input/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Label/Label.js +54 -0
- package/lib/module/component/AIA/atoms/Label/Label.js.map +1 -0
- package/lib/module/component/AIA/atoms/Label/README.md +14 -0
- package/lib/module/component/AIA/atoms/Label/changelog.txt +21 -0
- package/lib/module/component/AIA/atoms/Label/config/index.js +7 -0
- package/lib/module/component/AIA/atoms/Label/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Label/index.js +4 -0
- package/lib/module/component/AIA/atoms/Label/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Label/styles/index.js +16 -0
- package/lib/module/component/AIA/atoms/Label/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Label/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Label/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/LazyLoad/LazyLoad.js +39 -0
- package/lib/module/component/AIA/atoms/LazyLoad/LazyLoad.js.map +1 -0
- package/lib/module/component/AIA/atoms/LazyLoad/LazyLoadView.js +22 -0
- package/lib/module/component/AIA/atoms/LazyLoad/LazyLoadView.js.map +1 -0
- package/lib/module/component/AIA/atoms/LazyLoad/README.md +17 -0
- package/lib/module/component/AIA/atoms/LazyLoad/changelog.txt +24 -0
- package/lib/module/component/AIA/atoms/LazyLoad/index.js +5 -0
- package/lib/module/component/AIA/atoms/LazyLoad/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/LazyLoad/styles/index.js +13 -0
- package/lib/module/component/AIA/atoms/LazyLoad/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/LazyLoad/types/index.js +4 -0
- package/lib/module/component/AIA/atoms/LazyLoad/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/MapWrapper/MapWrapper.js +39 -0
- package/lib/module/component/AIA/atoms/MapWrapper/MapWrapper.js.map +1 -0
- package/lib/module/component/AIA/atoms/MapWrapper/README.md +63 -0
- package/lib/module/component/AIA/atoms/MapWrapper/changelog.txt +14 -0
- package/lib/module/component/AIA/atoms/MapWrapper/config/index.js +7 -0
- package/lib/module/component/AIA/atoms/MapWrapper/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/MapWrapper/index.js +4 -0
- package/lib/module/component/AIA/atoms/MapWrapper/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/MapWrapper/styles/index.js +17 -0
- package/lib/module/component/AIA/atoms/MapWrapper/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/MapWrapper/types/index.js +4 -0
- package/lib/module/component/AIA/atoms/MapWrapper/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/ProgressBar/ProgressBar.js +119 -0
- package/lib/module/component/AIA/atoms/ProgressBar/ProgressBar.js.map +1 -0
- package/lib/module/component/AIA/atoms/ProgressBar/README.md +15 -0
- package/lib/module/component/AIA/atoms/ProgressBar/changelog.txt +7 -0
- package/lib/module/component/AIA/atoms/ProgressBar/config/index.js +7 -0
- package/lib/module/component/AIA/atoms/ProgressBar/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/ProgressBar/index.js +4 -0
- package/lib/module/component/AIA/atoms/ProgressBar/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/ProgressBar/styles/index.js +71 -0
- package/lib/module/component/AIA/atoms/ProgressBar/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/ProgressBar/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/ProgressBar/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Rating/README.md +25 -0
- package/lib/module/component/AIA/atoms/Rating/Rating.js +197 -0
- package/lib/module/component/AIA/atoms/Rating/Rating.js.map +1 -0
- package/lib/module/component/AIA/atoms/Rating/changelog.txt +32 -0
- package/lib/module/component/AIA/atoms/Rating/config/index.js +53 -0
- package/lib/module/component/AIA/atoms/Rating/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Rating/index.js +4 -0
- package/lib/module/component/AIA/atoms/Rating/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Rating/styles/index.js +64 -0
- package/lib/module/component/AIA/atoms/Rating/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Rating/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Rating/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/Readme.md +24 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/SingleCheckbox.js +67 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/SingleCheckbox.js.map +1 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/changelog.txt +32 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/config/index.js +12 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/index.js +4 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/styles/index.js +35 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SingleRadio/README.md +23 -0
- package/lib/module/component/AIA/atoms/SingleRadio/SingleRadio.js +57 -0
- package/lib/module/component/AIA/atoms/SingleRadio/SingleRadio.js.map +1 -0
- package/lib/module/component/AIA/atoms/SingleRadio/changelog.txt +31 -0
- package/lib/module/component/AIA/atoms/SingleRadio/index.js +4 -0
- package/lib/module/component/AIA/atoms/SingleRadio/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SingleRadio/styles/index.js +45 -0
- package/lib/module/component/AIA/atoms/SingleRadio/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SingleRadio/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/SingleRadio/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Surface/README.md +14 -0
- package/lib/module/component/AIA/atoms/Surface/Surface.js +165 -0
- package/lib/module/component/AIA/atoms/Surface/Surface.js.map +1 -0
- package/lib/module/component/AIA/atoms/Surface/changelog.txt +10 -0
- package/lib/module/component/AIA/atoms/Surface/config/index.js +19 -0
- package/lib/module/component/AIA/atoms/Surface/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Surface/index.js +4 -0
- package/lib/module/component/AIA/atoms/Surface/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Surface/styles/index.js +12 -0
- package/lib/module/component/AIA/atoms/Surface/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Surface/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Surface/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Switch/Changelog.txt +41 -0
- package/lib/module/component/AIA/atoms/Switch/Switch.js +127 -0
- package/lib/module/component/AIA/atoms/Switch/Switch.js.map +1 -0
- package/lib/module/component/AIA/atoms/Switch/config/index.js +11 -0
- package/lib/module/component/AIA/atoms/Switch/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Switch/index.js +4 -0
- package/lib/module/component/AIA/atoms/Switch/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Switch/styles/index.js +26 -0
- package/lib/module/component/AIA/atoms/Switch/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Switch/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Switch/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Tab/README.md +17 -0
- package/lib/module/component/AIA/atoms/Tab/Tab.js +88 -0
- package/lib/module/component/AIA/atoms/Tab/Tab.js.map +1 -0
- package/lib/module/component/AIA/atoms/Tab/changelog.txt +45 -0
- package/lib/module/component/AIA/atoms/Tab/index.js +4 -0
- package/lib/module/component/AIA/atoms/Tab/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Tab/styles/index.js +47 -0
- package/lib/module/component/AIA/atoms/Tab/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Tab/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Tab/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Tag/README.md +15 -0
- package/lib/module/component/AIA/atoms/Tag/Tag.js +89 -0
- package/lib/module/component/AIA/atoms/Tag/Tag.js.map +1 -0
- package/lib/module/component/AIA/atoms/Tag/changelog.txt +18 -0
- package/lib/module/component/AIA/atoms/Tag/config/index.js +11 -0
- package/lib/module/component/AIA/atoms/Tag/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Tag/index.js +4 -0
- package/lib/module/component/AIA/atoms/Tag/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Tag/styles/index.js +41 -0
- package/lib/module/component/AIA/atoms/Tag/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Tag/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Tag/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Text/README.md +30 -0
- package/lib/module/component/AIA/atoms/Text/Text.js +86 -0
- package/lib/module/component/AIA/atoms/Text/Text.js.map +1 -0
- package/lib/module/component/AIA/atoms/Text/changelog.txt +38 -0
- package/lib/module/component/AIA/atoms/Text/config/index.js +10 -0
- package/lib/module/component/AIA/atoms/Text/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Text/index.js +4 -0
- package/lib/module/component/AIA/atoms/Text/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Text/styles/index.js +29 -0
- package/lib/module/component/AIA/atoms/Text/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Text/types/index.js +4 -0
- package/lib/module/component/AIA/atoms/Text/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/TextArea/README.md +33 -0
- package/lib/module/component/AIA/atoms/TextArea/TextArea.js +117 -0
- package/lib/module/component/AIA/atoms/TextArea/TextArea.js.map +1 -0
- package/lib/module/component/AIA/atoms/TextArea/changelog.txt +25 -0
- package/lib/module/component/AIA/atoms/TextArea/config/index.js +11 -0
- package/lib/module/component/AIA/atoms/TextArea/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/TextArea/index.js +4 -0
- package/lib/module/component/AIA/atoms/TextArea/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/TextArea/styles/index.js +83 -0
- package/lib/module/component/AIA/atoms/TextArea/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/TextArea/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/TextArea/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Toggle/README.md +15 -0
- package/lib/module/component/AIA/atoms/Toggle/Toggle.js +79 -0
- package/lib/module/component/AIA/atoms/Toggle/Toggle.js.map +1 -0
- package/lib/module/component/AIA/atoms/Toggle/changelog.txt +33 -0
- package/lib/module/component/AIA/atoms/Toggle/config/index.js +7 -0
- package/lib/module/component/AIA/atoms/Toggle/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Toggle/index.js +4 -0
- package/lib/module/component/AIA/atoms/Toggle/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Toggle/styles/index.js +45 -0
- package/lib/module/component/AIA/atoms/Toggle/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Toggle/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Toggle/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Tooltip/Changelog.txt +34 -0
- package/lib/module/component/AIA/atoms/Tooltip/README.md +27 -0
- package/lib/module/component/AIA/atoms/Tooltip/Tooltip.js +93 -0
- package/lib/module/component/AIA/atoms/Tooltip/Tooltip.js.map +1 -0
- package/lib/module/component/AIA/atoms/Tooltip/index.js +4 -0
- package/lib/module/component/AIA/atoms/Tooltip/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Tooltip/styles/index.js +34 -0
- package/lib/module/component/AIA/atoms/Tooltip/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Tooltip/types/index.js +4 -0
- package/lib/module/component/AIA/atoms/Tooltip/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/ValueStepper/README.md +26 -0
- package/lib/module/component/AIA/atoms/ValueStepper/ValueStepper.js +182 -0
- package/lib/module/component/AIA/atoms/ValueStepper/ValueStepper.js.map +1 -0
- package/lib/module/component/AIA/atoms/ValueStepper/changelog.txt +23 -0
- package/lib/module/component/AIA/atoms/ValueStepper/config/index.js +19 -0
- package/lib/module/component/AIA/atoms/ValueStepper/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/ValueStepper/index.js +4 -0
- package/lib/module/component/AIA/atoms/ValueStepper/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/ValueStepper/styles/index.js +88 -0
- package/lib/module/component/AIA/atoms/ValueStepper/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/ValueStepper/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/ValueStepper/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/changelog.txt +5 -0
- package/lib/module/component/AIA/atoms/index.js +35 -0
- package/lib/module/component/AIA/atoms/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/package.json +25 -0
- package/lib/module/component/AIA/hooks/ChangingRef/index.js +4 -0
- package/lib/module/component/AIA/hooks/ChangingRef/index.js.map +1 -0
- package/lib/module/component/AIA/hooks/ChangingRef/useChangingRef.js +25 -0
- package/lib/module/component/AIA/hooks/ChangingRef/useChangingRef.js.map +1 -0
- package/lib/module/component/AIA/hooks/FontConfig/index.js +2070 -0
- package/lib/module/component/AIA/hooks/FontConfig/index.js.map +1 -0
- package/lib/module/component/AIA/hooks/FontConfig/type/index.js +2 -0
- package/lib/module/component/AIA/hooks/FontConfig/type/index.js.map +1 -0
- package/lib/module/component/AIA/hooks/I18nTranslation/index.js +4 -0
- package/lib/module/component/AIA/hooks/I18nTranslation/index.js.map +1 -0
- package/lib/module/component/AIA/hooks/I18nTranslation/useI18nTranslation.js +15 -0
- package/lib/module/component/AIA/hooks/I18nTranslation/useI18nTranslation.js.map +1 -0
- package/lib/module/component/AIA/hooks/ReanimatedTiming/index.js +4 -0
- package/lib/module/component/AIA/hooks/ReanimatedTiming/index.js.map +1 -0
- package/lib/module/component/AIA/hooks/ReanimatedTiming/useReanimatedTiming.js +60 -0
- package/lib/module/component/AIA/hooks/ReanimatedTiming/useReanimatedTiming.js.map +1 -0
- package/lib/module/component/AIA/hooks/Size/index.js +29 -0
- package/lib/module/component/AIA/hooks/Size/index.js.map +1 -0
- package/lib/module/component/AIA/hooks/Spacing/index.js +18 -0
- package/lib/module/component/AIA/hooks/Spacing/index.js.map +1 -0
- package/lib/module/component/AIA/hooks/UnchangeFunction/index.js +4 -0
- package/lib/module/component/AIA/hooks/UnchangeFunction/index.js.map +1 -0
- package/lib/module/component/AIA/hooks/UnchangeFunction/useUnchangeFunction.js +25 -0
- package/lib/module/component/AIA/hooks/UnchangeFunction/useUnchangeFunction.js.map +1 -0
- package/lib/module/component/AIA/hooks/UseFontScale/index.js +4 -0
- package/lib/module/component/AIA/hooks/UseFontScale/index.js.map +1 -0
- package/lib/module/component/AIA/hooks/UseFontScale/useFontScale.js +17 -0
- package/lib/module/component/AIA/hooks/UseFontScale/useFontScale.js.map +1 -0
- package/lib/module/component/AIA/hooks/WindowDimensions/WindowDimensions.js +22 -0
- package/lib/module/component/AIA/hooks/WindowDimensions/WindowDimensions.js.map +1 -0
- package/lib/module/component/AIA/hooks/WindowDimensions/index.js +4 -0
- package/lib/module/component/AIA/hooks/WindowDimensions/index.js.map +1 -0
- package/lib/module/component/AIA/hooks/WindowDimensions/types/index.js +2 -0
- package/lib/module/component/AIA/hooks/WindowDimensions/types/index.js.map +1 -0
- package/lib/module/component/AIA/hooks/index.js +13 -0
- package/lib/module/component/AIA/hooks/index.js.map +1 -0
- package/lib/module/component/AIA/hooks/package.json +18 -0
- package/lib/module/component/AIA/hooks/useCustomTheme/index.js +4 -0
- package/lib/module/component/AIA/hooks/useCustomTheme/index.js.map +1 -0
- package/lib/module/component/AIA/hooks/useCustomTheme/useCustomTheme.js +42 -0
- package/lib/module/component/AIA/hooks/useCustomTheme/useCustomTheme.js.map +1 -0
- package/lib/module/component/AIA/icons/changelog.txt +61 -0
- package/lib/module/component/AIA/icons/document-control/bold.svg +3 -0
- package/lib/module/component/AIA/icons/document-control/bullet-point.svg +3 -0
- package/lib/module/component/AIA/icons/document-control/copy-document.svg +3 -0
- package/lib/module/component/AIA/icons/document-control/create-new-document.svg +4 -0
- package/lib/module/component/AIA/icons/document-control/duplicate-document.svg +4 -0
- package/lib/module/component/AIA/icons/document-control/fontsize-large.svg +4 -0
- package/lib/module/component/AIA/icons/document-control/fontsize-medium.svg +4 -0
- package/lib/module/component/AIA/icons/document-control/fontsize-small.svg +4 -0
- package/lib/module/component/AIA/icons/document-control/index.js +128 -0
- package/lib/module/component/AIA/icons/document-control/index.js.map +1 -0
- package/lib/module/component/AIA/icons/document-control/italic.svg +3 -0
- package/lib/module/component/AIA/icons/document-control/print-solid.svg +4 -0
- package/lib/module/component/AIA/icons/document-control/print.svg +4 -0
- package/lib/module/component/AIA/icons/document-control/sign-solid.svg +3 -0
- package/lib/module/component/AIA/icons/document-control/sign.svg +3 -0
- package/lib/module/component/AIA/icons/document-control/underline.svg +3 -0
- package/lib/module/component/AIA/icons/function/attach.svg +3 -0
- package/lib/module/component/AIA/icons/function/bookmark-solid-2.svg +3 -0
- package/lib/module/component/AIA/icons/function/bookmark-solid.svg +3 -0
- package/lib/module/component/AIA/icons/function/camera-solid.svg +4 -0
- package/lib/module/component/AIA/icons/function/camera.svg +4 -0
- package/lib/module/component/AIA/icons/function/cart-solid.svg +3 -0
- package/lib/module/component/AIA/icons/function/cart.svg +4 -0
- package/lib/module/component/AIA/icons/function/delete-solid.svg +3 -0
- package/lib/module/component/AIA/icons/function/delete.svg +4 -0
- package/lib/module/component/AIA/icons/function/direction-solid.svg +3 -0
- package/lib/module/component/AIA/icons/function/direction.svg +3 -0
- package/lib/module/component/AIA/icons/function/download.svg +4 -0
- package/lib/module/component/AIA/icons/function/edit.svg +3 -0
- package/lib/module/component/AIA/icons/function/email-solid.svg +4 -0
- package/lib/module/component/AIA/icons/function/email.svg +3 -0
- package/lib/module/component/AIA/icons/function/external-link.svg +4 -0
- package/lib/module/component/AIA/icons/function/filter-funnel-solid.svg +3 -0
- package/lib/module/component/AIA/icons/function/filter-funnel.svg +3 -0
- package/lib/module/component/AIA/icons/function/filter-line-funnel.svg +3 -0
- package/lib/module/component/AIA/icons/function/filter-slider-solid.svg +4 -0
- package/lib/module/component/AIA/icons/function/filter-slider.svg +4 -0
- package/lib/module/component/AIA/icons/function/gps.svg +4 -0
- package/lib/module/component/AIA/icons/function/grid-solid.svg +3 -0
- package/lib/module/component/AIA/icons/function/grid.svg +3 -0
- package/lib/module/component/AIA/icons/function/index.js +387 -0
- package/lib/module/component/AIA/icons/function/index.js.map +1 -0
- package/lib/module/component/AIA/icons/function/info-solid.svg +3 -0
- package/lib/module/component/AIA/icons/function/info.svg +5 -0
- package/lib/module/component/AIA/icons/function/link.svg +4 -0
- package/lib/module/component/AIA/icons/function/live-chat-solid.svg +4 -0
- package/lib/module/component/AIA/icons/function/lock-solid.svg +3 -0
- package/lib/module/component/AIA/icons/function/lock.svg +3 -0
- package/lib/module/component/AIA/icons/function/log-out-solid.svg +3 -0
- package/lib/module/component/AIA/icons/function/log-out.svg +3 -0
- package/lib/module/component/AIA/icons/function/mask.svg +3 -0
- package/lib/module/component/AIA/icons/function/mic-solid.svg +4 -0
- package/lib/module/component/AIA/icons/function/mic.svg +4 -0
- package/lib/module/component/AIA/icons/function/phone-solid.svg +3 -0
- package/lib/module/component/AIA/icons/function/phone.svg +3 -0
- package/lib/module/component/AIA/icons/function/pin-solid.svg +3 -0
- package/lib/module/component/AIA/icons/function/pin.svg +4 -0
- package/lib/module/component/AIA/icons/function/search.svg +3 -0
- package/lib/module/component/AIA/icons/function/send-msg.svg +3 -0
- package/lib/module/component/AIA/icons/function/share-solid.svg +3 -0
- package/lib/module/component/AIA/icons/function/share.svg +3 -0
- package/lib/module/component/AIA/icons/function/sort-by-alphabet.svg +4 -0
- package/lib/module/component/AIA/icons/function/unlink.svg +4 -0
- package/lib/module/component/AIA/icons/function/unlock-solid.svg +3 -0
- package/lib/module/component/AIA/icons/function/unlock.svg +3 -0
- package/lib/module/component/AIA/icons/function/unmask.svg +4 -0
- package/lib/module/component/AIA/icons/function/upload-cloud.svg +4 -0
- package/lib/module/component/AIA/icons/function/vertical-order.svg +3 -0
- package/lib/module/component/AIA/icons/function/write.svg +4 -0
- package/lib/module/component/AIA/icons/general/ai.svg +10 -0
- package/lib/module/component/AIA/icons/general/alarm-solid.svg +4 -0
- package/lib/module/component/AIA/icons/general/alarm.svg +4 -0
- package/lib/module/component/AIA/icons/general/album.svg +5 -0
- package/lib/module/component/AIA/icons/general/alert-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/alert.svg +5 -0
- package/lib/module/component/AIA/icons/general/award.svg +3 -0
- package/lib/module/component/AIA/icons/general/birthday.svg +3 -0
- package/lib/module/component/AIA/icons/general/block.svg +3 -0
- package/lib/module/component/AIA/icons/general/bulb.svg +3 -0
- package/lib/module/component/AIA/icons/general/business.svg +3 -0
- package/lib/module/component/AIA/icons/general/calendar-retake.svg +3 -0
- package/lib/module/component/AIA/icons/general/calendar-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/calendar.svg +4 -0
- package/lib/module/component/AIA/icons/general/chart.svg +4 -0
- package/lib/module/component/AIA/icons/general/chatbot.svg +3 -0
- package/lib/module/component/AIA/icons/general/comment.svg +3 -0
- package/lib/module/component/AIA/icons/general/contact-list-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/countdown.svg +4 -0
- package/lib/module/component/AIA/icons/general/coupon-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/coupon.svg +5 -0
- package/lib/module/component/AIA/icons/general/decrease.svg +4 -0
- package/lib/module/component/AIA/icons/general/delete-text.svg +4 -0
- package/lib/module/component/AIA/icons/general/discount.svg +4 -0
- package/lib/module/component/AIA/icons/general/earn-points.svg +5 -0
- package/lib/module/component/AIA/icons/general/enquiry-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/enquiry.svg +5 -0
- package/lib/module/component/AIA/icons/general/exercise-event.svg +4 -0
- package/lib/module/component/AIA/icons/general/expired.svg +3 -0
- package/lib/module/component/AIA/icons/general/file.svg +3 -0
- package/lib/module/component/AIA/icons/general/flash.svg +3 -0
- package/lib/module/component/AIA/icons/general/folder-bookmark.svg +3 -0
- package/lib/module/component/AIA/icons/general/folder-search.svg +4 -0
- package/lib/module/component/AIA/icons/general/gift.svg +3 -0
- package/lib/module/component/AIA/icons/general/globe.svg +3 -0
- package/lib/module/component/AIA/icons/general/goal.svg +3 -0
- package/lib/module/component/AIA/icons/general/goals-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/group.svg +4 -0
- package/lib/module/component/AIA/icons/general/increase.svg +4 -0
- package/lib/module/component/AIA/icons/general/index.js +583 -0
- package/lib/module/component/AIA/icons/general/index.js.map +1 -0
- package/lib/module/component/AIA/icons/general/laptop-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/laptop.svg +4 -0
- package/lib/module/component/AIA/icons/general/like-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/like.svg +3 -0
- package/lib/module/component/AIA/icons/general/list.svg +8 -0
- package/lib/module/component/AIA/icons/general/map-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/map.svg +3 -0
- package/lib/module/component/AIA/icons/general/medal-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/medal.svg +4 -0
- package/lib/module/component/AIA/icons/general/meetup.svg +4 -0
- package/lib/module/component/AIA/icons/general/membership-card-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/membership-card.svg +4 -0
- package/lib/module/component/AIA/icons/general/notes-solid.svg +4 -0
- package/lib/module/component/AIA/icons/general/notes.svg +4 -0
- package/lib/module/component/AIA/icons/general/notification-new.svg +4 -0
- package/lib/module/component/AIA/icons/general/notification-off.svg +4 -0
- package/lib/module/component/AIA/icons/general/notification-solid.svg +4 -0
- package/lib/module/component/AIA/icons/general/notification.svg +4 -0
- package/lib/module/component/AIA/icons/general/photo.svg +4 -0
- package/lib/module/component/AIA/icons/general/podcast.svg +3 -0
- package/lib/module/component/AIA/icons/general/popular-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/popular.svg +4 -0
- package/lib/module/component/AIA/icons/general/post-office.svg +3 -0
- package/lib/module/component/AIA/icons/general/protect-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/protect.svg +3 -0
- package/lib/module/component/AIA/icons/general/push-notification.svg +5 -0
- package/lib/module/component/AIA/icons/general/qr.svg +9 -0
- package/lib/module/component/AIA/icons/general/question-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/question.svg +5 -0
- package/lib/module/component/AIA/icons/general/read-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/read.svg +3 -0
- package/lib/module/component/AIA/icons/general/report.svg +5 -0
- package/lib/module/component/AIA/icons/general/slide-show.svg +4 -0
- package/lib/module/component/AIA/icons/general/speed.svg +5 -0
- package/lib/module/component/AIA/icons/general/swipe.svg +4 -0
- package/lib/module/component/AIA/icons/general/time-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/time.svg +4 -0
- package/lib/module/component/AIA/icons/general/video-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/video.svg +3 -0
- package/lib/module/component/AIA/icons/general/warning.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/alcohol.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/beauty.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/beer.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/blood-sugar.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/breath.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/cleaning.svg +5 -0
- package/lib/module/component/AIA/icons/health-and-wellness/coffee.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/dark.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/doctor.svg +5 -0
- package/lib/module/component/AIA/icons/health-and-wellness/dream.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/drumstick.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/fish.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/fitness-plan.svg +20 -0
- package/lib/module/component/AIA/icons/health-and-wellness/fitness.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/flu.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/food.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/health-report.svg +8 -0
- package/lib/module/component/AIA/icons/health-and-wellness/healthy-heart.svg +5 -0
- package/lib/module/component/AIA/icons/health-and-wellness/heart-rate-solid.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/heart-rate.svg +7 -0
- package/lib/module/component/AIA/icons/health-and-wellness/heart-report.svg +5 -0
- package/lib/module/component/AIA/icons/health-and-wellness/index.js +296 -0
- package/lib/module/component/AIA/icons/health-and-wellness/index.js.map +1 -0
- package/lib/module/component/AIA/icons/health-and-wellness/length.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/nutrition.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/quick.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/shine.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/smoking.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/snack.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/steps-solid.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/steps.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/strength.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/sunshine.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/vegetables.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/vitality-earn-point.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/vitality.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/vitals-solid.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/vitals.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/weight.svg +5 -0
- package/lib/module/component/AIA/icons/health-and-wellness/workout-tracker-solid.svg +5 -0
- package/lib/module/component/AIA/icons/health-and-wellness/workout-tracker.svg +3 -0
- package/lib/module/component/AIA/icons/index.js +36 -0
- package/lib/module/component/AIA/icons/index.js.map +1 -0
- package/lib/module/component/AIA/icons/login/advisor.svg +3 -0
- package/lib/module/component/AIA/icons/login/assignee.svg +4 -0
- package/lib/module/component/AIA/icons/login/broker.svg +3 -0
- package/lib/module/component/AIA/icons/login/distribution-partner.svg +3 -0
- package/lib/module/component/AIA/icons/login/employee.svg +5 -0
- package/lib/module/component/AIA/icons/login/employer.svg +3 -0
- package/lib/module/component/AIA/icons/login/general-user-solid.svg +3 -0
- package/lib/module/component/AIA/icons/login/general-user.svg +3 -0
- package/lib/module/component/AIA/icons/login/index.js +86 -0
- package/lib/module/component/AIA/icons/login/index.js.map +1 -0
- package/lib/module/component/AIA/icons/media-control/change-camera-solid.svg +5 -0
- package/lib/module/component/AIA/icons/media-control/change-camera.svg +5 -0
- package/lib/module/component/AIA/icons/media-control/crop.svg +4 -0
- package/lib/module/component/AIA/icons/media-control/flip-solid.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/flip.svg +5 -0
- package/lib/module/component/AIA/icons/media-control/icon-left-carousel-arrow.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/icon-pause.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/icon-play-hero.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/icon-right-carousel-arrow.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/index.js +128 -0
- package/lib/module/component/AIA/icons/media-control/index.js.map +1 -0
- package/lib/module/component/AIA/icons/media-control/pause.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/play.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/rotate-left.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/rotate-right.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/stop.svg +3 -0
- package/lib/module/component/AIA/icons/menu/account-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/account.svg +4 -0
- package/lib/module/component/AIA/icons/menu/application-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/application.svg +5 -0
- package/lib/module/component/AIA/icons/menu/calculator-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/calculator.svg +4 -0
- package/lib/module/component/AIA/icons/menu/create-quotation-on.svg +4 -0
- package/lib/module/component/AIA/icons/menu/create-quotation.svg +5 -0
- package/lib/module/component/AIA/icons/menu/customer-on.svg +4 -0
- package/lib/module/component/AIA/icons/menu/customer.svg +6 -0
- package/lib/module/component/AIA/icons/menu/dashboard-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/dashboard.svg +3 -0
- package/lib/module/component/AIA/icons/menu/discover-on.svg +4 -0
- package/lib/module/component/AIA/icons/menu/discover.svg +5 -0
- package/lib/module/component/AIA/icons/menu/grid-menu-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/grid-menu.svg +3 -0
- package/lib/module/component/AIA/icons/menu/health-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/health.svg +4 -0
- package/lib/module/component/AIA/icons/menu/home-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/home.svg +3 -0
- package/lib/module/component/AIA/icons/menu/index.js +303 -0
- package/lib/module/component/AIA/icons/menu/index.js.map +1 -0
- package/lib/module/component/AIA/icons/menu/menu.svg +3 -0
- package/lib/module/component/AIA/icons/menu/more-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/more.svg +4 -0
- package/lib/module/component/AIA/icons/menu/profile-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/profile.svg +4 -0
- package/lib/module/component/AIA/icons/menu/report-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/report.svg +5 -0
- package/lib/module/component/AIA/icons/menu/reward-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/reward.svg +3 -0
- package/lib/module/component/AIA/icons/menu/setting-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/setting.svg +4 -0
- package/lib/module/component/AIA/icons/menu/tag-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/tag.svg +5 -0
- package/lib/module/component/AIA/icons/menu/target-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/target.svg +3 -0
- package/lib/module/component/AIA/icons/menu/vitality-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/vitality.svg +3 -0
- package/lib/module/component/AIA/icons/menu/write-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/write.svg +3 -0
- package/lib/module/component/AIA/icons/package.json +24 -0
- package/lib/module/component/AIA/icons/payment/atm.svg +3 -0
- package/lib/module/component/AIA/icons/payment/cash.svg +5 -0
- package/lib/module/component/AIA/icons/payment/cheque.svg +4 -0
- package/lib/module/component/AIA/icons/payment/credit-card-info.svg +5 -0
- package/lib/module/component/AIA/icons/payment/credit-card.svg +4 -0
- package/lib/module/component/AIA/icons/payment/index.js +93 -0
- package/lib/module/component/AIA/icons/payment/index.js.map +1 -0
- package/lib/module/component/AIA/icons/payment/internet-banking.svg +3 -0
- package/lib/module/component/AIA/icons/payment/oversea-issued-card.svg +4 -0
- package/lib/module/component/AIA/icons/payment/pps-and-fps.svg +4 -0
- package/lib/module/component/AIA/icons/payment/wallet.svg +4 -0
- package/lib/module/component/AIA/icons/rating/emoji-happy-on.svg +5 -0
- package/lib/module/component/AIA/icons/rating/emoji-happy.svg +5 -0
- package/lib/module/component/AIA/icons/rating/emoji-neutral-on.svg +5 -0
- package/lib/module/component/AIA/icons/rating/emoji-neutral.svg +5 -0
- package/lib/module/component/AIA/icons/rating/emoji-unhappy-on.svg +5 -0
- package/lib/module/component/AIA/icons/rating/emoji-unhappy.svg +5 -0
- package/lib/module/component/AIA/icons/rating/emoji-very-happy-on.svg +5 -0
- package/lib/module/component/AIA/icons/rating/emoji-very-happy.svg +5 -0
- package/lib/module/component/AIA/icons/rating/emoji-very-unhappy-on.svg +7 -0
- package/lib/module/component/AIA/icons/rating/emoji-very-unhappy.svg +8 -0
- package/lib/module/component/AIA/icons/rating/index.js +128 -0
- package/lib/module/component/AIA/icons/rating/index.js.map +1 -0
- package/lib/module/component/AIA/icons/rating/star-rating-on.svg +3 -0
- package/lib/module/component/AIA/icons/rating/star-rating.svg +3 -0
- package/lib/module/component/AIA/icons/rating/thumb-down.svg +3 -0
- package/lib/module/component/AIA/icons/rating/thumb-up.svg +3 -0
- package/lib/module/component/AIA/icons/red-illustrations/accident-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/accident.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/agent-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/agent.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/award-disabled.svg +6 -0
- package/lib/module/component/AIA/icons/red-illustrations/award.svg +6 -0
- package/lib/module/component/AIA/icons/red-illustrations/business-disabled.svg +6 -0
- package/lib/module/component/AIA/icons/red-illustrations/business.svg +6 -0
- package/lib/module/component/AIA/icons/red-illustrations/calculator-disabled.svg +6 -0
- package/lib/module/component/AIA/icons/red-illustrations/calculator.svg +6 -0
- package/lib/module/component/AIA/icons/red-illustrations/chart-disabled.svg +7 -0
- package/lib/module/component/AIA/icons/red-illustrations/chart.svg +7 -0
- package/lib/module/component/AIA/icons/red-illustrations/claim-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/claim.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/corporate-coverage-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/corporate-coverage.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/guide-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/guide.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/health-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/health-report-disabled.svg +8 -0
- package/lib/module/component/AIA/icons/red-illustrations/health-report.svg +8 -0
- package/lib/module/component/AIA/icons/red-illustrations/health.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/index.js +478 -0
- package/lib/module/component/AIA/icons/red-illustrations/index.js.map +1 -0
- package/lib/module/component/AIA/icons/red-illustrations/individual-coverage-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/individual-coverage.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/instant-help-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/instant-help.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/investment-coverage-disabled.svg +6 -0
- package/lib/module/component/AIA/icons/red-illustrations/investment-coverage.svg +6 -0
- package/lib/module/component/AIA/icons/red-illustrations/life-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/life.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/lock-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/lock.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/medical-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/medical.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/money-baht-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/money-baht.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/money-dollar-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/money-dollar.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/money-peso-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/money-peso.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/mpf-disabled.svg +6 -0
- package/lib/module/component/AIA/icons/red-illustrations/mpf.svg +6 -0
- package/lib/module/component/AIA/icons/red-illustrations/payment-disabled.svg +8 -0
- package/lib/module/component/AIA/icons/red-illustrations/payment.svg +8 -0
- package/lib/module/component/AIA/icons/red-illustrations/pension-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/pension.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/policy-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/policy.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/product-general.svg +22 -0
- package/lib/module/component/AIA/icons/red-illustrations/product-health.svg +15 -0
- package/lib/module/component/AIA/icons/red-illustrations/product-life.svg +6 -0
- package/lib/module/component/AIA/icons/red-illustrations/product-networth.svg +8 -0
- package/lib/module/component/AIA/icons/red-illustrations/product-retirement.svg +8 -0
- package/lib/module/component/AIA/icons/red-illustrations/product-save.svg +7 -0
- package/lib/module/component/AIA/icons/red-illustrations/retirement-disabled.svg +7 -0
- package/lib/module/component/AIA/icons/red-illustrations/retirement.svg +7 -0
- package/lib/module/component/AIA/icons/red-illustrations/savings-coverage-disabled.svg +7 -0
- package/lib/module/component/AIA/icons/red-illustrations/savings-coverage.svg +7 -0
- package/lib/module/component/AIA/icons/red-illustrations/search-document-disabled.svg +8 -0
- package/lib/module/component/AIA/icons/red-illustrations/search-document.svg +8 -0
- package/lib/module/component/AIA/icons/red-illustrations/step-validation-disabled.svg +7 -0
- package/lib/module/component/AIA/icons/red-illustrations/step-validation.svg +7 -0
- package/lib/module/component/AIA/icons/red-illustrations/terms-disabled.svg +7 -0
- package/lib/module/component/AIA/icons/red-illustrations/terms.svg +7 -0
- package/lib/module/component/AIA/icons/red-illustrations/training-disabled.svg +4 -0
- package/lib/module/component/AIA/icons/red-illustrations/training.svg +4 -0
- package/lib/module/component/AIA/icons/red-illustrations/travel-coverage-disabled.svg +4 -0
- package/lib/module/component/AIA/icons/red-illustrations/travel-coverage.svg +4 -0
- package/lib/module/component/AIA/icons/red-illustrations/vitality-disabled.svg +4 -0
- package/lib/module/component/AIA/icons/red-illustrations/vitality.svg +4 -0
- package/lib/module/component/AIA/icons/social-media/facebook.svg +3 -0
- package/lib/module/component/AIA/icons/social-media/index.js +107 -0
- package/lib/module/component/AIA/icons/social-media/index.js.map +1 -0
- package/lib/module/component/AIA/icons/social-media/instagram.svg +3 -0
- package/lib/module/component/AIA/icons/social-media/kakaotalk.svg +4 -0
- package/lib/module/component/AIA/icons/social-media/line.svg +3 -0
- package/lib/module/component/AIA/icons/social-media/linkedin.svg +3 -0
- package/lib/module/component/AIA/icons/social-media/threads.svg +3 -0
- package/lib/module/component/AIA/icons/social-media/tiktok.svg +7 -0
- package/lib/module/component/AIA/icons/social-media/twitter.svg +3 -0
- package/lib/module/component/AIA/icons/social-media/wechat.svg +3 -0
- package/lib/module/component/AIA/icons/social-media/x.svg +3 -0
- package/lib/module/component/AIA/icons/social-media/youtube.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/add.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/arrow-down.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/arrow-left.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/arrow-right.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/arrow-up.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/checkmark.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/circle-minus-solid.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/circle-minus.svg +4 -0
- package/lib/module/component/AIA/icons/system-control/circle-plus-solid.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/circle-plus.svg +5 -0
- package/lib/module/component/AIA/icons/system-control/circle.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/close.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/divide.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/drag.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/ellipsis.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/indeterminate.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/index.js +352 -0
- package/lib/module/component/AIA/icons/system-control/index.js.map +1 -0
- package/lib/module/component/AIA/icons/system-control/loading.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/maximize.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/menu.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/minimize.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/minus.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/more.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/next.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/order-accending.svg +4 -0
- package/lib/module/component/AIA/icons/system-control/order-descending.svg +4 -0
- package/lib/module/component/AIA/icons/system-control/order-down.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/order-up-and-down.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/order-up.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/previous-2.svg +7 -0
- package/lib/module/component/AIA/icons/system-control/previous.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/refresh-solid.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/refresh.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/remove-solid.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/remove.svg +5 -0
- package/lib/module/component/AIA/icons/system-control/scan-barcode.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/scan-face.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/scan-fingerprint.svg +5 -0
- package/lib/module/component/AIA/icons/system-control/scan-qr.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/sidebar-collapse.svg +4 -0
- package/lib/module/component/AIA/icons/system-control/sidebar-expand.svg +4 -0
- package/lib/module/component/AIA/icons/system-control/sorting.svg +4 -0
- package/lib/module/component/AIA/icons/system-control/success-solid.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/success.svg +4 -0
- package/lib/module/component/AIA/icons/system-control/syncing.svg +4 -0
- package/lib/module/component/AIA/icons/system-control/wifi-off.svg +5 -0
- package/lib/module/component/AIA/icons/system-control/wifi.svg +4 -0
- package/lib/module/component/AIA/icons/types/document-control/index.d.js +4 -0
- package/lib/module/component/AIA/icons/types/document-control/index.d.js.map +1 -0
- package/lib/module/component/AIA/icons/types/document-control/index.js +126 -0
- package/lib/module/component/AIA/icons/types/document-control/index.js.map +1 -0
- package/lib/module/component/AIA/icons/types/function/index.d.js +4 -0
- package/lib/module/component/AIA/icons/types/function/index.d.js.map +1 -0
- package/lib/module/component/AIA/icons/types/function/index.js +348 -0
- package/lib/module/component/AIA/icons/types/function/index.js.map +1 -0
- package/lib/module/component/AIA/icons/types/general/index.d.js +4 -0
- package/lib/module/component/AIA/icons/types/general/index.d.js.map +1 -0
- package/lib/module/component/AIA/icons/types/general/index.js +522 -0
- package/lib/module/component/AIA/icons/types/general/index.js.map +1 -0
- package/lib/module/component/AIA/icons/types/health-and-wellness/index.d.js +4 -0
- package/lib/module/component/AIA/icons/types/health-and-wellness/index.d.js.map +1 -0
- package/lib/module/component/AIA/icons/types/health-and-wellness/index.js +270 -0
- package/lib/module/component/AIA/icons/types/health-and-wellness/index.js.map +1 -0
- package/lib/module/component/AIA/icons/types/index.js +50 -0
- package/lib/module/component/AIA/icons/types/index.js.map +1 -0
- package/lib/module/component/AIA/icons/types/login/index.d.js +4 -0
- package/lib/module/component/AIA/icons/types/login/index.d.js.map +1 -0
- package/lib/module/component/AIA/icons/types/login/index.js +90 -0
- package/lib/module/component/AIA/icons/types/login/index.js.map +1 -0
- package/lib/module/component/AIA/icons/types/media-control/index.d.js +4 -0
- package/lib/module/component/AIA/icons/types/media-control/index.d.js.map +1 -0
- package/lib/module/component/AIA/icons/types/media-control/index.js +138 -0
- package/lib/module/component/AIA/icons/types/media-control/index.js.map +1 -0
- package/lib/module/component/AIA/icons/types/menu/index.d.js +4 -0
- package/lib/module/component/AIA/icons/types/menu/index.d.js.map +1 -0
- package/lib/module/component/AIA/icons/types/menu/index.js +276 -0
- package/lib/module/component/AIA/icons/types/menu/index.js.map +1 -0
- package/lib/module/component/AIA/icons/types/payment/index.d.js +4 -0
- package/lib/module/component/AIA/icons/types/payment/index.d.js.map +1 -0
- package/lib/module/component/AIA/icons/types/payment/index.js +114 -0
- package/lib/module/component/AIA/icons/types/payment/index.js.map +1 -0
- package/lib/module/component/AIA/icons/types/rating/index.d.js +4 -0
- package/lib/module/component/AIA/icons/types/rating/index.d.js.map +1 -0
- package/lib/module/component/AIA/icons/types/rating/index.js +126 -0
- package/lib/module/component/AIA/icons/types/rating/index.js.map +1 -0
- package/lib/module/component/AIA/icons/types/red-illustrations/index.d.js +4 -0
- package/lib/module/component/AIA/icons/types/red-illustrations/index.d.js.map +1 -0
- package/lib/module/component/AIA/icons/types/red-illustrations/index.js +270 -0
- package/lib/module/component/AIA/icons/types/red-illustrations/index.js.map +1 -0
- package/lib/module/component/AIA/icons/types/social-media/index.d.js +4 -0
- package/lib/module/component/AIA/icons/types/social-media/index.d.js.map +1 -0
- package/lib/module/component/AIA/icons/types/social-media/index.js +108 -0
- package/lib/module/component/AIA/icons/types/social-media/index.js.map +1 -0
- package/lib/module/component/AIA/icons/types/system-control/index.d.js +4 -0
- package/lib/module/component/AIA/icons/types/system-control/index.d.js.map +1 -0
- package/lib/module/component/AIA/icons/types/system-control/index.js +318 -0
- package/lib/module/component/AIA/icons/types/system-control/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/account-setup/face-id.svg +9 -0
- package/lib/module/component/AIA/illustration/account-setup/index.js +51 -0
- package/lib/module/component/AIA/illustration/account-setup/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/account-setup/qr-code.svg +5 -0
- package/lib/module/component/AIA/illustration/account-setup/touch-id.svg +6 -0
- package/lib/module/component/AIA/illustration/empty-state/document.svg +6 -0
- package/lib/module/component/AIA/illustration/empty-state/hourglass.svg +14 -0
- package/lib/module/component/AIA/illustration/empty-state/index.js +51 -0
- package/lib/module/component/AIA/illustration/empty-state/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/empty-state/search.svg +11 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/apple.svg +12 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/calendar.svg +10 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/clock.svg +8 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/cupcake.svg +29 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/fitness-plan.svg +20 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/happy-sun.svg +7 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/heart.svg +4 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/index.js +169 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/moon.svg +4 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/mountain.svg +15 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/salad.svg +72 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/smart-watch.svg +17 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/step-tracker.svg +9 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/stopwatch.svg +49 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/sync-device.svg +32 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/target.svg +13 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/trainer.svg +12 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/vitality.svg +5 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/weight-scale.svg +16 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/weights.svg +8 -0
- package/lib/module/component/AIA/illustration/index.js +40 -0
- package/lib/module/component/AIA/illustration/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/medical/blood-bag.svg +10 -0
- package/lib/module/component/AIA/illustration/medical/blood-pressure.svg +38 -0
- package/lib/module/component/AIA/illustration/medical/call-a-doctor.svg +9 -0
- package/lib/module/component/AIA/illustration/medical/cancer-ribbon.svg +7 -0
- package/lib/module/component/AIA/illustration/medical/eye-test.svg +8 -0
- package/lib/module/component/AIA/illustration/medical/health-checklist.svg +16 -0
- package/lib/module/component/AIA/illustration/medical/health-document.svg +12 -0
- package/lib/module/component/AIA/illustration/medical/index.js +93 -0
- package/lib/module/component/AIA/illustration/medical/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/medical/search-doctor.svg +10 -0
- package/lib/module/component/AIA/illustration/medical/thermometer.svg +12 -0
- package/lib/module/component/AIA/illustration/package.json +22 -0
- package/lib/module/component/AIA/illustration/payment/credit-card-back.svg +6 -0
- package/lib/module/component/AIA/illustration/payment/credit-card-front.svg +9 -0
- package/lib/module/component/AIA/illustration/payment/index.js +44 -0
- package/lib/module/component/AIA/illustration/payment/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/people-agents/agent-colleague-dark.svg +45 -0
- package/lib/module/component/AIA/illustration/people-agents/agent-colleague.svg +45 -0
- package/lib/module/component/AIA/illustration/people-agents/agent1-dark.svg +25 -0
- package/lib/module/component/AIA/illustration/people-agents/agent1.svg +25 -0
- package/lib/module/component/AIA/illustration/people-agents/agent2.svg +20 -0
- package/lib/module/component/AIA/illustration/people-agents/agent3.svg +26 -0
- package/lib/module/component/AIA/illustration/people-agents/agent4.svg +30 -0
- package/lib/module/component/AIA/illustration/people-agents/agent5.svg +27 -0
- package/lib/module/component/AIA/illustration/people-agents/agent6.svg +24 -0
- package/lib/module/component/AIA/illustration/people-agents/index.js +93 -0
- package/lib/module/component/AIA/illustration/people-agents/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/people-celebration/adult-celebrating1.svg +23 -0
- package/lib/module/component/AIA/illustration/people-celebration/adult-celebrating2.svg +14 -0
- package/lib/module/component/AIA/illustration/people-celebration/adult-celebrating3.svg +20 -0
- package/lib/module/component/AIA/illustration/people-celebration/adult-celebrating4.svg +19 -0
- package/lib/module/component/AIA/illustration/people-celebration/adult-celebrating5.svg +23 -0
- package/lib/module/component/AIA/illustration/people-celebration/adult-celebrating6-dark.svg +14 -0
- package/lib/module/component/AIA/illustration/people-celebration/adult-celebrating6.svg +14 -0
- package/lib/module/component/AIA/illustration/people-celebration/adult-celebrating7.svg +18 -0
- package/lib/module/component/AIA/illustration/people-celebration/adult-celebrating8-dark.svg +19 -0
- package/lib/module/component/AIA/illustration/people-celebration/adult-celebrating8.svg +19 -0
- package/lib/module/component/AIA/illustration/people-celebration/couple-celebrating1-dark.svg +36 -0
- package/lib/module/component/AIA/illustration/people-celebration/couple-celebrating1.svg +36 -0
- package/lib/module/component/AIA/illustration/people-celebration/couple-celebrating2-dark.svg +49 -0
- package/lib/module/component/AIA/illustration/people-celebration/couple-celebrating2.svg +49 -0
- package/lib/module/component/AIA/illustration/people-celebration/couple-celebrating3-dark.svg +29 -0
- package/lib/module/component/AIA/illustration/people-celebration/couple-celebrating3.svg +29 -0
- package/lib/module/component/AIA/illustration/people-celebration/index.js +142 -0
- package/lib/module/component/AIA/illustration/people-celebration/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-biking-dark.svg +54 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-biking.svg +54 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-exercising1.svg +21 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-exercising2.svg +25 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-exercising3.svg +33 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-meditating2.svg +21 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-pushup.svg +15 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-running1.svg +25 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-running2.svg +26 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-running3.svg +23 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-running4.svg +18 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-running5-1.svg +37 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-running5.svg +19 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-running7-dark.svg +30 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-running7.svg +30 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-skateboarding1.svg +30 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-stretching1.svg +13 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-stretching2.svg +28 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-yoga.svg +16 -0
- package/lib/module/component/AIA/illustration/people-exercise/couple-running-dark.svg +40 -0
- package/lib/module/component/AIA/illustration/people-exercise/couple-running.svg +40 -0
- package/lib/module/component/AIA/illustration/people-exercise/index.js +191 -0
- package/lib/module/component/AIA/illustration/people-exercise/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/people-exercise/woman-meditating1-dark.svg +23 -0
- package/lib/module/component/AIA/illustration/people-exercise/woman-meditating1.svg +23 -0
- package/lib/module/component/AIA/illustration/people-family/adult-child1.svg +33 -0
- package/lib/module/component/AIA/illustration/people-family/adult-child2.svg +42 -0
- package/lib/module/component/AIA/illustration/people-family/adult-child3-dark.svg +40 -0
- package/lib/module/component/AIA/illustration/people-family/adult-child3.svg +40 -0
- package/lib/module/component/AIA/illustration/people-family/adult-child4.svg +38 -0
- package/lib/module/component/AIA/illustration/people-family/adult-pregnant.svg +16 -0
- package/lib/module/component/AIA/illustration/people-family/child.svg +23 -0
- package/lib/module/component/AIA/illustration/people-family/couple-baby.svg +58 -0
- package/lib/module/component/AIA/illustration/people-family/family1-dark.svg +69 -0
- package/lib/module/component/AIA/illustration/people-family/family1.svg +69 -0
- package/lib/module/component/AIA/illustration/people-family/family2-dark.svg +57 -0
- package/lib/module/component/AIA/illustration/people-family/family2.svg +57 -0
- package/lib/module/component/AIA/illustration/people-family/index.js +128 -0
- package/lib/module/component/AIA/illustration/people-family/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/people-family/parent-baby.svg +51 -0
- package/lib/module/component/AIA/illustration/people-family/seniors-talking.svg +34 -0
- package/lib/module/component/AIA/illustration/people-general/adult-talking1.svg +22 -0
- package/lib/module/component/AIA/illustration/people-general/adult-talking2.svg +19 -0
- package/lib/module/component/AIA/illustration/people-general/adult-talking3.svg +18 -0
- package/lib/module/component/AIA/illustration/people-general/adult-talking4-dark.svg +17 -0
- package/lib/module/component/AIA/illustration/people-general/adult-talking4.svg +17 -0
- package/lib/module/component/AIA/illustration/people-general/adult-talking5.svg +15 -0
- package/lib/module/component/AIA/illustration/people-general/adult-talking6-dark.svg +19 -0
- package/lib/module/component/AIA/illustration/people-general/adult-talking6.svg +19 -0
- package/lib/module/component/AIA/illustration/people-general/adult-talking7.svg +26 -0
- package/lib/module/component/AIA/illustration/people-general/adult-talking8.svg +26 -0
- package/lib/module/component/AIA/illustration/people-general/couple-couch-dark.svg +47 -0
- package/lib/module/component/AIA/illustration/people-general/couple-couch.svg +47 -0
- package/lib/module/component/AIA/illustration/people-general/index.js +114 -0
- package/lib/module/component/AIA/illustration/people-general/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-food.svg +36 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-meditating3.svg +18 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-phone1.svg +22 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-phone2.svg +23 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-relaxing-dark.svg +17 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-relaxing.svg +17 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-skateboarding2.svg +34 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-standing1.svg +21 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-standing2-dark.svg +19 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-standing2.svg +19 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-standing3-dark.svg +14 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-standing3.svg +14 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-standing4.svg +22 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-standing5.svg +16 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-standing6.svg +27 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-walking-dark.svg +26 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-walking.svg +26 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-wheelchair.svg +22 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/couple-dinner-dark.svg +54 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/couple-dinner.svg +54 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/friends-couch-dark.svg +71 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/friends-couch.svg +71 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/index.js +170 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/seniors-dancing-dark.svg +34 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/seniors-dancing.svg +34 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/tandem-bike.svg +102 -0
- package/lib/module/component/AIA/illustration/people-medical/adult-injury1.svg +26 -0
- package/lib/module/component/AIA/illustration/people-medical/adult-injury2.svg +29 -0
- package/lib/module/component/AIA/illustration/people-medical/doctor-couple.svg +67 -0
- package/lib/module/component/AIA/illustration/people-medical/doctor-patient1.svg +48 -0
- package/lib/module/component/AIA/illustration/people-medical/doctor-patient2.svg +48 -0
- package/lib/module/component/AIA/illustration/people-medical/doctor-patient3-dark.svg +40 -0
- package/lib/module/component/AIA/illustration/people-medical/doctor-patient3.svg +40 -0
- package/lib/module/component/AIA/illustration/people-medical/doctor-patient4-dark.svg +52 -0
- package/lib/module/component/AIA/illustration/people-medical/doctor-patient4.svg +52 -0
- package/lib/module/component/AIA/illustration/people-medical/doctor-patient5.svg +32 -0
- package/lib/module/component/AIA/illustration/people-medical/doctor1-dark.svg +23 -0
- package/lib/module/component/AIA/illustration/people-medical/doctor1.svg +23 -0
- package/lib/module/component/AIA/illustration/people-medical/doctor2-dark.svg +52 -0
- package/lib/module/component/AIA/illustration/people-medical/doctor2.svg +52 -0
- package/lib/module/component/AIA/illustration/people-medical/index.js +128 -0
- package/lib/module/component/AIA/illustration/people-medical/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/success-and-reward/coin-celebration.svg +30 -0
- package/lib/module/component/AIA/illustration/success-and-reward/coin-reward.svg +28 -0
- package/lib/module/component/AIA/illustration/success-and-reward/coin-stack.svg +134 -0
- package/lib/module/component/AIA/illustration/success-and-reward/index.js +72 -0
- package/lib/module/component/AIA/illustration/success-and-reward/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/success-and-reward/single-coin.svg +7 -0
- package/lib/module/component/AIA/illustration/success-and-reward/success.svg +5 -0
- package/lib/module/component/AIA/illustration/success-and-reward/trumpet-confetti.svg +38 -0
- package/lib/module/component/AIA/illustration/system/communication.svg +5 -0
- package/lib/module/component/AIA/illustration/system/connected-globe.svg +5 -0
- package/lib/module/component/AIA/illustration/system/error.svg +5 -0
- package/lib/module/component/AIA/illustration/system/index.js +58 -0
- package/lib/module/component/AIA/illustration/system/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/system/warning.svg +5 -0
- package/lib/module/component/AIA/molecules/Accordion/Accordion.js +194 -0
- package/lib/module/component/AIA/molecules/Accordion/Accordion.js.map +1 -0
- package/lib/module/component/AIA/molecules/Accordion/Changelog.txt +30 -0
- package/lib/module/component/AIA/molecules/Accordion/README.md +51 -0
- package/lib/module/component/AIA/molecules/Accordion/config/index.js +15 -0
- package/lib/module/component/AIA/molecules/Accordion/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Accordion/index.js +5 -0
- package/lib/module/component/AIA/molecules/Accordion/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Accordion/styles/index.js +69 -0
- package/lib/module/component/AIA/molecules/Accordion/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Accordion/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/Accordion/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/AreaChart/AreaChart.js +107 -0
- package/lib/module/component/AIA/molecules/AreaChart/AreaChart.js.map +1 -0
- package/lib/module/component/AIA/molecules/AreaChart/README.md +19 -0
- package/lib/module/component/AIA/molecules/AreaChart/changelog.txt +6 -0
- package/lib/module/component/AIA/molecules/AreaChart/config/index.js +10 -0
- package/lib/module/component/AIA/molecules/AreaChart/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/AreaChart/index.js +4 -0
- package/lib/module/component/AIA/molecules/AreaChart/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/AreaChart/styles/index.js +22 -0
- package/lib/module/component/AIA/molecules/AreaChart/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/AreaChart/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/AreaChart/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Avatar/Avatar.js +145 -0
- package/lib/module/component/AIA/molecules/Avatar/Avatar.js.map +1 -0
- package/lib/module/component/AIA/molecules/Avatar/changelog.txt +29 -0
- package/lib/module/component/AIA/molecules/Avatar/config/index.js +13 -0
- package/lib/module/component/AIA/molecules/Avatar/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Avatar/index.js +4 -0
- package/lib/module/component/AIA/molecules/Avatar/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Avatar/styles/index.js +38 -0
- package/lib/module/component/AIA/molecules/Avatar/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Avatar/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/Avatar/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/BarChart/BarChart.js +145 -0
- package/lib/module/component/AIA/molecules/BarChart/BarChart.js.map +1 -0
- package/lib/module/component/AIA/molecules/BarChart/README.md +49 -0
- package/lib/module/component/AIA/molecules/BarChart/changelog.txt +6 -0
- package/lib/module/component/AIA/molecules/BarChart/config/index.js +10 -0
- package/lib/module/component/AIA/molecules/BarChart/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/BarChart/index.js +4 -0
- package/lib/module/component/AIA/molecules/BarChart/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/BarChart/styles/index.js +22 -0
- package/lib/module/component/AIA/molecules/BarChart/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/BarChart/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/BarChart/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/BubbleChart/BubbleChart.js +96 -0
- package/lib/module/component/AIA/molecules/BubbleChart/BubbleChart.js.map +1 -0
- package/lib/module/component/AIA/molecules/BubbleChart/README.md +19 -0
- package/lib/module/component/AIA/molecules/BubbleChart/changelog.txt +6 -0
- package/lib/module/component/AIA/molecules/BubbleChart/config/index.js +10 -0
- package/lib/module/component/AIA/molecules/BubbleChart/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/BubbleChart/index.js +4 -0
- package/lib/module/component/AIA/molecules/BubbleChart/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/BubbleChart/styles/index.js +22 -0
- package/lib/module/component/AIA/molecules/BubbleChart/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/BubbleChart/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/BubbleChart/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/ButtonGroup.js +95 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/ButtonGroup.js.map +1 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/README.md +27 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/changelog.txt +18 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/config/index.js +7 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/index.js +4 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/styles/index.js +38 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/CheckboxWithContainer.js +154 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/CheckboxWithContainer.js.map +1 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/README.md +30 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/changelog.txt +26 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/config/index.js +20 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/index.js +4 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/styles/index.js +90 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/CircularButton/CircularButton.js +88 -0
- package/lib/module/component/AIA/molecules/CircularButton/CircularButton.js.map +1 -0
- package/lib/module/component/AIA/molecules/CircularButton/README.md +18 -0
- package/lib/module/component/AIA/molecules/CircularButton/changelog.txt +9 -0
- package/lib/module/component/AIA/molecules/CircularButton/config/index.js +7 -0
- package/lib/module/component/AIA/molecules/CircularButton/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/CircularButton/index.js +4 -0
- package/lib/module/component/AIA/molecules/CircularButton/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/CircularButton/styles/index.js +31 -0
- package/lib/module/component/AIA/molecules/CircularButton/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/CircularButton/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/CircularButton/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ClaimCard/ClaimCard.js +119 -0
- package/lib/module/component/AIA/molecules/ClaimCard/ClaimCard.js.map +1 -0
- package/lib/module/component/AIA/molecules/ClaimCard/README.md +27 -0
- package/lib/module/component/AIA/molecules/ClaimCard/changelog.txt +18 -0
- package/lib/module/component/AIA/molecules/ClaimCard/config/index.js +29 -0
- package/lib/module/component/AIA/molecules/ClaimCard/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ClaimCard/index.js +4 -0
- package/lib/module/component/AIA/molecules/ClaimCard/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ClaimCard/styles/index.js +69 -0
- package/lib/module/component/AIA/molecules/ClaimCard/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ClaimCard/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/ClaimCard/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ContentCard/ContentCard.js +131 -0
- package/lib/module/component/AIA/molecules/ContentCard/ContentCard.js.map +1 -0
- package/lib/module/component/AIA/molecules/ContentCard/FlexWrapWithGap.js +32 -0
- package/lib/module/component/AIA/molecules/ContentCard/FlexWrapWithGap.js.map +1 -0
- package/lib/module/component/AIA/molecules/ContentCard/README.md +35 -0
- package/lib/module/component/AIA/molecules/ContentCard/changelog.txt +30 -0
- package/lib/module/component/AIA/molecules/ContentCard/config/index.js +7 -0
- package/lib/module/component/AIA/molecules/ContentCard/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ContentCard/index.js +4 -0
- package/lib/module/component/AIA/molecules/ContentCard/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ContentCard/styles/index.js +75 -0
- package/lib/module/component/AIA/molecules/ContentCard/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ContentCard/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/ContentCard/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/ContentFlatCard.js +127 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/ContentFlatCard.js.map +1 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/FlexWrapWithGap.js +32 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/FlexWrapWithGap.js.map +1 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/README.md +38 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/changelog.txt +22 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/config/index.js +7 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/index.js +4 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/styles/index.js +71 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Dialog/Dialog.js +143 -0
- package/lib/module/component/AIA/molecules/Dialog/Dialog.js.map +1 -0
- package/lib/module/component/AIA/molecules/Dialog/README.md +66 -0
- package/lib/module/component/AIA/molecules/Dialog/changelog.txt +18 -0
- package/lib/module/component/AIA/molecules/Dialog/config/index.js +7 -0
- package/lib/module/component/AIA/molecules/Dialog/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Dialog/index.js +4 -0
- package/lib/module/component/AIA/molecules/Dialog/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Dialog/styles/index.js +64 -0
- package/lib/module/component/AIA/molecules/Dialog/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Dialog/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/Dialog/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/DonutChart/DonutChart.js +180 -0
- package/lib/module/component/AIA/molecules/DonutChart/DonutChart.js.map +1 -0
- package/lib/module/component/AIA/molecules/DonutChart/README.md +37 -0
- package/lib/module/component/AIA/molecules/DonutChart/changelog.txt +12 -0
- package/lib/module/component/AIA/molecules/DonutChart/config/index.js +10 -0
- package/lib/module/component/AIA/molecules/DonutChart/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/DonutChart/index.js +4 -0
- package/lib/module/component/AIA/molecules/DonutChart/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/DonutChart/styles/index.js +35 -0
- package/lib/module/component/AIA/molecules/DonutChart/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/DonutChart/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/DonutChart/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/EngagementCard/EngagementCard.js +86 -0
- package/lib/module/component/AIA/molecules/EngagementCard/EngagementCard.js.map +1 -0
- package/lib/module/component/AIA/molecules/EngagementCard/README.md +22 -0
- package/lib/module/component/AIA/molecules/EngagementCard/changelog.txt +6 -0
- package/lib/module/component/AIA/molecules/EngagementCard/config/index.js +7 -0
- package/lib/module/component/AIA/molecules/EngagementCard/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/EngagementCard/index.js +4 -0
- package/lib/module/component/AIA/molecules/EngagementCard/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/EngagementCard/styles/index.js +43 -0
- package/lib/module/component/AIA/molecules/EngagementCard/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/EngagementCard/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/EngagementCard/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/IconText/Changelog.txt +34 -0
- package/lib/module/component/AIA/molecules/IconText/IconText.js +76 -0
- package/lib/module/component/AIA/molecules/IconText/IconText.js.map +1 -0
- package/lib/module/component/AIA/molecules/IconText/README.md +25 -0
- package/lib/module/component/AIA/molecules/IconText/config/index.js +7 -0
- package/lib/module/component/AIA/molecules/IconText/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/IconText/index.js +4 -0
- package/lib/module/component/AIA/molecules/IconText/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/IconText/styles/index.js +23 -0
- package/lib/module/component/AIA/molecules/IconText/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/IconText/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/IconText/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/LineChart/LineChart.js +106 -0
- package/lib/module/component/AIA/molecules/LineChart/LineChart.js.map +1 -0
- package/lib/module/component/AIA/molecules/LineChart/README.md +19 -0
- package/lib/module/component/AIA/molecules/LineChart/changelog.txt +6 -0
- package/lib/module/component/AIA/molecules/LineChart/config/index.js +10 -0
- package/lib/module/component/AIA/molecules/LineChart/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/LineChart/index.js +4 -0
- package/lib/module/component/AIA/molecules/LineChart/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/LineChart/styles/index.js +22 -0
- package/lib/module/component/AIA/molecules/LineChart/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/LineChart/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/LineChart/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ListContainer/ListContainer.js +128 -0
- package/lib/module/component/AIA/molecules/ListContainer/ListContainer.js.map +1 -0
- package/lib/module/component/AIA/molecules/ListContainer/README.md +44 -0
- package/lib/module/component/AIA/molecules/ListContainer/changelog.txt +39 -0
- package/lib/module/component/AIA/molecules/ListContainer/config/index.js +7 -0
- package/lib/module/component/AIA/molecules/ListContainer/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ListContainer/index.js +5 -0
- package/lib/module/component/AIA/molecules/ListContainer/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ListContainer/styles/index.js +60 -0
- package/lib/module/component/AIA/molecules/ListContainer/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ListContainer/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/ListContainer/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ListItem/ListItem.js +109 -0
- package/lib/module/component/AIA/molecules/ListItem/ListItem.js.map +1 -0
- package/lib/module/component/AIA/molecules/ListItem/README.md +18 -0
- package/lib/module/component/AIA/molecules/ListItem/changelog.txt +15 -0
- package/lib/module/component/AIA/molecules/ListItem/config/index.js +12 -0
- package/lib/module/component/AIA/molecules/ListItem/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ListItem/index.js +5 -0
- package/lib/module/component/AIA/molecules/ListItem/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ListItem/styles/index.js +26 -0
- package/lib/module/component/AIA/molecules/ListItem/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ListItem/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/ListItem/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Modal/Changelog.txt +14 -0
- package/lib/module/component/AIA/molecules/Modal/Effect.js +253 -0
- package/lib/module/component/AIA/molecules/Modal/Effect.js.map +1 -0
- package/lib/module/component/AIA/molecules/Modal/Modal.js +113 -0
- package/lib/module/component/AIA/molecules/Modal/Modal.js.map +1 -0
- package/lib/module/component/AIA/molecules/Modal/Modal.stories1.js +98 -0
- package/lib/module/component/AIA/molecules/Modal/Modal.stories1.js.map +1 -0
- package/lib/module/component/AIA/molecules/Modal/Readme.md +35 -0
- package/lib/module/component/AIA/molecules/Modal/config/index.js +12 -0
- package/lib/module/component/AIA/molecules/Modal/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Modal/index.js +4 -0
- package/lib/module/component/AIA/molecules/Modal/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Modal/styles/index.js +141 -0
- package/lib/module/component/AIA/molecules/Modal/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Modal/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/Modal/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/PageLevelMessage.js +105 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/PageLevelMessage.js.map +1 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/README.md +25 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/changelog.txt +17 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/config/index.js +29 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/index.js +4 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/styles/index.js +52 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/PieChart/PieChart.js +80 -0
- package/lib/module/component/AIA/molecules/PieChart/PieChart.js.map +1 -0
- package/lib/module/component/AIA/molecules/PieChart/README.md +16 -0
- package/lib/module/component/AIA/molecules/PieChart/changelog.txt +10 -0
- package/lib/module/component/AIA/molecules/PieChart/config/index.js +10 -0
- package/lib/module/component/AIA/molecules/PieChart/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/PieChart/index.js +4 -0
- package/lib/module/component/AIA/molecules/PieChart/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/PieChart/styles/index.js +22 -0
- package/lib/module/component/AIA/molecules/PieChart/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/PieChart/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/PieChart/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/PolicyCard/PolicyCard.js +147 -0
- package/lib/module/component/AIA/molecules/PolicyCard/PolicyCard.js.map +1 -0
- package/lib/module/component/AIA/molecules/PolicyCard/README.md +31 -0
- package/lib/module/component/AIA/molecules/PolicyCard/changelog.txt +14 -0
- package/lib/module/component/AIA/molecules/PolicyCard/config/index.js +34 -0
- package/lib/module/component/AIA/molecules/PolicyCard/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/PolicyCard/index.js +4 -0
- package/lib/module/component/AIA/molecules/PolicyCard/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/PolicyCard/styles/index.js +84 -0
- package/lib/module/component/AIA/molecules/PolicyCard/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/PolicyCard/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/PolicyCard/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ProductCard/FlexWrapWithGap.js +32 -0
- package/lib/module/component/AIA/molecules/ProductCard/FlexWrapWithGap.js.map +1 -0
- package/lib/module/component/AIA/molecules/ProductCard/ProductCard.js +99 -0
- package/lib/module/component/AIA/molecules/ProductCard/ProductCard.js.map +1 -0
- package/lib/module/component/AIA/molecules/ProductCard/README.md +29 -0
- package/lib/module/component/AIA/molecules/ProductCard/changelog.txt +10 -0
- package/lib/module/component/AIA/molecules/ProductCard/config/index.js +14 -0
- package/lib/module/component/AIA/molecules/ProductCard/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ProductCard/index.js +4 -0
- package/lib/module/component/AIA/molecules/ProductCard/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ProductCard/styles/index.js +59 -0
- package/lib/module/component/AIA/molecules/ProductCard/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ProductCard/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/ProductCard/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/ProgressBarWithText.js +186 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/ProgressBarWithText.js.map +1 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/README.md +39 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/changelog.txt +12 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/config/index.js +7 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/index.js +4 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/styles/index.js +85 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/RadarChart/README.md +18 -0
- package/lib/module/component/AIA/molecules/RadarChart/RadarChart.js +106 -0
- package/lib/module/component/AIA/molecules/RadarChart/RadarChart.js.map +1 -0
- package/lib/module/component/AIA/molecules/RadarChart/changelog.txt +19 -0
- package/lib/module/component/AIA/molecules/RadarChart/config/index.js +10 -0
- package/lib/module/component/AIA/molecules/RadarChart/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/RadarChart/index.js +4 -0
- package/lib/module/component/AIA/molecules/RadarChart/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/RadarChart/styles/index.js +22 -0
- package/lib/module/component/AIA/molecules/RadarChart/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/RadarChart/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/RadarChart/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/README.md +31 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/RadioWithContainer.js +155 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/RadioWithContainer.js.map +1 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/changelog.txt +30 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/config/index.js +20 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/index.js +4 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/styles/index.js +90 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/SectionTitle/README.md +22 -0
- package/lib/module/component/AIA/molecules/SectionTitle/SectionTitle.js +80 -0
- package/lib/module/component/AIA/molecules/SectionTitle/SectionTitle.js.map +1 -0
- package/lib/module/component/AIA/molecules/SectionTitle/changelog.txt +16 -0
- package/lib/module/component/AIA/molecules/SectionTitle/config/index.js +17 -0
- package/lib/module/component/AIA/molecules/SectionTitle/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/SectionTitle/index.js +4 -0
- package/lib/module/component/AIA/molecules/SectionTitle/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/SectionTitle/styles/index.js +31 -0
- package/lib/module/component/AIA/molecules/SectionTitle/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/SectionTitle/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/SectionTitle/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Slider/README.md +30 -0
- package/lib/module/component/AIA/molecules/Slider/Slider.js +140 -0
- package/lib/module/component/AIA/molecules/Slider/Slider.js.map +1 -0
- package/lib/module/component/AIA/molecules/Slider/changelog.txt +17 -0
- package/lib/module/component/AIA/molecules/Slider/config/index.js +7 -0
- package/lib/module/component/AIA/molecules/Slider/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Slider/index.js +4 -0
- package/lib/module/component/AIA/molecules/Slider/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Slider/styles/index.js +70 -0
- package/lib/module/component/AIA/molecules/Slider/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Slider/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/Slider/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Snackbar/Changelog.txt +10 -0
- package/lib/module/component/AIA/molecules/Snackbar/README.md +32 -0
- package/lib/module/component/AIA/molecules/Snackbar/Snackbar.js +71 -0
- package/lib/module/component/AIA/molecules/Snackbar/Snackbar.js.map +1 -0
- package/lib/module/component/AIA/molecules/Snackbar/config/index.js +11 -0
- package/lib/module/component/AIA/molecules/Snackbar/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Snackbar/index.js +4 -0
- package/lib/module/component/AIA/molecules/Snackbar/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Snackbar/styles/index.js +36 -0
- package/lib/module/component/AIA/molecules/Snackbar/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Snackbar/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/Snackbar/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/SystemAlert/README.md +33 -0
- package/lib/module/component/AIA/molecules/SystemAlert/SystemAlert.js +272 -0
- package/lib/module/component/AIA/molecules/SystemAlert/SystemAlert.js.map +1 -0
- package/lib/module/component/AIA/molecules/SystemAlert/changelog.txt +24 -0
- package/lib/module/component/AIA/molecules/SystemAlert/config/index.js +30 -0
- package/lib/module/component/AIA/molecules/SystemAlert/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/SystemAlert/index.js +4 -0
- package/lib/module/component/AIA/molecules/SystemAlert/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/SystemAlert/styles/index.js +67 -0
- package/lib/module/component/AIA/molecules/SystemAlert/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/SystemAlert/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/SystemAlert/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Tabs/README.md +33 -0
- package/lib/module/component/AIA/molecules/Tabs/Tabs.js +106 -0
- package/lib/module/component/AIA/molecules/Tabs/Tabs.js.map +1 -0
- package/lib/module/component/AIA/molecules/Tabs/changelog.txt +21 -0
- package/lib/module/component/AIA/molecules/Tabs/config/index.js +7 -0
- package/lib/module/component/AIA/molecules/Tabs/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Tabs/index.js +4 -0
- package/lib/module/component/AIA/molecules/Tabs/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Tabs/styles/index.js +32 -0
- package/lib/module/component/AIA/molecules/Tabs/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Tabs/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/Tabs/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Uploader/README.md +52 -0
- package/lib/module/component/AIA/molecules/Uploader/Uploader.js +545 -0
- package/lib/module/component/AIA/molecules/Uploader/Uploader.js.map +1 -0
- package/lib/module/component/AIA/molecules/Uploader/changelog.txt +24 -0
- package/lib/module/component/AIA/molecules/Uploader/config/index.js +32 -0
- package/lib/module/component/AIA/molecules/Uploader/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Uploader/index.js +4 -0
- package/lib/module/component/AIA/molecules/Uploader/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Uploader/package.json +13 -0
- package/lib/module/component/AIA/molecules/Uploader/styles/index.js +108 -0
- package/lib/module/component/AIA/molecules/Uploader/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Uploader/types/index.js +21 -0
- package/lib/module/component/AIA/molecules/Uploader/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/index.js +20 -0
- package/lib/module/component/AIA/molecules/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/package.json +18 -0
- package/lib/module/component/AIA/organisms/Accordions/Accordions.js +51 -0
- package/lib/module/component/AIA/organisms/Accordions/Accordions.js.map +1 -0
- package/lib/module/component/AIA/organisms/Accordions/README.md +29 -0
- package/lib/module/component/AIA/organisms/Accordions/changelog.txt +11 -0
- package/lib/module/component/AIA/organisms/Accordions/config/index.js +7 -0
- package/lib/module/component/AIA/organisms/Accordions/config/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/Accordions/index.js +5 -0
- package/lib/module/component/AIA/organisms/Accordions/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/Accordions/styles/index.js +16 -0
- package/lib/module/component/AIA/organisms/Accordions/styles/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/Accordions/types/index.js +4 -0
- package/lib/module/component/AIA/organisms/Accordions/types/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/AvatarGroup/AvatarGroup.js +78 -0
- package/lib/module/component/AIA/organisms/AvatarGroup/AvatarGroup.js.map +1 -0
- package/lib/module/component/AIA/organisms/AvatarGroup/changelog.txt +23 -0
- package/lib/module/component/AIA/organisms/AvatarGroup/config/index.js +11 -0
- package/lib/module/component/AIA/organisms/AvatarGroup/config/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/AvatarGroup/index.js +4 -0
- package/lib/module/component/AIA/organisms/AvatarGroup/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/AvatarGroup/styles/index.js +27 -0
- package/lib/module/component/AIA/organisms/AvatarGroup/styles/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/AvatarGroup/types/index.js +2 -0
- package/lib/module/component/AIA/organisms/AvatarGroup/types/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/List/List.js +45 -0
- package/lib/module/component/AIA/organisms/List/List.js.map +1 -0
- package/lib/module/component/AIA/organisms/List/README.md +57 -0
- package/lib/module/component/AIA/organisms/List/changelog.txt +10 -0
- package/lib/module/component/AIA/organisms/List/config/index.js +7 -0
- package/lib/module/component/AIA/organisms/List/config/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/List/index.js +5 -0
- package/lib/module/component/AIA/organisms/List/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/List/styles/index.js +16 -0
- package/lib/module/component/AIA/organisms/List/styles/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/List/types/index.js +4 -0
- package/lib/module/component/AIA/organisms/List/types/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/ListItemGroup/ListItemGroup.js +45 -0
- package/lib/module/component/AIA/organisms/ListItemGroup/ListItemGroup.js.map +1 -0
- package/lib/module/component/AIA/organisms/ListItemGroup/README.md +33 -0
- package/lib/module/component/AIA/organisms/ListItemGroup/changelog.txt +6 -0
- package/lib/module/component/AIA/organisms/ListItemGroup/config/index.js +7 -0
- package/lib/module/component/AIA/organisms/ListItemGroup/config/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/ListItemGroup/index.js +4 -0
- package/lib/module/component/AIA/organisms/ListItemGroup/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/ListItemGroup/package.json +13 -0
- package/lib/module/component/AIA/organisms/ListItemGroup/styles/index.js +16 -0
- package/lib/module/component/AIA/organisms/ListItemGroup/styles/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/ListItemGroup/types/index.js +4 -0
- package/lib/module/component/AIA/organisms/ListItemGroup/types/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/SystemAlerts/README.md +20 -0
- package/lib/module/component/AIA/organisms/SystemAlerts/SystemAlerts.js +179 -0
- package/lib/module/component/AIA/organisms/SystemAlerts/SystemAlerts.js.map +1 -0
- package/lib/module/component/AIA/organisms/SystemAlerts/changelog.txt +6 -0
- package/lib/module/component/AIA/organisms/SystemAlerts/config/index.js +7 -0
- package/lib/module/component/AIA/organisms/SystemAlerts/config/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/SystemAlerts/index.js +4 -0
- package/lib/module/component/AIA/organisms/SystemAlerts/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/SystemAlerts/styles/index.js +63 -0
- package/lib/module/component/AIA/organisms/SystemAlerts/styles/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/SystemAlerts/types/index.js +2 -0
- package/lib/module/component/AIA/organisms/SystemAlerts/types/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/changelog.txt +4 -0
- package/lib/module/component/AIA/organisms/index.js +6 -0
- package/lib/module/component/AIA/organisms/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/package.json +15 -0
- package/lib/module/component/AIA/styles/aia-digital/border/borderRadius.js +11 -0
- package/lib/module/component/AIA/styles/aia-digital/border/borderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/border/borderWidth.js +11 -0
- package/lib/module/component/AIA/styles/aia-digital/border/borderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/border/componentBorderRadius.js +17 -0
- package/lib/module/component/AIA/styles/aia-digital/border/componentBorderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/border/componentBorderWidth.js +8 -0
- package/lib/module/component/AIA/styles/aia-digital/border/componentBorderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/border/index.js +13 -0
- package/lib/module/component/AIA/styles/aia-digital/border/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/dark.js +149 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/dark.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/index.js +5 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/light.js +149 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/light.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/package.json +16 -0
- package/lib/module/component/AIA/styles/aia-digital/primitiveColorsToken/colors.json +108 -0
- package/lib/module/component/AIA/styles/aia-digital/primitiveColorsToken/index.js +5 -0
- package/lib/module/component/AIA/styles/aia-digital/primitiveColorsToken/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_border.scss +28 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_border_class.scss +27 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_colors.scss +105 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_main.scss +3 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_size.scss +61 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_spacing.scss +41 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_theme_dark.scss +141 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_theme_light.scss +141 -0
- package/lib/module/component/AIA/styles/aia-digital/size/componentSize.js +38 -0
- package/lib/module/component/AIA/styles/aia-digital/size/componentSize.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/size/index.js +9 -0
- package/lib/module/component/AIA/styles/aia-digital/size/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/size/size.js +24 -0
- package/lib/module/component/AIA/styles/aia-digital/size/size.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/spacing/componentSpacing.js +13 -0
- package/lib/module/component/AIA/styles/aia-digital/spacing/componentSpacing.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/spacing/index.js +9 -0
- package/lib/module/component/AIA/styles/aia-digital/spacing/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/spacing/spacing.js +21 -0
- package/lib/module/component/AIA/styles/aia-digital/spacing/spacing.js.map +1 -0
- package/lib/module/component/AIA/styles/art/border/borderRadius.js +11 -0
- package/lib/module/component/AIA/styles/art/border/borderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/art/border/borderWidth.js +11 -0
- package/lib/module/component/AIA/styles/art/border/borderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/art/border/componentBorderRadius.js +17 -0
- package/lib/module/component/AIA/styles/art/border/componentBorderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/art/border/componentBorderWidth.js +8 -0
- package/lib/module/component/AIA/styles/art/border/componentBorderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/art/border/index.js +13 -0
- package/lib/module/component/AIA/styles/art/border/index.js.map +1 -0
- package/lib/module/component/AIA/styles/art/colors/dark.js +149 -0
- package/lib/module/component/AIA/styles/art/colors/dark.js.map +1 -0
- package/lib/module/component/AIA/styles/art/colors/index.js +5 -0
- package/lib/module/component/AIA/styles/art/colors/index.js.map +1 -0
- package/lib/module/component/AIA/styles/art/colors/light.js +149 -0
- package/lib/module/component/AIA/styles/art/colors/light.js.map +1 -0
- package/lib/module/component/AIA/styles/art/package.json +16 -0
- package/lib/module/component/AIA/styles/art/primitiveColorsToken/colors.json +139 -0
- package/lib/module/component/AIA/styles/art/primitiveColorsToken/index.js +5 -0
- package/lib/module/component/AIA/styles/art/primitiveColorsToken/index.js.map +1 -0
- package/lib/module/component/AIA/styles/art/scss/_border.scss +28 -0
- package/lib/module/component/AIA/styles/art/scss/_border_class.scss +27 -0
- package/lib/module/component/AIA/styles/art/scss/_colors.scss +136 -0
- package/lib/module/component/AIA/styles/art/scss/_main.scss +3 -0
- package/lib/module/component/AIA/styles/art/scss/_size.scss +45 -0
- package/lib/module/component/AIA/styles/art/scss/_spacing.scss +41 -0
- package/lib/module/component/AIA/styles/art/scss/_theme_dark.scss +141 -0
- package/lib/module/component/AIA/styles/art/scss/_theme_light.scss +141 -0
- package/lib/module/component/AIA/styles/art/size/componentSize.js +24 -0
- package/lib/module/component/AIA/styles/art/size/componentSize.js.map +1 -0
- package/lib/module/component/AIA/styles/art/size/index.js +9 -0
- package/lib/module/component/AIA/styles/art/size/index.js.map +1 -0
- package/lib/module/component/AIA/styles/art/size/size.js +24 -0
- package/lib/module/component/AIA/styles/art/size/size.js.map +1 -0
- package/lib/module/component/AIA/styles/art/spacing/componentSpacing.js +13 -0
- package/lib/module/component/AIA/styles/art/spacing/componentSpacing.js.map +1 -0
- package/lib/module/component/AIA/styles/art/spacing/index.js +9 -0
- package/lib/module/component/AIA/styles/art/spacing/index.js.map +1 -0
- package/lib/module/component/AIA/styles/art/spacing/spacing.js +21 -0
- package/lib/module/component/AIA/styles/art/spacing/spacing.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/border/borderRadius.js +11 -0
- package/lib/module/component/AIA/styles/brand-x/border/borderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/border/borderWidth.js +11 -0
- package/lib/module/component/AIA/styles/brand-x/border/borderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/border/componentBorderRadius.js +17 -0
- package/lib/module/component/AIA/styles/brand-x/border/componentBorderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/border/componentBorderWidth.js +8 -0
- package/lib/module/component/AIA/styles/brand-x/border/componentBorderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/border/index.js +13 -0
- package/lib/module/component/AIA/styles/brand-x/border/index.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/colors/dark.js +162 -0
- package/lib/module/component/AIA/styles/brand-x/colors/dark.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/colors/index.js +5 -0
- package/lib/module/component/AIA/styles/brand-x/colors/index.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/colors/light.js +149 -0
- package/lib/module/component/AIA/styles/brand-x/colors/light.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/package.json +16 -0
- package/lib/module/component/AIA/styles/brand-x/primitiveColorsToken/colors.json +148 -0
- package/lib/module/component/AIA/styles/brand-x/primitiveColorsToken/index.js +5 -0
- package/lib/module/component/AIA/styles/brand-x/primitiveColorsToken/index.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_border.scss +28 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_border_class.scss +27 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_colors.scss +146 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_main.scss +3 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_size.scss +45 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_spacing.scss +41 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_theme_dark.scss +141 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_theme_light.scss +141 -0
- package/lib/module/component/AIA/styles/brand-x/size/componentSize.js +24 -0
- package/lib/module/component/AIA/styles/brand-x/size/componentSize.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/size/index.js +9 -0
- package/lib/module/component/AIA/styles/brand-x/size/index.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/size/size.js +24 -0
- package/lib/module/component/AIA/styles/brand-x/size/size.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/spacing/componentSpacing.js +13 -0
- package/lib/module/component/AIA/styles/brand-x/spacing/componentSpacing.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/spacing/index.js +9 -0
- package/lib/module/component/AIA/styles/brand-x/spacing/index.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/spacing/spacing.js +21 -0
- package/lib/module/component/AIA/styles/brand-x/spacing/spacing.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/border/borderRadius.js +11 -0
- package/lib/module/component/AIA/styles/cfs/border/borderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/border/borderWidth.js +11 -0
- package/lib/module/component/AIA/styles/cfs/border/borderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/border/componentBorderRadius.js +17 -0
- package/lib/module/component/AIA/styles/cfs/border/componentBorderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/border/componentBorderWidth.js +8 -0
- package/lib/module/component/AIA/styles/cfs/border/componentBorderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/border/index.js +13 -0
- package/lib/module/component/AIA/styles/cfs/border/index.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/colors/dark.js +149 -0
- package/lib/module/component/AIA/styles/cfs/colors/dark.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/colors/index.js +5 -0
- package/lib/module/component/AIA/styles/cfs/colors/index.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/colors/light.js +150 -0
- package/lib/module/component/AIA/styles/cfs/colors/light.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/package.json +16 -0
- package/lib/module/component/AIA/styles/cfs/primitiveColorsToken/colors.json +137 -0
- package/lib/module/component/AIA/styles/cfs/primitiveColorsToken/index.js +5 -0
- package/lib/module/component/AIA/styles/cfs/primitiveColorsToken/index.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/scss/_border.scss +28 -0
- package/lib/module/component/AIA/styles/cfs/scss/_border_class.scss +27 -0
- package/lib/module/component/AIA/styles/cfs/scss/_colors.scss +134 -0
- package/lib/module/component/AIA/styles/cfs/scss/_main.scss +3 -0
- package/lib/module/component/AIA/styles/cfs/scss/_size.scss +61 -0
- package/lib/module/component/AIA/styles/cfs/scss/_spacing.scss +41 -0
- package/lib/module/component/AIA/styles/cfs/scss/_theme_dark.scss +141 -0
- package/lib/module/component/AIA/styles/cfs/scss/_theme_light.scss +141 -0
- package/lib/module/component/AIA/styles/cfs/size/componentSize.js +38 -0
- package/lib/module/component/AIA/styles/cfs/size/componentSize.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/size/index.js +9 -0
- package/lib/module/component/AIA/styles/cfs/size/index.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/size/size.js +24 -0
- package/lib/module/component/AIA/styles/cfs/size/size.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/spacing/componentSpacing.js +13 -0
- package/lib/module/component/AIA/styles/cfs/spacing/componentSpacing.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/spacing/index.js +9 -0
- package/lib/module/component/AIA/styles/cfs/spacing/index.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/spacing/spacing.js +21 -0
- package/lib/module/component/AIA/styles/cfs/spacing/spacing.js.map +1 -0
- package/lib/module/component/AIA/styles/changelog.txt +5 -0
- package/lib/module/component/AIA/styles/hesta/border/borderRadius.js +11 -0
- package/lib/module/component/AIA/styles/hesta/border/borderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/border/borderWidth.js +11 -0
- package/lib/module/component/AIA/styles/hesta/border/borderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/border/componentBorderRadius.js +17 -0
- package/lib/module/component/AIA/styles/hesta/border/componentBorderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/border/componentBorderWidth.js +8 -0
- package/lib/module/component/AIA/styles/hesta/border/componentBorderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/border/index.js +13 -0
- package/lib/module/component/AIA/styles/hesta/border/index.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/colors/dark.js +149 -0
- package/lib/module/component/AIA/styles/hesta/colors/dark.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/colors/index.js +5 -0
- package/lib/module/component/AIA/styles/hesta/colors/index.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/colors/light.js +149 -0
- package/lib/module/component/AIA/styles/hesta/colors/light.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/package.json +16 -0
- package/lib/module/component/AIA/styles/hesta/primitiveColorsToken/colors.json +139 -0
- package/lib/module/component/AIA/styles/hesta/primitiveColorsToken/index.js +5 -0
- package/lib/module/component/AIA/styles/hesta/primitiveColorsToken/index.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/scss/_border.scss +28 -0
- package/lib/module/component/AIA/styles/hesta/scss/_border_class.scss +27 -0
- package/lib/module/component/AIA/styles/hesta/scss/_colors.scss +136 -0
- package/lib/module/component/AIA/styles/hesta/scss/_main.scss +3 -0
- package/lib/module/component/AIA/styles/hesta/scss/_size.scss +45 -0
- package/lib/module/component/AIA/styles/hesta/scss/_spacing.scss +41 -0
- package/lib/module/component/AIA/styles/hesta/scss/_theme_dark.scss +141 -0
- package/lib/module/component/AIA/styles/hesta/scss/_theme_light.scss +141 -0
- package/lib/module/component/AIA/styles/hesta/size/componentSize.js +24 -0
- package/lib/module/component/AIA/styles/hesta/size/componentSize.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/size/index.js +9 -0
- package/lib/module/component/AIA/styles/hesta/size/index.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/size/size.js +24 -0
- package/lib/module/component/AIA/styles/hesta/size/size.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/spacing/componentSpacing.js +13 -0
- package/lib/module/component/AIA/styles/hesta/spacing/componentSpacing.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/spacing/index.js +9 -0
- package/lib/module/component/AIA/styles/hesta/spacing/index.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/spacing/spacing.js +21 -0
- package/lib/module/component/AIA/styles/hesta/spacing/spacing.js.map +1 -0
- package/lib/module/component/AIA/styles/index.js +5 -0
- package/lib/module/component/AIA/styles/index.js.map +1 -0
- package/lib/module/component/AIA/styles/package.json +19 -0
- package/lib/module/component/AIA/utils/Accessibility/changelog.txt +9 -0
- package/lib/module/component/AIA/utils/Accessibility/index.js +34 -0
- package/lib/module/component/AIA/utils/Accessibility/index.js.map +1 -0
- package/lib/module/component/AIA/utils/Accessibility/types/index.js +2 -0
- package/lib/module/component/AIA/utils/Accessibility/types/index.js.map +1 -0
- package/lib/module/component/AIA/utils/ConvertStringToCamelCase/ConvertStringToCamelCase.js +12 -0
- package/lib/module/component/AIA/utils/ConvertStringToCamelCase/ConvertStringToCamelCase.js.map +1 -0
- package/lib/module/component/AIA/utils/ConvertStringToCamelCase/index.js +4 -0
- package/lib/module/component/AIA/utils/ConvertStringToCamelCase/index.js.map +1 -0
- package/lib/module/component/AIA/utils/DateTime/DateTime.js +315 -0
- package/lib/module/component/AIA/utils/DateTime/DateTime.js.map +1 -0
- package/lib/module/component/AIA/utils/DateTime/config/index.js +34 -0
- package/lib/module/component/AIA/utils/DateTime/config/index.js.map +1 -0
- package/lib/module/component/AIA/utils/DateTime/index.js +4 -0
- package/lib/module/component/AIA/utils/DateTime/index.js.map +1 -0
- package/lib/module/component/AIA/utils/File/File.js +39 -0
- package/lib/module/component/AIA/utils/File/File.js.map +1 -0
- package/lib/module/component/AIA/utils/File/index.js +4 -0
- package/lib/module/component/AIA/utils/File/index.js.map +1 -0
- package/lib/module/component/AIA/utils/LazyLoading/LazyLoading.js +27 -0
- package/lib/module/component/AIA/utils/LazyLoading/LazyLoading.js.map +1 -0
- package/lib/module/component/AIA/utils/LazyLoading/README.md +26 -0
- package/lib/module/component/AIA/utils/LazyLoading/index.js +5 -0
- package/lib/module/component/AIA/utils/LazyLoading/index.js.map +1 -0
- package/lib/module/component/AIA/utils/LazyLoading/styles/index.js +19 -0
- package/lib/module/component/AIA/utils/LazyLoading/styles/index.js.map +1 -0
- package/lib/module/component/AIA/utils/NumberString/NumberString.js +61 -0
- package/lib/module/component/AIA/utils/NumberString/NumberString.js.map +1 -0
- package/lib/module/component/AIA/utils/NumberString/index.js +4 -0
- package/lib/module/component/AIA/utils/NumberString/index.js.map +1 -0
- package/lib/module/component/AIA/utils/index.js +9 -0
- package/lib/module/component/AIA/utils/index.js.map +1 -0
- package/lib/module/component/AIA/utils/package.json +18 -0
- package/lib/module/component/ButtonSubmit.js +24 -6
- package/lib/module/component/ButtonSubmit.js.map +1 -1
- package/lib/module/component/Input.js +4 -2
- package/lib/module/component/Input.js.map +1 -1
- package/lib/module/component/MultiSelectButtons.js +7 -3
- package/lib/module/component/MultiSelectButtons.js.map +1 -1
- package/lib/module/component/Rating.js +5 -3
- package/lib/module/component/Rating.js.map +1 -1
- package/lib/module/component/RatingNumber.js +12 -5
- package/lib/module/component/RatingNumber.js.map +1 -1
- package/lib/module/component/Textarea.js +9 -4
- package/lib/module/component/Textarea.js.map +1 -1
- package/lib/module/component/YesNoButtons.js +17 -5
- package/lib/module/component/YesNoButtons.js.map +1 -1
- package/lib/module/component/forms/CESForm.js +98 -0
- package/lib/module/component/forms/CESForm.js.map +1 -0
- package/lib/module/component/forms/CommentForm.js +55 -0
- package/lib/module/component/forms/CommentForm.js.map +1 -0
- package/lib/module/component/forms/EffortForm.js +105 -0
- package/lib/module/component/forms/EffortForm.js.map +1 -0
- package/lib/module/component/forms/ExternalForm.js +55 -0
- package/lib/module/component/forms/ExternalForm.js.map +1 -0
- package/lib/module/component/forms/NPSForm.js +110 -0
- package/lib/module/component/forms/NPSForm.js.map +1 -0
- package/lib/module/component/forms/PollForm.js +132 -0
- package/lib/module/component/forms/PollForm.js.map +1 -0
- package/lib/module/component/forms/PromptForm.js +79 -0
- package/lib/module/component/forms/PromptForm.js.map +1 -0
- package/lib/module/component/forms/SatisfactionForm.js +195 -0
- package/lib/module/component/forms/SatisfactionForm.js.map +1 -0
- package/lib/module/index.js +8 -8
- package/lib/module/index.js.map +1 -1
- package/lib/module/types.d.js +2 -0
- package/lib/module/types.d.js.map +1 -0
- package/lib/module/utils/constants.js +1 -0
- package/lib/module/utils/constants.js.map +1 -1
- package/lib/typescript/ContentUsefulness.d.ts.map +1 -1
- package/lib/typescript/FeedbackSDK.d.ts.map +1 -1
- package/lib/typescript/FeedbackSDKAppStoreRating.d.ts +12 -0
- package/lib/typescript/FeedbackSDKAppStoreRating.d.ts.map +1 -0
- package/lib/typescript/FeedbackSDKForm.d.ts.map +1 -1
- package/lib/typescript/FeedbackSDKSplash.d.ts.map +1 -1
- package/lib/typescript/FeedbackSDKStyles.d.ts +34 -15
- package/lib/typescript/FeedbackSDKStyles.d.ts.map +1 -1
- package/lib/typescript/FeedbackSDKSuccess.d.ts.map +1 -1
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/ActivityIndicator.d.ts +13 -0
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/ActivityIndicator.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/index.d.ts +2 -0
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/styles/index.d.ts +40 -0
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/styles/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/types/index.d.ts +64 -0
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/types/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Button/Button.d.ts +10 -0
- package/lib/typescript/component/AIA/atoms/Button/Button.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Button/index.d.ts +2 -0
- package/lib/typescript/component/AIA/atoms/Button/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Button/styles/index.d.ts +101 -0
- package/lib/typescript/component/AIA/atoms/Button/styles/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Button/types/index.d.ts +120 -0
- package/lib/typescript/component/AIA/atoms/Button/types/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Chip/Chip.d.ts +11 -0
- package/lib/typescript/component/AIA/atoms/Chip/Chip.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Chip/config/index.d.ts +21 -0
- package/lib/typescript/component/AIA/atoms/Chip/config/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Chip/index.d.ts +2 -0
- package/lib/typescript/component/AIA/atoms/Chip/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Chip/styles/index.d.ts +89 -0
- package/lib/typescript/component/AIA/atoms/Chip/styles/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Chip/types/index.d.ts +94 -0
- package/lib/typescript/component/AIA/atoms/Chip/types/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Divider/Divider.d.ts +11 -0
- package/lib/typescript/component/AIA/atoms/Divider/Divider.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Divider/index.d.ts +2 -0
- package/lib/typescript/component/AIA/atoms/Divider/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Divider/styles/index.d.ts +12 -0
- package/lib/typescript/component/AIA/atoms/Divider/styles/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Divider/types/index.d.ts +26 -0
- package/lib/typescript/component/AIA/atoms/Divider/types/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icon/Icon.d.ts +11 -0
- package/lib/typescript/component/AIA/atoms/Icon/Icon.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icon/index.d.ts +2 -0
- package/lib/typescript/component/AIA/atoms/Icon/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icon/types/index.d.ts +94 -0
- package/lib/typescript/component/AIA/atoms/Icon/types/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icons/document-control/index.d.ts +9 -0
- package/lib/typescript/component/AIA/atoms/Icons/document-control/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icons/function/index.d.ts +9 -0
- package/lib/typescript/component/AIA/atoms/Icons/function/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icons/general/index.d.ts +9 -0
- package/lib/typescript/component/AIA/atoms/Icons/general/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icons/health-and-wellness/index.d.ts +9 -0
- package/lib/typescript/component/AIA/atoms/Icons/health-and-wellness/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icons/index.d.ts +8 -0
- package/lib/typescript/component/AIA/atoms/Icons/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icons/login/index.d.ts +9 -0
- package/lib/typescript/component/AIA/atoms/Icons/login/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icons/media-control/index.d.ts +9 -0
- package/lib/typescript/component/AIA/atoms/Icons/media-control/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icons/menu/index.d.ts +9 -0
- package/lib/typescript/component/AIA/atoms/Icons/menu/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icons/rating/index.d.ts +9 -0
- package/lib/typescript/component/AIA/atoms/Icons/rating/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icons/red-illustrations/index.d.ts +9 -0
- package/lib/typescript/component/AIA/atoms/Icons/red-illustrations/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icons/social-media/index.d.ts +9 -0
- package/lib/typescript/component/AIA/atoms/Icons/social-media/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icons/system-control/index.d.ts +9 -0
- package/lib/typescript/component/AIA/atoms/Icons/system-control/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icons/type/index.d.ts +83 -0
- package/lib/typescript/component/AIA/atoms/Icons/type/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/account-setup/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/account-setup/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/empty-state/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/empty-state/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/health-and-wellness/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/health-and-wellness/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/index.d.ts +8 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/medical/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/medical/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/payment/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/payment/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-agents/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-agents/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-celebration/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-celebration/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-exercise/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-exercise/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-family/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-family/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-general/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-general/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-medical/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-medical/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/success-and-reward/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/success-and-reward/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/system/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/system/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/type/index.d.ts +93 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/type/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Image/Image.d.ts +11 -0
- package/lib/typescript/component/AIA/atoms/Image/Image.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Image/index.d.ts +2 -0
- package/lib/typescript/component/AIA/atoms/Image/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Image/styles/index.d.ts +15 -0
- package/lib/typescript/component/AIA/atoms/Image/styles/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Image/types/index.d.ts +98 -0
- package/lib/typescript/component/AIA/atoms/Image/types/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Rating/Rating.d.ts +10 -0
- package/lib/typescript/component/AIA/atoms/Rating/Rating.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Rating/config/index.d.ts +22 -0
- package/lib/typescript/component/AIA/atoms/Rating/config/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Rating/index.d.ts +2 -0
- package/lib/typescript/component/AIA/atoms/Rating/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Rating/styles/index.d.ts +54 -0
- package/lib/typescript/component/AIA/atoms/Rating/styles/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Rating/types/index.d.ts +94 -0
- package/lib/typescript/component/AIA/atoms/Rating/types/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Text/Text.d.ts +11 -0
- package/lib/typescript/component/AIA/atoms/Text/Text.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Text/config/index.d.ts +7 -0
- package/lib/typescript/component/AIA/atoms/Text/config/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Text/index.d.ts +2 -0
- package/lib/typescript/component/AIA/atoms/Text/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Text/styles/index.d.ts +25 -0
- package/lib/typescript/component/AIA/atoms/Text/styles/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Text/types/index.d.ts +127 -0
- package/lib/typescript/component/AIA/atoms/Text/types/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/TextArea/TextArea.d.ts +15 -0
- package/lib/typescript/component/AIA/atoms/TextArea/TextArea.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/TextArea/config/index.d.ts +8 -0
- package/lib/typescript/component/AIA/atoms/TextArea/config/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/TextArea/index.d.ts +2 -0
- package/lib/typescript/component/AIA/atoms/TextArea/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/TextArea/styles/index.d.ts +79 -0
- package/lib/typescript/component/AIA/atoms/TextArea/styles/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/TextArea/types/index.d.ts +106 -0
- package/lib/typescript/component/AIA/atoms/TextArea/types/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/hooks/FontConfig/index.d.ts +2 -0
- package/lib/typescript/component/AIA/hooks/FontConfig/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/hooks/FontConfig/type/index.d.ts +44 -0
- package/lib/typescript/component/AIA/hooks/FontConfig/type/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/hooks/useCustomTheme/index.d.ts +2 -0
- package/lib/typescript/component/AIA/hooks/useCustomTheme/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/hooks/useCustomTheme/useCustomTheme.d.ts +16 -0
- package/lib/typescript/component/AIA/hooks/useCustomTheme/useCustomTheme.d.ts.map +1 -0
- package/lib/typescript/component/AIA/styles/aia-digital/border/borderRadius.d.ts +9 -0
- package/lib/typescript/component/AIA/styles/aia-digital/border/borderRadius.d.ts.map +1 -0
- package/lib/typescript/component/AIA/styles/aia-digital/border/borderWidth.d.ts +9 -0
- package/lib/typescript/component/AIA/styles/aia-digital/border/borderWidth.d.ts.map +1 -0
- package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderRadius.d.ts +14 -0
- package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderRadius.d.ts.map +1 -0
- package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderWidth.d.ts +5 -0
- package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderWidth.d.ts.map +1 -0
- package/lib/typescript/component/AIA/styles/aia-digital/border/index.d.ts +24 -0
- package/lib/typescript/component/AIA/styles/aia-digital/border/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/styles/aia-digital/colors/light.d.ts +140 -0
- package/lib/typescript/component/AIA/styles/aia-digital/colors/light.d.ts.map +1 -0
- package/lib/typescript/component/AIA/styles/aia-digital/size/componentSize.d.ts +35 -0
- package/lib/typescript/component/AIA/styles/aia-digital/size/componentSize.d.ts.map +1 -0
- package/lib/typescript/component/AIA/styles/aia-digital/size/index.d.ts +52 -0
- package/lib/typescript/component/AIA/styles/aia-digital/size/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/styles/aia-digital/size/size.d.ts +22 -0
- package/lib/typescript/component/AIA/styles/aia-digital/size/size.d.ts.map +1 -0
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/componentSpacing.d.ts +10 -0
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/componentSpacing.d.ts.map +1 -0
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/index.d.ts +24 -0
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/spacing.d.ts +19 -0
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/spacing.d.ts.map +1 -0
- package/lib/typescript/component/AIA/utils/Accessibility/index.d.ts +12 -0
- package/lib/typescript/component/AIA/utils/Accessibility/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/utils/Accessibility/types/index.d.ts +21 -0
- package/lib/typescript/component/AIA/utils/Accessibility/types/index.d.ts.map +1 -0
- package/lib/typescript/component/forms/CESForm.d.ts +18 -0
- package/lib/typescript/component/forms/CESForm.d.ts.map +1 -0
- package/lib/typescript/component/forms/CommentForm.d.ts +15 -0
- package/lib/typescript/component/forms/CommentForm.d.ts.map +1 -0
- package/lib/typescript/component/forms/EffortForm.d.ts +18 -0
- package/lib/typescript/component/forms/EffortForm.d.ts.map +1 -0
- package/lib/typescript/component/forms/ExternalForm.d.ts +8 -0
- package/lib/typescript/component/forms/ExternalForm.d.ts.map +1 -0
- package/lib/typescript/component/forms/NPSForm.d.ts +18 -0
- package/lib/typescript/component/forms/NPSForm.d.ts.map +1 -0
- package/lib/typescript/component/forms/PollForm.d.ts +17 -0
- package/lib/typescript/component/forms/PollForm.d.ts.map +1 -0
- package/lib/typescript/component/forms/PromptForm.d.ts +15 -0
- package/lib/typescript/component/forms/PromptForm.d.ts.map +1 -0
- package/lib/typescript/component/forms/SatisfactionForm.d.ts +20 -0
- package/lib/typescript/component/forms/SatisfactionForm.d.ts.map +1 -0
- package/lib/typescript/index.d.ts +3 -16
- package/lib/typescript/index.d.ts.map +1 -1
- package/lib/typescript/utils/constants.d.ts.map +1 -1
- package/lib/typescript/utils/networking.d.ts +1 -1
- package/lib/typescript/utils/networking.d.ts.map +1 -1
- package/package.json +6 -1
- package/lib/typescript/assets/CheckIcon.d.ts +0 -7
- package/lib/typescript/assets/CheckIcon.d.ts.map +0 -1
- package/lib/typescript/assets/PlusIcon.d.ts +0 -7
- package/lib/typescript/assets/PlusIcon.d.ts.map +0 -1
- package/lib/typescript/assets/StarIcon.d.ts +0 -7
- package/lib/typescript/assets/StarIcon.d.ts.map +0 -1
- package/lib/typescript/component/Button.d.ts +0 -30
- package/lib/typescript/component/Button.d.ts.map +0 -1
- package/lib/typescript/component/ButtonSubmit.d.ts +0 -119
- package/lib/typescript/component/ButtonSubmit.d.ts.map +0 -1
- package/lib/typescript/component/Input.d.ts +0 -112
- package/lib/typescript/component/Input.d.ts.map +0 -1
- package/lib/typescript/component/MultiSelectButtons.d.ts +0 -111
- package/lib/typescript/component/MultiSelectButtons.d.ts.map +0 -1
- package/lib/typescript/component/Rating.d.ts +0 -83
- package/lib/typescript/component/Rating.d.ts.map +0 -1
- package/lib/typescript/component/RatingNumber.d.ts +0 -135
- package/lib/typescript/component/RatingNumber.d.ts.map +0 -1
- package/lib/typescript/component/Textarea.d.ts +0 -115
- package/lib/typescript/component/Textarea.d.ts.map +0 -1
- package/lib/typescript/component/YesNoButtons.d.ts +0 -101
- package/lib/typescript/component/YesNoButtons.d.ts.map +0 -1
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.2" d="M118 105.176C118 104.791 116.691 104.421 114.304 104.084C106.468 102.965 86.9086 102.176 64.0156 102.176C50.415 102.176 37.9821 102.458 28.4941 102.915C26.9381 102.989 25.4529 103.074 24.0655 103.155C15.3328 103.688 10 104.396 10 105.176C10 105.83 13.7484 106.429 20.1215 106.923C24.1604 107.237 29.2651 107.502 35.1577 107.711C37.9821 107.809 40.9709 107.894 44.1114 107.963C46.4979 108.017 48.9539 108.059 51.4821 108.095C54.9825 108.14 58.6091 108.169 62.3575 108.176H63.9901C72.5314 108.176 80.6093 108.066 87.7844 107.873C88.8303 107.844 89.8748 107.812 90.8725 107.779C91.5272 107.76 92.1876 107.738 92.8423 107.712C98.7293 107.506 103.84 107.239 107.9 106.927C114.252 106.433 117.994 105.83 117.994 105.18" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M97.7493 37.04C96.485 34.3873 93.6859 32.9302 90.9743 33.6373C90.0037 32.3203 88.4966 31.3989 86.9305 31.1775C83.8421 30.7418 79.8573 32.2391 80.2626 35.4614C79.285 37.7185 79.5243 40.8257 81.4734 42.348C81.1153 45.3114 84.0885 47.9427 87.6064 47.5873C89.0225 49.5427 91.4823 50.6882 93.7832 50.24C94.3368 50.1337 95.1743 49.9319 95.3171 49.9569C95.1368 49.9382 99.3314 52.6837 102.223 47.7927C105.174 42.8025 102.269 37.2266 97.7493 37.04Z" fill="#C27057"/>
|
|
4
|
+
<path d="M86.1679 98.5571C86.1679 98.5571 85.9313 101.489 86.1242 102.443C86.2269 102.953 86.7965 104.002 86.5349 104.485C86.2733 104.964 85.9742 105.086 85.9742 105.086L79.2037 105.195C78.8331 105.2 79.0787 104.967 79.3742 104.752C79.8599 104.401 80.2554 104.167 81.809 103.426C81.909 103.376 82.2796 103.146 82.4135 103.069C82.7528 102.866 83.0885 102.545 83.3813 102.224C83.8671 101.693 83.9108 99.1116 83.9108 99.1116L86.1679 98.5607V98.5571Z" fill="#FFCABA"/>
|
|
5
|
+
<path d="M82.4136 103.062C84.2038 103.513 85.5297 103.209 86.2681 102.913C86.4574 103.445 86.7127 104.113 86.5788 104.497C86.4145 104.967 86.1993 105.179 85.994 105.182C84.3565 105.226 79.9824 105.179 78.7341 105.195C78.5591 105.195 78.4627 104.996 78.5752 104.865C78.8833 104.5 82.2797 103.14 82.4136 103.059" fill="#BF9B1D"/>
|
|
6
|
+
<path d="M80.8757 59.5793C80.8757 59.5793 77.9641 58.1445 78.5248 61.2632C79.0855 64.3864 83.3507 99.4847 83.3507 99.4847L87.3445 99.7052C87.3445 99.7052 87.8552 88.0034 87.7427 86.3222C87.6311 84.6409 86.9677 82.0418 86.9677 82.0418L86.6284 71.6588L82.8588 58.8418L80.8722 59.5766L80.8757 59.5793Z" fill="#0A57A8"/>
|
|
7
|
+
<path d="M97.6992 75.3947C97.6992 75.3947 99.7296 73.2652 100.18 72.4063C100.423 71.9456 100.641 70.7715 101.148 70.5634C101.654 70.3545 101.961 70.4509 101.961 70.4509L107.289 74.6357C107.578 74.8625 107.241 74.8902 106.877 74.8724C106.276 74.8375 105.825 74.7724 104.15 74.3679C104.04 74.3429 103.608 74.2866 103.455 74.2652C103.066 74.209 102.599 74.2429 102.173 74.309C101.46 74.4143 99.801 76.3947 99.801 76.3947L97.7019 75.4009L97.6992 75.3947Z" fill="#FFCABA"/>
|
|
8
|
+
<path d="M103.456 74.2581C102.351 72.7796 101.127 72.1849 100.368 71.9457C100.554 71.4135 100.759 70.7126 101.105 70.4983C101.528 70.2367 101.824 70.2894 101.986 70.4171C103.284 71.4162 106.677 74.1465 107.658 74.9189C107.795 75.0278 107.745 75.2421 107.575 75.2733C107.104 75.3608 103.608 74.2805 103.456 74.2581Z" fill="#BF9B1D"/>
|
|
9
|
+
<path d="M79.7017 60.7098C79.7017 60.7098 86.2302 57.8054 86.3329 58.1384C87.1517 60.775 89.6981 59.9259 91.2079 64.567C91.8401 66.5098 92.4909 79.4456 92.4909 79.4456C92.4909 79.4456 95.0651 77.3098 98.7454 73.5768C99.0276 73.2902 101.794 75.9215 101.794 75.9215C94.4892 85.7866 91.3392 86.3036 90.1213 85.7491C87.5776 84.5973 82.2106 68.4679 82.2204 68.4679C81.5758 67.2134 79.7017 60.7098 79.7017 60.7098Z" fill="#0C6DD2"/>
|
|
10
|
+
<path d="M78.499 38.3429C78.499 38.3429 76.0249 33.5831 75.6418 31.8349C75.257 30.0858 73.9311 21.2867 74.0418 20.7215C74.1552 20.1554 73.5356 19.8224 73.2757 19.3403C73.0168 18.8572 73.7356 17.826 73.2757 17.8679C72.8168 17.9081 72.1615 19.759 71.7677 20.084C71.374 20.4099 71.9463 29.3733 72.1954 31.6456C72.4463 33.917 75.5186 40.9063 75.5186 40.9063L78.4963 38.3429H78.499Z" fill="#FFCABA"/>
|
|
11
|
+
<path d="M73.8043 20.9248C73.774 20.64 76.4606 18.0882 76.0588 17.8623C75.657 17.6337 74.7508 19.2391 74.3463 18.9016C73.9392 18.5632 73.6267 13.9918 73.3133 14.1275C72.7284 14.3775 73.3954 16.931 73.1017 16.998C72.807 17.0659 72.6463 14.2668 72.1177 14.1971C71.5883 14.1257 72.5133 16.8319 72.3204 16.99C72.1302 17.1498 71.1097 14.5614 70.7186 14.9418C70.5061 15.1471 71.6767 17.2185 71.3383 17.2873C70.9999 17.3525 69.8597 15.9052 69.6401 16.165C69.4177 16.4239 70.7561 17.2507 70.9847 18.1891C71.2159 19.1275 71.8615 19.6882 71.7927 21.2873C71.7231 22.8855 73.8043 28.2918 73.8043 20.9248ZM90.5267 42.4882C90.5267 42.4882 99.9624 42.4757 101.983 42.3605C103.811 42.2543 111.064 42.4382 111.347 42.4069C111.631 42.373 113.505 39.2007 113.817 39.54C114.128 39.8793 112.773 41.115 113.191 41.4328C113.611 41.7534 118.113 41.0373 118.05 41.3703C117.938 41.9935 115.314 41.915 115.314 42.2141C115.314 42.5132 118.063 42.0462 118.249 42.5444C118.436 43.0418 115.606 42.7462 115.495 42.9703C115.383 43.1918 118.119 43.6025 117.838 44.0659C117.686 44.3185 115.416 43.6462 115.426 43.9882C115.438 44.331 117.095 45.1159 116.892 45.3864C116.69 45.6605 115.591 44.5462 114.628 44.5337C113.667 44.5177 112.979 44.0168 111.445 44.44C110.687 44.6489 104.901 45.3552 100.009 45.7721C94.9972 46.2025 90.8874 46.3364 90.8874 46.3364L90.5204 42.4882H90.5267Z" fill="#FFCABA"/>
|
|
12
|
+
<path d="M86.3516 42.0927C87.1792 41.6972 93.1596 41.8963 93.1596 41.8963C93.1596 41.8963 93.9944 46.0624 93.3185 47.0642C93.3185 47.0642 87.9703 47.8579 88.123 48.3008L86.3516 42.0954V42.0927Z" fill="#E00842"/>
|
|
13
|
+
<path d="M76.5329 49.1599C76.4079 47.6438 76.707 46.4795 76.7722 45.975C76.3151 44.4 75.3401 41.0438 74.9883 40.384C74.9883 40.384 76.6329 37.2268 78.3133 37.2491C78.3133 37.2491 80.032 41.1215 81.3588 41.8125C81.3767 41.8063 81.8285 42.0116 82.0276 42.0116C83.3106 42.0027 87.7901 41.8688 88.6276 41.8536L88.1579 48.2107C84.9106 54.5741 85.7919 57.9143 87.024 59.15C87.6061 59.7322 78.9204 62.0893 78.5222 61.267C78.0526 60.2956 76.7847 52.2232 76.5329 49.1634" fill="#E00842"/>
|
|
14
|
+
<path d="M84.7823 39.4151C84.7823 39.4151 84.6769 41.6883 84.7823 42.6347C84.8885 43.5811 83.8108 45.7981 81.8064 45.8383C79.801 45.8758 81.5135 43.7115 81.6876 42.7776C81.8626 41.8472 82.0742 38.2017 82.0742 38.2017L84.7796 39.4151H84.7823Z" fill="#FFCABA"/>
|
|
15
|
+
<path d="M82.0768 38.2017C82.0768 38.2017 82.0277 39.0481 81.959 40.0284C82.5911 40.782 83.5652 41.1677 84.7456 40.7106C84.7572 40.007 84.7858 39.4186 84.7858 39.4186L82.0804 38.2043L82.0768 38.2017Z" fill="#CCA295"/>
|
|
16
|
+
<path d="M84.9508 32.6472C84.9508 32.6472 86.0865 32.9864 86.7222 34.123C87.3597 35.2597 87.6276 38.4909 85.1776 39.823C82.7311 41.1561 81.0499 38.9177 81.1615 36.8534C81.274 34.7927 81.9026 32.0713 84.9472 32.6472" fill="#FFCABA"/>
|
|
17
|
+
<path d="M84.6079 32.5532C84.6079 32.5532 85.8508 35.9532 87.124 36.3363C88.3936 36.7193 88.2633 38.3782 88.2633 38.3782C88.2633 38.3782 88.4963 34.5434 87.3481 33.5809C86.199 32.6193 84.6115 32.5532 84.6115 32.5532" fill="#C27057"/>
|
|
18
|
+
<path d="M80.6732 36.1713C80.8384 36.682 81.2152 37.0186 81.5107 36.9213C81.8089 36.8248 81.9152 36.3329 81.75 35.823C81.5848 35.3123 81.2089 34.9757 80.9125 35.0721C80.6134 35.1686 80.508 35.6605 80.6732 36.1713ZM86.5634 36.9873C86.358 37.5096 86.4759 38.0489 86.8312 38.1882C87.1857 38.3284 87.6402 38.0177 87.8455 37.4945C88.0509 36.9713 87.933 36.4329 87.5777 36.2927C87.2232 36.1525 86.7687 36.4641 86.5634 36.9873Z" fill="#FFCABA"/>
|
|
19
|
+
<path d="M83.2071 34.714C82.9303 34.6399 82.6214 34.6551 82.3696 34.7917C82.5598 34.7827 82.7553 34.7765 82.9366 34.839C83.1357 34.9077 83.5053 35.2836 83.7268 35.1934C84.0786 35.0506 83.3125 34.7426 83.2071 34.714ZM85.3143 35.3899C85.4643 35.3899 85.617 35.4238 85.7348 35.514C85.8536 35.6015 85.9339 35.7417 85.9562 35.8881C85.825 35.7417 85.642 35.6452 85.4482 35.6167C85.3277 35.5979 84.8598 35.714 84.8357 35.6113C84.7884 35.4176 85.2178 35.3899 85.3143 35.3899ZM85.617 36.2551C85.483 36.3515 85.2928 36.3702 85.1437 36.2988C85.1161 36.2863 85.0875 36.2676 85.0661 36.2488C85.0036 36.1997 84.8857 36.047 84.9009 35.9622C85.0223 36.0122 85.1312 36.0899 85.25 36.1434C85.3089 36.1684 85.3714 36.1926 85.433 36.2113C85.4616 36.2211 85.592 36.2711 85.617 36.2551ZM83.3411 35.4399V35.4801C83.2009 35.5426 83.042 35.6051 82.9018 35.5452C82.8527 35.5238 82.8116 35.4863 82.7714 35.4488C82.2955 34.9631 83.3411 35.4488 83.3411 35.4426M84.1107 35.8845C83.867 36.3024 83.625 36.7158 83.3821 37.1336C83.3598 37.1702 83.3384 37.2113 83.3348 37.2551C83.3348 37.3104 83.3661 37.3667 83.4071 37.4068C83.4473 37.4506 83.4937 37.4881 83.5214 37.5381C83.5214 37.4693 83.5187 37.4006 83.5161 37.3292C83.5161 37.2702 83.5161 37.2113 83.525 37.1551C83.5375 37.0961 83.5589 37.0363 83.5839 36.9809C83.7339 36.6381 83.9045 36.3024 84.0732 35.9658M83.2045 38.1667C83.475 38.2756 83.7991 38.2818 84.0571 38.1417C83.958 38.2568 83.8518 38.3631 83.7214 38.4434C83.5937 38.522 83.4411 38.5711 83.2911 38.5559C83.0768 38.5336 82.8902 38.3881 82.7687 38.2068C82.6661 38.0551 82.5571 37.8336 82.5411 37.6533C82.6473 37.6961 82.75 37.8676 82.8428 37.9488C82.9518 38.039 83.0732 38.1167 83.2045 38.1702" fill="#CCA295"/>
|
|
20
|
+
<path d="M44.4314 89.0669C44.4314 89.0669 40.7984 91.6723 40.2261 92.4508C39.4011 93.5714 46.3841 95.6633 45.6207 94.3526C45.4466 94.0508 44.9421 93.0356 44.9207 92.9365C44.802 92.4035 46.2841 90.9651 46.2841 90.9651L44.4314 89.0669Z" fill="#DF967F"/>
|
|
21
|
+
<path d="M47.5083 96.5443L45.0386 93.0765C45.0386 93.0765 43.4985 92.7211 41.9163 90.9497C41.9163 90.9497 40.4967 91.4881 39.6226 92.6586C39.6226 92.6586 41.2752 94.4301 43.819 96.4229C43.819 96.4229 45.3288 97.7524 47.4145 98.4524C49.5002 99.1524 47.5083 96.5443 47.5083 96.5443Z" fill="#B30635"/>
|
|
22
|
+
<path d="M38.8726 62.2837L39.4485 65.1104L53.8993 78.1828L43.5547 88.5935L46.3467 91.4328C46.3467 91.4328 61.627 80.2747 62.1779 78.8113C63.0243 76.5604 51.2252 61.6479 51.2252 61.6479L38.8726 62.2801V62.2837Z" fill="#4645AB"/>
|
|
23
|
+
<path d="M28.7439 96.5874C28.7439 96.5874 25.1082 99.1937 24.5386 99.9713C23.7136 101.093 30.6966 103.187 29.9332 101.874C29.7591 101.572 29.2546 100.557 29.2332 100.458C29.1145 99.9258 30.5966 98.4874 30.5966 98.4874L28.7439 96.5874Z" fill="#DF967F"/>
|
|
24
|
+
<path d="M31.8234 104.077L29.3546 100.61C29.3546 100.61 27.7135 100.317 26.1323 98.5488C26.1323 98.5488 24.8091 99.0256 23.9341 100.196C23.9341 100.196 25.5877 101.968 28.1341 103.96C28.1341 103.96 29.6439 105.29 31.7296 105.99C33.8162 106.69 31.8234 104.082 31.8234 104.082V104.077Z" fill="#B30635"/>
|
|
25
|
+
<path d="M39.3668 63.5947L40.0141 81.4331L27.7944 96.3322L30.6587 98.9598C30.6587 98.9598 44.8462 86.8527 46.4025 83.4813C47.3676 81.3893 50.6203 62.4795 50.6203 62.4795L39.3668 63.5973V63.5947Z" fill="#5856D6"/>
|
|
26
|
+
<path d="M51.0257 62.131C49.8489 59.4908 49.9855 40.5783 45.4123 36.1479C43.8034 36.4185 42.6543 36.5685 42.3864 36.6399C42.1471 38.589 41.8855 45.7363 41.723 52.2899C41.6141 56.6551 41.7266 61.2346 41.1846 63.6471C40.8489 65.1417 52.0998 64.5408 51.0257 62.131Z" fill="#E9E5E1"/>
|
|
27
|
+
<path d="M14.0562 41.574C14.0562 41.574 14.5044 41.9668 14.6598 42.0883C14.8473 42.2285 15.4321 42.6079 15.4321 42.6079C15.4321 42.6079 17.5518 43.807 17.6241 43.6508C17.6955 43.4918 17.6919 43.0374 17.5866 42.9195C17.4803 42.7981 17.175 42.6767 17.0696 42.5552C16.9634 42.4365 16.9294 42.1936 17.0634 42.0597C17.1973 41.9258 17.9223 42.3213 17.9223 42.3213C17.9223 42.3213 18.5107 42.6454 18.7571 43.0374C19.6071 44.3954 19.3482 44.4758 19.4634 44.6445C19.5973 44.8463 22.5741 46.191 22.5741 46.191C22.5741 46.191 31.4714 49.8677 31.9509 50.0704H31.9571C32.0223 50.4785 31.8018 50.8579 31.6893 51.2195C31.4777 52.4829 31.0973 52.5668 30.808 53.7847C29.4446 53.099 19.9991 47.9222 19.0366 47.3838C19.0366 47.3838 17.5991 47.141 16.7018 46.957C15.8027 46.7731 15.0214 46.2097 14.7723 46.1195C14.7348 46.107 13.9312 45.7615 13.0473 45.0802C12.2848 44.4918 13.2687 44.7124 13.2687 44.7124C13.2687 44.7124 14.8687 45.5561 14.9116 45.4222C14.9428 45.3195 14.0437 44.9088 13.1937 44.2677C12.9759 44.1026 12.7607 43.9374 12.5652 43.7883C12.0509 43.3892 12.1384 42.9722 12.7419 43.3052C12.9536 43.424 13.3053 43.6258 13.5357 43.807C13.7848 43.9999 14.0714 44.1026 14.3053 44.2329C14.7687 44.4981 15.1018 44.6936 15.1018 44.6686C15.1018 44.6383 15.2294 44.6258 15.0027 44.4445C14.7312 44.2267 14.05 43.8847 13.6759 43.5329C13.4643 43.3329 12.9911 42.941 12.9911 42.941C12.9911 42.941 12.3875 42.2222 12.4187 42.1749C12.5768 41.9168 13.1286 42.2963 13.3839 42.6052C13.6446 42.7204 14.1303 43.1463 14.1303 43.1463C14.1303 43.1463 15.2982 43.7936 15.3884 43.6356C15.4259 43.5668 14.7562 43.0874 14.1714 42.5177C13.6259 41.9883 13.1625 41.3686 13.25 41.2508C13.3955 41.0481 14.0625 41.574 14.0625 41.574H14.0562ZM58.6669 12.9588C58.6669 12.9588 58.7161 13.5535 58.7214 13.7499C58.7214 13.9838 58.6786 14.6794 58.6786 14.6794C58.6786 14.6794 58.3794 17.0972 58.2125 17.0615C58.0437 17.0249 57.6794 16.7526 57.6464 16.5972C57.6116 16.441 57.6964 16.1222 57.6616 15.966C57.6286 15.8106 57.4544 15.6392 57.2669 15.6651C57.0786 15.6936 56.9652 16.5115 56.9652 16.5115C56.9652 16.5115 56.8768 17.1767 57.0437 17.607C57.6294 19.0981 57.8473 18.9383 57.9152 19.1311C57.9991 19.3606 57.3089 22.5517 57.3089 22.5517C57.3089 22.5517 57.5661 23.2686 57.4437 23.7722L57.8357 24.4338C58.1232 24.7294 58.3009 23.7981 58.6571 23.9222C59.6491 23.8579 59.6491 23.8579 60.0286 22.9169C60.2884 21.4124 60.2303 21.5124 60.3714 20.4195C60.3714 20.4195 61.0321 19.1195 61.4161 18.2892C61.8044 17.4561 61.8143 16.4945 61.8911 16.241C61.9036 16.2044 62.1036 15.3517 62.0812 14.2347C62.0634 13.2722 61.6536 14.1945 61.6536 14.1945C61.6536 14.1945 61.3803 15.982 61.2482 15.9383C61.1464 15.9026 61.3509 14.9338 61.3428 13.8695C61.3393 13.5972 61.3348 13.3267 61.3303 13.0794C61.3169 12.4294 60.9286 12.2499 60.8366 12.9356C60.8053 13.1767 60.758 13.5794 60.7669 13.8704C60.7732 14.1856 60.6866 14.4758 60.6536 14.7427C60.5911 15.2731 60.5509 15.6579 60.5303 15.6436C60.5098 15.6285 60.4196 15.7204 60.4107 15.4294C60.3973 15.0811 60.5268 14.3302 60.4661 13.8213C60.4321 13.532 60.3973 12.9177 60.3973 12.9177C60.3973 12.9177 60.1777 12.0044 60.1232 12.0008C59.8223 11.974 59.7982 12.6445 59.8955 13.032C59.8321 13.3097 59.8857 13.9552 59.8857 13.9552C59.8857 13.9552 59.7107 15.2785 59.5312 15.257C59.4544 15.2454 59.4661 14.4231 59.3571 13.6124C59.2544 12.8597 59.033 12.1186 58.8875 12.1186C58.6375 12.1151 58.6661 12.9642 58.6661 12.9642L58.6696 12.9588H58.6669Z" fill="#DF967F"/>
|
|
28
|
+
<path d="M46.4704 37.2571C46.4704 37.2571 48.3285 42.5115 49.8552 41.7553C51.3847 40.9981 59.9695 32.2946 60.0544 31.874C60.1392 31.4535 60.7338 20.7696 60.7338 20.7696L57.3365 20.0981L55.3847 28.8455C55.3847 28.8455 49.1017 34.8205 47.8285 35.408C46.5552 35.9955 46.4704 37.2571 46.4704 37.2571ZM38.641 37.6178C37.3588 37.9098 36.4124 38.1124 34.7276 40.5874C33.1151 42.9535 29.5383 48.5731 29.5383 48.5731L20.1151 44.4106L19.6758 49.158C19.6758 49.158 30.3383 54.6687 31.8419 54.174C33.3454 53.6758 37.5767 47.5303 37.8883 47.1133C37.9624 47.0169 37.5329 53.6785 37.5329 54.7437C37.5329 55.808 35.4874 65.0794 35.4874 65.0794C35.4874 65.0794 40.674 66.349 41.6865 64.0428C44.7901 56.9722 42.4088 36.6401 42.4088 36.6401C42.4088 36.6401 39.566 37.4124 38.641 37.624V37.6178Z" fill="#F7C926"/>
|
|
29
|
+
<path d="M51.4866 63.3946C52.5133 63.3946 52.8937 63.2544 53.5785 63.049C53.5785 63.049 51.6205 52.0749 50.4839 41.1946C50.0357 36.8955 49.6151 35.133 47.8348 35.4446C47.3178 35.5348 45.9232 36.0633 45.416 36.1482C49.8982 48.7562 49.9142 58.4633 50.5464 61.2749C50.8633 62.6883 51.141 63.4008 51.4892 63.3946H51.4866Z" fill="#F7C926"/>
|
|
30
|
+
<path d="M44.9366 34.2429L45.4062 36.1483C45.4062 36.1483 45.5125 37.8072 44.7402 37.9572C43.8062 38.1376 42.4178 36.7492 42.4178 36.7492L41.6143 31.376L44.9366 34.2465V34.2429Z" fill="#DF967F"/>
|
|
31
|
+
<path d="M41.624 31.397L44.9365 34.2425L45.2883 35.6657C44.0213 35.363 42.2151 33.9747 41.624 31.397Z" fill="#B27866"/>
|
|
32
|
+
<path d="M44.9492 26.457C45.7492 26.457 46.4716 27.0079 46.7546 27.8017C46.9876 28.4615 47.2867 29.4392 47.4769 30.5597C47.8287 32.6276 46.6457 34.5169 45.6153 34.6695C44.585 34.8186 42.1341 34.1427 41.593 31.2169C41.3591 29.9624 41.0546 28.3186 42.0912 27.4526C42.8975 26.7802 44.0269 26.4633 44.9492 26.4597V26.457Z" fill="#DF967F"/>
|
|
33
|
+
<path d="M41.9258 33.4428C41.9258 33.4428 38.2954 30.2267 38.1365 27.7142C37.9785 25.2017 40.3133 23.857 42.3053 23.7856C43.2079 23.7544 43.8151 23.7945 44.7463 23.9097C46.7445 24.1624 48.0401 25.0428 47.5856 26.6713C46.9722 28.857 42.8258 27.0142 41.9758 27.6928C41.2749 28.2526 42.4115 29.6008 41.7294 30.1151C41.0919 30.5972 41.4151 30.4356 41.6267 31.3535C41.8383 32.2722 41.9195 33.4454 41.9195 33.4454L41.9258 33.4428Z" fill="#0C6DD2"/>
|
|
34
|
+
<path d="M39.9833 30.6786C40.0984 31.2108 40.6306 31.5465 41.169 31.4286C41.7074 31.3099 42.0502 30.784 41.935 30.2519C41.8199 29.7197 41.2841 29.3831 40.7493 29.5019C40.21 29.6197 39.8681 30.1456 39.9833 30.6786Z" fill="#DF967F"/>
|
|
35
|
+
<path d="M44.4998 29.1747C44.1177 29.0158 43.6561 28.9533 43.3043 29.1747C43.0311 29.3452 42.8722 29.6604 42.8159 29.98C43.1766 29.5229 43.8525 29.3488 44.3882 29.5756C44.5186 29.6318 44.6436 29.7095 44.7838 29.7256C44.9856 29.7506 45.1356 29.6443 45.0141 29.4667C44.924 29.3327 44.64 29.2363 44.4972 29.1774L44.4998 29.1747ZM46.1775 29.0372C46.4677 28.972 46.8097 29.0533 46.9775 29.2988C46.8695 29.2586 46.757 29.2309 46.6418 29.2122C46.5356 29.1961 46.4266 29.1899 46.3275 29.2274C46.1775 29.2836 46.0811 29.4265 45.9659 29.5417C45.8543 29.6568 45.6802 29.7506 45.5365 29.6792C45.1409 29.4792 46.0132 29.072 46.1748 29.0372H46.1775ZM46.1507 31.3363C46.3061 31.6872 46.1293 32.0961 45.7686 32.2256C45.5918 32.289 45.407 32.33 45.2195 32.347C45.2007 32.2997 45.1945 32.2434 45.207 32.1943C45.4597 32.1381 45.7579 32.0381 45.8141 31.789C45.8418 31.6711 45.8052 31.5533 45.7704 31.4381C45.6775 31.1265 45.3909 30.4042 45.5802 30.105C45.6347 30.1747 45.932 30.8399 46.1507 31.3363ZM45.4748 32.6765C45.0793 32.7604 44.6561 32.7479 44.2918 32.5774C44.3945 32.8354 44.5472 33.0809 44.7623 33.2586C44.9802 33.4327 45.2668 33.5327 45.54 33.4827C45.8552 33.4265 46.3338 33.0872 46.3463 32.7327C46.3623 32.2309 45.724 32.6238 45.4713 32.6765H45.4748ZM43.2373 30.055C43.4186 30.1372 43.6034 30.2211 43.7847 30.3033C43.9588 30.3809 44.1659 30.4649 44.3177 30.439C44.5204 30.4015 44.6034 30.1104 44.274 30.005C43.9757 29.9104 43.5338 30.189 43.2373 30.055ZM46.6918 29.5693C46.4891 29.7131 46.2311 29.772 45.9882 29.7283C45.982 29.7783 46.007 29.8247 46.032 29.8658C46.1159 30.0059 46.2275 30.1613 46.39 30.1675C46.5177 30.1738 46.6329 30.08 46.6918 29.9649C46.7507 29.8533 46.7632 29.722 46.7757 29.5943" fill="#B27866"/>
|
|
36
|
+
</svg>
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.2" d="M118 105.176C118 104.791 116.691 104.421 114.304 104.084C106.468 102.965 86.9086 102.176 64.0156 102.176C50.415 102.176 37.9821 102.458 28.4941 102.915C26.9381 102.989 25.4529 103.074 24.0655 103.155C15.3328 103.688 10 104.396 10 105.176C10 105.83 13.7484 106.429 20.1215 106.923C24.1604 107.237 29.2651 107.502 35.1577 107.711C37.9821 107.809 40.9709 107.894 44.1114 107.963C46.4979 108.017 48.9539 108.059 51.4821 108.095C54.9825 108.14 58.6091 108.169 62.3575 108.176H63.9901C72.5314 108.176 80.6093 108.066 87.7844 107.873C88.8303 107.844 89.8748 107.812 90.8725 107.779C91.5272 107.76 92.1876 107.738 92.8423 107.712C98.7293 107.506 103.84 107.239 107.9 106.927C114.252 106.433 117.994 105.83 117.994 105.18" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M97.7493 37.04C96.485 34.3873 93.6859 32.9302 90.9743 33.6373C90.0037 32.3203 88.4966 31.3989 86.9305 31.1775C83.8421 30.7418 79.8573 32.2391 80.2626 35.4614C79.285 37.7185 79.5243 40.8257 81.4734 42.348C81.1153 45.3114 84.0885 47.9427 87.6064 47.5873C89.0225 49.5427 91.4823 50.6882 93.7832 50.24C94.3368 50.1337 95.1743 49.9319 95.3171 49.9569C95.1368 49.9382 99.3314 52.6837 102.223 47.7927C105.174 42.8025 102.269 37.2266 97.7493 37.04Z" fill="#C27057"/>
|
|
4
|
+
<path d="M86.1679 98.5571C86.1679 98.5571 85.9313 101.489 86.1242 102.443C86.2269 102.953 86.7965 104.002 86.5349 104.485C86.2733 104.964 85.9742 105.086 85.9742 105.086L79.2037 105.195C78.8331 105.2 79.0787 104.967 79.3742 104.752C79.8599 104.401 80.2554 104.167 81.809 103.426C81.909 103.376 82.2796 103.146 82.4135 103.069C82.7528 102.866 83.0885 102.545 83.3813 102.224C83.8671 101.693 83.9108 99.1116 83.9108 99.1116L86.1679 98.5607V98.5571Z" fill="#FFCABA"/>
|
|
5
|
+
<path d="M82.4136 103.062C84.2038 103.513 85.5297 103.209 86.2681 102.913C86.4574 103.445 86.7127 104.113 86.5788 104.497C86.4145 104.967 86.1993 105.179 85.994 105.182C84.3565 105.226 79.9824 105.179 78.7341 105.195C78.5591 105.195 78.4627 104.996 78.5752 104.865C78.8833 104.5 82.2797 103.14 82.4136 103.059" fill="#BF9B1D"/>
|
|
6
|
+
<path d="M80.8757 59.5793C80.8757 59.5793 77.9641 58.1445 78.5248 61.2632C79.0855 64.3864 83.3507 99.4847 83.3507 99.4847L87.3445 99.7052C87.3445 99.7052 87.8552 88.0034 87.7427 86.3222C87.6311 84.6409 86.9677 82.0418 86.9677 82.0418L86.6284 71.6588L82.8588 58.8418L80.8722 59.5766L80.8757 59.5793Z" fill="#0A57A8"/>
|
|
7
|
+
<path d="M97.6992 75.3947C97.6992 75.3947 99.7296 73.2652 100.18 72.4063C100.423 71.9456 100.641 70.7715 101.148 70.5634C101.654 70.3545 101.961 70.4509 101.961 70.4509L107.289 74.6357C107.578 74.8625 107.241 74.8902 106.877 74.8724C106.276 74.8375 105.825 74.7724 104.15 74.3679C104.04 74.3429 103.608 74.2866 103.455 74.2652C103.066 74.209 102.599 74.2429 102.173 74.309C101.46 74.4143 99.801 76.3947 99.801 76.3947L97.7019 75.4009L97.6992 75.3947Z" fill="#FFCABA"/>
|
|
8
|
+
<path d="M103.456 74.2581C102.351 72.7796 101.127 72.1849 100.368 71.9457C100.554 71.4135 100.759 70.7126 101.105 70.4983C101.528 70.2367 101.824 70.2894 101.986 70.4171C103.284 71.4162 106.677 74.1465 107.658 74.9189C107.795 75.0278 107.745 75.2421 107.575 75.2733C107.104 75.3608 103.608 74.2805 103.456 74.2581Z" fill="#BF9B1D"/>
|
|
9
|
+
<path d="M79.7017 60.7098C79.7017 60.7098 86.2302 57.8054 86.3329 58.1384C87.1517 60.775 89.6981 59.9259 91.2079 64.567C91.8401 66.5098 92.4909 79.4456 92.4909 79.4456C92.4909 79.4456 95.0651 77.3098 98.7454 73.5768C99.0276 73.2902 101.794 75.9215 101.794 75.9215C94.4892 85.7866 91.3392 86.3036 90.1213 85.7491C87.5776 84.5973 82.2106 68.4679 82.2204 68.4679C81.5758 67.2134 79.7017 60.7098 79.7017 60.7098Z" fill="#0C6DD2"/>
|
|
10
|
+
<path d="M78.499 38.3429C78.499 38.3429 76.0249 33.5831 75.6418 31.8349C75.257 30.0858 73.9311 21.2867 74.0418 20.7215C74.1552 20.1554 73.5356 19.8224 73.2757 19.3403C73.0168 18.8572 73.7356 17.826 73.2757 17.8679C72.8168 17.9081 72.1615 19.759 71.7677 20.084C71.374 20.4099 71.9463 29.3733 72.1954 31.6456C72.4463 33.917 75.5186 40.9063 75.5186 40.9063L78.4963 38.3429H78.499Z" fill="#FFCABA"/>
|
|
11
|
+
<path d="M73.8043 20.9248C73.774 20.64 76.4606 18.0882 76.0588 17.8623C75.657 17.6337 74.7508 19.2391 74.3463 18.9016C73.9392 18.5632 73.6267 13.9918 73.3133 14.1275C72.7284 14.3775 73.3954 16.931 73.1017 16.998C72.807 17.0659 72.6463 14.2668 72.1177 14.1971C71.5883 14.1257 72.5133 16.8319 72.3204 16.99C72.1302 17.1498 71.1097 14.5614 70.7186 14.9418C70.5061 15.1471 71.6767 17.2185 71.3383 17.2873C70.9999 17.3525 69.8597 15.9052 69.6401 16.165C69.4177 16.4239 70.7561 17.2507 70.9847 18.1891C71.2159 19.1275 71.8615 19.6882 71.7927 21.2873C71.7231 22.8855 73.8043 28.2918 73.8043 20.9248ZM90.5267 42.4882C90.5267 42.4882 99.9624 42.4757 101.983 42.3605C103.811 42.2543 111.064 42.4382 111.347 42.4069C111.631 42.373 113.505 39.2007 113.817 39.54C114.128 39.8793 112.773 41.115 113.191 41.4328C113.611 41.7534 118.113 41.0373 118.05 41.3703C117.938 41.9935 115.314 41.915 115.314 42.2141C115.314 42.5132 118.063 42.0462 118.249 42.5444C118.436 43.0418 115.606 42.7462 115.495 42.9703C115.383 43.1918 118.119 43.6025 117.838 44.0659C117.686 44.3185 115.416 43.6462 115.426 43.9882C115.438 44.331 117.095 45.1159 116.892 45.3864C116.69 45.6605 115.591 44.5462 114.628 44.5337C113.667 44.5177 112.979 44.0168 111.445 44.44C110.687 44.6489 104.901 45.3552 100.009 45.7721C94.9972 46.2025 90.8874 46.3364 90.8874 46.3364L90.5204 42.4882H90.5267Z" fill="#FFCABA"/>
|
|
12
|
+
<path d="M86.3516 42.0927C87.1792 41.6972 93.1596 41.8963 93.1596 41.8963C93.1596 41.8963 93.9944 46.0624 93.3185 47.0642C93.3185 47.0642 87.9703 47.8579 88.123 48.3008L86.3516 42.0954V42.0927Z" fill="#E00842"/>
|
|
13
|
+
<path d="M76.5329 49.1599C76.4079 47.6438 76.707 46.4795 76.7722 45.975C76.3151 44.4 75.3401 41.0438 74.9883 40.384C74.9883 40.384 76.6329 37.2268 78.3133 37.2491C78.3133 37.2491 80.032 41.1215 81.3588 41.8125C81.3767 41.8063 81.8285 42.0116 82.0276 42.0116C83.3106 42.0027 87.7901 41.8688 88.6276 41.8536L88.1579 48.2107C84.9106 54.5741 85.7919 57.9143 87.024 59.15C87.6061 59.7322 78.9204 62.0893 78.5222 61.267C78.0526 60.2956 76.7847 52.2232 76.5329 49.1634" fill="#E00842"/>
|
|
14
|
+
<path d="M84.7823 39.4151C84.7823 39.4151 84.6769 41.6883 84.7823 42.6347C84.8885 43.5811 83.8108 45.7981 81.8064 45.8383C79.801 45.8758 81.5135 43.7115 81.6876 42.7776C81.8626 41.8472 82.0742 38.2017 82.0742 38.2017L84.7796 39.4151H84.7823Z" fill="#FFCABA"/>
|
|
15
|
+
<path d="M82.0768 38.2017C82.0768 38.2017 82.0277 39.0481 81.959 40.0284C82.5911 40.782 83.5652 41.1677 84.7456 40.7106C84.7572 40.007 84.7858 39.4186 84.7858 39.4186L82.0804 38.2043L82.0768 38.2017Z" fill="#CCA295"/>
|
|
16
|
+
<path d="M84.9508 32.6472C84.9508 32.6472 86.0865 32.9864 86.7222 34.123C87.3597 35.2597 87.6276 38.4909 85.1776 39.823C82.7311 41.1561 81.0499 38.9177 81.1615 36.8534C81.274 34.7927 81.9026 32.0713 84.9472 32.6472" fill="#FFCABA"/>
|
|
17
|
+
<path d="M84.6079 32.5532C84.6079 32.5532 85.8508 35.9532 87.124 36.3363C88.3936 36.7193 88.2633 38.3782 88.2633 38.3782C88.2633 38.3782 88.4963 34.5434 87.3481 33.5809C86.199 32.6193 84.6115 32.5532 84.6115 32.5532" fill="#C27057"/>
|
|
18
|
+
<path d="M80.6732 36.1713C80.8384 36.682 81.2152 37.0186 81.5107 36.9213C81.8089 36.8248 81.9152 36.3329 81.75 35.823C81.5848 35.3123 81.2089 34.9757 80.9125 35.0721C80.6134 35.1686 80.508 35.6605 80.6732 36.1713ZM86.5634 36.9873C86.358 37.5096 86.4759 38.0489 86.8312 38.1882C87.1857 38.3284 87.6402 38.0177 87.8455 37.4945C88.0509 36.9713 87.933 36.4329 87.5777 36.2927C87.2232 36.1525 86.7687 36.4641 86.5634 36.9873Z" fill="#FFCABA"/>
|
|
19
|
+
<path d="M83.2071 34.714C82.9303 34.6399 82.6214 34.6551 82.3696 34.7917C82.5598 34.7827 82.7553 34.7765 82.9366 34.839C83.1357 34.9077 83.5053 35.2836 83.7268 35.1934C84.0786 35.0506 83.3125 34.7426 83.2071 34.714ZM85.3143 35.3899C85.4643 35.3899 85.617 35.4238 85.7348 35.514C85.8536 35.6015 85.9339 35.7417 85.9562 35.8881C85.825 35.7417 85.642 35.6452 85.4482 35.6167C85.3277 35.5979 84.8598 35.714 84.8357 35.6113C84.7884 35.4176 85.2178 35.3899 85.3143 35.3899ZM85.617 36.2551C85.483 36.3515 85.2928 36.3702 85.1437 36.2988C85.1161 36.2863 85.0875 36.2676 85.0661 36.2488C85.0036 36.1997 84.8857 36.047 84.9009 35.9622C85.0223 36.0122 85.1312 36.0899 85.25 36.1434C85.3089 36.1684 85.3714 36.1926 85.433 36.2113C85.4616 36.2211 85.592 36.2711 85.617 36.2551ZM83.3411 35.4399V35.4801C83.2009 35.5426 83.042 35.6051 82.9018 35.5452C82.8527 35.5238 82.8116 35.4863 82.7714 35.4488C82.2955 34.9631 83.3411 35.4488 83.3411 35.4426M84.1107 35.8845C83.867 36.3024 83.625 36.7158 83.3821 37.1336C83.3598 37.1702 83.3384 37.2113 83.3348 37.2551C83.3348 37.3104 83.3661 37.3667 83.4071 37.4068C83.4473 37.4506 83.4937 37.4881 83.5214 37.5381C83.5214 37.4693 83.5187 37.4006 83.5161 37.3292C83.5161 37.2702 83.5161 37.2113 83.525 37.1551C83.5375 37.0961 83.5589 37.0363 83.5839 36.9809C83.7339 36.6381 83.9045 36.3024 84.0732 35.9658M83.2045 38.1667C83.475 38.2756 83.7991 38.2818 84.0571 38.1417C83.958 38.2568 83.8518 38.3631 83.7214 38.4434C83.5937 38.522 83.4411 38.5711 83.2911 38.5559C83.0768 38.5336 82.8902 38.3881 82.7687 38.2068C82.6661 38.0551 82.5571 37.8336 82.5411 37.6533C82.6473 37.6961 82.75 37.8676 82.8428 37.9488C82.9518 38.039 83.0732 38.1167 83.2045 38.1702" fill="#CCA295"/>
|
|
20
|
+
<path d="M44.4314 89.0669C44.4314 89.0669 40.7984 91.6723 40.2261 92.4508C39.4011 93.5714 46.3841 95.6633 45.6207 94.3526C45.4466 94.0508 44.9421 93.0356 44.9207 92.9365C44.802 92.4035 46.2841 90.9651 46.2841 90.9651L44.4314 89.0669Z" fill="#DF967F"/>
|
|
21
|
+
<path d="M47.5083 96.5443L45.0386 93.0765C45.0386 93.0765 43.4985 92.7211 41.9163 90.9497C41.9163 90.9497 40.4967 91.4881 39.6226 92.6586C39.6226 92.6586 41.2752 94.4301 43.819 96.4229C43.819 96.4229 45.3288 97.7524 47.4145 98.4524C49.5002 99.1524 47.5083 96.5443 47.5083 96.5443Z" fill="#B30635"/>
|
|
22
|
+
<path d="M38.8726 62.2837L39.4485 65.1104L53.8993 78.1828L43.5547 88.5935L46.3467 91.4328C46.3467 91.4328 61.627 80.2747 62.1779 78.8113C63.0243 76.5604 51.2252 61.6479 51.2252 61.6479L38.8726 62.2801V62.2837Z" fill="#4645AB"/>
|
|
23
|
+
<path d="M28.7439 96.5874C28.7439 96.5874 25.1082 99.1937 24.5386 99.9713C23.7136 101.093 30.6966 103.187 29.9332 101.874C29.7591 101.572 29.2546 100.557 29.2332 100.458C29.1145 99.9258 30.5966 98.4874 30.5966 98.4874L28.7439 96.5874Z" fill="#DF967F"/>
|
|
24
|
+
<path d="M31.8234 104.077L29.3546 100.61C29.3546 100.61 27.7135 100.317 26.1323 98.5488C26.1323 98.5488 24.8091 99.0256 23.9341 100.196C23.9341 100.196 25.5877 101.968 28.1341 103.96C28.1341 103.96 29.6439 105.29 31.7296 105.99C33.8162 106.69 31.8234 104.082 31.8234 104.082V104.077Z" fill="#B30635"/>
|
|
25
|
+
<path d="M39.3668 63.5947L40.0141 81.4331L27.7944 96.3322L30.6587 98.9598C30.6587 98.9598 44.8462 86.8527 46.4025 83.4813C47.3676 81.3893 50.6203 62.4795 50.6203 62.4795L39.3668 63.5973V63.5947Z" fill="#5856D6"/>
|
|
26
|
+
<path d="M51.0257 62.131C49.8489 59.4908 49.9855 40.5783 45.4123 36.1479C43.8034 36.4185 42.6543 36.5685 42.3864 36.6399C42.1471 38.589 41.8855 45.7363 41.723 52.2899C41.6141 56.6551 41.7266 61.2346 41.1846 63.6471C40.8489 65.1417 52.0998 64.5408 51.0257 62.131Z" fill="#E9E5E1"/>
|
|
27
|
+
<path d="M14.0562 41.574C14.0562 41.574 14.5044 41.9668 14.6598 42.0883C14.8473 42.2285 15.4321 42.6079 15.4321 42.6079C15.4321 42.6079 17.5518 43.807 17.6241 43.6508C17.6955 43.4918 17.6919 43.0374 17.5866 42.9195C17.4803 42.7981 17.175 42.6767 17.0696 42.5552C16.9634 42.4365 16.9294 42.1936 17.0634 42.0597C17.1973 41.9258 17.9223 42.3213 17.9223 42.3213C17.9223 42.3213 18.5107 42.6454 18.7571 43.0374C19.6071 44.3954 19.3482 44.4758 19.4634 44.6445C19.5973 44.8463 22.5741 46.191 22.5741 46.191C22.5741 46.191 31.4714 49.8677 31.9509 50.0704H31.9571C32.0223 50.4785 31.8018 50.8579 31.6893 51.2195C31.4777 52.4829 31.0973 52.5668 30.808 53.7847C29.4446 53.099 19.9991 47.9222 19.0366 47.3838C19.0366 47.3838 17.5991 47.141 16.7018 46.957C15.8027 46.7731 15.0214 46.2097 14.7723 46.1195C14.7348 46.107 13.9312 45.7615 13.0473 45.0802C12.2848 44.4918 13.2687 44.7124 13.2687 44.7124C13.2687 44.7124 14.8687 45.5561 14.9116 45.4222C14.9428 45.3195 14.0437 44.9088 13.1937 44.2677C12.9759 44.1026 12.7607 43.9374 12.5652 43.7883C12.0509 43.3892 12.1384 42.9722 12.7419 43.3052C12.9536 43.424 13.3053 43.6258 13.5357 43.807C13.7848 43.9999 14.0714 44.1026 14.3053 44.2329C14.7687 44.4981 15.1018 44.6936 15.1018 44.6686C15.1018 44.6383 15.2294 44.6258 15.0027 44.4445C14.7312 44.2267 14.05 43.8847 13.6759 43.5329C13.4643 43.3329 12.9911 42.941 12.9911 42.941C12.9911 42.941 12.3875 42.2222 12.4187 42.1749C12.5768 41.9168 13.1286 42.2963 13.3839 42.6052C13.6446 42.7204 14.1303 43.1463 14.1303 43.1463C14.1303 43.1463 15.2982 43.7936 15.3884 43.6356C15.4259 43.5668 14.7562 43.0874 14.1714 42.5177C13.6259 41.9883 13.1625 41.3686 13.25 41.2508C13.3955 41.0481 14.0625 41.574 14.0625 41.574H14.0562ZM58.6669 12.9588C58.6669 12.9588 58.7161 13.5535 58.7214 13.7499C58.7214 13.9838 58.6786 14.6794 58.6786 14.6794C58.6786 14.6794 58.3794 17.0972 58.2125 17.0615C58.0437 17.0249 57.6794 16.7526 57.6464 16.5972C57.6116 16.441 57.6964 16.1222 57.6616 15.966C57.6286 15.8106 57.4544 15.6392 57.2669 15.6651C57.0786 15.6936 56.9652 16.5115 56.9652 16.5115C56.9652 16.5115 56.8768 17.1767 57.0437 17.607C57.6294 19.0981 57.8473 18.9383 57.9152 19.1311C57.9991 19.3606 57.3089 22.5517 57.3089 22.5517C57.3089 22.5517 57.5661 23.2686 57.4437 23.7722L57.8357 24.4338C58.1232 24.7294 58.3009 23.7981 58.6571 23.9222C59.6491 23.8579 59.6491 23.8579 60.0286 22.9169C60.2884 21.4124 60.2303 21.5124 60.3714 20.4195C60.3714 20.4195 61.0321 19.1195 61.4161 18.2892C61.8044 17.4561 61.8143 16.4945 61.8911 16.241C61.9036 16.2044 62.1036 15.3517 62.0812 14.2347C62.0634 13.2722 61.6536 14.1945 61.6536 14.1945C61.6536 14.1945 61.3803 15.982 61.2482 15.9383C61.1464 15.9026 61.3509 14.9338 61.3428 13.8695C61.3393 13.5972 61.3348 13.3267 61.3303 13.0794C61.3169 12.4294 60.9286 12.2499 60.8366 12.9356C60.8053 13.1767 60.758 13.5794 60.7669 13.8704C60.7732 14.1856 60.6866 14.4758 60.6536 14.7427C60.5911 15.2731 60.5509 15.6579 60.5303 15.6436C60.5098 15.6285 60.4196 15.7204 60.4107 15.4294C60.3973 15.0811 60.5268 14.3302 60.4661 13.8213C60.4321 13.532 60.3973 12.9177 60.3973 12.9177C60.3973 12.9177 60.1777 12.0044 60.1232 12.0008C59.8223 11.974 59.7982 12.6445 59.8955 13.032C59.8321 13.3097 59.8857 13.9552 59.8857 13.9552C59.8857 13.9552 59.7107 15.2785 59.5312 15.257C59.4544 15.2454 59.4661 14.4231 59.3571 13.6124C59.2544 12.8597 59.033 12.1186 58.8875 12.1186C58.6375 12.1151 58.6661 12.9642 58.6661 12.9642L58.6696 12.9588H58.6669Z" fill="#DF967F"/>
|
|
28
|
+
<path d="M46.4704 37.2571C46.4704 37.2571 48.3285 42.5115 49.8552 41.7553C51.3847 40.9981 59.9695 32.2946 60.0544 31.874C60.1392 31.4535 60.7338 20.7696 60.7338 20.7696L57.3365 20.0981L55.3847 28.8455C55.3847 28.8455 49.1017 34.8205 47.8285 35.408C46.5552 35.9955 46.4704 37.2571 46.4704 37.2571ZM38.641 37.6178C37.3588 37.9098 36.4124 38.1124 34.7276 40.5874C33.1151 42.9535 29.5383 48.5731 29.5383 48.5731L20.1151 44.4106L19.6758 49.158C19.6758 49.158 30.3383 54.6687 31.8419 54.174C33.3454 53.6758 37.5767 47.5303 37.8883 47.1133C37.9624 47.0169 37.5329 53.6785 37.5329 54.7437C37.5329 55.808 35.4874 65.0794 35.4874 65.0794C35.4874 65.0794 40.674 66.349 41.6865 64.0428C44.7901 56.9722 42.4088 36.6401 42.4088 36.6401C42.4088 36.6401 39.566 37.4124 38.641 37.624V37.6178Z" fill="#F7C926"/>
|
|
29
|
+
<path d="M51.4866 63.3946C52.5133 63.3946 52.8937 63.2544 53.5785 63.049C53.5785 63.049 51.6205 52.0749 50.4839 41.1946C50.0357 36.8955 49.6151 35.133 47.8348 35.4446C47.3178 35.5348 45.9232 36.0633 45.416 36.1482C49.8982 48.7562 49.9142 58.4633 50.5464 61.2749C50.8633 62.6883 51.141 63.4008 51.4892 63.3946H51.4866Z" fill="#F7C926"/>
|
|
30
|
+
<path d="M44.9366 34.2429L45.4062 36.1483C45.4062 36.1483 45.5125 37.8072 44.7402 37.9572C43.8062 38.1376 42.4178 36.7492 42.4178 36.7492L41.6143 31.376L44.9366 34.2465V34.2429Z" fill="#DF967F"/>
|
|
31
|
+
<path d="M41.624 31.397L44.9365 34.2425L45.2883 35.6657C44.0213 35.363 42.2151 33.9747 41.624 31.397Z" fill="#B27866"/>
|
|
32
|
+
<path d="M44.9492 26.457C45.7492 26.457 46.4716 27.0079 46.7546 27.8017C46.9876 28.4615 47.2867 29.4392 47.4769 30.5597C47.8287 32.6276 46.6457 34.5169 45.6153 34.6695C44.585 34.8186 42.1341 34.1427 41.593 31.2169C41.3591 29.9624 41.0546 28.3186 42.0912 27.4526C42.8975 26.7802 44.0269 26.4633 44.9492 26.4597V26.457Z" fill="#DF967F"/>
|
|
33
|
+
<path d="M41.9258 33.4428C41.9258 33.4428 38.2954 30.2267 38.1365 27.7142C37.9785 25.2017 40.3133 23.857 42.3053 23.7856C43.2079 23.7544 43.8151 23.7945 44.7463 23.9097C46.7445 24.1624 48.0401 25.0428 47.5856 26.6713C46.9722 28.857 42.8258 27.0142 41.9758 27.6928C41.2749 28.2526 42.4115 29.6008 41.7294 30.1151C41.0919 30.5972 41.4151 30.4356 41.6267 31.3535C41.8383 32.2722 41.9195 33.4454 41.9195 33.4454L41.9258 33.4428Z" fill="#333D47"/>
|
|
34
|
+
<path d="M39.9833 30.6786C40.0984 31.2108 40.6306 31.5465 41.169 31.4286C41.7074 31.3099 42.0502 30.784 41.935 30.2519C41.8199 29.7197 41.2841 29.3831 40.7493 29.5019C40.21 29.6197 39.8681 30.1456 39.9833 30.6786Z" fill="#DF967F"/>
|
|
35
|
+
<path d="M44.4998 29.1747C44.1177 29.0158 43.6561 28.9533 43.3043 29.1747C43.0311 29.3452 42.8722 29.6604 42.8159 29.98C43.1766 29.5229 43.8525 29.3488 44.3882 29.5756C44.5186 29.6318 44.6436 29.7095 44.7838 29.7256C44.9856 29.7506 45.1356 29.6443 45.0141 29.4667C44.924 29.3327 44.64 29.2363 44.4972 29.1774L44.4998 29.1747ZM46.1775 29.0372C46.4677 28.972 46.8097 29.0533 46.9775 29.2988C46.8695 29.2586 46.757 29.2309 46.6418 29.2122C46.5356 29.1961 46.4266 29.1899 46.3275 29.2274C46.1775 29.2836 46.0811 29.4265 45.9659 29.5417C45.8543 29.6568 45.6802 29.7506 45.5365 29.6792C45.1409 29.4792 46.0132 29.072 46.1748 29.0372H46.1775ZM46.1507 31.3363C46.3061 31.6872 46.1293 32.0961 45.7686 32.2256C45.5918 32.289 45.407 32.33 45.2195 32.347C45.2007 32.2997 45.1945 32.2434 45.207 32.1943C45.4597 32.1381 45.7579 32.0381 45.8141 31.789C45.8418 31.6711 45.8052 31.5533 45.7704 31.4381C45.6775 31.1265 45.3909 30.4042 45.5802 30.105C45.6347 30.1747 45.932 30.8399 46.1507 31.3363ZM45.4748 32.6765C45.0793 32.7604 44.6561 32.7479 44.2918 32.5774C44.3945 32.8354 44.5472 33.0809 44.7623 33.2586C44.9802 33.4327 45.2668 33.5327 45.54 33.4827C45.8552 33.4265 46.3338 33.0872 46.3463 32.7327C46.3623 32.2309 45.724 32.6238 45.4713 32.6765H45.4748ZM43.2373 30.055C43.4186 30.1372 43.6034 30.2211 43.7847 30.3033C43.9588 30.3809 44.1659 30.4649 44.3177 30.439C44.5204 30.4015 44.6034 30.1104 44.274 30.005C43.9757 29.9104 43.5338 30.189 43.2373 30.055ZM46.6918 29.5693C46.4891 29.7131 46.2311 29.772 45.9882 29.7283C45.982 29.7783 46.007 29.8247 46.032 29.8658C46.1159 30.0059 46.2275 30.1613 46.39 30.1675C46.5177 30.1738 46.6329 30.08 46.6918 29.9649C46.7507 29.8533 46.7632 29.722 46.7757 29.5943" fill="#B27866"/>
|
|
36
|
+
</svg>
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.2" d="M115 104.781C115 104.396 113.775 104.025 111.544 103.688C104.216 102.569 85.9238 101.78 64.5146 101.78C51.7955 101.78 40.1684 102.063 31.2954 102.52C29.8402 102.594 28.4513 102.679 27.1538 102.76C18.9872 103.293 14 104 14 104.781C14 105.435 17.5055 106.034 23.4654 106.527C27.2426 106.842 32.0164 107.107 37.5271 107.315C40.1684 107.413 42.9635 107.499 45.9005 107.567C48.1323 107.622 50.4291 107.664 52.7934 107.699C56.067 107.745 59.4585 107.773 62.964 107.78H64.4907C72.4784 107.78 80.0328 107.671 86.7429 107.477C87.7209 107.449 88.6977 107.417 89.6307 107.384C90.243 107.364 90.8606 107.343 91.4729 107.316C96.9783 107.11 101.757 106.844 105.554 106.531C111.495 106.037 114.995 105.435 114.995 104.784" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M95.5402 105.012H87.5965C87.0402 101.982 87.9268 98.9543 87.9268 98.9543L91.5599 98.3569C91.8911 100.27 92.2911 101.026 92.842 101.415C93.2456 101.697 93.725 101.788 94.3259 101.987C95.0108 102.214 95.3724 102.629 95.5509 103.083C95.909 103.976 95.5402 105.015 95.5402 105.015" fill="#0C6DD2"/>
|
|
4
|
+
<path d="M90.1105 76.0553H90.1069L86.1427 52.5249L78.2061 53.3731V63.8187C78.2061 63.8187 83.6016 77.366 84.0578 77.8329C84.5105 78.2972 87.4507 99.4633 87.4507 99.4633C91.4114 100.768 92.0168 98.8794 92.0168 98.8794L90.1105 76.0553Z" fill="#333D47"/>
|
|
5
|
+
<path d="M68.9323 105.012H60.9885C60.9885 105.012 60.7368 104.299 60.851 103.547C60.9466 102.933 61.2885 102.286 62.2019 101.987C62.8903 101.758 63.4189 101.675 63.8528 101.283C64.3243 100.857 64.6752 100.074 64.9716 98.3569L68.6046 98.9543C68.6046 98.9543 69.4868 101.987 68.9359 105.012" fill="#0C6DD2"/>
|
|
6
|
+
<path d="M78.2027 53.374L70.2634 52.5249L66.2992 76.0544L64.3965 98.8794C64.3965 98.8794 65.0018 100.768 68.9617 99.4633C68.9617 99.4633 71.8992 78.2972 72.3554 77.8329C72.8081 77.3651 78.6751 62.6053 78.6751 62.6053L78.2063 53.3731L78.2027 53.374Z" fill="#333D47"/>
|
|
7
|
+
<path d="M75.7035 29.7417C76.2062 30.2087 78.6705 31.0524 79.9758 29.7417L80.858 30.5738C80.858 30.5738 79.8499 32.8435 78.0848 32.9238C76.3196 33.0042 75.041 30.906 75.041 30.906L75.7071 29.7444L75.7035 29.7417Z" fill="#5856D6"/>
|
|
8
|
+
<path d="M72.3553 29.308C73.2338 28.774 77.6437 31.5999 77.6437 31.5999C77.6437 31.5999 83.3767 28.683 84.7231 29.2473C84.7231 29.2473 85.9374 30.8035 86.424 34.8017C86.9115 38.7999 86.9419 55.2544 86.9419 55.2544C86.9419 55.2544 83.0874 56.5615 77.8722 56.5615C71.9294 56.5615 68.7303 54.9303 68.7303 54.9303C68.7303 54.9303 67.6687 32.1446 72.3517 29.308" fill="#FBE7F1"/>
|
|
9
|
+
<path d="M108.243 16.0936C107.87 16.0999 106.793 16.5088 106.793 16.5088C106.002 16.9758 105.561 17.2329 105.036 17.2749C104.515 17.3186 104.298 18.1785 104.298 18.1785C104.298 18.1785 102.236 18.6133 102.117 17.366C102.117 17.366 103.271 15.8008 103.354 15.5883C103.518 15.1704 103.221 14.5374 103.685 13.8293C104.149 13.124 104.37 12.0213 104.37 12.0213C104.37 12.0213 104.831 11.8829 104.88 12.3115C104.929 12.7508 104.59 13.3481 104.674 13.5338C104.693 13.5722 104.712 13.6052 104.735 13.6418L104.739 13.6472C104.826 13.7686 104.956 13.8597 105.09 13.8677C105.097 13.8677 105.108 13.874 105.12 13.8677C105.637 13.857 106.542 13.1713 106.915 12.8311C107.432 12.3561 108.182 11.7392 108.349 12.157C108.517 12.574 107.954 12.549 107.014 13.799L107.109 13.9293C107.048 14.0258 108.041 13.5499 108.832 12.9526C109.381 12.5436 109.495 13.0276 109.399 13.2401C109.308 13.4535 108.692 13.7883 108.299 14.0892C108.038 14.2829 107.767 14.4847 107.604 14.6061L107.653 14.8079C109.004 14.5258 109.216 14.0392 109.502 14.3106C109.787 14.5758 108.943 15.1293 108.513 15.2231C108.327 15.2642 108.011 15.4249 107.71 15.5963C108.787 15.574 109.049 15.2427 109.228 15.5052C109.411 15.7758 108.612 16.0829 108.239 16.091" fill="#C27057"/>
|
|
10
|
+
<path d="M82.692 29.4821C85.6447 28.2652 95.1858 25.0223 95.1858 25.0223C95.1858 25.0223 101.597 17.3241 102.905 16.1768C102.905 16.1768 104.324 16.4205 104.738 18.1178C104.738 18.1178 100.611 26.5955 98.3626 29.0232C96.1179 31.4482 84.7501 36.6955 84.7501 36.6955L82.6885 29.4821H82.692Z" fill="#5856D6"/>
|
|
11
|
+
<path d="M47.5278 16.0936C47.901 16.0999 48.9778 16.5088 48.9778 16.5088C49.7689 16.9758 50.2099 17.2329 50.7349 17.2749C51.2599 17.3186 51.4733 18.1785 51.4733 18.1785C51.4733 18.1785 53.5349 18.6133 53.6537 17.366C53.6537 17.366 52.501 15.8008 52.4171 15.5883C52.2528 15.1704 52.5501 14.5374 52.0858 13.8293C51.6215 13.124 51.401 12.0213 51.401 12.0213C51.401 12.0213 50.9448 11.8829 50.8912 12.3115C50.8421 12.7508 51.1805 13.3481 51.0965 13.5338C51.0778 13.5722 51.0582 13.6052 51.0358 13.6418L51.0314 13.6472C50.9448 13.7686 50.8153 13.8597 50.6823 13.8677C50.6742 13.8677 50.6626 13.874 50.6519 13.8677C50.134 13.857 49.2287 13.1713 48.8555 12.8311C48.3385 12.3561 47.5885 11.7392 47.418 12.157C47.2501 12.574 47.8135 12.549 48.7528 13.799L48.6582 13.9293C48.7224 14.0258 47.726 13.5499 46.9349 12.9526C46.3867 12.5436 46.2724 13.0276 46.368 13.2401C46.459 13.4535 47.0751 13.7883 47.4671 14.0892C47.726 14.2829 48.0001 14.4847 48.1635 14.6061L48.1135 14.8079C46.7635 14.5258 46.5501 14.0392 46.2653 14.3106C45.9796 14.5758 46.8242 15.1293 47.2537 15.2231C47.4403 15.2642 47.7564 15.4249 48.0573 15.5963C46.9805 15.574 46.7171 15.2427 46.5394 15.5052C46.3564 15.7758 47.1555 16.0829 47.5278 16.091" fill="#C27057"/>
|
|
12
|
+
<path d="M72.9877 29.4821C70.035 28.2651 60.4939 25.0223 60.4939 25.0223C60.4939 25.0223 54.0644 17.0946 52.7555 15.9526C52.7555 15.9526 51.1385 16.8321 51.0278 18.6464C51.0278 18.6464 55.068 26.5901 57.3127 29.0178C59.5573 31.4455 70.9252 36.6901 70.9252 36.6901L72.9832 29.4794L72.9877 29.4821ZM80.368 30.3446C80.368 30.3446 84.3698 42.2535 84.7502 51.9446C84.7502 51.9446 86.1966 52.3232 87.8207 50.2C89.4457 48.0794 88.4787 31.2625 85.3627 28.4616C85.3627 28.4616 83.9475 28.1544 80.368 30.3446Z" fill="#5856D6"/>
|
|
13
|
+
<path d="M75.3116 30.3445C75.3116 30.3445 71.3089 42.2535 70.9285 51.9445C70.9285 51.9445 69.483 52.3231 67.8589 50.1999C66.2339 48.0794 67.2009 31.2624 70.316 28.4615C70.316 28.4615 71.7312 28.1544 75.3116 30.3445Z" fill="#5856D6"/>
|
|
14
|
+
<path d="M81.0222 32.4265C81.0222 32.4265 81.7364 30.8336 81.4213 29.7363C81.1016 28.6443 79.9793 29.7363 79.9793 29.7363C79.9793 29.7363 80.432 31.5283 81.0257 32.4265M74.657 32.4265C74.657 32.4265 73.9418 30.8336 74.2579 29.7363C74.5775 28.6443 75.6998 29.7363 75.6998 29.7363C75.6998 29.7363 75.2427 31.5283 74.6534 32.4265" fill="#4645AB"/>
|
|
15
|
+
<path d="M74.9043 26.8581C74.9043 26.8581 73.7284 24.5715 73.9605 22.125C74.1927 19.6777 77.8373 19.1188 80.2953 20.3215C80.2953 20.3215 79.565 19.6027 79.8498 19.4009C80.1355 19.1991 80.6266 20.4822 80.6266 20.4822C80.6266 20.4822 81.4025 20.242 81.5203 20.4822C81.6382 20.7197 80.7248 20.8527 80.7248 20.8527C80.7248 20.8527 82.3114 21.7402 80.8275 26.4679L74.9007 26.8581H74.9043Z" fill="#0C6DD2"/>
|
|
16
|
+
<path d="M75.9355 28.8818C75.9355 28.8818 76.5704 30.7952 75.9355 31.5336C75.9355 31.5336 76.5936 32.8604 77.7802 32.9184C79.1498 32.9845 79.6257 31.5336 79.6257 31.5336C79.6257 31.5336 79.0534 29.6327 79.5561 28.8818H75.9355Z" fill="#C27057"/>
|
|
17
|
+
<path d="M75.959 28.956C75.9947 29.0748 76.0652 29.3275 76.1242 29.6373C76.7492 30.4819 77.9902 31.6007 79.3509 29.7659C79.3545 29.4266 79.4081 29.1087 79.5527 28.8882L75.959 28.956Z" fill="#9B5A46"/>
|
|
18
|
+
<path d="M74.9543 25.406C74.9543 25.406 74.0748 24.5239 73.9686 25.5552C73.8436 26.7552 74.9203 27.2364 75.1293 26.8578C75.3382 26.4766 74.9507 25.406 74.9507 25.406H74.9543ZM81.6221 25.6194C81.5159 24.5855 80.6373 25.473 80.6373 25.473H80.6409C80.6409 25.473 80.2534 26.54 80.4623 26.9212C80.6712 27.3034 81.748 26.8194 81.6221 25.6194Z" fill="#C27057"/>
|
|
19
|
+
<path d="M77.8418 21.4053C75.6615 21.4053 74.3642 22.6499 74.6606 24.6124C75.0945 27.458 75.8133 30.1508 77.7579 30.1508C79.7668 30.1508 80.4972 27.1731 80.9383 24.6124C81.2731 22.658 80.0213 21.4053 77.8418 21.4053Z" fill="#C27057"/>
|
|
20
|
+
<path d="M80.7368 25.91C80.7368 25.91 80.6761 23.7725 79.8502 22.1278C79.8502 22.1278 78.3975 22.8046 78.0778 22.6475C77.7582 22.4868 78.3823 22.1278 78.3823 22.1278C78.3823 22.1278 75.985 22.9269 75.8403 22.7689C75.6957 22.6082 76.6359 22.1278 76.6359 22.1278L75.1448 22.6475C75.1448 22.6475 74.6841 24.5716 74.8743 25.91C74.8743 25.91 74.2314 24.793 74.1555 24.0189C74.0752 23.2475 74.4136 21.0439 76.6627 20.8832C78.9109 20.726 80.1734 21.243 80.7332 22.285C81.2886 23.3278 81.2198 24.6135 80.7403 25.91" fill="#0C6DD2"/>
|
|
21
|
+
<path d="M79.4054 23.9856C79.3786 23.9856 79.3554 23.974 79.3366 23.9543C79.0661 23.6704 78.5946 23.6811 78.5875 23.6811C78.5339 23.6811 78.4884 23.6392 78.4884 23.5847C78.4884 23.532 78.5304 23.4874 78.583 23.482C78.6027 23.482 79.15 23.4677 79.4777 23.8168C79.5152 23.8552 79.5116 23.9186 79.4777 23.9579C79.458 23.9767 79.4357 23.9856 79.4089 23.9856M75.742 23.9856C75.7188 23.9856 75.692 23.9767 75.6732 23.9579C75.6348 23.9186 75.6313 23.8579 75.6732 23.8168C76 23.4677 76.5482 23.482 76.567 23.482C76.6205 23.482 76.6616 23.5293 76.6616 23.5847C76.6616 23.6392 76.6125 23.6811 76.5634 23.6811C76.5634 23.6811 76.0804 23.6704 75.8134 23.9543C75.7946 23.974 75.7679 23.9856 75.7455 23.9856M79.3598 24.8151C79.3518 24.8758 79.1732 24.9061 78.9563 24.8784C78.7429 24.8534 78.5759 24.7784 78.583 24.7177C78.5911 24.657 78.7696 24.6267 78.9866 24.6543C79.2 24.682 79.367 24.7534 79.3598 24.8151ZM76.925 24.8258C76.9402 24.8945 76.7571 24.9972 76.5134 25.0499C76.2705 25.1026 76.0607 25.0909 76.0455 25.0195C76.0304 24.9499 76.2134 24.8481 76.4563 24.7954C76.7 24.7427 76.9089 24.7534 76.925 24.8258ZM76.6357 27.6401C76.6357 27.6401 78.3509 27.8642 79.2339 27.4356C79.2339 27.4356 78.7357 28.6133 77.8 28.5088C76.8634 28.4008 76.6357 27.6374 76.6357 27.6374M78.0429 27.024C77.8527 27.024 77.6625 26.974 77.6054 26.9606L77.6589 26.7579C77.8643 26.8168 78.1839 26.8499 78.2527 26.7668C78.275 26.7365 78.2679 26.6704 78.2259 26.5847C77.9438 25.9784 77.8875 24.4499 77.883 24.3838L78.0884 24.3776C78.0884 24.3776 78.1455 25.9284 78.4125 26.4954C78.492 26.6668 78.492 26.8026 78.4125 26.9026C78.3321 26.999 78.1875 27.0293 78.0429 27.0293" fill="#9B5A46"/>
|
|
22
|
+
<path d="M40.5757 61.2211C41.1355 62.6506 43.4213 65.106 43.4213 65.106C43.4213 65.106 49.0141 61.7542 51.5936 63.1649C54.173 64.5747 56.2239 65.4345 57.8936 64.8211C59.5677 64.2069 52.3927 51.1613 52.3927 51.1613L43.0909 47.6113C43.0909 47.6113 42.8891 49.9649 41.8239 50.3819C40.7623 50.7997 39.6284 54.6819 39.7043 55.4203C39.7811 56.1524 40.5722 61.2238 40.5722 61.2238" fill="#B30635"/>
|
|
23
|
+
<path d="M51.0417 65.1885C51.0417 65.1885 48.6453 69.892 43.6917 75.909C43.6917 75.909 43.1855 83.0697 30.0908 94.334L28.7212 93.2581C28.7212 93.2581 36.5167 81.0456 38.0765 77.2992C39.6364 73.5554 37.2123 70.1242 44.3882 60.6519L51.0382 65.1885H51.0417Z" fill="#F4B28D"/>
|
|
24
|
+
<path d="M31.3347 93.9305C31.3347 93.9305 30.9275 94.3341 30.5016 95.0725C30.0757 95.8109 30.5436 96.4912 28.4891 98.2028C28.4891 98.2028 24.3391 95.7725 22.4668 92.6501C22.4668 92.6501 22.5016 91.7546 23.407 91.5475C23.8936 91.4367 25.2329 92.0644 26.523 92.3019C26.7052 92.3376 26.8882 92.3626 27.0668 92.3796C27.2909 92.3984 27.5159 92.4019 27.7284 92.3796C27.9266 92.36 28.1132 92.3189 28.2838 92.2466C28.7213 92.0671 29.0677 91.71 29.2498 91.085C29.2498 91.085 30.3534 91.7126 29.6159 92.7751C29.6159 92.7751 30.9239 92.2055 31.3347 93.9278" fill="#5856D6"/>
|
|
25
|
+
<path d="M28.5043 93.2916C28.1659 93.8256 28.1739 92.8381 27.7248 92.3791C27.9221 92.3595 28.1087 92.3184 28.2802 92.2461C28.4819 92.4622 28.7632 92.8765 28.5007 93.2916M27.1998 93.322C26.8418 93.6622 26.7275 92.7773 26.5186 92.3095C26.7016 92.3434 26.8837 92.3711 27.0668 92.3872C27.2757 92.672 27.4694 93.0675 27.1998 93.3247" fill="#BCBBEF"/>
|
|
26
|
+
<path d="M43.4063 56.8711C41.3411 60.8256 40.6483 65.88 40.6483 65.88L39.709 68.2523C39.709 68.2523 43.0411 70.0488 46.8956 70.7041L48.4402 66.6175L43.4063 56.8711Z" fill="#0A57A8"/>
|
|
27
|
+
<path d="M54.1733 64.8213C54.1733 64.8213 55.1966 69.9972 55.0287 77.7883C55.0287 77.7883 59.0582 83.7275 55.7332 100.677H53.9903C53.9903 100.677 52.5635 86.2579 51.476 82.3508C50.3841 78.4436 46.3626 77.2436 46.1421 65.3624L54.1769 64.8213H54.1733Z" fill="#F4B28D"/>
|
|
28
|
+
<path d="M56.8624 104.714H50.9927C50.9927 104.714 50.7454 103.895 50.9927 102.996C51.0954 102.61 51.7034 102.245 52.2704 101.738C52.4267 101.597 52.5784 101.448 52.7195 101.286C52.8302 101.155 52.9329 101.012 53.0159 100.853C53.1231 100.669 53.2106 100.467 53.2597 100.243C53.3552 99.7972 53.3168 99.2749 53.0615 98.6472C53.0615 98.6472 55.0597 98.2303 55.7749 99.3196C55.7749 99.3196 55.8427 98.816 56.4784 99.1508C56.4784 99.1508 56.3865 100.162 56.5124 101.006C56.6383 101.852 57.4258 102.095 56.8668 104.714" fill="#5856D6"/>
|
|
29
|
+
<path d="M55.333 101.175C55.2803 101.233 55.208 101.263 55.1357 101.263C55.075 101.263 55.0134 101.243 54.9607 101.205C54.6562 100.961 53.9866 100.588 53.0125 100.851C53.1196 100.666 53.2062 100.464 53.2562 100.24C53.6482 100.093 54.3857 100.01 55.2991 100.787C55.4169 100.885 55.4321 101.056 55.333 101.172M54.8428 102.148L54.808 102.198C54.7285 102.319 54.5723 102.358 54.4473 102.286C54.0473 102.048 53.1535 101.606 52.2705 101.733C52.4268 101.592 52.5785 101.445 52.7196 101.283C53.1535 101.177 53.975 101.125 54.7812 101.793C54.8848 101.883 54.9152 102.037 54.8384 102.153" fill="#BCBBEF"/>
|
|
30
|
+
<path d="M55.1966 70.3782C55.1966 70.3782 51.9171 70.9675 46.1385 70.6934L46.0466 70.0434L46.0242 69.8747L45.4269 65.664C45.4269 65.664 44.8716 64.9782 44.301 63.8613C44.2323 63.7309 44.1671 63.5961 44.1028 63.455C43.3233 61.7961 42.6341 59.3872 43.41 56.8711L44.6323 56.9291L44.8028 56.9407L48.885 57.1256L49.06 57.1398L50.3992 57.2006L50.6082 57.2113L51.4796 57.2479C51.4796 57.2479 55.9001 61.2291 55.1126 68.5863L55.1698 69.6095L55.1778 69.7756L55.2117 70.3809L55.1966 70.3782Z" fill="#0C6DD2"/>
|
|
31
|
+
<path d="M55.1053 31.3256C55.1053 31.3256 57.041 32.0756 57.7491 34.3041C58.4571 36.5381 56.3384 42.1863 57.0723 44.7854C57.8026 47.3845 57.6919 52.2872 55.4062 53.3211C53.1196 54.3577 48.4285 52.5059 47.4241 49.6711C46.416 46.8345 46.8535 36.1006 48.7857 32.4488C50.7223 28.7961 54.641 30.6372 55.1053 31.3202" fill="#C27057"/>
|
|
32
|
+
<path d="M47.4204 39.7373C47.4204 39.7373 48.8507 40.9534 51.3463 41.5319C53.8418 42.1123 55.1927 40.94 56.4668 42.5436C58.3811 44.9605 55.265 49.4087 53.6293 51.7123C53.0168 52.5721 51.7266 54.9578 51.4686 57.2444C51.4686 57.2444 47.1391 58.5025 43.4061 56.8712L43.1284 51.5605C43.1284 51.5605 40.7775 44.4043 47.4204 39.7373Z" fill="#E9E5E1"/>
|
|
33
|
+
<path d="M46.8114 39.1312C45.5096 38.4187 36.1328 42.0928 36.1328 42.0928C36.1328 42.0928 34.7436 44.5652 35.6114 45.5384C36.4748 46.5089 39.5453 46.083 40.4846 45.5384C41.4239 44.9964 43.9159 44.5839 43.9159 44.5839L46.815 39.1312H46.8114Z" fill="#E00842"/>
|
|
34
|
+
<path d="M43.5475 40.8731C43.5171 40.9312 43.4868 40.9838 43.4448 41.0392C43.0644 41.5812 42.3609 42.0213 42.3609 42.0213C42.3609 42.0213 41.0823 43.8124 41.0671 44.0169C41.0555 44.1919 38.8493 45.7981 37.868 45.7624C37.7341 45.7624 37.6198 45.7258 37.5439 45.6544C36.9618 45.1044 39.526 40.4946 40.0894 39.4963C40.1234 39.4329 40.1537 39.3829 40.1734 39.3499C40.1841 39.3222 40.1957 39.3088 40.1957 39.3088C40.1957 39.3088 39.743 37.6249 41.626 37.9428C43.1939 38.1999 43.5019 39.4437 43.6653 40.2821C43.7037 40.4785 43.6501 40.6856 43.5439 40.8731" fill="#B30635"/>
|
|
35
|
+
<path d="M36.9695 42.6187C38.2632 40.9178 42.8168 37.6196 45.2132 36.6401L45.8115 37.7544C45.8115 37.7544 41.1775 41.8303 40.0891 43.5723C39.0007 45.3142 37.6507 46.0384 36.3641 45.4553C35.0748 44.875 36.6954 42.975 36.9695 42.6187Z" fill="#F4B28D"/>
|
|
36
|
+
<path d="M48.4401 35.8078C46.9597 36.4158 47.1686 37.7542 45.8142 37.7542C44.974 37.7542 44.8633 36.7926 44.8633 36.7926C45.2436 35.9712 45.4838 34.5694 45.5374 33.906C45.5936 33.2391 45.8142 33.4962 45.8142 33.4962C45.8142 33.4355 45.8142 33.3748 45.807 33.3194C45.7883 32.8685 45.7044 32.5426 46.0008 32.7364C46.3356 32.9542 46.4499 34.2212 46.4499 34.2212C46.724 32.3712 46.3169 32.0944 46.6365 32.2578C47.074 32.4792 47.0776 34.1132 47.0776 34.1632C47.432 33.0873 47.3365 32.473 47.5794 32.7167C47.8276 32.9658 47.4544 34.9399 47.3097 35.6667C47.2758 35.8301 47.2526 35.9328 47.2526 35.9328C48.424 35.3569 48.4401 35.8024 48.4401 35.8024" fill="#F4B28D"/>
|
|
37
|
+
<path d="M43.0946 40.525L42.8472 40.8072L42.7213 40.9509L42.3187 41.4152C42.3187 41.4152 41.299 42.6518 41.3374 43.1465C41.3678 43.5027 39.4008 45.0983 37.8633 45.7616C37.2392 46.0331 36.6838 46.1518 36.3606 45.9643C35.2499 45.3224 35.4972 43.3983 36.1285 42.0929C36.6767 40.9536 39.108 39.4858 39.7312 39.1233C39.8115 39.0759 39.8571 39.0456 39.8758 39.0402L40.108 38.1366C40.108 38.1366 40.9571 37.625 41.6222 37.9375C41.6222 37.9375 40.1499 37.9983 40.3937 38.5733C40.641 39.1483 42.6838 40.5027 43.091 40.5197" fill="#E00842"/>
|
|
38
|
+
<path d="M56.7598 40.9535C56.467 40.3125 55.0179 39.5875 54.4429 39.8892C54.2759 39.9776 53.9866 40.4473 53.6625 41.0651C53.3616 41.1526 53.0652 41.1571 52.8759 40.9535C52.8759 40.9535 52.6205 39.2723 51.3652 39.0401C50.1098 38.8053 48.4509 38.7026 48.1321 39.3089C48.0554 39.4526 47.942 39.7098 47.8125 40.0276C48.3982 40.4232 49.6152 41.1303 51.3429 41.5285H51.3464C52.1098 41.7053 52.7634 41.7178 53.3429 41.6973C52.6366 43.1375 51.8937 44.9053 51.8937 44.9053C55.2 41.225 56.7598 43.0053 56.7598 43.0053C56.7598 43.0053 57.0527 41.5982 56.7598 40.9535Z" fill="#B30635"/>
|
|
39
|
+
<path d="M61.3668 64.8215C60.4694 66.6626 58.2623 67.1903 58.2623 67.1903C58.2623 67.1903 58.0953 66.9367 57.8132 66.4769C57.7828 66.4331 57.7525 66.3805 57.7221 66.3251C55.9873 63.5108 50.6802 54.5019 50.7828 49.818C50.9052 44.2224 54.5569 41.1474 54.5569 41.1474C56.4096 41.5894 56.9953 42.0956 56.9953 42.0956C56.9953 42.0956 57.6194 45.2813 57.0489 49.1162C56.4784 52.943 55.4355 53.9572 55.9605 54.2421C56.4819 54.5296 55.9605 55.0992 55.9605 55.0992C55.9605 55.0992 59.0391 59.3876 59.6132 60.718C59.9864 61.5885 60.6212 63.0653 61.0168 63.9912C61.0435 64.0555 61.0703 64.1188 61.0971 64.1796C61.2641 64.5697 61.3703 64.8242 61.3703 64.8242M48.7284 40.5197C48.7284 40.5197 47.0507 41.6063 45.9935 44.2197C44.9355 46.8349 41.5953 51.7563 40.8123 53.0313C40.0284 54.3001 40.5757 61.2206 40.5757 61.2206C40.5757 61.2206 39.5944 57.0242 39.1605 55.3894C38.723 53.7528 40.5685 49.7135 40.8462 49.5001C41.1239 49.2876 42.5391 49.6769 42.2685 48.0376C41.9953 46.3983 45.7998 39.3313 46.8114 39.1313C46.8114 39.1313 48.4355 39.4358 48.7328 40.5197" fill="#E00842"/>
|
|
40
|
+
<path d="M56.0222 42.0928C56.0222 42.0928 53.8195 43.724 55.1017 46.2213L61.207 52.5419C57.8561 56.1142 57.5249 57.5794 55.1017 59.2276L56.0222 60.6517C56.0222 60.6517 64.5052 54.1285 64.5213 52.5419C64.5249 51.8615 59.3392 43.6437 56.0222 42.0928Z" fill="#F4B28D"/>
|
|
41
|
+
<path d="M54.9677 59.2274C54.9677 59.2274 53.8043 59.3568 53.0695 59.5399C52.3356 59.722 51.3579 59.9051 51.3276 60.0568C51.2972 60.2086 52.9481 60.0568 52.9481 60.0568C52.9481 60.0568 51.6052 60.6068 51.5749 60.8202C51.5445 61.0327 53.2829 60.6676 53.2829 60.6676C53.2829 60.6676 52.1829 61.3426 52.2445 61.5247C52.3052 61.7077 53.6597 61.2515 53.6597 61.2515C53.6597 61.2515 53.4079 61.8926 53.1454 62.1997C53.1454 62.1997 53.4079 62.3435 53.941 61.7488C54.474 61.1604 55.3222 61.3506 55.9954 60.8256C56.6686 60.2997 55.5767 59.1497 54.9642 59.2274" fill="#F4B28D"/>
|
|
42
|
+
<path d="M65.0462 52.2929C64.9391 53.8768 61.0132 59.042 60.3587 59.225C60.1873 59.2688 60.0168 59.3625 59.8525 59.4732C59.7846 59.5232 59.7159 59.5786 59.6516 59.6259C59.2784 59.9268 58.9971 60.2723 58.9971 60.2723C57.8516 60.1982 54.6373 58.7107 55.6721 58.3813C55.7328 58.3643 55.8007 58.3259 55.8775 58.2759C55.9194 58.2455 55.965 58.2152 56.0105 58.1688C57.2275 57.1509 59.5944 53.0116 59.6096 52.6938C59.6212 52.3536 60.0319 52.2875 60.0319 52.2875C60.0319 52.2875 57.798 49.008 56.5052 48.6125C55.2114 48.217 54.5569 46.65 54.5569 46.65C53.2793 41.2384 56.9953 42.0875 56.9953 42.0875C59.7355 43.7214 65.1525 50.6973 65.0462 52.2875" fill="#E00842"/>
|
|
43
|
+
<path d="M53.2597 37.2875C53.2597 37.2875 52.0615 39.5018 52.0803 41.9544C52.0803 41.9544 50.133 43.2794 49.4365 41.6196C49.4365 41.6196 49.6267 41.0643 49.7678 40.1357C49.9044 39.2285 49.9955 37.9652 49.8205 36.516C49.5812 34.5527 53.2642 37.2848 53.2642 37.2848" fill="#F4B28D"/>
|
|
44
|
+
<path d="M50.7064 38.4087L49.9046 38.6649C49.8921 38.9828 49.8698 39.2801 49.8403 39.556C50.785 40.0364 52.5243 39.1319 52.5243 39.1319L50.7064 38.4087Z" fill="#C38E71"/>
|
|
45
|
+
<path d="M54.6261 37.108C54.6261 37.108 55.6832 36.8151 55.3225 37.65C54.9038 38.6178 53.8654 38.5151 53.869 38.1366C53.869 37.7544 54.6261 37.108 54.6261 37.108ZM49.9279 34.4339C49.9279 34.4339 49.6341 33.3919 49.1136 34.1241C48.5118 34.9732 49.1252 35.8 49.4484 35.6008C49.7716 35.4044 49.9279 34.4339 49.9279 34.4339Z" fill="#F4B28D"/>
|
|
46
|
+
<path d="M50.209 33.7562C51.0653 32.2384 52.3581 31.7437 54.0394 32.6919C55.7215 33.6375 55.9045 34.9678 55.0519 36.4857C53.3724 39.4651 52.6403 39.4187 50.534 39.3348C50.2786 39.3241 50.0519 39.1696 49.9492 38.9357C49.5831 38.1026 48.9295 36.0223 50.209 33.7562Z" fill="#F4B28D"/>
|
|
47
|
+
<path d="M54.1766 35.3515C54.1382 35.3515 54.1043 35.3238 54.0927 35.2854C54.0096 34.9506 53.6364 34.7542 53.632 34.7542C53.5909 34.7292 53.5757 34.6774 53.5945 34.6354C53.6177 34.5943 53.6668 34.5774 53.7087 34.597C53.7275 34.6077 54.1534 34.8318 54.257 35.2408C54.2677 35.2854 54.2409 35.3318 54.1962 35.3434H54.173M52.115 33.8863C52.115 33.8863 52.0846 33.8809 52.0695 33.8756C52.0695 33.8756 51.7034 33.6568 51.373 33.7568C51.3275 33.7729 51.2775 33.7452 51.2659 33.6988C51.2507 33.6542 51.2775 33.6068 51.323 33.5934C51.7266 33.4658 52.1409 33.7149 52.157 33.7265C52.198 33.7479 52.2096 33.8033 52.1873 33.8452C52.1721 33.8702 52.1409 33.8863 52.115 33.8863ZM51.8293 34.8184C51.807 34.8595 51.6578 34.8184 51.498 34.7265C51.3391 34.6354 51.2284 34.5336 51.2507 34.4917C51.2739 34.4479 51.4221 34.4917 51.582 34.5827C51.7418 34.6747 51.8525 34.7765 51.8293 34.8184ZM53.7239 35.8077C53.7007 35.8497 53.5525 35.8077 53.3927 35.7167C53.2328 35.6256 53.123 35.5202 53.1453 35.4792C53.1686 35.4372 53.3168 35.4792 53.4766 35.5702C53.6364 35.6613 53.7462 35.7667 53.7239 35.8077ZM50.7221 36.8452C50.7221 36.8452 51.582 37.5033 52.2061 37.522C52.2061 37.522 51.5445 38.064 51.0686 37.7131C50.5927 37.3622 50.7221 36.8452 50.7221 36.8452ZM51.9096 36.5024C51.8677 36.5024 51.8257 36.4988 51.7802 36.4881L51.8257 36.3086C51.9775 36.347 52.0534 36.2836 52.0918 36.2229C52.1418 36.1345 52.1373 36.0211 52.0918 35.9792C52.0686 35.9542 52.0275 35.9542 51.9703 35.9845L51.8828 35.822C52.073 35.722 52.1828 35.8104 52.2248 35.8524C52.3275 35.9604 52.3391 36.1649 52.248 36.3167C52.1757 36.4408 52.0534 36.5077 51.9052 36.5077" fill="#C38E71"/>
|
|
48
|
+
<path d="M54.4359 33.3194C54.4359 33.3194 53.8993 32.573 53.1537 33.1676C52.4118 33.7587 50.7377 34.7078 49.9127 34.3953C49.0868 34.0801 51.7153 30.5712 53.9948 31.5998C56.2734 32.6257 56.068 35.9739 55.1207 37.0355C54.1734 38.0998 54.6216 37.1078 54.6216 37.1078C54.6216 37.1078 54.6868 35.598 55.0028 34.5998C55.318 33.6016 54.4359 33.3221 54.4359 33.3221" fill="#C27057"/>
|
|
49
|
+
</svg>
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.2" d="M115 104.781C115 104.396 113.775 104.025 111.544 103.688C104.216 102.569 85.9238 101.78 64.5146 101.78C51.7955 101.78 40.1684 102.063 31.2954 102.52C29.8402 102.594 28.4513 102.679 27.1538 102.76C18.9872 103.293 14 104 14 104.781C14 105.435 17.5055 106.034 23.4654 106.527C27.2426 106.842 32.0164 107.107 37.5271 107.315C40.1684 107.413 42.9635 107.499 45.9005 107.567C48.1323 107.622 50.4291 107.664 52.7934 107.699C56.067 107.745 59.4585 107.773 62.964 107.78H64.4907C72.4784 107.78 80.0328 107.671 86.7429 107.477C87.7209 107.449 88.6977 107.417 89.6307 107.384C90.243 107.364 90.8606 107.343 91.4729 107.316C96.9783 107.11 101.757 106.844 105.554 106.531C111.495 106.037 114.995 105.435 114.995 104.784" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M95.5402 105.012H87.5965C87.0402 101.982 87.9268 98.9543 87.9268 98.9543L91.5599 98.3569C91.8911 100.27 92.2911 101.026 92.842 101.415C93.2456 101.697 93.725 101.788 94.3259 101.987C95.0108 102.214 95.3724 102.629 95.5509 103.083C95.909 103.976 95.5402 105.015 95.5402 105.015" fill="#0C6DD2"/>
|
|
4
|
+
<path d="M90.1105 76.0553H90.1069L86.1427 52.5249L78.2061 53.3731V63.8187C78.2061 63.8187 83.6016 77.366 84.0578 77.8329C84.5105 78.2972 87.4507 99.4633 87.4507 99.4633C91.4114 100.768 92.0168 98.8794 92.0168 98.8794L90.1105 76.0553Z" fill="#333D47"/>
|
|
5
|
+
<path d="M68.9323 105.012H60.9885C60.9885 105.012 60.7368 104.299 60.851 103.547C60.9466 102.933 61.2885 102.286 62.2019 101.987C62.8903 101.758 63.4189 101.675 63.8528 101.283C64.3243 100.857 64.6752 100.074 64.9716 98.3569L68.6046 98.9543C68.6046 98.9543 69.4868 101.987 68.9359 105.012" fill="#0C6DD2"/>
|
|
6
|
+
<path d="M78.2027 53.374L70.2634 52.5249L66.2992 76.0544L64.3965 98.8794C64.3965 98.8794 65.0018 100.768 68.9617 99.4633C68.9617 99.4633 71.8992 78.2972 72.3554 77.8329C72.8081 77.3651 78.6751 62.6053 78.6751 62.6053L78.2063 53.3731L78.2027 53.374Z" fill="#333D47"/>
|
|
7
|
+
<path d="M75.7035 29.7417C76.2062 30.2087 78.6705 31.0524 79.9758 29.7417L80.858 30.5738C80.858 30.5738 79.8499 32.8435 78.0848 32.9238C76.3196 33.0042 75.041 30.906 75.041 30.906L75.7071 29.7444L75.7035 29.7417Z" fill="#5856D6"/>
|
|
8
|
+
<path d="M72.3553 29.308C73.2338 28.774 77.6437 31.5999 77.6437 31.5999C77.6437 31.5999 83.3767 28.683 84.7231 29.2473C84.7231 29.2473 85.9374 30.8035 86.424 34.8017C86.9115 38.7999 86.9419 55.2544 86.9419 55.2544C86.9419 55.2544 83.0874 56.5615 77.8722 56.5615C71.9294 56.5615 68.7303 54.9303 68.7303 54.9303C68.7303 54.9303 67.6687 32.1446 72.3517 29.308" fill="#FBE7F1"/>
|
|
9
|
+
<path d="M108.243 16.0936C107.87 16.0999 106.793 16.5088 106.793 16.5088C106.002 16.9758 105.561 17.2329 105.036 17.2749C104.515 17.3186 104.298 18.1785 104.298 18.1785C104.298 18.1785 102.236 18.6133 102.117 17.366C102.117 17.366 103.271 15.8008 103.354 15.5883C103.518 15.1704 103.221 14.5374 103.685 13.8293C104.149 13.124 104.37 12.0213 104.37 12.0213C104.37 12.0213 104.831 11.8829 104.88 12.3115C104.929 12.7508 104.59 13.3481 104.674 13.5338C104.693 13.5722 104.712 13.6052 104.735 13.6418L104.739 13.6472C104.826 13.7686 104.956 13.8597 105.09 13.8677C105.097 13.8677 105.108 13.874 105.12 13.8677C105.637 13.857 106.542 13.1713 106.915 12.8311C107.432 12.3561 108.182 11.7392 108.349 12.157C108.517 12.574 107.954 12.549 107.014 13.799L107.109 13.9293C107.048 14.0258 108.041 13.5499 108.832 12.9526C109.381 12.5436 109.495 13.0276 109.399 13.2401C109.308 13.4535 108.692 13.7883 108.299 14.0892C108.038 14.2829 107.767 14.4847 107.604 14.6061L107.653 14.8079C109.004 14.5258 109.216 14.0392 109.502 14.3106C109.787 14.5758 108.943 15.1293 108.513 15.2231C108.327 15.2642 108.011 15.4249 107.71 15.5963C108.787 15.574 109.049 15.2427 109.228 15.5052C109.411 15.7758 108.612 16.0829 108.239 16.091" fill="#C27057"/>
|
|
10
|
+
<path d="M82.692 29.4821C85.6447 28.2652 95.1858 25.0223 95.1858 25.0223C95.1858 25.0223 101.597 17.3241 102.905 16.1768C102.905 16.1768 104.324 16.4205 104.738 18.1178C104.738 18.1178 100.611 26.5955 98.3626 29.0232C96.1179 31.4482 84.7501 36.6955 84.7501 36.6955L82.6885 29.4821H82.692Z" fill="#5856D6"/>
|
|
11
|
+
<path d="M47.5278 16.0936C47.901 16.0999 48.9778 16.5088 48.9778 16.5088C49.7689 16.9758 50.2099 17.2329 50.7349 17.2749C51.2599 17.3186 51.4733 18.1785 51.4733 18.1785C51.4733 18.1785 53.5349 18.6133 53.6537 17.366C53.6537 17.366 52.501 15.8008 52.4171 15.5883C52.2528 15.1704 52.5501 14.5374 52.0858 13.8293C51.6215 13.124 51.401 12.0213 51.401 12.0213C51.401 12.0213 50.9448 11.8829 50.8912 12.3115C50.8421 12.7508 51.1805 13.3481 51.0965 13.5338C51.0778 13.5722 51.0582 13.6052 51.0358 13.6418L51.0314 13.6472C50.9448 13.7686 50.8153 13.8597 50.6823 13.8677C50.6742 13.8677 50.6626 13.874 50.6519 13.8677C50.134 13.857 49.2287 13.1713 48.8555 12.8311C48.3385 12.3561 47.5885 11.7392 47.418 12.157C47.2501 12.574 47.8135 12.549 48.7528 13.799L48.6582 13.9293C48.7224 14.0258 47.726 13.5499 46.9349 12.9526C46.3867 12.5436 46.2724 13.0276 46.368 13.2401C46.459 13.4535 47.0751 13.7883 47.4671 14.0892C47.726 14.2829 48.0001 14.4847 48.1635 14.6061L48.1135 14.8079C46.7635 14.5258 46.5501 14.0392 46.2653 14.3106C45.9796 14.5758 46.8242 15.1293 47.2537 15.2231C47.4403 15.2642 47.7564 15.4249 48.0573 15.5963C46.9805 15.574 46.7171 15.2427 46.5394 15.5052C46.3564 15.7758 47.1555 16.0829 47.5278 16.091" fill="#C27057"/>
|
|
12
|
+
<path d="M72.9877 29.4821C70.035 28.2651 60.4939 25.0223 60.4939 25.0223C60.4939 25.0223 54.0644 17.0946 52.7555 15.9526C52.7555 15.9526 51.1385 16.8321 51.0278 18.6464C51.0278 18.6464 55.068 26.5901 57.3127 29.0178C59.5573 31.4455 70.9252 36.6901 70.9252 36.6901L72.9832 29.4794L72.9877 29.4821ZM80.368 30.3446C80.368 30.3446 84.3698 42.2535 84.7502 51.9446C84.7502 51.9446 86.1966 52.3232 87.8207 50.2C89.4457 48.0794 88.4787 31.2625 85.3627 28.4616C85.3627 28.4616 83.9475 28.1544 80.368 30.3446Z" fill="#5856D6"/>
|
|
13
|
+
<path d="M75.3116 30.3445C75.3116 30.3445 71.3089 42.2535 70.9285 51.9445C70.9285 51.9445 69.483 52.3231 67.8589 50.1999C66.2339 48.0794 67.2009 31.2624 70.316 28.4615C70.316 28.4615 71.7312 28.1544 75.3116 30.3445Z" fill="#5856D6"/>
|
|
14
|
+
<path d="M81.0222 32.4265C81.0222 32.4265 81.7364 30.8336 81.4213 29.7363C81.1016 28.6443 79.9793 29.7363 79.9793 29.7363C79.9793 29.7363 80.432 31.5283 81.0257 32.4265M74.657 32.4265C74.657 32.4265 73.9418 30.8336 74.2579 29.7363C74.5775 28.6443 75.6998 29.7363 75.6998 29.7363C75.6998 29.7363 75.2427 31.5283 74.6534 32.4265" fill="#4645AB"/>
|
|
15
|
+
<path d="M74.9043 26.8581C74.9043 26.8581 73.7284 24.5715 73.9605 22.125C74.1927 19.6777 77.8373 19.1188 80.2953 20.3215C80.2953 20.3215 79.565 19.6027 79.8498 19.4009C80.1355 19.1991 80.6266 20.4822 80.6266 20.4822C80.6266 20.4822 81.4025 20.242 81.5203 20.4822C81.6382 20.7197 80.7248 20.8527 80.7248 20.8527C80.7248 20.8527 82.3114 21.7402 80.8275 26.4679L74.9007 26.8581H74.9043Z" fill="#333D47"/>
|
|
16
|
+
<path d="M75.9355 28.8818C75.9355 28.8818 76.5704 30.7952 75.9355 31.5336C75.9355 31.5336 76.5936 32.8604 77.7802 32.9184C79.1498 32.9845 79.6257 31.5336 79.6257 31.5336C79.6257 31.5336 79.0534 29.6327 79.5561 28.8818H75.9355Z" fill="#C27057"/>
|
|
17
|
+
<path d="M75.959 28.956C75.9947 29.0748 76.0652 29.3275 76.1242 29.6373C76.7492 30.4819 77.9902 31.6007 79.3509 29.7659C79.3545 29.4266 79.4081 29.1087 79.5527 28.8882L75.959 28.956Z" fill="#9B5A46"/>
|
|
18
|
+
<path d="M74.9543 25.406C74.9543 25.406 74.0748 24.5239 73.9686 25.5552C73.8436 26.7552 74.9203 27.2364 75.1293 26.8578C75.3382 26.4766 74.9507 25.406 74.9507 25.406H74.9543ZM81.6221 25.6194C81.5159 24.5855 80.6373 25.473 80.6373 25.473H80.6409C80.6409 25.473 80.2534 26.54 80.4623 26.9212C80.6712 27.3034 81.748 26.8194 81.6221 25.6194Z" fill="#C27057"/>
|
|
19
|
+
<path d="M77.8418 21.4053C75.6615 21.4053 74.3642 22.6499 74.6606 24.6124C75.0945 27.458 75.8133 30.1508 77.7579 30.1508C79.7668 30.1508 80.4972 27.1731 80.9383 24.6124C81.2731 22.658 80.0213 21.4053 77.8418 21.4053Z" fill="#C27057"/>
|
|
20
|
+
<path d="M80.7368 25.91C80.7368 25.91 80.6761 23.7725 79.8502 22.1278C79.8502 22.1278 78.3975 22.8046 78.0778 22.6475C77.7582 22.4868 78.3823 22.1278 78.3823 22.1278C78.3823 22.1278 75.985 22.9269 75.8403 22.7689C75.6957 22.6082 76.6359 22.1278 76.6359 22.1278L75.1448 22.6475C75.1448 22.6475 74.6841 24.5716 74.8743 25.91C74.8743 25.91 74.2314 24.793 74.1555 24.0189C74.0752 23.2475 74.4136 21.0439 76.6627 20.8832C78.9109 20.726 80.1734 21.243 80.7332 22.285C81.2886 23.3278 81.2198 24.6135 80.7403 25.91" fill="#333D47"/>
|
|
21
|
+
<path d="M79.4054 23.9856C79.3786 23.9856 79.3554 23.974 79.3366 23.9543C79.0661 23.6704 78.5946 23.6811 78.5875 23.6811C78.5339 23.6811 78.4884 23.6392 78.4884 23.5847C78.4884 23.532 78.5304 23.4874 78.583 23.482C78.6027 23.482 79.15 23.4677 79.4777 23.8168C79.5152 23.8552 79.5116 23.9186 79.4777 23.9579C79.458 23.9767 79.4357 23.9856 79.4089 23.9856M75.742 23.9856C75.7188 23.9856 75.692 23.9767 75.6732 23.9579C75.6348 23.9186 75.6313 23.8579 75.6732 23.8168C76 23.4677 76.5482 23.482 76.567 23.482C76.6205 23.482 76.6616 23.5293 76.6616 23.5847C76.6616 23.6392 76.6125 23.6811 76.5634 23.6811C76.5634 23.6811 76.0804 23.6704 75.8134 23.9543C75.7946 23.974 75.7679 23.9856 75.7455 23.9856M79.3598 24.8151C79.3518 24.8758 79.1732 24.9061 78.9563 24.8784C78.7429 24.8534 78.5759 24.7784 78.583 24.7177C78.5911 24.657 78.7696 24.6267 78.9866 24.6543C79.2 24.682 79.367 24.7534 79.3598 24.8151ZM76.925 24.8258C76.9402 24.8945 76.7571 24.9972 76.5134 25.0499C76.2705 25.1026 76.0607 25.0909 76.0455 25.0195C76.0304 24.9499 76.2134 24.8481 76.4563 24.7954C76.7 24.7427 76.9089 24.7534 76.925 24.8258ZM76.6357 27.6401C76.6357 27.6401 78.3509 27.8642 79.2339 27.4356C79.2339 27.4356 78.7357 28.6133 77.8 28.5088C76.8634 28.4008 76.6357 27.6374 76.6357 27.6374M78.0429 27.024C77.8527 27.024 77.6625 26.974 77.6054 26.9606L77.6589 26.7579C77.8643 26.8168 78.1839 26.8499 78.2527 26.7668C78.275 26.7365 78.2679 26.6704 78.2259 26.5847C77.9438 25.9784 77.8875 24.4499 77.883 24.3838L78.0884 24.3776C78.0884 24.3776 78.1455 25.9284 78.4125 26.4954C78.492 26.6668 78.492 26.8026 78.4125 26.9026C78.3321 26.999 78.1875 27.0293 78.0429 27.0293" fill="#9B5A46"/>
|
|
22
|
+
<path d="M40.5757 61.2211C41.1355 62.6506 43.4213 65.106 43.4213 65.106C43.4213 65.106 49.0141 61.7542 51.5936 63.1649C54.173 64.5747 56.2239 65.4345 57.8936 64.8211C59.5677 64.2069 52.3927 51.1613 52.3927 51.1613L43.0909 47.6113C43.0909 47.6113 42.8891 49.9649 41.8239 50.3819C40.7623 50.7997 39.6284 54.6819 39.7043 55.4203C39.7811 56.1524 40.5722 61.2238 40.5722 61.2238" fill="#B30635"/>
|
|
23
|
+
<path d="M51.0417 65.1885C51.0417 65.1885 48.6453 69.892 43.6917 75.909C43.6917 75.909 43.1855 83.0697 30.0908 94.334L28.7212 93.2581C28.7212 93.2581 36.5167 81.0456 38.0765 77.2992C39.6364 73.5554 37.2123 70.1242 44.3882 60.6519L51.0382 65.1885H51.0417Z" fill="#F4B28D"/>
|
|
24
|
+
<path d="M31.3347 93.9305C31.3347 93.9305 30.9275 94.3341 30.5016 95.0725C30.0757 95.8109 30.5436 96.4912 28.4891 98.2028C28.4891 98.2028 24.3391 95.7725 22.4668 92.6501C22.4668 92.6501 22.5016 91.7546 23.407 91.5475C23.8936 91.4367 25.2329 92.0644 26.523 92.3019C26.7052 92.3376 26.8882 92.3626 27.0668 92.3796C27.2909 92.3984 27.5159 92.4019 27.7284 92.3796C27.9266 92.36 28.1132 92.3189 28.2838 92.2466C28.7213 92.0671 29.0677 91.71 29.2498 91.085C29.2498 91.085 30.3534 91.7126 29.6159 92.7751C29.6159 92.7751 30.9239 92.2055 31.3347 93.9278" fill="#5856D6"/>
|
|
25
|
+
<path d="M28.5043 93.2916C28.1659 93.8256 28.1739 92.8381 27.7248 92.3791C27.9221 92.3595 28.1087 92.3184 28.2802 92.2461C28.4819 92.4622 28.7632 92.8765 28.5007 93.2916M27.1998 93.322C26.8418 93.6622 26.7275 92.7773 26.5186 92.3095C26.7016 92.3434 26.8837 92.3711 27.0668 92.3872C27.2757 92.672 27.4694 93.0675 27.1998 93.3247" fill="#BCBBEF"/>
|
|
26
|
+
<path d="M43.4063 56.8711C41.3411 60.8256 40.6483 65.88 40.6483 65.88L39.709 68.2523C39.709 68.2523 43.0411 70.0488 46.8956 70.7041L48.4402 66.6175L43.4063 56.8711Z" fill="#0A57A8"/>
|
|
27
|
+
<path d="M54.1733 64.8213C54.1733 64.8213 55.1966 69.9972 55.0287 77.7883C55.0287 77.7883 59.0582 83.7275 55.7332 100.677H53.9903C53.9903 100.677 52.5635 86.2579 51.476 82.3508C50.3841 78.4436 46.3626 77.2436 46.1421 65.3624L54.1769 64.8213H54.1733Z" fill="#F4B28D"/>
|
|
28
|
+
<path d="M56.8624 104.714H50.9927C50.9927 104.714 50.7454 103.895 50.9927 102.996C51.0954 102.61 51.7034 102.245 52.2704 101.738C52.4267 101.597 52.5784 101.448 52.7195 101.286C52.8302 101.155 52.9329 101.012 53.0159 100.853C53.1231 100.669 53.2106 100.467 53.2597 100.243C53.3552 99.7972 53.3168 99.2749 53.0615 98.6472C53.0615 98.6472 55.0597 98.2303 55.7749 99.3196C55.7749 99.3196 55.8427 98.816 56.4784 99.1508C56.4784 99.1508 56.3865 100.162 56.5124 101.006C56.6383 101.852 57.4258 102.095 56.8668 104.714" fill="#5856D6"/>
|
|
29
|
+
<path d="M55.333 101.175C55.2803 101.233 55.208 101.263 55.1357 101.263C55.075 101.263 55.0134 101.243 54.9607 101.205C54.6562 100.961 53.9866 100.588 53.0125 100.851C53.1196 100.666 53.2062 100.464 53.2562 100.24C53.6482 100.093 54.3857 100.01 55.2991 100.787C55.4169 100.885 55.4321 101.056 55.333 101.172M54.8428 102.148L54.808 102.198C54.7285 102.319 54.5723 102.358 54.4473 102.286C54.0473 102.048 53.1535 101.606 52.2705 101.733C52.4268 101.592 52.5785 101.445 52.7196 101.283C53.1535 101.177 53.975 101.125 54.7812 101.793C54.8848 101.883 54.9152 102.037 54.8384 102.153" fill="#BCBBEF"/>
|
|
30
|
+
<path d="M55.1966 70.3782C55.1966 70.3782 51.9171 70.9675 46.1385 70.6934L46.0466 70.0434L46.0242 69.8747L45.4269 65.664C45.4269 65.664 44.8716 64.9782 44.301 63.8613C44.2323 63.7309 44.1671 63.5961 44.1028 63.455C43.3233 61.7961 42.6341 59.3872 43.41 56.8711L44.6323 56.9291L44.8028 56.9407L48.885 57.1256L49.06 57.1398L50.3992 57.2006L50.6082 57.2113L51.4796 57.2479C51.4796 57.2479 55.9001 61.2291 55.1126 68.5863L55.1698 69.6095L55.1778 69.7756L55.2117 70.3809L55.1966 70.3782Z" fill="#0C6DD2"/>
|
|
31
|
+
<path d="M55.1053 31.3256C55.1053 31.3256 57.041 32.0756 57.7491 34.3041C58.4571 36.5381 56.3384 42.1863 57.0723 44.7854C57.8026 47.3845 57.6919 52.2872 55.4062 53.3211C53.1196 54.3577 48.4285 52.5059 47.4241 49.6711C46.416 46.8345 46.8535 36.1006 48.7857 32.4488C50.7223 28.7961 54.641 30.6372 55.1053 31.3202" fill="#C27057"/>
|
|
32
|
+
<path d="M47.4204 39.7373C47.4204 39.7373 48.8507 40.9534 51.3463 41.5319C53.8418 42.1123 55.1927 40.94 56.4668 42.5436C58.3811 44.9605 55.265 49.4087 53.6293 51.7123C53.0168 52.5721 51.7266 54.9578 51.4686 57.2444C51.4686 57.2444 47.1391 58.5025 43.4061 56.8712L43.1284 51.5605C43.1284 51.5605 40.7775 44.4043 47.4204 39.7373Z" fill="#E9E5E1"/>
|
|
33
|
+
<path d="M46.8114 39.1312C45.5096 38.4187 36.1328 42.0928 36.1328 42.0928C36.1328 42.0928 34.7436 44.5652 35.6114 45.5384C36.4748 46.5089 39.5453 46.083 40.4846 45.5384C41.4239 44.9964 43.9159 44.5839 43.9159 44.5839L46.815 39.1312H46.8114Z" fill="#E00842"/>
|
|
34
|
+
<path d="M43.5475 40.8731C43.5171 40.9312 43.4868 40.9838 43.4448 41.0392C43.0644 41.5812 42.3609 42.0213 42.3609 42.0213C42.3609 42.0213 41.0823 43.8124 41.0671 44.0169C41.0555 44.1919 38.8493 45.7981 37.868 45.7624C37.7341 45.7624 37.6198 45.7258 37.5439 45.6544C36.9618 45.1044 39.526 40.4946 40.0894 39.4963C40.1234 39.4329 40.1537 39.3829 40.1734 39.3499C40.1841 39.3222 40.1957 39.3088 40.1957 39.3088C40.1957 39.3088 39.743 37.6249 41.626 37.9428C43.1939 38.1999 43.5019 39.4437 43.6653 40.2821C43.7037 40.4785 43.6501 40.6856 43.5439 40.8731" fill="#B30635"/>
|
|
35
|
+
<path d="M36.9695 42.6187C38.2632 40.9178 42.8168 37.6196 45.2132 36.6401L45.8115 37.7544C45.8115 37.7544 41.1775 41.8303 40.0891 43.5723C39.0007 45.3142 37.6507 46.0384 36.3641 45.4553C35.0748 44.875 36.6954 42.975 36.9695 42.6187Z" fill="#F4B28D"/>
|
|
36
|
+
<path d="M48.4401 35.8078C46.9597 36.4158 47.1686 37.7542 45.8142 37.7542C44.974 37.7542 44.8633 36.7926 44.8633 36.7926C45.2436 35.9712 45.4838 34.5694 45.5374 33.906C45.5936 33.2391 45.8142 33.4962 45.8142 33.4962C45.8142 33.4355 45.8142 33.3748 45.807 33.3194C45.7883 32.8685 45.7044 32.5426 46.0008 32.7364C46.3356 32.9542 46.4499 34.2212 46.4499 34.2212C46.724 32.3712 46.3169 32.0944 46.6365 32.2578C47.074 32.4792 47.0776 34.1132 47.0776 34.1632C47.432 33.0873 47.3365 32.473 47.5794 32.7167C47.8276 32.9658 47.4544 34.9399 47.3097 35.6667C47.2758 35.8301 47.2526 35.9328 47.2526 35.9328C48.424 35.3569 48.4401 35.8024 48.4401 35.8024" fill="#F4B28D"/>
|
|
37
|
+
<path d="M43.0946 40.525L42.8472 40.8072L42.7213 40.9509L42.3187 41.4152C42.3187 41.4152 41.299 42.6518 41.3374 43.1465C41.3678 43.5027 39.4008 45.0983 37.8633 45.7616C37.2392 46.0331 36.6838 46.1518 36.3606 45.9643C35.2499 45.3224 35.4972 43.3983 36.1285 42.0929C36.6767 40.9536 39.108 39.4858 39.7312 39.1233C39.8115 39.0759 39.8571 39.0456 39.8758 39.0402L40.108 38.1366C40.108 38.1366 40.9571 37.625 41.6222 37.9375C41.6222 37.9375 40.1499 37.9983 40.3937 38.5733C40.641 39.1483 42.6838 40.5027 43.091 40.5197" fill="#E00842"/>
|
|
38
|
+
<path d="M56.7598 40.9535C56.467 40.3125 55.0179 39.5875 54.4429 39.8892C54.2759 39.9776 53.9866 40.4473 53.6625 41.0651C53.3616 41.1526 53.0652 41.1571 52.8759 40.9535C52.8759 40.9535 52.6205 39.2723 51.3652 39.0401C50.1098 38.8053 48.4509 38.7026 48.1321 39.3089C48.0554 39.4526 47.942 39.7098 47.8125 40.0276C48.3982 40.4232 49.6152 41.1303 51.3429 41.5285H51.3464C52.1098 41.7053 52.7634 41.7178 53.3429 41.6973C52.6366 43.1375 51.8937 44.9053 51.8937 44.9053C55.2 41.225 56.7598 43.0053 56.7598 43.0053C56.7598 43.0053 57.0527 41.5982 56.7598 40.9535Z" fill="#B30635"/>
|
|
39
|
+
<path d="M61.3668 64.8215C60.4694 66.6626 58.2623 67.1903 58.2623 67.1903C58.2623 67.1903 58.0953 66.9367 57.8132 66.4769C57.7828 66.4331 57.7525 66.3805 57.7221 66.3251C55.9873 63.5108 50.6802 54.5019 50.7828 49.818C50.9052 44.2224 54.5569 41.1474 54.5569 41.1474C56.4096 41.5894 56.9953 42.0956 56.9953 42.0956C56.9953 42.0956 57.6194 45.2813 57.0489 49.1162C56.4784 52.943 55.4355 53.9572 55.9605 54.2421C56.4819 54.5296 55.9605 55.0992 55.9605 55.0992C55.9605 55.0992 59.0391 59.3876 59.6132 60.718C59.9864 61.5885 60.6212 63.0653 61.0168 63.9912C61.0435 64.0555 61.0703 64.1188 61.0971 64.1796C61.2641 64.5697 61.3703 64.8242 61.3703 64.8242M48.7284 40.5197C48.7284 40.5197 47.0507 41.6063 45.9935 44.2197C44.9355 46.8349 41.5953 51.7563 40.8123 53.0313C40.0284 54.3001 40.5757 61.2206 40.5757 61.2206C40.5757 61.2206 39.5944 57.0242 39.1605 55.3894C38.723 53.7528 40.5685 49.7135 40.8462 49.5001C41.1239 49.2876 42.5391 49.6769 42.2685 48.0376C41.9953 46.3983 45.7998 39.3313 46.8114 39.1313C46.8114 39.1313 48.4355 39.4358 48.7328 40.5197" fill="#E00842"/>
|
|
40
|
+
<path d="M56.0222 42.0928C56.0222 42.0928 53.8195 43.724 55.1017 46.2213L61.207 52.5419C57.8561 56.1142 57.5249 57.5794 55.1017 59.2276L56.0222 60.6517C56.0222 60.6517 64.5052 54.1285 64.5213 52.5419C64.5249 51.8615 59.3392 43.6437 56.0222 42.0928Z" fill="#F4B28D"/>
|
|
41
|
+
<path d="M54.9677 59.2274C54.9677 59.2274 53.8043 59.3568 53.0695 59.5399C52.3356 59.722 51.3579 59.9051 51.3276 60.0568C51.2972 60.2086 52.9481 60.0568 52.9481 60.0568C52.9481 60.0568 51.6052 60.6068 51.5749 60.8202C51.5445 61.0327 53.2829 60.6676 53.2829 60.6676C53.2829 60.6676 52.1829 61.3426 52.2445 61.5247C52.3052 61.7077 53.6597 61.2515 53.6597 61.2515C53.6597 61.2515 53.4079 61.8926 53.1454 62.1997C53.1454 62.1997 53.4079 62.3435 53.941 61.7488C54.474 61.1604 55.3222 61.3506 55.9954 60.8256C56.6686 60.2997 55.5767 59.1497 54.9642 59.2274" fill="#F4B28D"/>
|
|
42
|
+
<path d="M65.0462 52.2929C64.9391 53.8768 61.0132 59.042 60.3587 59.225C60.1873 59.2688 60.0168 59.3625 59.8525 59.4732C59.7846 59.5232 59.7159 59.5786 59.6516 59.6259C59.2784 59.9268 58.9971 60.2723 58.9971 60.2723C57.8516 60.1982 54.6373 58.7107 55.6721 58.3813C55.7328 58.3643 55.8007 58.3259 55.8775 58.2759C55.9194 58.2455 55.965 58.2152 56.0105 58.1688C57.2275 57.1509 59.5944 53.0116 59.6096 52.6938C59.6212 52.3536 60.0319 52.2875 60.0319 52.2875C60.0319 52.2875 57.798 49.008 56.5052 48.6125C55.2114 48.217 54.5569 46.65 54.5569 46.65C53.2793 41.2384 56.9953 42.0875 56.9953 42.0875C59.7355 43.7214 65.1525 50.6973 65.0462 52.2875" fill="#E00842"/>
|
|
43
|
+
<path d="M53.2597 37.2875C53.2597 37.2875 52.0615 39.5018 52.0803 41.9544C52.0803 41.9544 50.133 43.2794 49.4365 41.6196C49.4365 41.6196 49.6267 41.0643 49.7678 40.1357C49.9044 39.2285 49.9955 37.9652 49.8205 36.516C49.5812 34.5527 53.2642 37.2848 53.2642 37.2848" fill="#F4B28D"/>
|
|
44
|
+
<path d="M50.7064 38.4087L49.9046 38.6649C49.8921 38.9828 49.8698 39.2801 49.8403 39.556C50.785 40.0364 52.5243 39.1319 52.5243 39.1319L50.7064 38.4087Z" fill="#C38E71"/>
|
|
45
|
+
<path d="M54.6261 37.108C54.6261 37.108 55.6832 36.8151 55.3225 37.65C54.9038 38.6178 53.8654 38.5151 53.869 38.1366C53.869 37.7544 54.6261 37.108 54.6261 37.108ZM49.9279 34.4339C49.9279 34.4339 49.6341 33.3919 49.1136 34.1241C48.5118 34.9732 49.1252 35.8 49.4484 35.6008C49.7716 35.4044 49.9279 34.4339 49.9279 34.4339Z" fill="#F4B28D"/>
|
|
46
|
+
<path d="M50.209 33.7562C51.0653 32.2384 52.3581 31.7437 54.0394 32.6919C55.7215 33.6375 55.9045 34.9678 55.0519 36.4857C53.3724 39.4651 52.6403 39.4187 50.534 39.3348C50.2786 39.3241 50.0519 39.1696 49.9492 38.9357C49.5831 38.1026 48.9295 36.0223 50.209 33.7562Z" fill="#F4B28D"/>
|
|
47
|
+
<path d="M54.1766 35.3515C54.1382 35.3515 54.1043 35.3238 54.0927 35.2854C54.0096 34.9506 53.6364 34.7542 53.632 34.7542C53.5909 34.7292 53.5757 34.6774 53.5945 34.6354C53.6177 34.5943 53.6668 34.5774 53.7087 34.597C53.7275 34.6077 54.1534 34.8318 54.257 35.2408C54.2677 35.2854 54.2409 35.3318 54.1962 35.3434H54.173M52.115 33.8863C52.115 33.8863 52.0846 33.8809 52.0695 33.8756C52.0695 33.8756 51.7034 33.6568 51.373 33.7568C51.3275 33.7729 51.2775 33.7452 51.2659 33.6988C51.2507 33.6542 51.2775 33.6068 51.323 33.5934C51.7266 33.4658 52.1409 33.7149 52.157 33.7265C52.198 33.7479 52.2096 33.8033 52.1873 33.8452C52.1721 33.8702 52.1409 33.8863 52.115 33.8863ZM51.8293 34.8184C51.807 34.8595 51.6578 34.8184 51.498 34.7265C51.3391 34.6354 51.2284 34.5336 51.2507 34.4917C51.2739 34.4479 51.4221 34.4917 51.582 34.5827C51.7418 34.6747 51.8525 34.7765 51.8293 34.8184ZM53.7239 35.8077C53.7007 35.8497 53.5525 35.8077 53.3927 35.7167C53.2328 35.6256 53.123 35.5202 53.1453 35.4792C53.1686 35.4372 53.3168 35.4792 53.4766 35.5702C53.6364 35.6613 53.7462 35.7667 53.7239 35.8077ZM50.7221 36.8452C50.7221 36.8452 51.582 37.5033 52.2061 37.522C52.2061 37.522 51.5445 38.064 51.0686 37.7131C50.5927 37.3622 50.7221 36.8452 50.7221 36.8452ZM51.9096 36.5024C51.8677 36.5024 51.8257 36.4988 51.7802 36.4881L51.8257 36.3086C51.9775 36.347 52.0534 36.2836 52.0918 36.2229C52.1418 36.1345 52.1373 36.0211 52.0918 35.9792C52.0686 35.9542 52.0275 35.9542 51.9703 35.9845L51.8828 35.822C52.073 35.722 52.1828 35.8104 52.2248 35.8524C52.3275 35.9604 52.3391 36.1649 52.248 36.3167C52.1757 36.4408 52.0534 36.5077 51.9052 36.5077" fill="#C38E71"/>
|
|
48
|
+
<path d="M54.4359 33.3194C54.4359 33.3194 53.8993 32.573 53.1537 33.1676C52.4118 33.7587 50.7377 34.7078 49.9127 34.3953C49.0868 34.0801 51.7153 30.5712 53.9948 31.5998C56.2734 32.6257 56.068 35.9739 55.1207 37.0355C54.1734 38.0998 54.6216 37.1078 54.6216 37.1078C54.6216 37.1078 54.6868 35.598 55.0028 34.5998C55.318 33.6016 54.4359 33.3221 54.4359 33.3221" fill="#C27057"/>
|
|
49
|
+
</svg>
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.2" d="M118 105C118 104.615 116.691 104.245 114.304 103.908C106.468 102.789 86.9086 102 64.0156 102C50.415 102 37.9821 102.282 28.4941 102.739C26.9381 102.813 25.4529 102.899 24.0655 102.98C15.3328 103.513 10 104.22 10 105C10 105.655 13.7484 106.253 20.1215 106.747C24.1604 107.061 29.2651 107.326 35.1577 107.535C37.9821 107.633 40.9709 107.718 44.1114 107.787C46.4979 107.841 48.9539 107.884 51.4821 107.919C54.9825 107.965 58.6091 107.993 62.3575 108H63.9901C72.5314 108 80.6093 107.891 87.7844 107.697C88.8303 107.668 89.8748 107.637 90.8725 107.603C91.5272 107.584 92.1876 107.562 92.8423 107.536C98.7293 107.33 103.84 107.063 107.9 106.751C114.252 106.257 117.994 105.655 117.994 105.004" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M83.7661 24.1594C83.7661 24.1594 84.2402 29.2139 85.2036 29.8594C86.3705 30.6433 86.7973 30.2978 87.1402 31.8183C87.3545 32.7675 86.767 34.0523 86.2545 34.8291C84.6991 37.1907 81.9125 36.8755 79.3527 37.313C77.8902 37.563 76.3054 36.9219 75.8304 35.4255C75.4545 34.2425 75.8018 32.1925 76.6509 31.2282C77.1634 30.6451 78.1054 30.5005 78.6875 29.9773C78.6964 29.9701 80.2598 28.5621 80.15 26.6317C80.0411 24.6969 82.6705 23.0844 83.7661 24.1594Z" fill="#DF967F"/>
|
|
4
|
+
<path d="M78.3999 21.4952C78.3999 21.4952 78.7097 27.9622 81.5062 28.0693C84.3026 28.1756 84.6276 24.6568 84.8106 22.0934C85.0151 19.2247 84.7696 18.3541 81.5062 18.189C78.3597 18.0291 78.3999 21.4952 78.3999 21.4952Z" fill="#DF967F"/>
|
|
5
|
+
<path d="M85.4688 20.4731C85.442 20.6588 85.3929 20.8606 85.3483 21.0705C86.1777 21.0526 86.1563 22.3633 85.8867 22.8267C85.8411 22.9053 85.5376 23.1517 85.5376 23.2062C85.5358 23.3722 85.867 23.3535 85.8233 23.6196C85.7617 24.0035 85.2429 24.2955 84.8608 24.1535C84.567 24.0446 84.6286 23.7097 84.5876 23.449C84.4813 22.7883 84.2349 22.4803 83.784 22.0481C83.4384 21.7169 82.8197 21.2535 82.7733 20.766C82.134 21.883 80.7429 22.0696 79.5697 21.8106C79.4036 22.4838 79.5304 22.8508 78.8518 23.2446C78.1947 23.6249 78.0813 23.2919 77.542 22.9356C77.4161 22.3937 78.1911 22.2963 78.5072 22.0588C77.7072 21.3008 78.0259 19.6142 78.7858 18.816C79.7206 17.8356 80.8429 17.4446 82.1617 17.5338C82.7706 17.5758 83.6054 17.8651 84.0438 18.2883C84.3867 18.6187 84.7536 18.8231 84.7947 19.5642C85.4626 19.6446 85.5376 20.0035 85.4688 20.4731ZM81.5634 25.3276C81.5634 25.3276 80.084 24.6026 78.8518 25.166C78.8518 25.166 78.359 29.2785 81.5634 29.2785C85.2617 29.2785 84.4393 25.0856 84.4393 25.0856C84.4393 25.0856 83.1242 24.6026 81.5634 25.3276Z" fill="#0C6DD2"/>
|
|
6
|
+
<path d="M67.0494 10.8328C67.0494 10.8328 67.0056 11.3489 67.002 11.5203C67.0011 11.7239 67.0386 12.3284 67.0386 12.3284C67.0386 12.3284 67.2985 14.4292 67.444 14.3989C67.5904 14.3667 67.9074 14.1301 67.936 13.9953C67.9663 13.8587 67.8922 13.5819 67.9226 13.4462C67.9511 13.3114 68.1029 13.1623 68.2654 13.1846C68.4297 13.2096 68.5279 13.9203 68.5279 13.9203C68.5279 13.9203 68.6047 14.498 68.4592 14.873C67.9502 16.1685 67.761 16.0292 67.702 16.1971C67.6297 16.3962 68.2288 19.1694 68.2288 19.1694C68.2288 19.1694 68.0056 19.7926 68.1119 20.2301L67.7717 20.8051C67.5217 21.0614 67.3672 20.2525 67.0574 20.3605C66.1958 20.3051 66.1958 20.3051 65.8663 19.4873C65.6395 18.1792 65.6895 18.2659 65.5672 17.3159C65.5672 17.3159 64.994 16.1873 64.6601 15.465C64.3217 14.7417 64.3136 13.9051 64.2467 13.6846C64.236 13.6534 64.0627 12.9123 64.0815 11.9417C64.0967 11.1051 64.4529 11.906 64.4529 11.906C64.4529 11.906 64.6904 13.4605 64.8056 13.4221C64.894 13.3909 64.7163 12.5498 64.7235 11.6248C64.7261 11.3882 64.7306 11.1525 64.7342 10.9373C64.7458 10.3721 65.0833 10.2167 65.1636 10.8123C65.1904 11.023 65.2315 11.3721 65.2235 11.6257C65.2181 11.8989 65.294 12.1516 65.3217 12.3828C65.3761 12.8444 65.4119 13.1792 65.4297 13.1659C65.4467 13.1525 65.5261 13.2328 65.5342 12.9801C65.5449 12.6775 65.4324 12.0248 65.486 11.5819C65.5145 11.331 65.5449 10.7971 65.5449 10.7971C65.5449 10.7971 65.736 10.0034 65.7833 10.0007C66.0449 9.97746 66.0663 10.5596 65.9815 10.8962C66.0369 11.1373 65.9895 11.6989 65.9895 11.6989C65.9895 11.6989 66.1413 12.8489 66.2976 12.8301C66.3645 12.8194 66.3547 12.1051 66.4485 11.4007C66.5377 10.7471 66.7306 10.1025 66.8574 10.1025C67.0752 10.0998 67.0502 10.8373 67.0502 10.8373L67.0467 10.8328H67.0494ZM96.7261 12.9275C96.7261 12.9275 96.7717 13.465 96.7761 13.6426C96.7761 13.8542 96.7369 14.4837 96.7369 14.4837C96.7369 14.4837 96.4672 16.6721 96.3154 16.6391C96.1627 16.606 95.8333 16.3596 95.8029 16.2194C95.7717 16.0775 95.8485 15.79 95.8172 15.648C95.7869 15.5069 95.6297 15.3516 95.4601 15.3757C95.2895 15.4016 95.1869 16.1409 95.1869 16.1409C95.1869 16.1409 95.1065 16.7435 95.2583 17.1328C95.7877 18.4819 95.9851 18.3373 96.0467 18.5114C96.1226 18.7194 95.4976 21.6069 95.4976 21.6069C95.4976 21.6069 95.7306 22.2551 95.6199 22.7114L95.9744 23.3096C96.2351 23.5775 96.3949 22.7346 96.7181 22.8471C97.6154 22.7891 97.6154 22.7891 97.9583 21.9382C98.194 20.5766 98.1413 20.6667 98.269 19.6775C98.269 19.6775 98.8663 18.5016 99.2136 17.7498C99.5654 16.9971 99.5744 16.1257 99.644 15.8962C99.6556 15.8641 99.836 15.0917 99.8163 14.0819C99.8003 13.2105 99.4297 14.0453 99.4297 14.0453C99.4297 14.0453 99.1815 15.6623 99.0619 15.623C98.9699 15.5909 99.1556 14.7141 99.1476 13.7516C99.1449 13.5051 99.1404 13.2596 99.1369 13.0355C99.1244 12.448 98.7735 12.2855 98.6895 12.906C98.6619 13.1248 98.619 13.4891 98.627 13.7525C98.6324 14.0364 98.5538 14.2998 98.5244 14.5409C98.4681 15.0212 98.4315 15.3694 98.4128 15.356C98.3949 15.3426 98.3128 15.4257 98.3038 15.1623C98.2922 14.848 98.4101 14.1676 98.3538 13.7069C98.3244 13.4453 98.2931 12.89 98.2931 12.89C98.2931 12.89 98.094 12.0632 98.0449 12.0605C97.7717 12.0364 97.7503 12.6426 97.8378 12.9935C97.7806 13.2444 97.8297 13.8284 97.8297 13.8284C97.8297 13.8284 97.6717 15.0266 97.5092 15.006C97.4395 14.9962 97.4494 14.2525 97.352 13.5185C97.2583 12.8373 97.0583 12.1667 96.9261 12.1667C96.6994 12.1641 96.7252 12.9319 96.7252 12.9319L96.7297 12.9266L96.7261 12.9275Z" fill="#DF967F"/>
|
|
7
|
+
<path d="M80.4864 50.64H83.4213C82.9195 50.64 82.4543 50.6052 81.9534 50.5347C81.4525 50.6052 80.9873 50.64 80.4864 50.64ZM93.0097 26.6963C92.7954 27.3981 95.3356 16.7257 94.3338 20.5177C93.332 24.3088 89.3597 30.5579 87.7498 30.1722C86.2472 29.7856 85.2097 29.8561 85.2097 29.8561C85.3525 30.9097 83.3489 32.6999 81.9534 32.665C80.5588 32.6999 78.5552 30.9097 78.6981 29.8561C78.6981 29.8561 77.8391 29.6802 76.1579 30.1722C74.5472 30.6284 70.5757 24.3088 69.5739 20.5177C68.5722 16.7257 68.6802 17.4275 68.465 16.7257C68.3222 16.3749 67.1052 17.3222 66.7481 17.4981C66.0677 17.8141 65.2811 18.2704 65.2088 18.4811C65.0659 18.832 65.6025 22.8695 67.5347 26.2052C69.4668 29.5052 72.8659 34.2802 73.3668 34.9115C74.5114 36.4213 74.19 38.0365 74.3686 39.7918C74.6186 42.3552 74.8695 44.9177 75.2989 47.4802C75.3347 47.832 75.5132 49.1659 75.7641 49.4115C75.7998 49.4463 75.8356 49.482 75.8713 49.5168C76.1222 49.6927 76.3722 49.6222 76.6588 49.5874C76.8016 49.5516 76.9802 49.5516 77.1954 49.5516C77.8748 49.5874 78.5909 49.8677 79.2704 50.0079C80.165 50.2186 81.0597 50.4293 81.9534 50.5347C82.8481 50.4293 83.7427 50.2186 84.6373 50.0079C85.2811 49.8677 86.0329 49.5874 86.7123 49.5516C86.9275 49.5516 87.1061 49.5516 87.2489 49.5874C87.5356 49.6222 87.7856 49.6927 88.0364 49.5168C88.0722 49.482 88.1079 49.4463 88.1436 49.4115C88.3945 49.1659 88.5731 47.832 88.6088 47.4802C89.0382 44.9177 89.2882 42.3552 89.5391 39.7918C89.7177 38.0365 89.3963 36.4213 90.5409 34.9115C91.0418 34.2802 94.4409 29.5052 96.3731 26.2052C98.3052 22.8695 98.6266 20.5177 98.5195 20.1659C98.4481 19.9552 97.4463 20.0606 96.8025 19.7454C96.4802 19.6043 94.6552 19.3588 94.5838 19.7097C92.6159 27.0124 93.0454 26.6615 93.0097 26.6963Z" fill="#F7C926"/>
|
|
8
|
+
<path d="M85.4159 37.7625C85.4114 36.7697 84.6034 35.9688 83.6114 35.9741C82.6364 35.9786 82.1596 36.6384 81.9552 37.0599C81.9052 37.1608 81.757 37.159 81.7132 37.0554C81.5346 36.6358 81.0855 35.9858 80.0195 35.9911C79.0275 35.9956 78.2266 36.8045 78.232 37.7974C78.2337 38.3036 78.4462 38.7599 78.7846 39.0849L81.6141 41.809C81.7427 41.9322 81.9462 41.9313 82.073 41.8072L84.8766 39.0554C85.2114 38.7277 85.4186 38.2697 85.4159 37.7625Z" fill="#E9E5E1"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M81.6118 24.0517C81.7251 23.8151 80.7394 25.1142 81.7814 24.9508C81.7814 24.9508 81.1635 24.9901 81.6118 24.0517ZM82.2876 22.6973C82.5876 22.441 83.0939 22.2642 83.4876 22.358C83.5626 22.3749 83.9564 22.5142 83.901 22.6508C83.8823 22.6803 83.751 22.6508 83.7314 22.6455C83.5439 22.6098 83.3564 22.5499 83.1876 22.5589C82.8689 22.5723 82.6439 22.9098 82.3439 22.8062M81.218 22.8535C80.9743 22.8124 80.8055 22.6508 80.5805 22.6017C80.3555 22.5553 80.168 22.5705 79.9618 22.6901C79.9055 22.7276 79.8493 22.7723 79.7921 22.8249C79.7743 22.8517 79.6984 22.9098 79.7359 22.9098C79.943 22.9062 80.1493 22.8026 80.3743 22.8232C80.5993 22.8437 80.8618 23.0241 81.068 22.9491M82.7564 23.1401C82.8689 23.1044 83.0001 23.1044 83.1314 23.0955C83.3001 23.0803 83.4689 23.0374 83.6198 23.0241C83.6939 23.0205 83.5064 23.2883 83.4876 23.3089C83.3001 23.433 83.1314 23.3866 82.9626 23.2553M79.9618 23.2964C80.093 23.3116 80.243 23.3258 80.3743 23.3321C80.4118 23.3339 80.8055 23.3053 80.8055 23.3098C80.8805 23.4214 80.7493 23.5267 80.6555 23.5678C80.468 23.6562 80.2618 23.6258 80.1109 23.4991" fill="#9B5A46"/>
|
|
10
|
+
<path d="M80.4214 25.882C80.4214 25.882 81.4982 26.5052 82.6196 25.8525C82.6196 25.8525 81.5723 28.0213 80.4214 25.882Z" fill="#DF967F"/>
|
|
11
|
+
<path d="M72.5821 97.6098L71.7857 102.779C71.7857 102.779 68.0652 104.341 65.0625 103.18C62.058 102.02 69.5661 102.019 68.6661 98.249C67.7652 94.4803 73.1705 97.9598 73.1705 97.9598" fill="#B30635"/>
|
|
12
|
+
<path d="M75.2195 48.1712C75.2195 52.9793 67.782 92.223 68.0418 100.467C70.0606 100.899 70.5543 99.9909 72.4338 100.71C72.415 98.0686 80.6141 65.4043 83.2606 63.5177L80.3793 48.1123L75.2195 48.1712Z" fill="#0C6DD2"/>
|
|
13
|
+
<path d="M92.6106 99.192L92.3525 103.113C92.3525 103.113 96.3615 105.528 99.365 104.368C102.368 103.207 95.1856 103.691 95.3829 99.8241C95.5758 96.0295 92.6106 99.192 92.6106 99.192Z" fill="#B30635"/>
|
|
14
|
+
<path d="M95.4473 100.836C95.7651 97.2383 90.1196 51.399 88.5383 48.0195L80.3794 48.1124L83.2606 63.5177C83.8678 64.491 91.2883 97.1829 92.4169 100.962C92.9562 100.848 95.4419 100.891 95.4473 100.836Z" fill="#0C6DD2"/>
|
|
15
|
+
<path d="M47.1722 74.8249C47.1722 74.8249 43.374 100.849 42.3258 102.042C41.2785 103.234 37.399 105.762 36.0088 105.335C34.6187 104.905 37.8713 102.661 38.6767 101.542C39.482 100.424 40.3526 100.15 40.4008 96.9981C40.449 93.8472 39.4053 75.9267 39.4053 75.9267L47.1928 74.4053L47.1722 74.8249Z" fill="#FFCABA"/>
|
|
16
|
+
<path d="M37.1429 103.092C36.1036 104.07 35.1313 105.064 36.0089 105.335C37.3991 105.763 41.2777 103.235 42.3259 102.042C42.483 101.863 42.7018 101.125 42.9607 100.003C40.0741 103.509 37.508 103.163 37.1429 103.092Z" fill="#FF7A85"/>
|
|
17
|
+
<path d="M48.6885 74.3274C48.6885 74.3274 49.0635 99.9435 50.2037 102.091C51.3438 104.238 56.9697 105.758 57.2537 105.302C57.5385 104.846 54.8197 102.997 54.1447 101.799C53.4688 100.601 52.634 100.235 52.9385 97.0962C53.2438 93.9596 56.2858 76.2605 56.2858 76.2605L48.7153 73.9087L48.6885 74.3274Z" fill="#FFCABA"/>
|
|
18
|
+
<path d="M57.2534 105.302C57.4115 105.05 56.6481 104.37 55.8222 103.611C54.957 103.695 52.582 103.597 49.8695 100.695C49.9731 101.379 50.0838 101.866 50.2034 102.091C51.3436 104.238 56.9695 105.758 57.2534 105.302ZM40.4222 22.416C39.5802 23.3419 39.0802 24.3499 39.0802 25.7186C39.0802 26.4669 39.1633 26.9713 39.4409 27.6017C39.682 28.1481 40.2374 28.7026 40.3624 29.2472C39.5659 29.3017 38.8909 29.3133 38.2284 29.9517C36.1311 31.9758 36.0311 36.7535 38.9909 38.0133C39.4811 38.2213 40.1597 38.3285 40.6124 38.1222C39.6141 37.4561 38.3418 39.5704 39.1766 40.674C40.1561 41.9686 42.5695 42.0177 43.9597 42.0892C45.5552 42.1722 47.9615 42.4785 49.2606 41.2919C50.2543 40.3847 50.7775 38.4758 50.9945 37.1544C51.3945 38.1981 51.8106 39.5079 52.8374 39.8936C53.8329 40.2677 55.0311 39.6169 55.59 38.674C56.1472 37.7347 55.9213 36.4472 55.3659 35.6151C55.0954 35.2115 53.499 33.0561 53.0543 33.2499C55.0481 32.3829 55.0534 29.949 54.6445 27.6883C53.4204 20.9231 44.9749 17.5535 40.5034 22.3276C40.4758 22.357 40.449 22.3865 40.4222 22.416Z" fill="#FF7A85"/>
|
|
19
|
+
<path d="M48.4463 24.1402C48.9338 24.6205 48.541 27.7938 48.6954 28.5839C49.1061 30.6813 51.2633 31.0089 51.9374 32.6804C52.216 33.3723 51.8392 34.4563 51.6401 35.0732C51.1972 36.4545 50.2945 38.4491 48.7249 38.833C47.8865 39.0384 46.6365 39.0295 45.7133 39.1509C44.5213 39.308 43.3285 39.2929 42.2285 38.7563C40.0517 37.6947 39.5222 35.4259 40.3204 33.2795C40.8856 31.7607 41.807 31.8625 42.9008 30.9357C44.0508 29.9625 44.5954 28.2723 44.5133 26.8286C44.3954 24.7241 47.2544 22.9714 48.4463 24.1402Z" fill="#FFCABA"/>
|
|
20
|
+
<path d="M44.5137 26.8285C44.5137 26.8285 45.1664 28.7339 46.6815 28.6937C48.1976 28.6544 48.7842 26.5946 48.7842 26.5946L44.5137 24.8018V26.8285Z" fill="#CCA295"/>
|
|
21
|
+
<path d="M42.9449 21.4766C42.9449 21.4766 43.8261 27.9731 46.3609 28.1481C48.8949 28.324 49.7181 24.6284 49.9172 22.0731C50.1395 19.2132 49.8707 18.3454 46.3225 18.1811C42.9011 18.0222 42.9449 21.4766 42.9449 21.4766Z" fill="#FFCABA"/>
|
|
22
|
+
<path d="M50.6313 20.5703C50.6027 20.7721 50.5483 20.9917 50.501 21.2194C51.4027 21.1997 51.3795 22.6256 51.0867 23.1292C51.0367 23.2149 50.7072 23.4819 50.7063 23.5417C50.7045 23.723 51.0652 23.7024 51.017 23.9917C50.9501 24.4087 50.3867 24.7265 49.9715 24.573C49.651 24.4542 49.7188 24.0899 49.6733 23.806C49.5581 23.0872 49.2894 22.7533 48.7992 22.2819C48.4242 21.9221 47.751 21.4185 47.7001 20.889C47.0054 22.1033 45.4929 22.306 44.2161 22.0247C44.0367 22.7569 44.1742 23.1551 43.4358 23.5837C42.7224 23.998 42.5983 23.6355 42.0117 23.248C41.8751 22.6578 42.3304 22.014 42.6733 21.756C41.8027 20.9319 42.5385 19.6355 43.3652 18.7676C44.3804 17.7015 45.6019 17.2765 47.0358 17.3739C47.6974 17.4185 48.6063 17.7337 49.0822 18.1944C49.4554 18.5533 49.8536 18.7756 49.8983 19.5819C50.6242 19.6685 50.7072 20.0587 50.6313 20.5703Z" fill="#FF7A85"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M47.3902 23.246C47.616 22.9737 48.1598 22.8496 48.516 22.9308C48.6473 22.9621 48.7223 23.0915 48.7973 23.1915C48.816 23.2273 48.8348 23.2585 48.8723 23.2924C48.8723 23.3112 48.9285 23.3603 48.9098 23.3487C48.741 23.2415 48.5723 23.0585 48.3473 23.0755C48.0098 23.1031 47.7473 23.4487 47.4089 23.3246M46.0027 23.3808C45.8893 23.379 45.7777 23.3299 45.6839 23.3023C45.533 23.2603 45.3652 23.2362 45.2152 23.1951C45.008 23.1353 44.7268 23.113 44.558 23.3058C44.5018 23.3692 44.4643 23.4442 44.408 23.5156C44.3893 23.5398 44.3893 23.563 44.3705 23.5871C44.3518 23.5987 44.333 23.6264 44.333 23.621C44.558 23.5308 44.7089 23.3148 44.9518 23.3192C45.1955 23.3228 45.4027 23.4764 45.6464 23.4915C45.7214 23.4951 45.8339 23.5121 45.8893 23.4558M46.5839 23.6246C46.5464 23.9433 46.4902 24.263 46.4339 24.579C46.3777 24.9246 46.3964 25.3165 46.5277 25.6389C46.5839 25.7273 46.7339 25.7067 46.8089 25.7067C46.8464 25.7085 46.8839 25.7085 46.9214 25.7085C46.9214 25.7085 46.9589 25.7219 46.9589 25.7085C46.9589 25.6299 46.8839 25.5755 46.8464 25.5174C46.7723 25.4085 46.7152 25.3112 46.6964 25.1799C46.6402 24.9023 46.6027 24.6094 46.5839 24.3264C46.5839 24.1531 46.6402 23.9398 46.6027 23.771M46.0964 26.3201C46.4714 26.5058 46.8839 26.5174 47.2964 26.4326C47.4089 26.4085 47.5402 26.3728 47.6535 26.3031C47.6714 26.2808 47.7098 26.2567 47.7277 26.2246C47.7473 26.2076 47.7848 26.1496 47.7652 26.1701C47.6535 26.5264 47.4839 27.0103 47.0339 27.0219C46.9589 27.0255 46.8652 27.0085 46.7723 26.9862C46.6964 26.9639 46.5839 26.9451 46.5089 26.8942C46.3964 26.8192 46.3214 26.6915 46.2464 26.5808C46.2277 26.538 46.2089 26.4719 46.1705 26.4398M47.7848 23.6005C47.991 23.6174 48.1973 23.5906 48.3848 23.5478C48.4035 23.546 48.591 23.488 48.591 23.4951C48.6848 23.5719 48.4785 23.7148 48.4223 23.7353C48.3098 23.7826 48.1402 23.8701 48.0089 23.829C47.9348 23.8049 47.8973 23.7335 47.8214 23.7148M44.7455 23.8085C44.8964 23.846 45.0839 23.8442 45.233 23.8237C45.2518 23.8201 45.4205 23.7674 45.4589 23.7862C45.5902 23.8683 45.3455 24.0094 45.2893 24.0237C45.0839 24.088 44.9705 24.0094 44.783 23.9362" fill="#CCA295"/>
|
|
24
|
+
<path d="M52.5373 29.1499C52.5418 28.7561 52.715 28.3392 52.9543 27.815C53.4945 26.6365 54.1829 25.5177 54.6766 24.324C55.3016 22.8115 55.7516 21.2454 56.4123 19.7472C56.6829 19.1347 57.0391 18.532 57.2766 17.8981C57.7141 16.7338 57.3936 15.5838 57.4231 14.3686C57.4275 14.1767 57.8927 14.7695 57.9079 14.799C58.0472 15.0722 58.0748 15.4642 58.0704 15.7954C58.0695 15.8775 58.1677 15.9249 58.2284 15.8695C58.6632 15.474 58.6579 14.774 58.9088 14.2784C59.1856 13.7311 59.5177 13.1195 59.8552 12.5758C59.9052 12.4936 60.0364 12.532 60.032 12.6275C59.9981 13.4034 59.4489 14.3168 59.3552 14.9856C59.3552 14.9856 59.5775 15.907 60.2025 13.9829C60.3731 13.524 60.4739 13.0749 60.7659 12.79C60.8311 12.7275 60.9989 12.7963 60.99 12.8856C60.9284 13.5231 60.5311 14.5615 60.2882 15.215C60.2498 15.3168 60.3847 15.3918 60.4525 15.3079C60.7945 14.8838 61.2454 14.1463 61.64 13.8034C61.7016 13.7499 61.7989 13.7972 61.7989 13.8784C61.8007 14.6302 61.0668 15.1588 60.8498 15.8409C60.8257 15.9168 60.8998 15.9909 60.9748 15.9624C61.2927 15.8427 61.5802 15.682 61.8525 15.4954C61.9329 15.44 62.0364 15.5258 61.9945 15.6142C61.3382 17.0088 59.8632 17.8061 59.1623 19.2347C58.0034 21.5945 57.5525 24.3275 56.8248 26.857C56.54 27.8463 55.4284 28.8293 55.0641 29.7936C54.9168 30.1856 54.6248 31.3954 54.1123 31.4472C53.8659 31.4722 54.3775 31.0892 54.1766 30.9481C53.8498 30.7186 53.4097 30.6168 53.1231 30.3311C52.6954 29.9061 52.5329 29.5392 52.5373 29.1499ZM38.4668 27.6597C38.4713 28.049 38.3088 28.4159 37.882 28.8409C37.8784 28.8436 37.8757 28.8463 37.8731 28.849C37.407 29.3034 36.6347 29.2061 36.2382 28.6909L36.1472 28.5722C36.0391 28.432 35.9391 28.2829 35.8641 28.1222C35.4409 27.2159 34.4463 26.2945 34.1793 25.3668C33.4516 22.8374 33.0016 20.1043 31.8418 17.7445C31.1409 16.3159 29.6659 15.5186 29.0097 14.124C28.9677 14.0356 29.0713 13.9499 29.1516 14.0052C29.4239 14.1918 29.7114 14.3525 30.0293 14.4722C30.1043 14.5008 30.1784 14.4267 30.1543 14.3499C29.9373 13.6686 29.2043 13.14 29.2052 12.3883C29.2052 12.3061 29.3016 12.2588 29.3641 12.3124C29.7588 12.6552 30.2106 13.3945 30.5525 13.8186C30.6204 13.9034 30.7543 13.8267 30.7168 13.7249C30.4739 13.0713 30.0748 12.032 30.0141 11.3945C30.0034 11.2775 30.1445 11.2115 30.2293 11.2918C30.5284 11.5758 30.6293 12.0293 30.8016 12.4927C31.4266 14.4168 31.6489 13.4954 31.6489 13.4954C31.5552 12.8284 31.0088 11.9177 30.9731 11.1436C30.9677 11.0445 31.0972 11.0008 31.1489 11.0856C31.4864 11.6293 31.8186 12.2409 32.0954 12.7883C32.3463 13.2838 32.3418 13.9847 32.7766 14.3793C32.8373 14.4347 32.9356 14.3874 32.9338 14.3061C32.9293 13.9749 32.957 13.582 33.0963 13.3088C33.1123 13.2793 33.5766 12.6865 33.5811 12.8784C33.6114 14.0936 33.29 15.2436 33.7275 16.4079C33.965 17.0418 34.3222 17.6445 34.5927 18.257C35.2534 19.7552 35.7034 21.3213 36.3284 22.8338C36.8213 24.0275 37.5097 25.1463 38.0498 26.3249C38.2891 26.849 38.4632 27.2659 38.4668 27.6597Z" fill="#FFCABA"/>
|
|
25
|
+
<path d="M43.3422 30.5032L42.7896 31.0443C42.7896 31.0443 43.7565 32.2451 46.5163 32.3059C49.2762 32.3657 50.7271 30.9237 50.7271 30.9237L49.9672 30.4434C49.9672 30.4434 46.0333 32.7264 43.3422 30.5032Z" fill="#0C6DD2"/>
|
|
26
|
+
<path d="M51.5574 41.1865C51.8324 40.2392 52.3449 39.3365 52.6038 38.4097C52.794 37.7312 52.8886 37.1187 52.952 36.4124C53.1342 34.3696 53.9458 32.5731 54.9315 30.7892C55.4404 29.8669 57.0744 26.6713 57.0744 26.6713C57.0744 26.6713 56.1217 26.0285 55.869 25.8597C55.2378 25.4401 54.7663 24.8562 54.1833 24.3981C53.3244 27.3321 52.0815 30.4838 48.9253 31.7446C45.4154 33.1463 43.3467 31.4713 41.102 28.9231C40.2583 27.966 39.4369 26.9892 38.5574 26.0633C37.7922 25.2597 37.2253 24.3213 36.4583 23.5303C36.1538 23.8169 33.6217 25.0347 33.7378 25.3892C34.311 26.9517 35.6253 28.7642 36.5163 30.2606C37.336 31.6374 38.8253 33.1624 39.0717 34.7062C39.2101 35.5722 38.9869 36.5267 39.1619 37.3517C39.3279 38.1347 39.7931 38.9231 40.1458 39.6955C40.4904 40.4499 41.0672 41.4026 41.2083 42.1999C41.3583 43.0508 41.402 43.424 41.2011 44.241C41.0601 44.8133 40.8172 46.4901 40.6869 47.0651C40.5208 47.8026 39.6413 49.0499 40.5815 49.1803C42.4797 49.4428 44.6288 48.1678 46.5413 48.2972C47.9547 48.3937 49.3994 48.7347 50.819 48.5151C51.4235 48.4222 52.4663 50.1356 52.4288 49.5222C52.4136 49.2776 51.7003 46.8794 51.4994 46.2169C51.0708 44.8035 51.136 42.6437 51.5574 41.1865Z" fill="#0C6DD2"/>
|
|
27
|
+
<path d="M49.3743 37.7158C49.3707 36.8801 48.6903 36.206 47.8555 36.2105C47.0359 36.214 46.635 36.7694 46.4618 37.1239C46.4207 37.2096 46.2957 37.2069 46.2591 37.1203C46.1082 36.7667 45.7296 36.2203 44.8341 36.2248C43.9993 36.2283 43.3251 36.9087 43.3296 37.7444C43.3323 38.1712 43.51 38.5542 43.7948 38.8274L46.176 41.1194C46.2832 41.223 46.4555 41.2221 46.5618 41.1176L48.9198 38.8042V38.8033C49.2019 38.5274 49.376 38.1417 49.3743 37.7158Z" fill="#E9E5E1"/>
|
|
28
|
+
<path d="M40.6868 47.0649C40.6868 47.0649 32.9868 64.1042 30.902 72.1257C28.8181 80.1471 34.1127 82.3605 36.9984 82.5212C39.8842 82.6819 45.0163 86.8524 49.9868 83.0024C54.9583 79.1524 57.7333 83.0596 61.1002 80.3319C64.469 77.6042 62.5984 70.9114 59.552 65.1355C56.5056 59.3605 51.8092 47.2042 51.8092 47.2042C51.8092 47.2042 44.3743 48.1882 40.6868 47.0649Z" fill="#E00842"/>
|
|
29
|
+
</svg>
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.2" d="M118 105C118 104.615 116.691 104.245 114.304 103.908C106.468 102.789 86.9086 102 64.0156 102C50.415 102 37.9821 102.282 28.4941 102.739C26.9381 102.813 25.4529 102.899 24.0655 102.98C15.3328 103.513 10 104.22 10 105C10 105.655 13.7484 106.253 20.1215 106.747C24.1604 107.061 29.2651 107.326 35.1577 107.535C37.9821 107.633 40.9709 107.718 44.1114 107.787C46.4979 107.841 48.9539 107.884 51.4821 107.919C54.9825 107.965 58.6091 107.993 62.3575 108H63.9901C72.5314 108 80.6093 107.891 87.7844 107.697C88.8303 107.668 89.8748 107.637 90.8725 107.603C91.5272 107.584 92.1876 107.562 92.8423 107.536C98.7293 107.33 103.84 107.063 107.9 106.751C114.252 106.257 117.994 105.655 117.994 105.004" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M83.7661 24.1594C83.7661 24.1594 84.2402 29.2139 85.2036 29.8594C86.3705 30.6433 86.7973 30.2978 87.1402 31.8183C87.3545 32.7675 86.767 34.0523 86.2545 34.8291C84.6991 37.1907 81.9125 36.8755 79.3527 37.313C77.8902 37.563 76.3054 36.9219 75.8304 35.4255C75.4545 34.2425 75.8018 32.1925 76.6509 31.2282C77.1634 30.6451 78.1054 30.5005 78.6875 29.9773C78.6964 29.9701 80.2598 28.5621 80.15 26.6317C80.0411 24.6969 82.6705 23.0844 83.7661 24.1594Z" fill="#DF967F"/>
|
|
4
|
+
<path d="M78.3999 21.4952C78.3999 21.4952 78.7097 27.9622 81.5062 28.0693C84.3026 28.1756 84.6276 24.6568 84.8106 22.0934C85.0151 19.2247 84.7696 18.3541 81.5062 18.189C78.3597 18.0291 78.3999 21.4952 78.3999 21.4952Z" fill="#DF967F"/>
|
|
5
|
+
<path d="M85.4688 20.4731C85.442 20.6588 85.3929 20.8606 85.3483 21.0705C86.1777 21.0526 86.1563 22.3633 85.8867 22.8267C85.8411 22.9053 85.5376 23.1517 85.5376 23.2062C85.5358 23.3722 85.867 23.3535 85.8233 23.6196C85.7617 24.0035 85.2429 24.2955 84.8608 24.1535C84.567 24.0446 84.6286 23.7097 84.5876 23.449C84.4813 22.7883 84.2349 22.4803 83.784 22.0481C83.4384 21.7169 82.8197 21.2535 82.7733 20.766C82.134 21.883 80.7429 22.0696 79.5697 21.8106C79.4036 22.4838 79.5304 22.8508 78.8518 23.2446C78.1947 23.6249 78.0813 23.2919 77.542 22.9356C77.4161 22.3937 78.1911 22.2963 78.5072 22.0588C77.7072 21.3008 78.0259 19.6142 78.7858 18.816C79.7206 17.8356 80.8429 17.4446 82.1617 17.5338C82.7706 17.5758 83.6054 17.8651 84.0438 18.2883C84.3867 18.6187 84.7536 18.8231 84.7947 19.5642C85.4626 19.6446 85.5376 20.0035 85.4688 20.4731ZM81.5634 25.3276C81.5634 25.3276 80.084 24.6026 78.8518 25.166C78.8518 25.166 78.359 29.2785 81.5634 29.2785C85.2617 29.2785 84.4393 25.0856 84.4393 25.0856C84.4393 25.0856 83.1242 24.6026 81.5634 25.3276Z" fill="#333D47"/>
|
|
6
|
+
<path d="M67.0494 10.8328C67.0494 10.8328 67.0056 11.3489 67.002 11.5203C67.0011 11.7239 67.0386 12.3284 67.0386 12.3284C67.0386 12.3284 67.2985 14.4292 67.444 14.3989C67.5904 14.3667 67.9074 14.1301 67.936 13.9953C67.9663 13.8587 67.8922 13.5819 67.9226 13.4462C67.9511 13.3114 68.1029 13.1623 68.2654 13.1846C68.4297 13.2096 68.5279 13.9203 68.5279 13.9203C68.5279 13.9203 68.6047 14.498 68.4592 14.873C67.9502 16.1685 67.761 16.0292 67.702 16.1971C67.6297 16.3962 68.2288 19.1694 68.2288 19.1694C68.2288 19.1694 68.0056 19.7926 68.1119 20.2301L67.7717 20.8051C67.5217 21.0614 67.3672 20.2525 67.0574 20.3605C66.1958 20.3051 66.1958 20.3051 65.8663 19.4873C65.6395 18.1792 65.6895 18.2659 65.5672 17.3159C65.5672 17.3159 64.994 16.1873 64.6601 15.465C64.3217 14.7417 64.3136 13.9051 64.2467 13.6846C64.236 13.6534 64.0627 12.9123 64.0815 11.9417C64.0967 11.1051 64.4529 11.906 64.4529 11.906C64.4529 11.906 64.6904 13.4605 64.8056 13.4221C64.894 13.3909 64.7163 12.5498 64.7235 11.6248C64.7261 11.3882 64.7306 11.1525 64.7342 10.9373C64.7458 10.3721 65.0833 10.2167 65.1636 10.8123C65.1904 11.023 65.2315 11.3721 65.2235 11.6257C65.2181 11.8989 65.294 12.1516 65.3217 12.3828C65.3761 12.8444 65.4119 13.1792 65.4297 13.1659C65.4467 13.1525 65.5261 13.2328 65.5342 12.9801C65.5449 12.6775 65.4324 12.0248 65.486 11.5819C65.5145 11.331 65.5449 10.7971 65.5449 10.7971C65.5449 10.7971 65.736 10.0034 65.7833 10.0007C66.0449 9.97746 66.0663 10.5596 65.9815 10.8962C66.0369 11.1373 65.9895 11.6989 65.9895 11.6989C65.9895 11.6989 66.1413 12.8489 66.2976 12.8301C66.3645 12.8194 66.3547 12.1051 66.4485 11.4007C66.5377 10.7471 66.7306 10.1025 66.8574 10.1025C67.0752 10.0998 67.0502 10.8373 67.0502 10.8373L67.0467 10.8328H67.0494ZM96.7261 12.9275C96.7261 12.9275 96.7717 13.465 96.7761 13.6426C96.7761 13.8542 96.7369 14.4837 96.7369 14.4837C96.7369 14.4837 96.4672 16.6721 96.3154 16.6391C96.1627 16.606 95.8333 16.3596 95.8029 16.2194C95.7717 16.0775 95.8485 15.79 95.8172 15.648C95.7869 15.5069 95.6297 15.3516 95.4601 15.3757C95.2895 15.4016 95.1869 16.1409 95.1869 16.1409C95.1869 16.1409 95.1065 16.7435 95.2583 17.1328C95.7877 18.4819 95.9851 18.3373 96.0467 18.5114C96.1226 18.7194 95.4976 21.6069 95.4976 21.6069C95.4976 21.6069 95.7306 22.2551 95.6199 22.7114L95.9744 23.3096C96.2351 23.5775 96.3949 22.7346 96.7181 22.8471C97.6154 22.7891 97.6154 22.7891 97.9583 21.9382C98.194 20.5766 98.1413 20.6667 98.269 19.6775C98.269 19.6775 98.8663 18.5016 99.2136 17.7498C99.5654 16.9971 99.5744 16.1257 99.644 15.8962C99.6556 15.8641 99.836 15.0917 99.8163 14.0819C99.8003 13.2105 99.4297 14.0453 99.4297 14.0453C99.4297 14.0453 99.1815 15.6623 99.0619 15.623C98.9699 15.5909 99.1556 14.7141 99.1476 13.7516C99.1449 13.5051 99.1404 13.2596 99.1369 13.0355C99.1244 12.448 98.7735 12.2855 98.6895 12.906C98.6619 13.1248 98.619 13.4891 98.627 13.7525C98.6324 14.0364 98.5538 14.2998 98.5244 14.5409C98.4681 15.0212 98.4315 15.3694 98.4128 15.356C98.3949 15.3426 98.3128 15.4257 98.3038 15.1623C98.2922 14.848 98.4101 14.1676 98.3538 13.7069C98.3244 13.4453 98.2931 12.89 98.2931 12.89C98.2931 12.89 98.094 12.0632 98.0449 12.0605C97.7717 12.0364 97.7503 12.6426 97.8378 12.9935C97.7806 13.2444 97.8297 13.8284 97.8297 13.8284C97.8297 13.8284 97.6717 15.0266 97.5092 15.006C97.4395 14.9962 97.4494 14.2525 97.352 13.5185C97.2583 12.8373 97.0583 12.1667 96.9261 12.1667C96.6994 12.1641 96.7252 12.9319 96.7252 12.9319L96.7297 12.9266L96.7261 12.9275Z" fill="#DF967F"/>
|
|
7
|
+
<path d="M80.4864 50.64H83.4213C82.9195 50.64 82.4543 50.6052 81.9534 50.5347C81.4525 50.6052 80.9873 50.64 80.4864 50.64ZM93.0097 26.6963C92.7954 27.3981 95.3356 16.7257 94.3338 20.5177C93.332 24.3088 89.3597 30.5579 87.7498 30.1722C86.2472 29.7856 85.2097 29.8561 85.2097 29.8561C85.3525 30.9097 83.3489 32.6999 81.9534 32.665C80.5588 32.6999 78.5552 30.9097 78.6981 29.8561C78.6981 29.8561 77.8391 29.6802 76.1579 30.1722C74.5472 30.6284 70.5757 24.3088 69.5739 20.5177C68.5722 16.7257 68.6802 17.4275 68.465 16.7257C68.3222 16.3749 67.1052 17.3222 66.7481 17.4981C66.0677 17.8141 65.2811 18.2704 65.2088 18.4811C65.0659 18.832 65.6025 22.8695 67.5347 26.2052C69.4668 29.5052 72.8659 34.2802 73.3668 34.9115C74.5114 36.4213 74.19 38.0365 74.3686 39.7918C74.6186 42.3552 74.8695 44.9177 75.2989 47.4802C75.3347 47.832 75.5132 49.1659 75.7641 49.4115C75.7998 49.4463 75.8356 49.482 75.8713 49.5168C76.1222 49.6927 76.3722 49.6222 76.6588 49.5874C76.8016 49.5516 76.9802 49.5516 77.1954 49.5516C77.8748 49.5874 78.5909 49.8677 79.2704 50.0079C80.165 50.2186 81.0597 50.4293 81.9534 50.5347C82.8481 50.4293 83.7427 50.2186 84.6373 50.0079C85.2811 49.8677 86.0329 49.5874 86.7123 49.5516C86.9275 49.5516 87.1061 49.5516 87.2489 49.5874C87.5356 49.6222 87.7856 49.6927 88.0364 49.5168C88.0722 49.482 88.1079 49.4463 88.1436 49.4115C88.3945 49.1659 88.5731 47.832 88.6088 47.4802C89.0382 44.9177 89.2882 42.3552 89.5391 39.7918C89.7177 38.0365 89.3963 36.4213 90.5409 34.9115C91.0418 34.2802 94.4409 29.5052 96.3731 26.2052C98.3052 22.8695 98.6266 20.5177 98.5195 20.1659C98.4481 19.9552 97.4463 20.0606 96.8025 19.7454C96.4802 19.6043 94.6552 19.3588 94.5838 19.7097C92.6159 27.0124 93.0454 26.6615 93.0097 26.6963Z" fill="#F7C926"/>
|
|
8
|
+
<path d="M85.4159 37.7625C85.4114 36.7697 84.6034 35.9688 83.6114 35.9741C82.6364 35.9786 82.1596 36.6384 81.9552 37.0599C81.9052 37.1608 81.757 37.159 81.7132 37.0554C81.5346 36.6358 81.0855 35.9858 80.0195 35.9911C79.0275 35.9956 78.2266 36.8045 78.232 37.7974C78.2337 38.3036 78.4462 38.7599 78.7846 39.0849L81.6141 41.809C81.7427 41.9322 81.9462 41.9313 82.073 41.8072L84.8766 39.0554C85.2114 38.7277 85.4186 38.2697 85.4159 37.7625Z" fill="#E9E5E1"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M81.6118 24.0517C81.7251 23.8151 80.7394 25.1142 81.7814 24.9508C81.7814 24.9508 81.1635 24.9901 81.6118 24.0517ZM82.2876 22.6973C82.5876 22.441 83.0939 22.2642 83.4876 22.358C83.5626 22.3749 83.9564 22.5142 83.901 22.6508C83.8823 22.6803 83.751 22.6508 83.7314 22.6455C83.5439 22.6098 83.3564 22.5499 83.1876 22.5589C82.8689 22.5723 82.6439 22.9098 82.3439 22.8062M81.218 22.8535C80.9743 22.8124 80.8055 22.6508 80.5805 22.6017C80.3555 22.5553 80.168 22.5705 79.9618 22.6901C79.9055 22.7276 79.8493 22.7723 79.7921 22.8249C79.7743 22.8517 79.6984 22.9098 79.7359 22.9098C79.943 22.9062 80.1493 22.8026 80.3743 22.8232C80.5993 22.8437 80.8618 23.0241 81.068 22.9491M82.7564 23.1401C82.8689 23.1044 83.0001 23.1044 83.1314 23.0955C83.3001 23.0803 83.4689 23.0374 83.6198 23.0241C83.6939 23.0205 83.5064 23.2883 83.4876 23.3089C83.3001 23.433 83.1314 23.3866 82.9626 23.2553M79.9618 23.2964C80.093 23.3116 80.243 23.3258 80.3743 23.3321C80.4118 23.3339 80.8055 23.3053 80.8055 23.3098C80.8805 23.4214 80.7493 23.5267 80.6555 23.5678C80.468 23.6562 80.2618 23.6258 80.1109 23.4991" fill="#9B5A46"/>
|
|
10
|
+
<path d="M80.4214 25.882C80.4214 25.882 81.4982 26.5052 82.6196 25.8525C82.6196 25.8525 81.5723 28.0213 80.4214 25.882Z" fill="#DF967F"/>
|
|
11
|
+
<path d="M72.5821 97.6098L71.7857 102.779C71.7857 102.779 68.0652 104.341 65.0625 103.18C62.058 102.02 69.5661 102.019 68.6661 98.249C67.7652 94.4803 73.1705 97.9598 73.1705 97.9598" fill="#B30635"/>
|
|
12
|
+
<path d="M75.2195 48.1712C75.2195 52.9793 67.782 92.223 68.0418 100.467C70.0606 100.899 70.5543 99.9909 72.4338 100.71C72.415 98.0686 80.6141 65.4043 83.2606 63.5177L80.3793 48.1123L75.2195 48.1712Z" fill="#0C6DD2"/>
|
|
13
|
+
<path d="M92.6106 99.192L92.3525 103.113C92.3525 103.113 96.3615 105.528 99.365 104.368C102.368 103.207 95.1856 103.691 95.3829 99.8241C95.5758 96.0295 92.6106 99.192 92.6106 99.192Z" fill="#B30635"/>
|
|
14
|
+
<path d="M95.4473 100.836C95.7651 97.2383 90.1196 51.399 88.5383 48.0195L80.3794 48.1124L83.2606 63.5177C83.8678 64.491 91.2883 97.1829 92.4169 100.962C92.9562 100.848 95.4419 100.891 95.4473 100.836Z" fill="#0C6DD2"/>
|
|
15
|
+
<path d="M47.1722 74.8249C47.1722 74.8249 43.374 100.849 42.3258 102.042C41.2785 103.234 37.399 105.762 36.0088 105.335C34.6187 104.905 37.8713 102.661 38.6767 101.542C39.482 100.424 40.3526 100.15 40.4008 96.9981C40.449 93.8472 39.4053 75.9267 39.4053 75.9267L47.1928 74.4053L47.1722 74.8249Z" fill="#FFCABA"/>
|
|
16
|
+
<path d="M37.1429 103.092C36.1036 104.07 35.1313 105.064 36.0089 105.335C37.3991 105.763 41.2777 103.235 42.3259 102.042C42.483 101.863 42.7018 101.125 42.9607 100.003C40.0741 103.509 37.508 103.163 37.1429 103.092Z" fill="#FF7A85"/>
|
|
17
|
+
<path d="M48.6885 74.3274C48.6885 74.3274 49.0635 99.9435 50.2037 102.091C51.3438 104.238 56.9697 105.758 57.2537 105.302C57.5385 104.846 54.8197 102.997 54.1447 101.799C53.4688 100.601 52.634 100.235 52.9385 97.0962C53.2438 93.9596 56.2858 76.2605 56.2858 76.2605L48.7153 73.9087L48.6885 74.3274Z" fill="#FFCABA"/>
|
|
18
|
+
<path d="M57.2534 105.302C57.4115 105.05 56.6481 104.37 55.8222 103.611C54.957 103.695 52.582 103.597 49.8695 100.695C49.9731 101.379 50.0838 101.866 50.2034 102.091C51.3436 104.238 56.9695 105.758 57.2534 105.302ZM40.4222 22.416C39.5802 23.3419 39.0802 24.3499 39.0802 25.7186C39.0802 26.4669 39.1633 26.9713 39.4409 27.6017C39.682 28.1481 40.2374 28.7026 40.3624 29.2472C39.5659 29.3017 38.8909 29.3133 38.2284 29.9517C36.1311 31.9758 36.0311 36.7535 38.9909 38.0133C39.4811 38.2213 40.1597 38.3285 40.6124 38.1222C39.6141 37.4561 38.3418 39.5704 39.1766 40.674C40.1561 41.9686 42.5695 42.0177 43.9597 42.0892C45.5552 42.1722 47.9615 42.4785 49.2606 41.2919C50.2543 40.3847 50.7775 38.4758 50.9945 37.1544C51.3945 38.1981 51.8106 39.5079 52.8374 39.8936C53.8329 40.2677 55.0311 39.6169 55.59 38.674C56.1472 37.7347 55.9213 36.4472 55.3659 35.6151C55.0954 35.2115 53.499 33.0561 53.0543 33.2499C55.0481 32.3829 55.0534 29.949 54.6445 27.6883C53.4204 20.9231 44.9749 17.5535 40.5034 22.3276C40.4758 22.357 40.449 22.3865 40.4222 22.416Z" fill="#FF7A85"/>
|
|
19
|
+
<path d="M48.4463 24.1402C48.9338 24.6205 48.541 27.7938 48.6954 28.5839C49.1061 30.6813 51.2633 31.0089 51.9374 32.6804C52.216 33.3723 51.8392 34.4563 51.6401 35.0732C51.1972 36.4545 50.2945 38.4491 48.7249 38.833C47.8865 39.0384 46.6365 39.0295 45.7133 39.1509C44.5213 39.308 43.3285 39.2929 42.2285 38.7563C40.0517 37.6947 39.5222 35.4259 40.3204 33.2795C40.8856 31.7607 41.807 31.8625 42.9008 30.9357C44.0508 29.9625 44.5954 28.2723 44.5133 26.8286C44.3954 24.7241 47.2544 22.9714 48.4463 24.1402Z" fill="#FFCABA"/>
|
|
20
|
+
<path d="M44.5137 26.8285C44.5137 26.8285 45.1664 28.7339 46.6815 28.6937C48.1976 28.6544 48.7842 26.5946 48.7842 26.5946L44.5137 24.8018V26.8285Z" fill="#CCA295"/>
|
|
21
|
+
<path d="M42.9449 21.4766C42.9449 21.4766 43.8261 27.9731 46.3609 28.1481C48.8949 28.324 49.7181 24.6284 49.9172 22.0731C50.1395 19.2132 49.8707 18.3454 46.3225 18.1811C42.9011 18.0222 42.9449 21.4766 42.9449 21.4766Z" fill="#FFCABA"/>
|
|
22
|
+
<path d="M50.6313 20.5703C50.6027 20.7721 50.5483 20.9917 50.501 21.2194C51.4027 21.1997 51.3795 22.6256 51.0867 23.1292C51.0367 23.2149 50.7072 23.4819 50.7063 23.5417C50.7045 23.723 51.0652 23.7024 51.017 23.9917C50.9501 24.4087 50.3867 24.7265 49.9715 24.573C49.651 24.4542 49.7188 24.0899 49.6733 23.806C49.5581 23.0872 49.2894 22.7533 48.7992 22.2819C48.4242 21.9221 47.751 21.4185 47.7001 20.889C47.0054 22.1033 45.4929 22.306 44.2161 22.0247C44.0367 22.7569 44.1742 23.1551 43.4358 23.5837C42.7224 23.998 42.5983 23.6355 42.0117 23.248C41.8751 22.6578 42.3304 22.014 42.6733 21.756C41.8027 20.9319 42.5385 19.6355 43.3652 18.7676C44.3804 17.7015 45.6019 17.2765 47.0358 17.3739C47.6974 17.4185 48.6063 17.7337 49.0822 18.1944C49.4554 18.5533 49.8536 18.7756 49.8983 19.5819C50.6242 19.6685 50.7072 20.0587 50.6313 20.5703Z" fill="#FF7A85"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M47.3902 23.246C47.616 22.9737 48.1598 22.8496 48.516 22.9308C48.6473 22.9621 48.7223 23.0915 48.7973 23.1915C48.816 23.2273 48.8348 23.2585 48.8723 23.2924C48.8723 23.3112 48.9285 23.3603 48.9098 23.3487C48.741 23.2415 48.5723 23.0585 48.3473 23.0755C48.0098 23.1031 47.7473 23.4487 47.4089 23.3246M46.0027 23.3808C45.8893 23.379 45.7777 23.3299 45.6839 23.3023C45.533 23.2603 45.3652 23.2362 45.2152 23.1951C45.008 23.1353 44.7268 23.113 44.558 23.3058C44.5018 23.3692 44.4643 23.4442 44.408 23.5156C44.3893 23.5398 44.3893 23.563 44.3705 23.5871C44.3518 23.5987 44.333 23.6264 44.333 23.621C44.558 23.5308 44.7089 23.3148 44.9518 23.3192C45.1955 23.3228 45.4027 23.4764 45.6464 23.4915C45.7214 23.4951 45.8339 23.5121 45.8893 23.4558M46.5839 23.6246C46.5464 23.9433 46.4902 24.263 46.4339 24.579C46.3777 24.9246 46.3964 25.3165 46.5277 25.6389C46.5839 25.7273 46.7339 25.7067 46.8089 25.7067C46.8464 25.7085 46.8839 25.7085 46.9214 25.7085C46.9214 25.7085 46.9589 25.7219 46.9589 25.7085C46.9589 25.6299 46.8839 25.5755 46.8464 25.5174C46.7723 25.4085 46.7152 25.3112 46.6964 25.1799C46.6402 24.9023 46.6027 24.6094 46.5839 24.3264C46.5839 24.1531 46.6402 23.9398 46.6027 23.771M46.0964 26.3201C46.4714 26.5058 46.8839 26.5174 47.2964 26.4326C47.4089 26.4085 47.5402 26.3728 47.6535 26.3031C47.6714 26.2808 47.7098 26.2567 47.7277 26.2246C47.7473 26.2076 47.7848 26.1496 47.7652 26.1701C47.6535 26.5264 47.4839 27.0103 47.0339 27.0219C46.9589 27.0255 46.8652 27.0085 46.7723 26.9862C46.6964 26.9639 46.5839 26.9451 46.5089 26.8942C46.3964 26.8192 46.3214 26.6915 46.2464 26.5808C46.2277 26.538 46.2089 26.4719 46.1705 26.4398M47.7848 23.6005C47.991 23.6174 48.1973 23.5906 48.3848 23.5478C48.4035 23.546 48.591 23.488 48.591 23.4951C48.6848 23.5719 48.4785 23.7148 48.4223 23.7353C48.3098 23.7826 48.1402 23.8701 48.0089 23.829C47.9348 23.8049 47.8973 23.7335 47.8214 23.7148M44.7455 23.8085C44.8964 23.846 45.0839 23.8442 45.233 23.8237C45.2518 23.8201 45.4205 23.7674 45.4589 23.7862C45.5902 23.8683 45.3455 24.0094 45.2893 24.0237C45.0839 24.088 44.9705 24.0094 44.783 23.9362" fill="#CCA295"/>
|
|
24
|
+
<path d="M52.5373 29.1499C52.5418 28.7561 52.715 28.3392 52.9543 27.815C53.4945 26.6365 54.1829 25.5177 54.6766 24.324C55.3016 22.8115 55.7516 21.2454 56.4123 19.7472C56.6829 19.1347 57.0391 18.532 57.2766 17.8981C57.7141 16.7338 57.3936 15.5838 57.4231 14.3686C57.4275 14.1767 57.8927 14.7695 57.9079 14.799C58.0472 15.0722 58.0748 15.4642 58.0704 15.7954C58.0695 15.8775 58.1677 15.9249 58.2284 15.8695C58.6632 15.474 58.6579 14.774 58.9088 14.2784C59.1856 13.7311 59.5177 13.1195 59.8552 12.5758C59.9052 12.4936 60.0364 12.532 60.032 12.6275C59.9981 13.4034 59.4489 14.3168 59.3552 14.9856C59.3552 14.9856 59.5775 15.907 60.2025 13.9829C60.3731 13.524 60.4739 13.0749 60.7659 12.79C60.8311 12.7275 60.9989 12.7963 60.99 12.8856C60.9284 13.5231 60.5311 14.5615 60.2882 15.215C60.2498 15.3168 60.3847 15.3918 60.4525 15.3079C60.7945 14.8838 61.2454 14.1463 61.64 13.8034C61.7016 13.7499 61.7989 13.7972 61.7989 13.8784C61.8007 14.6302 61.0668 15.1588 60.8498 15.8409C60.8257 15.9168 60.8998 15.9909 60.9748 15.9624C61.2927 15.8427 61.5802 15.682 61.8525 15.4954C61.9329 15.44 62.0364 15.5258 61.9945 15.6142C61.3382 17.0088 59.8632 17.8061 59.1623 19.2347C58.0034 21.5945 57.5525 24.3275 56.8248 26.857C56.54 27.8463 55.4284 28.8293 55.0641 29.7936C54.9168 30.1856 54.6248 31.3954 54.1123 31.4472C53.8659 31.4722 54.3775 31.0892 54.1766 30.9481C53.8498 30.7186 53.4097 30.6168 53.1231 30.3311C52.6954 29.9061 52.5329 29.5392 52.5373 29.1499ZM38.4668 27.6597C38.4713 28.049 38.3088 28.4159 37.882 28.8409C37.8784 28.8436 37.8757 28.8463 37.8731 28.849C37.407 29.3034 36.6347 29.2061 36.2382 28.6909L36.1472 28.5722C36.0391 28.432 35.9391 28.2829 35.8641 28.1222C35.4409 27.2159 34.4463 26.2945 34.1793 25.3668C33.4516 22.8374 33.0016 20.1043 31.8418 17.7445C31.1409 16.3159 29.6659 15.5186 29.0097 14.124C28.9677 14.0356 29.0713 13.9499 29.1516 14.0052C29.4239 14.1918 29.7114 14.3525 30.0293 14.4722C30.1043 14.5008 30.1784 14.4267 30.1543 14.3499C29.9373 13.6686 29.2043 13.14 29.2052 12.3883C29.2052 12.3061 29.3016 12.2588 29.3641 12.3124C29.7588 12.6552 30.2106 13.3945 30.5525 13.8186C30.6204 13.9034 30.7543 13.8267 30.7168 13.7249C30.4739 13.0713 30.0748 12.032 30.0141 11.3945C30.0034 11.2775 30.1445 11.2115 30.2293 11.2918C30.5284 11.5758 30.6293 12.0293 30.8016 12.4927C31.4266 14.4168 31.6489 13.4954 31.6489 13.4954C31.5552 12.8284 31.0088 11.9177 30.9731 11.1436C30.9677 11.0445 31.0972 11.0008 31.1489 11.0856C31.4864 11.6293 31.8186 12.2409 32.0954 12.7883C32.3463 13.2838 32.3418 13.9847 32.7766 14.3793C32.8373 14.4347 32.9356 14.3874 32.9338 14.3061C32.9293 13.9749 32.957 13.582 33.0963 13.3088C33.1123 13.2793 33.5766 12.6865 33.5811 12.8784C33.6114 14.0936 33.29 15.2436 33.7275 16.4079C33.965 17.0418 34.3222 17.6445 34.5927 18.257C35.2534 19.7552 35.7034 21.3213 36.3284 22.8338C36.8213 24.0275 37.5097 25.1463 38.0498 26.3249C38.2891 26.849 38.4632 27.2659 38.4668 27.6597Z" fill="#FFCABA"/>
|
|
25
|
+
<path d="M43.3422 30.5032L42.7896 31.0443C42.7896 31.0443 43.7565 32.2451 46.5163 32.3059C49.2762 32.3657 50.7271 30.9237 50.7271 30.9237L49.9672 30.4434C49.9672 30.4434 46.0333 32.7264 43.3422 30.5032Z" fill="#0C6DD2"/>
|
|
26
|
+
<path d="M51.5574 41.1865C51.8324 40.2392 52.3449 39.3365 52.6038 38.4097C52.794 37.7312 52.8886 37.1187 52.952 36.4124C53.1342 34.3696 53.9458 32.5731 54.9315 30.7892C55.4404 29.8669 57.0744 26.6713 57.0744 26.6713C57.0744 26.6713 56.1217 26.0285 55.869 25.8597C55.2378 25.4401 54.7663 24.8562 54.1833 24.3981C53.3244 27.3321 52.0815 30.4838 48.9253 31.7446C45.4154 33.1463 43.3467 31.4713 41.102 28.9231C40.2583 27.966 39.4369 26.9892 38.5574 26.0633C37.7922 25.2597 37.2253 24.3213 36.4583 23.5303C36.1538 23.8169 33.6217 25.0347 33.7378 25.3892C34.311 26.9517 35.6253 28.7642 36.5163 30.2606C37.336 31.6374 38.8253 33.1624 39.0717 34.7062C39.2101 35.5722 38.9869 36.5267 39.1619 37.3517C39.3279 38.1347 39.7931 38.9231 40.1458 39.6955C40.4904 40.4499 41.0672 41.4026 41.2083 42.1999C41.3583 43.0508 41.402 43.424 41.2011 44.241C41.0601 44.8133 40.8172 46.4901 40.6869 47.0651C40.5208 47.8026 39.6413 49.0499 40.5815 49.1803C42.4797 49.4428 44.6288 48.1678 46.5413 48.2972C47.9547 48.3937 49.3994 48.7347 50.819 48.5151C51.4235 48.4222 52.4663 50.1356 52.4288 49.5222C52.4136 49.2776 51.7003 46.8794 51.4994 46.2169C51.0708 44.8035 51.136 42.6437 51.5574 41.1865Z" fill="#0C6DD2"/>
|
|
27
|
+
<path d="M49.3743 37.7158C49.3707 36.8801 48.6903 36.206 47.8555 36.2105C47.0359 36.214 46.635 36.7694 46.4618 37.1239C46.4207 37.2096 46.2957 37.2069 46.2591 37.1203C46.1082 36.7667 45.7296 36.2203 44.8341 36.2248C43.9993 36.2283 43.3251 36.9087 43.3296 37.7444C43.3323 38.1712 43.51 38.5542 43.7948 38.8274L46.176 41.1194C46.2832 41.223 46.4555 41.2221 46.5618 41.1176L48.9198 38.8042V38.8033C49.2019 38.5274 49.376 38.1417 49.3743 37.7158Z" fill="#E9E5E1"/>
|
|
28
|
+
<path d="M40.6868 47.0649C40.6868 47.0649 32.9868 64.1042 30.902 72.1257C28.8181 80.1471 34.1127 82.3605 36.9984 82.5212C39.8842 82.6819 45.0163 86.8524 49.9868 83.0024C54.9583 79.1524 57.7333 83.0596 61.1002 80.3319C64.469 77.6042 62.5984 70.9114 59.552 65.1355C56.5056 59.3605 51.8092 47.2042 51.8092 47.2042C51.8092 47.2042 44.3743 48.1882 40.6868 47.0649Z" fill="#E00842"/>
|
|
29
|
+
</svg>
|