@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,54 @@
|
|
|
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="M114 104.827C114 104.378 112.8 103.946 110.612 103.553C103.429 102.247 85.4996 101.327 64.5143 101.327C52.0471 101.327 40.6503 101.656 31.9529 102.189C30.5266 102.276 29.1651 102.375 27.8933 102.47C19.8884 103.091 15 103.917 15 104.827C15 105.59 18.4361 106.289 24.278 106.865C27.9804 107.231 32.6596 107.541 38.0612 107.784C40.6503 107.899 43.39 107.998 46.2688 108.078C48.4564 108.142 50.7077 108.191 53.0253 108.232C56.234 108.285 59.5583 108.319 62.9944 108.327H64.4909C72.3204 108.327 79.7252 108.199 86.3024 107.973C87.2611 107.94 88.2185 107.903 89.1331 107.864C89.7333 107.841 90.3386 107.816 90.9388 107.786C96.3352 107.545 101.02 107.234 104.741 106.87C110.564 106.293 113.995 105.59 113.995 104.831" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M57.0643 76.3285L55.9688 103.689L56.5161 103.688L58.3955 76.3285H57.0643ZM76.2321 75.8115L78.483 103.101L77.9357 103.124L74.9018 75.8678L76.2321 75.8115Z" fill="#C64A67"/>
|
|
4
|
+
<path d="M85.417 83.5615H83.9616L81.8545 103.687H82.1232L85.417 83.5615ZM94.7357 83.5615H96.1902L98.2982 103.687H98.0295L94.7357 83.5615Z" fill="#E26276"/>
|
|
5
|
+
<path d="M82.6259 84.5178C85.767 85.4089 89.0929 85.5437 92.3224 85.1803C94.8884 84.8928 97.5617 84.4482 99.7367 82.9258C101.815 81.4714 103.63 78.9553 104.085 76.3964C104.508 74.0187 101.733 72.6053 99.7259 72.6749C99.7259 72.6749 99.3072 68.4008 96.7018 67.8785C94.0974 67.3562 85.8179 66.8339 83.492 67.8785C81.1652 68.9232 81.2581 72.533 80.8402 72.533C79.3617 72.533 78.134 71.9544 77.1956 73.5464C75.1884 76.9491 76.7706 82.8571 82.6259 84.5178Z" fill="#FF7A85"/>
|
|
6
|
+
<path d="M102.373 79.1803C100.198 80.7017 97.5249 81.1463 94.9579 81.4347C91.7285 81.7972 88.4035 81.6624 85.2624 80.7713C80.7392 79.4883 78.7651 75.6704 79.0276 72.4312C78.3311 72.4463 77.7186 72.6588 77.1954 73.5463C75.1883 76.949 76.7713 82.857 82.6267 84.5178C85.7668 85.4088 89.0927 85.5437 92.3222 85.1812C94.8892 84.8928 97.5615 84.4481 99.7365 82.9258C101.312 81.8231 102.736 80.1115 103.53 78.2347C103.16 78.5838 102.771 78.9008 102.373 79.1803Z" fill="#FFE4E7"/>
|
|
7
|
+
<path d="M89.7456 54.4222C89.7456 54.4222 87.709 58.3035 86.4564 61.3678C85.2046 64.432 82.7894 69.9999 81.5849 70.1999C80.4742 70.3838 77.4287 70.1195 76.9608 70.0776C75.7599 70.1812 74.9019 71.5294 74.5483 71.882C74.0742 72.357 74.6483 70.9133 74.8894 70.6731C75.1296 70.4329 75.2456 70.4097 75.2456 70.4097C75.2456 70.4097 74.9671 70.2856 74.6724 70.441C74.3778 70.5954 74.3108 71.3151 74.0215 71.882C73.7305 72.4508 73.6948 71.8204 73.7733 71.3865C73.8501 70.9526 74.0367 70.3169 74.0367 70.3169C74.0367 70.3169 72.7805 71.6812 72.6564 71.3713C72.5323 71.0615 73.6331 70.0222 73.6331 70.0222C73.6331 70.0222 72.176 70.7972 72.1135 70.4874C72.0519 70.1776 74.9974 68.5338 75.4474 68.4249C76.9171 68.0704 77.8796 68.632 80.4965 68.2901C82.3465 68.049 82.8456 55.9704 85.734 53.6704C87.6573 52.1383 87.9617 52.6981 89.159 53.249C90.0724 53.6687 89.6564 54.132 89.7456 54.4222Z" fill="#F4B28D"/>
|
|
8
|
+
<path d="M84.7197 65.3749L83.9813 66.8793L81.5215 66.7615L82.0759 64.8579L84.7197 65.3749Z" fill="#C38E71"/>
|
|
9
|
+
<path d="M75.4463 68.425C74.9972 68.5339 72.0508 70.1777 72.1133 70.4875C72.1749 70.7973 73.6329 70.0223 73.6329 70.0223C73.6329 70.0223 72.532 71.0607 72.6561 71.3714C72.7802 71.6812 74.0356 70.317 74.0356 70.317C74.0356 70.317 73.8499 70.9518 73.7731 71.3866C73.6945 71.8205 73.7302 72.4509 74.0204 71.883C74.3106 71.3152 74.3767 70.5955 74.6722 70.4402C74.966 70.2857 75.2454 70.4098 75.2454 70.4098C75.2454 70.4098 75.1294 70.433 74.8892 70.6732C74.6481 70.9134 74.074 72.3562 74.5472 71.883C74.9008 71.5295 75.7597 70.1812 76.9597 70.0777C77.0883 70.0893 77.4151 70.1178 77.8392 70.1491C77.6776 69.5402 77.4026 68.9312 77.1052 68.3232C76.5419 68.2884 76.0347 68.2839 75.4463 68.425Z" fill="#F4B28D"/>
|
|
10
|
+
<path d="M81.4626 80.8955L81.3796 82.208C82.0831 83.4303 83.2019 84.5491 83.6099 86.8062C84.6572 92.6 86.293 102.216 86.293 102.216C86.293 102.216 87.301 103.51 86.7037 103.678C86.1064 103.846 84.4635 104.466 83.2099 104.818C81.9555 105.171 81.7001 104.656 81.7001 104.656C81.7001 104.656 84.5501 103.35 84.5126 102.071C84.476 100.794 76.509 79.775 76.509 79.775L81.7751 77.6509L81.4626 80.8955Z" fill="#C38E71"/>
|
|
11
|
+
<path d="M82.4098 104.226L83.65 104.617L86.3348 102.298C86.3348 102.298 87.2723 103.502 86.7169 103.658C86.1616 103.814 84.2321 104.626 83.0652 104.955C81.8991 105.282 81.1169 104.842 81.1169 104.842C81.1169 104.842 81.7089 104.598 82.4098 104.226Z" fill="#5856D6"/>
|
|
12
|
+
<path d="M71.2151 101.749L73.3866 98.2398L75.3901 78.5434C75.3901 78.5434 84.3884 74.3398 85.6276 73.4765C86.8669 72.6131 87.5848 69.0934 86.591 67.5041L93.7428 66.5898L96.0919 74.7229C96.6625 76.7532 95.8785 78.7782 93.4383 79.722C90.9973 80.6648 79.3169 80.5961 79.3169 80.5961C79.3169 80.5961 80.2535 80.7202 80.1571 82.9336C80.0607 85.1461 74.125 98.805 74.125 98.805L73.4741 103.369L70.8276 104.499L71.2151 101.749Z" fill="#F4B28D"/>
|
|
13
|
+
<path d="M73.4741 103.369L71.2151 101.748L70.8276 104.499L73.4741 103.369Z" fill="#5856D6"/>
|
|
14
|
+
<path d="M96.0911 74.7233C94.9937 70.8188 94.9821 67.6759 94.9821 67.6759L94.1348 60.5858L92.4268 54.842C90.1527 54.6358 87.4964 55.1965 85.2044 55.6027C85.2044 55.6027 84.2553 57.1456 84.2536 58.7277C84.2509 60.309 84.9982 61.0268 84.9759 61.6233C84.8223 65.6393 84.5848 71.7697 84.7196 72.7438L81.3964 74.7072C78.9875 75.9277 77.5857 76.8188 77.5857 76.8188C77.5857 76.8188 81.3348 81.434 81.6937 82.7117C81.6937 82.7117 91.2018 80.3599 92.9643 79.8661C94.7286 79.3697 97.1884 78.6295 96.0911 74.7233Z" fill="#E00842"/>
|
|
15
|
+
<path d="M87.0427 49.8964C87.0427 50.0045 87.8633 52.1928 86.9749 53.9196C86.0865 55.6455 90.0767 54.4518 90.9186 53.4161C90.2061 51.8464 90.2365 48.9009 90.2365 48.9009L87.0427 49.8964Z" fill="#F4B28D"/>
|
|
16
|
+
<path d="M87.3242 51.1626L89.8715 49.9385C89.8715 49.9385 89.4001 51.5519 87.3831 51.8028L87.3242 51.1626Z" fill="#C38E71"/>
|
|
17
|
+
<path d="M81.3963 64.0605C81.3963 62.5069 82.799 56.3569 82.799 56.3569H79.6704L81.0508 63.8069V67.19L79.582 67.6757H82.724L81.3963 67.19V64.0605Z" fill="#E9E5E1"/>
|
|
18
|
+
<path d="M80.2849 58.7275L81.2242 63.807V63.8204H81.2331C81.2974 62.7534 81.7367 60.4918 82.1063 58.7275H80.2849Z" fill="#FCE8A1"/>
|
|
19
|
+
<path d="M90.5304 52.139C84.5081 52.4132 85.2054 55.606 85.2054 55.606C86.2179 55.4257 87.3349 56.6578 88.5992 56.5819C89.8635 56.5069 91.267 55.1221 92.2795 55.1649C92.2795 55.1649 95.3742 65.8033 94.1331 67.0417C93.3653 67.8096 89.7286 66.7676 87.4492 65.7435C86.2403 65.1998 82.6563 63.3158 82.5697 63.3158C81.3947 63.3158 80.7429 63.1721 80.6269 63.4033C80.5126 63.6337 80.6135 64.1507 80.6135 64.1507C80.3688 64.5096 80.5858 64.9774 80.5858 64.9774C80.4483 65.4873 80.5492 66.0015 80.8161 66.0265C81.2876 66.0703 83.8679 65.9471 83.8679 65.9471C84.051 66.1301 85.7054 66.9024 86.1903 67.2203C87.8679 68.3221 94.6769 71.5399 96.2135 69.4462C97.7492 67.3524 95.9661 57.3185 95.0286 54.4221C95.0286 54.4221 94.234 51.5721 89.4036 52.1524M86.3938 42.3373C86.3938 42.3373 84.9063 43.148 84.7528 44.3855C84.5992 45.6221 85.042 46.2399 84.9679 46.8373C84.8929 47.4346 84.9635 48.5471 85.6813 50.2605C86.3992 51.9739 88.8385 51.0042 90.2367 49.7757C91.8108 48.3935 92.2822 48.9596 92.2778 46.7292C92.2742 44.498 88.959 40.3399 86.3938 42.3373Z" fill="#F4B28D"/>
|
|
20
|
+
<path d="M92.9876 48.8785C93.6617 48.066 93.0956 47.5374 93.5492 47.3017C94.0036 47.0669 94.9831 45.5964 94.2724 44.5374C93.5617 43.4785 92.9626 44.0624 92.3402 43.4678C91.717 42.8731 91.542 42.1723 89.7617 41.1231C87.9813 40.0749 86.9286 41.8651 86.9286 41.8651C86.9286 41.8651 84.9152 41.9428 83.9661 43.2678C83.7135 43.6196 83.5313 43.9249 83.3983 44.183C83.1018 44.7606 83.1376 45.4339 83.4902 45.9847C83.6501 46.2321 83.8268 46.4919 83.9777 46.6696C84.3608 47.1178 84.5376 47.099 84.5376 47.099C83.8072 46.4696 84.2036 45.7785 84.2036 45.7785C84.2036 45.7785 84.3697 46.8178 84.6626 46.9981C84.8402 47.1071 85.3072 46.8008 85.3072 46.8008C85.3072 46.8008 85.2161 46.2472 85.376 45.7106C85.5349 45.1758 86.3813 44.9258 86.5027 45.0687C86.6242 45.2106 87.284 45.849 87.284 45.849L88.1706 45.9401C87.8045 45.1276 89.1983 44.2776 89.1983 44.2776C89.1983 44.2776 89.4197 44.4017 89.5804 44.7258C89.742 45.0508 89.4617 46.3142 89.4045 46.733C89.3474 47.1508 90.1402 47.3696 90.1402 47.3696C90.1402 47.3696 91.2054 47.3419 91.0768 48.2865C90.9483 49.2303 90.167 49.0035 90.1322 49.2562C90.0983 49.5097 90.3233 50.7044 90.3233 50.7044C90.3233 50.7044 92.3143 49.6919 92.9876 48.8785Z" fill="#C27057"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M86.1545 46.7382C86.058 46.5239 85.7857 46.4542 85.5768 46.556C85.5134 46.5899 85.4482 46.639 85.4 46.698C85.3679 46.7274 85.2884 46.7899 85.3196 46.789C85.4652 46.7882 85.6089 46.6899 85.7536 46.7015C85.8652 46.7087 85.9777 46.8453 86.0893 46.8105M87.2143 46.6953C87.3455 46.481 87.7161 46.4114 88 46.5123C88.0866 46.5471 88.1741 46.5953 88.2393 46.6551C88.283 46.6846 88.392 46.7462 88.3482 46.7462C88.1518 46.7453 87.9563 46.6462 87.7589 46.6578C87.6071 46.6658 87.4545 46.8024 87.3018 46.7667M86.5384 47.1257C86.5384 47.1257 85.9938 48.389 86.058 48.7292C86.1214 49.0685 86.6991 48.7292 86.6991 48.7292L86.4768 48.723C86.325 48.7194 86.2196 48.5721 86.2643 48.4265C86.3348 48.1962 86.4321 47.7962 86.5384 47.1257ZM85.9938 49.5042C86.25 49.5792 86.5545 49.5667 86.8268 49.5435C86.9232 49.5346 87.0036 49.5105 87.1 49.4801C87.1313 49.4712 87.1634 49.4605 87.1795 49.4507C87.1955 49.4453 87.2438 49.4301 87.2277 49.4364C87.1473 49.4694 87.1 49.5515 87.0196 49.5926C86.9554 49.6257 86.7786 49.7274 86.6991 49.7533C86.4268 49.8498 86.2179 49.9132 86.058 49.5926M87.3241 47.0274C87.7134 47.2265 88.3821 47.0319 88.35 47.0426C88.125 47.1632 87.6607 47.373 87.4366 47.1524M85.3205 47.0658C85.4804 47.098 85.6411 47.1015 85.8009 47.0828C85.8491 47.0774 85.8973 47.0703 85.9455 47.0623C85.9777 47.0578 86.0259 47.0239 86.0259 47.0489C86.0259 47.0837 85.9134 47.1462 85.8813 47.1605C85.7054 47.2605 85.5607 47.2435 85.417 47.1337" fill="#C38E71"/>
|
|
22
|
+
<path d="M39.325 79.8733C39.0009 79.8733 34.4134 76.7305 34.7411 73.3903C35.0679 70.0501 32.1215 68.2823 30.2224 68.6751C28.3224 69.068 23.0188 70.6394 23.0188 70.6394L28.2572 80.2671L31.7733 84.3698L36.9018 84.4582L47.5617 85.3099C47.5617 85.3099 46.1911 79.8733 39.325 79.8733Z" fill="#FF7A85"/>
|
|
23
|
+
<path d="M43.3286 75.5195L53.459 76.9919C54.2206 77.1026 54.8143 77.7106 54.9045 78.4758L57.5322 100.678C57.5322 100.678 57.8625 102.86 58.8268 103.343C60.1259 103.794 61.4116 104.499 61.4116 104.499L55.2831 104.218C55.2831 104.218 54.8616 102.383 55.2902 101.147C55.7188 99.9115 52.5893 83.9463 52.5893 83.9463L43.3286 75.5195Z" fill="#4645AB"/>
|
|
24
|
+
<path d="M55.2803 102.457L59.1955 102.772C60.3472 102.864 61.4106 103.381 62.1446 104.205L62.1624 104.225C62.4097 104.503 62.1955 104.92 61.8062 104.92H56.2222C55.8963 104.92 55.6205 104.699 55.5749 104.402L55.2803 102.457Z" fill="#860528"/>
|
|
25
|
+
<path d="M30.9429 73.588L31.9393 81.3684L33.9455 84.9648L48.9295 82.7309L53.867 104.92L56.2509 105.356C56.2509 105.356 56.6232 104.801 56.1947 103.592C55.8456 102.61 54.6402 85.8746 54.2009 79.6416C54.1054 78.2827 53.092 77.1675 51.7473 76.9407L41.2813 75.1737L38.2018 72.7354L30.9429 73.588Z" fill="#5856D6"/>
|
|
26
|
+
<path d="M53.6875 103.689L57.6027 104.003C58.7554 104.096 59.8187 104.613 60.5527 105.436L60.5705 105.457C60.8179 105.735 60.6036 106.152 60.2134 106.152H54.6304C54.3036 106.152 54.0277 105.931 53.983 105.634L53.6875 103.689Z" fill="#B30635"/>
|
|
27
|
+
<path d="M44.1429 63.5996L43.001 71.7246H46.601C46.601 71.7246 47.4912 67.9996 48.1447 64.0273C46.8554 63.7354 45.5313 63.5398 44.1429 63.5996Z" fill="#B27866"/>
|
|
28
|
+
<path d="M42.6652 71.3998C42.6652 71.3998 43.6438 70.2212 44.3911 70.2212C45.1402 70.2212 45.1134 70.3337 45.5724 70.3337C46.0313 70.3337 46.4608 70.3373 46.6474 70.5239C46.8349 70.7105 46.6474 72.1587 46.6474 72.5033C46.6474 72.8489 45.7759 72.7355 45.5724 72.7355H44.3777C43.9456 72.7355 43.6438 72.839 43.3849 72.7355C43.1259 72.6319 42.5215 72.7194 42.5215 72.7194L42.6652 71.3998Z" fill="#DF967F"/>
|
|
29
|
+
<path d="M48.5195 55.2309C47.2258 52.2023 45.7749 51.9854 45.7749 51.9854L44.1418 63.5996C45.5311 63.5407 47.5374 64.3166 48.8276 64.6086C49.4177 61.0282 49.1338 56.6666 48.5195 55.2309Z" fill="#BF9B1D"/>
|
|
30
|
+
<path d="M47.5241 56.741C47.5134 55.0901 47.5437 53.433 46.1839 52.0732L42.9312 51.3776C42.9312 51.3776 41.8241 51.1499 38.6705 53.1241C34.1625 55.9464 28.708 77.8232 28.708 77.8232L41.2812 75.1732C41.2812 75.1732 42.0339 66.9428 44.2964 64.6794C46.0723 62.9035 47.5482 60.7776 47.5241 56.741Z" fill="#F7C926"/>
|
|
31
|
+
<path d="M47.4446 48.3098C47.3062 48.5527 45.9071 50.8402 45.8134 52.4571C45.7554 53.4554 45.5375 54.117 44.5384 54.1634C43.6098 54.2063 42.192 53.4643 41.8429 52.9929C41.075 51.9563 44.0866 47.1562 44.0866 47.1562L47.4446 48.3098Z" fill="#DF967F"/>
|
|
32
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M46.459 50.6148L43.9224 49.1729C43.9224 49.1729 45.0259 50.605 46.0929 51.1854" fill="#B27866"/>
|
|
33
|
+
<path d="M47.8928 50.3988C47.8928 50.3988 49.5178 46.5086 47.1785 42.5631C46.4276 41.297 43.7401 41.7023 42.5508 44.3595C41.3624 47.0157 41.0044 47.4613 41.8428 48.0845C42.6812 48.7086 47.1419 51.7255 47.8928 50.3988Z" fill="#DF967F"/>
|
|
34
|
+
<path d="M44.0866 46.3035C44.0866 46.3035 44.5286 45.2598 44.5625 44.4187C44.5973 43.5785 44.1214 43.0482 45.0768 42.5848C46.0321 42.1214 46.733 42.3642 47.2937 42.2232C47.8554 42.083 48.9232 40.3321 48.0348 39.2401C47.1464 38.1482 45.4946 37.4267 44.7571 38.6062C44.0205 39.7857 43.9152 39.9535 43.9152 39.9535C43.9152 39.9535 43.7804 38.7116 42.3286 39.633C40.8768 40.5544 40.9402 41.1276 40.7741 41.3919C40.6089 41.6571 38.8134 42.0062 38.758 43.2178C38.7027 44.4285 39.0366 44.175 38.2973 45.3589C37.558 46.5428 42.017 48.833 42.0393 49.6392C42.0607 50.4455 41.9884 51.208 42.0491 51.1116C42.1089 51.0151 42.7696 50.3089 43.0384 49.1044C43.308 47.8982 42.5509 46.0401 43.1125 45.8991C43.6732 45.758 44.0866 46.3035 44.0866 46.3035Z" fill="#5856D6"/>
|
|
35
|
+
<path d="M44.2804 48.2185C44.2804 48.2185 43.1893 48.1542 42.5188 47.7738C41.8464 47.3935 41.9241 45.7899 42.5902 45.606C43.2545 45.4221 45.242 46.5203 44.2804 48.2185Z" fill="#DF967F"/>
|
|
36
|
+
<path d="M59.0106 65.1867L59.0499 61.8036L60.5177 54.3706L57.3892 54.334C57.3892 54.334 57.8079 56.2768 58.1731 58.2563C58.1758 58.2724 58.1785 58.2876 58.1811 58.3036C58.1972 58.392 58.2142 58.4804 58.2302 58.5688C58.2347 58.5983 58.2401 58.6277 58.2454 58.6572C58.2597 58.734 58.2731 58.8108 58.2865 58.8867C58.2927 58.9215 58.299 58.9554 58.3052 58.9902C58.3169 59.059 58.3285 59.1277 58.3401 59.1956C58.3472 59.2367 58.3544 59.2777 58.3615 59.3188C58.3722 59.3813 58.3829 59.4438 58.3936 59.5063C58.4008 59.5492 58.4079 59.592 58.4142 59.634C58.424 59.6911 58.4329 59.7465 58.4419 59.8027C58.4499 59.8501 58.4579 59.8974 58.4651 59.9438C58.4731 59.9947 58.4811 60.0447 58.4883 60.0956C58.4963 60.1438 58.5035 60.192 58.5106 60.2393C58.5177 60.2858 58.5249 60.3313 58.5311 60.3768C58.5383 60.4259 58.5463 60.4751 58.5535 60.5233C58.5588 60.5652 58.5651 60.6054 58.5704 60.6474C58.5776 60.6965 58.5847 60.7456 58.591 60.7929C58.5954 60.8304 58.5999 60.8661 58.6052 60.9027C58.6115 60.9509 58.6177 61.0009 58.6231 61.0483C58.6276 61.0786 58.6302 61.1081 58.6338 61.1384C58.6552 61.3206 58.6722 61.4884 58.6838 61.6384C58.6963 61.7983 58.7026 61.9393 58.7008 62.0536C58.6838 63.6063 58.6651 65.1813 58.6651 65.1831L57.332 65.6527L60.474 65.6893L59.0106 65.1867Z" fill="#E9E5E1"/>
|
|
37
|
+
<path d="M58.0276 56.5795C58.3535 58.2188 58.7446 60.3375 58.8472 61.5206L58.9294 61.5215L59.9053 56.5786L58.0276 56.5795Z" fill="#FCE8A1"/>
|
|
38
|
+
<path d="M41.759 55.6732C41.759 55.6732 40.1804 57.0535 40.7232 60.5241C41.4206 64.9803 46.9759 69.9321 48.484 70.4634C49.9911 70.9955 56.0384 65.8544 57.0438 64.3732C57.0438 64.3732 58.6884 63.8955 59.5652 63.8285C59.9116 63.8026 60.1991 63.5196 60.1759 63.1732C60.1679 63.05 60.1411 62.9223 60.0831 62.8026C60.0831 62.8026 60.2072 62.3035 59.9 61.9955C59.9 61.9955 59.9009 61.4678 59.7447 61.2634C59.5884 61.0598 58.975 61.3232 57.8215 61.5437C57.7366 61.5607 56.534 63.0428 56.242 63.4723C55.9509 63.9009 51.3456 66.4607 49.8643 66.3776C48.384 66.2946 45.2768 61.8205 45.2643 60.6071C45.2643 60.6071 42.0009 55.6267 41.759 55.6732Z" fill="#DF967F"/>
|
|
39
|
+
<path d="M41.8313 51.9161C38.6903 50.0233 36.6599 55.4465 36.6599 55.4465C36.6599 55.4465 39.2304 60.4947 41.1394 64.3331C42.6912 63.3697 44.7724 61.8742 46.459 61.1965C44.9037 57.9286 43.1028 52.6822 41.8313 51.9161Z" fill="#F7C926"/>
|
|
40
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M46.7214 44.6257C46.6554 44.5204 46.4911 44.5007 46.3598 44.4909C46.0973 44.4686 45.8179 44.5373 45.6045 44.7007C45.5054 44.7641 45.4081 44.8605 45.3741 44.9659C45.3581 45.0034 45.342 45.0427 45.3259 45.0802C45.3259 45.0971 45.292 45.14 45.3089 45.1302C45.5384 44.9837 45.7848 44.7909 46.0643 44.7561C46.1947 44.7382 46.3438 44.7552 46.4911 44.7686C46.5893 44.7793 46.7214 44.8784 46.7366 44.6891M47.3107 44.4668C47.3509 44.3498 47.5063 44.2927 47.6322 44.2534C47.7259 44.223 47.8286 44.1748 47.925 44.1998C48.0134 44.2221 48.0348 44.3587 48.0348 44.4409C48.0348 44.4596 47.9982 44.4427 47.9795 44.4445C47.8482 44.457 47.7081 44.507 47.567 44.5543C47.4732 44.5873 47.3679 44.7132 47.3098 44.5329M47.6563 44.9382C47.7545 44.932 47.8536 44.8748 47.9357 44.8346C47.9357 44.832 48.0179 44.7882 48.0179 44.79C48.0339 44.8105 48.0339 44.8579 48.0339 44.8802C48.0339 44.8989 48.0179 44.9177 48.0179 44.9355C48.0179 44.9632 47.9848 45.132 47.9357 45.1373C47.8366 45.1454 47.7223 45.0329 47.6563 44.9757M46.5732 45.1561C46.3268 45.1659 46.0473 45.1855 45.8179 45.248C45.8018 45.2552 45.8339 45.3454 45.8509 45.3623C45.8839 45.4355 45.9652 45.5695 46.0643 45.5837C46.2607 45.6114 46.4581 45.3802 46.5572 45.2445M47.7884 48.1605C47.3777 48.2221 47.0491 48.298 46.6393 48.2186C46.5072 48.1945 46.3929 48.1355 46.2938 48.065C46.2616 48.0436 46.2286 48.0195 46.1956 47.9954C46.1795 47.9837 46.1625 47.9721 46.1464 47.9605C46.1464 47.9552 46.1134 47.9409 46.1295 47.9462C46.2286 48.0489 46.3438 48.1552 46.4581 48.2489C46.5232 48.3105 46.6054 48.3712 46.6875 48.4266C46.9179 48.5802 47.1804 48.7043 47.4429 48.7498C47.525 48.7614 47.6241 48.7971 47.7063 48.7462C47.7884 48.6784 47.8045 48.54 47.8206 48.4382C47.8206 48.3748 47.8366 48.273 47.8206 48.2105M47.6563 46.3025C47.6563 46.3025 48.3072 47.3114 47.1598 47.2784C47.1598 47.2784 47.9804 47.057 47.6563 46.3025Z" fill="#B27866"/>
|
|
41
|
+
<path d="M32.4696 83.2998H30.933L28.708 105.688H28.9928L32.4696 83.2998ZM42.3089 83.2998H43.8455L46.0705 105.688H45.7866L42.3089 83.2998Z" fill="#E26276"/>
|
|
42
|
+
<path d="M23.0188 70.6392C23.0188 71.8187 27.9224 82.7437 28.6054 84.1097C30.3206 87.5401 37.492 85.0472 39.3911 85.4401C41.2902 85.8338 45.1545 87.3392 46.9224 86.4222C48.6902 85.5062 46.6599 82.9517 42.4688 82.9517C38.2777 82.9517 35.0929 84.8624 32.6045 82.374C30.1161 79.8856 30.484 74.9624 29.0429 72.0151C27.6027 69.0678 23.0188 70.6392 23.0188 70.6392Z" fill="#FFE4E7"/>
|
|
43
|
+
<path d="M52.5205 75.8481L51.3115 106.016H51.916L53.9874 75.8481H52.5205ZM82.824 75.8999L85.3071 105.991L84.7026 106.016L81.358 75.9615L82.824 75.8999Z" fill="#FF7A85"/>
|
|
44
|
+
<path d="M83.1598 72.6667C78.8188 72.1962 72.9759 71.9087 66.55 71.9087C60.1241 71.9087 54.2822 72.1962 49.9402 72.6667L42.2866 73.048V74.7078C42.2866 76.2542 53.15 77.5078 66.55 77.5078C79.9509 77.5078 90.8143 76.2542 90.8143 74.7078V73.048L83.1598 72.6667Z" fill="#FF7A85"/>
|
|
45
|
+
<path d="M90.8143 73.049C90.8143 74.5946 79.95 75.8481 66.55 75.8481C53.15 75.8481 42.2866 74.5946 42.2866 73.049C42.2866 71.5017 53.15 70.249 66.55 70.249C79.95 70.249 90.8143 71.5017 90.8143 73.049Z" fill="#FFE4E7"/>
|
|
46
|
+
<path d="M70.4374 72.2544C70.3642 71.5821 70.6196 70.8812 71.1035 70.4223C71.3508 70.1875 71.7035 70.0098 72.0214 70.1258C72.0821 70.1482 72.1446 70.1812 72.2071 70.1651C72.2508 70.1544 72.2865 70.1205 72.3205 70.0892C72.7606 69.683 73.3955 69.5098 73.9749 69.6375C74.224 69.6928 74.4597 69.7991 74.7035 69.8732C74.749 69.8875 74.7964 69.9 74.8437 69.8946C74.9106 69.8857 74.9669 69.841 75.0214 69.8008C75.8937 69.1491 77.1714 69.1375 78.0544 69.7741C78.1035 69.8098 78.1571 69.8482 78.2178 69.8491C78.283 69.85 78.341 69.8044 78.3955 69.7678C78.6615 69.5892 79.0169 69.5616 79.3044 69.6973C79.3937 69.7401 79.4767 69.7964 79.5446 69.8696C79.6481 69.9785 79.7124 70.1187 79.7758 70.2562C79.9562 70.65 80.1365 71.0428 80.3169 71.4366C80.3865 71.5875 80.4562 71.7419 80.4767 71.908C80.4972 72.0741 80.4606 72.2562 80.341 72.3714C80.2589 72.4508 80.1472 72.4892 80.0392 72.5223C79.2669 72.7598 78.458 72.8446 77.6526 72.8714C76.3178 72.9169 74.9785 72.808 73.6687 72.5473" fill="#F7C926"/>
|
|
47
|
+
<path d="M70.6303 72.3159C70.5901 72.1159 70.6187 71.9016 70.7098 71.7204C71.3785 71.9972 72.2267 71.6579 72.5375 70.9918C72.6642 71.0534 72.6892 71.224 72.7696 71.3418C72.8928 71.5231 73.1339 71.5641 73.3482 71.5802C73.6053 71.6007 73.8625 71.6097 74.1196 71.607C74.3678 71.6043 74.6259 71.5891 74.8491 71.4766C74.9214 71.4409 74.991 71.3927 75.0294 71.3204C75.091 71.2097 75.091 71.0356 75.2107 71.0043C75.3428 70.9695 75.4169 71.1472 75.4991 71.2579C75.6464 71.457 75.9267 71.4731 76.1705 71.4722L77.4098 71.4668C77.5803 71.4659 77.7821 71.4481 77.8687 71.2972C77.9392 71.1722 77.8982 71.0034 77.9714 70.8802C78.2428 71.0061 78.3267 71.3882 78.5946 71.524C78.7134 71.5847 78.8517 71.5856 78.9848 71.5865C79.2009 71.5865 79.4178 71.5865 79.6348 71.5873C79.7419 71.5873 79.8544 71.5882 79.9517 71.6373C80.0955 71.7088 80.175 71.8659 80.2455 72.0132C80.2598 72.0454 80.2759 72.0784 80.2705 72.1132C80.2616 72.165 80.2107 72.1963 80.1651 72.2186C79.7062 72.4454 79.1919 72.5177 78.6848 72.5588C78.1357 72.6034 77.5848 72.6141 77.0348 72.624L74.9625 72.6632C74.2767 72.6766 73.5866 72.6891 72.9053 72.6034M77.7009 70.1802C77.6928 70.1623 77.6785 70.1472 77.6642 70.1347C77.608 70.0838 77.5392 70.0472 77.466 70.0266C77.3348 69.99 77.1946 70.0436 77.0687 70.0775C76.9892 70.099 76.7812 70.107 76.8759 70.24C76.9062 70.282 76.9562 70.3043 77.0044 70.3195C77.1848 70.3775 77.3812 70.3838 77.5651 70.3373C77.6026 70.3275 77.641 70.315 77.6705 70.2882C77.7 70.2615 77.716 70.2177 77.7009 70.1802ZM76.5348 69.7409C76.5321 69.7284 76.5276 69.7177 76.5232 69.7088C76.5044 69.6722 76.4812 69.6454 76.4562 69.6302C76.3741 69.5811 76.2267 69.6856 76.2598 69.7838C76.2696 69.815 76.2857 69.8302 76.3026 69.8418C76.3625 69.8838 76.4285 69.8882 76.4892 69.8543C76.5026 69.8481 76.5151 69.8391 76.525 69.8195C76.5348 69.7998 76.5401 69.7686 76.5348 69.7409ZM72.7901 70.315C72.7884 70.3016 72.783 70.2909 72.7785 70.282C72.7598 70.2454 72.7366 70.2186 72.7125 70.2034C72.6294 70.1543 72.4821 70.2588 72.5151 70.3579C72.525 70.3882 72.541 70.4034 72.558 70.415C72.6187 70.457 72.6839 70.4623 72.7446 70.4284C72.758 70.4213 72.7705 70.4123 72.7803 70.3927C72.7901 70.374 72.7955 70.3418 72.7901 70.315ZM73.4821 70.0507C73.4767 70.0266 73.4687 70.0079 73.4598 69.9909C73.425 69.9248 73.3839 69.8766 73.3392 69.8498C73.1901 69.7606 72.9241 69.9507 72.9821 70.1284C73 70.1838 73.0312 70.2123 73.0598 70.2329C73.1696 70.3088 73.2884 70.3168 73.3991 70.2561C73.4223 70.2436 73.4455 70.2275 73.4634 70.1918C73.4812 70.157 73.491 70.099 73.4821 70.0507ZM74.6544 70.5561C74.6455 70.5141 74.4562 70.5141 74.4267 70.5115C74.3125 70.5016 74.1991 70.4659 74.0964 70.4141C74.0375 70.3847 73.9776 70.3543 73.9125 70.3463C73.7714 70.3284 73.6259 70.4731 73.675 70.6222C73.7187 70.7552 73.8785 70.7918 74 70.782C74.0741 70.7766 74.6732 70.657 74.6544 70.5561ZM76.5062 70.4552C76.4919 70.4445 76.4732 70.4356 76.4544 70.4347C76.1455 70.4097 75.8259 70.3543 75.5267 70.2543C75.4678 70.2338 75.4071 70.2132 75.3446 70.215C75.2875 70.2159 75.2205 70.2472 75.2125 70.3061C75.2035 70.3641 75.2553 70.4123 75.3071 70.4391C75.4187 70.4981 75.5473 70.5159 75.6723 70.5338C75.8205 70.5534 75.983 70.5704 76.1375 70.5677C76.1848 70.5668 76.6071 70.5338 76.5062 70.4552ZM79.1937 70.0641C79.008 70.1382 78.8687 70.3231 78.6866 70.3873C78.483 70.4597 78.2589 70.4811 78.0464 70.4427C78.0259 70.4748 78.0455 70.5213 78.0767 70.5427C78.1901 70.6177 78.5696 70.5873 78.6919 70.5641C78.9285 70.5195 79.0098 70.3936 79.2348 70.3088C79.3134 70.2784 79.4071 70.2231 79.3973 70.1382C79.383 70.0257 79.2991 70.0213 79.1937 70.0641Z" fill="#BF9B1D"/>
|
|
48
|
+
<path d="M69.4079 71.964C69.3901 71.964 69.9079 72.5024 69.9526 72.5435C70.5294 73.0792 71.9285 73.4158 74.2472 73.4801C76.2267 73.5354 78.5079 73.4354 79.9097 73.0693C80.2017 72.9935 80.4463 72.9068 80.6338 72.814C81.1338 72.5658 81.4669 71.9185 81.4669 71.9185C81.4669 71.9185 69.4106 71.964 69.4079 71.964Z" fill="#5856D6"/>
|
|
49
|
+
<path d="M62.4625 72.1651C62.333 72.2169 62.1848 72.2061 62.0634 72.1356C61.9669 72.0811 61.8848 71.991 61.7803 71.9615C61.6598 71.9285 61.5357 71.9847 61.4178 72.0303C61.2607 72.0928 61.0901 72.1383 60.9294 72.0865C60.7687 72.0347 60.6303 71.8561 60.6589 71.6686C60.6803 71.5285 60.7884 71.4061 60.7687 71.2651C60.7437 71.0838 60.5241 70.9928 60.5178 70.8088C60.6973 70.7481 60.8893 70.7928 61.0776 70.7928C61.4598 70.7928 61.6616 70.4561 61.9473 70.2276C62.25 69.9865 62.6134 69.8436 62.9839 69.832C63.0714 69.8294 63.1928 69.8785 63.1714 69.9758C63.4428 69.7142 63.8134 69.591 64.1651 69.6463C64.3482 69.6758 64.5518 69.7829 64.5893 69.9892C64.6026 70.0624 64.5928 70.141 64.6143 70.2124C64.6518 70.3374 64.775 70.4044 64.8901 70.4151C65.0062 70.4267 65.1214 70.3981 65.2375 70.399C65.5169 70.4017 65.7678 70.5803 66.0026 70.7508C66.1419 70.8535 66.2991 70.9919 66.2893 71.1803C66.2803 71.3472 66.1366 71.4856 66.1544 71.6526C66.1687 71.7838 66.2812 71.8811 66.2955 72.0124C66.3178 72.2178 66.1044 72.3445 65.9268 72.3883C65.3062 72.5401 64.6437 72.4535 64.0696 72.1454C64.0348 72.1267 63.9964 72.1061 63.958 72.1142C63.891 72.1276 63.8598 72.2124 63.8285 72.282C63.7053 72.5526 63.4223 72.6874 63.1544 72.6847C62.8884 72.6838 62.6321 72.5695 62.3866 72.4508C62.2107 72.366 62.0259 72.2686 61.9196 72.0874C61.8134 71.9061 61.8303 71.6142 62 71.516" fill="#5A8216"/>
|
|
50
|
+
<path d="M61.5383 71.8372C61.0455 71.6506 60.5892 71.3346 60.2169 70.9203C60.1214 70.8131 60.0428 70.6033 60.1633 70.5363C60.2026 70.5149 60.2499 70.5221 60.2937 70.5328C60.6062 70.6033 60.9035 70.7453 61.2151 70.8212C61.9017 70.9881 62.6115 70.8238 63.3124 70.7837C64.0142 70.7435 64.7901 70.8667 65.2615 71.4604C65.3026 71.5122 65.3446 71.5783 65.333 71.6479C65.3222 71.7149 65.2687 71.7587 65.2169 71.7926C64.858 72.0328 64.4276 72.1274 64.016 72.0578" fill="#70A31C"/>
|
|
51
|
+
<path d="M58.2411 72.8008C58.0974 72.8526 57.9331 72.8419 57.7965 72.7714C57.6902 72.716 57.5991 72.6267 57.4831 72.5981C57.3483 72.5651 57.2108 72.6205 57.0795 72.666C56.9054 72.7285 56.7143 72.774 56.5366 72.7222C56.359 72.6705 56.2045 72.4919 56.2358 72.3044C56.2599 72.1642 56.3795 72.0419 56.3581 71.9008C56.3304 71.7196 56.0858 71.6285 56.0786 71.4446C56.2786 71.3839 56.492 71.4285 56.7009 71.4285C57.1268 71.4285 57.3509 71.0919 57.6688 70.8642C58.0045 70.6214 58.4099 70.4785 58.8215 70.4678C58.9188 70.4651 59.0527 70.5142 59.0295 70.6115C59.3313 70.3499 59.7438 70.2267 60.1349 70.2821C60.3384 70.3115 60.5643 70.4187 60.6063 70.6249C60.6215 70.6981 60.6108 70.7767 60.634 70.8481C60.675 70.9731 60.8125 71.0392 60.9411 71.0508C61.0697 71.0624 61.1983 71.0339 61.3277 71.0347C61.6375 71.0374 61.9179 71.216 62.1786 71.3874C62.334 71.4892 62.5081 71.6276 62.4974 71.816C62.4875 71.983 62.3277 72.1214 62.3474 72.2874C62.3634 72.4196 62.4884 72.516 62.5045 72.6481C62.5286 72.8535 62.2911 72.9803 62.0938 73.024C61.4045 73.1758 60.667 73.0892 60.0286 72.7812C59.9893 72.7624 59.9474 72.7419 59.9045 72.7499C59.8304 72.7633 59.7956 72.849 59.7608 72.9178C59.6241 73.1883 59.309 73.3231 59.0116 73.3205C58.7152 73.3196 58.4313 73.2053 58.1572 73.0865C57.9616 73.0017 57.7563 72.9044 57.6375 72.7231C57.5197 72.5419 57.5384 72.2499 57.7277 72.1517" fill="#5A8216"/>
|
|
52
|
+
<path d="M57.2135 72.473C56.6643 72.2873 56.1581 71.9712 55.7438 71.556C55.6376 71.4498 55.5501 71.24 55.6849 71.173C55.7286 71.1507 55.7813 71.1587 55.8295 71.1685C56.1777 71.2391 56.5081 71.381 56.8545 71.4578C57.6179 71.6248 58.4081 71.4605 59.1876 71.4203C59.967 71.3793 60.8295 71.5025 61.3536 72.0962C61.4001 72.1489 61.4465 72.215 61.434 72.2846C61.4224 72.3507 61.3617 72.3953 61.3045 72.4293C60.9063 72.6694 60.426 72.7641 59.9688 72.6935" fill="#70A31C"/>
|
|
53
|
+
<path d="M66.9108 72.083C66.9286 72.083 66.4045 72.7098 66.3599 72.7571C65.7768 73.3786 64.3518 73.7902 62.0063 73.8643C60.0036 73.9286 57.0911 73.8554 56.1179 73.392C54.8143 72.7714 54.7117 72.0312 54.7117 72.0312C54.7117 72.0312 66.9072 72.083 66.9108 72.083Z" fill="#E00842"/>
|
|
54
|
+
</svg>
|
|
@@ -0,0 +1,54 @@
|
|
|
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="M114 104.827C114 104.378 112.8 103.946 110.612 103.553C103.429 102.247 85.4996 101.327 64.5143 101.327C52.0471 101.327 40.6503 101.656 31.9529 102.189C30.5266 102.276 29.1651 102.375 27.8933 102.47C19.8884 103.091 15 103.917 15 104.827C15 105.59 18.4361 106.289 24.278 106.865C27.9804 107.231 32.6596 107.541 38.0612 107.784C40.6503 107.899 43.39 107.998 46.2688 108.078C48.4564 108.142 50.7077 108.191 53.0253 108.232C56.234 108.285 59.5583 108.319 62.9944 108.327H64.4909C72.3204 108.327 79.7252 108.199 86.3024 107.973C87.2611 107.94 88.2185 107.903 89.1331 107.864C89.7333 107.841 90.3386 107.816 90.9388 107.786C96.3352 107.545 101.02 107.234 104.741 106.87C110.564 106.293 113.995 105.59 113.995 104.831" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M57.0643 76.3285L55.9688 103.689L56.5161 103.688L58.3955 76.3285H57.0643ZM76.2321 75.8115L78.483 103.101L77.9357 103.124L74.9018 75.8678L76.2321 75.8115Z" fill="#C64A67"/>
|
|
4
|
+
<path d="M85.417 83.5615H83.9616L81.8545 103.687H82.1232L85.417 83.5615ZM94.7357 83.5615H96.1902L98.2982 103.687H98.0295L94.7357 83.5615Z" fill="#E26276"/>
|
|
5
|
+
<path d="M82.6259 84.5178C85.767 85.4089 89.0929 85.5437 92.3224 85.1803C94.8884 84.8928 97.5617 84.4482 99.7367 82.9258C101.815 81.4714 103.63 78.9553 104.085 76.3964C104.508 74.0187 101.733 72.6053 99.7259 72.6749C99.7259 72.6749 99.3072 68.4008 96.7018 67.8785C94.0974 67.3562 85.8179 66.8339 83.492 67.8785C81.1652 68.9232 81.2581 72.533 80.8402 72.533C79.3617 72.533 78.134 71.9544 77.1956 73.5464C75.1884 76.9491 76.7706 82.8571 82.6259 84.5178Z" fill="#FF7A85"/>
|
|
6
|
+
<path d="M102.373 79.1803C100.198 80.7017 97.5249 81.1463 94.9579 81.4347C91.7285 81.7972 88.4035 81.6624 85.2624 80.7713C80.7392 79.4883 78.7651 75.6704 79.0276 72.4312C78.3311 72.4463 77.7186 72.6588 77.1954 73.5463C75.1883 76.949 76.7713 82.857 82.6267 84.5178C85.7668 85.4088 89.0927 85.5437 92.3222 85.1812C94.8892 84.8928 97.5615 84.4481 99.7365 82.9258C101.312 81.8231 102.736 80.1115 103.53 78.2347C103.16 78.5838 102.771 78.9008 102.373 79.1803Z" fill="#FFE4E7"/>
|
|
7
|
+
<path d="M89.7456 54.4222C89.7456 54.4222 87.709 58.3035 86.4564 61.3678C85.2046 64.432 82.7894 69.9999 81.5849 70.1999C80.4742 70.3838 77.4287 70.1195 76.9608 70.0776C75.7599 70.1812 74.9019 71.5294 74.5483 71.882C74.0742 72.357 74.6483 70.9133 74.8894 70.6731C75.1296 70.4329 75.2456 70.4097 75.2456 70.4097C75.2456 70.4097 74.9671 70.2856 74.6724 70.441C74.3778 70.5954 74.3108 71.3151 74.0215 71.882C73.7305 72.4508 73.6948 71.8204 73.7733 71.3865C73.8501 70.9526 74.0367 70.3169 74.0367 70.3169C74.0367 70.3169 72.7805 71.6812 72.6564 71.3713C72.5323 71.0615 73.6331 70.0222 73.6331 70.0222C73.6331 70.0222 72.176 70.7972 72.1135 70.4874C72.0519 70.1776 74.9974 68.5338 75.4474 68.4249C76.9171 68.0704 77.8796 68.632 80.4965 68.2901C82.3465 68.049 82.8456 55.9704 85.734 53.6704C87.6573 52.1383 87.9617 52.6981 89.159 53.249C90.0724 53.6687 89.6564 54.132 89.7456 54.4222Z" fill="#F4B28D"/>
|
|
8
|
+
<path d="M84.7197 65.3749L83.9813 66.8793L81.5215 66.7615L82.0759 64.8579L84.7197 65.3749Z" fill="#C38E71"/>
|
|
9
|
+
<path d="M75.4463 68.425C74.9972 68.5339 72.0508 70.1777 72.1133 70.4875C72.1749 70.7973 73.6329 70.0223 73.6329 70.0223C73.6329 70.0223 72.532 71.0607 72.6561 71.3714C72.7802 71.6812 74.0356 70.317 74.0356 70.317C74.0356 70.317 73.8499 70.9518 73.7731 71.3866C73.6945 71.8205 73.7302 72.4509 74.0204 71.883C74.3106 71.3152 74.3767 70.5955 74.6722 70.4402C74.966 70.2857 75.2454 70.4098 75.2454 70.4098C75.2454 70.4098 75.1294 70.433 74.8892 70.6732C74.6481 70.9134 74.074 72.3562 74.5472 71.883C74.9008 71.5295 75.7597 70.1812 76.9597 70.0777C77.0883 70.0893 77.4151 70.1178 77.8392 70.1491C77.6776 69.5402 77.4026 68.9312 77.1052 68.3232C76.5419 68.2884 76.0347 68.2839 75.4463 68.425Z" fill="#F4B28D"/>
|
|
10
|
+
<path d="M81.4626 80.8955L81.3796 82.208C82.0831 83.4303 83.2019 84.5491 83.6099 86.8062C84.6572 92.6 86.293 102.216 86.293 102.216C86.293 102.216 87.301 103.51 86.7037 103.678C86.1064 103.846 84.4635 104.466 83.2099 104.818C81.9555 105.171 81.7001 104.656 81.7001 104.656C81.7001 104.656 84.5501 103.35 84.5126 102.071C84.476 100.794 76.509 79.775 76.509 79.775L81.7751 77.6509L81.4626 80.8955Z" fill="#C38E71"/>
|
|
11
|
+
<path d="M82.4098 104.226L83.65 104.617L86.3348 102.298C86.3348 102.298 87.2723 103.502 86.7169 103.658C86.1616 103.814 84.2321 104.626 83.0652 104.955C81.8991 105.282 81.1169 104.842 81.1169 104.842C81.1169 104.842 81.7089 104.598 82.4098 104.226Z" fill="#5856D6"/>
|
|
12
|
+
<path d="M71.2151 101.749L73.3866 98.2398L75.3901 78.5434C75.3901 78.5434 84.3884 74.3398 85.6276 73.4765C86.8669 72.6131 87.5848 69.0934 86.591 67.5041L93.7428 66.5898L96.0919 74.7229C96.6625 76.7532 95.8785 78.7782 93.4383 79.722C90.9973 80.6648 79.3169 80.5961 79.3169 80.5961C79.3169 80.5961 80.2535 80.7202 80.1571 82.9336C80.0607 85.1461 74.125 98.805 74.125 98.805L73.4741 103.369L70.8276 104.499L71.2151 101.749Z" fill="#F4B28D"/>
|
|
13
|
+
<path d="M73.4741 103.369L71.2151 101.748L70.8276 104.499L73.4741 103.369Z" fill="#5856D6"/>
|
|
14
|
+
<path d="M96.0911 74.7233C94.9937 70.8188 94.9821 67.6759 94.9821 67.6759L94.1348 60.5858L92.4268 54.842C90.1527 54.6358 87.4964 55.1965 85.2044 55.6027C85.2044 55.6027 84.2553 57.1456 84.2536 58.7277C84.2509 60.309 84.9982 61.0268 84.9759 61.6233C84.8223 65.6393 84.5848 71.7697 84.7196 72.7438L81.3964 74.7072C78.9875 75.9277 77.5857 76.8188 77.5857 76.8188C77.5857 76.8188 81.3348 81.434 81.6937 82.7117C81.6937 82.7117 91.2018 80.3599 92.9643 79.8661C94.7286 79.3697 97.1884 78.6295 96.0911 74.7233Z" fill="#E00842"/>
|
|
15
|
+
<path d="M87.0427 49.8964C87.0427 50.0045 87.8633 52.1928 86.9749 53.9196C86.0865 55.6455 90.0767 54.4518 90.9186 53.4161C90.2061 51.8464 90.2365 48.9009 90.2365 48.9009L87.0427 49.8964Z" fill="#F4B28D"/>
|
|
16
|
+
<path d="M87.3242 51.1626L89.8715 49.9385C89.8715 49.9385 89.4001 51.5519 87.3831 51.8028L87.3242 51.1626Z" fill="#C38E71"/>
|
|
17
|
+
<path d="M81.3963 64.0605C81.3963 62.5069 82.799 56.3569 82.799 56.3569H79.6704L81.0508 63.8069V67.19L79.582 67.6757H82.724L81.3963 67.19V64.0605Z" fill="#E9E5E1"/>
|
|
18
|
+
<path d="M80.2849 58.7275L81.2242 63.807V63.8204H81.2331C81.2974 62.7534 81.7367 60.4918 82.1063 58.7275H80.2849Z" fill="#FCE8A1"/>
|
|
19
|
+
<path d="M90.5304 52.139C84.5081 52.4132 85.2054 55.606 85.2054 55.606C86.2179 55.4257 87.3349 56.6578 88.5992 56.5819C89.8635 56.5069 91.267 55.1221 92.2795 55.1649C92.2795 55.1649 95.3742 65.8033 94.1331 67.0417C93.3653 67.8096 89.7286 66.7676 87.4492 65.7435C86.2403 65.1998 82.6563 63.3158 82.5697 63.3158C81.3947 63.3158 80.7429 63.1721 80.6269 63.4033C80.5126 63.6337 80.6135 64.1507 80.6135 64.1507C80.3688 64.5096 80.5858 64.9774 80.5858 64.9774C80.4483 65.4873 80.5492 66.0015 80.8161 66.0265C81.2876 66.0703 83.8679 65.9471 83.8679 65.9471C84.051 66.1301 85.7054 66.9024 86.1903 67.2203C87.8679 68.3221 94.6769 71.5399 96.2135 69.4462C97.7492 67.3524 95.9661 57.3185 95.0286 54.4221C95.0286 54.4221 94.234 51.5721 89.4036 52.1524M86.3938 42.3373C86.3938 42.3373 84.9063 43.148 84.7528 44.3855C84.5992 45.6221 85.042 46.2399 84.9679 46.8373C84.8929 47.4346 84.9635 48.5471 85.6813 50.2605C86.3992 51.9739 88.8385 51.0042 90.2367 49.7757C91.8108 48.3935 92.2822 48.9596 92.2778 46.7292C92.2742 44.498 88.959 40.3399 86.3938 42.3373Z" fill="#F4B28D"/>
|
|
20
|
+
<path d="M92.9876 48.8785C93.6617 48.066 93.0956 47.5374 93.5492 47.3017C94.0036 47.0669 94.9831 45.5964 94.2724 44.5374C93.5617 43.4785 92.9626 44.0624 92.3402 43.4678C91.717 42.8731 91.542 42.1723 89.7617 41.1231C87.9813 40.0749 86.9286 41.8651 86.9286 41.8651C86.9286 41.8651 84.9152 41.9428 83.9661 43.2678C83.7135 43.6196 83.5313 43.9249 83.3983 44.183C83.1018 44.7606 83.1376 45.4339 83.4902 45.9847C83.6501 46.2321 83.8268 46.4919 83.9777 46.6696C84.3608 47.1178 84.5376 47.099 84.5376 47.099C83.8072 46.4696 84.2036 45.7785 84.2036 45.7785C84.2036 45.7785 84.3697 46.8178 84.6626 46.9981C84.8402 47.1071 85.3072 46.8008 85.3072 46.8008C85.3072 46.8008 85.2161 46.2472 85.376 45.7106C85.5349 45.1758 86.3813 44.9258 86.5027 45.0687C86.6242 45.2106 87.284 45.849 87.284 45.849L88.1706 45.9401C87.8045 45.1276 89.1983 44.2776 89.1983 44.2776C89.1983 44.2776 89.4197 44.4017 89.5804 44.7258C89.742 45.0508 89.4617 46.3142 89.4045 46.733C89.3474 47.1508 90.1402 47.3696 90.1402 47.3696C90.1402 47.3696 91.2054 47.3419 91.0768 48.2865C90.9483 49.2303 90.167 49.0035 90.1322 49.2562C90.0983 49.5097 90.3233 50.7044 90.3233 50.7044C90.3233 50.7044 92.3143 49.6919 92.9876 48.8785Z" fill="#C27057"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M86.1545 46.7382C86.058 46.5239 85.7857 46.4542 85.5768 46.556C85.5134 46.5899 85.4482 46.639 85.4 46.698C85.3679 46.7274 85.2884 46.7899 85.3196 46.789C85.4652 46.7882 85.6089 46.6899 85.7536 46.7015C85.8652 46.7087 85.9777 46.8453 86.0893 46.8105M87.2143 46.6953C87.3455 46.481 87.7161 46.4114 88 46.5123C88.0866 46.5471 88.1741 46.5953 88.2393 46.6551C88.283 46.6846 88.392 46.7462 88.3482 46.7462C88.1518 46.7453 87.9563 46.6462 87.7589 46.6578C87.6071 46.6658 87.4545 46.8024 87.3018 46.7667M86.5384 47.1257C86.5384 47.1257 85.9938 48.389 86.058 48.7292C86.1214 49.0685 86.6991 48.7292 86.6991 48.7292L86.4768 48.723C86.325 48.7194 86.2196 48.5721 86.2643 48.4265C86.3348 48.1962 86.4321 47.7962 86.5384 47.1257ZM85.9938 49.5042C86.25 49.5792 86.5545 49.5667 86.8268 49.5435C86.9232 49.5346 87.0036 49.5105 87.1 49.4801C87.1313 49.4712 87.1634 49.4605 87.1795 49.4507C87.1955 49.4453 87.2438 49.4301 87.2277 49.4364C87.1473 49.4694 87.1 49.5515 87.0196 49.5926C86.9554 49.6257 86.7786 49.7274 86.6991 49.7533C86.4268 49.8498 86.2179 49.9132 86.058 49.5926M87.3241 47.0274C87.7134 47.2265 88.3821 47.0319 88.35 47.0426C88.125 47.1632 87.6607 47.373 87.4366 47.1524M85.3205 47.0658C85.4804 47.098 85.6411 47.1015 85.8009 47.0828C85.8491 47.0774 85.8973 47.0703 85.9455 47.0623C85.9777 47.0578 86.0259 47.0239 86.0259 47.0489C86.0259 47.0837 85.9134 47.1462 85.8813 47.1605C85.7054 47.2605 85.5607 47.2435 85.417 47.1337" fill="#C38E71"/>
|
|
22
|
+
<path d="M39.325 79.8733C39.0009 79.8733 34.4134 76.7305 34.7411 73.3903C35.0679 70.0501 32.1215 68.2823 30.2224 68.6751C28.3224 69.068 23.0188 70.6394 23.0188 70.6394L28.2572 80.2671L31.7733 84.3698L36.9018 84.4582L47.5617 85.3099C47.5617 85.3099 46.1911 79.8733 39.325 79.8733Z" fill="#FF7A85"/>
|
|
23
|
+
<path d="M43.3286 75.5195L53.459 76.9919C54.2206 77.1026 54.8143 77.7106 54.9045 78.4758L57.5322 100.678C57.5322 100.678 57.8625 102.86 58.8268 103.343C60.1259 103.794 61.4116 104.499 61.4116 104.499L55.2831 104.218C55.2831 104.218 54.8616 102.383 55.2902 101.147C55.7188 99.9115 52.5893 83.9463 52.5893 83.9463L43.3286 75.5195Z" fill="#4645AB"/>
|
|
24
|
+
<path d="M55.2803 102.457L59.1955 102.772C60.3472 102.864 61.4106 103.381 62.1446 104.205L62.1624 104.225C62.4097 104.503 62.1955 104.92 61.8062 104.92H56.2222C55.8963 104.92 55.6205 104.699 55.5749 104.402L55.2803 102.457Z" fill="#860528"/>
|
|
25
|
+
<path d="M30.9429 73.588L31.9393 81.3684L33.9455 84.9648L48.9295 82.7309L53.867 104.92L56.2509 105.356C56.2509 105.356 56.6232 104.801 56.1947 103.592C55.8456 102.61 54.6402 85.8746 54.2009 79.6416C54.1054 78.2827 53.092 77.1675 51.7473 76.9407L41.2813 75.1737L38.2018 72.7354L30.9429 73.588Z" fill="#5856D6"/>
|
|
26
|
+
<path d="M53.6875 103.689L57.6027 104.003C58.7554 104.096 59.8187 104.613 60.5527 105.436L60.5705 105.457C60.8179 105.735 60.6036 106.152 60.2134 106.152H54.6304C54.3036 106.152 54.0277 105.931 53.983 105.634L53.6875 103.689Z" fill="#B30635"/>
|
|
27
|
+
<path d="M44.1429 63.5996L43.001 71.7246H46.601C46.601 71.7246 47.4912 67.9996 48.1447 64.0273C46.8554 63.7354 45.5313 63.5398 44.1429 63.5996Z" fill="#B27866"/>
|
|
28
|
+
<path d="M42.6652 71.3998C42.6652 71.3998 43.6438 70.2212 44.3911 70.2212C45.1402 70.2212 45.1134 70.3337 45.5724 70.3337C46.0313 70.3337 46.4608 70.3373 46.6474 70.5239C46.8349 70.7105 46.6474 72.1587 46.6474 72.5033C46.6474 72.8489 45.7759 72.7355 45.5724 72.7355H44.3777C43.9456 72.7355 43.6438 72.839 43.3849 72.7355C43.1259 72.6319 42.5215 72.7194 42.5215 72.7194L42.6652 71.3998Z" fill="#DF967F"/>
|
|
29
|
+
<path d="M48.5195 55.2309C47.2258 52.2023 45.7749 51.9854 45.7749 51.9854L44.1418 63.5996C45.5311 63.5407 47.5374 64.3166 48.8276 64.6086C49.4177 61.0282 49.1338 56.6666 48.5195 55.2309Z" fill="#BF9B1D"/>
|
|
30
|
+
<path d="M47.5241 56.741C47.5134 55.0901 47.5437 53.433 46.1839 52.0732L42.9312 51.3776C42.9312 51.3776 41.8241 51.1499 38.6705 53.1241C34.1625 55.9464 28.708 77.8232 28.708 77.8232L41.2812 75.1732C41.2812 75.1732 42.0339 66.9428 44.2964 64.6794C46.0723 62.9035 47.5482 60.7776 47.5241 56.741Z" fill="#F7C926"/>
|
|
31
|
+
<path d="M47.4446 48.3098C47.3062 48.5527 45.9071 50.8402 45.8134 52.4571C45.7554 53.4554 45.5375 54.117 44.5384 54.1634C43.6098 54.2063 42.192 53.4643 41.8429 52.9929C41.075 51.9563 44.0866 47.1562 44.0866 47.1562L47.4446 48.3098Z" fill="#DF967F"/>
|
|
32
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M46.459 50.6148L43.9224 49.1729C43.9224 49.1729 45.0259 50.605 46.0929 51.1854" fill="#B27866"/>
|
|
33
|
+
<path d="M47.8928 50.3988C47.8928 50.3988 49.5178 46.5086 47.1785 42.5631C46.4276 41.297 43.7401 41.7023 42.5508 44.3595C41.3624 47.0157 41.0044 47.4613 41.8428 48.0845C42.6812 48.7086 47.1419 51.7255 47.8928 50.3988Z" fill="#DF967F"/>
|
|
34
|
+
<path d="M44.0866 46.3035C44.0866 46.3035 44.5286 45.2598 44.5625 44.4187C44.5973 43.5785 44.1214 43.0482 45.0768 42.5848C46.0321 42.1214 46.733 42.3642 47.2937 42.2232C47.8554 42.083 48.9232 40.3321 48.0348 39.2401C47.1464 38.1482 45.4946 37.4267 44.7571 38.6062C44.0205 39.7857 43.9152 39.9535 43.9152 39.9535C43.9152 39.9535 43.7804 38.7116 42.3286 39.633C40.8768 40.5544 40.9402 41.1276 40.7741 41.3919C40.6089 41.6571 38.8134 42.0062 38.758 43.2178C38.7027 44.4285 39.0366 44.175 38.2973 45.3589C37.558 46.5428 42.017 48.833 42.0393 49.6392C42.0607 50.4455 41.9884 51.208 42.0491 51.1116C42.1089 51.0151 42.7696 50.3089 43.0384 49.1044C43.308 47.8982 42.5509 46.0401 43.1125 45.8991C43.6732 45.758 44.0866 46.3035 44.0866 46.3035Z" fill="#333D47"/>
|
|
35
|
+
<path d="M44.2804 48.2185C44.2804 48.2185 43.1893 48.1542 42.5188 47.7738C41.8464 47.3935 41.9241 45.7899 42.5902 45.606C43.2545 45.4221 45.242 46.5203 44.2804 48.2185Z" fill="#DF967F"/>
|
|
36
|
+
<path d="M59.0106 65.1867L59.0499 61.8036L60.5177 54.3706L57.3892 54.334C57.3892 54.334 57.8079 56.2768 58.1731 58.2563C58.1758 58.2724 58.1785 58.2876 58.1811 58.3036C58.1972 58.392 58.2142 58.4804 58.2302 58.5688C58.2347 58.5983 58.2401 58.6277 58.2454 58.6572C58.2597 58.734 58.2731 58.8108 58.2865 58.8867C58.2927 58.9215 58.299 58.9554 58.3052 58.9902C58.3169 59.059 58.3285 59.1277 58.3401 59.1956C58.3472 59.2367 58.3544 59.2777 58.3615 59.3188C58.3722 59.3813 58.3829 59.4438 58.3936 59.5063C58.4008 59.5492 58.4079 59.592 58.4142 59.634C58.424 59.6911 58.4329 59.7465 58.4419 59.8027C58.4499 59.8501 58.4579 59.8974 58.4651 59.9438C58.4731 59.9947 58.4811 60.0447 58.4883 60.0956C58.4963 60.1438 58.5035 60.192 58.5106 60.2393C58.5177 60.2858 58.5249 60.3313 58.5311 60.3768C58.5383 60.4259 58.5463 60.4751 58.5535 60.5233C58.5588 60.5652 58.5651 60.6054 58.5704 60.6474C58.5776 60.6965 58.5847 60.7456 58.591 60.7929C58.5954 60.8304 58.5999 60.8661 58.6052 60.9027C58.6115 60.9509 58.6177 61.0009 58.6231 61.0483C58.6276 61.0786 58.6302 61.1081 58.6338 61.1384C58.6552 61.3206 58.6722 61.4884 58.6838 61.6384C58.6963 61.7983 58.7026 61.9393 58.7008 62.0536C58.6838 63.6063 58.6651 65.1813 58.6651 65.1831L57.332 65.6527L60.474 65.6893L59.0106 65.1867Z" fill="#E9E5E1"/>
|
|
37
|
+
<path d="M58.0276 56.5795C58.3535 58.2188 58.7446 60.3375 58.8472 61.5206L58.9294 61.5215L59.9053 56.5786L58.0276 56.5795Z" fill="#FCE8A1"/>
|
|
38
|
+
<path d="M41.759 55.6732C41.759 55.6732 40.1804 57.0535 40.7232 60.5241C41.4206 64.9803 46.9759 69.9321 48.484 70.4634C49.9911 70.9955 56.0384 65.8544 57.0438 64.3732C57.0438 64.3732 58.6884 63.8955 59.5652 63.8285C59.9116 63.8026 60.1991 63.5196 60.1759 63.1732C60.1679 63.05 60.1411 62.9223 60.0831 62.8026C60.0831 62.8026 60.2072 62.3035 59.9 61.9955C59.9 61.9955 59.9009 61.4678 59.7447 61.2634C59.5884 61.0598 58.975 61.3232 57.8215 61.5437C57.7366 61.5607 56.534 63.0428 56.242 63.4723C55.9509 63.9009 51.3456 66.4607 49.8643 66.3776C48.384 66.2946 45.2768 61.8205 45.2643 60.6071C45.2643 60.6071 42.0009 55.6267 41.759 55.6732Z" fill="#DF967F"/>
|
|
39
|
+
<path d="M41.8313 51.9161C38.6903 50.0233 36.6599 55.4465 36.6599 55.4465C36.6599 55.4465 39.2304 60.4947 41.1394 64.3331C42.6912 63.3697 44.7724 61.8742 46.459 61.1965C44.9037 57.9286 43.1028 52.6822 41.8313 51.9161Z" fill="#F7C926"/>
|
|
40
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M46.7214 44.6257C46.6554 44.5204 46.4911 44.5007 46.3598 44.4909C46.0973 44.4686 45.8179 44.5373 45.6045 44.7007C45.5054 44.7641 45.4081 44.8605 45.3741 44.9659C45.3581 45.0034 45.342 45.0427 45.3259 45.0802C45.3259 45.0971 45.292 45.14 45.3089 45.1302C45.5384 44.9837 45.7848 44.7909 46.0643 44.7561C46.1947 44.7382 46.3438 44.7552 46.4911 44.7686C46.5893 44.7793 46.7214 44.8784 46.7366 44.6891M47.3107 44.4668C47.3509 44.3498 47.5063 44.2927 47.6322 44.2534C47.7259 44.223 47.8286 44.1748 47.925 44.1998C48.0134 44.2221 48.0348 44.3587 48.0348 44.4409C48.0348 44.4596 47.9982 44.4427 47.9795 44.4445C47.8482 44.457 47.7081 44.507 47.567 44.5543C47.4732 44.5873 47.3679 44.7132 47.3098 44.5329M47.6563 44.9382C47.7545 44.932 47.8536 44.8748 47.9357 44.8346C47.9357 44.832 48.0179 44.7882 48.0179 44.79C48.0339 44.8105 48.0339 44.8579 48.0339 44.8802C48.0339 44.8989 48.0179 44.9177 48.0179 44.9355C48.0179 44.9632 47.9848 45.132 47.9357 45.1373C47.8366 45.1454 47.7223 45.0329 47.6563 44.9757M46.5732 45.1561C46.3268 45.1659 46.0473 45.1855 45.8179 45.248C45.8018 45.2552 45.8339 45.3454 45.8509 45.3623C45.8839 45.4355 45.9652 45.5695 46.0643 45.5837C46.2607 45.6114 46.4581 45.3802 46.5572 45.2445M47.7884 48.1605C47.3777 48.2221 47.0491 48.298 46.6393 48.2186C46.5072 48.1945 46.3929 48.1355 46.2938 48.065C46.2616 48.0436 46.2286 48.0195 46.1956 47.9954C46.1795 47.9837 46.1625 47.9721 46.1464 47.9605C46.1464 47.9552 46.1134 47.9409 46.1295 47.9462C46.2286 48.0489 46.3438 48.1552 46.4581 48.2489C46.5232 48.3105 46.6054 48.3712 46.6875 48.4266C46.9179 48.5802 47.1804 48.7043 47.4429 48.7498C47.525 48.7614 47.6241 48.7971 47.7063 48.7462C47.7884 48.6784 47.8045 48.54 47.8206 48.4382C47.8206 48.3748 47.8366 48.273 47.8206 48.2105M47.6563 46.3025C47.6563 46.3025 48.3072 47.3114 47.1598 47.2784C47.1598 47.2784 47.9804 47.057 47.6563 46.3025Z" fill="#B27866"/>
|
|
41
|
+
<path d="M32.4696 83.2998H30.933L28.708 105.688H28.9928L32.4696 83.2998ZM42.3089 83.2998H43.8455L46.0705 105.688H45.7866L42.3089 83.2998Z" fill="#E26276"/>
|
|
42
|
+
<path d="M23.0188 70.6392C23.0188 71.8187 27.9224 82.7437 28.6054 84.1097C30.3206 87.5401 37.492 85.0472 39.3911 85.4401C41.2902 85.8338 45.1545 87.3392 46.9224 86.4222C48.6902 85.5062 46.6599 82.9517 42.4688 82.9517C38.2777 82.9517 35.0929 84.8624 32.6045 82.374C30.1161 79.8856 30.484 74.9624 29.0429 72.0151C27.6027 69.0678 23.0188 70.6392 23.0188 70.6392Z" fill="#FFE4E7"/>
|
|
43
|
+
<path d="M52.5205 75.8481L51.3115 106.016H51.916L53.9874 75.8481H52.5205ZM82.824 75.8999L85.3071 105.991L84.7026 106.016L81.358 75.9615L82.824 75.8999Z" fill="#FF7A85"/>
|
|
44
|
+
<path d="M83.1598 72.6667C78.8188 72.1962 72.9759 71.9087 66.55 71.9087C60.1241 71.9087 54.2822 72.1962 49.9402 72.6667L42.2866 73.048V74.7078C42.2866 76.2542 53.15 77.5078 66.55 77.5078C79.9509 77.5078 90.8143 76.2542 90.8143 74.7078V73.048L83.1598 72.6667Z" fill="#FF7A85"/>
|
|
45
|
+
<path d="M90.8143 73.049C90.8143 74.5946 79.95 75.8481 66.55 75.8481C53.15 75.8481 42.2866 74.5946 42.2866 73.049C42.2866 71.5017 53.15 70.249 66.55 70.249C79.95 70.249 90.8143 71.5017 90.8143 73.049Z" fill="#FFE4E7"/>
|
|
46
|
+
<path d="M70.4374 72.2544C70.3642 71.5821 70.6196 70.8812 71.1035 70.4223C71.3508 70.1875 71.7035 70.0098 72.0214 70.1258C72.0821 70.1482 72.1446 70.1812 72.2071 70.1651C72.2508 70.1544 72.2865 70.1205 72.3205 70.0892C72.7606 69.683 73.3955 69.5098 73.9749 69.6375C74.224 69.6928 74.4597 69.7991 74.7035 69.8732C74.749 69.8875 74.7964 69.9 74.8437 69.8946C74.9106 69.8857 74.9669 69.841 75.0214 69.8008C75.8937 69.1491 77.1714 69.1375 78.0544 69.7741C78.1035 69.8098 78.1571 69.8482 78.2178 69.8491C78.283 69.85 78.341 69.8044 78.3955 69.7678C78.6615 69.5892 79.0169 69.5616 79.3044 69.6973C79.3937 69.7401 79.4767 69.7964 79.5446 69.8696C79.6481 69.9785 79.7124 70.1187 79.7758 70.2562C79.9562 70.65 80.1365 71.0428 80.3169 71.4366C80.3865 71.5875 80.4562 71.7419 80.4767 71.908C80.4972 72.0741 80.4606 72.2562 80.341 72.3714C80.2589 72.4508 80.1472 72.4892 80.0392 72.5223C79.2669 72.7598 78.458 72.8446 77.6526 72.8714C76.3178 72.9169 74.9785 72.808 73.6687 72.5473" fill="#F7C926"/>
|
|
47
|
+
<path d="M70.6303 72.3159C70.5901 72.1159 70.6187 71.9016 70.7098 71.7204C71.3785 71.9972 72.2267 71.6579 72.5375 70.9918C72.6642 71.0534 72.6892 71.224 72.7696 71.3418C72.8928 71.5231 73.1339 71.5641 73.3482 71.5802C73.6053 71.6007 73.8625 71.6097 74.1196 71.607C74.3678 71.6043 74.6259 71.5891 74.8491 71.4766C74.9214 71.4409 74.991 71.3927 75.0294 71.3204C75.091 71.2097 75.091 71.0356 75.2107 71.0043C75.3428 70.9695 75.4169 71.1472 75.4991 71.2579C75.6464 71.457 75.9267 71.4731 76.1705 71.4722L77.4098 71.4668C77.5803 71.4659 77.7821 71.4481 77.8687 71.2972C77.9392 71.1722 77.8982 71.0034 77.9714 70.8802C78.2428 71.0061 78.3267 71.3882 78.5946 71.524C78.7134 71.5847 78.8517 71.5856 78.9848 71.5865C79.2009 71.5865 79.4178 71.5865 79.6348 71.5873C79.7419 71.5873 79.8544 71.5882 79.9517 71.6373C80.0955 71.7088 80.175 71.8659 80.2455 72.0132C80.2598 72.0454 80.2759 72.0784 80.2705 72.1132C80.2616 72.165 80.2107 72.1963 80.1651 72.2186C79.7062 72.4454 79.1919 72.5177 78.6848 72.5588C78.1357 72.6034 77.5848 72.6141 77.0348 72.624L74.9625 72.6632C74.2767 72.6766 73.5866 72.6891 72.9053 72.6034M77.7009 70.1802C77.6928 70.1623 77.6785 70.1472 77.6642 70.1347C77.608 70.0838 77.5392 70.0472 77.466 70.0266C77.3348 69.99 77.1946 70.0436 77.0687 70.0775C76.9892 70.099 76.7812 70.107 76.8759 70.24C76.9062 70.282 76.9562 70.3043 77.0044 70.3195C77.1848 70.3775 77.3812 70.3838 77.5651 70.3373C77.6026 70.3275 77.641 70.315 77.6705 70.2882C77.7 70.2615 77.716 70.2177 77.7009 70.1802ZM76.5348 69.7409C76.5321 69.7284 76.5276 69.7177 76.5232 69.7088C76.5044 69.6722 76.4812 69.6454 76.4562 69.6302C76.3741 69.5811 76.2267 69.6856 76.2598 69.7838C76.2696 69.815 76.2857 69.8302 76.3026 69.8418C76.3625 69.8838 76.4285 69.8882 76.4892 69.8543C76.5026 69.8481 76.5151 69.8391 76.525 69.8195C76.5348 69.7998 76.5401 69.7686 76.5348 69.7409ZM72.7901 70.315C72.7884 70.3016 72.783 70.2909 72.7785 70.282C72.7598 70.2454 72.7366 70.2186 72.7125 70.2034C72.6294 70.1543 72.4821 70.2588 72.5151 70.3579C72.525 70.3882 72.541 70.4034 72.558 70.415C72.6187 70.457 72.6839 70.4623 72.7446 70.4284C72.758 70.4213 72.7705 70.4123 72.7803 70.3927C72.7901 70.374 72.7955 70.3418 72.7901 70.315ZM73.4821 70.0507C73.4767 70.0266 73.4687 70.0079 73.4598 69.9909C73.425 69.9248 73.3839 69.8766 73.3392 69.8498C73.1901 69.7606 72.9241 69.9507 72.9821 70.1284C73 70.1838 73.0312 70.2123 73.0598 70.2329C73.1696 70.3088 73.2884 70.3168 73.3991 70.2561C73.4223 70.2436 73.4455 70.2275 73.4634 70.1918C73.4812 70.157 73.491 70.099 73.4821 70.0507ZM74.6544 70.5561C74.6455 70.5141 74.4562 70.5141 74.4267 70.5115C74.3125 70.5016 74.1991 70.4659 74.0964 70.4141C74.0375 70.3847 73.9776 70.3543 73.9125 70.3463C73.7714 70.3284 73.6259 70.4731 73.675 70.6222C73.7187 70.7552 73.8785 70.7918 74 70.782C74.0741 70.7766 74.6732 70.657 74.6544 70.5561ZM76.5062 70.4552C76.4919 70.4445 76.4732 70.4356 76.4544 70.4347C76.1455 70.4097 75.8259 70.3543 75.5267 70.2543C75.4678 70.2338 75.4071 70.2132 75.3446 70.215C75.2875 70.2159 75.2205 70.2472 75.2125 70.3061C75.2035 70.3641 75.2553 70.4123 75.3071 70.4391C75.4187 70.4981 75.5473 70.5159 75.6723 70.5338C75.8205 70.5534 75.983 70.5704 76.1375 70.5677C76.1848 70.5668 76.6071 70.5338 76.5062 70.4552ZM79.1937 70.0641C79.008 70.1382 78.8687 70.3231 78.6866 70.3873C78.483 70.4597 78.2589 70.4811 78.0464 70.4427C78.0259 70.4748 78.0455 70.5213 78.0767 70.5427C78.1901 70.6177 78.5696 70.5873 78.6919 70.5641C78.9285 70.5195 79.0098 70.3936 79.2348 70.3088C79.3134 70.2784 79.4071 70.2231 79.3973 70.1382C79.383 70.0257 79.2991 70.0213 79.1937 70.0641Z" fill="#BF9B1D"/>
|
|
48
|
+
<path d="M69.4079 71.964C69.3901 71.964 69.9079 72.5024 69.9526 72.5435C70.5294 73.0792 71.9285 73.4158 74.2472 73.4801C76.2267 73.5354 78.5079 73.4354 79.9097 73.0693C80.2017 72.9935 80.4463 72.9068 80.6338 72.814C81.1338 72.5658 81.4669 71.9185 81.4669 71.9185C81.4669 71.9185 69.4106 71.964 69.4079 71.964Z" fill="#5856D6"/>
|
|
49
|
+
<path d="M62.4625 72.1651C62.333 72.2169 62.1848 72.2061 62.0634 72.1356C61.9669 72.0811 61.8848 71.991 61.7803 71.9615C61.6598 71.9285 61.5357 71.9847 61.4178 72.0303C61.2607 72.0928 61.0901 72.1383 60.9294 72.0865C60.7687 72.0347 60.6303 71.8561 60.6589 71.6686C60.6803 71.5285 60.7884 71.4061 60.7687 71.2651C60.7437 71.0838 60.5241 70.9928 60.5178 70.8088C60.6973 70.7481 60.8893 70.7928 61.0776 70.7928C61.4598 70.7928 61.6616 70.4561 61.9473 70.2276C62.25 69.9865 62.6134 69.8436 62.9839 69.832C63.0714 69.8294 63.1928 69.8785 63.1714 69.9758C63.4428 69.7142 63.8134 69.591 64.1651 69.6463C64.3482 69.6758 64.5518 69.7829 64.5893 69.9892C64.6026 70.0624 64.5928 70.141 64.6143 70.2124C64.6518 70.3374 64.775 70.4044 64.8901 70.4151C65.0062 70.4267 65.1214 70.3981 65.2375 70.399C65.5169 70.4017 65.7678 70.5803 66.0026 70.7508C66.1419 70.8535 66.2991 70.9919 66.2893 71.1803C66.2803 71.3472 66.1366 71.4856 66.1544 71.6526C66.1687 71.7838 66.2812 71.8811 66.2955 72.0124C66.3178 72.2178 66.1044 72.3445 65.9268 72.3883C65.3062 72.5401 64.6437 72.4535 64.0696 72.1454C64.0348 72.1267 63.9964 72.1061 63.958 72.1142C63.891 72.1276 63.8598 72.2124 63.8285 72.282C63.7053 72.5526 63.4223 72.6874 63.1544 72.6847C62.8884 72.6838 62.6321 72.5695 62.3866 72.4508C62.2107 72.366 62.0259 72.2686 61.9196 72.0874C61.8134 71.9061 61.8303 71.6142 62 71.516" fill="#5A8216"/>
|
|
50
|
+
<path d="M61.5383 71.8372C61.0455 71.6506 60.5892 71.3346 60.2169 70.9203C60.1214 70.8131 60.0428 70.6033 60.1633 70.5363C60.2026 70.5149 60.2499 70.5221 60.2937 70.5328C60.6062 70.6033 60.9035 70.7453 61.2151 70.8212C61.9017 70.9881 62.6115 70.8238 63.3124 70.7837C64.0142 70.7435 64.7901 70.8667 65.2615 71.4604C65.3026 71.5122 65.3446 71.5783 65.333 71.6479C65.3222 71.7149 65.2687 71.7587 65.2169 71.7926C64.858 72.0328 64.4276 72.1274 64.016 72.0578" fill="#70A31C"/>
|
|
51
|
+
<path d="M58.2411 72.8008C58.0974 72.8526 57.9331 72.8419 57.7965 72.7714C57.6902 72.716 57.5991 72.6267 57.4831 72.5981C57.3483 72.5651 57.2108 72.6205 57.0795 72.666C56.9054 72.7285 56.7143 72.774 56.5366 72.7222C56.359 72.6705 56.2045 72.4919 56.2358 72.3044C56.2599 72.1642 56.3795 72.0419 56.3581 71.9008C56.3304 71.7196 56.0858 71.6285 56.0786 71.4446C56.2786 71.3839 56.492 71.4285 56.7009 71.4285C57.1268 71.4285 57.3509 71.0919 57.6688 70.8642C58.0045 70.6214 58.4099 70.4785 58.8215 70.4678C58.9188 70.4651 59.0527 70.5142 59.0295 70.6115C59.3313 70.3499 59.7438 70.2267 60.1349 70.2821C60.3384 70.3115 60.5643 70.4187 60.6063 70.6249C60.6215 70.6981 60.6108 70.7767 60.634 70.8481C60.675 70.9731 60.8125 71.0392 60.9411 71.0508C61.0697 71.0624 61.1983 71.0339 61.3277 71.0347C61.6375 71.0374 61.9179 71.216 62.1786 71.3874C62.334 71.4892 62.5081 71.6276 62.4974 71.816C62.4875 71.983 62.3277 72.1214 62.3474 72.2874C62.3634 72.4196 62.4884 72.516 62.5045 72.6481C62.5286 72.8535 62.2911 72.9803 62.0938 73.024C61.4045 73.1758 60.667 73.0892 60.0286 72.7812C59.9893 72.7624 59.9474 72.7419 59.9045 72.7499C59.8304 72.7633 59.7956 72.849 59.7608 72.9178C59.6241 73.1883 59.309 73.3231 59.0116 73.3205C58.7152 73.3196 58.4313 73.2053 58.1572 73.0865C57.9616 73.0017 57.7563 72.9044 57.6375 72.7231C57.5197 72.5419 57.5384 72.2499 57.7277 72.1517" fill="#5A8216"/>
|
|
52
|
+
<path d="M57.2135 72.473C56.6643 72.2873 56.1581 71.9712 55.7438 71.556C55.6376 71.4498 55.5501 71.24 55.6849 71.173C55.7286 71.1507 55.7813 71.1587 55.8295 71.1685C56.1777 71.2391 56.5081 71.381 56.8545 71.4578C57.6179 71.6248 58.4081 71.4605 59.1876 71.4203C59.967 71.3793 60.8295 71.5025 61.3536 72.0962C61.4001 72.1489 61.4465 72.215 61.434 72.2846C61.4224 72.3507 61.3617 72.3953 61.3045 72.4293C60.9063 72.6694 60.426 72.7641 59.9688 72.6935" fill="#70A31C"/>
|
|
53
|
+
<path d="M66.9108 72.083C66.9286 72.083 66.4045 72.7098 66.3599 72.7571C65.7768 73.3786 64.3518 73.7902 62.0063 73.8643C60.0036 73.9286 57.0911 73.8554 56.1179 73.392C54.8143 72.7714 54.7117 72.0312 54.7117 72.0312C54.7117 72.0312 66.9072 72.083 66.9108 72.083Z" fill="#E00842"/>
|
|
54
|
+
</svg>
|
|
@@ -0,0 +1,71 @@
|
|
|
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="M122 104.095C122 103.581 120.606 103.088 118.064 102.638C109.721 101.147 88.8934 100.094 64.5166 100.094C50.0345 100.094 36.7958 100.471 26.6928 101.08C25.0359 101.179 23.4544 101.292 21.9771 101.4C12.6785 102.111 7 103.054 7 104.095C7 104.967 10.9914 105.765 17.7775 106.424C22.0782 106.843 27.5137 107.196 33.7883 107.474C36.7958 107.605 39.9783 107.719 43.3223 107.81C45.8635 107.883 48.4787 107.939 51.1708 107.986C54.8981 108.047 58.7597 108.085 62.751 108.094H64.4894C73.5843 108.094 82.1858 107.948 89.826 107.69C90.9397 107.652 92.0518 107.61 93.1142 107.565C93.8114 107.539 94.5146 107.511 95.2117 107.476C101.48 107.201 106.922 106.845 111.245 106.429C118.009 105.77 121.994 104.967 121.994 104.099" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M37.7437 94.0442L35.8169 103.181H36.6455L39.424 94.0442H37.7437ZM44.7356 91.1299L42.8089 100.266H43.6374L46.416 91.1299H44.7356ZM104.072 94.0442L106.85 103.181H107.679L105.753 94.0442H104.072ZM96.3919 91.1299L99.1696 100.266H99.9981L98.0714 91.1299H96.3919Z" fill="#333D47"/>
|
|
4
|
+
<path d="M71.4482 58.6709C22.6892 58.6709 28.7508 68.2709 28.7508 68.2709L36.7732 87.8271H106.122L114.145 68.2709C114.145 68.2709 120.207 58.6709 71.4482 58.6709Z" fill="#F7C926"/>
|
|
5
|
+
<path d="M71.45 58.6709H71.4473C55.6169 58.6709 45.5669 59.6825 39.2107 61.0495L48.0777 79.2977H97.75L105.47 61.4664C99.2661 59.8932 88.8491 58.6709 71.45 58.6709Z" fill="#FCE8A1"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M48.0776 79.2979L39.2776 85.9327L104.292 86.264L97.7499 78.9497L48.0776 79.2979Z" fill="#FEF7DF"/>
|
|
7
|
+
<path d="M117.096 66.2139C115.437 65.0532 113.248 65.6113 112.206 67.4595L103.173 85.1514H40.291L31.3339 67.4595C30.2919 65.6113 28.1035 65.0532 26.4446 66.2139C24.7491 67.4005 24.2384 69.8943 25.3027 71.7836L37.3366 95.8389H106.138L118.237 71.7836C119.302 69.8943 118.791 67.4005 117.096 66.2139Z" fill="#FCE8A1"/>
|
|
8
|
+
<path d="M92.7304 77.1173C92.7304 77.1173 85.9241 78.8012 83.167 80.2271C80.4947 81.6093 77.9714 81.9218 78.4429 83.8646C78.6063 84.5405 85.5456 99.7226 85.65 100.957L87.6054 100.391C87.6054 100.391 85.1107 91.2762 84.8661 89.4584C84.6188 87.6075 83.4581 84.9959 83.4581 84.9959L95.2197 84.6343C95.2197 84.6343 102.535 77.0851 92.7304 77.1173Z" fill="#DF967F"/>
|
|
9
|
+
<path d="M85.65 100.958C85.65 100.958 84.242 102.893 83.8313 103.031C83.4206 103.167 81.2884 103.93 81.4054 104.478C81.5232 105.026 85.65 104.419 86.4706 103.871C87.292 103.324 88.2509 103.637 88.7786 102.933C89.3072 102.229 87.6054 100.392 87.6054 100.392L85.65 100.958Z" fill="#B30635"/>
|
|
10
|
+
<path d="M94.9232 78.7272C94.9232 78.7272 83.9482 84.0987 83.8956 85.3246C83.8438 86.5496 90.634 100.343 90.7384 100.708L92.5348 100.255C92.5348 100.255 90.8277 93.9728 90.1536 91.3406C89.6902 89.5317 88.4759 86.7076 88.4759 86.7076C88.4759 86.7076 100.717 85.3076 101.551 84.1603C102.386 83.013 102.672 80.8915 101.734 79.0531C100.795 77.2147 94.9232 78.7272 94.9232 78.7272Z" fill="#DF967F"/>
|
|
11
|
+
<path d="M90.5956 100.571C90.5956 100.571 89.2384 102.543 88.8313 102.691C88.4241 102.838 86.3125 103.656 86.4447 104.2C86.5759 104.744 90.6848 104.032 91.492 103.463C92.2991 102.894 93.2652 103.183 93.775 102.465C94.2848 101.747 92.5366 99.9551 92.5366 99.9551L90.5956 100.571Z" fill="#B30635"/>
|
|
12
|
+
<path d="M95.3812 49.2968C95.3812 49.2968 93.024 50.4495 93.6071 53.5861C94.1901 56.7227 94.4481 57.145 93.7954 58.3709C93.1437 59.5968 92.3749 64.8245 92.9615 65.8155C93.5481 66.8066 100.223 61.4611 101.149 56.9763C102.075 52.4905 100.562 50.4959 100.028 49.753C99.4928 49.0102 97.4615 48.2405 95.3812 49.2968Z" fill="#DFD2B7"/>
|
|
13
|
+
<path d="M85.3955 72.6976C85.4384 72.6833 85.4812 72.6717 85.5259 72.6619C87.2026 72.3199 91.266 71.6253 92.2134 71.1887C93.0973 70.7815 95.1741 65.561 95.3812 64.7208C95.5884 63.8798 97.5035 59.2146 95.7143 60.2664C95.7143 60.2664 93.7107 60.878 93.0071 63.2342C92.6741 64.3485 91.4026 68.7423 90.9723 69.1726C90.6857 69.4592 87.7955 70.503 85.8973 71.1681C85.808 71.1994 85.7187 71.2217 85.6259 71.2378L85.3241 71.2905C85.2768 71.2985 85.2303 71.303 85.1839 71.3056C84.8776 71.3226 84.2259 71.3548 84.0937 71.3271C83.775 71.261 83.5071 70.8298 82.8928 70.8315C82.2794 70.8342 81.5214 70.5306 81.5214 70.5306C81.5214 70.5306 81.2562 70.753 81.4955 70.9556C81.7437 71.1601 82.241 71.1914 82.3205 71.3155C82.3366 71.3423 82.3491 71.3673 82.3616 71.3949L82.3634 71.4003C82.4026 71.5012 82.4071 71.6164 82.3598 71.7003C82.3562 71.7048 82.3553 71.7146 82.3473 71.719C82.1348 72.0298 81.3589 72.3074 81.0044 72.4003C80.5098 72.5262 79.8375 72.7369 80.0241 73.0065C80.2107 73.2744 80.4196 72.9217 81.5526 72.8458L81.5937 72.9556C81.6776 72.9548 80.9937 73.3726 80.316 73.6164C79.85 73.7878 80.0991 74.0494 80.266 74.0753C80.4321 74.1039 80.8803 73.8619 81.2187 73.7431C81.4393 73.6628 81.6705 73.5762 81.8098 73.5253L81.9125 73.6351C81.2053 74.3449 80.825 74.2815 80.8768 74.5628C80.925 74.8414 81.5964 74.5467 81.8241 74.3226C81.9232 74.2253 82.1455 74.0976 82.3696 73.9824C81.9285 74.6289 81.6232 74.6565 81.7116 74.8699C81.8044 75.0878 82.3071 74.7235 82.4607 74.5003L82.4625 74.5012C82.6134 74.2771 83.2893 73.7842 83.2893 73.7842C83.7714 73.5458 84.0812 73.3914 84.3044 73.1815C84.4196 73.0744 84.55 72.986 84.6982 72.9351L85.3955 72.6976Z" fill="#DF967F"/>
|
|
14
|
+
<path d="M93.108 65.5878L92.0964 65.2575C92.0964 65.2575 92.7938 61.3789 95.725 60.1548L93.108 65.5878Z" fill="#E00842"/>
|
|
15
|
+
<path d="M99.4018 59.6167C99.4018 59.6167 103.072 61.0738 103.972 62.9122C104.871 64.7506 102.652 67.1587 102.261 68.3122C101.87 69.4658 101.108 73.0372 101.264 74.3471C101.421 75.6578 102.257 78.3328 102.336 79.1533C102.336 79.1533 94.8062 79.7801 91.8527 77.4131C91.8527 77.4131 93.8089 75.9078 93.9652 74.1471C94.1214 72.3872 93.6518 70.2747 93.5348 70.0399C93.4178 69.806 91.775 68.3587 92.1857 66.9694C92.5964 65.581 93.2214 62.1801 94.1964 61.2363C95.1384 60.3256 96.3705 59.8506 96.3705 59.8506L99.4018 59.6167Z" fill="#E00842"/>
|
|
16
|
+
<path d="M99.4026 59.6167C99.4276 60.939 97.85 63.131 96.5651 62.6336C95.2794 62.139 96.3705 59.8506 96.3705 59.8506L96.7678 59.7006C96.7625 59.6292 96.7383 59.5443 96.708 59.4595H96.7062C96.6205 59.2211 96.4723 58.9765 96.4723 58.9765C96.4723 58.9765 99.7678 54.6033 99.3642 56.1756C98.9607 57.7461 99.4026 59.6167 99.4026 59.6167Z" fill="#DF967F"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M96.4723 58.9756L98.6276 56.6113C98.6276 56.6113 97.8223 59.1354 96.7678 59.7015L96.4723 58.9756Z" fill="#B27866"/>
|
|
18
|
+
<path d="M95.7232 49.6443C95.7232 49.6443 92.3009 50.7202 94.1589 56.6264C96.016 62.5327 100.69 55.9425 100.202 52.3434C99.7125 48.7452 95.7232 49.6443 95.7232 49.6443Z" fill="#DF967F"/>
|
|
19
|
+
<path d="M93.8088 53.0908C93.8088 53.0908 95.5088 54.7595 98.3553 54.9685C98.3553 54.9685 99.3178 56.1078 99.4017 56.6113C99.4017 56.6113 102.072 52.4256 98.9508 49.831C95.8294 47.2372 92.6615 52.022 93.8088 53.0908Z" fill="#DFD2B7"/>
|
|
20
|
+
<path d="M98.3589 54.8247C98.3812 54.3952 98.6455 53.4166 99.2848 53.6907C99.9232 53.964 99.2455 55.9568 98.8214 55.8336C98.8214 55.8336 98.3071 55.8416 98.3589 54.8247Z" fill="#DF967F"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M95.5714 55.3619C95.5714 55.3619 95.9669 54.936 96.6411 55.119C96.6411 55.119 95.8875 54.5753 95.5714 55.3619ZM94.9223 55.3217C94.9223 55.3217 94.5268 54.8958 93.8527 55.0798C93.8527 55.0798 94.6071 54.536 94.9223 55.3217ZM95.608 55.6298C95.608 55.6298 95.9911 55.6485 96.4902 55.5048C96.4902 55.5048 95.808 56.0289 95.608 55.6298ZM94.8857 55.5896C94.8857 55.5896 94.5027 55.6092 94.0036 55.4646C94.0036 55.4646 94.6857 55.9887 94.8857 55.5896ZM95.0669 56.1521C95.0669 56.1521 94.8714 57.1396 95.1303 57.1423C95.3893 57.144 95.5491 56.9351 95.5491 56.9351C95.5491 56.9351 95.0732 57.5842 94.8696 56.9673C94.6661 56.3503 95.0669 56.1521 95.0669 56.1521ZM95.033 57.7146C95.033 57.7146 95.6277 57.9851 96.3786 57.5467C96.3786 57.5467 95.4393 58.5878 95.033 57.7146Z" fill="#B27866"/>
|
|
22
|
+
<path d="M89.1089 86.7809L81.4009 81.0354C81.4009 81.0354 85.5964 78.6042 91.8536 77.4131L102.336 79.1533C102.336 79.1533 104.322 84.2158 99.6678 85.1229C95.0134 86.0309 92.5446 86.3301 92.5446 86.3301L89.1089 86.7809Z" fill="#5856D6"/>
|
|
23
|
+
<path d="M101.573 61.9236C101.132 62.1057 100.263 63.1753 101.416 65.7369C102.571 68.2994 103.186 72.5593 103.244 73.028C103.298 73.4602 99.5572 77.9771 98.7644 78.9423C98.6742 79.0521 98.5554 79.1316 98.4206 79.1744L97.6581 79.4164C97.6581 79.4164 96.6036 79.7209 95.9545 80.0057C95.3054 80.2905 94.4313 80.6137 94.4277 80.7584C94.4233 80.9039 95.9242 80.5021 95.9242 80.5021C95.9242 80.5021 94.7715 81.2227 94.7769 81.4244C94.7822 81.6253 96.3304 81.0137 96.3304 81.0137C96.3304 81.0137 95.4215 81.8102 95.5063 81.9691C95.592 82.128 96.7697 81.4923 96.7697 81.4923C96.7697 81.4923 96.6394 82.1244 96.4465 82.4494C96.4465 82.4494 96.7108 82.5405 97.109 81.9075C97.5072 81.2789 98.3206 81.3209 98.859 80.7298L99.2456 80.2878C99.2456 80.2878 106.154 74.345 105.958 73.2557C105.958 73.2557 105.315 60.3789 101.573 61.9236Z" fill="#DF967F"/>
|
|
24
|
+
<path d="M101.442 67.1164L105.089 65.936C105.089 65.936 104.284 62.1316 102.512 61.4119C100.738 60.6923 99.8688 63.2039 101.442 67.1164Z" fill="#E00842"/>
|
|
25
|
+
<path d="M78.9705 106.134H71.5286C71.0089 103.294 71.8393 100.459 71.8393 100.459L75.2428 99.8989C75.5527 101.692 75.9268 102.399 76.4437 102.764C76.8214 103.028 77.2705 103.113 77.833 103.3C78.475 103.512 78.8134 103.901 78.9812 104.326C79.3161 105.162 78.9705 106.136 78.9705 106.136" fill="#0C6DD2"/>
|
|
26
|
+
<path d="M73.8848 79.0067H73.8812L70.1679 56.9639L62.733 57.7585V67.5433C62.733 67.5433 67.7866 80.2344 68.2143 80.6719C68.6384 81.1067 71.3937 100.935 71.3937 100.935C75.1036 102.158 75.6696 100.389 75.6696 100.389L73.8848 79.0067Z" fill="#333D47"/>
|
|
27
|
+
<path d="M54.0447 106.134H46.6027C46.6027 106.134 46.3679 105.466 46.4741 104.761C46.5634 104.186 46.884 103.58 47.7393 103.3C48.3848 103.085 48.8804 103.007 49.2866 102.64C49.7286 102.241 50.0563 101.508 50.334 99.8989L53.7375 100.459C53.7375 100.459 54.5643 103.3 54.0482 106.134" fill="#0C6DD2"/>
|
|
28
|
+
<path d="M62.7295 57.7585L55.292 56.9639L51.5777 79.0067L49.7955 100.389C49.7955 100.389 50.3625 102.158 54.0723 100.935C54.0723 100.935 56.8241 81.1067 57.2518 80.6719C57.6759 80.2344 63.1723 66.4067 63.1723 66.4067L62.733 57.7585H62.7295Z" fill="#333D47"/>
|
|
29
|
+
<path d="M60.3884 35.6211C60.8589 36.0586 63.1678 36.8479 64.3901 35.6211L65.2169 36.4006C65.2169 36.4006 64.2732 38.5273 62.6196 38.6023C60.9651 38.6773 59.7678 36.7113 59.7678 36.7113L60.3919 35.6229L60.3884 35.6211Z" fill="#7978DE"/>
|
|
30
|
+
<path d="M57.2518 35.2137C58.075 34.7137 62.2053 37.361 62.2053 37.361C62.2053 37.361 67.5768 34.6288 68.8384 35.1565C68.8384 35.1565 69.975 36.6155 70.4312 40.3601C70.8875 44.1056 70.9161 59.5199 70.9161 59.5199C70.9161 59.5199 67.3053 60.7449 62.4196 60.7449C56.8527 60.7449 53.8553 59.2172 53.8553 59.2172C53.8553 59.2172 52.8607 37.8717 57.2482 35.2137" fill="#FBE7F1"/>
|
|
31
|
+
<path d="M90.8705 22.8351C90.5214 22.8405 89.5124 23.2235 89.5124 23.2235C88.7714 23.6619 88.358 23.9021 87.866 23.9414C87.3776 23.9824 87.1749 24.7878 87.1749 24.7878C87.1749 24.7878 85.2428 25.1949 85.1321 24.0271C85.1321 24.0271 86.2124 22.561 86.291 22.361C86.4437 21.9699 86.166 21.3771 86.6008 20.7137C87.0357 20.053 87.2419 19.0199 87.2419 19.0199C87.2419 19.0199 87.674 18.8905 87.7196 19.2914C87.766 19.7039 87.449 20.2628 87.5276 20.4369C87.5455 20.4726 87.5633 20.5039 87.5848 20.5378L87.5883 20.5432C87.6696 20.6565 87.791 20.7423 87.916 20.7503C87.9232 20.7503 87.9339 20.7557 87.9446 20.7503C88.4294 20.7396 89.2776 20.0976 89.6267 19.7789C90.1115 19.3333 90.8133 18.7557 90.9705 19.1467C91.1267 19.5378 90.5999 19.5146 89.7196 20.6851L89.8089 20.8074C89.7517 20.8976 90.6812 20.4521 91.4232 19.8932C91.9357 19.5092 92.0428 19.9628 91.9535 20.1619C91.8687 20.3619 91.291 20.6753 90.924 20.9574C90.6776 21.1387 90.4249 21.328 90.2714 21.4414L90.3178 21.6307C91.583 21.3664 91.783 20.911 92.0499 21.1646C92.3169 21.4137 91.5258 21.9315 91.1232 22.019C90.949 22.0583 90.6526 22.2083 90.3714 22.369C91.3803 22.3485 91.6258 22.0378 91.7937 22.2833C91.9642 22.5378 91.216 22.8253 90.8669 22.8324" fill="#FFCABA"/>
|
|
32
|
+
<path d="M66.9348 35.3774C69.7009 34.2372 78.6393 31.1988 78.6393 31.1988C78.6393 31.1988 84.6447 23.9881 85.8706 22.9131C85.8706 22.9131 87.2 23.1408 87.5884 24.7318C87.5884 24.7318 83.7215 32.6729 81.6152 34.947C79.5125 37.2184 68.8634 42.1354 68.8634 42.1354L66.9313 35.3774H66.9348Z" fill="#5856D6"/>
|
|
33
|
+
<path d="M33.9938 22.8351C34.3429 22.8405 35.351 23.2235 35.351 23.2235C36.0929 23.6619 36.5063 23.9021 36.9974 23.9414C37.4894 23.9824 37.6894 24.7878 37.6894 24.7878C37.6894 24.7878 39.6206 25.1949 39.7313 24.0271C39.7313 24.0271 38.6519 22.561 38.5733 22.361C38.4197 21.9699 38.6974 21.3771 38.2635 20.7137C37.8278 20.053 37.6215 19.0199 37.6215 19.0199C37.6215 19.0199 37.1938 18.8905 37.1438 19.2914C37.0983 19.7039 37.4153 20.2628 37.3367 20.4369C37.3188 20.4726 37.301 20.5039 37.2795 20.5378L37.276 20.5432C37.1938 20.6565 37.0724 20.7423 36.9483 20.7503C36.9412 20.7503 36.9304 20.7557 36.9197 20.7503C36.4349 20.7396 35.5867 20.0976 35.2376 19.7789C34.7528 19.3333 34.0501 18.7557 33.8903 19.1467C33.7331 19.5378 34.2608 19.5146 35.1412 20.6851L35.0519 20.8074C35.1126 20.8976 34.1787 20.4521 33.4376 19.8932C32.9242 19.5092 32.817 19.9628 32.9063 20.1619C32.992 20.3619 33.5697 20.6753 33.9367 20.9574C34.1787 21.1387 34.4349 21.328 34.5885 21.4414L34.542 21.6307C33.2769 21.3664 33.0778 20.911 32.8108 21.1646C32.5429 21.4137 33.334 21.9315 33.7367 22.019C33.9117 22.0583 34.2072 22.2083 34.4894 22.369C33.4804 22.3485 33.234 22.0378 33.067 22.2833C32.8956 22.5378 33.6438 22.8253 33.9938 22.8324" fill="#FFCABA"/>
|
|
34
|
+
<path d="M57.8438 35.3772C55.0777 34.2371 46.1393 31.1987 46.1393 31.1987C46.1393 31.1987 40.1161 23.7728 38.8902 22.7031C38.8902 22.7031 37.3759 23.5272 37.2723 25.2263C37.2723 25.2263 41.0572 32.6674 43.1598 34.9415C45.2625 37.2165 55.9116 42.1299 55.9116 42.1299L57.8393 35.3746L57.8438 35.3772ZM64.7572 36.1853C64.7572 36.1853 68.5063 47.3415 68.8634 56.4201C68.8634 56.4201 70.2179 56.7746 71.7393 54.7853C73.2607 52.7987 72.3563 37.0451 69.4366 34.421C69.4366 34.421 68.1116 34.1335 64.7572 36.1853Z" fill="#5856D6"/>
|
|
35
|
+
<path d="M60.0205 36.1853C60.0205 36.1853 56.2714 47.3415 55.9152 56.4201C55.9152 56.4201 54.5607 56.7746 53.0393 54.7853C51.5179 52.7987 52.4223 37.0451 55.3411 34.421C55.3411 34.421 56.667 34.1335 60.0205 36.1853Z" fill="#5856D6"/>
|
|
36
|
+
<path d="M65.3705 38.1355C65.3705 38.1355 66.0402 36.6436 65.7446 35.6159C65.4455 34.5927 64.3937 35.6159 64.3937 35.6159C64.3937 35.6159 64.8179 37.2945 65.3741 38.1355M59.408 38.1355C59.408 38.1355 58.7384 36.6436 59.0339 35.6159C59.333 34.5927 60.3848 35.6159 60.3848 35.6159C60.3848 35.6159 59.9571 37.2945 59.4045 38.1355" fill="#7978DE"/>
|
|
37
|
+
<path d="M59.6393 32.919C59.6393 32.919 58.5384 30.7771 58.7554 28.4842C58.9732 26.1922 62.3875 25.669 64.6902 26.7958C64.6902 26.7958 64.0054 26.1226 64.2732 25.9333C64.5402 25.744 65 26.9458 65 26.9458C65 26.9458 65.7268 26.7208 65.8375 26.9458C65.9482 27.169 65.0929 27.2931 65.0929 27.2931C65.0929 27.2931 66.5786 28.1244 65.1884 32.5538L59.6357 32.919H59.6393Z" fill="#0C6DD2"/>
|
|
38
|
+
<path d="M60.6053 34.8149C60.6053 34.8149 61.2009 36.6078 60.6053 37.2989C60.6053 37.2989 61.2223 38.5426 62.3339 38.5971C63.617 38.6587 64.0625 37.2989 64.0625 37.2989C64.0625 37.2989 63.5268 35.5185 63.9973 34.8149H60.6053Z" fill="#FFCABA"/>
|
|
39
|
+
<path d="M60.6277 34.8842C60.6607 34.9949 60.7268 35.2324 60.7821 35.5226C61.3679 36.3137 62.5304 37.3619 63.8054 35.6422C63.8089 35.3253 63.858 35.0279 63.9938 34.8208L60.6277 34.8842Z" fill="#CCA295"/>
|
|
40
|
+
<path d="M59.6867 31.5594C59.6867 31.5594 58.8634 30.7326 58.7634 31.6987C58.6456 32.8228 59.6545 33.2737 59.8501 32.9192C60.0465 32.5621 59.6831 31.5594 59.6831 31.5594H59.6867ZM65.9331 31.7585C65.8331 30.7898 65.0099 31.621 65.0099 31.621H65.0135C65.0135 31.621 64.6501 32.621 64.8465 32.9782C65.042 33.3362 66.051 32.8826 65.9331 31.7585Z" fill="#FFCABA"/>
|
|
41
|
+
<path d="M62.3911 27.811C60.3491 27.811 59.1339 28.9762 59.4116 30.8155C59.8179 33.4807 60.4911 36.0039 62.3125 36.0039C64.1946 36.0039 64.8786 33.2146 65.292 30.8155C65.6054 28.9842 64.433 27.811 62.3911 27.811Z" fill="#FFCABA"/>
|
|
42
|
+
<path d="M65.1036 32.0311C65.1036 32.0311 65.0464 30.0284 64.2732 28.4873C64.2732 28.4873 62.9116 29.1222 62.6116 28.9748C62.3125 28.8239 62.8973 28.4873 62.8973 28.4873C62.8973 28.4873 60.6518 29.2364 60.5161 29.0882C60.3812 28.9382 61.2607 28.4873 61.2607 28.4873L59.8643 28.9748C59.8643 28.9748 59.433 30.7775 59.6116 32.0311C59.6116 32.0311 59.0089 30.9847 58.9375 30.2588C58.8625 29.5364 59.1803 27.4722 61.2866 27.3222C63.392 27.1739 64.5759 27.6588 65.0991 28.6347C65.6196 29.6114 65.5553 30.8159 65.1071 32.0311" fill="#5856D6"/>
|
|
43
|
+
<path d="M63.8553 30.2283C63.8312 30.2283 63.8089 30.2176 63.7919 30.1998C63.5384 29.9328 63.0964 29.9426 63.0893 29.9426C63.0393 29.9426 62.9964 29.9042 62.9964 29.8524C62.9964 29.8033 63.0357 29.7614 63.0857 29.7569C63.1036 29.7569 63.6169 29.7435 63.9232 30.0703C63.9589 30.106 63.9553 30.1658 63.9232 30.2024C63.9062 30.2203 63.8839 30.2283 63.8598 30.2283M60.4241 30.2283C60.4027 30.2283 60.3777 30.2203 60.3598 30.2024C60.3241 30.1658 60.3205 30.1087 60.3598 30.0703C60.6661 29.7435 61.1794 29.7569 61.1973 29.7569C61.2464 29.7569 61.2857 29.8007 61.2857 29.8524C61.2857 29.9042 61.2402 29.9426 61.1937 29.9426C61.1937 29.9426 60.7411 29.9328 60.4911 30.1998C60.4732 30.2176 60.4491 30.2283 60.4268 30.2283M63.8134 31.0051C63.8053 31.0623 63.6384 31.0908 63.4348 31.0649C63.2357 31.0417 63.0786 30.9712 63.0857 30.9141C63.0928 30.8578 63.2607 30.8292 63.4634 30.8551C63.6634 30.881 63.8205 30.948 63.8134 31.0051ZM61.5321 31.0158C61.5464 31.0801 61.375 31.1757 61.1473 31.2257C60.9187 31.2748 60.7232 31.2641 60.7089 31.1971C60.6946 31.1319 60.8652 31.0364 61.0937 30.9873C61.3214 30.9373 61.5178 30.948 61.5321 31.0158ZM61.2616 33.6524C61.2616 33.6524 62.8687 33.8623 63.6955 33.4605C63.6955 33.4605 63.2286 34.5641 62.3518 34.4658C61.475 34.3641 61.2616 33.6498 61.2616 33.6498M62.5794 33.0748C62.4018 33.0748 62.2232 33.0283 62.1696 33.0149L62.2196 32.8257C62.4125 32.8801 62.7116 32.9114 62.7759 32.8337C62.7973 32.8051 62.7902 32.7426 62.7509 32.6632C62.4866 32.0953 62.4339 30.6632 62.4303 30.6007L62.6223 30.5962C62.6223 30.5962 62.6759 32.0489 62.9259 32.5801C63 32.7408 63 32.8676 62.9259 32.9605C62.8509 33.0516 62.7152 33.0801 62.5794 33.0801" fill="#CCA295"/>
|
|
44
|
+
<path d="M27.7099 63.2799C28.234 64.6192 30.375 66.9192 30.375 66.9192C30.375 66.9192 35.6143 63.7799 38.0304 65.1004C40.4474 66.4218 42.3688 67.2272 43.9331 66.6522C45.5009 66.0772 38.7795 53.8567 38.7795 53.8567L30.0652 50.5308C30.0652 50.5308 29.8768 52.7352 28.8786 53.1263C27.884 53.5174 26.8224 57.154 26.8938 57.8459C26.9652 58.5317 27.7063 63.2825 27.7063 63.2825" fill="#B30635"/>
|
|
45
|
+
<path d="M37.5143 66.997C37.5143 66.997 35.2688 71.4032 30.6286 77.039C30.6286 77.039 30.1545 83.7479 17.8875 94.3006L16.6045 93.2925C16.6045 93.2925 23.9072 81.8515 25.3679 78.3416C26.8295 74.8354 24.559 71.6202 31.2804 62.7461L37.5107 66.997H37.5143Z" fill="#F4B28D"/>
|
|
46
|
+
<path d="M19.0527 93.922C19.0527 93.922 18.6715 94.3006 18.2724 94.9917C17.8733 95.6836 18.3117 96.3211 16.3876 97.9238C16.3876 97.9238 12.4992 95.647 10.7456 92.7229C10.7456 92.7229 10.7777 91.8836 11.626 91.689C12.0822 91.5854 13.3367 92.1738 14.5447 92.3961C14.7152 92.4301 14.8867 92.4533 15.0545 92.4693C15.2644 92.4872 15.4751 92.4899 15.6742 92.4693C15.8599 92.4506 16.0349 92.4122 16.1947 92.3443C16.6045 92.1765 16.9286 91.8426 17.1001 91.2568C17.1001 91.2568 18.1331 91.8452 17.442 92.839C17.442 92.839 18.6679 92.3059 19.0527 93.9193" fill="#5856D6"/>
|
|
47
|
+
<path d="M16.4008 93.3237C16.0839 93.8237 16.091 92.8987 15.6705 92.4692C15.8562 92.4505 16.0303 92.4121 16.191 92.3442C16.3794 92.5469 16.6437 92.9353 16.3973 93.3237M15.1785 93.3523C14.8437 93.671 14.7366 92.8416 14.541 92.4041C14.7116 92.4353 14.883 92.4612 15.0544 92.4764C15.2499 92.7433 15.4321 93.1139 15.1785 93.355" fill="#DEDDF7"/>
|
|
48
|
+
<path d="M30.3616 59.2061C28.4259 62.9096 27.7777 67.6444 27.7777 67.6444L26.8973 69.8668C26.8973 69.8668 30.0188 71.5507 33.6295 72.165L35.0768 68.3364L30.3616 59.2061Z" fill="#0A57A8"/>
|
|
49
|
+
<path d="M40.4473 66.6523C40.4473 66.6523 41.4062 71.5015 41.2491 78.8006C41.2491 78.8006 45.0232 84.364 41.9089 100.243H40.2759C40.2759 100.243 38.9393 86.7345 37.9205 83.0738C36.8973 79.414 33.1303 78.2898 32.9241 67.1604L40.4509 66.6523H40.4473Z" fill="#F4B28D"/>
|
|
50
|
+
<path d="M42.967 104.024H37.4679C37.4679 104.024 37.2358 103.257 37.4679 102.416C37.5643 102.052 38.134 101.71 38.6652 101.237C38.8117 101.105 38.9536 100.965 39.0858 100.812C39.1893 100.69 39.2858 100.556 39.3635 100.408C39.4635 100.234 39.5456 100.045 39.592 99.8354C39.6813 99.4184 39.6456 98.9291 39.4063 98.3407C39.4063 98.3407 41.2777 97.9496 41.9474 98.9702C41.9474 98.9702 42.0117 98.4987 42.6072 98.8121C42.6072 98.8121 42.5215 99.7604 42.6393 100.551C42.7563 101.342 43.4947 101.571 42.9706 104.024" fill="#5856D6"/>
|
|
51
|
+
<path d="M41.5339 100.709C41.4839 100.763 41.4161 100.792 41.3491 100.792C41.2919 100.792 41.2348 100.773 41.1848 100.737C40.9 100.509 40.2723 100.159 39.3598 100.405C39.4598 100.232 39.5419 100.042 39.5884 99.8326C39.9553 99.6951 40.6464 99.6174 41.5027 100.346C41.6125 100.436 41.6268 100.597 41.5339 100.706M41.0741 101.62L41.0419 101.667C40.9678 101.781 40.8214 101.817 40.7036 101.75C40.3294 101.526 39.4919 101.112 38.6652 101.232C38.8116 101.1 38.9536 100.962 39.0857 100.809C39.4919 100.711 40.2616 100.662 41.0169 101.288C41.1134 101.371 41.1419 101.517 41.0705 101.625" fill="#DEDDF7"/>
|
|
52
|
+
<path d="M41.4062 71.8587C41.4062 71.8587 38.3339 72.4105 32.9205 72.1543L32.8348 71.5453L32.8133 71.3873L32.2535 67.4427C32.2535 67.4427 31.7339 66.8007 31.1991 65.7534C31.1348 65.6319 31.0741 65.5052 31.0133 65.373C30.283 63.8186 29.6374 61.5632 30.3651 59.2061L31.5089 59.2605L31.6687 59.2703L35.4937 59.4444L35.6571 59.4569L36.9116 59.5141L37.108 59.5248L37.9241 59.5578C37.9241 59.5578 42.0651 63.2882 41.3276 70.1802L41.3812 71.1391L41.3883 71.2944L41.4205 71.8614L41.4062 71.8587Z" fill="#0C6DD2"/>
|
|
53
|
+
<path d="M41.3205 35.2746C41.3205 35.2746 43.1348 35.9764 43.7973 38.0648C44.4607 40.1576 42.475 45.4487 43.1634 47.8835C43.8473 50.3183 43.7437 54.9112 41.6018 55.8799C39.4598 56.8514 35.066 55.1157 34.125 52.4612C33.1803 49.8032 33.5902 39.7478 35.4009 36.3264C37.2152 32.9049 40.8857 34.6299 41.3205 35.2692" fill="#C27057"/>
|
|
54
|
+
<path d="M34.1215 43.1543C34.1215 43.1543 35.4616 44.2945 37.7991 44.8355C40.1375 45.3793 41.4027 44.2811 42.5965 45.7838C44.3893 48.0472 41.4706 52.215 39.9375 54.3722C39.3643 55.1784 38.1554 57.4132 37.9134 59.5552C37.9134 59.5552 33.8581 60.7338 30.3616 59.2061L30.1009 54.2302C30.1009 54.2302 27.8991 47.5266 34.1215 43.1543Z" fill="#E9E5E1"/>
|
|
55
|
+
<path d="M33.551 42.5872C32.3322 41.9184 23.5474 45.3613 23.5474 45.3613C23.5474 45.3613 22.2465 47.6764 23.059 48.5889C23.8679 49.4979 26.7438 49.0988 27.6242 48.5889C28.5045 48.0809 30.8385 47.6952 30.8385 47.6952L33.5545 42.5872H33.551Z" fill="#E00842"/>
|
|
56
|
+
<path d="M30.4928 44.2184C30.4643 44.2729 30.4357 44.322 30.3964 44.3738C30.0402 44.8818 29.3812 45.2934 29.3812 45.2934C29.3812 45.2934 28.1839 46.972 28.1696 47.1639C28.1589 47.3273 26.0919 48.8318 25.1723 48.7979C25.0473 48.7979 24.9402 48.7648 24.8696 48.697C24.3241 48.1818 26.7259 43.8639 27.2535 42.9291C27.2857 42.8693 27.3143 42.8229 27.3321 42.7916C27.3428 42.7657 27.3535 42.7523 27.3535 42.7523C27.3535 42.7523 26.9294 41.1755 28.6928 41.4729C30.1616 41.7139 30.45 42.8791 30.6035 43.6648C30.6393 43.8488 30.5893 44.0425 30.4893 44.2184" fill="#B30635"/>
|
|
57
|
+
<path d="M24.3313 45.8529C25.5429 44.2601 29.809 41.1699 32.0546 40.2529L32.6144 41.2967C32.6144 41.2967 28.2733 45.1145 27.2537 46.7467C26.234 48.3779 24.9688 49.0574 23.7644 48.5101C22.5563 47.9663 24.0742 46.1869 24.3313 45.8529Z" fill="#F4B28D"/>
|
|
58
|
+
<path d="M35.0767 39.4736C33.6901 40.0433 33.8857 41.2968 32.6169 41.2968C31.8294 41.2968 31.7258 40.395 31.7258 40.395C32.0821 39.6263 32.3071 38.3129 32.3571 37.6915C32.4107 37.0674 32.6169 37.3075 32.6169 37.3075C32.6169 37.2513 32.6169 37.1942 32.6098 37.1424C32.5928 36.72 32.5142 36.4147 32.7919 36.5959C33.1053 36.8004 33.2124 37.987 33.2124 37.987C33.4687 36.254 33.0874 35.995 33.3865 36.1477C33.7964 36.3549 33.8008 37.8852 33.8008 37.9325C34.1321 36.9245 34.0428 36.3495 34.2705 36.5781C34.5026 36.8111 34.1535 38.6602 34.0178 39.3415C33.9857 39.4942 33.9642 39.5897 33.9642 39.5897C35.0624 39.0513 35.0767 39.4683 35.0767 39.4683" fill="#F4B28D"/>
|
|
59
|
+
<path d="M30.0687 43.8924L29.8375 44.1567L29.7196 44.2915L29.342 44.7264C29.342 44.7264 28.3866 45.8844 28.4223 46.3478C28.4509 46.6817 26.608 48.1764 25.1687 48.7978C24.5839 49.0523 24.0643 49.163 23.7607 48.9871C22.7205 48.3862 22.9518 46.5835 23.5437 45.3612C24.0562 44.2942 26.3339 42.9183 26.9187 42.579C26.9937 42.5353 27.0357 42.5067 27.0536 42.5014L27.2714 41.654C27.2714 41.654 28.0661 41.1755 28.6902 41.4674C28.6902 41.4674 27.3107 41.5246 27.5384 42.0639C27.7705 42.6023 29.6839 43.8719 30.0652 43.8871" fill="#E00842"/>
|
|
60
|
+
<path d="M42.8705 44.2943C42.5964 43.6934 41.2384 43.0139 40.7 43.297C40.5429 43.38 40.2723 43.8193 39.9688 44.3987C39.6875 44.48 39.4089 44.4845 39.2322 44.2943C39.2322 44.2943 38.9929 42.7193 37.817 42.5014C36.6411 42.2809 35.0866 42.1853 34.7875 42.7523C34.7161 42.8871 34.6098 43.1282 34.4884 43.4264C35.0375 43.7961 36.1777 44.4595 37.7955 44.8327H37.7991C38.5143 44.9978 39.1259 45.0095 39.6688 44.9907C39.0072 46.3389 38.3125 47.9952 38.3125 47.9952C41.4089 44.5478 42.8705 46.2157 42.8705 46.2157C42.8705 46.2157 43.1447 44.897 42.8705 44.2943Z" fill="#B30635"/>
|
|
61
|
+
<path d="M47.1866 66.6521C46.3456 68.3771 44.2786 68.8717 44.2786 68.8717C44.2786 68.8717 44.1215 68.6333 43.8581 68.2039C43.8295 68.1628 43.8009 68.1128 43.7723 68.061C42.1473 65.4244 37.175 56.9851 37.2715 52.5976C37.3857 47.3557 40.8072 44.4744 40.8072 44.4744C42.5429 44.8896 43.092 45.3637 43.092 45.3637C43.092 45.3637 43.6759 48.3476 43.142 51.9396C42.6072 55.5244 41.6304 56.4753 42.1223 56.7423C42.6107 57.0119 42.1223 57.5449 42.1223 57.5449C42.1223 57.5449 45.0054 61.5628 45.5438 62.8083C45.8929 63.6244 46.4884 65.0074 46.859 65.8753C46.884 65.9351 46.909 65.9941 46.934 66.0512C47.0902 66.4164 47.1902 66.6548 47.1902 66.6548M35.3473 43.8869C35.3473 43.8869 33.7759 44.9048 32.7848 47.353C31.7938 49.803 28.6652 54.4137 27.9313 55.6074C27.1965 56.7967 27.7098 63.2798 27.7098 63.2798C27.7098 63.2798 26.7902 59.3476 26.384 57.8173C25.9741 56.2833 27.7027 52.4994 27.9625 52.3003C28.2232 52.1003 29.5491 52.4655 29.2956 50.9298C29.0393 49.3941 32.6027 42.7735 33.5509 42.5869C33.5509 42.5869 35.0732 42.8717 35.3509 43.8869" fill="#E00842"/>
|
|
62
|
+
<path d="M42.1794 45.3613C42.1794 45.3613 40.116 46.889 41.3169 49.2283L47.0375 55.1497C43.8973 58.4961 43.5875 59.8685 41.3169 61.4122L42.1794 62.7461C42.1794 62.7461 50.1268 56.6363 50.141 55.1497C50.1446 54.5122 45.2875 46.814 42.1794 45.3613Z" fill="#F4B28D"/>
|
|
63
|
+
<path d="M41.192 61.4122C41.192 61.4122 40.1018 61.5345 39.4134 61.705C38.7259 61.8764 37.8098 62.047 37.7813 62.1898C37.7527 62.3318 39.3 62.1898 39.3 62.1898C39.3 62.1898 38.042 62.705 38.0134 62.9041C37.9848 63.1041 39.6134 62.7622 39.6134 62.7622C39.6134 62.7622 38.5831 63.3943 38.6402 63.5648C38.6973 63.7363 39.9661 63.3086 39.9661 63.3086C39.9661 63.3086 39.7313 63.9095 39.4848 64.197C39.4848 64.197 39.7313 64.3318 40.2295 63.7747C40.7286 63.2229 41.5241 63.4014 42.1545 62.9095C42.7848 62.4175 41.7625 61.3398 41.1884 61.4122" fill="#F4B28D"/>
|
|
64
|
+
<path d="M50.6331 54.9167C50.5331 56.4006 46.8554 61.239 46.2421 61.4104C46.0822 61.4515 45.9215 61.539 45.7679 61.6425C45.7046 61.6899 45.6403 61.7417 45.5796 61.7854C45.2304 62.0675 44.9662 62.3917 44.9662 62.3917C43.8938 62.322 40.8822 60.9283 41.8519 60.6202C41.909 60.6042 41.9724 60.5684 42.0438 60.522C42.0831 60.4934 42.126 60.4649 42.1688 60.4202C43.309 59.4675 45.526 55.5899 45.5403 55.2917C45.551 54.9729 45.9358 54.9113 45.9358 54.9113C45.9358 54.9113 43.8438 51.839 42.6322 51.4684C41.4206 51.0979 40.8072 49.63 40.8072 49.63C39.6099 44.5604 43.0921 45.3559 43.0921 45.3559C45.6581 46.8863 50.7331 53.422 50.6331 54.9113" fill="#E00842"/>
|
|
65
|
+
<path d="M39.5919 40.8595C39.5919 40.8595 38.4696 42.9336 38.4866 45.2318C38.4866 45.2318 36.6624 46.472 36.0098 44.9184C36.0098 44.9184 36.1883 44.3979 36.3205 43.5273C36.4482 42.6773 36.5339 41.4934 36.3696 40.1363C36.1455 38.2979 39.5955 40.8568 39.5955 40.8568" fill="#F4B28D"/>
|
|
66
|
+
<path d="M37.2 41.9092L36.4491 42.1494C36.4366 42.4476 36.4161 42.7261 36.3884 42.9842C37.2732 43.4342 38.9018 42.5869 38.9018 42.5869L37.2 41.9092Z" fill="#C38E71"/>
|
|
67
|
+
<path d="M40.8714 40.6906C40.8714 40.6906 41.8625 40.4165 41.5232 41.1987C41.1313 42.1049 40.1589 42.0094 40.1625 41.6549C40.1625 41.2969 40.8714 40.6906 40.8714 40.6906ZM36.4696 38.1862C36.4696 38.1862 36.1955 37.2094 35.7071 37.896C35.1438 38.6915 35.7179 39.4656 36.0205 39.279C36.3241 39.0951 36.4696 38.1862 36.4696 38.1862Z" fill="#F4B28D"/>
|
|
68
|
+
<path d="M36.7339 37.5516C37.5356 36.1302 38.7473 35.6659 40.3223 36.5543C41.8973 37.4409 42.0687 38.6864 41.2705 40.1088C39.6964 42.8989 39.0115 42.8561 37.0383 42.7775C36.799 42.7677 36.5865 42.623 36.4901 42.4034C36.1473 41.623 35.5348 39.6739 36.7339 37.5516Z" fill="#F4B28D"/>
|
|
69
|
+
<path d="M40.4509 39.0461C40.4152 39.0461 40.383 39.0202 40.3723 38.9836C40.2938 38.6702 39.9447 38.4862 39.9411 38.4862C39.9018 38.463 39.8875 38.4139 39.9054 38.3755C39.9268 38.3362 39.9732 38.3211 40.0125 38.3389C40.0304 38.3496 40.4295 38.5594 40.5259 38.9425C40.5366 38.9836 40.5116 39.0282 40.4688 39.038H40.4473M38.5197 37.6728C38.5197 37.6728 38.4911 37.6684 38.4768 37.663C38.4768 37.663 38.1348 37.4586 37.8241 37.5514C37.7813 37.5666 37.7357 37.5416 37.7241 37.4969C37.7098 37.4559 37.7357 37.4112 37.7777 37.3987C38.1554 37.2791 38.5447 37.513 38.558 37.5228C38.5973 37.5434 38.608 37.5952 38.5866 37.6344C38.5723 37.6577 38.5447 37.6728 38.5197 37.6728ZM38.2518 38.5461C38.2304 38.5853 38.092 38.5461 37.942 38.4603C37.792 38.3755 37.6884 38.2791 37.7098 38.2407C37.7313 38.1987 37.8705 38.2407 38.0205 38.3264C38.1697 38.4112 38.2732 38.5077 38.2518 38.5461ZM40.0268 39.4737C40.0054 39.5121 39.867 39.4737 39.717 39.388C39.567 39.3023 39.4634 39.2041 39.4848 39.1648C39.5063 39.1264 39.6455 39.1648 39.7947 39.2505C39.9447 39.3362 40.0482 39.4344 40.0268 39.4737ZM37.2152 40.4452C37.2152 40.4452 38.0205 41.0612 38.6045 41.0791C38.6045 41.0791 37.9848 41.5871 37.5393 41.2586C37.0938 40.9291 37.2152 40.4452 37.2152 40.4452ZM38.3268 40.1237C38.2875 40.1237 38.2482 40.1211 38.2054 40.1103L38.2482 39.9425C38.3911 39.9782 38.4625 39.9193 38.4982 39.8621C38.5438 39.7791 38.5402 39.6728 38.4982 39.6344C38.4759 39.6103 38.4375 39.6103 38.3839 39.6389L38.3018 39.4862C38.4804 39.3934 38.583 39.4764 38.6223 39.5148C38.7188 39.6157 38.7295 39.8077 38.6438 39.9505C38.5759 40.0666 38.4625 40.1291 38.3232 40.1291" fill="#C38E71"/>
|
|
70
|
+
<path d="M40.6929 37.1423C40.6929 37.1423 40.1911 36.4432 39.492 36.9994C38.7973 37.5539 37.2286 38.4423 36.4554 38.1494C35.6822 37.8548 38.1455 34.5673 40.2795 35.5307C42.4143 36.4923 42.2223 39.6289 41.3348 40.6236C40.4473 41.6209 40.8679 40.6905 40.8679 40.6905C40.8679 40.6905 40.9286 39.2762 41.2241 38.3414C41.5197 37.4066 40.6929 37.145 40.6929 37.145" fill="#C27057"/>
|
|
71
|
+
</svg>
|
|
@@ -0,0 +1,71 @@
|
|
|
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="M122 104.095C122 103.581 120.606 103.088 118.064 102.638C109.721 101.147 88.8934 100.094 64.5166 100.094C50.0345 100.094 36.7958 100.471 26.6928 101.08C25.0359 101.179 23.4544 101.292 21.9771 101.4C12.6785 102.111 7 103.054 7 104.095C7 104.967 10.9914 105.765 17.7775 106.424C22.0782 106.843 27.5137 107.196 33.7883 107.474C36.7958 107.605 39.9783 107.719 43.3223 107.81C45.8635 107.883 48.4787 107.939 51.1708 107.986C54.8981 108.047 58.7597 108.085 62.751 108.094H64.4894C73.5843 108.094 82.1858 107.948 89.826 107.69C90.9397 107.652 92.0518 107.61 93.1142 107.565C93.8114 107.539 94.5146 107.511 95.2117 107.476C101.48 107.201 106.922 106.845 111.245 106.429C118.009 105.77 121.994 104.967 121.994 104.099" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M37.7437 94.0442L35.8169 103.181H36.6455L39.424 94.0442H37.7437ZM44.7356 91.1299L42.8089 100.266H43.6374L46.416 91.1299H44.7356ZM104.072 94.0442L106.85 103.181H107.679L105.753 94.0442H104.072ZM96.3919 91.1299L99.1696 100.266H99.9981L98.0714 91.1299H96.3919Z" fill="#333D47"/>
|
|
4
|
+
<path d="M71.4482 58.6709C22.6892 58.6709 28.7508 68.2709 28.7508 68.2709L36.7732 87.8271H106.122L114.145 68.2709C114.145 68.2709 120.207 58.6709 71.4482 58.6709Z" fill="#F7C926"/>
|
|
5
|
+
<path d="M71.45 58.6709H71.4473C55.6169 58.6709 45.5669 59.6825 39.2107 61.0495L48.0777 79.2977H97.75L105.47 61.4664C99.2661 59.8932 88.8491 58.6709 71.45 58.6709Z" fill="#FCE8A1"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M48.0776 79.2979L39.2776 85.9327L104.292 86.264L97.7499 78.9497L48.0776 79.2979Z" fill="#FEF7DF"/>
|
|
7
|
+
<path d="M117.095 66.2139C115.437 65.0532 113.248 65.6113 112.206 67.4595L103.173 85.1514H40.2909L31.3338 67.4595C30.2918 65.6113 28.1034 65.0532 26.4445 66.2139C24.749 67.4005 24.2382 69.8943 25.3025 71.7836L37.3365 95.8389H106.138L118.237 71.7836C119.302 69.8943 118.791 67.4005 117.095 66.2139Z" fill="#FCE8A1"/>
|
|
8
|
+
<path d="M92.7304 77.1173C92.7304 77.1173 85.9241 78.8012 83.167 80.2271C80.4947 81.6093 77.9714 81.9218 78.4429 83.8646C78.6063 84.5405 85.5456 99.7226 85.65 100.957L87.6054 100.391C87.6054 100.391 85.1107 91.2762 84.8661 89.4584C84.6188 87.6075 83.4581 84.9959 83.4581 84.9959L95.2197 84.6343C95.2197 84.6343 102.535 77.0851 92.7304 77.1173Z" fill="#DF967F"/>
|
|
9
|
+
<path d="M85.6502 100.958C85.6502 100.958 84.2421 102.893 83.8314 103.031C83.4207 103.167 81.2885 103.93 81.4055 104.478C81.5234 105.026 85.6502 104.419 86.4707 103.871C87.2921 103.324 88.251 103.637 88.7787 102.933C89.3073 102.229 87.6055 100.392 87.6055 100.392L85.6502 100.958Z" fill="#B30635"/>
|
|
10
|
+
<path d="M94.9232 78.7272C94.9232 78.7272 83.9482 84.0987 83.8956 85.3246C83.8438 86.5496 90.634 100.343 90.7384 100.708L92.5348 100.255C92.5348 100.255 90.8277 93.9728 90.1536 91.3406C89.6902 89.5317 88.4759 86.7076 88.4759 86.7076C88.4759 86.7076 100.717 85.3076 101.551 84.1603C102.386 83.013 102.672 80.8915 101.734 79.0531C100.795 77.2147 94.9232 78.7272 94.9232 78.7272Z" fill="#DF967F"/>
|
|
11
|
+
<path d="M90.5956 100.571C90.5956 100.571 89.2384 102.543 88.8313 102.691C88.4241 102.838 86.3125 103.656 86.4447 104.2C86.5759 104.744 90.6848 104.032 91.492 103.463C92.2991 102.894 93.2652 103.183 93.775 102.465C94.2848 101.747 92.5366 99.9551 92.5366 99.9551L90.5956 100.571Z" fill="#B30635"/>
|
|
12
|
+
<path d="M95.3812 49.2968C95.3812 49.2968 93.024 50.4495 93.6071 53.5861C94.1901 56.7227 94.4481 57.145 93.7954 58.3709C93.1437 59.5968 92.3749 64.8245 92.9615 65.8155C93.5481 66.8066 100.223 61.4611 101.149 56.9763C102.075 52.4905 100.562 50.4959 100.028 49.753C99.4928 49.0102 97.4615 48.2405 95.3812 49.2968Z" fill="#333D47"/>
|
|
13
|
+
<path d="M85.3955 72.6976C85.4384 72.6833 85.4812 72.6717 85.5259 72.6619C87.2026 72.3199 91.266 71.6253 92.2134 71.1887C93.0973 70.7815 95.1741 65.561 95.3812 64.7208C95.5884 63.8798 97.5035 59.2146 95.7143 60.2664C95.7143 60.2664 93.7107 60.878 93.0071 63.2342C92.6741 64.3485 91.4026 68.7423 90.9723 69.1726C90.6857 69.4592 87.7955 70.503 85.8973 71.1681C85.808 71.1994 85.7187 71.2217 85.6259 71.2378L85.3241 71.2905C85.2768 71.2985 85.2303 71.303 85.1839 71.3056C84.8776 71.3226 84.2259 71.3548 84.0937 71.3271C83.775 71.261 83.5071 70.8298 82.8928 70.8315C82.2794 70.8342 81.5214 70.5306 81.5214 70.5306C81.5214 70.5306 81.2562 70.753 81.4955 70.9556C81.7437 71.1601 82.241 71.1914 82.3205 71.3155C82.3366 71.3423 82.3491 71.3673 82.3616 71.3949L82.3634 71.4003C82.4026 71.5012 82.4071 71.6164 82.3598 71.7003C82.3562 71.7048 82.3553 71.7146 82.3473 71.719C82.1348 72.0298 81.3589 72.3074 81.0044 72.4003C80.5098 72.5262 79.8375 72.7369 80.0241 73.0065C80.2107 73.2744 80.4196 72.9217 81.5526 72.8458L81.5937 72.9556C81.6776 72.9548 80.9937 73.3726 80.316 73.6164C79.85 73.7878 80.0991 74.0494 80.266 74.0753C80.4321 74.1039 80.8803 73.8619 81.2187 73.7431C81.4393 73.6628 81.6705 73.5762 81.8098 73.5253L81.9125 73.6351C81.2053 74.3449 80.825 74.2815 80.8768 74.5628C80.925 74.8414 81.5964 74.5467 81.8241 74.3226C81.9232 74.2253 82.1455 74.0976 82.3696 73.9824C81.9285 74.6289 81.6232 74.6565 81.7116 74.8699C81.8044 75.0878 82.3071 74.7235 82.4607 74.5003L82.4625 74.5012C82.6134 74.2771 83.2893 73.7842 83.2893 73.7842C83.7714 73.5458 84.0812 73.3914 84.3044 73.1815C84.4196 73.0744 84.55 72.986 84.6982 72.9351L85.3955 72.6976Z" fill="#DF967F"/>
|
|
14
|
+
<path d="M93.108 65.5878L92.0964 65.2575C92.0964 65.2575 92.7938 61.3789 95.725 60.1548L93.108 65.5878Z" fill="#E00842"/>
|
|
15
|
+
<path d="M99.4016 59.6167C99.4016 59.6167 103.072 61.0738 103.972 62.9122C104.871 64.7506 102.652 67.1587 102.261 68.3122C101.87 69.4658 101.108 73.0372 101.264 74.3471C101.42 75.6578 102.257 78.3328 102.336 79.1533C102.336 79.1533 94.8061 79.7801 91.8525 77.4131C91.8525 77.4131 93.8088 75.9078 93.965 74.1471C94.1213 72.3872 93.6516 70.2747 93.5347 70.0399C93.4177 69.806 91.7749 68.3587 92.1856 66.9694C92.5963 65.581 93.2213 62.1801 94.1963 61.2363C95.1383 60.3256 96.3704 59.8506 96.3704 59.8506L99.4016 59.6167Z" fill="#E00842"/>
|
|
16
|
+
<path d="M99.4026 59.6167C99.4276 60.939 97.85 63.131 96.5651 62.6336C95.2794 62.139 96.3705 59.8506 96.3705 59.8506L96.7678 59.7006C96.7625 59.6292 96.7383 59.5443 96.708 59.4595H96.7062C96.6205 59.2211 96.4723 58.9765 96.4723 58.9765C96.4723 58.9765 99.7678 54.6033 99.3642 56.1756C98.9607 57.7461 99.4026 59.6167 99.4026 59.6167Z" fill="#DF967F"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M96.4722 58.9756L98.6275 56.6113C98.6275 56.6113 97.8222 59.1354 96.7677 59.7015L96.4722 58.9756Z" fill="#B27866"/>
|
|
18
|
+
<path d="M95.7232 49.6443C95.7232 49.6443 92.3009 50.7202 94.1589 56.6264C96.016 62.5327 100.69 55.9425 100.202 52.3434C99.7125 48.7452 95.7232 49.6443 95.7232 49.6443Z" fill="#DF967F"/>
|
|
19
|
+
<path d="M93.8088 53.0908C93.8088 53.0908 95.5088 54.7595 98.3553 54.9685C98.3553 54.9685 99.3178 56.1078 99.4017 56.6113C99.4017 56.6113 102.072 52.4256 98.9508 49.831C95.8294 47.2372 92.6615 52.022 93.8088 53.0908Z" fill="#333D47"/>
|
|
20
|
+
<path d="M98.3589 54.8247C98.3812 54.3952 98.6455 53.4166 99.2848 53.6907C99.9232 53.964 99.2455 55.9568 98.8214 55.8336C98.8214 55.8336 98.3071 55.8416 98.3589 54.8247Z" fill="#DF967F"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M95.5713 55.3619C95.5713 55.3619 95.9668 54.936 96.6409 55.119C96.6409 55.119 95.8874 54.5753 95.5713 55.3619ZM94.9222 55.3217C94.9222 55.3217 94.5266 54.8958 93.8525 55.0798C93.8525 55.0798 94.607 54.536 94.9222 55.3217ZM95.6079 55.6298C95.6079 55.6298 95.9909 55.6485 96.49 55.5048C96.49 55.5048 95.8079 56.0289 95.6079 55.6298ZM94.8856 55.5896C94.8856 55.5896 94.5025 55.6092 94.0034 55.4646C94.0034 55.4646 94.6856 55.9887 94.8856 55.5896ZM95.0668 56.1521C95.0668 56.1521 94.8713 57.1396 95.1302 57.1423C95.3891 57.144 95.549 56.9351 95.549 56.9351C95.549 56.9351 95.0731 57.5842 94.8695 56.9673C94.6659 56.3503 95.0668 56.1521 95.0668 56.1521ZM95.0329 57.7146C95.0329 57.7146 95.6275 57.9851 96.3784 57.5467C96.3784 57.5467 95.4391 58.5878 95.0329 57.7146Z" fill="#B27866"/>
|
|
22
|
+
<path d="M89.1089 86.7809L81.4009 81.0354C81.4009 81.0354 85.5964 78.6042 91.8536 77.4131L102.336 79.1533C102.336 79.1533 104.322 84.2158 99.6678 85.1229C95.0134 86.0309 92.5446 86.3301 92.5446 86.3301L89.1089 86.7809Z" fill="#5856D6"/>
|
|
23
|
+
<path d="M101.573 61.9236C101.132 62.1057 100.263 63.1753 101.416 65.7369C102.571 68.2994 103.186 72.5593 103.244 73.028C103.298 73.4602 99.5572 77.9771 98.7644 78.9423C98.6742 79.0521 98.5554 79.1316 98.4206 79.1744L97.6581 79.4164C97.6581 79.4164 96.6036 79.7209 95.9545 80.0057C95.3054 80.2905 94.4313 80.6137 94.4277 80.7584C94.4233 80.9039 95.9242 80.5021 95.9242 80.5021C95.9242 80.5021 94.7715 81.2227 94.7769 81.4244C94.7822 81.6253 96.3304 81.0137 96.3304 81.0137C96.3304 81.0137 95.4215 81.8102 95.5063 81.9691C95.592 82.128 96.7697 81.4923 96.7697 81.4923C96.7697 81.4923 96.6394 82.1244 96.4465 82.4494C96.4465 82.4494 96.7108 82.5405 97.109 81.9075C97.5072 81.2789 98.3206 81.3209 98.859 80.7298L99.2456 80.2878C99.2456 80.2878 106.154 74.345 105.958 73.2557C105.958 73.2557 105.315 60.3789 101.573 61.9236Z" fill="#DF967F"/>
|
|
24
|
+
<path d="M101.442 67.1164L105.089 65.936C105.089 65.936 104.284 62.1316 102.512 61.4119C100.738 60.6923 99.8688 63.2039 101.442 67.1164Z" fill="#E00842"/>
|
|
25
|
+
<path d="M78.9704 106.134H71.5284C71.0088 103.294 71.8391 100.459 71.8391 100.459L75.2427 99.8989C75.5525 101.692 75.9266 102.399 76.4436 102.764C76.8213 103.028 77.2704 103.113 77.8329 103.3C78.4749 103.512 78.8133 103.901 78.9811 104.326C79.3159 105.162 78.9704 106.136 78.9704 106.136" fill="#0C6DD2"/>
|
|
26
|
+
<path d="M73.8847 79.0067H73.8811L70.1677 56.9639L62.7329 57.7585V67.5433C62.7329 67.5433 67.7865 80.2344 68.2142 80.6719C68.6383 81.1067 71.3936 100.935 71.3936 100.935C75.1034 102.158 75.6695 100.389 75.6695 100.389L73.8847 79.0067Z" fill="#333D47"/>
|
|
27
|
+
<path d="M54.0447 106.134H46.6027C46.6027 106.134 46.3679 105.466 46.4741 104.761C46.5634 104.186 46.884 103.58 47.7393 103.3C48.3848 103.085 48.8804 103.007 49.2866 102.64C49.7286 102.241 50.0563 101.508 50.334 99.8989L53.7375 100.459C53.7375 100.459 54.5643 103.3 54.0482 106.134" fill="#0C6DD2"/>
|
|
28
|
+
<path d="M62.7293 57.7585L55.2918 56.9639L51.5776 79.0067L49.7954 100.389C49.7954 100.389 50.3624 102.158 54.0722 100.935C54.0722 100.935 56.824 81.1067 57.2517 80.6719C57.6758 80.2344 63.1722 66.4067 63.1722 66.4067L62.7329 57.7585H62.7293Z" fill="#333D47"/>
|
|
29
|
+
<path d="M60.3884 35.6211C60.8589 36.0586 63.1678 36.8479 64.3901 35.6211L65.2169 36.4006C65.2169 36.4006 64.2732 38.5273 62.6196 38.6023C60.9651 38.6773 59.7678 36.7113 59.7678 36.7113L60.3919 35.6229L60.3884 35.6211Z" fill="#7978DE"/>
|
|
30
|
+
<path d="M57.2518 35.2137C58.075 34.7137 62.2053 37.361 62.2053 37.361C62.2053 37.361 67.5768 34.6288 68.8384 35.1565C68.8384 35.1565 69.975 36.6155 70.4312 40.3601C70.8875 44.1056 70.9161 59.5199 70.9161 59.5199C70.9161 59.5199 67.3053 60.7449 62.4196 60.7449C56.8527 60.7449 53.8553 59.2172 53.8553 59.2172C53.8553 59.2172 52.8607 37.8717 57.2482 35.2137" fill="#FBE7F1"/>
|
|
31
|
+
<path d="M90.8705 22.8351C90.5214 22.8405 89.5124 23.2235 89.5124 23.2235C88.7714 23.6619 88.358 23.9021 87.866 23.9414C87.3776 23.9824 87.1749 24.7878 87.1749 24.7878C87.1749 24.7878 85.2428 25.1949 85.1321 24.0271C85.1321 24.0271 86.2124 22.561 86.291 22.361C86.4437 21.9699 86.166 21.3771 86.6008 20.7137C87.0357 20.053 87.2419 19.0199 87.2419 19.0199C87.2419 19.0199 87.674 18.8905 87.7196 19.2914C87.766 19.7039 87.449 20.2628 87.5276 20.4369C87.5455 20.4726 87.5633 20.5039 87.5848 20.5378L87.5883 20.5432C87.6696 20.6565 87.791 20.7423 87.916 20.7503C87.9232 20.7503 87.9339 20.7557 87.9446 20.7503C88.4294 20.7396 89.2776 20.0976 89.6267 19.7789C90.1115 19.3333 90.8133 18.7557 90.9705 19.1467C91.1267 19.5378 90.5999 19.5146 89.7196 20.6851L89.8089 20.8074C89.7517 20.8976 90.6812 20.4521 91.4232 19.8932C91.9357 19.5092 92.0428 19.9628 91.9535 20.1619C91.8687 20.3619 91.291 20.6753 90.924 20.9574C90.6776 21.1387 90.4249 21.328 90.2714 21.4414L90.3178 21.6307C91.583 21.3664 91.783 20.911 92.0499 21.1646C92.3169 21.4137 91.5258 21.9315 91.1232 22.019C90.949 22.0583 90.6526 22.2083 90.3714 22.369C91.3803 22.3485 91.6258 22.0378 91.7937 22.2833C91.9642 22.5378 91.216 22.8253 90.8669 22.8324" fill="#FFCABA"/>
|
|
32
|
+
<path d="M66.9347 35.3774C69.7008 34.2372 78.6392 31.1988 78.6392 31.1988C78.6392 31.1988 84.6445 23.9881 85.8704 22.9131C85.8704 22.9131 87.1999 23.1408 87.5883 24.7318C87.5883 24.7318 83.7213 32.6729 81.6151 34.947C79.5124 37.2184 68.8633 42.1354 68.8633 42.1354L66.9312 35.3774H66.9347Z" fill="#5856D6"/>
|
|
33
|
+
<path d="M33.9938 22.8351C34.3429 22.8405 35.351 23.2235 35.351 23.2235C36.0929 23.6619 36.5063 23.9021 36.9974 23.9414C37.4894 23.9824 37.6894 24.7878 37.6894 24.7878C37.6894 24.7878 39.6206 25.1949 39.7313 24.0271C39.7313 24.0271 38.6519 22.561 38.5733 22.361C38.4197 21.9699 38.6974 21.3771 38.2635 20.7137C37.8278 20.053 37.6215 19.0199 37.6215 19.0199C37.6215 19.0199 37.1938 18.8905 37.1438 19.2914C37.0983 19.7039 37.4153 20.2628 37.3367 20.4369C37.3188 20.4726 37.301 20.5039 37.2795 20.5378L37.276 20.5432C37.1938 20.6565 37.0724 20.7423 36.9483 20.7503C36.9412 20.7503 36.9304 20.7557 36.9197 20.7503C36.4349 20.7396 35.5867 20.0976 35.2376 19.7789C34.7528 19.3333 34.0501 18.7557 33.8903 19.1467C33.7331 19.5378 34.2608 19.5146 35.1412 20.6851L35.0519 20.8074C35.1126 20.8976 34.1787 20.4521 33.4376 19.8932C32.9242 19.5092 32.817 19.9628 32.9063 20.1619C32.992 20.3619 33.5697 20.6753 33.9367 20.9574C34.1787 21.1387 34.4349 21.328 34.5885 21.4414L34.542 21.6307C33.2769 21.3664 33.0778 20.911 32.8108 21.1646C32.5429 21.4137 33.334 21.9315 33.7367 22.019C33.9117 22.0583 34.2072 22.2083 34.4894 22.369C33.4804 22.3485 33.234 22.0378 33.067 22.2833C32.8956 22.5378 33.6438 22.8253 33.9938 22.8324" fill="#FFCABA"/>
|
|
34
|
+
<path d="M57.8439 35.3772C55.0778 34.2371 46.1394 31.1987 46.1394 31.1987C46.1394 31.1987 40.1162 23.7728 38.8903 22.7031C38.8903 22.7031 37.376 23.5272 37.2725 25.2263C37.2725 25.2263 41.0573 32.6674 43.16 34.9415C45.2626 37.2165 55.9117 42.1299 55.9117 42.1299L57.8394 35.3746L57.8439 35.3772ZM64.7573 36.1853C64.7573 36.1853 68.5064 47.3415 68.8635 56.4201C68.8635 56.4201 70.218 56.7746 71.7394 54.7853C73.2609 52.7987 72.3564 37.0451 69.4367 34.421C69.4367 34.421 68.1117 34.1335 64.7573 36.1853Z" fill="#5856D6"/>
|
|
35
|
+
<path d="M60.0207 36.1853C60.0207 36.1853 56.2716 47.3415 55.9153 56.4201C55.9153 56.4201 54.5608 56.7746 53.0394 54.7853C51.518 52.7987 52.4224 37.0451 55.3412 34.421C55.3412 34.421 56.6671 34.1335 60.0207 36.1853Z" fill="#5856D6"/>
|
|
36
|
+
<path d="M65.3704 38.1355C65.3704 38.1355 66.0401 36.6436 65.7445 35.6159C65.4454 34.5927 64.3936 35.6159 64.3936 35.6159C64.3936 35.6159 64.8177 37.2945 65.374 38.1355M59.4079 38.1355C59.4079 38.1355 58.7383 36.6436 59.0338 35.6159C59.3329 34.5927 60.3847 35.6159 60.3847 35.6159C60.3847 35.6159 59.957 37.2945 59.4043 38.1355" fill="#7978DE"/>
|
|
37
|
+
<path d="M59.6393 32.919C59.6393 32.919 58.5384 30.7771 58.7554 28.4842C58.9732 26.1922 62.3875 25.669 64.6902 26.7958C64.6902 26.7958 64.0054 26.1226 64.2732 25.9333C64.5402 25.744 65 26.9458 65 26.9458C65 26.9458 65.7268 26.7208 65.8375 26.9458C65.9482 27.169 65.0929 27.2931 65.0929 27.2931C65.0929 27.2931 66.5786 28.1244 65.1884 32.5538L59.6357 32.919H59.6393Z" fill="#333D47"/>
|
|
38
|
+
<path d="M60.6055 34.8149C60.6055 34.8149 61.201 36.6078 60.6055 37.2989C60.6055 37.2989 61.2224 38.5426 62.334 38.5971C63.6171 38.6587 64.0626 37.2989 64.0626 37.2989C64.0626 37.2989 63.5269 35.5185 63.9974 34.8149H60.6055Z" fill="#FFCABA"/>
|
|
39
|
+
<path d="M60.6277 34.8842C60.6607 34.9949 60.7268 35.2324 60.7821 35.5226C61.3679 36.3137 62.5304 37.3619 63.8054 35.6422C63.8089 35.3253 63.858 35.0279 63.9938 34.8208L60.6277 34.8842Z" fill="#CCA295"/>
|
|
40
|
+
<path d="M59.6867 31.5594C59.6867 31.5594 58.8634 30.7326 58.7634 31.6987C58.6456 32.8228 59.6545 33.2737 59.8501 32.9192C60.0465 32.5621 59.6831 31.5594 59.6831 31.5594H59.6867ZM65.9331 31.7585C65.8331 30.7898 65.0099 31.621 65.0099 31.621H65.0135C65.0135 31.621 64.6501 32.621 64.8465 32.9782C65.042 33.3362 66.051 32.8826 65.9331 31.7585Z" fill="#FFCABA"/>
|
|
41
|
+
<path d="M62.3911 27.811C60.3491 27.811 59.1339 28.9762 59.4116 30.8155C59.8179 33.4807 60.4911 36.0039 62.3125 36.0039C64.1946 36.0039 64.8786 33.2146 65.292 30.8155C65.6054 28.9842 64.433 27.811 62.3911 27.811Z" fill="#FFCABA"/>
|
|
42
|
+
<path d="M65.1036 32.0311C65.1036 32.0311 65.0464 30.0284 64.2732 28.4873C64.2732 28.4873 62.9116 29.1222 62.6116 28.9748C62.3125 28.8239 62.8973 28.4873 62.8973 28.4873C62.8973 28.4873 60.6518 29.2364 60.5161 29.0882C60.3812 28.9382 61.2607 28.4873 61.2607 28.4873L59.8643 28.9748C59.8643 28.9748 59.433 30.7775 59.6116 32.0311C59.6116 32.0311 59.0089 30.9847 58.9375 30.2588C58.8625 29.5364 59.1803 27.4722 61.2866 27.3222C63.392 27.1739 64.5759 27.6588 65.0991 28.6347C65.6196 29.6114 65.5553 30.8159 65.1071 32.0311" fill="#333D47"/>
|
|
43
|
+
<path d="M63.8552 30.2283C63.8311 30.2283 63.8088 30.2176 63.7918 30.1998C63.5383 29.9328 63.0963 29.9426 63.0891 29.9426C63.0391 29.9426 62.9963 29.9042 62.9963 29.8524C62.9963 29.8033 63.0356 29.7614 63.0856 29.7569C63.1034 29.7569 63.6168 29.7435 63.9231 30.0703C63.9588 30.106 63.9552 30.1658 63.9231 30.2024C63.9061 30.2203 63.8838 30.2283 63.8597 30.2283M60.424 30.2283C60.4025 30.2283 60.3775 30.2203 60.3597 30.2024C60.324 30.1658 60.3204 30.1087 60.3597 30.0703C60.6659 29.7435 61.1793 29.7569 61.1972 29.7569C61.2463 29.7569 61.2856 29.8007 61.2856 29.8524C61.2856 29.9042 61.24 29.9426 61.1936 29.9426C61.1936 29.9426 60.7409 29.9328 60.4909 30.1998C60.4731 30.2176 60.449 30.2283 60.4266 30.2283M63.8133 31.0051C63.8052 31.0623 63.6383 31.0908 63.4347 31.0649C63.2356 31.0417 63.0784 30.9712 63.0856 30.9141C63.0927 30.8578 63.2606 30.8292 63.4633 30.8551C63.6633 30.881 63.8204 30.948 63.8133 31.0051ZM61.532 31.0158C61.5463 31.0801 61.3749 31.1757 61.1472 31.2257C60.9186 31.2748 60.7231 31.2641 60.7088 31.1971C60.6945 31.1319 60.865 31.0364 61.0936 30.9873C61.3213 30.9373 61.5177 30.948 61.532 31.0158ZM61.2615 33.6524C61.2615 33.6524 62.8686 33.8623 63.6954 33.4605C63.6954 33.4605 63.2284 34.5641 62.3516 34.4658C61.4749 34.3641 61.2615 33.6498 61.2615 33.6498M62.5793 33.0748C62.4016 33.0748 62.2231 33.0283 62.1695 33.0149L62.2195 32.8257C62.4124 32.8801 62.7115 32.9114 62.7758 32.8337C62.7972 32.8051 62.79 32.7426 62.7508 32.6632C62.4865 32.0953 62.4338 30.6632 62.4302 30.6007L62.6222 30.5962C62.6222 30.5962 62.6758 32.0489 62.9258 32.5801C62.9999 32.7408 62.9999 32.8676 62.9258 32.9605C62.8508 33.0516 62.715 33.0801 62.5793 33.0801" fill="#CCA295"/>
|
|
44
|
+
<path d="M27.7099 63.2799C28.234 64.6192 30.375 66.9192 30.375 66.9192C30.375 66.9192 35.6143 63.7799 38.0304 65.1004C40.4474 66.4218 42.3688 67.2272 43.9331 66.6522C45.5009 66.0772 38.7795 53.8567 38.7795 53.8567L30.0652 50.5308C30.0652 50.5308 29.8768 52.7352 28.8786 53.1263C27.884 53.5174 26.8224 57.154 26.8938 57.8459C26.9652 58.5317 27.7063 63.2825 27.7063 63.2825" fill="#B30635"/>
|
|
45
|
+
<path d="M37.5143 66.997C37.5143 66.997 35.2688 71.4032 30.6286 77.039C30.6286 77.039 30.1545 83.7479 17.8875 94.3006L16.6045 93.2925C16.6045 93.2925 23.9072 81.8515 25.3679 78.3416C26.8295 74.8354 24.559 71.6202 31.2804 62.7461L37.5107 66.997H37.5143Z" fill="#F4B28D"/>
|
|
46
|
+
<path d="M19.0527 93.922C19.0527 93.922 18.6715 94.3006 18.2724 94.9917C17.8733 95.6836 18.3117 96.3211 16.3876 97.9238C16.3876 97.9238 12.4992 95.647 10.7456 92.7229C10.7456 92.7229 10.7777 91.8836 11.626 91.689C12.0822 91.5854 13.3367 92.1738 14.5447 92.3961C14.7152 92.4301 14.8867 92.4533 15.0545 92.4693C15.2644 92.4872 15.4751 92.4899 15.6742 92.4693C15.8599 92.4506 16.0349 92.4122 16.1947 92.3443C16.6045 92.1765 16.9286 91.8426 17.1001 91.2568C17.1001 91.2568 18.1331 91.8452 17.442 92.839C17.442 92.839 18.6679 92.3059 19.0527 93.9193" fill="#5856D6"/>
|
|
47
|
+
<path d="M16.4008 93.3237C16.0839 93.8237 16.091 92.8987 15.6705 92.4692C15.8562 92.4505 16.0303 92.4121 16.191 92.3442C16.3794 92.5469 16.6437 92.9353 16.3973 93.3237M15.1785 93.3523C14.8437 93.671 14.7366 92.8416 14.541 92.4041C14.7116 92.4353 14.883 92.4612 15.0544 92.4764C15.2499 92.7433 15.4321 93.1139 15.1785 93.355" fill="#DEDDF7"/>
|
|
48
|
+
<path d="M30.3617 59.2061C28.426 62.9096 27.7778 67.6444 27.7778 67.6444L26.8975 69.8668C26.8975 69.8668 30.0189 71.5507 33.6296 72.165L35.0769 68.3364L30.3617 59.2061Z" fill="#0A57A8"/>
|
|
49
|
+
<path d="M40.4473 66.6523C40.4473 66.6523 41.4062 71.5015 41.2491 78.8006C41.2491 78.8006 45.0232 84.364 41.9089 100.243H40.2759C40.2759 100.243 38.9393 86.7345 37.9205 83.0738C36.8973 79.414 33.1303 78.2898 32.9241 67.1604L40.4509 66.6523H40.4473Z" fill="#F4B28D"/>
|
|
50
|
+
<path d="M42.967 104.024H37.4679C37.4679 104.024 37.2358 103.257 37.4679 102.416C37.5643 102.052 38.134 101.71 38.6652 101.237C38.8117 101.105 38.9536 100.965 39.0858 100.812C39.1893 100.69 39.2858 100.556 39.3635 100.408C39.4635 100.234 39.5456 100.045 39.592 99.8354C39.6813 99.4184 39.6456 98.9291 39.4063 98.3407C39.4063 98.3407 41.2777 97.9496 41.9474 98.9702C41.9474 98.9702 42.0117 98.4987 42.6072 98.8121C42.6072 98.8121 42.5215 99.7604 42.6393 100.551C42.7563 101.342 43.4947 101.571 42.9706 104.024" fill="#5856D6"/>
|
|
51
|
+
<path d="M41.5338 100.709C41.4838 100.763 41.4159 100.792 41.349 100.792C41.2918 100.792 41.2347 100.773 41.1847 100.737C40.8999 100.509 40.2722 100.159 39.3597 100.405C39.4597 100.232 39.5418 100.042 39.5883 99.8326C39.9552 99.6951 40.6463 99.6174 41.5025 100.346C41.6124 100.436 41.6266 100.597 41.5338 100.706M41.074 101.62L41.0418 101.667C40.9677 101.781 40.8213 101.817 40.7034 101.75C40.3293 101.526 39.4918 101.112 38.665 101.232C38.8115 101.1 38.9534 100.962 39.0856 100.809C39.4918 100.711 40.2615 100.662 41.0168 101.288C41.1133 101.371 41.1418 101.517 41.0704 101.625" fill="#DEDDF7"/>
|
|
52
|
+
<path d="M41.4062 71.8587C41.4062 71.8587 38.3339 72.4105 32.9205 72.1543L32.8348 71.5453L32.8133 71.3873L32.2535 67.4427C32.2535 67.4427 31.7339 66.8007 31.1991 65.7534C31.1348 65.6319 31.0741 65.5052 31.0133 65.373C30.283 63.8186 29.6374 61.5632 30.3651 59.2061L31.5089 59.2605L31.6687 59.2703L35.4937 59.4444L35.6571 59.4569L36.9116 59.5141L37.108 59.5248L37.9241 59.5578C37.9241 59.5578 42.0651 63.2882 41.3276 70.1802L41.3812 71.1391L41.3883 71.2944L41.4205 71.8614L41.4062 71.8587Z" fill="#0C6DD2"/>
|
|
53
|
+
<path d="M41.3205 35.2746C41.3205 35.2746 43.1348 35.9764 43.7973 38.0648C44.4607 40.1576 42.475 45.4487 43.1634 47.8835C43.8473 50.3183 43.7437 54.9112 41.6018 55.8799C39.4598 56.8514 35.066 55.1157 34.125 52.4612C33.1803 49.8032 33.5902 39.7478 35.4009 36.3264C37.2152 32.9049 40.8857 34.6299 41.3205 35.2692" fill="#C27057"/>
|
|
54
|
+
<path d="M34.1213 43.1543C34.1213 43.1543 35.4615 44.2945 37.799 44.8355C40.1374 45.3793 41.4026 44.2811 42.5963 45.7838C44.3892 48.0472 41.4704 52.215 39.9374 54.3722C39.3642 55.1784 38.1553 57.4132 37.9133 59.5552C37.9133 59.5552 33.8579 60.7338 30.3615 59.2061L30.1008 54.2302C30.1008 54.2302 27.899 47.5266 34.1213 43.1543Z" fill="#E9E5E1"/>
|
|
55
|
+
<path d="M33.551 42.5872C32.3322 41.9184 23.5474 45.3613 23.5474 45.3613C23.5474 45.3613 22.2465 47.6764 23.059 48.5889C23.8679 49.4979 26.7438 49.0988 27.6242 48.5889C28.5045 48.0809 30.8385 47.6952 30.8385 47.6952L33.5545 42.5872H33.551Z" fill="#E00842"/>
|
|
56
|
+
<path d="M30.4928 44.2184C30.4643 44.2729 30.4357 44.322 30.3964 44.3738C30.0402 44.8818 29.3812 45.2934 29.3812 45.2934C29.3812 45.2934 28.1839 46.972 28.1696 47.1639C28.1589 47.3273 26.0919 48.8318 25.1723 48.7979C25.0473 48.7979 24.9402 48.7648 24.8696 48.697C24.3241 48.1818 26.7259 43.8639 27.2535 42.9291C27.2857 42.8693 27.3143 42.8229 27.3321 42.7916C27.3428 42.7657 27.3535 42.7523 27.3535 42.7523C27.3535 42.7523 26.9294 41.1755 28.6928 41.4729C30.1616 41.7139 30.45 42.8791 30.6035 43.6648C30.6393 43.8488 30.5893 44.0425 30.4893 44.2184" fill="#B30635"/>
|
|
57
|
+
<path d="M24.3313 45.8529C25.5429 44.2601 29.809 41.1699 32.0546 40.2529L32.6144 41.2967C32.6144 41.2967 28.2733 45.1145 27.2537 46.7467C26.234 48.3779 24.9688 49.0574 23.7644 48.5101C22.5563 47.9663 24.0742 46.1869 24.3313 45.8529Z" fill="#F4B28D"/>
|
|
58
|
+
<path d="M35.0767 39.4736C33.6901 40.0433 33.8857 41.2968 32.6169 41.2968C31.8294 41.2968 31.7258 40.395 31.7258 40.395C32.0821 39.6263 32.3071 38.3129 32.3571 37.6915C32.4107 37.0674 32.6169 37.3075 32.6169 37.3075C32.6169 37.2513 32.6169 37.1942 32.6098 37.1424C32.5928 36.72 32.5142 36.4147 32.7919 36.5959C33.1053 36.8004 33.2124 37.987 33.2124 37.987C33.4687 36.254 33.0874 35.995 33.3865 36.1477C33.7964 36.3549 33.8008 37.8852 33.8008 37.9325C34.1321 36.9245 34.0428 36.3495 34.2705 36.5781C34.5026 36.8111 34.1535 38.6602 34.0178 39.3415C33.9857 39.4942 33.9642 39.5897 33.9642 39.5897C35.0624 39.0513 35.0767 39.4683 35.0767 39.4683" fill="#F4B28D"/>
|
|
59
|
+
<path d="M30.0686 43.8924L29.8374 44.1567L29.7195 44.2915L29.3418 44.7264C29.3418 44.7264 28.3865 45.8844 28.4222 46.3478C28.4508 46.6817 26.6079 48.1764 25.1686 48.7978C24.5838 49.0523 24.0642 49.163 23.7606 48.9871C22.7204 48.3862 22.9517 46.5835 23.5436 45.3612C24.0561 44.2942 26.3338 42.9183 26.9186 42.579C26.9936 42.5353 27.0356 42.5067 27.0534 42.5014L27.2713 41.654C27.2713 41.654 28.0659 41.1755 28.6901 41.4674C28.6901 41.4674 27.3106 41.5246 27.5383 42.0639C27.7704 42.6023 29.6838 43.8719 30.0651 43.8871" fill="#E00842"/>
|
|
60
|
+
<path d="M42.8704 44.2943C42.5963 43.6934 41.2383 43.0139 40.6999 43.297C40.5427 43.38 40.2722 43.8193 39.9686 44.3987C39.6874 44.48 39.4088 44.4845 39.232 44.2943C39.232 44.2943 38.9927 42.7193 37.8169 42.5014C36.641 42.2809 35.0865 42.1853 34.7874 42.7523C34.716 42.8871 34.6097 43.1282 34.4883 43.4264C35.0374 43.7961 36.1776 44.4595 37.7954 44.8327H37.799C38.5142 44.9978 39.1258 45.0095 39.6686 44.9907C39.007 46.3389 38.3124 47.9952 38.3124 47.9952C41.4088 44.5478 42.8704 46.2157 42.8704 46.2157C42.8704 46.2157 43.1445 44.897 42.8704 44.2943Z" fill="#B30635"/>
|
|
61
|
+
<path d="M47.1865 66.6521C46.3454 68.3771 44.2785 68.8717 44.2785 68.8717C44.2785 68.8717 44.1213 68.6333 43.8579 68.2039C43.8294 68.1628 43.8008 68.1128 43.7722 68.061C42.1472 65.4244 37.1749 56.9851 37.2713 52.5976C37.3856 47.3557 40.807 44.4744 40.807 44.4744C42.5428 44.8896 43.0919 45.3637 43.0919 45.3637C43.0919 45.3637 43.6758 48.3476 43.1419 51.9396C42.607 55.5244 41.6303 56.4753 42.1222 56.7423C42.6106 57.0119 42.1222 57.5449 42.1222 57.5449C42.1222 57.5449 45.0053 61.5628 45.5437 62.8083C45.8928 63.6244 46.4883 65.0074 46.8588 65.8753C46.8838 65.9351 46.9088 65.9941 46.9338 66.0512C47.0901 66.4164 47.1901 66.6548 47.1901 66.6548M35.3472 43.8869C35.3472 43.8869 33.7758 44.9048 32.7847 47.353C31.7937 49.803 28.6651 54.4137 27.9312 55.6074C27.1963 56.7967 27.7097 63.2798 27.7097 63.2798C27.7097 63.2798 26.7901 59.3476 26.3838 57.8173C25.974 56.2833 27.7026 52.4994 27.9624 52.3003C28.2231 52.1003 29.549 52.4655 29.2954 50.9298C29.0392 49.3941 32.6026 42.7735 33.5508 42.5869C33.5508 42.5869 35.0731 42.8717 35.3508 43.8869" fill="#E00842"/>
|
|
62
|
+
<path d="M42.1794 45.3613C42.1794 45.3613 40.116 46.889 41.3169 49.2283L47.0375 55.1497C43.8973 58.4961 43.5875 59.8685 41.3169 61.4122L42.1794 62.7461C42.1794 62.7461 50.1268 56.6363 50.141 55.1497C50.1446 54.5122 45.2875 46.814 42.1794 45.3613Z" fill="#F4B28D"/>
|
|
63
|
+
<path d="M41.1919 61.4122C41.1919 61.4122 40.1017 61.5345 39.4133 61.705C38.7258 61.8764 37.8097 62.047 37.7812 62.1898C37.7526 62.3318 39.2999 62.1898 39.2999 62.1898C39.2999 62.1898 38.0419 62.705 38.0133 62.9041C37.9847 63.1041 39.6133 62.7622 39.6133 62.7622C39.6133 62.7622 38.5829 63.3943 38.6401 63.5648C38.6972 63.7363 39.966 63.3086 39.966 63.3086C39.966 63.3086 39.7312 63.9095 39.4847 64.197C39.4847 64.197 39.7312 64.3318 40.2294 63.7747C40.7285 63.2229 41.524 63.4014 42.1544 62.9095C42.7847 62.4175 41.7624 61.3398 41.1883 61.4122" fill="#F4B28D"/>
|
|
64
|
+
<path d="M50.6331 54.9167C50.5331 56.4006 46.8554 61.239 46.2421 61.4104C46.0822 61.4515 45.9215 61.539 45.7679 61.6425C45.7046 61.6899 45.6403 61.7417 45.5796 61.7854C45.2304 62.0675 44.9662 62.3917 44.9662 62.3917C43.8938 62.322 40.8822 60.9283 41.8519 60.6202C41.909 60.6042 41.9724 60.5684 42.0438 60.522C42.0831 60.4934 42.126 60.4649 42.1688 60.4202C43.309 59.4675 45.526 55.5899 45.5403 55.2917C45.551 54.9729 45.9358 54.9113 45.9358 54.9113C45.9358 54.9113 43.8438 51.839 42.6322 51.4684C41.4206 51.0979 40.8072 49.63 40.8072 49.63C39.6099 44.5604 43.0921 45.3559 43.0921 45.3559C45.6581 46.8863 50.7331 53.422 50.6331 54.9113" fill="#E00842"/>
|
|
65
|
+
<path d="M39.5919 40.8595C39.5919 40.8595 38.4696 42.9336 38.4866 45.2318C38.4866 45.2318 36.6624 46.472 36.0098 44.9184C36.0098 44.9184 36.1883 44.3979 36.3205 43.5273C36.4482 42.6773 36.5339 41.4934 36.3696 40.1363C36.1455 38.2979 39.5955 40.8568 39.5955 40.8568" fill="#F4B28D"/>
|
|
66
|
+
<path d="M37.2 41.9092L36.4491 42.1494C36.4366 42.4476 36.4161 42.7261 36.3884 42.9842C37.2732 43.4342 38.9018 42.5869 38.9018 42.5869L37.2 41.9092Z" fill="#C38E71"/>
|
|
67
|
+
<path d="M40.8716 40.6906C40.8716 40.6906 41.8626 40.4165 41.5233 41.1987C41.1314 42.1049 40.1591 42.0094 40.1626 41.6549C40.1626 41.2969 40.8716 40.6906 40.8716 40.6906ZM36.4698 38.1862C36.4698 38.1862 36.1957 37.2094 35.7073 37.896C35.1439 38.6915 35.718 39.4656 36.0207 39.279C36.3242 39.0951 36.4698 38.1862 36.4698 38.1862Z" fill="#F4B28D"/>
|
|
68
|
+
<path d="M36.7339 37.5516C37.5356 36.1302 38.7473 35.6659 40.3223 36.5543C41.8973 37.4409 42.0687 38.6864 41.2705 40.1088C39.6964 42.8989 39.0115 42.8561 37.0383 42.7775C36.799 42.7677 36.5865 42.623 36.4901 42.4034C36.1473 41.623 35.5348 39.6739 36.7339 37.5516Z" fill="#F4B28D"/>
|
|
69
|
+
<path d="M40.451 39.0461C40.4153 39.0461 40.3832 39.0202 40.3725 38.9836C40.2939 38.6702 39.9448 38.4862 39.9412 38.4862C39.9019 38.463 39.8876 38.4139 39.9055 38.3755C39.9269 38.3362 39.9733 38.3211 40.0126 38.3389C40.0305 38.3496 40.4296 38.5594 40.526 38.9425C40.5367 38.9836 40.5117 39.0282 40.4689 39.038H40.4475M38.5198 37.6728C38.5198 37.6728 38.4912 37.6684 38.4769 37.663C38.4769 37.663 38.135 37.4586 37.8242 37.5514C37.7814 37.5666 37.7358 37.5416 37.7242 37.4969C37.71 37.4559 37.7358 37.4112 37.7778 37.3987C38.1555 37.2791 38.5448 37.513 38.5582 37.5228C38.5975 37.5434 38.6082 37.5952 38.5867 37.6344C38.5725 37.6577 38.5448 37.6728 38.5198 37.6728ZM38.2519 38.5461C38.2305 38.5853 38.0921 38.5461 37.9421 38.4603C37.7921 38.3755 37.6885 38.2791 37.71 38.2407C37.7314 38.1987 37.8707 38.2407 38.0207 38.3264C38.1698 38.4112 38.2733 38.5077 38.2519 38.5461ZM40.0269 39.4737C40.0055 39.5121 39.8671 39.4737 39.7171 39.388C39.5671 39.3023 39.4635 39.2041 39.485 39.1648C39.5064 39.1264 39.6457 39.1648 39.7948 39.2505C39.9448 39.3362 40.0483 39.4344 40.0269 39.4737ZM37.2153 40.4452C37.2153 40.4452 38.0207 41.0612 38.6046 41.0791C38.6046 41.0791 37.985 41.5871 37.5394 41.2586C37.0939 40.9291 37.2153 40.4452 37.2153 40.4452ZM38.3269 40.1237C38.2876 40.1237 38.2483 40.1211 38.2055 40.1103L38.2483 39.9425C38.3912 39.9782 38.4626 39.9193 38.4983 39.8621C38.5439 39.7791 38.5403 39.6728 38.4983 39.6344C38.476 39.6103 38.4376 39.6103 38.3841 39.6389L38.3019 39.4862C38.4805 39.3934 38.5832 39.4764 38.6225 39.5148C38.7189 39.6157 38.7296 39.8077 38.6439 39.9505C38.576 40.0666 38.4626 40.1291 38.3233 40.1291" fill="#C38E71"/>
|
|
70
|
+
<path d="M40.6929 37.1423C40.6929 37.1423 40.1911 36.4432 39.492 36.9994C38.7973 37.5539 37.2286 38.4423 36.4554 38.1494C35.6822 37.8548 38.1455 34.5673 40.2795 35.5307C42.4143 36.4923 42.2223 39.6289 41.3348 40.6236C40.4473 41.6209 40.8679 40.6905 40.8679 40.6905C40.8679 40.6905 40.9286 39.2762 41.2241 38.3414C41.5197 37.4066 40.6929 37.145 40.6929 37.145" fill="#C27057"/>
|
|
71
|
+
</svg>
|