@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,6 @@
|
|
|
1
|
+
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.2" d="M62 51.0046C62 51.3895 61.2741 51.7558 59.9418 52.0944C55.5861 53.2119 44.7178 54 32.0032 54C24.4457 54 17.5408 53.7206 12.2661 53.2581C11.4017 53.1804 10.5792 53.1027 9.81131 53.0157C4.96254 52.4847 2 51.7798 2 50.9954C2 50.3404 4.08554 49.741 7.62298 49.2507C9.86587 48.9399 12.7046 48.6698 15.9756 48.4625C17.5471 48.3626 19.2046 48.2757 20.9482 48.2054C22.2721 48.1554 23.6358 48.1091 25.0416 48.0777C26.9886 48.0314 28.9986 48.0037 31.0842 48H31.9885C36.7344 48 41.2181 48.1092 45.2108 48.3071C45.7941 48.3386 46.369 48.3663 46.925 48.4033C47.2964 48.4218 47.6509 48.444 48.0223 48.4681C51.2933 48.6698 54.132 48.9399 56.3896 49.2562C59.9145 49.7502 62 50.3515 62 51.0009V51.0046Z" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M42.0818 51.5352L10.7098 37.7344C9.6282 37.2596 9.13712 35.9974 9.61399 34.9158L19.1331 13.2781C19.608 12.1965 20.8702 11.7054 21.9518 12.1823L53.3258 25.9831C54.4073 26.458 54.8984 27.7202 54.4215 28.8017L44.9024 50.4395C44.4276 51.521 43.1654 52.0121 42.0838 51.5352H42.0818Z" fill="#9EC5ED"/>
|
|
4
|
+
<path d="M18.632 14.3322L16.4916 19.199L51.7809 34.7193L53.9213 29.8525L18.632 14.3322Z" fill="#0C6DD2"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.7638 27.5027L18.2889 25.094C17.9521 24.9459 17.7999 24.5542 17.948 24.2174C18.0962 23.8805 18.4878 23.7284 18.8246 23.8765L24.2995 26.2852C24.6343 26.4333 24.7886 26.825 24.6404 27.1618C24.4923 27.4966 24.1007 27.6509 23.7638 27.5027ZM31.6718 30.9826L26.1969 28.5739C25.86 28.4258 25.7079 28.0341 25.856 27.6973C26.0041 27.3624 26.3958 27.2082 26.7326 27.3564L32.2075 29.7651C32.5423 29.9132 32.6965 30.3048 32.5484 30.6417C32.4003 30.9765 32.0086 31.1307 31.6718 30.9826ZM16.9498 28.1357L17.5586 28.4035C17.8954 28.5516 18.287 28.3974 18.4352 28.0626C18.5833 27.7258 18.4291 27.3341 18.0943 27.186L17.4855 26.9181C17.1486 26.77 16.757 26.9222 16.6089 27.259C16.4607 27.5959 16.615 27.9875 16.9498 28.1357ZM21.2088 30.0108L19.9913 29.4751C19.6564 29.3269 19.5022 28.9353 19.6504 28.5985C19.7985 28.2636 20.1901 28.1094 20.527 28.2575L21.7445 28.7933C22.0793 28.9414 22.2336 29.333 22.0854 29.6699C21.9373 30.0067 21.5457 30.1589 21.2088 30.0108ZM23.6424 31.08L24.2512 31.3479C24.588 31.496 24.9797 31.3418 25.1278 31.007C25.2759 30.6701 25.1237 30.2784 24.7869 30.1303L24.1781 29.8625C23.8413 29.7143 23.4496 29.8685 23.3015 30.2034C23.1534 30.5402 23.3076 30.9319 23.6424 31.08ZM27.9014 32.9532L26.6839 32.4175C26.3491 32.2693 26.1949 31.8777 26.343 31.5408C26.4911 31.204 26.8828 31.0518 27.2196 31.1999L28.4372 31.7356C28.772 31.8838 28.9262 32.2754 28.7781 32.6123C28.6299 32.9491 28.2383 33.1013 27.9014 32.9532ZM29.9802 33.6574C30.0492 33.8177 30.1771 33.9557 30.3354 34.0247V34.0227C30.4936 34.0937 30.6803 34.0957 30.8447 34.0369C31.005 33.9679 31.141 33.84 31.212 33.6818C31.283 33.5235 31.285 33.3368 31.2262 33.1724C31.0943 32.8457 30.6864 32.6671 30.3617 32.7929C30.2014 32.8619 30.0635 32.9898 29.9945 33.1481C29.9214 33.3124 29.9214 33.493 29.9802 33.6574Z" fill="#E7F0FB"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.2" d="M60 51.0046C60 51.3895 59.2741 51.7558 57.9418 52.0944C53.5861 53.2119 42.7178 54 30.0032 54C22.4457 54 15.5408 53.7206 10.2661 53.2581C9.4017 53.1804 8.57922 53.1027 7.81131 53.0157C2.96254 52.4847 0 51.7798 0 50.9954C0 50.3404 2.08554 49.741 5.62298 49.2507C7.86587 48.9399 10.7046 48.6698 13.9756 48.4625C15.5471 48.3626 17.2046 48.2757 18.9482 48.2054C20.2721 48.1554 21.6358 48.1091 23.0416 48.0777C24.9886 48.0314 26.9986 48.0037 29.0842 48H29.9885C34.7344 48 39.2181 48.1092 43.2108 48.3071C43.7941 48.3386 44.369 48.3663 44.925 48.4033C45.2964 48.4218 45.6509 48.444 46.0223 48.4681C49.2933 48.6698 52.132 48.9399 54.3896 49.2562C57.9145 49.7502 60 50.3515 60 51.0009V51.0046Z" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M54.2544 35.296C54.6895 36.6409 53.9415 38.0893 52.5821 38.5327L15.8758 50.4995C14.5165 50.9429 13.0618 50.2114 12.6267 48.8666L5.00526 25.333C4.5701 23.9882 5.31814 22.5398 6.67748 22.0963L43.3838 10.1296C44.7431 9.68614 46.1978 10.4176 46.6329 11.7624L54.2544 35.296Z" fill="#0C6DD2"/>
|
|
4
|
+
<path d="M24.3137 36.7447L15.7495 39.5276C15.3786 39.6477 14.96 39.3867 14.815 38.9411C14.6699 38.4977 14.8543 38.0398 15.2252 37.9175L23.7895 35.1346C24.1604 35.0144 24.579 35.2755 24.7241 35.721C24.8691 36.1644 24.6847 36.6245 24.3137 36.7447Z" fill="#9EC5ED"/>
|
|
5
|
+
<path d="M25.4047 40.0989L16.8404 42.8818C16.4695 43.002 16.0509 42.7409 15.9059 42.2954C15.7608 41.8519 15.9452 41.3919 16.3162 41.2718L24.8804 38.4888C25.2513 38.3686 25.6699 38.6298 25.815 39.0753C25.96 39.5187 25.7756 39.9787 25.4047 40.0989Z" fill="#9EC5ED"/>
|
|
6
|
+
<path d="M21.773 31.7089C21.8621 31.9866 21.6777 32.2932 21.3586 32.3969L14.1889 34.726C13.8698 34.8296 13.5383 34.6887 13.4491 34.4131L11.8743 29.5683C11.7852 29.2907 11.9696 28.984 12.2887 28.8804L19.4584 26.5513C19.7775 26.4477 20.1091 26.5886 20.1982 26.8642L21.773 31.7089Z" fill="#F7C926"/>
|
|
7
|
+
<path d="M15.8685 34.1458L17.1802 33.7189L16.9958 33.1512L15.481 28.4867L15.2966 27.9189L13.9849 28.3458L14.1693 28.9136L14.4284 29.7113L12.8577 30.2211L12.2029 30.4345L12.5717 31.5701L13.2265 31.3567L14.7972 30.8469L15.0562 31.6447L13.4855 32.1544L12.8307 32.3679L13.1996 33.5034L13.8544 33.29L15.4251 32.7802L15.6841 33.578L15.8685 34.1458Z" fill="#BF9B1D"/>
|
|
8
|
+
<path d="M20.1854 29.0953L20.8402 28.8819L20.4713 27.7463L19.8165 27.9598L18.567 28.3659L18.308 27.5681L18.1235 27.0004L16.8119 27.4272L16.9963 27.995L18.0676 31.2939C18.1692 31.6068 18.5463 31.7664 18.9068 31.6482L20.8132 31.0286L21.468 30.8152L21.0992 29.6797L20.4444 29.8931L19.1949 30.2993L18.9358 29.5015L20.1854 29.0953Z" fill="#BF9B1D"/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
*
|
|
5
|
+
* Payment Icons
|
|
6
|
+
* @format
|
|
7
|
+
*
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
import React from 'react';
|
|
11
|
+
import CreditCardBack from "./credit-card-back.svg";
|
|
12
|
+
import CreditCardFront from "./credit-card-front.svg";
|
|
13
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
14
|
+
const PaymentIcons = (name, extraStyle, width, height, fillColor) => {
|
|
15
|
+
let widthProps = {};
|
|
16
|
+
let heightProps = {};
|
|
17
|
+
if (width) {
|
|
18
|
+
widthProps = {
|
|
19
|
+
width
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
if (height) {
|
|
23
|
+
heightProps = {
|
|
24
|
+
height
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
const icons = {
|
|
28
|
+
credit_card_back: /*#__PURE__*/_jsx(CreditCardBack, {
|
|
29
|
+
style: extraStyle,
|
|
30
|
+
...widthProps,
|
|
31
|
+
...heightProps,
|
|
32
|
+
fill: fillColor
|
|
33
|
+
}),
|
|
34
|
+
credit_card_front: /*#__PURE__*/_jsx(CreditCardFront, {
|
|
35
|
+
style: extraStyle,
|
|
36
|
+
...widthProps,
|
|
37
|
+
...heightProps,
|
|
38
|
+
fill: fillColor
|
|
39
|
+
})
|
|
40
|
+
};
|
|
41
|
+
return icons[name];
|
|
42
|
+
};
|
|
43
|
+
export default PaymentIcons;
|
|
44
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","CreditCardBack","CreditCardFront","jsx","_jsx","PaymentIcons","name","extraStyle","width","height","fillColor","widthProps","heightProps","icons","credit_card_back","style","fill","credit_card_front"],"sourceRoot":"../../../../../../src","sources":["component/AIA/illustration/payment/index.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAOA,KAAK,MAAM,OAAO;AAEzB,OAAOC,cAAc;AACrB,OAAOC,eAAe;AAA+B,SAAAC,GAAA,IAAAC,IAAA;AAErD,MAAMC,YAAY,GAAGA,CAACC,IAAY,EAAEC,UAAmB,EAAEC,KAAc,EAAEC,MAAe,EAAEC,SAAkB,KAAK;EAChH,IAAIC,UAAU,GAAG,CAAC,CAAC;EACnB,IAAIC,WAAW,GAAG,CAAC,CAAC;EACpB,IAAIJ,KAAK,EAAE;IACVG,UAAU,GAAG;MAACH;IAAK,CAAC;EACrB;EACA,IAAIC,MAAM,EAAE;IACXG,WAAW,GAAG;MAACH;IAAM,CAAC;EACvB;EAEA,MAAMI,KAAK,GAAG;IACbC,gBAAgB,eAAEV,IAAA,CAACH,cAAc;MAACc,KAAK,EAAER,UAAW;MAAA,GAAKI,UAAU;MAAA,GAAMC,WAAW;MAAEI,IAAI,EAAEN;IAAU,CAAE,CAAC;IACzGO,iBAAiB,eAAEb,IAAA,CAACF,eAAe;MAACa,KAAK,EAAER,UAAW;MAAA,GAAKI,UAAU;MAAA,GAAMC,WAAW;MAAEI,IAAI,EAAEN;IAAU,CAAE;EAC3G,CAAC;EACD,OAAOG,KAAK,CAACP,IAAI,CAAuB;AACzC,CAAC;AAED,eAAeD,YAAY","ignoreList":[]}
|
|
@@ -0,0 +1,45 @@
|
|
|
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="M108 104.267C108 103.754 106.945 103.26 105.023 102.811C98.7107 101.319 82.9542 100.267 64.5126 100.267C53.5565 100.267 43.5411 100.643 35.898 101.252C34.6446 101.351 33.4481 101.465 32.3305 101.573C25.2959 102.283 21 103.227 21 104.267C21 105.139 24.0196 105.938 29.1534 106.596C32.407 107.015 36.5191 107.368 41.2659 107.646C43.5411 107.777 45.9488 107.891 48.4786 107.982C50.4011 108.055 52.3795 108.112 54.4161 108.159C57.2359 108.22 60.1573 108.257 63.1769 108.267H64.492C71.3725 108.267 77.8797 108.121 83.6597 107.862C84.5022 107.824 85.3436 107.782 86.1473 107.738C86.6747 107.712 87.2067 107.683 87.7341 107.648C92.4764 107.373 96.593 107.018 99.8637 106.601C104.98 105.942 107.995 105.139 107.995 104.272" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M44.1214 104.491C44.1901 105.349 45.4009 105.349 46.7741 105.179C48.1473 105.009 47.7839 105.36 49.708 105.373C51.6321 105.385 52.291 104.744 52.3821 104.469C52.4634 104.225 51.5348 104.026 50.5419 103.792C50.4169 103.763 50.2919 103.733 50.166 103.701C49.0464 103.425 48.0785 102.82 47.3384 101.871C46.5035 100.801 45.741 95.9326 45.741 95.9326L42.7339 96.4933C42.7339 96.4933 44.4848 100.667 44.6642 102.036C44.7446 102.65 44.3071 103.059 44.2053 103.598C44.1509 103.89 44.0964 104.189 44.1214 104.491Z" fill="#DF967F"/>
|
|
4
|
+
<path d="M46.6751 105.308C48.0483 105.138 47.784 105.36 49.7081 105.373C51.6322 105.385 52.2912 104.744 52.3822 104.469C52.4635 104.224 51.5349 104.026 50.542 103.792L50.5304 103.81C50.5304 103.81 49.2965 104.484 47.7108 104.336C46.4188 104.216 45.0974 103.687 44.2054 103.598C44.151 103.89 44.0965 104.189 44.1206 104.491C44.1903 105.349 45.3028 105.478 46.6751 105.308Z" fill="#C64A67"/>
|
|
5
|
+
<path d="M46.8097 99.3925C46.8097 99.3925 46.0222 99.9139 45.2812 100.049C44.1704 100.251 43.6553 100.026 43.6553 100.026C43.6553 100.026 38.3124 86.6131 38.6178 82.0809C38.6249 81.972 38.6294 81.8559 38.6312 81.7336C38.6401 80.9479 38.5267 79.8997 38.3312 78.6934C38.2588 78.2506 38.1767 77.7881 38.0838 77.3086C37.8695 76.1907 37.6044 74.9854 37.3133 73.7568C37.1856 73.2148 37.0517 72.6693 36.916 72.1247C35.5722 66.7613 33.9312 61.4764 33.9312 61.4764C33.9312 61.4764 43.5713 58.3273 44.1169 61.2702C44.3258 62.3997 45.0231 66.9193 44.7088 73.83C44.4562 79.3925 44.6195 83.7318 45.0999 88.7675C45.5231 93.1898 46.2454 96.9943 46.8097 99.3925Z" fill="#4645AB"/>
|
|
6
|
+
<path d="M31.9599 104.491C32.0286 105.349 33.2393 105.349 34.6125 105.179C35.9858 105.01 35.6233 105.361 37.5465 105.373C39.4715 105.386 40.1295 104.745 40.2206 104.47C40.3018 104.225 39.3742 104.027 38.3804 103.793C38.2554 103.763 38.1304 103.733 38.0054 103.702C36.8849 103.426 36.1384 102.595 35.1768 101.871C34.2661 101.186 34.9036 97.8624 34.9036 97.8624L32.0759 96.8525C32.0759 96.8525 32.5027 100.196 32.5027 102.036C32.5027 102.655 32.1465 103.06 32.0438 103.598C31.9893 103.89 31.9349 104.189 31.9599 104.491Z" fill="#DF967F"/>
|
|
7
|
+
<path d="M34.4625 105.317C35.8349 105.148 35.6233 105.36 37.5474 105.373C39.4715 105.385 40.1295 104.744 40.2206 104.469C40.3018 104.224 39.3742 104.026 38.3804 103.791L38.3688 103.81C38.3688 103.81 37.1349 104.484 35.55 104.336C34.2572 104.216 32.9358 103.687 32.0438 103.598C31.9893 103.89 31.9349 104.189 31.9599 104.491C32.0295 105.349 33.0893 105.487 34.4625 105.317Z" fill="#C64A67"/>
|
|
8
|
+
<path d="M39.7385 60.4263C39.7385 60.4263 36.6019 76.0575 36.0724 84.5647C35.5421 93.0727 34.8814 100.116 34.8814 100.116C34.8814 100.116 34.1965 100.363 33.4108 100.318C32.5823 100.27 31.9251 100.016 31.9251 100.016C31.9251 100.016 28.8162 87.2156 29.8457 82.0915C30.876 76.9683 30.018 72.2424 29.5233 67.9924C28.8153 61.8986 31.5421 59.0665 33.4448 57.1352C35.3715 55.1816 39.7385 60.4263 39.7385 60.4263Z" fill="#5856D6"/>
|
|
9
|
+
<path d="M41.9615 31.797C42.2731 29.2515 41.4775 25.18 36.3981 25.83C31.3195 26.4809 29.7186 31.4729 30.7427 33.6925C31.7677 35.9122 29.2686 36.447 28.4838 38.8345C27.8097 40.8845 27.5748 43.43 26.4838 44.5729C22.9677 48.2568 29.8606 53.922 34.015 52.7274C41.5829 50.5515 42.5579 50.2265 42.2891 44.28C42.1516 41.2345 39.7811 40.0533 41.2856 39.172C44.9213 37.0425 41.2561 37.555 41.9615 31.797Z" fill="#0C6DD2"/>
|
|
10
|
+
<path d="M40.8448 38.3791C40.6501 38.3791 37.0912 37.1889 32.0091 39.2586C32.0091 39.2586 34.4216 53.0631 33.3858 55.697C32.3492 58.3309 31.9546 60.6693 31.9546 60.6693L43.1983 60.8095C43.1983 60.8095 43.0412 51.7666 43.5591 48.5657C44.0769 45.3657 40.8448 38.3791 40.8448 38.3791Z" fill="#DF967F"/>
|
|
11
|
+
<path d="M40.4234 39.9692L38.9216 42.2228L35.8948 42.0746L34.4966 38.4594C34.4966 38.4594 34.9278 38.3773 35.1287 33.8701L38.9064 35.0228C38.9064 35.0228 38.7055 36.1987 38.9734 37.4773C39.1591 38.3701 39.568 39.3219 40.4234 39.9692Z" fill="#DF967F"/>
|
|
12
|
+
<path d="M38.973 37.4782C37.4114 37.3514 35.1274 33.8701 35.1274 33.8701L38.906 35.0237C38.906 35.0237 38.7051 36.1987 38.973 37.4782Z" fill="#B27866"/>
|
|
13
|
+
<path d="M59.5178 47.6674C59.4847 47.2736 59.3606 47.1844 59.3606 47.1844C55.766 47.712 53.3838 47.6826 52.216 47.9103C51.2999 48.0879 50.9249 48.1138 50.7669 47.8915C45.8017 40.9085 42.2874 38.7156 42.2874 38.7156C42.2874 38.7156 41.9124 38.4933 40.4463 38.2915C40.4463 38.2915 40.2347 40.946 38.8713 41.1719C36.5106 41.5603 34.7463 39.3969 34.191 38.5272C34.191 38.5272 31.3437 39.2129 30.5481 40.1192C29.9767 40.771 30.0517 42.3299 30.2204 43.3103C30.2749 43.621 30.3383 43.8745 30.3937 44.021C30.5615 44.4647 31.1954 47.7201 31.4847 49.0156C31.4919 49.0486 31.4981 49.079 31.5044 49.1076C31.5249 49.1942 31.5428 49.2701 31.5588 49.3335C31.5588 49.3353 31.5588 49.337 31.5597 49.3388C31.5767 49.4085 31.591 49.462 31.6026 49.4969C31.6088 49.5174 31.6151 49.5397 31.6222 49.5603C31.6222 49.562 31.6231 49.5629 31.624 49.5647C32.0419 50.8969 32.2937 52.2558 32.1454 53.921C32.1276 54.1174 32.0829 54.354 32.016 54.6192C31.6392 56.5558 30.0695 60.3728 29.7437 62.1245C29.9312 62.5201 30.357 62.8335 30.8749 63.0835C31.5499 63.4085 32.3803 63.6263 33.041 63.7772C33.5526 63.8951 34.3392 64.0272 35.2472 64.129C35.7276 64.1826 36.2437 64.229 36.7687 64.2585C36.8428 64.2638 36.916 64.2683 36.9901 64.271C40.3776 64.4397 44.1704 64.3558 44.6633 62.746C44.9008 61.9728 43.9562 57.3272 43.8303 55.9469C43.6106 53.5219 43.9687 50.2022 44.1312 47.6308C46.9106 50.6942 49.7803 51.796 49.7803 51.796C50.466 51.7629 51.257 51.6353 52.0847 51.4495C52.9731 51.2513 53.9044 50.987 54.7945 50.7049C57.3124 49.9076 59.6794 48.7924 59.6794 48.7924C59.6794 48.7924 59.5919 48.5353 59.5178 47.6674Z" fill="#E00842"/>
|
|
14
|
+
<path d="M41.5786 51.0745C40.45 51.3022 40.0134 51.3575 39.8393 51.1129C34.8741 44.1308 31.3589 41.937 31.3589 41.937C31.3589 41.937 30.5929 42.0879 30.1562 42.862C30.175 43.02 30.1964 43.1718 30.2205 43.3102C30.275 43.6209 30.3384 43.8745 30.3938 44.0209C30.5321 44.387 30.9893 46.6727 31.3071 48.187C31.6491 48.7709 32.0625 49.4075 32.5589 50.1031C35.283 53.9192 38.8527 55.0174 38.8527 55.0174C39.6375 54.9808 40.558 54.8183 41.5134 54.5888C42.2536 54.4111 43.0196 54.1781 43.7634 53.9218C43.7723 52.929 43.8304 51.8772 43.9009 50.8388C42.9045 50.9102 42.1205 50.9647 41.5786 51.0745Z" fill="#B30635"/>
|
|
15
|
+
<path d="M59.6796 48.7914C59.6796 48.7914 57.3126 49.9075 54.7948 50.7039C53.9046 50.987 52.9733 51.2513 52.085 51.4495C51.7278 49.8629 51.9751 48.6263 52.2162 47.9102C53.3841 47.6825 55.8787 47.6673 59.4733 47.1396L59.6796 48.7914Z" fill="#DF967F"/>
|
|
16
|
+
<path d="M58.5757 47.3633C58.5757 47.3633 59.4846 47.1865 60.2418 46.8079C60.9998 46.4293 63.0203 46.1766 63.4489 46.5811C63.8784 46.9847 62.9953 48.6266 61.1516 48.6775C59.3078 48.7275 58.7775 49.0302 58.7775 49.0302L58.5757 47.3633Z" fill="#DF967F"/>
|
|
17
|
+
<path d="M61.8537 41.7702L51.5742 43.7684C51.1242 43.8568 50.7563 44.2961 50.7563 44.7461V51.8505C50.7563 52.2996 51.1242 52.5969 51.5742 52.5094L61.8537 50.5112C62.3037 50.4237 62.6715 49.9836 62.6715 49.5336V42.43C62.6715 41.98 62.3037 41.6827 61.8537 41.7702Z" fill="#E26276"/>
|
|
18
|
+
<path d="M62.2633 41.7702L51.9829 43.7684C51.5329 43.8568 51.165 44.2961 51.165 44.7461V51.8505C51.165 52.2996 51.5329 52.5969 51.9829 52.5094L62.2633 50.5112C62.7133 50.4237 63.0811 49.9836 63.0811 49.5336V42.43C63.0811 41.98 62.7133 41.6827 62.2633 41.7702Z" fill="#FF7A85"/>
|
|
19
|
+
<path d="M52.1546 44.3236C51.9688 44.3594 51.8188 44.5397 51.8188 44.7245C51.8188 44.9103 51.9688 45.0317 52.1546 44.996C52.3403 44.9603 52.4912 44.7799 52.4912 44.5942C52.4912 44.4085 52.3403 44.2879 52.1546 44.3236Z" fill="#E26276"/>
|
|
20
|
+
<path d="M48.6607 49.4906C48.6607 49.4906 44.8322 51.4138 41.5134 52.2093C40.5581 52.4379 39.6375 52.6004 38.8527 52.637C38.8527 52.637 35.2831 51.5397 32.559 47.7227C27.2974 40.3522 31.3599 39.5566 31.3599 39.5566C31.3599 39.5566 34.8741 41.7504 39.8393 48.7334C40.0134 48.9772 40.45 48.9218 41.5786 48.6941C42.7849 48.4504 45.1866 48.479 48.5009 47.9924C48.5009 47.9924 48.5572 48.1156 48.5902 48.5084C48.6652 49.3763 48.6607 49.4906 48.6607 49.4906Z" fill="#E00842"/>
|
|
21
|
+
<path d="M50.8473 49.3646C49.7572 49.395 49.0973 49.5075 48.725 49.6021C48.3982 49.753 44.6831 51.4494 41.5134 52.2092C42.2411 50.7673 41.9563 49.5083 41.5795 48.6941C42.7848 48.4503 45.2036 48.3441 48.5179 47.8575C48.5179 47.8575 48.5179 47.8601 48.5188 47.8628C48.8759 47.7691 49.4036 47.6057 49.8768 47.37C50.6857 46.9655 50.7741 47.145 51.2322 47.5762L50.8473 49.3646ZM39.8956 35.278C39.8956 35.278 35.3715 36.1869 34.85 33.361C34.3268 30.5351 33.3911 28.7485 36.2581 28.0494C39.1241 27.3494 39.8857 28.3235 40.2902 29.2244C40.6938 30.1253 41.0598 34.9691 39.8956 35.278Z" fill="#DF967F"/>
|
|
22
|
+
<path d="M40.3474 27.5432C38.1152 25.3432 36.059 26.4441 36.3867 26.887C35.6135 26.9111 34.6483 27.1227 33.9581 27.8995C32.6206 29.4039 35.1161 34.1084 35.1161 34.1084C35.1161 34.1084 34.7733 31.2182 36.2608 29.5914C36.851 28.9468 37.1938 28.4075 37.3938 27.9905C37.7054 28.2566 38.051 28.4843 38.4179 28.6129C39.8572 29.1182 40.6483 31.4334 40.6483 31.4334C41.1635 30.353 41.3081 28.4905 40.3474 27.5432Z" fill="#0C6DD2"/>
|
|
23
|
+
<path d="M38.4864 33.8878C38.4864 33.8878 38.6069 34.2236 39.4587 34.0718C39.4587 34.0718 40.1739 33.9432 40.1087 33.5673C40.1087 33.5673 39.3784 33.378 38.4864 33.8878ZM39.3016 30.2084C39.5569 30.1593 39.8266 30.2387 40.0436 30.3843C40.0257 30.4191 39.973 30.3977 39.94 30.3771C39.7873 30.278 39.5775 30.2771 39.423 30.3736C39.323 30.4361 39.2498 30.5316 39.1605 30.6066C39.0293 30.7155 38.7043 30.8789 38.8025 30.5843C38.8686 30.3878 39.1105 30.2459 39.3016 30.2084ZM37.6828 30.8271C37.5614 30.8173 37.4382 30.8066 37.3168 30.8236C36.9569 30.8736 36.6516 31.1887 36.6123 31.5503C36.6784 31.4539 36.7444 31.3575 36.8257 31.2745C37.048 31.0486 37.3828 30.9405 37.6944 30.995C37.7837 31.0102 38.1364 31.1298 38.0418 30.9271C37.9873 30.8111 37.7855 30.8361 37.6828 30.8271ZM37.8909 31.228C37.8319 31.387 37.7587 31.5387 37.6703 31.6816L37.3944 31.703C37.1587 31.7209 37.2052 31.6084 37.348 31.4995C37.5069 31.3798 37.7034 31.2923 37.8909 31.228ZM39.8605 30.5352C39.8712 30.6423 39.8748 30.7593 39.8123 30.8486C39.7436 30.9468 39.3989 31.0691 39.3552 30.887C39.3275 30.7727 39.765 30.6003 39.8605 30.5352ZM39.6677 32.4414C39.6891 32.4789 39.7096 32.5253 39.6873 32.5628C39.6766 32.5807 39.6578 32.5923 39.64 32.6021C39.4677 32.703 39.2819 32.7798 39.0882 32.8289C39.1141 32.7289 39.173 32.6387 39.2534 32.5753C39.2828 32.553 39.3186 32.528 39.3194 32.4905C39.3203 32.4753 39.315 32.4611 39.3096 32.4468C39.2293 32.2361 38.8793 31.7521 38.9882 31.5343C39.2659 31.7227 39.5061 32.1495 39.6677 32.4414Z" fill="#B27866"/>
|
|
24
|
+
<path d="M75.7805 97.7578L74.5742 101.661L77.2903 101.662L78.918 97.7578H75.7805Z" fill="#FFCABA"/>
|
|
25
|
+
<path d="M77.6508 101.375C77.9258 102.524 77.9348 103.871 77.9348 105.247H76.1419L75.7723 104.298L74.3107 105.247H68.4473C68.4473 103.88 69.8991 104.08 70.4017 104.013C71.1803 103.909 73.7982 102.837 74.1303 101.375H77.6508Z" fill="#B30635"/>
|
|
26
|
+
<path d="M83.2224 82.9078C83.7742 88.5792 80.9796 94.6935 78.1813 100.202L74.8501 99.5051C76.3671 93.656 77.9376 82.2238 77.9376 82.2238C78.5278 76.8935 79.5858 65.4185 83.359 59.531L90.4492 58.9917C92.8171 64.8828 86.1733 75.9319 83.2224 82.9078Z" fill="#FF7A85"/>
|
|
27
|
+
<path d="M95.0676 98.0156L94.7649 102.283H92.5096L92.4399 98.0156H95.0676Z" fill="#FFCABA"/>
|
|
28
|
+
<path d="M95.1016 101.437C95.373 102.566 95.681 103.892 95.681 105.249H93.9221L93.5551 104.31L92.7712 105.249H88.3516C88.3516 103.9 89.2819 103.995 89.773 103.929C90.5426 103.826 91.8105 102.881 92.1408 101.437H95.1016Z" fill="#B30635"/>
|
|
29
|
+
<path d="M95.3144 81.8592C97.1742 86.0708 96.0171 93.6128 95.1537 100.034H92.2796C92.1751 98.9628 90.9983 88.6039 90.0028 82.2298C89.3099 76.8985 86.768 65.3923 89.0733 58.8664L95.8456 56.9878C99.4983 62.3003 96.5483 74.4226 95.3144 81.8592Z" fill="#FF7A85"/>
|
|
30
|
+
<path d="M70.8579 61.2023C70.9945 60.8809 71.7302 60.0925 71.7302 60.0925C72.4159 59.5711 72.7945 59.2791 73.0168 58.8381C73.2409 58.3988 74.0623 58.5175 74.0623 58.5175C74.0623 58.5175 75.1677 56.8827 74.1284 56.3398C74.1284 56.3398 72.3632 56.7854 72.148 56.7827C71.7284 56.7773 71.2846 56.2961 70.5061 56.4479C69.7302 56.6015 68.6954 56.4023 68.6954 56.4023C68.6954 56.4023 68.4141 56.7497 68.7668 56.947C69.1311 57.1452 69.7686 57.0631 69.8998 57.2015C69.9266 57.2318 69.948 57.2595 69.9712 57.2925L69.9748 57.2979C70.0498 57.4166 70.0829 57.5613 70.0427 57.6791C70.04 57.6863 70.0409 57.6979 70.032 57.7059C69.84 58.1506 68.9248 58.6934 68.4971 58.897C67.9025 59.1773 67.1025 59.6095 67.4034 59.905C67.707 60.1979 67.8846 59.7015 69.3007 59.3282L69.3802 59.4568C69.4864 59.4345 68.7212 60.1309 67.923 60.6059C67.3748 60.9363 67.7543 61.2068 67.9721 61.1997C68.1891 61.1961 68.6971 60.7791 69.0971 60.5461C69.357 60.3898 69.6293 60.2238 69.7927 60.1256L69.9498 60.2398C69.2275 61.3113 68.7302 61.3238 68.8641 61.6675C68.9936 62.0086 69.7721 61.472 70.0052 61.1318C70.1079 60.9854 70.3579 60.7675 70.6132 60.5675C70.2132 61.4934 69.8329 61.6041 69.9971 61.8523C70.1677 62.1068 70.7168 61.522 70.8552 61.2015" fill="#FFCABA"/>
|
|
31
|
+
<path d="M73.5938 56.4576C76.9866 55.1166 79.5839 53.3407 81.8089 52.0514C81.3027 44.1532 82.2455 41.0023 83.0589 38.9808C83.467 37.9674 84.8821 37.5666 86.2107 38.8148C87.4732 43.6826 86.0598 52.6237 84.5045 54.8996C82.3125 57.2782 76.8402 58.446 73.7375 58.5371L73.5938 56.4576Z" fill="#0A57A8"/>
|
|
32
|
+
<path d="M83.673 41.4592C83.4444 40.2985 82.6462 39.5217 83.2498 38.503C84.1069 37.0583 87.1873 34.7628 90.4355 34.7253C94.7123 34.6753 99.2784 37.3289 99.4444 38.9432C99.5855 40.3262 98.7391 41.7226 98.4498 43.0628C97.006 49.7414 97.2391 54.9807 97.7855 60.6673H82.4819C83.4373 50.1289 84.7748 47.0458 83.673 41.4592Z" fill="#0C6DD2"/>
|
|
33
|
+
<path d="M92.0983 35.0588C91.0411 35.4534 89.8563 35.4954 88.7742 35.1793C88.7652 34.215 88.8402 33.2499 88.9983 32.2981C89.0509 31.9784 89.1206 31.6454 89.3322 31.3999C89.6242 31.0597 90.1081 30.9731 90.5518 30.907C90.9456 30.849 91.392 30.7874 91.7679 30.9579C92.1518 31.1311 91.9304 31.7204 91.9143 32.0749C91.8688 33.0722 91.9304 34.074 92.0983 35.0588Z" fill="#FFCABA"/>
|
|
34
|
+
<path d="M91.2672 31.6943L88.8877 32.972L88.8413 33.5309C88.8413 33.5309 91.0743 32.6131 91.2672 31.6943Z" fill="#CCA295"/>
|
|
35
|
+
<path d="M88.7731 34.2417H91.9838C92.0499 34.3024 92.6749 35.0622 92.6624 35.3881C92.6517 35.6524 91.0133 37.1515 90.774 37.0113C90.6704 36.9506 90.057 35.9569 89.816 35.5649C89.3793 35.981 88.274 37.0426 88.1722 36.964C87.4043 36.3676 88.7151 34.3042 88.7731 34.2417Z" fill="#E9E5E1"/>
|
|
36
|
+
<path d="M86.9895 30.5664C87.3457 29.9968 87.3377 29.2763 87.2707 28.6075C87.2038 27.9379 87.0904 27.2504 87.2716 26.6031C87.3234 26.4147 87.4011 26.2298 87.4047 26.0343C87.4109 25.4513 86.5297 25.5022 86.1547 25.6763C85.3957 26.0289 85.0315 28.395 86.9895 30.5664Z" fill="#5856D6"/>
|
|
37
|
+
<path d="M91.8364 30.7934C91.3043 31.9631 90.1713 32.9068 88.8864 32.972C88.4704 32.9934 88.0338 32.9175 87.6963 32.6729C87.3052 32.3881 87.0963 31.9184 86.9364 31.4613C86.4766 30.1479 86.2686 28.747 86.3284 27.3568C86.3454 26.9568 86.3927 26.5345 86.6373 26.2184C86.9248 25.847 87.4195 25.7059 87.8847 25.6408C88.8748 25.5024 89.8972 25.6077 90.8382 25.9443C91.0989 26.0372 91.357 26.1506 91.5704 26.3274C92.157 26.814 92.2382 27.6149 92.2686 28.3229C92.3052 29.164 92.1864 30.022 91.8364 30.7934Z" fill="#FFCABA"/>
|
|
38
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M93.2776 26.4648C93.2463 26.3719 93.2115 26.28 93.1677 26.1907C93.1338 26.1219 93.0918 26.0657 93.0463 26.0166C93.0409 25.8103 92.9936 25.5782 92.9784 25.4791C92.8222 24.4567 91.7918 23.7425 90.8597 23.4916C90.3945 23.3755 89.8401 23.4728 89.3677 23.5309C89.2918 23.5309 88.9061 23.6273 88.8561 23.5496C88.8427 23.5309 89.0588 23.4532 89.0659 23.4532C89.2981 23.3755 89.5258 23.3951 89.7633 23.3951C89.8017 23.3951 89.6999 23.3567 89.6668 23.3371C89.5972 23.2791 89.5258 23.2407 89.4508 23.2023C89.257 23.1059 89.0454 23.0478 88.8311 23.0094C88.3213 22.971 87.7365 23.0478 87.2829 23.2791C87.0731 23.3951 86.7392 23.7809 86.5115 23.8005C86.4954 23.8005 86.5133 23.6076 86.5151 23.5692C86.5517 23.3184 86.7043 23.0862 86.3936 23.2219C86.3284 23.2407 86.2659 23.2791 86.2061 23.3184C84.9517 24.1559 85.4981 25.8398 86.7436 26.1737C86.8793 26.2514 87.0249 26.3139 87.1731 26.363C87.7168 26.5442 88.3034 26.5987 88.8713 26.5184C89.1865 26.4737 89.4972 26.3889 89.8151 26.3791C90.1329 26.3701 90.4731 26.4478 90.6918 26.6782C91.0909 27.0996 90.9168 28.9639 91.0401 28.9719C91.3972 28.9969 91.5936 27.8666 92.0249 28.813C92.2338 29.2719 91.9499 30.296 91.4579 30.3523C91.6668 30.8612 91.8811 31.0835 91.9651 31.6942C92.1526 31.238 92.3713 30.7809 92.574 30.3246C92.5999 30.3067 92.6231 30.2907 92.6365 30.2853C92.8356 30.1309 93.0534 30.0532 93.1651 29.8023C93.2427 29.6478 93.2874 29.4746 93.2945 29.2809C93.299 29.1844 93.2713 29.0112 93.3177 28.9344C93.3293 28.9148 93.3445 28.9728 93.3561 28.9916C93.3776 29.0309 93.3927 29.0496 93.407 29.088C93.4472 29.2237 93.4374 29.3585 93.399 29.4934C93.3838 29.5326 93.4418 29.3969 93.4659 29.3585C93.5222 29.2809 93.5704 29.1844 93.6133 29.088C93.7293 28.838 93.8079 28.5478 93.8159 28.2585C93.8329 27.7005 93.6606 26.9559 93.2776 26.4648Z" fill="#5856D6"/>
|
|
39
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M88.4089 28.0266C88.6223 28.0079 88.8428 28.0463 89.0571 28.0659C89.1803 28.0847 89.3062 28.1043 89.4294 28.123C89.508 28.1427 89.5839 28.1811 89.6571 28.2195C89.7231 28.24 89.7865 28.2784 89.8481 28.3168C89.8731 28.3364 89.9526 28.3552 89.9231 28.3748C89.8214 28.4132 89.6508 28.3168 89.5526 28.2972C89.2598 28.2588 88.9758 28.24 88.6803 28.24C88.5937 28.24 88.3392 28.2784 88.2678 28.24C88.2178 28.2007 88.266 28.123 88.2946 28.0847M87.2812 28.0463C87.1794 27.9695 87.0999 27.9302 86.9767 27.873C86.791 27.7766 86.5928 27.6989 86.5615 27.9882C86.5598 28.0079 86.7258 28.0266 86.7356 28.0266C86.8606 28.0463 87.0499 28.1623 87.1651 28.1043M87.5883 28.49C87.449 28.6061 87.4026 28.8766 87.3606 29.0498C87.2848 29.3391 87.208 29.6293 87.2214 29.9186C87.2312 30.1114 87.1964 30.2463 87.4071 30.3043C87.4624 30.3239 87.5205 30.3427 87.5767 30.3427C87.5937 30.3623 87.6312 30.382 87.6285 30.3623C87.6017 30.1311 87.5053 29.8989 87.4821 29.648C87.4535 29.3588 87.5035 29.0311 87.5419 28.7409M87.9687 30.9025C87.733 30.8641 87.5071 30.7864 87.283 30.7097C87.2276 30.69 87.1696 30.6713 87.1151 30.6516C87.0919 30.632 87.0687 30.5748 87.0481 30.5936C86.9999 30.632 87.0883 30.8641 87.1017 30.9025C87.1892 31.1918 87.3606 31.5007 87.7098 31.5007C87.9821 31.5007 88.1812 31.3659 88.308 31.115C88.3196 31.0954 88.4205 30.9418 88.399 30.9222C88.3348 30.8454 88.1731 30.8641 88.0839 30.8641C88.0151 30.8641 87.9258 30.8454 87.8526 30.8641M89.433 28.6257C89.2981 28.6257 89.1856 28.6061 89.049 28.5864C88.9276 28.5677 88.7999 28.5097 88.6749 28.5097C88.5856 28.5097 88.6785 28.7793 88.6937 28.7989C88.841 29.0114 89.2035 28.973 89.3365 28.7605M87.0481 28.3936C86.9267 28.3552 86.8044 28.2972 86.6794 28.2588C86.6062 28.24 86.5901 28.4713 86.6026 28.5097C86.6598 28.7409 86.9651 28.6061 87.0696 28.5097" fill="#CCA295"/>
|
|
40
|
+
<path d="M87.681 59.6345L99.5346 65.2854C99.8185 65.4184 99.9525 65.7872 99.8185 66.0711L96.1239 73.7952C95.99 74.0961 95.6391 74.213 95.3382 74.0791L83.4846 68.4282C83.2007 68.2943 83.0667 67.9264 83.2007 67.6425L86.8953 59.9184C86.9962 59.7014 87.2132 59.5845 87.431 59.5845C87.5141 59.5845 87.598 59.6005 87.681 59.6345Z" fill="#E9E5E1"/>
|
|
41
|
+
<path d="M88.544 69.2192L91.4779 63.0647C91.5082 63.0022 91.4815 62.9272 91.4198 62.8978C91.3565 62.8674 91.2815 62.8942 91.252 62.9567L88.3163 69.1112C88.2877 69.1737 88.3136 69.2487 88.3761 69.2781C88.4386 69.3076 88.5145 69.2817 88.544 69.2192ZM89.6922 69.7665L92.627 63.6121C92.6565 63.5496 92.6306 63.4746 92.5681 63.4451C92.5056 63.4147 92.4297 63.4415 92.4002 63.504L89.4654 69.6585C89.4359 69.721 89.4618 69.796 89.5243 69.8255C89.5868 69.8558 89.6627 69.829 89.6922 69.7665ZM90.8413 70.3139L93.7761 64.1603C93.8056 64.0978 93.7788 64.0219 93.7163 63.9924C93.6538 63.963 93.5788 63.9889 93.5493 64.0514L90.6145 70.2058C90.5841 70.2683 90.6109 70.3433 90.6734 70.3737C90.7359 70.4031 90.8118 70.3764 90.8413 70.3139ZM91.9895 70.8621L94.9243 64.7076C94.9538 64.6451 94.927 64.5701 94.8654 64.5406C94.8029 64.5103 94.727 64.5371 94.6975 64.5996L91.7627 70.754C91.7332 70.8165 91.7591 70.8915 91.8225 70.9219C91.885 70.9514 91.96 70.9246 91.9895 70.8621ZM93.9582 69.6897L95.2529 66.9755C95.2823 66.913 95.2565 66.838 95.1931 66.8076C95.1315 66.7772 95.0565 66.8049 95.0261 66.8674L93.7315 69.5817C93.702 69.6442 93.7279 69.7192 93.7904 69.7496C93.8538 69.779 93.9288 69.7522 93.9582 69.6897Z" fill="#D6D8DA"/>
|
|
42
|
+
<path d="M95.3171 59.624C97.7206 56.8793 99.5528 53.724 100.942 51.5588C96.518 45.0383 96.2028 43.432 96.0358 41.2606C95.9278 39.8499 96.2224 36.9347 98.8028 37.7749C102.152 41.5266 104.984 50.124 104.642 52.8597C103.78 55.9758 99.9064 59.5025 97.1903 61.0025C96.6805 61.2829 94.7278 62.29 94.2206 61.44C93.8858 60.8766 94.9912 59.9954 95.3171 59.624Z" fill="#0C6DD2"/>
|
|
43
|
+
<path d="M92.124 62.2567C92.4955 62.6442 92.9044 62.404 93.341 62.3004C93.4285 62.279 93.5213 62.2629 93.6142 62.2629C93.6035 62.3218 93.5892 62.387 93.5731 62.4415L95.3883 63.3084C95.4258 63.112 95.4535 62.912 95.4642 62.7263C95.4972 62.3281 95.5999 61.87 95.5624 61.4709C95.5294 61.1218 95.1856 60.7888 94.8258 60.6308C94.6999 60.1942 92.5169 61.9843 92.124 62.2567Z" fill="#FFCABA"/>
|
|
44
|
+
<path d="M49.5081 46.3468C49.5081 46.3468 49.3171 46.52 49.2555 46.7584C49.1921 47.0021 49.2537 47.1093 49.2849 47.3602C49.3055 47.5218 49.1296 47.845 49.1715 48.0021C49.2028 48.1182 49.4492 48.2548 49.4805 48.3709C49.5224 48.5289 49.2822 48.8745 49.3671 49.0137C49.5876 49.3753 50.7617 49.52 50.7617 49.52C50.7617 49.52 52.3358 49.737 52.6162 49.3637C52.6626 49.3012 52.5572 49.0575 52.5572 49.0575C52.5572 49.0575 53.2778 49.0852 53.3983 48.9084C53.4385 48.8503 53.3983 48.6789 53.3456 48.6325C53.1921 48.4968 52.5278 48.578 52.5278 48.578C52.5278 48.578 53.1885 48.5271 53.2921 48.3566C53.3287 48.2968 53.2876 48.1316 53.2394 48.0807C53.0269 47.8611 52.0474 47.8137 52.0474 47.8137C52.0474 47.8137 52.4983 47.8057 52.5965 47.7057C52.6733 47.6289 52.7421 47.5325 52.6635 47.4566C52.4564 47.2539 50.8215 46.9084 50.8215 46.9084L50.8099 45.8218L49.5081 46.3468Z" fill="#DF967F"/>
|
|
45
|
+
</svg>
|
|
@@ -0,0 +1,45 @@
|
|
|
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="M108 104.267C108 103.754 106.945 103.26 105.023 102.811C98.7107 101.319 82.9542 100.267 64.5126 100.267C53.5565 100.267 43.5411 100.643 35.898 101.252C34.6446 101.351 33.4481 101.465 32.3305 101.573C25.2959 102.283 21 103.227 21 104.267C21 105.139 24.0196 105.938 29.1534 106.596C32.407 107.015 36.5191 107.368 41.2659 107.646C43.5411 107.777 45.9488 107.891 48.4786 107.982C50.4011 108.055 52.3795 108.112 54.4161 108.159C57.2359 108.22 60.1573 108.257 63.1769 108.267H64.492C71.3725 108.267 77.8797 108.121 83.6597 107.862C84.5022 107.824 85.3436 107.782 86.1473 107.738C86.6747 107.712 87.2067 107.683 87.7341 107.648C92.4764 107.373 96.593 107.018 99.8637 106.601C104.98 105.942 107.995 105.139 107.995 104.272" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M44.1214 104.491C44.1901 105.349 45.4009 105.349 46.7741 105.179C48.1473 105.009 47.7839 105.36 49.708 105.373C51.6321 105.385 52.291 104.744 52.3821 104.469C52.4634 104.225 51.5348 104.026 50.5419 103.792C50.4169 103.763 50.2919 103.733 50.166 103.701C49.0464 103.425 48.0785 102.82 47.3384 101.871C46.5035 100.801 45.741 95.9326 45.741 95.9326L42.7339 96.4933C42.7339 96.4933 44.4848 100.667 44.6642 102.036C44.7446 102.65 44.3071 103.059 44.2053 103.598C44.1509 103.89 44.0964 104.189 44.1214 104.491Z" fill="#DF967F"/>
|
|
4
|
+
<path d="M46.6751 105.308C48.0483 105.138 47.784 105.36 49.7081 105.373C51.6322 105.385 52.2912 104.744 52.3822 104.469C52.4635 104.224 51.5349 104.026 50.542 103.792L50.5304 103.81C50.5304 103.81 49.2965 104.484 47.7108 104.336C46.4188 104.216 45.0974 103.687 44.2054 103.598C44.151 103.89 44.0965 104.189 44.1206 104.491C44.1903 105.349 45.3028 105.478 46.6751 105.308Z" fill="#C64A67"/>
|
|
5
|
+
<path d="M46.8097 99.3925C46.8097 99.3925 46.0222 99.9139 45.2812 100.049C44.1704 100.251 43.6553 100.026 43.6553 100.026C43.6553 100.026 38.3124 86.6131 38.6178 82.0809C38.6249 81.972 38.6294 81.8559 38.6312 81.7336C38.6401 80.9479 38.5267 79.8997 38.3312 78.6934C38.2588 78.2506 38.1767 77.7881 38.0838 77.3086C37.8695 76.1907 37.6044 74.9854 37.3133 73.7568C37.1856 73.2148 37.0517 72.6693 36.916 72.1247C35.5722 66.7613 33.9312 61.4764 33.9312 61.4764C33.9312 61.4764 43.5713 58.3273 44.1169 61.2702C44.3258 62.3997 45.0231 66.9193 44.7088 73.83C44.4562 79.3925 44.6195 83.7318 45.0999 88.7675C45.5231 93.1898 46.2454 96.9943 46.8097 99.3925Z" fill="#4645AB"/>
|
|
6
|
+
<path d="M31.9599 104.491C32.0286 105.349 33.2393 105.349 34.6125 105.179C35.9858 105.01 35.6233 105.361 37.5465 105.373C39.4715 105.386 40.1295 104.745 40.2206 104.47C40.3018 104.225 39.3742 104.027 38.3804 103.793C38.2554 103.763 38.1304 103.733 38.0054 103.702C36.8849 103.426 36.1384 102.595 35.1768 101.871C34.2661 101.186 34.9036 97.8624 34.9036 97.8624L32.0759 96.8525C32.0759 96.8525 32.5027 100.196 32.5027 102.036C32.5027 102.655 32.1465 103.06 32.0438 103.598C31.9893 103.89 31.9349 104.189 31.9599 104.491Z" fill="#DF967F"/>
|
|
7
|
+
<path d="M34.4625 105.317C35.8349 105.148 35.6233 105.36 37.5474 105.373C39.4715 105.385 40.1295 104.744 40.2206 104.469C40.3018 104.224 39.3742 104.026 38.3804 103.791L38.3688 103.81C38.3688 103.81 37.1349 104.484 35.55 104.336C34.2572 104.216 32.9358 103.687 32.0438 103.598C31.9893 103.89 31.9349 104.189 31.9599 104.491C32.0295 105.349 33.0893 105.487 34.4625 105.317Z" fill="#C64A67"/>
|
|
8
|
+
<path d="M39.7385 60.4263C39.7385 60.4263 36.6019 76.0575 36.0724 84.5647C35.5421 93.0727 34.8814 100.116 34.8814 100.116C34.8814 100.116 34.1965 100.363 33.4108 100.318C32.5823 100.27 31.9251 100.016 31.9251 100.016C31.9251 100.016 28.8162 87.2156 29.8457 82.0915C30.876 76.9683 30.018 72.2424 29.5233 67.9924C28.8153 61.8986 31.5421 59.0665 33.4448 57.1352C35.3715 55.1816 39.7385 60.4263 39.7385 60.4263Z" fill="#5856D6"/>
|
|
9
|
+
<path d="M41.9615 31.797C42.2731 29.2515 41.4775 25.18 36.3981 25.83C31.3195 26.4809 29.7186 31.4729 30.7427 33.6925C31.7677 35.9122 29.2686 36.447 28.4838 38.8345C27.8097 40.8845 27.5748 43.43 26.4838 44.5729C22.9677 48.2568 29.8606 53.922 34.015 52.7274C41.5829 50.5515 42.5579 50.2265 42.2891 44.28C42.1516 41.2345 39.7811 40.0533 41.2856 39.172C44.9213 37.0425 41.2561 37.555 41.9615 31.797Z" fill="#333D47"/>
|
|
10
|
+
<path d="M40.8448 38.3791C40.6501 38.3791 37.0912 37.1889 32.0091 39.2586C32.0091 39.2586 34.4216 53.0631 33.3858 55.697C32.3492 58.3309 31.9546 60.6693 31.9546 60.6693L43.1983 60.8095C43.1983 60.8095 43.0412 51.7666 43.5591 48.5657C44.0769 45.3657 40.8448 38.3791 40.8448 38.3791Z" fill="#DF967F"/>
|
|
11
|
+
<path d="M40.4234 39.9692L38.9216 42.2228L35.8948 42.0746L34.4966 38.4594C34.4966 38.4594 34.9278 38.3773 35.1287 33.8701L38.9064 35.0228C38.9064 35.0228 38.7055 36.1987 38.9734 37.4773C39.1591 38.3701 39.568 39.3219 40.4234 39.9692Z" fill="#DF967F"/>
|
|
12
|
+
<path d="M38.973 37.4782C37.4114 37.3514 35.1274 33.8701 35.1274 33.8701L38.906 35.0237C38.906 35.0237 38.7051 36.1987 38.973 37.4782Z" fill="#B27866"/>
|
|
13
|
+
<path d="M59.5178 47.6674C59.4847 47.2736 59.3606 47.1844 59.3606 47.1844C55.766 47.712 53.3838 47.6826 52.216 47.9103C51.2999 48.0879 50.9249 48.1138 50.7669 47.8915C45.8017 40.9085 42.2874 38.7156 42.2874 38.7156C42.2874 38.7156 41.9124 38.4933 40.4463 38.2915C40.4463 38.2915 40.2347 40.946 38.8713 41.1719C36.5106 41.5603 34.7463 39.3969 34.191 38.5272C34.191 38.5272 31.3437 39.2129 30.5481 40.1192C29.9767 40.771 30.0517 42.3299 30.2204 43.3103C30.2749 43.621 30.3383 43.8745 30.3937 44.021C30.5615 44.4647 31.1954 47.7201 31.4847 49.0156C31.4919 49.0486 31.4981 49.079 31.5044 49.1076C31.5249 49.1942 31.5428 49.2701 31.5588 49.3335C31.5588 49.3353 31.5588 49.337 31.5597 49.3388C31.5767 49.4085 31.591 49.462 31.6026 49.4969C31.6088 49.5174 31.6151 49.5397 31.6222 49.5603C31.6222 49.562 31.6231 49.5629 31.624 49.5647C32.0419 50.8969 32.2937 52.2558 32.1454 53.921C32.1276 54.1174 32.0829 54.354 32.016 54.6192C31.6392 56.5558 30.0695 60.3728 29.7437 62.1245C29.9312 62.5201 30.357 62.8335 30.8749 63.0835C31.5499 63.4085 32.3803 63.6263 33.041 63.7772C33.5526 63.8951 34.3392 64.0272 35.2472 64.129C35.7276 64.1826 36.2437 64.229 36.7687 64.2585C36.8428 64.2638 36.916 64.2683 36.9901 64.271C40.3776 64.4397 44.1704 64.3558 44.6633 62.746C44.9008 61.9728 43.9562 57.3272 43.8303 55.9469C43.6106 53.5219 43.9687 50.2022 44.1312 47.6308C46.9106 50.6942 49.7803 51.796 49.7803 51.796C50.466 51.7629 51.257 51.6353 52.0847 51.4495C52.9731 51.2513 53.9044 50.987 54.7945 50.7049C57.3124 49.9076 59.6794 48.7924 59.6794 48.7924C59.6794 48.7924 59.5919 48.5353 59.5178 47.6674Z" fill="#E00842"/>
|
|
14
|
+
<path d="M41.5786 51.0745C40.45 51.3022 40.0134 51.3575 39.8393 51.1129C34.8741 44.1308 31.3589 41.937 31.3589 41.937C31.3589 41.937 30.5929 42.0879 30.1562 42.862C30.175 43.02 30.1964 43.1718 30.2205 43.3102C30.275 43.6209 30.3384 43.8745 30.3938 44.0209C30.5321 44.387 30.9893 46.6727 31.3071 48.187C31.6491 48.7709 32.0625 49.4075 32.5589 50.1031C35.283 53.9192 38.8527 55.0174 38.8527 55.0174C39.6375 54.9808 40.558 54.8183 41.5134 54.5888C42.2536 54.4111 43.0196 54.1781 43.7634 53.9218C43.7723 52.929 43.8304 51.8772 43.9009 50.8388C42.9045 50.9102 42.1205 50.9647 41.5786 51.0745Z" fill="#B30635"/>
|
|
15
|
+
<path d="M59.6796 48.7914C59.6796 48.7914 57.3126 49.9075 54.7948 50.7039C53.9046 50.987 52.9733 51.2513 52.085 51.4495C51.7278 49.8629 51.9751 48.6263 52.2162 47.9102C53.3841 47.6825 55.8787 47.6673 59.4733 47.1396L59.6796 48.7914Z" fill="#DF967F"/>
|
|
16
|
+
<path d="M58.5757 47.3633C58.5757 47.3633 59.4846 47.1865 60.2418 46.8079C60.9998 46.4293 63.0203 46.1766 63.4489 46.5811C63.8784 46.9847 62.9953 48.6266 61.1516 48.6775C59.3078 48.7275 58.7775 49.0302 58.7775 49.0302L58.5757 47.3633Z" fill="#DF967F"/>
|
|
17
|
+
<path d="M61.8537 41.7702L51.5742 43.7684C51.1242 43.8568 50.7563 44.2961 50.7563 44.7461V51.8505C50.7563 52.2996 51.1242 52.5969 51.5742 52.5094L61.8537 50.5112C62.3037 50.4237 62.6715 49.9836 62.6715 49.5336V42.43C62.6715 41.98 62.3037 41.6827 61.8537 41.7702Z" fill="#E26276"/>
|
|
18
|
+
<path d="M62.2633 41.7702L51.9829 43.7684C51.5329 43.8568 51.165 44.2961 51.165 44.7461V51.8505C51.165 52.2996 51.5329 52.5969 51.9829 52.5094L62.2633 50.5112C62.7133 50.4237 63.0811 49.9836 63.0811 49.5336V42.43C63.0811 41.98 62.7133 41.6827 62.2633 41.7702Z" fill="#FF7A85"/>
|
|
19
|
+
<path d="M52.1546 44.3236C51.9688 44.3594 51.8188 44.5397 51.8188 44.7245C51.8188 44.9103 51.9688 45.0317 52.1546 44.996C52.3403 44.9603 52.4912 44.7799 52.4912 44.5942C52.4912 44.4085 52.3403 44.2879 52.1546 44.3236Z" fill="#E26276"/>
|
|
20
|
+
<path d="M48.6607 49.4906C48.6607 49.4906 44.8322 51.4138 41.5134 52.2093C40.5581 52.4379 39.6375 52.6004 38.8527 52.637C38.8527 52.637 35.2831 51.5397 32.559 47.7227C27.2974 40.3522 31.3599 39.5566 31.3599 39.5566C31.3599 39.5566 34.8741 41.7504 39.8393 48.7334C40.0134 48.9772 40.45 48.9218 41.5786 48.6941C42.7849 48.4504 45.1866 48.479 48.5009 47.9924C48.5009 47.9924 48.5572 48.1156 48.5902 48.5084C48.6652 49.3763 48.6607 49.4906 48.6607 49.4906Z" fill="#E00842"/>
|
|
21
|
+
<path d="M50.8473 49.3646C49.7572 49.395 49.0973 49.5075 48.725 49.6021C48.3982 49.753 44.6831 51.4494 41.5134 52.2092C42.2411 50.7673 41.9563 49.5083 41.5795 48.6941C42.7848 48.4503 45.2036 48.3441 48.5179 47.8575C48.5179 47.8575 48.5179 47.8601 48.5188 47.8628C48.8759 47.7691 49.4036 47.6057 49.8768 47.37C50.6857 46.9655 50.7741 47.145 51.2322 47.5762L50.8473 49.3646ZM39.8956 35.278C39.8956 35.278 35.3715 36.1869 34.85 33.361C34.3268 30.5351 33.3911 28.7485 36.2581 28.0494C39.1241 27.3494 39.8857 28.3235 40.2902 29.2244C40.6938 30.1253 41.0598 34.9691 39.8956 35.278Z" fill="#DF967F"/>
|
|
22
|
+
<path d="M40.3474 27.5432C38.1152 25.3432 36.059 26.4441 36.3867 26.887C35.6135 26.9111 34.6483 27.1227 33.9581 27.8995C32.6206 29.4039 35.1161 34.1084 35.1161 34.1084C35.1161 34.1084 34.7733 31.2182 36.2608 29.5914C36.851 28.9468 37.1938 28.4075 37.3938 27.9905C37.7054 28.2566 38.051 28.4843 38.4179 28.6129C39.8572 29.1182 40.6483 31.4334 40.6483 31.4334C41.1635 30.353 41.3081 28.4905 40.3474 27.5432Z" fill="#333D47"/>
|
|
23
|
+
<path d="M38.4864 33.8878C38.4864 33.8878 38.6069 34.2236 39.4587 34.0718C39.4587 34.0718 40.1739 33.9432 40.1087 33.5673C40.1087 33.5673 39.3784 33.378 38.4864 33.8878ZM39.3016 30.2084C39.5569 30.1593 39.8266 30.2387 40.0436 30.3843C40.0257 30.4191 39.973 30.3977 39.94 30.3771C39.7873 30.278 39.5775 30.2771 39.423 30.3736C39.323 30.4361 39.2498 30.5316 39.1605 30.6066C39.0293 30.7155 38.7043 30.8789 38.8025 30.5843C38.8686 30.3878 39.1105 30.2459 39.3016 30.2084ZM37.6828 30.8271C37.5614 30.8173 37.4382 30.8066 37.3168 30.8236C36.9569 30.8736 36.6516 31.1887 36.6123 31.5503C36.6784 31.4539 36.7444 31.3575 36.8257 31.2745C37.048 31.0486 37.3828 30.9405 37.6944 30.995C37.7837 31.0102 38.1364 31.1298 38.0418 30.9271C37.9873 30.8111 37.7855 30.8361 37.6828 30.8271ZM37.8909 31.228C37.8319 31.387 37.7587 31.5387 37.6703 31.6816L37.3944 31.703C37.1587 31.7209 37.2052 31.6084 37.348 31.4995C37.5069 31.3798 37.7034 31.2923 37.8909 31.228ZM39.8605 30.5352C39.8712 30.6423 39.8748 30.7593 39.8123 30.8486C39.7436 30.9468 39.3989 31.0691 39.3552 30.887C39.3275 30.7727 39.765 30.6003 39.8605 30.5352ZM39.6677 32.4414C39.6891 32.4789 39.7096 32.5253 39.6873 32.5628C39.6766 32.5807 39.6578 32.5923 39.64 32.6021C39.4677 32.703 39.2819 32.7798 39.0882 32.8289C39.1141 32.7289 39.173 32.6387 39.2534 32.5753C39.2828 32.553 39.3186 32.528 39.3194 32.4905C39.3203 32.4753 39.315 32.4611 39.3096 32.4468C39.2293 32.2361 38.8793 31.7521 38.9882 31.5343C39.2659 31.7227 39.5061 32.1495 39.6677 32.4414Z" fill="#B27866"/>
|
|
24
|
+
<path d="M75.7805 97.7578L74.5742 101.661L77.2903 101.662L78.918 97.7578H75.7805Z" fill="#FFCABA"/>
|
|
25
|
+
<path d="M77.6508 101.375C77.9258 102.524 77.9348 103.871 77.9348 105.247H76.1419L75.7723 104.298L74.3107 105.247H68.4473C68.4473 103.88 69.8991 104.08 70.4017 104.013C71.1803 103.909 73.7982 102.837 74.1303 101.375H77.6508Z" fill="#B30635"/>
|
|
26
|
+
<path d="M83.2224 82.9078C83.7742 88.5792 80.9796 94.6935 78.1813 100.202L74.8501 99.5051C76.3671 93.656 77.9376 82.2238 77.9376 82.2238C78.5278 76.8935 79.5858 65.4185 83.359 59.531L90.4492 58.9917C92.8171 64.8828 86.1733 75.9319 83.2224 82.9078Z" fill="#FF7A85"/>
|
|
27
|
+
<path d="M95.0676 98.0156L94.7649 102.283H92.5096L92.4399 98.0156H95.0676Z" fill="#FFCABA"/>
|
|
28
|
+
<path d="M95.1016 101.437C95.373 102.566 95.681 103.892 95.681 105.249H93.9221L93.5551 104.31L92.7712 105.249H88.3516C88.3516 103.9 89.2819 103.995 89.773 103.929C90.5426 103.826 91.8105 102.881 92.1408 101.437H95.1016Z" fill="#B30635"/>
|
|
29
|
+
<path d="M95.3144 81.8592C97.1742 86.0708 96.0171 93.6128 95.1537 100.034H92.2796C92.1751 98.9628 90.9983 88.6039 90.0028 82.2298C89.3099 76.8985 86.768 65.3923 89.0733 58.8664L95.8456 56.9878C99.4983 62.3003 96.5483 74.4226 95.3144 81.8592Z" fill="#FF7A85"/>
|
|
30
|
+
<path d="M70.8579 61.2023C70.9945 60.8809 71.7302 60.0925 71.7302 60.0925C72.4159 59.5711 72.7945 59.2791 73.0168 58.8381C73.2409 58.3988 74.0623 58.5175 74.0623 58.5175C74.0623 58.5175 75.1677 56.8827 74.1284 56.3398C74.1284 56.3398 72.3632 56.7854 72.148 56.7827C71.7284 56.7773 71.2846 56.2961 70.5061 56.4479C69.7302 56.6015 68.6954 56.4023 68.6954 56.4023C68.6954 56.4023 68.4141 56.7497 68.7668 56.947C69.1311 57.1452 69.7686 57.0631 69.8998 57.2015C69.9266 57.2318 69.948 57.2595 69.9712 57.2925L69.9748 57.2979C70.0498 57.4166 70.0829 57.5613 70.0427 57.6791C70.04 57.6863 70.0409 57.6979 70.032 57.7059C69.84 58.1506 68.9248 58.6934 68.4971 58.897C67.9025 59.1773 67.1025 59.6095 67.4034 59.905C67.707 60.1979 67.8846 59.7015 69.3007 59.3282L69.3802 59.4568C69.4864 59.4345 68.7212 60.1309 67.923 60.6059C67.3748 60.9363 67.7543 61.2068 67.9721 61.1997C68.1891 61.1961 68.6971 60.7791 69.0971 60.5461C69.357 60.3898 69.6293 60.2238 69.7927 60.1256L69.9498 60.2398C69.2275 61.3113 68.7302 61.3238 68.8641 61.6675C68.9936 62.0086 69.7721 61.472 70.0052 61.1318C70.1079 60.9854 70.3579 60.7675 70.6132 60.5675C70.2132 61.4934 69.8329 61.6041 69.9971 61.8523C70.1677 62.1068 70.7168 61.522 70.8552 61.2015" fill="#FFCABA"/>
|
|
31
|
+
<path d="M73.5938 56.4576C76.9866 55.1166 79.5839 53.3407 81.8089 52.0514C81.3027 44.1532 82.2455 41.0023 83.0589 38.9808C83.467 37.9674 84.8821 37.5666 86.2107 38.8148C87.4732 43.6826 86.0598 52.6237 84.5045 54.8996C82.3125 57.2782 76.8402 58.446 73.7375 58.5371L73.5938 56.4576Z" fill="#0A57A8"/>
|
|
32
|
+
<path d="M83.673 41.4592C83.4444 40.2985 82.6462 39.5217 83.2498 38.503C84.1069 37.0583 87.1873 34.7628 90.4355 34.7253C94.7123 34.6753 99.2784 37.3289 99.4444 38.9432C99.5855 40.3262 98.7391 41.7226 98.4498 43.0628C97.006 49.7414 97.2391 54.9807 97.7855 60.6673H82.4819C83.4373 50.1289 84.7748 47.0458 83.673 41.4592Z" fill="#0C6DD2"/>
|
|
33
|
+
<path d="M92.0983 35.0588C91.0411 35.4534 89.8563 35.4954 88.7742 35.1793C88.7652 34.215 88.8402 33.2499 88.9983 32.2981C89.0509 31.9784 89.1206 31.6454 89.3322 31.3999C89.6242 31.0597 90.1081 30.9731 90.5518 30.907C90.9456 30.849 91.392 30.7874 91.7679 30.9579C92.1518 31.1311 91.9304 31.7204 91.9143 32.0749C91.8688 33.0722 91.9304 34.074 92.0983 35.0588Z" fill="#FFCABA"/>
|
|
34
|
+
<path d="M91.2672 31.6943L88.8877 32.972L88.8413 33.5309C88.8413 33.5309 91.0743 32.6131 91.2672 31.6943Z" fill="#CCA295"/>
|
|
35
|
+
<path d="M88.7731 34.2417H91.9838C92.0499 34.3024 92.6749 35.0622 92.6624 35.3881C92.6517 35.6524 91.0133 37.1515 90.774 37.0113C90.6704 36.9506 90.057 35.9569 89.816 35.5649C89.3793 35.981 88.274 37.0426 88.1722 36.964C87.4043 36.3676 88.7151 34.3042 88.7731 34.2417Z" fill="#E9E5E1"/>
|
|
36
|
+
<path d="M86.9895 30.5664C87.3457 29.9968 87.3377 29.2763 87.2707 28.6075C87.2038 27.9379 87.0904 27.2504 87.2716 26.6031C87.3234 26.4147 87.4011 26.2298 87.4047 26.0343C87.4109 25.4513 86.5297 25.5022 86.1547 25.6763C85.3957 26.0289 85.0315 28.395 86.9895 30.5664Z" fill="#5856D6"/>
|
|
37
|
+
<path d="M91.8364 30.7934C91.3043 31.9631 90.1713 32.9068 88.8864 32.972C88.4704 32.9934 88.0338 32.9175 87.6963 32.6729C87.3052 32.3881 87.0963 31.9184 86.9364 31.4613C86.4766 30.1479 86.2686 28.747 86.3284 27.3568C86.3454 26.9568 86.3927 26.5345 86.6373 26.2184C86.9248 25.847 87.4195 25.7059 87.8847 25.6408C88.8748 25.5024 89.8972 25.6077 90.8382 25.9443C91.0989 26.0372 91.357 26.1506 91.5704 26.3274C92.157 26.814 92.2382 27.6149 92.2686 28.3229C92.3052 29.164 92.1864 30.022 91.8364 30.7934Z" fill="#FFCABA"/>
|
|
38
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M93.2776 26.4648C93.2463 26.3719 93.2115 26.28 93.1677 26.1907C93.1338 26.1219 93.0918 26.0657 93.0463 26.0166C93.0409 25.8103 92.9936 25.5782 92.9784 25.4791C92.8222 24.4567 91.7918 23.7425 90.8597 23.4916C90.3945 23.3755 89.8401 23.4728 89.3677 23.5309C89.2918 23.5309 88.9061 23.6273 88.8561 23.5496C88.8427 23.5309 89.0588 23.4532 89.0659 23.4532C89.2981 23.3755 89.5258 23.3951 89.7633 23.3951C89.8017 23.3951 89.6999 23.3567 89.6668 23.3371C89.5972 23.2791 89.5258 23.2407 89.4508 23.2023C89.257 23.1059 89.0454 23.0478 88.8311 23.0094C88.3213 22.971 87.7365 23.0478 87.2829 23.2791C87.0731 23.3951 86.7392 23.7809 86.5115 23.8005C86.4954 23.8005 86.5133 23.6076 86.5151 23.5692C86.5517 23.3184 86.7043 23.0862 86.3936 23.2219C86.3284 23.2407 86.2659 23.2791 86.2061 23.3184C84.9517 24.1559 85.4981 25.8398 86.7436 26.1737C86.8793 26.2514 87.0249 26.3139 87.1731 26.363C87.7168 26.5442 88.3034 26.5987 88.8713 26.5184C89.1865 26.4737 89.4972 26.3889 89.8151 26.3791C90.1329 26.3701 90.4731 26.4478 90.6918 26.6782C91.0909 27.0996 90.9168 28.9639 91.0401 28.9719C91.3972 28.9969 91.5936 27.8666 92.0249 28.813C92.2338 29.2719 91.9499 30.296 91.4579 30.3523C91.6668 30.8612 91.8811 31.0835 91.9651 31.6942C92.1526 31.238 92.3713 30.7809 92.574 30.3246C92.5999 30.3067 92.6231 30.2907 92.6365 30.2853C92.8356 30.1309 93.0534 30.0532 93.1651 29.8023C93.2427 29.6478 93.2874 29.4746 93.2945 29.2809C93.299 29.1844 93.2713 29.0112 93.3177 28.9344C93.3293 28.9148 93.3445 28.9728 93.3561 28.9916C93.3776 29.0309 93.3927 29.0496 93.407 29.088C93.4472 29.2237 93.4374 29.3585 93.399 29.4934C93.3838 29.5326 93.4418 29.3969 93.4659 29.3585C93.5222 29.2809 93.5704 29.1844 93.6133 29.088C93.7293 28.838 93.8079 28.5478 93.8159 28.2585C93.8329 27.7005 93.6606 26.9559 93.2776 26.4648Z" fill="#5856D6"/>
|
|
39
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M88.4089 28.0266C88.6223 28.0079 88.8428 28.0463 89.0571 28.0659C89.1803 28.0847 89.3062 28.1043 89.4294 28.123C89.508 28.1427 89.5839 28.1811 89.6571 28.2195C89.7231 28.24 89.7865 28.2784 89.8481 28.3168C89.8731 28.3364 89.9526 28.3552 89.9231 28.3748C89.8214 28.4132 89.6508 28.3168 89.5526 28.2972C89.2598 28.2588 88.9758 28.24 88.6803 28.24C88.5937 28.24 88.3392 28.2784 88.2678 28.24C88.2178 28.2007 88.266 28.123 88.2946 28.0847M87.2812 28.0463C87.1794 27.9695 87.0999 27.9302 86.9767 27.873C86.791 27.7766 86.5928 27.6989 86.5615 27.9882C86.5598 28.0079 86.7258 28.0266 86.7356 28.0266C86.8606 28.0463 87.0499 28.1623 87.1651 28.1043M87.5883 28.49C87.449 28.6061 87.4026 28.8766 87.3606 29.0498C87.2848 29.3391 87.208 29.6293 87.2214 29.9186C87.2312 30.1114 87.1964 30.2463 87.4071 30.3043C87.4624 30.3239 87.5205 30.3427 87.5767 30.3427C87.5937 30.3623 87.6312 30.382 87.6285 30.3623C87.6017 30.1311 87.5053 29.8989 87.4821 29.648C87.4535 29.3588 87.5035 29.0311 87.5419 28.7409M87.9687 30.9025C87.733 30.8641 87.5071 30.7864 87.283 30.7097C87.2276 30.69 87.1696 30.6713 87.1151 30.6516C87.0919 30.632 87.0687 30.5748 87.0481 30.5936C86.9999 30.632 87.0883 30.8641 87.1017 30.9025C87.1892 31.1918 87.3606 31.5007 87.7098 31.5007C87.9821 31.5007 88.1812 31.3659 88.308 31.115C88.3196 31.0954 88.4205 30.9418 88.399 30.9222C88.3348 30.8454 88.1731 30.8641 88.0839 30.8641C88.0151 30.8641 87.9258 30.8454 87.8526 30.8641M89.433 28.6257C89.2981 28.6257 89.1856 28.6061 89.049 28.5864C88.9276 28.5677 88.7999 28.5097 88.6749 28.5097C88.5856 28.5097 88.6785 28.7793 88.6937 28.7989C88.841 29.0114 89.2035 28.973 89.3365 28.7605M87.0481 28.3936C86.9267 28.3552 86.8044 28.2972 86.6794 28.2588C86.6062 28.24 86.5901 28.4713 86.6026 28.5097C86.6598 28.7409 86.9651 28.6061 87.0696 28.5097" fill="#CCA295"/>
|
|
40
|
+
<path d="M87.681 59.6345L99.5346 65.2854C99.8185 65.4184 99.9525 65.7872 99.8185 66.0711L96.1239 73.7952C95.99 74.0961 95.6391 74.213 95.3382 74.0791L83.4846 68.4282C83.2007 68.2943 83.0667 67.9264 83.2007 67.6425L86.8953 59.9184C86.9962 59.7014 87.2132 59.5845 87.431 59.5845C87.5141 59.5845 87.598 59.6005 87.681 59.6345Z" fill="#E9E5E1"/>
|
|
41
|
+
<path d="M88.544 69.2192L91.4779 63.0647C91.5082 63.0022 91.4815 62.9272 91.4198 62.8978C91.3565 62.8674 91.2815 62.8942 91.252 62.9567L88.3163 69.1112C88.2877 69.1737 88.3136 69.2487 88.3761 69.2781C88.4386 69.3076 88.5145 69.2817 88.544 69.2192ZM89.6922 69.7665L92.627 63.6121C92.6565 63.5496 92.6306 63.4746 92.5681 63.4451C92.5056 63.4147 92.4297 63.4415 92.4002 63.504L89.4654 69.6585C89.4359 69.721 89.4618 69.796 89.5243 69.8255C89.5868 69.8558 89.6627 69.829 89.6922 69.7665ZM90.8413 70.3139L93.7761 64.1603C93.8056 64.0978 93.7788 64.0219 93.7163 63.9924C93.6538 63.963 93.5788 63.9889 93.5493 64.0514L90.6145 70.2058C90.5841 70.2683 90.6109 70.3433 90.6734 70.3737C90.7359 70.4031 90.8118 70.3764 90.8413 70.3139ZM91.9895 70.8621L94.9243 64.7076C94.9538 64.6451 94.927 64.5701 94.8654 64.5406C94.8029 64.5103 94.727 64.5371 94.6975 64.5996L91.7627 70.754C91.7332 70.8165 91.7591 70.8915 91.8225 70.9219C91.885 70.9514 91.96 70.9246 91.9895 70.8621ZM93.9582 69.6897L95.2529 66.9755C95.2823 66.913 95.2565 66.838 95.1931 66.8076C95.1315 66.7772 95.0565 66.8049 95.0261 66.8674L93.7315 69.5817C93.702 69.6442 93.7279 69.7192 93.7904 69.7496C93.8538 69.779 93.9288 69.7522 93.9582 69.6897Z" fill="#D6D8DA"/>
|
|
42
|
+
<path d="M95.3171 59.624C97.7206 56.8793 99.5528 53.724 100.942 51.5588C96.518 45.0383 96.2028 43.432 96.0358 41.2606C95.9278 39.8499 96.2224 36.9347 98.8028 37.7749C102.152 41.5266 104.984 50.124 104.642 52.8597C103.78 55.9758 99.9064 59.5025 97.1903 61.0025C96.6805 61.2829 94.7278 62.29 94.2206 61.44C93.8858 60.8766 94.9912 59.9954 95.3171 59.624Z" fill="#0C6DD2"/>
|
|
43
|
+
<path d="M92.124 62.2567C92.4955 62.6442 92.9044 62.404 93.341 62.3004C93.4285 62.279 93.5213 62.2629 93.6142 62.2629C93.6035 62.3218 93.5892 62.387 93.5731 62.4415L95.3883 63.3084C95.4258 63.112 95.4535 62.912 95.4642 62.7263C95.4972 62.3281 95.5999 61.87 95.5624 61.4709C95.5294 61.1218 95.1856 60.7888 94.8258 60.6308C94.6999 60.1942 92.5169 61.9843 92.124 62.2567Z" fill="#FFCABA"/>
|
|
44
|
+
<path d="M49.5081 46.3468C49.5081 46.3468 49.3171 46.52 49.2555 46.7584C49.1921 47.0021 49.2537 47.1093 49.2849 47.3602C49.3055 47.5218 49.1296 47.845 49.1715 48.0021C49.2028 48.1182 49.4492 48.2548 49.4805 48.3709C49.5224 48.5289 49.2822 48.8745 49.3671 49.0137C49.5876 49.3753 50.7617 49.52 50.7617 49.52C50.7617 49.52 52.3358 49.737 52.6162 49.3637C52.6626 49.3012 52.5572 49.0575 52.5572 49.0575C52.5572 49.0575 53.2778 49.0852 53.3983 48.9084C53.4385 48.8503 53.3983 48.6789 53.3456 48.6325C53.1921 48.4968 52.5278 48.578 52.5278 48.578C52.5278 48.578 53.1885 48.5271 53.2921 48.3566C53.3287 48.2968 53.2876 48.1316 53.2394 48.0807C53.0269 47.8611 52.0474 47.8137 52.0474 47.8137C52.0474 47.8137 52.4983 47.8057 52.5965 47.7057C52.6733 47.6289 52.7421 47.5325 52.6635 47.4566C52.4564 47.2539 50.8215 46.9084 50.8215 46.9084L50.8099 45.8218L49.5081 46.3468Z" fill="#DF967F"/>
|
|
45
|
+
</svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
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="M93 103.688C93 103.175 92.2968 102.681 91.0151 102.232C86.8071 100.74 76.3028 99.688 64.0084 99.688C56.7043 99.688 50.0274 100.065 44.932 100.674C44.0964 100.773 43.2988 100.886 42.5537 100.994C37.8639 101.705 35 102.648 35 103.688C35 104.561 37.013 105.359 40.4356 106.017C42.6047 106.436 45.3461 106.79 48.5106 107.068C50.0274 107.199 51.6325 107.312 53.3191 107.404C54.6007 107.477 55.9197 107.533 57.2774 107.58C59.1573 107.641 61.1049 107.679 63.1179 107.688H63.9947C68.5817 107.688 72.9198 107.542 76.7731 107.284C77.3348 107.246 77.8957 107.203 78.4315 107.159C78.7831 107.133 79.1378 107.105 79.4894 107.07C82.6509 106.794 85.3953 106.439 87.5758 106.023C90.987 105.364 92.997 104.561 92.997 103.693" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M83.6028 54.7881L71.2073 66.397C70.826 66.7532 70.8073 67.3506 71.1626 67.7309L79.6287 76.7711C79.9849 77.1515 80.5823 77.1711 80.9626 76.8149L93.359 65.2059C93.7394 64.8497 93.759 64.2524 93.4028 63.872L84.9367 54.8318C84.5805 54.4515 83.9832 54.4318 83.6028 54.7881Z" fill="#E0519B"/>
|
|
4
|
+
<path d="M92.3607 64.0953C92.6723 64.4265 92.6464 64.9569 92.3026 65.2792L81.1124 75.7596C80.7687 76.0819 80.2374 76.0738 79.9294 75.7381L72.5383 67.8453C72.2258 67.5131 72.2517 66.9837 72.5955 66.6613L83.7857 56.1801C84.1294 55.8587 84.6607 55.8658 84.9696 56.198L92.3607 64.0908V64.0953Z" fill="#EC96C3"/>
|
|
5
|
+
<path d="M89.0894 59.2574C89.2751 59.4592 89.1198 59.9092 88.7403 60.2655L76.3448 71.8753C75.9653 72.2315 75.5046 72.3574 75.318 72.1592L70.8626 67.4048C70.676 67.203 70.8314 66.753 71.2109 66.3967L83.6064 54.7869C83.9859 54.4307 84.4466 54.3048 84.6332 54.503L89.0894 59.2574Z" fill="#EC96C3"/>
|
|
6
|
+
<path d="M71.2482 66.4363C70.8964 66.7648 70.7392 67.1898 70.9017 67.364L75.358 72.1193C75.5205 72.2925 75.9553 72.1648 76.3044 71.8318L88.6991 60.222C89.0509 59.8934 89.2089 59.4693 89.0455 59.2952L84.5901 54.5398C84.4276 54.3657 83.9919 54.4943 83.6437 54.8265L71.2482 66.4363ZM88.7776 60.305L76.3821 71.9148C75.9714 72.2979 75.4848 72.422 75.275 72.197L70.8187 67.4416C70.6053 67.2166 70.7634 66.7363 71.1705 66.3532L83.566 54.7434C83.9767 54.3604 84.4634 54.2363 84.6732 54.4657L89.1285 59.2211C89.3419 59.4461 89.1848 59.9256 88.7776 60.3095V60.305Z" fill="#E0519B"/>
|
|
7
|
+
<path d="M71.0527 66.5025C71.0625 66.5659 71.0839 66.6221 71.1241 66.6659L75.3455 71.1721C75.5223 71.3614 75.9527 71.248 76.3044 70.9185L87.7866 60.1668C88.1384 59.8382 88.2803 59.4159 88.1044 59.2266L83.883 54.7203C83.8419 54.6775 83.7893 54.6507 83.7241 54.6382L71.0518 66.506L71.0527 66.5025Z" fill="#E0519B"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M63.5617 21.7585C62.8715 21.4772 62.2564 21.6085 61.5206 21.4728C60.784 21.3362 59.9287 20.9317 58.9626 21.3228C57.9956 21.7129 56.9206 22.8987 56.4081 24.1603C55.8965 25.4219 55.9501 26.7603 56.0251 27.8781C56.1001 28.9951 56.1965 29.8915 55.7171 31.1442C55.2367 32.3978 54.1805 34.0058 52.6412 35.5326C51.1028 37.0603 49.0805 38.5067 48.3099 40.4924C47.5403 42.479 48.0215 45.0049 49.418 47.0826C50.8126 49.1594 53.1215 50.7879 55.8921 51.6085C58.6617 52.429 61.8921 52.4415 64.5974 51.5754C67.3037 50.7094 69.4831 48.9656 70.001 47.2478C70.5189 45.5308 69.3742 43.8424 69.401 42.9022C69.4287 41.9612 70.6278 41.771 71.0671 40.5362C71.5064 39.3004 71.1858 37.021 70.1367 35.4263C69.0867 33.8326 67.3099 32.9237 66.693 31.6924C66.076 30.4612 66.6215 28.9076 66.6626 27.4772C66.7037 26.046 66.2403 24.7379 65.6269 23.737C65.0135 22.7353 64.2501 22.0397 63.5617 21.7585Z" fill="#DFD2B7"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M56.1883 95.9129C56.3463 96.9745 56.5463 98.6968 56.5177 99.8299C56.4892 100.963 56.2311 101.508 55.9436 101.939C55.657 102.37 55.341 102.685 55.0838 102.872C54.8249 103.058 54.624 103.116 54.5231 103.201C54.4231 103.287 54.4231 103.402 54.7249 103.517C55.0258 103.632 55.6285 103.747 56.174 103.717C56.7186 103.69 57.2061 103.516 57.5222 103.1C57.8374 102.685 57.9811 102.025 58.0954 101.651C58.2106 101.278 58.2963 101.192 58.3401 101.566C58.382 101.939 58.382 102.771 58.3972 103.201C58.4115 103.632 58.4401 103.66 58.5401 103.66C58.641 103.66 58.8133 103.632 58.8999 103.617C58.9856 103.603 58.9856 103.603 58.9713 103.301C58.9561 103 58.9285 102.398 58.9999 101.882C59.0713 101.365 59.2436 100.934 59.2285 100.561C59.2151 100.189 59.0142 99.8736 58.8695 99.5727C58.7258 99.2736 58.6383 98.9897 58.6383 98.4451C58.6383 97.8995 58.7258 97.0933 58.7838 96.3593C58.8418 95.6263 58.8704 94.9665 58.8704 94.6218C58.8704 94.2781 58.8418 94.2495 58.3249 94.2058C57.8088 94.1629 56.8043 94.1058 56.3597 94.2781C55.9151 94.4504 56.0302 94.8522 56.1883 95.9129Z" fill="#F4B28D"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M55.8054 102.135C55.5581 102.467 55.3001 102.715 55.0822 102.873C54.8251 103.059 54.6233 103.116 54.5233 103.202C54.4224 103.289 54.4224 103.404 54.7242 103.518C55.0251 103.632 55.6277 103.748 56.1733 103.719C56.7188 103.69 57.2054 103.518 57.5215 103.101C57.8367 102.686 57.9804 102.025 58.0956 101.653C58.2108 101.28 58.2965 101.194 58.3393 101.567C58.3822 101.94 58.3822 102.773 58.3965 103.202C58.4108 103.632 58.4393 103.662 58.5402 103.662C58.6402 103.662 58.8126 103.632 58.8992 103.619C58.9849 103.604 58.9849 103.604 58.9706 103.303C58.9563 103.002 58.9277 102.399 58.9992 101.882C59.0706 101.366 59.2429 100.936 59.2286 100.563C59.2143 100.19 59.0135 99.8744 58.8697 99.5744C58.8474 99.528 58.8268 99.4825 58.8072 99.436L58.742 99.4682C58.484 99.5976 58.1742 99.7932 57.9483 100.149C57.7224 100.506 57.5786 101.022 57.3635 101.409C57.1483 101.797 56.8608 102.055 56.4456 102.126C56.2492 102.16 56.0242 102.153 55.8054 102.135Z" fill="#B30635"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M52.0768 48.4338C50.9286 49.6677 50.1376 52.3186 49.7411 55.5373C49.3456 58.757 49.3456 62.5445 49.976 67.365C50.6072 72.1855 51.8697 78.0382 52.8742 83.3329C53.8786 88.6266 54.6242 93.3605 55.184 95.9855C55.7438 98.6114 56.117 99.1275 56.8724 99.2507C57.6277 99.3739 58.7661 99.1025 59.3688 97.9418C59.9715 96.7793 60.0376 94.7257 60.0286 92.1346C60.0188 89.5445 59.9331 86.4168 59.5742 83.9061C59.2152 81.3954 58.5849 79.5016 58.1393 78.2534C57.6947 77.0052 57.4367 76.4025 57.3938 75.5713C57.3501 74.7382 57.5224 73.6775 57.7376 71.0659C57.9527 68.4552 58.2117 64.2945 58.4117 60.5507C58.6117 56.807 58.7554 53.4793 58.3822 51.3855C58.0099 49.2909 57.1197 48.4284 55.9242 47.9061C54.7277 47.3838 53.2242 47.1998 52.0768 48.4338Z" fill="#0A57A8"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M66.6027 95.9532C66.7607 97.0148 66.9616 98.7363 66.933 99.8702C66.9045 101.003 66.6464 101.548 66.3589 101.978C66.0723 102.409 65.7563 102.725 65.4982 102.911C65.2393 103.097 65.0393 103.155 64.9393 103.242C64.8384 103.326 64.8384 103.442 65.1402 103.557C65.4411 103.671 66.0429 103.786 66.5893 103.758C67.1339 103.728 67.6214 103.557 67.9375 103.141C68.2527 102.725 68.3955 102.065 68.5116 101.692C68.6259 101.318 68.7116 101.233 68.7545 101.606C68.7982 101.978 68.7982 102.81 68.8116 103.242C68.8268 103.671 68.8554 103.7 68.9554 103.7C69.0563 103.7 69.2286 103.671 69.3143 103.657C69.4009 103.643 69.4009 103.643 69.3857 103.342C69.3714 103.04 69.3429 102.437 69.4152 101.921C69.4866 101.404 69.658 100.975 69.6446 100.601C69.6295 100.228 69.4295 99.9122 69.2848 99.6131C69.1411 99.3131 69.0536 99.0291 69.0536 98.4845C69.0536 97.9398 69.1411 97.1327 69.1991 96.3997C69.2571 95.6666 69.2857 95.0059 69.2857 94.6622C69.2857 94.3175 69.2571 94.2889 68.7402 94.2461C68.2241 94.2023 67.2196 94.1452 66.775 94.3175C66.3304 94.4898 66.4446 94.8916 66.6027 95.9532Z" fill="#F4B28D"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M66.2205 102.174C65.9732 102.506 65.7151 102.754 65.4973 102.911C65.2393 103.098 65.0384 103.156 64.9384 103.242C64.8375 103.327 64.8375 103.443 65.1384 103.557C65.4401 103.672 66.0428 103.786 66.5875 103.758C67.133 103.729 67.6214 103.557 67.9366 103.141C68.2526 102.725 68.3955 102.065 68.5107 101.692C68.625 101.319 68.7107 101.233 68.7544 101.606C68.7973 101.979 68.7973 102.811 68.8116 103.242C68.8259 103.671 68.8544 103.701 68.9553 103.701C69.0553 103.701 69.2276 103.671 69.3134 103.658C69.4 103.643 69.4 103.643 69.3857 103.342C69.3705 103.041 69.3419 102.438 69.4143 101.922C69.4857 101.405 69.6571 100.975 69.6437 100.601C69.6294 100.229 69.4285 99.9131 69.2839 99.6131C69.2625 99.5667 69.2419 99.5211 69.2214 99.4756L69.1571 99.5068C68.8991 99.6363 68.5893 99.8318 68.3634 100.187C68.1375 100.544 67.9937 101.06 67.7785 101.448C67.5634 101.835 67.2768 102.093 66.8607 102.165C66.6643 102.199 66.4384 102.192 66.2205 102.174Z" fill="#B30635"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M57.0527 50.5297C58.1875 50.4003 60.0812 50.3056 61.0286 50.2574C61.975 50.2092 61.975 50.2092 62.2625 50.6449C62.5491 51.0797 63.1232 51.9503 63.725 53.519C64.3277 55.0878 64.9589 57.3547 65.3178 60.5815C65.6768 63.8101 65.7625 67.9994 65.7625 70.5815C65.7625 73.1636 65.6768 74.1395 65.8348 74.7994C65.9919 75.4592 66.3937 75.8029 67.083 77.3958C67.7705 78.9886 68.7464 81.8288 69.3491 84.7128C69.9518 87.5967 70.1812 90.5226 70.2098 92.861C70.2384 95.2003 70.0669 96.9503 69.6214 97.9253C69.1777 98.9011 68.4598 99.102 67.8571 99.1878C67.2544 99.2744 66.7669 99.2458 66.3366 98.6717C65.9053 98.0976 65.533 96.9788 64.4428 93.2351C63.3518 89.4895 61.5446 83.1199 60.5402 79.4476C59.5357 75.7744 59.3357 74.7994 58.7759 72.2744C58.2161 69.7494 57.2973 65.6753 56.7223 62.3636C56.1455 59.0511 55.9116 56.5029 55.7536 54.9681C55.5955 53.4324 55.5143 52.9119 55.4294 52.4163C55.3446 51.9217 55.2562 51.4529 55.4 51.1378C55.5437 50.8226 55.9187 50.6592 57.0527 50.5297Z" fill="#0C6DD2"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M60.3877 33.9869C59.3895 33.0762 56.2439 32.8182 53.4591 32.6628C50.6734 32.5083 48.2502 32.4565 46.877 32.4824C45.5038 32.5083 45.1805 32.6119 45.2448 31.9949C45.31 31.3789 45.7609 30.0423 46.0832 28.4762C46.4064 26.9092 46.5993 25.1119 46.7913 23.7324C46.9814 22.353 47.1707 21.3914 47.3939 20.8146C47.6172 20.2378 47.8734 20.0467 48.01 19.7476C48.1457 19.4503 48.16 19.0449 48.1859 18.6548C48.2109 18.2646 48.2475 17.8896 48.2877 17.5173C48.327 17.1449 48.3707 16.7762 48.1529 16.7253C47.9359 16.6735 47.4573 16.9396 47.2573 17.3387C47.0582 17.7369 47.1386 18.2682 47.0332 18.5405C46.9279 18.8128 46.6386 18.8244 46.2663 18.7315C45.8948 18.6387 45.4395 18.4405 44.7734 18.2083C44.1073 17.9762 43.2305 17.7101 42.752 17.378C42.2734 17.0458 42.193 16.6467 41.8207 16.3539C41.4493 16.0619 40.7841 15.8753 40.6752 16.0985C40.5654 16.3217 41.0109 16.9521 41.3573 17.4708C41.7029 17.9896 41.9475 18.3949 42.3591 18.7574C42.7707 19.1199 43.3484 19.4405 43.8797 19.7324C44.4118 20.0253 44.8975 20.2896 45.1948 20.5789C45.493 20.869 45.6011 21.1824 45.1779 22.1387C44.7555 23.0958 43.8011 24.694 43.118 26.4798C42.435 28.2664 42.0216 30.2387 41.8029 31.7092C41.5832 33.1789 41.5573 34.1458 42.1055 34.8485C42.6538 35.5512 43.7752 35.9896 46.7011 36.4744C49.627 36.9592 54.3564 37.4905 57.2966 36.9753C60.2359 36.4601 61.3859 34.8976 60.3877 33.9869Z" fill="#F4B28D"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M55.8017 32.6685C55.515 32.6275 55.2284 32.5873 54.4999 32.5194C53.7704 32.4507 52.599 32.3551 51.1552 32.24C49.7106 32.1239 47.9936 31.9873 47.074 31.9266C46.1543 31.865 46.0311 31.8783 46.0784 31.7828C46.1258 31.6882 46.3427 31.4837 46.3633 31.3275C46.3829 31.1703 46.2079 31.0614 46.2695 30.5846C46.3311 30.1078 46.6311 29.2632 46.815 28.356C46.999 27.4507 47.0668 26.4828 47.1079 25.9989C47.149 25.515 47.1624 25.515 46.7267 25.5426C46.29 25.5703 45.4043 25.6239 44.6347 25.6105C43.865 25.5971 43.2106 25.515 42.8838 25.4748C42.557 25.4337 42.557 25.4337 42.3793 25.9783C42.2025 26.5239 41.8481 27.6132 41.5552 28.9087C41.2624 30.2033 41.0302 31.7016 41.0579 32.9007C41.0856 34.0998 41.3713 34.9989 41.8142 35.5989C42.257 36.198 42.8561 36.498 44.2597 36.8587C45.6633 37.2194 47.8704 37.6417 49.0695 37.8471C50.2695 38.0507 50.4597 38.0373 50.8418 37.7587C51.2231 37.4792 51.7954 36.9337 52.524 36.2114C53.2525 35.4891 54.1383 34.59 54.7793 33.99C55.4195 33.3908 55.815 33.0908 55.9445 32.9212C56.074 32.7507 55.9374 32.7096 55.8017 32.6685Z" fill="#B30635"/>
|
|
17
|
+
<path d="M62.9652 34.9297C63.4303 34.5369 63.8705 34.6556 64.4428 34.9253C65.0152 35.194 65.7205 35.6137 66.2759 36.5378C66.8303 37.4619 67.2348 38.8922 67.7027 40.6762C68.1714 42.4601 68.7044 44.5976 69.3357 46.1351C69.966 47.6717 70.6955 48.6074 71.4902 49.911C72.2848 51.2155 73.1455 52.8878 73.8178 54.1181C74.4902 55.3476 74.9732 56.1351 75.583 56.4628L77.1044 57.2619C77.133 57.2771 77.1643 57.2869 77.1964 57.2913L80.3321 57.7655C80.3518 57.7681 80.3705 57.7681 80.3902 57.7672C80.7732 57.7405 81.5607 57.9405 81.4178 58.2253C81.2741 58.5083 80.9714 58.2128 79.9009 58.328C80.2205 58.4601 80.5535 58.5788 80.7437 58.5958C81.1821 58.6342 82.0902 59.0753 81.841 59.3753C81.5928 59.6806 81.3196 59.2244 79.9437 59.1172L79.9205 59.3235C80.0982 59.4235 80.3919 59.5887 80.6768 59.7476C81.1044 59.9967 81.758 60.2503 81.8759 60.4494C81.9973 60.6485 81.9455 61.1431 81.35 60.8065C80.4893 60.3155 79.4437 59.9699 79.516 60.0583L79.4384 60.1994C80.5294 61.319 81.0848 61.2226 80.9723 61.6583C80.8589 62.0931 80.0375 61.5771 79.4634 61.1717C79.0509 60.8815 78.0652 60.3163 77.5509 60.3717C77.5384 60.3672 77.5277 60.3744 77.5205 60.3753C77.3893 60.4003 77.2723 60.5074 77.2018 60.6396L77.1982 60.6449C77.1803 60.6842 77.1652 60.719 77.1518 60.7601L76.441 61.3797L76.133 60.5922C75.5821 59.9494 75.7964 59.2833 75.5803 58.8905C75.4777 58.7021 74.7884 57.9824 74.7027 57.8931C74.6964 57.8869 74.691 57.8815 74.6839 57.8753L73.8991 57.2003C72.9259 56.3646 71.1937 55.0949 69.9 53.5199C68.6053 51.9458 67.7473 50.0655 67.2 48.6896C66.6535 47.3146 66.416 46.444 65.6794 45.3217C64.9437 44.1985 63.7098 42.8244 62.933 41.4163C62.1562 40.0101 61.8384 38.5717 61.925 37.3994C62.0107 36.228 62.5009 35.3226 62.9652 34.9297Z" fill="#F4B28D"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M51.3107 49.0299C51.6687 47.9111 51.9267 46.4477 51.583 44.9701C51.2384 43.4924 50.2919 42.0004 49.9196 40.6942C49.5464 39.3888 49.7464 38.2701 50.6214 37.079C51.4973 35.8888 53.0464 34.6263 54.1232 33.8942C55.1982 33.1629 55.8009 32.962 56.683 32.9004C57.5651 32.8388 58.7276 32.9174 60.4196 33.4058C62.1107 33.8951 64.3321 34.7942 65.1134 35.4442C65.8955 36.0933 65.2384 36.4933 64.8098 37.4817C64.3803 38.471 64.1794 40.0486 63.7491 41.5558C63.3178 43.062 62.658 44.496 62.2134 45.5013C61.7687 46.5049 61.5392 47.079 61.5678 47.796C61.5973 48.5129 61.8839 49.3745 62.1705 50.0343C62.458 50.6942 62.7446 51.1531 62.8884 51.3826C63.0312 51.6129 63.0312 51.6129 61.783 52.0861C60.5348 52.5593 58.0392 53.5058 55.8723 53.7781C53.7062 54.0513 51.8705 53.6495 50.9517 53.1897C50.033 52.7317 50.033 52.2147 50.2634 51.5692C50.4928 50.9236 50.9517 50.1486 51.3107 49.0299Z" fill="#E9E5E1"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M62.8055 33.9354C63.2145 34.0997 64.0046 34.4264 64.6993 34.8282C65.3939 35.23 65.9939 35.7068 66.5252 36.4702C67.0564 37.2336 67.5198 38.2827 67.9216 39.4613C68.3243 40.6389 68.6645 41.9479 69.0189 43.147C69.3725 44.3461 69.7412 45.4363 70.3475 46.6693C70.9537 47.9023 71.7984 49.2791 72.2207 49.9666C72.643 50.655 72.643 50.655 72.5136 50.9211C72.385 51.1863 72.1252 51.7175 71.5877 52.3648C71.0493 53.0122 70.2314 53.7755 69.7484 54.2041C69.2645 54.6336 69.1145 54.7291 68.7466 53.9389C68.3787 53.1488 67.7921 51.4729 66.9484 49.6264C66.1029 47.78 64.9993 45.763 64.3859 44.6461C63.7725 43.5282 63.6502 43.3104 63.4457 43.6032C63.2412 43.8961 62.9546 44.7005 62.7439 45.5184C62.5323 46.3354 62.3966 47.1666 62.4243 47.9845C62.4511 48.8014 62.6412 49.6059 63.0029 50.4639C63.3636 51.3229 63.8948 52.2354 64.1948 52.7738C64.4948 53.3122 64.5627 53.4755 64.6109 53.5845C64.6582 53.6934 64.6859 53.7479 64.5359 53.9247C64.3859 54.1023 64.0591 54.4014 62.9957 54.8791C61.9332 55.3559 60.135 56.0095 58.6082 56.405C57.0823 56.8005 55.8287 56.9363 55.1957 56.9363C54.5618 56.9363 54.5475 56.8005 54.5618 55.1514C54.5752 53.5023 54.6162 50.3416 54.718 47.7523C54.8207 45.1639 54.9832 43.147 55.452 41.6889C55.9189 40.2309 56.6912 39.3318 57.5359 38.5827C58.3805 37.8327 59.2984 37.2336 60.0296 36.688C60.7609 36.1425 61.3064 35.6523 61.6537 35.1889C62.0011 34.7264 62.1511 34.2898 62.2323 34.0586C62.3154 33.8264 62.3287 33.7997 62.3493 33.7863C62.3689 33.772 62.3966 33.772 62.8055 33.9354ZM56.7011 32.73C56.6323 32.8461 56.4011 33.0639 56.1493 33.7452C55.8966 34.4273 55.6243 35.5711 55.4814 36.6622C55.3386 37.7514 55.3243 38.7872 54.9779 39.7684C54.6296 40.7497 53.9484 41.6755 53.5671 43.5086C53.185 45.3416 53.1037 48.08 52.8787 50.0898C52.6546 52.0997 52.2859 53.3809 52.068 54.4229C51.8502 55.4648 51.7823 56.2693 51.4886 56.2898C51.1957 56.3104 50.6779 55.547 50.0234 55.0014C49.3698 54.4568 48.5805 54.13 48.1439 53.6872C47.7073 53.2443 47.6261 52.6854 47.5984 52.4202C47.5716 52.1541 47.5984 52.1809 47.9734 51.8541C48.3484 51.5273 49.0698 50.8461 49.6011 50.1648C50.1332 49.4836 50.4743 48.8023 50.6368 47.9032C50.8011 47.0041 50.7877 45.8863 50.5011 44.5166C50.2145 43.147 49.6555 41.5264 49.4109 40.3336C49.1654 39.1407 49.2341 38.3782 49.6761 37.5264C50.1198 36.6755 50.9368 35.7354 51.7279 34.938C52.518 34.1407 53.2805 33.4863 53.7573 33.1122C54.2341 32.7372 54.4252 32.6416 54.5886 32.5943C54.752 32.5461 54.8886 32.5461 55.2154 32.5532C55.543 32.5604 56.06 32.5738 56.3671 32.5872C56.6734 32.6005 56.7689 32.6148 56.7011 32.73Z" fill="#E00842"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M58.2964 30.1078C58.3821 30.4944 58.4678 31.1551 58.3732 31.6908C58.2777 32.2265 58.0009 32.6381 57.6973 32.831C57.3937 33.0247 57.0634 33.0006 56.8723 33.1551C56.6812 33.3096 56.6295 33.6435 56.767 34.0212C56.9053 34.3997 57.2321 34.8212 57.8518 35.0944C58.4714 35.3667 59.3848 35.4899 60.1277 35.373C60.8696 35.2578 61.4428 34.9033 61.6241 34.5721C61.8062 34.2399 61.5982 33.9319 61.4527 33.7694C61.3062 33.6087 61.2214 33.5935 61.1795 33.206C61.1375 32.8185 61.1366 32.0578 61.2518 31.4194C61.3661 30.7819 61.5955 30.2658 61.5384 30.0069C61.4812 29.7488 61.1366 29.7488 60.5482 29.6194C59.9607 29.4899 59.1286 29.2319 58.6696 29.189C58.2107 29.1453 58.1241 29.3185 58.1241 29.4613C58.1241 29.6051 58.2107 29.7194 58.2964 30.1078Z" fill="#F4B28D"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M58.2963 30.1078C58.3821 30.4944 58.4678 31.1551 58.3731 31.6908C58.3285 31.9399 58.2437 32.164 58.1365 32.3497C58.249 32.3622 58.3696 32.3649 58.4972 32.3596C59.2142 32.331 60.1901 32.0435 60.9642 31.4274C61.0874 31.3292 61.2053 31.2238 61.3169 31.1105C61.4347 30.6167 61.5865 30.2221 61.5383 30.0069C61.4812 29.7488 61.1365 29.7488 60.5481 29.6194C59.9606 29.4899 59.1285 29.2319 58.6696 29.189C58.2106 29.1453 58.124 29.3185 58.124 29.4613C58.124 29.6051 58.2106 29.7194 58.2963 30.1078Z" fill="#C38E71"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M57.6679 24.6756C57.4822 25.4068 57.2813 26.5542 57.3099 27.5872C57.3384 28.6211 57.5965 29.539 57.9554 30.1122C58.3143 30.6863 58.7724 30.9158 59.4911 30.8872C60.2081 30.8586 61.1831 30.572 61.9581 29.955C62.7322 29.3381 63.3063 28.3908 63.6224 27.43C63.9375 26.4684 63.9947 25.4925 63.6366 24.689C63.2777 23.8863 62.5027 23.255 61.6715 22.9247C60.8393 22.5952 59.9491 22.5667 59.3616 22.6809C58.7724 22.7961 58.4858 23.0542 58.2572 23.3408C58.0268 23.6274 57.8545 23.9434 57.6679 24.6756Z" fill="#F4B28D"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M59.3974 26.0926C59.2689 25.9283 59.0974 25.798 58.926 25.6935C58.7992 25.6185 58.6707 25.5569 58.5207 25.5248C58.4144 25.5015 58.2858 25.5203 58.1582 25.5444C58.1153 25.5524 58.0939 25.5614 58.051 25.5721C58.0296 25.5765 57.9653 25.5873 57.9867 25.5926C58.201 25.6569 58.4144 25.6105 58.6064 25.7042C58.7992 25.7935 58.8841 25.9971 59.0332 26.1212C59.1189 26.1765 59.2689 26.2471 59.3332 26.1721M60.3787 26.3006C60.6349 26.1123 61.1269 26.1033 61.426 26.2087C61.5332 26.2489 61.618 26.3176 61.7028 26.3962C61.7251 26.4239 61.7466 26.4542 61.7671 26.4881C61.7894 26.5051 61.8314 26.5355 61.8099 26.5355C61.5966 26.5373 61.4046 26.3667 61.1912 26.3515C60.9126 26.3319 60.6573 26.5989 60.4216 26.4051M59.5037 26.5498C59.226 27.0265 58.8841 27.4346 58.7341 27.964C58.7126 28.056 58.6492 28.1694 58.6492 28.2649C58.6278 28.4748 59.0126 28.5301 59.1403 28.5596C59.1617 28.564 59.3332 28.6131 59.3537 28.6024C59.3751 28.556 59.2903 28.4623 59.2689 28.4274C59.1832 28.3078 59.1189 28.1899 59.1189 28.0408C59.0974 27.7399 59.226 27.4605 59.3332 27.1801C59.3751 27.0283 59.3974 26.8765 59.4394 26.723M58.3501 28.8694C58.5849 29.1042 58.9055 29.2971 59.2466 29.3399H59.6108C59.6528 29.3185 59.6957 29.3185 59.7385 29.3185C59.7599 29.3185 59.8028 29.2756 59.8028 29.2971C59.8448 29.6176 59.3966 29.8096 59.1403 29.831C58.6707 29.831 58.3287 29.4676 58.3716 28.998M60.593 26.7123C60.7421 26.8167 60.9349 26.8792 61.1055 26.8899C61.1912 26.8917 61.276 26.8962 61.3403 26.8917C61.3832 26.8899 61.4474 26.8471 61.4474 26.8792C61.426 26.9364 61.3832 26.9899 61.3403 27.031C61.1055 27.2935 60.8278 27.0801 60.6992 26.8301M58.1582 25.9908C58.2858 26.0971 58.4564 26.1462 58.6064 26.2149C58.6492 26.223 58.7983 26.2578 58.7983 26.2685C58.9055 26.4819 58.543 26.548 58.4144 26.5096C58.2224 26.4524 58.2224 26.2685 58.2001 26.1042" fill="#C38E71"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M68.825 36.3976C68.5411 35.1994 67.6795 34.1959 66.8045 33.4209C65.9295 32.6459 65.0402 32.1012 64.6241 31.3119C64.2081 30.5235 64.2652 29.4896 64.3518 28.3994C64.4375 27.3092 64.5518 26.1619 64.4947 25.3726C64.4375 24.5834 64.2081 24.153 63.8206 23.7378C63.434 23.3217 62.8884 22.92 62.4 22.4887C61.9125 22.0592 61.4822 21.5994 61.109 21.7432C60.95 21.8048 60.8009 21.9762 60.684 22.2048C60.5045 22.1655 60.2947 22.1396 60.0473 22.1342C59.3581 22.1191 58.3947 22.261 57.675 22.8709C56.9563 23.4807 56.4813 24.5592 56.3875 25.4387C56.2938 26.3182 56.5795 26.9994 56.7723 26.9325C56.9652 26.8655 57.0643 26.0503 57.4598 25.3789C57.8554 24.7075 58.5473 24.1816 59.2125 23.9459C59.6857 23.7789 60.1429 23.7584 60.4929 23.7155C60.6125 24.2128 60.9125 24.6958 61.3393 25.3048C61.8848 26.0851 62.6322 27.07 62.8045 28.1173C62.9768 29.1646 62.5732 30.2735 62.3598 31.3021C62.1456 32.3298 62.1223 33.2753 62.675 33.8512C63.2286 34.4262 64.3598 34.6307 65.2456 35.2101C66.1304 35.7887 66.7715 36.7423 67.2107 37.6896C67.65 38.6369 67.8893 39.578 68.075 40.0253C68.2607 40.4717 68.3938 40.4253 68.6054 39.7066C68.8179 38.9869 69.1098 37.5958 68.825 36.3976Z" fill="#DFD2B7"/>
|
|
25
|
+
</svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
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="M93 103.688C93 103.175 92.2968 102.681 91.0151 102.232C86.8071 100.74 76.3028 99.688 64.0084 99.688C56.7043 99.688 50.0274 100.065 44.932 100.674C44.0964 100.773 43.2988 100.886 42.5537 100.994C37.8639 101.705 35 102.648 35 103.688C35 104.561 37.013 105.359 40.4356 106.017C42.6047 106.436 45.3461 106.79 48.5106 107.068C50.0274 107.199 51.6325 107.312 53.3191 107.404C54.6007 107.477 55.9197 107.533 57.2774 107.58C59.1573 107.641 61.1049 107.679 63.1179 107.688H63.9947C68.5817 107.688 72.9198 107.542 76.7731 107.284C77.3348 107.246 77.8957 107.203 78.4315 107.159C78.7831 107.133 79.1378 107.105 79.4894 107.07C82.6509 106.794 85.3953 106.439 87.5758 106.023C90.987 105.364 92.997 104.561 92.997 103.693" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M83.6028 54.7881L71.2073 66.397C70.826 66.7532 70.8073 67.3506 71.1626 67.7309L79.6287 76.7711C79.9849 77.1515 80.5823 77.1711 80.9626 76.8149L93.359 65.2059C93.7394 64.8497 93.759 64.2524 93.4028 63.872L84.9367 54.8318C84.5805 54.4515 83.9832 54.4318 83.6028 54.7881Z" fill="#E0519B"/>
|
|
4
|
+
<path d="M92.3607 64.0953C92.6723 64.4265 92.6464 64.9569 92.3026 65.2792L81.1124 75.7596C80.7687 76.0819 80.2374 76.0738 79.9294 75.7381L72.5383 67.8453C72.2258 67.5131 72.2517 66.9837 72.5955 66.6613L83.7857 56.1801C84.1294 55.8587 84.6607 55.8658 84.9696 56.198L92.3607 64.0908V64.0953Z" fill="#EC96C3"/>
|
|
5
|
+
<path d="M89.0894 59.2574C89.2751 59.4592 89.1198 59.9092 88.7403 60.2655L76.3448 71.8753C75.9653 72.2315 75.5046 72.3574 75.318 72.1592L70.8626 67.4048C70.676 67.203 70.8314 66.753 71.2109 66.3967L83.6064 54.7869C83.9859 54.4307 84.4466 54.3048 84.6332 54.503L89.0894 59.2574Z" fill="#EC96C3"/>
|
|
6
|
+
<path d="M71.2482 66.4363C70.8964 66.7648 70.7392 67.1898 70.9017 67.364L75.358 72.1193C75.5205 72.2925 75.9553 72.1648 76.3044 71.8318L88.6991 60.222C89.0509 59.8934 89.2089 59.4693 89.0455 59.2952L84.5901 54.5398C84.4276 54.3657 83.9919 54.4943 83.6437 54.8265L71.2482 66.4363ZM88.7776 60.305L76.3821 71.9148C75.9714 72.2979 75.4848 72.422 75.275 72.197L70.8187 67.4416C70.6053 67.2166 70.7634 66.7363 71.1705 66.3532L83.566 54.7434C83.9767 54.3604 84.4634 54.2363 84.6732 54.4657L89.1285 59.2211C89.3419 59.4461 89.1848 59.9256 88.7776 60.3095V60.305Z" fill="#E0519B"/>
|
|
7
|
+
<path d="M71.0527 66.5025C71.0625 66.5659 71.0839 66.6221 71.1241 66.6659L75.3455 71.1721C75.5223 71.3614 75.9527 71.248 76.3044 70.9185L87.7866 60.1668C88.1384 59.8382 88.2803 59.4159 88.1044 59.2266L83.883 54.7203C83.8419 54.6775 83.7893 54.6507 83.7241 54.6382L71.0518 66.506L71.0527 66.5025Z" fill="#E0519B"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M63.5617 21.7585C62.8715 21.4772 62.2564 21.6085 61.5206 21.4728C60.784 21.3362 59.9287 20.9317 58.9626 21.3228C57.9956 21.7129 56.9206 22.8987 56.4081 24.1603C55.8965 25.4219 55.9501 26.7603 56.0251 27.8781C56.1001 28.9951 56.1965 29.8915 55.7171 31.1442C55.2367 32.3978 54.1805 34.0058 52.6412 35.5326C51.1028 37.0603 49.0805 38.5067 48.3099 40.4924C47.5403 42.479 48.0215 45.0049 49.418 47.0826C50.8126 49.1594 53.1215 50.7879 55.8921 51.6085C58.6617 52.429 61.8921 52.4415 64.5974 51.5754C67.3037 50.7094 69.4831 48.9656 70.001 47.2478C70.5189 45.5308 69.3742 43.8424 69.401 42.9022C69.4287 41.9612 70.6278 41.771 71.0671 40.5362C71.5064 39.3004 71.1858 37.021 70.1367 35.4263C69.0867 33.8326 67.3099 32.9237 66.693 31.6924C66.076 30.4612 66.6215 28.9076 66.6626 27.4772C66.7037 26.046 66.2403 24.7379 65.6269 23.737C65.0135 22.7353 64.2501 22.0397 63.5617 21.7585Z" fill="#333D47"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M56.1883 95.9129C56.3463 96.9745 56.5463 98.6968 56.5177 99.8299C56.4892 100.963 56.2311 101.508 55.9436 101.939C55.657 102.37 55.341 102.685 55.0838 102.872C54.8249 103.058 54.624 103.116 54.5231 103.201C54.4231 103.287 54.4231 103.402 54.7249 103.517C55.0258 103.632 55.6285 103.747 56.174 103.717C56.7186 103.69 57.2061 103.516 57.5222 103.1C57.8374 102.685 57.9811 102.025 58.0954 101.651C58.2106 101.278 58.2963 101.192 58.3401 101.566C58.382 101.939 58.382 102.771 58.3972 103.201C58.4115 103.632 58.4401 103.66 58.5401 103.66C58.641 103.66 58.8133 103.632 58.8999 103.617C58.9856 103.603 58.9856 103.603 58.9713 103.301C58.9561 103 58.9285 102.398 58.9999 101.882C59.0713 101.365 59.2436 100.934 59.2285 100.561C59.2151 100.189 59.0142 99.8736 58.8695 99.5727C58.7258 99.2736 58.6383 98.9897 58.6383 98.4451C58.6383 97.8995 58.7258 97.0933 58.7838 96.3593C58.8418 95.6263 58.8704 94.9665 58.8704 94.6218C58.8704 94.2781 58.8418 94.2495 58.3249 94.2058C57.8088 94.1629 56.8043 94.1058 56.3597 94.2781C55.9151 94.4504 56.0302 94.8522 56.1883 95.9129Z" fill="#F4B28D"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M55.8054 102.135C55.5581 102.467 55.3001 102.715 55.0822 102.873C54.8251 103.059 54.6233 103.116 54.5233 103.202C54.4224 103.289 54.4224 103.404 54.7242 103.518C55.0251 103.632 55.6277 103.748 56.1733 103.719C56.7188 103.69 57.2054 103.518 57.5215 103.101C57.8367 102.686 57.9804 102.025 58.0956 101.653C58.2108 101.28 58.2965 101.194 58.3393 101.567C58.3822 101.94 58.3822 102.773 58.3965 103.202C58.4108 103.632 58.4393 103.662 58.5402 103.662C58.6402 103.662 58.8126 103.632 58.8992 103.619C58.9849 103.604 58.9849 103.604 58.9706 103.303C58.9563 103.002 58.9277 102.399 58.9992 101.882C59.0706 101.366 59.2429 100.936 59.2286 100.563C59.2143 100.19 59.0135 99.8744 58.8697 99.5744C58.8474 99.528 58.8268 99.4825 58.8072 99.436L58.742 99.4682C58.484 99.5976 58.1742 99.7932 57.9483 100.149C57.7224 100.506 57.5786 101.022 57.3635 101.409C57.1483 101.797 56.8608 102.055 56.4456 102.126C56.2492 102.16 56.0242 102.153 55.8054 102.135Z" fill="#B30635"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M52.0768 48.4338C50.9286 49.6677 50.1376 52.3186 49.7411 55.5373C49.3456 58.757 49.3456 62.5445 49.976 67.365C50.6072 72.1855 51.8697 78.0382 52.8742 83.3329C53.8786 88.6266 54.6242 93.3605 55.184 95.9855C55.7438 98.6114 56.117 99.1275 56.8724 99.2507C57.6277 99.3739 58.7661 99.1025 59.3688 97.9418C59.9715 96.7793 60.0376 94.7257 60.0286 92.1346C60.0188 89.5445 59.9331 86.4168 59.5742 83.9061C59.2152 81.3954 58.5849 79.5016 58.1393 78.2534C57.6947 77.0052 57.4367 76.4025 57.3938 75.5713C57.3501 74.7382 57.5224 73.6775 57.7376 71.0659C57.9527 68.4552 58.2117 64.2945 58.4117 60.5507C58.6117 56.807 58.7554 53.4793 58.3822 51.3855C58.0099 49.2909 57.1197 48.4284 55.9242 47.9061C54.7277 47.3838 53.2242 47.1998 52.0768 48.4338Z" fill="#0A57A8"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M66.6027 95.9532C66.7607 97.0148 66.9616 98.7363 66.933 99.8702C66.9045 101.003 66.6464 101.548 66.3589 101.978C66.0723 102.409 65.7563 102.725 65.4982 102.911C65.2393 103.097 65.0393 103.155 64.9393 103.242C64.8384 103.326 64.8384 103.442 65.1402 103.557C65.4411 103.671 66.0429 103.786 66.5893 103.758C67.1339 103.728 67.6214 103.557 67.9375 103.141C68.2527 102.725 68.3955 102.065 68.5116 101.692C68.6259 101.318 68.7116 101.233 68.7545 101.606C68.7982 101.978 68.7982 102.81 68.8116 103.242C68.8268 103.671 68.8554 103.7 68.9554 103.7C69.0563 103.7 69.2286 103.671 69.3143 103.657C69.4009 103.643 69.4009 103.643 69.3857 103.342C69.3714 103.04 69.3429 102.437 69.4152 101.921C69.4866 101.404 69.658 100.975 69.6446 100.601C69.6295 100.228 69.4295 99.9122 69.2848 99.6131C69.1411 99.3131 69.0536 99.0291 69.0536 98.4845C69.0536 97.9398 69.1411 97.1327 69.1991 96.3997C69.2571 95.6666 69.2857 95.0059 69.2857 94.6622C69.2857 94.3175 69.2571 94.2889 68.7402 94.2461C68.2241 94.2023 67.2196 94.1452 66.775 94.3175C66.3304 94.4898 66.4446 94.8916 66.6027 95.9532Z" fill="#F4B28D"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M66.2205 102.174C65.9732 102.506 65.7151 102.754 65.4973 102.911C65.2393 103.098 65.0384 103.156 64.9384 103.242C64.8375 103.327 64.8375 103.443 65.1384 103.557C65.4401 103.672 66.0428 103.786 66.5875 103.758C67.133 103.729 67.6214 103.557 67.9366 103.141C68.2526 102.725 68.3955 102.065 68.5107 101.692C68.625 101.319 68.7107 101.233 68.7544 101.606C68.7973 101.979 68.7973 102.811 68.8116 103.242C68.8259 103.671 68.8544 103.701 68.9553 103.701C69.0553 103.701 69.2276 103.671 69.3134 103.658C69.4 103.643 69.4 103.643 69.3857 103.342C69.3705 103.041 69.3419 102.438 69.4143 101.922C69.4857 101.405 69.6571 100.975 69.6437 100.601C69.6294 100.229 69.4285 99.9131 69.2839 99.6131C69.2625 99.5667 69.2419 99.5211 69.2214 99.4756L69.1571 99.5068C68.8991 99.6363 68.5893 99.8318 68.3634 100.187C68.1375 100.544 67.9937 101.06 67.7785 101.448C67.5634 101.835 67.2768 102.093 66.8607 102.165C66.6643 102.199 66.4384 102.192 66.2205 102.174Z" fill="#B30635"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M57.0527 50.5297C58.1875 50.4003 60.0812 50.3056 61.0286 50.2574C61.975 50.2092 61.975 50.2092 62.2625 50.6449C62.5491 51.0797 63.1232 51.9503 63.725 53.519C64.3277 55.0878 64.9589 57.3547 65.3178 60.5815C65.6768 63.8101 65.7625 67.9994 65.7625 70.5815C65.7625 73.1636 65.6768 74.1395 65.8348 74.7994C65.9919 75.4592 66.3937 75.8029 67.083 77.3958C67.7705 78.9886 68.7464 81.8288 69.3491 84.7128C69.9518 87.5967 70.1812 90.5226 70.2098 92.861C70.2384 95.2003 70.0669 96.9503 69.6214 97.9253C69.1777 98.9011 68.4598 99.102 67.8571 99.1878C67.2544 99.2744 66.7669 99.2458 66.3366 98.6717C65.9053 98.0976 65.533 96.9788 64.4428 93.2351C63.3518 89.4895 61.5446 83.1199 60.5402 79.4476C59.5357 75.7744 59.3357 74.7994 58.7759 72.2744C58.2161 69.7494 57.2973 65.6753 56.7223 62.3636C56.1455 59.0511 55.9116 56.5029 55.7536 54.9681C55.5955 53.4324 55.5143 52.9119 55.4294 52.4163C55.3446 51.9217 55.2562 51.4529 55.4 51.1378C55.5437 50.8226 55.9187 50.6592 57.0527 50.5297Z" fill="#0C6DD2"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M60.3877 33.9869C59.3895 33.0762 56.2439 32.8182 53.4591 32.6628C50.6734 32.5083 48.2502 32.4565 46.877 32.4824C45.5038 32.5083 45.1805 32.6119 45.2448 31.9949C45.31 31.3789 45.7609 30.0423 46.0832 28.4762C46.4064 26.9092 46.5993 25.1119 46.7913 23.7324C46.9814 22.353 47.1707 21.3914 47.3939 20.8146C47.6172 20.2378 47.8734 20.0467 48.01 19.7476C48.1457 19.4503 48.16 19.0449 48.1859 18.6548C48.2109 18.2646 48.2475 17.8896 48.2877 17.5173C48.327 17.1449 48.3707 16.7762 48.1529 16.7253C47.9359 16.6735 47.4573 16.9396 47.2573 17.3387C47.0582 17.7369 47.1386 18.2682 47.0332 18.5405C46.9279 18.8128 46.6386 18.8244 46.2663 18.7315C45.8948 18.6387 45.4395 18.4405 44.7734 18.2083C44.1073 17.9762 43.2305 17.7101 42.752 17.378C42.2734 17.0458 42.193 16.6467 41.8207 16.3539C41.4493 16.0619 40.7841 15.8753 40.6752 16.0985C40.5654 16.3217 41.0109 16.9521 41.3573 17.4708C41.7029 17.9896 41.9475 18.3949 42.3591 18.7574C42.7707 19.1199 43.3484 19.4405 43.8797 19.7324C44.4118 20.0253 44.8975 20.2896 45.1948 20.5789C45.493 20.869 45.6011 21.1824 45.1779 22.1387C44.7555 23.0958 43.8011 24.694 43.118 26.4798C42.435 28.2664 42.0216 30.2387 41.8029 31.7092C41.5832 33.1789 41.5573 34.1458 42.1055 34.8485C42.6538 35.5512 43.7752 35.9896 46.7011 36.4744C49.627 36.9592 54.3564 37.4905 57.2966 36.9753C60.2359 36.4601 61.3859 34.8976 60.3877 33.9869Z" fill="#F4B28D"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M55.8017 32.6685C55.515 32.6275 55.2284 32.5873 54.4999 32.5194C53.7704 32.4507 52.599 32.3551 51.1552 32.24C49.7106 32.1239 47.9936 31.9873 47.074 31.9266C46.1543 31.865 46.0311 31.8783 46.0784 31.7828C46.1258 31.6882 46.3427 31.4837 46.3633 31.3275C46.3829 31.1703 46.2079 31.0614 46.2695 30.5846C46.3311 30.1078 46.6311 29.2632 46.815 28.356C46.999 27.4507 47.0668 26.4828 47.1079 25.9989C47.149 25.515 47.1624 25.515 46.7267 25.5426C46.29 25.5703 45.4043 25.6239 44.6347 25.6105C43.865 25.5971 43.2106 25.515 42.8838 25.4748C42.557 25.4337 42.557 25.4337 42.3793 25.9783C42.2025 26.5239 41.8481 27.6132 41.5552 28.9087C41.2624 30.2033 41.0302 31.7016 41.0579 32.9007C41.0856 34.0998 41.3713 34.9989 41.8142 35.5989C42.257 36.198 42.8561 36.498 44.2597 36.8587C45.6633 37.2194 47.8704 37.6417 49.0695 37.8471C50.2695 38.0507 50.4597 38.0373 50.8418 37.7587C51.2231 37.4792 51.7954 36.9337 52.524 36.2114C53.2525 35.4891 54.1383 34.59 54.7793 33.99C55.4195 33.3908 55.815 33.0908 55.9445 32.9212C56.074 32.7507 55.9374 32.7096 55.8017 32.6685Z" fill="#B30635"/>
|
|
17
|
+
<path d="M62.9652 34.9297C63.4303 34.5369 63.8705 34.6556 64.4428 34.9253C65.0152 35.194 65.7205 35.6137 66.2759 36.5378C66.8303 37.4619 67.2348 38.8922 67.7027 40.6762C68.1714 42.4601 68.7044 44.5976 69.3357 46.1351C69.966 47.6717 70.6955 48.6074 71.4902 49.911C72.2848 51.2155 73.1455 52.8878 73.8178 54.1181C74.4902 55.3476 74.9732 56.1351 75.583 56.4628L77.1044 57.2619C77.133 57.2771 77.1643 57.2869 77.1964 57.2913L80.3321 57.7655C80.3518 57.7681 80.3705 57.7681 80.3902 57.7672C80.7732 57.7405 81.5607 57.9405 81.4178 58.2253C81.2741 58.5083 80.9714 58.2128 79.9009 58.328C80.2205 58.4601 80.5535 58.5788 80.7437 58.5958C81.1821 58.6342 82.0902 59.0753 81.841 59.3753C81.5928 59.6806 81.3196 59.2244 79.9437 59.1172L79.9205 59.3235C80.0982 59.4235 80.3919 59.5887 80.6768 59.7476C81.1044 59.9967 81.758 60.2503 81.8759 60.4494C81.9973 60.6485 81.9455 61.1431 81.35 60.8065C80.4893 60.3155 79.4437 59.9699 79.516 60.0583L79.4384 60.1994C80.5294 61.319 81.0848 61.2226 80.9723 61.6583C80.8589 62.0931 80.0375 61.5771 79.4634 61.1717C79.0509 60.8815 78.0652 60.3163 77.5509 60.3717C77.5384 60.3672 77.5277 60.3744 77.5205 60.3753C77.3893 60.4003 77.2723 60.5074 77.2018 60.6396L77.1982 60.6449C77.1803 60.6842 77.1652 60.719 77.1518 60.7601L76.441 61.3797L76.133 60.5922C75.5821 59.9494 75.7964 59.2833 75.5803 58.8905C75.4777 58.7021 74.7884 57.9824 74.7027 57.8931C74.6964 57.8869 74.691 57.8815 74.6839 57.8753L73.8991 57.2003C72.9259 56.3646 71.1937 55.0949 69.9 53.5199C68.6053 51.9458 67.7473 50.0655 67.2 48.6896C66.6535 47.3146 66.416 46.444 65.6794 45.3217C64.9437 44.1985 63.7098 42.8244 62.933 41.4163C62.1562 40.0101 61.8384 38.5717 61.925 37.3994C62.0107 36.228 62.5009 35.3226 62.9652 34.9297Z" fill="#F4B28D"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M51.3107 49.0299C51.6687 47.9111 51.9267 46.4477 51.583 44.9701C51.2384 43.4924 50.2919 42.0004 49.9196 40.6942C49.5464 39.3888 49.7464 38.2701 50.6214 37.079C51.4973 35.8888 53.0464 34.6263 54.1232 33.8942C55.1982 33.1629 55.8009 32.962 56.683 32.9004C57.5651 32.8388 58.7276 32.9174 60.4196 33.4058C62.1107 33.8951 64.3321 34.7942 65.1134 35.4442C65.8955 36.0933 65.2384 36.4933 64.8098 37.4817C64.3803 38.471 64.1794 40.0486 63.7491 41.5558C63.3178 43.062 62.658 44.496 62.2134 45.5013C61.7687 46.5049 61.5392 47.079 61.5678 47.796C61.5973 48.5129 61.8839 49.3745 62.1705 50.0343C62.458 50.6942 62.7446 51.1531 62.8884 51.3826C63.0312 51.6129 63.0312 51.6129 61.783 52.0861C60.5348 52.5593 58.0392 53.5058 55.8723 53.7781C53.7062 54.0513 51.8705 53.6495 50.9517 53.1897C50.033 52.7317 50.033 52.2147 50.2634 51.5692C50.4928 50.9236 50.9517 50.1486 51.3107 49.0299Z" fill="#E9E5E1"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M62.8055 33.9354C63.2145 34.0997 64.0046 34.4264 64.6993 34.8282C65.3939 35.23 65.9939 35.7068 66.5252 36.4702C67.0564 37.2336 67.5198 38.2827 67.9216 39.4613C68.3243 40.6389 68.6645 41.9479 69.0189 43.147C69.3725 44.3461 69.7412 45.4363 70.3475 46.6693C70.9537 47.9023 71.7984 49.2791 72.2207 49.9666C72.643 50.655 72.643 50.655 72.5136 50.9211C72.385 51.1863 72.1252 51.7175 71.5877 52.3648C71.0493 53.0122 70.2314 53.7755 69.7484 54.2041C69.2645 54.6336 69.1145 54.7291 68.7466 53.9389C68.3787 53.1488 67.7921 51.4729 66.9484 49.6264C66.1029 47.78 64.9993 45.763 64.3859 44.6461C63.7725 43.5282 63.6502 43.3104 63.4457 43.6032C63.2412 43.8961 62.9546 44.7005 62.7439 45.5184C62.5323 46.3354 62.3966 47.1666 62.4243 47.9845C62.4511 48.8014 62.6412 49.6059 63.0029 50.4639C63.3636 51.3229 63.8948 52.2354 64.1948 52.7738C64.4948 53.3122 64.5627 53.4755 64.6109 53.5845C64.6582 53.6934 64.6859 53.7479 64.5359 53.9247C64.3859 54.1023 64.0591 54.4014 62.9957 54.8791C61.9332 55.3559 60.135 56.0095 58.6082 56.405C57.0823 56.8005 55.8287 56.9363 55.1957 56.9363C54.5618 56.9363 54.5475 56.8005 54.5618 55.1514C54.5752 53.5023 54.6162 50.3416 54.718 47.7523C54.8207 45.1639 54.9832 43.147 55.452 41.6889C55.9189 40.2309 56.6912 39.3318 57.5359 38.5827C58.3805 37.8327 59.2984 37.2336 60.0296 36.688C60.7609 36.1425 61.3064 35.6523 61.6537 35.1889C62.0011 34.7264 62.1511 34.2898 62.2323 34.0586C62.3154 33.8264 62.3287 33.7997 62.3493 33.7863C62.3689 33.772 62.3966 33.772 62.8055 33.9354ZM56.7011 32.73C56.6323 32.8461 56.4011 33.0639 56.1493 33.7452C55.8966 34.4273 55.6243 35.5711 55.4814 36.6622C55.3386 37.7514 55.3243 38.7872 54.9779 39.7684C54.6296 40.7497 53.9484 41.6755 53.5671 43.5086C53.185 45.3416 53.1037 48.08 52.8787 50.0898C52.6546 52.0997 52.2859 53.3809 52.068 54.4229C51.8502 55.4648 51.7823 56.2693 51.4886 56.2898C51.1957 56.3104 50.6779 55.547 50.0234 55.0014C49.3698 54.4568 48.5805 54.13 48.1439 53.6872C47.7073 53.2443 47.6261 52.6854 47.5984 52.4202C47.5716 52.1541 47.5984 52.1809 47.9734 51.8541C48.3484 51.5273 49.0698 50.8461 49.6011 50.1648C50.1332 49.4836 50.4743 48.8023 50.6368 47.9032C50.8011 47.0041 50.7877 45.8863 50.5011 44.5166C50.2145 43.147 49.6555 41.5264 49.4109 40.3336C49.1654 39.1407 49.2341 38.3782 49.6761 37.5264C50.1198 36.6755 50.9368 35.7354 51.7279 34.938C52.518 34.1407 53.2805 33.4863 53.7573 33.1122C54.2341 32.7372 54.4252 32.6416 54.5886 32.5943C54.752 32.5461 54.8886 32.5461 55.2154 32.5532C55.543 32.5604 56.06 32.5738 56.3671 32.5872C56.6734 32.6005 56.7689 32.6148 56.7011 32.73Z" fill="#E00842"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M58.2964 30.1078C58.3821 30.4944 58.4678 31.1551 58.3732 31.6908C58.2777 32.2265 58.0009 32.6381 57.6973 32.831C57.3937 33.0247 57.0634 33.0006 56.8723 33.1551C56.6812 33.3096 56.6295 33.6435 56.767 34.0212C56.9053 34.3997 57.2321 34.8212 57.8518 35.0944C58.4714 35.3667 59.3848 35.4899 60.1277 35.373C60.8696 35.2578 61.4428 34.9033 61.6241 34.5721C61.8062 34.2399 61.5982 33.9319 61.4527 33.7694C61.3062 33.6087 61.2214 33.5935 61.1795 33.206C61.1375 32.8185 61.1366 32.0578 61.2518 31.4194C61.3661 30.7819 61.5955 30.2658 61.5384 30.0069C61.4812 29.7488 61.1366 29.7488 60.5482 29.6194C59.9607 29.4899 59.1286 29.2319 58.6696 29.189C58.2107 29.1453 58.1241 29.3185 58.1241 29.4613C58.1241 29.6051 58.2107 29.7194 58.2964 30.1078Z" fill="#F4B28D"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M58.2963 30.1078C58.3821 30.4944 58.4678 31.1551 58.3731 31.6908C58.3285 31.9399 58.2437 32.164 58.1365 32.3497C58.249 32.3622 58.3696 32.3649 58.4972 32.3596C59.2142 32.331 60.1901 32.0435 60.9642 31.4274C61.0874 31.3292 61.2053 31.2238 61.3169 31.1105C61.4347 30.6167 61.5865 30.2221 61.5383 30.0069C61.4812 29.7488 61.1365 29.7488 60.5481 29.6194C59.9606 29.4899 59.1285 29.2319 58.6696 29.189C58.2106 29.1453 58.124 29.3185 58.124 29.4613C58.124 29.6051 58.2106 29.7194 58.2963 30.1078Z" fill="#C38E71"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M57.6679 24.6756C57.4822 25.4068 57.2813 26.5542 57.3099 27.5872C57.3384 28.6211 57.5965 29.539 57.9554 30.1122C58.3143 30.6863 58.7724 30.9158 59.4911 30.8872C60.2081 30.8586 61.1831 30.572 61.9581 29.955C62.7322 29.3381 63.3063 28.3908 63.6224 27.43C63.9375 26.4684 63.9947 25.4925 63.6366 24.689C63.2777 23.8863 62.5027 23.255 61.6715 22.9247C60.8393 22.5952 59.9491 22.5667 59.3616 22.6809C58.7724 22.7961 58.4858 23.0542 58.2572 23.3408C58.0268 23.6274 57.8545 23.9434 57.6679 24.6756Z" fill="#F4B28D"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M59.3974 26.0926C59.2689 25.9283 59.0974 25.798 58.926 25.6935C58.7992 25.6185 58.6707 25.5569 58.5207 25.5248C58.4144 25.5015 58.2858 25.5203 58.1582 25.5444C58.1153 25.5524 58.0939 25.5614 58.051 25.5721C58.0296 25.5765 57.9653 25.5873 57.9867 25.5926C58.201 25.6569 58.4144 25.6105 58.6064 25.7042C58.7992 25.7935 58.8841 25.9971 59.0332 26.1212C59.1189 26.1765 59.2689 26.2471 59.3332 26.1721M60.3787 26.3006C60.6349 26.1123 61.1269 26.1033 61.426 26.2087C61.5332 26.2489 61.618 26.3176 61.7028 26.3962C61.7251 26.4239 61.7466 26.4542 61.7671 26.4881C61.7894 26.5051 61.8314 26.5355 61.8099 26.5355C61.5966 26.5373 61.4046 26.3667 61.1912 26.3515C60.9126 26.3319 60.6573 26.5989 60.4216 26.4051M59.5037 26.5498C59.226 27.0265 58.8841 27.4346 58.7341 27.964C58.7126 28.056 58.6492 28.1694 58.6492 28.2649C58.6278 28.4748 59.0126 28.5301 59.1403 28.5596C59.1617 28.564 59.3332 28.6131 59.3537 28.6024C59.3751 28.556 59.2903 28.4623 59.2689 28.4274C59.1832 28.3078 59.1189 28.1899 59.1189 28.0408C59.0974 27.7399 59.226 27.4605 59.3332 27.1801C59.3751 27.0283 59.3974 26.8765 59.4394 26.723M58.3501 28.8694C58.5849 29.1042 58.9055 29.2971 59.2466 29.3399H59.6108C59.6528 29.3185 59.6957 29.3185 59.7385 29.3185C59.7599 29.3185 59.8028 29.2756 59.8028 29.2971C59.8448 29.6176 59.3966 29.8096 59.1403 29.831C58.6707 29.831 58.3287 29.4676 58.3716 28.998M60.593 26.7123C60.7421 26.8167 60.9349 26.8792 61.1055 26.8899C61.1912 26.8917 61.276 26.8962 61.3403 26.8917C61.3832 26.8899 61.4474 26.8471 61.4474 26.8792C61.426 26.9364 61.3832 26.9899 61.3403 27.031C61.1055 27.2935 60.8278 27.0801 60.6992 26.8301M58.1582 25.9908C58.2858 26.0971 58.4564 26.1462 58.6064 26.2149C58.6492 26.223 58.7983 26.2578 58.7983 26.2685C58.9055 26.4819 58.543 26.548 58.4144 26.5096C58.2224 26.4524 58.2224 26.2685 58.2001 26.1042" fill="#C38E71"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M68.825 36.3976C68.5411 35.1994 67.6795 34.1959 66.8045 33.4209C65.9295 32.6459 65.0402 32.1012 64.6241 31.3119C64.2081 30.5235 64.2652 29.4896 64.3518 28.3994C64.4375 27.3092 64.5518 26.1619 64.4947 25.3726C64.4375 24.5834 64.2081 24.153 63.8206 23.7378C63.434 23.3217 62.8884 22.92 62.4 22.4887C61.9125 22.0592 61.4822 21.5994 61.109 21.7432C60.95 21.8048 60.8009 21.9762 60.684 22.2048C60.5045 22.1655 60.2947 22.1396 60.0473 22.1342C59.3581 22.1191 58.3947 22.261 57.675 22.8709C56.9563 23.4807 56.4813 24.5592 56.3875 25.4387C56.2938 26.3182 56.5795 26.9994 56.7723 26.9325C56.9652 26.8655 57.0643 26.0503 57.4598 25.3789C57.8554 24.7075 58.5473 24.1816 59.2125 23.9459C59.6857 23.7789 60.1429 23.7584 60.4929 23.7155C60.6125 24.2128 60.9125 24.6958 61.3393 25.3048C61.8848 26.0851 62.6322 27.07 62.8045 28.1173C62.9768 29.1646 62.5732 30.2735 62.3598 31.3021C62.1456 32.3298 62.1223 33.2753 62.675 33.8512C63.2286 34.4262 64.3598 34.6307 65.2456 35.2101C66.1304 35.7887 66.7715 36.7423 67.2107 37.6896C67.65 38.6369 67.8893 39.578 68.075 40.0253C68.2607 40.4717 68.3938 40.4253 68.6054 39.7066C68.8179 38.9869 69.1098 37.5958 68.825 36.3976Z" fill="#333D47"/>
|
|
25
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
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="M93 104.333C93 103.82 92.2968 103.326 91.0151 102.876C86.8071 101.385 76.3028 100.333 64.0084 100.333C56.7043 100.333 50.0274 100.709 44.932 101.318C44.0964 101.417 43.2988 101.531 42.5537 101.639C37.8639 102.349 35 103.293 35 104.333C35 105.205 37.013 106.004 40.4356 106.662C42.6047 107.081 45.3461 107.434 48.5106 107.712C50.0274 107.843 51.6325 107.957 53.3191 108.048C54.6007 108.121 55.9197 108.177 57.2774 108.225C59.1573 108.285 61.1049 108.323 63.1179 108.333H63.9947C68.5817 108.333 72.9198 108.187 76.7731 107.928C77.3348 107.89 77.8957 107.848 78.4315 107.804C78.7831 107.778 79.1378 107.749 79.4894 107.714C82.6509 107.439 85.3953 107.084 87.5758 106.667C90.987 106.008 92.997 105.205 92.997 104.338" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M42.9775 33.6921C42.8712 33.5144 43.9623 34.0117 44.4016 34.2171C44.5051 34.2662 44.5516 34.3867 44.5069 34.4912C44.506 34.493 44.5051 34.4948 44.5051 34.4957C44.4516 34.6207 44.298 34.6653 44.1873 34.5885C43.7989 34.3171 43.0248 33.7716 42.9775 33.6921ZM44.6953 34.1385C44.6158 34.2233 44.4801 34.2198 44.4042 34.1323C44.073 33.7519 43.2846 32.8207 43.2167 32.5144C43.1721 32.3126 44.2998 33.4528 44.698 33.8608C44.773 33.9367 44.773 34.0582 44.6998 34.135C44.698 34.1358 44.6971 34.1376 44.6953 34.1385ZM44.0435 31.6725C44.3123 31.5591 44.9551 33.0367 45.3069 33.7117C45.3819 33.8573 45.3158 34.0385 45.1614 34.0921C45.1596 34.093 45.1578 34.0939 45.156 34.0939C45.0123 34.1448 44.8551 34.0778 44.8033 33.9341C44.5712 33.2957 43.8167 31.768 44.0435 31.6725ZM45.5801 33.8653C45.4533 33.826 45.3658 33.7108 45.3614 33.5778C45.3426 33.0135 45.3114 31.6207 45.4685 31.5341C45.6266 31.4457 45.8685 32.7492 45.9971 33.5189C46.0355 33.7519 45.8141 33.9403 45.59 33.8689C45.5864 33.868 45.5837 33.8662 45.5801 33.8653ZM47.598 36.2528C47.2801 35.8153 46.6676 35.718 46.2301 36.0367C45.7926 36.3546 45.6953 36.9671 46.0132 37.4046C46.331 37.8421 46.9435 37.9394 47.381 37.6216C47.8194 37.3037 47.9158 36.6912 47.598 36.2528Z" fill="#FFCABA"/>
|
|
4
|
+
<path d="M46.4938 33.6665C46.5009 33.7361 46.5081 33.8067 46.517 33.8781C46.6286 34.7593 47.0456 35.537 47.5983 36.2531L46.009 37.3968C45.4242 36.5379 44.0367 34.7861 44.1724 34.429L44.2572 34.3209C44.9384 33.4513 45.8643 33.4933 46.4938 33.6665Z" fill="#FFCABA"/>
|
|
5
|
+
<path d="M46.7972 32.4816C46.2856 32.745 46.1329 33.3539 46.1329 33.3539C46.1329 33.3539 46.0597 33.5754 45.9659 33.7432C45.7231 34.1763 45.7597 34.7325 46.1142 35.0789C46.1195 35.0843 46.1258 35.0896 46.1311 35.095C46.3856 35.3334 46.799 35.1146 46.7624 34.7682C46.7302 34.4646 46.7302 34.1584 46.7704 33.8495C46.8392 33.3191 46.9597 32.8048 47.1668 32.587C47.1026 32.4995 46.9276 32.4146 46.7972 32.4816ZM44.7642 35.5093C44.7642 35.5093 45.1722 36.1557 46.2481 35.3146Z" fill="#FFCABA"/>
|
|
6
|
+
<path d="M59.2321 33.1655L58.9428 36.3834L58.6508 39.6253C58.6508 39.6253 55.7892 44.6843 53.7044 45.2271C53.5276 45.2745 53.3553 45.287 53.1928 45.2628C51.1008 44.9441 45.9419 37.3084 45.9419 37.3084L47.3758 35.9191L53.1142 41.6566C54.9955 38.6637 55.9205 36.637 56.7008 35.3816C57.8669 33.5048 59.2321 33.1655 59.2321 33.1655ZM59.7865 96.7057V104.466H58.4848V102.349C58.4848 102.349 57.4874 104.371 56.8633 104.466C56.4633 104.527 54.8901 104.509 53.5937 104.49C53.2624 104.484 53.1499 104.046 53.4374 103.882C54.6214 103.209 56.3419 102.533 56.7223 100.552C57.0517 98.8387 57.2008 96.5977 57.2008 96.5977L59.7865 96.7057ZM72.0214 96.7004L72.7731 104.32C72.7919 104.511 72.6419 104.677 72.449 104.677H68.7758C68.5785 104.677 68.4276 104.504 68.4526 104.308C68.5098 103.86 69.2928 103.032 69.5053 102.181C69.9731 100.308 69.6883 96.4289 69.6883 96.4289L72.0214 96.7004Z" fill="#5856D6"/>
|
|
7
|
+
<path d="M61.8761 24.9626C61.6002 24.1162 60.5457 23.5894 61.3895 20.7662C61.9814 18.785 66.3502 17.893 68.8564 21.226C70.7038 23.6823 70.302 25.4376 73.5448 26.6109C76.7707 27.7769 77.9377 33.4743 74.9171 35.4653C71.8975 37.4555 74.2305 42.3287 69.7698 43.6332C65.3082 44.9376 62.2457 36.7876 62.2457 36.7876L63.3475 29.8368L61.8761 24.9626Z" fill="#FF5F00"/>
|
|
8
|
+
<path d="M72.9275 97.7904H69.4944C69.4516 97.6913 69.4042 97.5842 69.3551 97.4663C66.9989 91.6619 62.1042 63.8297 61.9471 62.9431L61.9444 62.9208C61.9444 62.9208 61.9444 62.9288 61.9417 62.9431L59.8855 97.7904H56.5909C53.2337 80.4753 54.2641 65.0672 55.7953 56.436C56.6444 51.6538 58.0069 49.1021 58.0069 49.1021H66.84C69.256 53.7146 70.8266 67.2646 71.7659 78.9003C72.5864 89.0753 72.9275 97.7904 72.9275 97.7904Z" fill="#E00842"/>
|
|
9
|
+
<path d="M58.0078 49.1011H66.84L67.3989 50.3636" fill="#FF5F00"/>
|
|
10
|
+
<path d="M69.7944 39.4101V39.4119C69.7944 39.4146 69.7918 39.4217 69.7891 39.4334C69.7034 39.7467 69.6176 40.0646 69.531 40.3905C69.5168 40.4405 69.5025 40.4905 69.4882 40.5432C68.3721 44.5619 66.84 49.1021 66.84 49.1021H58.0078C58.0078 49.1021 57.9409 45.1262 57.1185 42.5842C56.64 41.1146 57.0016 38.8771 57.5159 36.8271C57.8909 35.3387 57.9266 34.0566 58.6507 33.5066C60.365 32.2012 65.7775 32.1057 65.7775 32.1057L65.6507 32.1012C65.6507 32.1012 65.8016 32.0244 65.9909 32.1253C66.9543 32.6557 70.1962 33.1601 70.5926 34.6976C70.7578 35.3289 70.3703 37.2101 69.7944 39.4101Z" fill="#5856D6"/>
|
|
11
|
+
<path d="M65.8348 27.7548C65.6616 29.2432 65.9911 32.1262 65.9911 32.1262C65.6232 33.3968 63.4509 33.9378 62.5732 33.1093C62.0456 32.6102 61.9634 31.0307 61.9831 29.8503C61.9965 29.0646 62.0536 28.4584 62.0536 28.4584L62.384 26.5941L65.3438 26.3137L66.2384 26.228L66.0188 27.0057L65.8563 27.5825C65.8491 27.637 65.8402 27.6923 65.8348 27.753V27.7548Z" fill="#FFCABA"/>
|
|
12
|
+
<path d="M62.0078 29.0082C62.0078 29.0082 63.6953 28.4538 65.3793 27.9243C65.3793 27.9243 64.2203 29.8672 61.9819 29.8502L62.0078 29.0082Z" fill="#CCA295"/>
|
|
13
|
+
<path d="M58.2144 41.9378C58.2144 41.9164 61.0679 53.5512 61.0679 53.5512L69.3554 51.6387L66.2385 40.0039L58.2144 41.9378Z" fill="#FF5F00"/>
|
|
14
|
+
<path d="M58.959 42.3878C58.9581 42.3682 61.4313 52.9485 61.4313 52.9485L68.6117 51.2093L65.9108 40.6289L58.959 42.3878Z" fill="#E9E5E1"/>
|
|
15
|
+
<path d="M63.1768 47.7845L63.1357 49.0274C63.1357 49.0274 62.9929 49.0658 62.7652 49.1256C62.0027 49.3202 60.3125 49.7336 60.067 49.6158C59.7482 49.4631 59.4491 48.2845 59.5286 48.031C59.6268 47.7149 61.0393 47.7131 61.083 47.7131C61.083 47.7131 60.6045 47.5676 60.3866 47.4836C60.167 47.3997 59.9688 47.0747 60.2268 47.0551C60.4848 47.0345 61.0447 47.2542 61.4893 47.314C61.7259 47.3452 62.1866 47.4765 62.567 47.5935C62.9045 47.6935 63.1768 47.7845 63.1768 47.7845Z" fill="#FFCABA"/>
|
|
16
|
+
<path d="M70.4106 34.2397C70.4106 34.2397 73.3704 37.4433 73.3463 47.2442C73.3454 47.6594 73.1642 48.3174 72.7186 48.6799C72.1999 49.1022 70.6981 50.2478 63.1356 49.3139L62.9883 47.5031L69.5311 46.7772C70.1285 46.7576 70.0258 45.9612 69.9642 45.6531L68.1374 38.0272L70.4106 34.2397Z" fill="#5856D6"/>
|
|
17
|
+
<path d="M61.9598 22.3674C61.2651 23.3612 59.5544 28.1308 61.8705 29.029C64.1865 29.9272 67.3169 26.9121 67.9205 24.0165C68.524 21.121 64.3107 19.0013 61.9598 22.3674Z" fill="#FFCABA"/>
|
|
18
|
+
<path d="M61.6841 22.7646C62.0939 22.1128 63.3832 21.295 63.7385 21.9423C64.0939 22.5887 64.1841 23.6941 65.9135 24.17C67.6439 24.6477 65.9877 27.5164 65.9877 27.5164C65.9877 27.5164 68.7752 25.8289 69.0466 24.7932C69.318 23.7566 67.5323 20.5235 67.5323 20.5235L64.276 20.1289L61.7475 21.1253L61.6841 22.7646Z" fill="#FF5F00"/>
|
|
19
|
+
<path d="M63.3286 24.3451C63.4455 24.337 63.5679 24.3406 63.6759 24.3897C63.7893 24.4424 63.8741 24.5406 63.95 24.6397C64.0509 24.7727 64.142 24.9138 64.2205 25.0602C64.0518 24.9031 63.8714 24.7397 63.6455 24.6915C63.5455 24.6709 63.4429 24.6736 63.342 24.6763L63.1009 24.6826C63.0527 24.6843 63.0018 24.6843 62.9616 24.6593C62.6429 24.4611 63.217 24.3531 63.3286 24.3451ZM61.8268 23.8674C61.7232 23.8629 61.6179 23.8656 61.5196 23.8995C61.4223 23.9334 61.3339 24.0058 61.3027 24.1049C61.4027 24.0558 61.5143 24.029 61.6268 24.0263C61.6714 24.0245 61.7187 24.0281 61.758 24.0495C61.8786 24.1156 61.9643 24.4745 62.1393 24.2495C62.292 24.0549 61.9911 23.8754 61.8268 23.8674ZM63.0366 24.8209C63.1884 24.9754 63.4339 25.0281 63.6357 24.9495C63.5902 25.0897 63.4348 25.1861 63.2893 25.1629C63.1437 25.1397 63.025 25.0004 63.0259 24.8531M61.3714 24.2424C61.3929 24.3093 61.4536 24.3576 61.5196 24.3817C61.5848 24.4067 61.6562 24.4102 61.7259 24.4156C61.725 24.4772 61.7241 24.5397 61.7232 24.6013C61.6384 24.662 61.5143 24.6558 61.4312 24.5924C61.3482 24.529 61.3089 24.4165 61.3259 24.3138M61.2348 25.8674C61.2161 25.8861 61.1973 25.9058 61.1884 25.9317C61.1795 25.9584 61.183 25.9888 61.1893 26.0165C61.2277 26.1968 61.3518 26.3567 61.5161 26.4379C61.4205 26.2897 61.4286 26.0915 61.4946 25.9272C61.608 25.6451 62.0437 25.379 62.0527 25.0772C61.9107 25.1531 61.7723 25.3245 61.6527 25.4424C61.5857 25.5076 61.3143 25.8674 61.2348 25.8674ZM61.8152 27.1602C61.7937 27.2504 61.7223 27.3236 61.6384 27.3629C61.5545 27.4031 61.4598 27.4147 61.3679 27.4138C61.325 27.4138 61.2821 27.4111 61.2429 27.3959C61.1134 27.3468 60.8616 26.9584 61.1152 26.9343C61.1884 26.9281 61.3223 27.0549 61.3973 27.0808C61.5312 27.1281 61.6777 27.1326 61.8152 27.1602Z" fill="#CCA295"/>
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,26 @@
|
|
|
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="M93 103.538C93 103.024 92.2968 102.531 91.0151 102.081C86.8071 100.589 76.3028 99.5371 64.0084 99.5371C56.7043 99.5371 50.0274 99.9137 44.932 100.523C44.0964 100.622 43.2988 100.735 42.5537 100.843C37.8639 101.554 35 102.497 35 103.538C35 104.41 37.013 105.208 40.4356 105.866C42.6047 106.285 45.3461 106.639 48.5106 106.917C50.0274 107.048 51.6325 107.161 53.3191 107.253C54.6007 107.326 55.9197 107.382 57.2774 107.429C59.1573 107.49 61.1049 107.528 63.1179 107.537H63.9947C68.5817 107.537 72.9198 107.391 76.7731 107.133C77.3348 107.095 77.8957 107.053 78.4315 107.008C78.7831 106.982 79.1378 106.954 79.4894 106.919C82.6509 106.644 85.3953 106.288 87.5758 105.872C90.987 105.213 92.997 104.41 92.997 103.542" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M37.6036 35.9801L39.2286 38.1961C40.1384 38.9747 40.7661 39.7068 41.6197 39.0426C42.0009 38.7461 42.1652 38.1827 42.1482 37.8827L42.1134 36.939L41.3598 34.3649C41.3598 34.3649 40.9527 34.431 41.025 35.2586C41.0563 35.6193 41.2768 35.7711 41.1786 36.0077C41.0205 35.9354 40.8554 35.8524 40.7 35.7417L38.5875 33.2854C38.4455 33.0693 38.0848 33.2399 38.2277 33.456L39.408 35.3551L37.8518 33.3176C37.6884 33.1176 37.2107 33.1158 37.4447 33.6515L37.9188 34.5051L37.792 34.3774C37.6179 34.1863 37.3366 34.4417 37.5116 34.6336L38.4232 36.1577L37.8411 35.5756C37.667 35.3845 37.342 35.5693 37.6036 35.9801Z" fill="#FFCABA"/>
|
|
4
|
+
<path d="M58.4671 31.1611C58.4671 31.1611 52.4162 41.7156 50.2207 43.6576L42.1707 37.6558C42.1707 37.6558 41.0028 38.0138 40.4912 39.187C40.4912 39.187 45.3796 49.146 50.1921 49.5674C55.0055 49.9906 61.76 37.6308 61.76 37.6308L58.4671 31.1611Z" fill="#4645AB"/>
|
|
5
|
+
<path d="M51.8696 102.947H59.8643C60.2491 102.477 60.108 100.746 60.05 100.181C60.0375 100.067 60.0294 99.9997 60.0294 99.9997C60.0294 99.9997 57.2991 97.8167 56.9241 99.489C56.9125 99.5408 56.8991 99.5926 56.8839 99.6426C56.4107 101.207 54.292 101.918 53.0678 102.116C52.2723 102.245 51.9777 102.659 51.8696 102.947Z" fill="#BF9B1D"/>
|
|
6
|
+
<path d="M53.3936 58.3147C53.3936 58.3147 53.8069 63.487 54.2953 69.7058C54.9569 78.1522 55.7534 88.5272 55.8328 90.4924C55.9686 93.9058 56.5159 99.3656 56.5159 99.3656C56.5159 99.3656 57.8114 100.662 60.4052 100.115C60.4052 100.115 62.7168 92.3227 63.3775 84.0763C63.3873 83.9415 63.3971 83.8049 63.4078 83.6692C64.0221 75.2745 64.9775 57.5986 64.9775 57.5986L53.3936 58.3147Z" fill="#B30635"/>
|
|
7
|
+
<path d="M72.1609 102.947H75.6573C76.0975 102.708 78.0466 99.6051 78.3198 98.6827L77.193 96.4658L76.96 96.164L76.7163 95.8506L74.3948 96.397C74.3948 96.397 74.3377 96.9497 74.3029 97.6533C74.2779 98.1613 74.2645 98.7479 74.293 99.264C74.3618 100.492 73.9493 101.815 72.8573 102.054C72.0511 102.23 72.0868 102.71 72.1609 102.947Z" fill="#BF9B1D"/>
|
|
8
|
+
<path d="M55.2856 58.9289C55.2856 58.9289 62.7589 77.6629 67.6731 86.4664C72.5865 95.2709 74.1223 97.7272 74.1223 97.7272C74.1223 97.7272 76.9374 96.6013 77.1928 95.8334C77.1928 95.8334 75.3142 78.837 72.0231 74.6941C70.1642 72.3531 67.9803 65.3272 67.8776 62.8709C67.7758 60.4138 67.2124 55.5513 67.2124 55.5513L55.2856 58.9289Z" fill="#E00842"/>
|
|
9
|
+
<path d="M76.9258 59.7172L76.8686 59.1994L76.907 59.1949L76.8008 58.2315C76.7445 57.7092 76.2695 57.3306 75.7472 57.3869L72.1097 57.7887C71.5874 57.8458 71.2088 58.3208 71.266 58.8431L71.3722 59.8065L71.441 59.7994L71.4981 60.3172L71.9035 60.2726L71.8463 59.7539L71.9115 59.7467H71.9061L71.8008 58.7833C71.7758 58.5574 71.9374 58.3512 72.1677 58.3262L75.8044 57.9244C76.0302 57.8994 76.2365 58.061 76.2615 58.2914L76.3677 59.2556L76.4633 59.2449L76.5213 59.7619L76.9258 59.7172Z" fill="#F7C926"/>
|
|
10
|
+
<path d="M82.1957 58.7907L66.1082 60.5683C65.6144 60.6237 65.2582 61.0674 65.3126 61.5612L66.6091 73.2942C66.6635 73.788 67.1082 74.1442 67.6019 74.0889L83.6903 72.3112C84.1841 72.2567 84.5394 71.8121 84.4849 71.3183L83.1885 59.5862C83.1341 59.0924 82.6894 58.7362 82.1957 58.7907Z" fill="#BF9B1D"/>
|
|
11
|
+
<path d="M83.5623 70.8935C83.6115 71.3256 83.2891 71.7149 82.8427 71.764L68.3186 73.3703C67.8722 73.4194 67.4713 73.1104 67.4275 72.6783L66.2963 62.4337C66.2481 62.0024 66.5704 61.6131 67.0168 61.564L81.54 59.9578C81.9865 59.9087 82.3873 60.2176 82.4329 60.6471L83.565 70.8908L83.5623 70.8935Z" fill="#F7C926"/>
|
|
12
|
+
<path d="M83.8287 65.3343C83.8555 65.595 83.4796 65.8495 82.9868 65.904L66.8984 67.6834C66.4055 67.7379 65.9823 67.5709 65.9529 67.3138L65.2689 61.1406C65.2421 60.8807 65.618 60.6263 66.1109 60.5709L82.1993 58.7923C82.6921 58.737 83.1154 58.904 83.1448 59.162L83.8287 65.3343Z" fill="#F7C926"/>
|
|
13
|
+
<path d="M66.1168 60.6229C65.6606 60.6729 65.2981 60.9068 65.3231 61.1327L66.007 67.3051C66.0311 67.5309 66.4365 67.6818 66.8927 67.6274L82.9811 65.8479C83.4373 65.7979 83.7999 65.564 83.7749 65.3381L83.0909 59.1658C83.0659 58.9399 82.6606 58.789 82.2043 58.8443L66.1168 60.6229ZM82.9927 65.9559L66.9043 67.7345C66.3722 67.7926 65.9302 67.6095 65.899 67.3176L65.215 61.1443C65.1802 60.8506 65.5748 60.5747 66.1043 60.5149L82.1927 58.7363C82.7249 58.6783 83.1668 58.8613 83.1963 59.1559L83.8802 65.3292C83.9141 65.6229 83.5204 65.8988 82.9909 65.9586L82.9927 65.9559Z" fill="#BF9B1D"/>
|
|
14
|
+
<path d="M65.9304 60.5613C65.9018 60.6148 65.8857 60.6702 65.892 60.7265L66.5393 66.5756C66.5652 66.8211 66.9589 66.98 67.4152 66.93L82.3161 65.2845C82.7723 65.2345 83.1223 64.9934 83.0964 64.7488L82.4482 58.8997C82.442 58.8425 82.417 58.7925 82.3741 58.7461L65.9277 60.564L65.9304 60.5613Z" fill="#BF9B1D"/>
|
|
15
|
+
<path d="M75.7543 65.6309L73.8936 65.8371L74.0998 67.6978L75.9605 67.4916L75.7543 65.6309Z" fill="#DEDDF7"/>
|
|
16
|
+
<path d="M75.8509 66.5039L73.9902 66.7102L74.0027 66.8209L75.8634 66.6155L75.8509 66.5039Z" fill="#F7C926"/>
|
|
17
|
+
<path d="M75.1319 66.4658L74.6846 66.5149L74.7311 66.9372L75.1784 66.8881L75.1319 66.4658ZM72.5802 59.7193L68.9873 60.1158L69.0275 60.4801L72.6203 60.0827L72.5802 59.7193ZM79.3159 58.9756L75.7221 59.3729L75.7623 59.7372L79.3561 59.3399L79.3159 58.9756Z" fill="#F7C926"/>
|
|
18
|
+
<path d="M57.1465 31.62C60.0661 32.5414 65.1197 30.0548 65.1197 30.0548C65.1197 30.0548 62.4268 28.0343 62.5679 23.8325L60.3108 25.6522L58.7768 26.8879C58.7768 26.8879 58.7831 27.6164 58.9501 28.8932C58.9947 29.2298 59.0501 29.6039 59.1188 30.0129C57.8661 30.7013 57.1465 31.62 57.1465 31.62Z" fill="#FFCABA"/>
|
|
19
|
+
<path d="M58.7769 26.8878C58.7769 26.8878 58.7831 27.6164 58.951 28.8932C60.6501 28.6012 62.5777 25.8548 62.5777 25.8548C61.7126 25.6048 60.9554 25.561 60.3108 25.6521L58.7769 26.8878Z" fill="#CCA295"/>
|
|
20
|
+
<path d="M53.0705 58.7471C53.1589 58.8194 53.2607 58.8641 53.3777 58.8641C54.475 58.8489 57.6723 59.4578 60.3777 59.1802C62.6598 58.9614 64.6786 58.2855 66.8464 57.3132C67.1339 57.1846 67.7973 56.8311 67.7821 56.5087C67.7723 56.1561 67.7375 55.6453 67.6937 55.0016C67.5402 52.7641 67.2723 48.9141 67.533 44.4739C67.5795 43.6471 67.6045 42.8266 67.608 42.0186C67.6303 35.9998 66.4366 30.7069 64.0384 28.915C63.8339 28.7686 62.5759 29.3828 61.4205 29.9525C60.3536 30.4793 59.2857 30.5373 58.2768 30.3328L57.2678 31.2248C56.0393 32.3659 54.6946 33.9159 54.1098 36.2703C53.6116 38.273 53.3196 41.8855 53.1589 45.6293C53.0857 47.3257 53.0277 49.0364 53.0125 50.6605V50.7177C52.9982 50.8793 52.9982 51.0543 52.9982 51.2159C52.9393 55.3837 52.9982 58.6882 53.0705 58.7471Z" fill="#5856D6"/>
|
|
21
|
+
<path d="M57.883 26.819C57.883 26.819 62.7071 27.6199 63.1598 24.6083C63.6125 21.5967 64.5402 19.6717 61.4795 19.0324C58.4188 18.3932 57.6464 19.453 57.2509 20.4217C56.8545 21.3896 56.6402 26.5324 57.883 26.819Z" fill="#FFCABA"/>
|
|
22
|
+
<path d="M63.0679 25.0096C63.0679 25.0096 62.6688 24.2355 62.7483 23.5543C62.8287 22.873 62.8278 21.982 62.2733 22.148C61.7188 22.3141 61.6912 22.7579 61.4635 22.4989C61.2358 22.2391 61.2322 21.1471 59.5822 21.0712C57.9331 20.9954 57.2626 21.5695 56.4956 21.232C55.7287 20.8954 55.6885 19.7337 55.6885 19.7337C55.6885 19.7337 55.6894 19.7355 55.6903 19.7382C55.8385 20.0096 56.2483 19.9587 56.3233 19.6579C56.459 19.1132 56.8045 18.2998 57.6822 17.5882C59.1635 16.3882 60.0787 17.3873 60.9358 17.4391C62.8242 17.5543 65.0197 19.8489 65.2662 21.2132C65.7224 23.7293 63.2715 24.3802 63.0679 25.0096Z" fill="#BF9B1D"/>
|
|
23
|
+
<path d="M74.9599 57.2918C75.1652 56.1105 75.15 56.0998 74.3491 55.5221L73.8393 54.7007L72.4224 55.4293C72.4224 55.4293 72.9447 56.0909 72.9536 56.3641C72.9581 56.5016 72.9572 56.6301 72.9527 56.7507C72.8447 56.8926 72.7509 57.0373 72.7375 57.131C72.6277 57.8873 72.375 58.2132 72.5018 58.2953C72.6045 58.3623 72.7197 58.3168 72.8322 58.2078C72.884 58.6498 73.2152 58.9614 74.4072 59.4409C74.4072 59.4409 75.3974 59.756 75.4483 59.0275C75.4983 58.2989 74.7831 58.3168 74.9599 57.2918Z" fill="#FFCABA"/>
|
|
24
|
+
<path d="M73.8597 56.0105C72.9525 56.1864 71.9695 56.1149 71.9695 56.1149C71.9695 56.1149 69.2775 47.7998 68.9311 47.0399C68.5847 46.2801 60.9355 37.289 60.9355 37.289L64.1222 29.3149C64.1222 29.3149 72.3954 43.1346 73.2364 45.0765C74.6239 48.2855 75.1061 55.481 75.1061 55.481C75.1061 55.481 74.5722 55.8721 73.8597 56.0105Z" fill="#5856D6"/>
|
|
25
|
+
<path d="M58.1171 23.0515C58.0359 23.2783 57.9814 23.5096 57.9502 23.7498C57.8868 24.2694 57.9636 24.4873 57.9689 24.5203C58.0225 24.506 58.1618 24.4774 58.3475 24.4158C58.2296 24.4158 58.1082 24.4257 57.9903 24.4346L58.0314 24.4685C58.0046 24.0007 58.0814 23.5283 58.1171 23.0515ZM59.4493 22.7542C59.4493 22.7542 59.2457 22.3623 58.9073 22.3007C58.5725 22.2346 58.677 22.5507 58.7537 22.5649C58.835 22.5792 59.4627 22.6783 59.4493 22.7542ZM57.8466 22.1587C57.8466 22.1587 57.4493 22.3051 57.377 22.5132C57.377 22.5132 57.7975 22.456 57.8698 22.3426C57.9457 22.2301 57.8466 22.1587 57.8466 22.1587ZM57.9278 25.139L58.0457 25.8658C58.0457 25.8658 58.6948 25.3989 59.0841 24.9783L57.9278 25.139ZM59.3136 22.9712C59.3136 22.9712 58.885 22.7158 58.6591 22.8051C58.6591 22.8051 58.7359 23.3819 59.3136 22.9712ZM57.9823 22.7114C57.9823 22.7114 57.5439 22.6498 57.3859 22.8158C57.3859 22.8158 57.6484 23.2873 57.9823 22.7114Z" fill="#CCA295"/>
|
|
26
|
+
</svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
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="M93 104.178C93 103.665 92.2968 103.171 91.0151 102.722C86.8071 101.23 76.3028 100.178 64.0084 100.178C56.7043 100.178 50.0274 100.554 44.932 101.164C44.0964 101.262 43.2988 101.376 42.5537 101.484C37.8639 102.195 35 103.138 35 104.178C35 105.05 37.013 105.849 40.4356 106.507C42.6047 106.926 45.3461 107.28 48.5106 107.557C50.0274 107.689 51.6325 107.802 53.3191 107.893C54.6007 107.966 55.9197 108.023 57.2774 108.07C59.1573 108.131 61.1049 108.169 63.1179 108.178H63.9947C68.5817 108.178 72.9198 108.032 76.7731 107.773C77.3348 107.736 77.8957 107.693 78.4315 107.649C78.7831 107.623 79.1378 107.594 79.4894 107.559C82.6509 107.284 85.3953 106.929 87.5758 106.513C90.987 105.854 92.997 105.05 92.997 104.183" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M57.709 102.191C57.709 102.191 56.4992 101.555 55.0769 101.719C55.0769 101.719 50.2376 103.33 50.318 104.745C50.318 104.745 50.0965 105.154 52.159 105.166C54.2224 105.179 57.4278 105.246 57.5162 105.199C57.6037 105.154 57.9965 105.4 57.709 102.191Z" fill="#FF5F00"/>
|
|
4
|
+
<path d="M57.9418 53.7446C57.9418 53.7446 56.1588 66.2152 55.0767 101.719L57.7088 102.191C57.7088 102.191 64.6204 68.6411 65.0347 68.2527L63.6365 54.7411L57.9418 53.7446Z" fill="#E00842"/>
|
|
5
|
+
<path d="M69.6901 102.191C69.6901 102.191 70.8562 101.167 72.3223 101.719C72.3223 101.719 77.1607 103.33 77.0812 104.745C77.0812 104.745 77.3026 105.155 75.2393 105.166C73.1759 105.18 69.9705 105.246 69.8839 105.199C69.7946 105.155 69.4026 105.4 69.6901 102.191Z" fill="#FF5F00"/>
|
|
6
|
+
<path d="M69.6903 102.191L72.3224 101.719L73.9948 56.5546L63.6367 54.7412L65.0349 68.2528C65.4483 67.8635 69.6903 102.191 69.6903 102.191Z" fill="#E00842"/>
|
|
7
|
+
<path d="M69.7035 55.8036L73.3392 37.3063L72.6616 33.792L67.7223 30.7974L64.3794 35.6956L61.3535 54.342L69.7035 55.8036Z" fill="#E9E5E1"/>
|
|
8
|
+
<path d="M70.4382 34.3375L69.824 33.3276L68.8248 33.3517V34.6151L63.4722 51.191L65.0347 54.141L68.1123 52.3544L69.5641 34.9419L70.4382 34.3375Z" fill="#0C6DD2"/>
|
|
9
|
+
<path d="M72.3489 33.6028L72.1472 32.5831L69.9507 33.0921L69.0195 31.1001L68.5891 31.3215L68.3418 33.3635L69.8239 33.3269L70.5713 34.5563L72.3489 33.6028Z" fill="#E9E5E1"/>
|
|
10
|
+
<path d="M68.2589 22.0074C68.2589 22.0074 69.7152 23.1414 70.3286 23.4306C70.942 23.7181 71.3304 24.4717 71.6018 24.1797C71.8732 23.8878 71 22.894 71 22.894C71 22.894 72.3688 22.8262 72.7929 22.8717C73.217 22.9172 73.9947 22.7985 74.05 22.4797C74.1072 22.1601 72.0563 22.0878 72.0563 22.0878C72.0563 22.0878 73.7884 21.9726 73.9009 21.6896C74.0134 21.4065 71.7893 21.2172 71.7893 21.2172C71.7893 21.2172 73.642 21.1878 73.7848 21.0539C73.9295 20.9199 73.7697 20.7244 73.1107 20.569C72.4527 20.4137 71.742 20.4324 71.742 20.4324C71.742 20.4324 73.042 20.3101 73.1938 20.2396C73.3447 20.1672 73.5018 19.9547 72.5036 19.8324C71.5045 19.7101 69.3036 19.8119 68.2241 20.3262L68.2589 22.0074Z" fill="#F4B28D"/>
|
|
11
|
+
<path d="M67.7223 30.7973C67.7223 30.7973 62.2768 48.108 61.5893 61.2071L55.3857 60.7267C55.3857 60.7267 58.6947 46.2937 58.6947 43.3356C58.6947 40.3776 56.9456 25.4339 56.9456 22.0705C56.9456 18.7062 68.7322 19.6973 68.7322 19.6973L68.342 22.491C68.342 22.491 62.3429 23.4865 62.3429 23.7562C62.3429 25.6544 64.375 28.7678 67.7223 30.7973Z" fill="#FF5F00"/>
|
|
12
|
+
<path d="M82.9358 69.4634L83.0162 68.9527L83.0537 68.959L83.2037 68.0081C83.2849 67.4929 82.9296 67.0063 82.4135 66.925L78.8251 66.3616C78.3099 66.2804 77.8233 66.6366 77.7412 67.1518L77.5921 68.1027L77.6599 68.1134L77.5796 68.6241L77.9796 68.6875L78.0599 68.175L78.1242 68.1849L78.1198 68.184L78.2689 67.2331C78.3046 67.0108 78.5126 66.8554 78.7403 66.8911L82.3296 67.4545C82.5519 67.4893 82.7073 67.6983 82.6716 67.925L82.5216 68.8759L82.6162 68.8911L82.5358 69.4009L82.9358 69.4634Z" fill="#0A57A8"/>
|
|
13
|
+
<path d="M88.2261 69.9491L72.3502 67.4607C71.8636 67.3839 71.4065 67.717 71.3306 68.2045L69.5154 79.7821C69.4386 80.2688 69.7717 80.7259 70.2592 80.8018L86.1342 83.2911C86.6217 83.3679 87.0779 83.0348 87.1547 82.5473L88.9699 70.9696C89.0458 70.483 88.7136 70.0259 88.2261 69.9491Z" fill="#0C6DD2"/>
|
|
14
|
+
<path d="M86.3822 81.9002C86.3161 82.3261 85.9054 82.6154 85.4652 82.5458L71.1331 80.3002C70.6929 80.2315 70.3894 79.8306 70.4599 79.4056L72.0447 69.2967C72.1108 68.8708 72.5215 68.5815 72.9617 68.6502L87.2938 70.8967C87.734 70.9654 88.0376 71.3663 87.9697 71.7895L86.3849 81.8985L86.3822 81.9002Z" fill="#0A57A8"/>
|
|
15
|
+
<path d="M88.085 76.6437C88.043 76.9 87.6171 77.0455 87.1305 76.9696L71.2546 74.4821C70.768 74.4062 70.4055 74.1357 70.4448 73.8821L71.3975 67.7902C71.4395 67.5339 71.8662 67.3875 72.3528 67.4634L88.2287 69.9518C88.7153 70.0277 89.077 70.2973 89.0386 70.5518L88.085 76.6437Z" fill="#0A57A8"/>
|
|
16
|
+
<path d="M72.3446 67.5146C71.8946 67.444 71.4866 67.5735 71.4517 67.7958L70.4982 73.8878C70.4634 74.1101 70.8125 74.361 71.2634 74.4271L87.1392 76.9146C87.5892 76.986 87.9973 76.8556 88.0321 76.6333L88.9857 70.5423C89.0205 70.319 88.6714 70.069 88.2205 70.003L72.3446 67.5146ZM87.1223 77.0217L71.2464 74.5333C70.7214 74.4503 70.3464 74.1592 70.3919 73.8717L71.3446 67.7798C71.3892 67.4887 71.8384 67.328 72.3616 67.4083L88.2375 69.8958C88.7616 69.9798 89.1375 70.2699 89.0892 70.5601L88.1357 76.6521C88.0919 76.9423 87.6428 77.1039 87.1196 77.0235L87.1223 77.0217Z" fill="#0C6DD2"/>
|
|
17
|
+
<path d="M72.1822 67.4072C72.1412 67.451 72.1108 67.5001 72.1019 67.5554L71.1983 73.3278C71.1599 73.5697 71.4947 73.8242 71.9456 73.8956L86.6492 76.201C87.0992 76.2724 87.4974 76.1331 87.5358 75.8912L88.4394 70.1188C88.4483 70.0635 88.4367 70.009 88.4081 69.9528L72.1796 67.409L72.1822 67.4072Z" fill="#0C6DD2"/>
|
|
18
|
+
<path d="M80.273 74.824L78.4364 74.5356L78.1489 76.3723L79.9846 76.6598L80.273 74.824Z" fill="#DEDDF7"/>
|
|
19
|
+
<path d="M80.1373 75.6859L78.3015 75.3975L78.2837 75.5073L80.1203 75.7948L80.1373 75.6859Z" fill="#0C6DD2"/>
|
|
20
|
+
<path d="M79.4588 75.4608L79.0177 75.3911L78.9517 75.809L79.3936 75.8777L79.4588 75.4608Z" fill="#0C6DD2"/>
|
|
21
|
+
<path d="M78.7722 68.3331L75.2267 67.7769L75.1704 68.1358L78.7159 68.692L78.7722 68.3331ZM85.4186 69.376L81.8731 68.8206L81.8159 69.1795L85.3624 69.7349L85.4186 69.376Z" fill="#0A57A8"/>
|
|
22
|
+
<path d="M79.6937 63.6332C79.6937 63.6332 78.9249 65.3457 78.7785 66.0287C78.633 66.7118 78.0035 67.26 78.3339 67.477C78.6642 67.693 79.4223 66.6011 79.4223 66.6011C79.4223 66.6011 79.7669 67.9778 79.8106 68.418C79.8553 68.8591 80.1267 69.6243 80.4392 69.6162C80.7517 69.6073 80.3981 67.5091 80.3981 67.5091C80.3981 67.5091 80.8633 69.2457 81.1526 69.3028C81.4428 69.3582 81.1642 67.0591 81.1642 67.0591C81.1642 67.0591 81.5723 68.9368 81.7276 69.0546C81.8839 69.1716 82.0348 68.9707 82.0455 68.2689C82.0571 67.5671 81.8937 66.8484 81.8937 66.8484C81.8937 66.8484 82.2767 68.1457 82.374 68.2841C82.4731 68.4234 82.7053 68.5412 82.616 67.4993C82.5258 66.4591 81.9776 64.2439 81.2714 63.252L79.6937 63.6332Z" fill="#F4B28D"/>
|
|
23
|
+
<path d="M72.6615 33.792C72.6615 33.792 68.9856 50.167 68.8016 53.0982C68.6186 56.0295 67.7222 61.9625 67.7222 61.9625L74.224 62.3527L74.8668 50.7857C74.8668 50.7857 76.8891 55.1938 77.3472 57.0911C77.8079 58.9875 78.6347 64.2375 78.6347 64.2375H82.3097C82.3097 64.2375 82.8615 52.4982 80.9329 46.3902C79.0025 40.2813 78.2891 37.2402 72.6615 33.792Z" fill="#FF5F00"/>
|
|
24
|
+
<path d="M74.8909 20.7597C72.798 19.6946 70.3105 20.6999 69.4391 22.9017C69.4203 22.9526 69.4025 23.0017 69.3846 23.0517L69.381 23.0499C68.8605 24.3651 66.2641 28.5705 68.9998 29.9597L69.0034 29.9624C69.2096 30.0678 69.3069 30.3151 69.2248 30.5383L69.0185 31.1008L69.0194 31.0999L69.9507 33.0919L72.148 32.583C72.4212 31.3303 73.0659 30.1928 74.0096 29.3633C74.5802 28.8633 75.1837 28.224 75.881 27.474C76.3587 27.0008 76.7337 26.3955 76.9453 25.6794C77.5141 23.7526 76.6328 21.6463 74.8909 20.7597Z" fill="#F4B28D"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M69.0034 29.9626C69.0034 29.9626 70.8606 30.9358 72.7927 29.4277C72.7927 29.4277 71.8668 31.0277 69.1293 30.7974C69.1293 30.7974 69.2481 30.3626 69.0034 29.9626Z" fill="#C38E71"/>
|
|
26
|
+
<path d="M76.9983 26.5028L75.017 28.6207L74.4019 28.1948L75.3224 24.6787L76.9983 26.5028Z" fill="#0C6DD2"/>
|
|
27
|
+
<path d="M74.3303 28.0678C74.4392 27.9696 74.5803 27.9187 74.7249 27.9205C75.0213 27.9222 75.5169 27.9963 75.699 28.4499C75.966 29.1142 74.5606 29.9722 73.9053 28.9678C73.9053 28.9678 73.7535 28.591 74.3303 28.0678Z" fill="#F4B28D"/>
|
|
28
|
+
<path d="M78.302 22.1243C78.2466 21.7377 78.1484 21.3341 77.8824 21.0573C77.8449 21.0171 77.8002 20.9788 77.7466 20.9725C77.6154 20.9555 77.5395 21.1198 77.5056 21.252C77.427 21.5627 77.3484 21.8716 77.269 22.1805C76.9529 21.5386 76.6359 20.8913 76.2047 20.3252C75.7743 19.7582 75.2181 19.2725 74.5574 19.0511C74.3716 18.9904 74.1431 18.9591 74.0038 19.102C73.8172 19.2939 73.9422 19.6216 74.0752 19.8564C72.7359 19.493 71.3029 19.1296 69.9895 19.5868C69.8082 19.6511 69.6002 19.7725 69.6002 19.9716C69.5993 20.1582 69.7877 20.2841 69.9618 20.3288C70.1359 20.3725 70.3279 20.377 70.4761 20.4832C70.2618 20.5895 70.0163 20.602 69.7904 20.6761C69.5636 20.752 69.3359 20.9288 69.3234 21.1752C69.3118 21.4493 69.5493 21.618 69.8163 21.7163C69.3966 22.4564 68.8306 24.2448 68.8306 24.2448C69.6368 22.5029 70.2252 22.0046 70.4556 21.8671C71.3225 22.0395 72.1886 22.2118 73.0547 22.3841C72.9154 22.5939 72.6627 22.6832 72.4699 22.8421C72.2788 23.002 72.1565 23.3314 72.3431 23.4975C72.4225 23.5689 72.5332 23.5841 72.6377 23.5966C73.3725 23.685 74.1082 23.7725 74.844 23.8591C74.5574 24.0288 74.3913 24.3939 74.4449 24.7305C74.4913 25.0136 74.6716 25.252 74.8654 25.4529C75.3681 25.9716 76.7368 26.9841 77.4199 26.3895C77.6386 26.1993 77.7716 25.9252 77.8815 25.6511C78.3234 24.543 78.4707 23.3109 78.302 22.1243Z" fill="#0C6DD2"/>
|
|
29
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M69.4645 23.1699C69.4645 23.1699 70.5502 23.0494 70.5743 24.2396C70.5743 24.2396 70.3466 23.3958 69.4645 23.1699ZM71.4582 24.8735C71.4582 24.8735 72.4832 24.4949 72.793 25.6449C72.793 25.6449 72.3689 24.8797 71.4582 24.8735ZM69.9386 24.328C69.7341 24.1851 69.5243 24.1324 69.4707 24.2092C69.418 24.286 69.5404 24.4646 69.7457 24.6065C69.9502 24.7494 70.16 24.8021 70.2136 24.7253C70.2671 24.6485 70.1439 24.4699 69.9386 24.328ZM71.6296 25.586C71.4243 25.444 71.2145 25.3905 71.1618 25.4672C71.1082 25.5449 71.2305 25.7226 71.4359 25.8655C71.6404 26.0074 71.8502 26.0601 71.9037 25.9833C71.9573 25.9065 71.8341 25.7289 71.6296 25.586ZM69.8377 25.5521C69.8377 25.5521 69.1618 25.8655 69.1895 26.0637C69.2171 26.2628 69.3591 26.5226 69.7386 26.5619C69.7386 26.5619 68.7475 26.544 69.002 25.9771C69.1832 25.5735 69.8377 25.5521 69.8377 25.5521ZM68.2287 26.9467C68.2287 26.9467 68.7636 27.7592 69.8252 27.8672C69.8252 27.8672 68.1243 28.6592 68.2287 26.9467Z" fill="#C38E71"/>
|
|
30
|
+
</svg>
|