a-icons 1.0.12 → 1.0.13
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/demo/index.md +2 -2
- package/es/BrokenLineFilled.d.ts +6 -0
- package/es/BrokenLineFilled.js +39 -0
- package/es/BrokenLineOutlined.d.ts +6 -0
- package/es/BrokenLineOutlined.js +37 -0
- package/es/CardFilled.js +9 -4
- package/es/CardOutlined.js +36 -7
- package/es/CategoryFilled.d.ts +6 -0
- package/es/CategoryFilled.js +62 -0
- package/es/CategoryOutlined.d.ts +6 -0
- package/es/CategoryOutlined.js +39 -0
- package/es/CloseFilled.d.ts +6 -0
- package/es/CloseFilled.js +37 -0
- package/es/CloseOutlined.js +4 -9
- package/es/CloseSquareFilled.d.ts +6 -0
- package/es/CloseSquareFilled.js +39 -0
- package/es/CloseSquareOutlined.d.ts +6 -0
- package/es/CloseSquareOutlined.js +42 -0
- package/es/DoubleTextFilled.d.ts +6 -0
- package/es/DoubleTextFilled.js +39 -0
- package/es/DoubleTextOutlined.d.ts +6 -0
- package/es/DoubleTextOutlined.js +39 -0
- package/es/EditFilled.js +1 -2
- package/es/FileFilled.d.ts +6 -0
- package/es/FileFilled.js +37 -0
- package/es/FileOutlined.d.ts +6 -0
- package/es/FileOutlined.js +39 -0
- package/es/LayerFilled.d.ts +6 -0
- package/es/LayerFilled.js +43 -0
- package/es/LayerOutlined.d.ts +6 -0
- package/es/LayerOutlined.js +45 -0
- package/es/LineUpFilled.d.ts +6 -0
- package/es/LineUpFilled.js +39 -0
- package/es/LineUpOutlined.d.ts +6 -0
- package/es/LineUpOutlined.js +42 -0
- package/es/ListFilled.js +19 -5
- package/es/ListOutlined.d.ts +6 -0
- package/es/ListOutlined.js +50 -0
- package/es/LoopFilled.d.ts +6 -0
- package/es/LoopFilled.js +39 -0
- package/es/LoopFolderFilled.d.ts +6 -0
- package/es/LoopFolderFilled.js +39 -0
- package/es/LoopFolderOutlined.d.ts +6 -0
- package/es/LoopFolderOutlined.js +39 -0
- package/es/LoopOutlined.d.ts +6 -0
- package/es/LoopOutlined.js +37 -0
- package/es/MoneySymbolFilled.d.ts +6 -0
- package/es/MoneySymbolFilled.js +39 -0
- package/es/MoneySymbolOutlined.d.ts +6 -0
- package/es/MoneySymbolOutlined.js +50 -0
- package/es/PeopleAddFilled.d.ts +6 -0
- package/es/PeopleAddFilled.js +37 -0
- package/es/PeopleAddOutlined.d.ts +6 -0
- package/es/PeopleAddOutlined.js +42 -0
- package/es/PeopleFilled.d.ts +6 -0
- package/es/PeopleFilled.js +37 -0
- package/es/PeopleGroupFilled.d.ts +6 -0
- package/es/PeopleGroupFilled.js +37 -0
- package/es/PeopleGroupOutlined.d.ts +6 -0
- package/es/PeopleGroupOutlined.js +39 -0
- package/es/PeopleOutlined.d.ts +6 -0
- package/es/PeopleOutlined.js +39 -0
- package/es/PeopleTeamFilled.d.ts +6 -0
- package/es/PeopleTeamFilled.js +37 -0
- package/es/PeopleTeamOutlined.d.ts +6 -0
- package/es/PeopleTeamOutlined.js +39 -0
- package/es/PlusFilled.d.ts +6 -0
- package/es/PlusFilled.js +37 -0
- package/es/PlusOutlined.js +4 -4
- package/es/SettingFilled.js +1 -2
- package/es/SettingOutlined.js +1 -2
- package/es/SettingSquareFilled.d.ts +6 -0
- package/es/SettingSquareFilled.js +39 -0
- package/es/SettingSquareOutlined.d.ts +6 -0
- package/es/SettingSquareOutlined.js +49 -0
- package/es/TrashCanFilled.js +1 -2
- package/es/UpFilled.d.ts +6 -0
- package/es/UpFilled.js +40 -0
- package/es/UpOutlined.d.ts +6 -0
- package/es/UpOutlined.js +39 -0
- package/es/index.d.ts +40 -0
- package/es/index.js +41 -1
- package/lib/BrokenLineFilled.d.ts +6 -0
- package/lib/BrokenLineFilled.js +86 -0
- package/lib/BrokenLineOutlined.d.ts +6 -0
- package/lib/BrokenLineOutlined.js +84 -0
- package/lib/CardFilled.js +9 -4
- package/lib/CardOutlined.js +36 -7
- package/lib/CategoryFilled.d.ts +6 -0
- package/lib/CategoryFilled.js +109 -0
- package/lib/CategoryOutlined.d.ts +6 -0
- package/lib/CategoryOutlined.js +86 -0
- package/lib/CloseFilled.d.ts +6 -0
- package/lib/CloseFilled.js +84 -0
- package/lib/CloseOutlined.js +4 -9
- package/lib/CloseSquareFilled.d.ts +6 -0
- package/lib/CloseSquareFilled.js +86 -0
- package/lib/CloseSquareOutlined.d.ts +6 -0
- package/lib/CloseSquareOutlined.js +89 -0
- package/lib/DoubleTextFilled.d.ts +6 -0
- package/lib/DoubleTextFilled.js +86 -0
- package/lib/DoubleTextOutlined.d.ts +6 -0
- package/lib/DoubleTextOutlined.js +86 -0
- package/lib/EditFilled.js +1 -2
- package/lib/FileFilled.d.ts +6 -0
- package/lib/FileFilled.js +84 -0
- package/lib/FileOutlined.d.ts +6 -0
- package/lib/FileOutlined.js +86 -0
- package/lib/LayerFilled.d.ts +6 -0
- package/lib/LayerFilled.js +90 -0
- package/lib/LayerOutlined.d.ts +6 -0
- package/lib/LayerOutlined.js +92 -0
- package/lib/LineUpFilled.d.ts +6 -0
- package/lib/LineUpFilled.js +86 -0
- package/lib/LineUpOutlined.d.ts +6 -0
- package/lib/LineUpOutlined.js +89 -0
- package/lib/ListFilled.js +19 -5
- package/lib/ListOutlined.d.ts +6 -0
- package/lib/ListOutlined.js +97 -0
- package/lib/LoopFilled.d.ts +6 -0
- package/lib/LoopFilled.js +86 -0
- package/lib/LoopFolderFilled.d.ts +6 -0
- package/lib/LoopFolderFilled.js +86 -0
- package/lib/LoopFolderOutlined.d.ts +6 -0
- package/lib/LoopFolderOutlined.js +86 -0
- package/lib/LoopOutlined.d.ts +6 -0
- package/lib/LoopOutlined.js +84 -0
- package/lib/MoneySymbolFilled.d.ts +6 -0
- package/lib/MoneySymbolFilled.js +86 -0
- package/lib/MoneySymbolOutlined.d.ts +6 -0
- package/lib/MoneySymbolOutlined.js +97 -0
- package/lib/PeopleAddFilled.d.ts +6 -0
- package/lib/PeopleAddFilled.js +84 -0
- package/lib/PeopleAddOutlined.d.ts +6 -0
- package/lib/PeopleAddOutlined.js +89 -0
- package/lib/PeopleFilled.d.ts +6 -0
- package/lib/PeopleFilled.js +84 -0
- package/lib/PeopleGroupFilled.d.ts +6 -0
- package/lib/PeopleGroupFilled.js +84 -0
- package/lib/PeopleGroupOutlined.d.ts +6 -0
- package/lib/PeopleGroupOutlined.js +86 -0
- package/lib/PeopleOutlined.d.ts +6 -0
- package/lib/PeopleOutlined.js +86 -0
- package/lib/PeopleTeamFilled.d.ts +6 -0
- package/lib/PeopleTeamFilled.js +84 -0
- package/lib/PeopleTeamOutlined.d.ts +6 -0
- package/lib/PeopleTeamOutlined.js +86 -0
- package/lib/PlusFilled.d.ts +6 -0
- package/lib/PlusFilled.js +84 -0
- package/lib/PlusOutlined.js +4 -4
- package/lib/SettingFilled.js +1 -2
- package/lib/SettingOutlined.js +1 -2
- package/lib/SettingSquareFilled.d.ts +6 -0
- package/lib/SettingSquareFilled.js +86 -0
- package/lib/SettingSquareOutlined.d.ts +6 -0
- package/lib/SettingSquareOutlined.js +96 -0
- package/lib/TrashCanFilled.js +1 -2
- package/lib/UpFilled.d.ts +6 -0
- package/lib/UpFilled.js +87 -0
- package/lib/UpOutlined.d.ts +6 -0
- package/lib/UpOutlined.js +86 -0
- package/lib/index.d.ts +40 -0
- package/lib/index.js +360 -0
- package/package.json +2 -2
- package/src/BrokenLineFilled.tsx +20 -0
- package/src/BrokenLineOutlined.tsx +18 -0
- package/src/CardFilled.tsx +8 -2
- package/src/CardOutlined.tsx +30 -5
- package/src/CategoryFilled.tsx +18 -0
- package/src/CategoryOutlined.tsx +20 -0
- package/src/CloseFilled.tsx +18 -0
- package/src/CloseOutlined.tsx +2 -8
- package/src/CloseSquareFilled.tsx +20 -0
- package/src/CloseSquareOutlined.tsx +24 -0
- package/src/DoubleTextFilled.tsx +20 -0
- package/src/DoubleTextOutlined.tsx +20 -0
- package/src/EditFilled.tsx +1 -1
- package/src/FileFilled.tsx +18 -0
- package/src/FileOutlined.tsx +20 -0
- package/src/LayerFilled.tsx +26 -0
- package/src/LayerOutlined.tsx +28 -0
- package/src/LineUpFilled.tsx +20 -0
- package/src/LineUpOutlined.tsx +24 -0
- package/src/ListFilled.tsx +4 -2
- package/src/ListOutlined.tsx +34 -0
- package/src/LoopFilled.tsx +20 -0
- package/src/LoopFolderFilled.tsx +20 -0
- package/src/LoopFolderOutlined.tsx +20 -0
- package/src/LoopOutlined.tsx +18 -0
- package/src/MoneySymbolFilled.tsx +20 -0
- package/src/MoneySymbolOutlined.tsx +32 -0
- package/src/PeopleAddFilled.tsx +18 -0
- package/src/PeopleAddOutlined.tsx +24 -0
- package/src/PeopleFilled.tsx +18 -0
- package/src/PeopleGroupFilled.tsx +18 -0
- package/src/PeopleGroupOutlined.tsx +20 -0
- package/src/PeopleOutlined.tsx +20 -0
- package/src/PeopleTeamFilled.tsx +18 -0
- package/src/PeopleTeamOutlined.tsx +20 -0
- package/src/PlusFilled.tsx +18 -0
- package/src/PlusOutlined.tsx +2 -2
- package/src/SettingFilled.tsx +1 -1
- package/src/SettingOutlined.tsx +1 -1
- package/src/SettingSquareFilled.tsx +20 -0
- package/src/SettingSquareOutlined.tsx +32 -0
- package/src/TrashCanFilled.tsx +1 -1
- package/src/UpFilled.tsx +19 -0
- package/src/UpOutlined.tsx +20 -0
- package/src/index.tsx +40 -0
- package/svgs/filled/broken-line-filled.svg +5 -0
- package/svgs/filled/card-filled.svg +8 -0
- package/svgs/filled/category-filled.svg +6 -0
- package/svgs/filled/close-filled.svg +5 -0
- package/svgs/filled/close-square-filled.svg +5 -0
- package/svgs/filled/double-text-filled.svg +5 -0
- package/svgs/filled/edit-filled.svg +1 -1
- package/svgs/filled/file-filled.svg +5 -0
- package/svgs/filled/layer-filled.svg +11 -0
- package/svgs/filled/line-up-filled.svg +5 -0
- package/svgs/filled/list-filled.svg +16 -0
- package/svgs/filled/loop-filled.svg +5 -0
- package/svgs/filled/loop-folder-filled.svg +5 -0
- package/svgs/filled/money-symbol-filled.svg +5 -0
- package/svgs/filled/people-add-filled.svg +11 -0
- package/svgs/filled/people-filled.svg +8 -0
- package/svgs/filled/people-group-filled.svg +11 -0
- package/svgs/filled/people-team-filled.svg +14 -0
- package/svgs/filled/plus-filled.svg +5 -0
- package/svgs/filled/setting-filled.svg +1 -1
- package/svgs/filled/setting-square-filled.svg +5 -0
- package/svgs/filled/trash-can-filled.svg +1 -1
- package/svgs/filled/up-filled.svg +8 -0
- package/svgs/outlined/broken-line-outlined.svg +5 -0
- package/svgs/outlined/card-outlined.svg +13 -0
- package/svgs/outlined/category-outlined.svg +14 -0
- package/svgs/outlined/close-outlined.svg +5 -0
- package/svgs/outlined/close-square-outlined.svg +8 -0
- package/svgs/outlined/double-text-outlined.svg +5 -0
- package/svgs/outlined/file-outlined.svg +5 -0
- package/svgs/outlined/layer-outlined.svg +11 -0
- package/svgs/outlined/line-up-outlined.svg +8 -0
- package/svgs/outlined/list-outlined.svg +20 -0
- package/svgs/outlined/loop-folder-outlined.svg +5 -0
- package/svgs/outlined/loop-outlined.svg +8 -0
- package/svgs/outlined/money-symbol-outlined.svg +5 -0
- package/svgs/outlined/people-add-outlined.svg +11 -0
- package/svgs/outlined/people-group-outlined.svg +11 -0
- package/svgs/outlined/people-outlined.svg +8 -0
- package/svgs/outlined/people-team-outlined.svg +14 -0
- package/svgs/outlined/plus-outlined.svg +5 -0
- package/svgs/outlined/setting-outlined.svg +1 -1
- package/svgs/outlined/setting-square-outlined.svg +11 -0
- package/svgs/outlined/up-outlined.svg +5 -0
- package/tmpAllSvgs/broken-line-filled.svg +5 -0
- package/tmpAllSvgs/broken-line-outlined.svg +5 -0
- package/tmpAllSvgs/card-filled.svg +8 -0
- package/tmpAllSvgs/card-outlined.svg +13 -0
- package/tmpAllSvgs/category-filled.svg +6 -0
- package/tmpAllSvgs/category-outlined.svg +14 -0
- package/tmpAllSvgs/close-filled.svg +5 -0
- package/tmpAllSvgs/close-outlined.svg +5 -0
- package/tmpAllSvgs/close-square-filled.svg +5 -0
- package/tmpAllSvgs/close-square-outlined.svg +8 -0
- package/tmpAllSvgs/double-text-filled.svg +5 -0
- package/tmpAllSvgs/double-text-outlined.svg +5 -0
- package/tmpAllSvgs/edit-filled.svg +1 -1
- package/tmpAllSvgs/file-filled.svg +5 -0
- package/tmpAllSvgs/file-outlined.svg +5 -0
- package/tmpAllSvgs/layer-filled.svg +11 -0
- package/tmpAllSvgs/layer-outlined.svg +11 -0
- package/tmpAllSvgs/line-up-filled.svg +5 -0
- package/tmpAllSvgs/line-up-outlined.svg +8 -0
- package/tmpAllSvgs/list-filled.svg +16 -0
- package/tmpAllSvgs/list-outlined.svg +20 -0
- package/tmpAllSvgs/loop-filled.svg +5 -0
- package/tmpAllSvgs/loop-folder-filled.svg +5 -0
- package/tmpAllSvgs/loop-folder-outlined.svg +5 -0
- package/tmpAllSvgs/loop-outlined.svg +8 -0
- package/tmpAllSvgs/money-symbol-filled.svg +5 -0
- package/tmpAllSvgs/money-symbol-outlined.svg +5 -0
- package/tmpAllSvgs/people-add-filled.svg +11 -0
- package/tmpAllSvgs/people-add-outlined.svg +11 -0
- package/tmpAllSvgs/people-filled.svg +8 -0
- package/tmpAllSvgs/people-group-filled.svg +11 -0
- package/tmpAllSvgs/people-group-outlined.svg +11 -0
- package/tmpAllSvgs/people-outlined.svg +8 -0
- package/tmpAllSvgs/people-team-filled.svg +14 -0
- package/tmpAllSvgs/people-team-outlined.svg +14 -0
- package/tmpAllSvgs/plus-filled.svg +5 -0
- package/tmpAllSvgs/plus-outlined.svg +5 -0
- package/tmpAllSvgs/setting-filled.svg +1 -1
- package/tmpAllSvgs/setting-outlined.svg +1 -1
- package/tmpAllSvgs/setting-square-filled.svg +5 -0
- package/tmpAllSvgs/setting-square-outlined.svg +11 -0
- package/tmpAllSvgs/trash-can-filled.svg +1 -1
- package/tmpAllSvgs/up-filled.svg +8 -0
- package/tmpAllSvgs/up-outlined.svg +5 -0
- package/es/AdFilled.d.ts +0 -6
- package/es/AdFilled.js +0 -40
- package/es/AgreementMoney.d.ts +0 -6
- package/es/AgreementMoney.js +0 -40
- package/es/AlignLeftOutlined.d.ts +0 -6
- package/es/AlignLeftOutlined.js +0 -38
- package/es/AllocationOutlined.d.ts +0 -6
- package/es/AllocationOutlined.js +0 -37
- package/es/ArrowFilled.d.ts +0 -6
- package/es/ArrowFilled.js +0 -37
- package/es/ArrowInsideCircleOutlined.d.ts +0 -6
- package/es/ArrowInsideCircleOutlined.js +0 -40
- package/es/ArrowOutsideCircleOutlined.d.ts +0 -6
- package/es/ArrowOutsideCircleOutlined.js +0 -40
- package/es/BOutlined.d.ts +0 -6
- package/es/BOutlined.js +0 -37
- package/es/Balance.d.ts +0 -6
- package/es/Balance.js +0 -61
- package/es/BarFilled.d.ts +0 -6
- package/es/BarFilled.js +0 -37
- package/es/BarLineOutlined.d.ts +0 -6
- package/es/BarLineOutlined.js +0 -40
- package/es/BigEllipsisOutlined.d.ts +0 -6
- package/es/BigEllipsisOutlined.js +0 -37
- package/es/BlockTowerOutlined.d.ts +0 -6
- package/es/BlockTowerOutlined.js +0 -43
- package/es/BookmarkFilled.d.ts +0 -6
- package/es/BookmarkFilled.js +0 -37
- package/es/BoxOutlined.d.ts +0 -6
- package/es/BoxOutlined.js +0 -40
- package/es/BrowserUpgrade.d.ts +0 -6
- package/es/BrowserUpgrade.js +0 -198
- package/es/Btc.d.ts +0 -6
- package/es/Btc.js +0 -43
- package/es/BtcFilled.d.ts +0 -6
- package/es/BtcFilled.js +0 -42
- package/es/CFileFilled.d.ts +0 -6
- package/es/CFileFilled.js +0 -37
- package/es/Calendar.d.ts +0 -6
- package/es/Calendar.js +0 -44
- package/es/CancelledOutlined.d.ts +0 -6
- package/es/CancelledOutlined.js +0 -37
- package/es/CardLeftOutlined.d.ts +0 -6
- package/es/CardLeftOutlined.js +0 -42
- package/es/CheckCircleFilled.d.ts +0 -6
- package/es/CheckCircleFilled.js +0 -43
- package/es/CheckCircleOFilled.d.ts +0 -6
- package/es/CheckCircleOFilled.js +0 -48
- package/es/CheckCircleOutlined.d.ts +0 -6
- package/es/CheckCircleOutlined.js +0 -40
- package/es/CircleCalendar.d.ts +0 -6
- package/es/CircleCalendar.js +0 -67
- package/es/CircleCancelOutlined.d.ts +0 -6
- package/es/CircleCancelOutlined.js +0 -37
- package/es/CircleComplete.d.ts +0 -6
- package/es/CircleComplete.js +0 -70
- package/es/CircleCouponFilled.d.ts +0 -6
- package/es/CircleCouponFilled.js +0 -40
- package/es/CircleDoc.d.ts +0 -6
- package/es/CircleDoc.js +0 -67
- package/es/CircleLightningFilled.d.ts +0 -6
- package/es/CircleLightningFilled.js +0 -40
- package/es/CircleListOutlined.d.ts +0 -6
- package/es/CircleListOutlined.js +0 -40
- package/es/CircleLockFilled.d.ts +0 -6
- package/es/CircleLockFilled.js +0 -40
- package/es/CircleMoney.d.ts +0 -6
- package/es/CircleMoney.js +0 -67
- package/es/CircleQuestionOutlined.d.ts +0 -6
- package/es/CircleQuestionOutlined.js +0 -43
- package/es/CircleShutdownOutlined.d.ts +0 -6
- package/es/CircleShutdownOutlined.js +0 -40
- package/es/CloseCircleFilled.d.ts +0 -6
- package/es/CloseCircleFilled.js +0 -42
- package/es/CloseCircleTFilled.d.ts +0 -6
- package/es/CloseCircleTFilled.js +0 -42
- package/es/CloudOutlined.d.ts +0 -6
- package/es/CloudOutlined.js +0 -37
- package/es/CoinCircleOutline.d.ts +0 -6
- package/es/CoinCircleOutline.js +0 -40
- package/es/CoinFilled.d.ts +0 -6
- package/es/CoinFilled.js +0 -37
- package/es/CompassFilled.d.ts +0 -6
- package/es/CompassFilled.js +0 -37
- package/es/Complete.d.ts +0 -6
- package/es/Complete.js +0 -47
- package/es/CopyFilled.d.ts +0 -6
- package/es/CopyFilled.js +0 -40
- package/es/CopyOutlined.d.ts +0 -6
- package/es/CopyOutlined.js +0 -37
- package/es/CorrectOutlined.d.ts +0 -6
- package/es/CorrectOutlined.js +0 -37
- package/es/CouponFilled.d.ts +0 -6
- package/es/CouponFilled.js +0 -37
- package/es/CycleArrowFilled.d.ts +0 -6
- package/es/CycleArrowFilled.js +0 -38
- package/es/DashboardOutlined.d.ts +0 -6
- package/es/DashboardOutlined.js +0 -49
- package/es/Doc.d.ts +0 -6
- package/es/Doc.js +0 -47
- package/es/DocFilled.d.ts +0 -6
- package/es/DocFilled.js +0 -37
- package/es/DocFilledOutlined.d.ts +0 -6
- package/es/DocFilledOutlined.js +0 -40
- package/es/DocTFilled.d.ts +0 -6
- package/es/DocTFilled.js +0 -37
- package/es/DoubleDownOutlined.d.ts +0 -6
- package/es/DoubleDownOutlined.js +0 -40
- package/es/DoubleUpOutlined.d.ts +0 -6
- package/es/DoubleUpOutlined.js +0 -40
- package/es/DoubleUser.d.ts +0 -6
- package/es/DoubleUser.js +0 -40
- package/es/DoubleUserFilled.d.ts +0 -6
- package/es/DoubleUserFilled.js +0 -38
- package/es/DownloadFilled.d.ts +0 -6
- package/es/DownloadFilled.js +0 -37
- package/es/DragDotFilled.d.ts +0 -6
- package/es/DragDotFilled.js +0 -64
- package/es/DragOutlined.d.ts +0 -6
- package/es/DragOutlined.js +0 -37
- package/es/EarthFilled.d.ts +0 -6
- package/es/EarthFilled.js +0 -37
- package/es/EditFilled2.d.ts +0 -6
- package/es/EditFilled2.js +0 -43
- package/es/ElectricOutlined.d.ts +0 -6
- package/es/ElectricOutlined.js +0 -40
- package/es/EllipsisOutlined.d.ts +0 -6
- package/es/EllipsisOutlined.js +0 -49
- package/es/EmailCircleFilled.d.ts +0 -6
- package/es/EmailCircleFilled.js +0 -37
- package/es/EmailCircleOutlined.d.ts +0 -6
- package/es/EmailCircleOutlined.js +0 -40
- package/es/EmailFilled.d.ts +0 -6
- package/es/EmailFilled.js +0 -37
- package/es/EthFilled.d.ts +0 -6
- package/es/EthFilled.js +0 -42
- package/es/ExclamationCircleFilled.d.ts +0 -6
- package/es/ExclamationCircleFilled.js +0 -43
- package/es/ExclamationCircleOutlined.d.ts +0 -6
- package/es/ExclamationCircleOutlined.js +0 -40
- package/es/EyeFilled.d.ts +0 -6
- package/es/EyeFilled.js +0 -41
- package/es/EyeInvisibleFilled.d.ts +0 -6
- package/es/EyeInvisibleFilled.js +0 -37
- package/es/FileDoneOutlined.d.ts +0 -6
- package/es/FileDoneOutlined.js +0 -43
- package/es/FileDownOutlined.d.ts +0 -6
- package/es/FileDownOutlined.js +0 -46
- package/es/FileSearchOutlined.d.ts +0 -6
- package/es/FileSearchOutlined.js +0 -37
- package/es/FileTextCircleFilled.d.ts +0 -6
- package/es/FileTextCircleFilled.js +0 -45
- package/es/FillePageOutlined.d.ts +0 -6
- package/es/FillePageOutlined.js +0 -40
- package/es/FormOutlined.d.ts +0 -6
- package/es/FormOutlined.js +0 -40
- package/es/GuilderFilled.d.ts +0 -6
- package/es/GuilderFilled.js +0 -37
- package/es/HandCardOutlined.d.ts +0 -6
- package/es/HandCardOutlined.js +0 -40
- package/es/HashCouponFilled.d.ts +0 -6
- package/es/HashCouponFilled.js +0 -37
- package/es/HomeFilled.d.ts +0 -6
- package/es/HomeFilled.js +0 -37
- package/es/HornFilled.d.ts +0 -6
- package/es/HornFilled.js +0 -43
- package/es/InfoCircleFilled.d.ts +0 -6
- package/es/InfoCircleFilled.js +0 -37
- package/es/KeyFilled.d.ts +0 -6
- package/es/KeyFilled.js +0 -37
- package/es/KeyOutlined.d.ts +0 -6
- package/es/KeyOutlined.js +0 -37
- package/es/LagFilled.d.ts +0 -6
- package/es/LagFilled.js +0 -41
- package/es/LightningFilled.d.ts +0 -6
- package/es/LightningFilled.js +0 -37
- package/es/LightningFilledTwo.d.ts +0 -6
- package/es/LightningFilledTwo.js +0 -40
- package/es/LightningOutlined.d.ts +0 -6
- package/es/LightningOutlined.js +0 -37
- package/es/LockFilled.d.ts +0 -6
- package/es/LockFilled.js +0 -37
- package/es/LockOutlined.d.ts +0 -6
- package/es/LockOutlined.js +0 -40
- package/es/MBalance.d.ts +0 -6
- package/es/MBalance.js +0 -58
- package/es/MUpwardArrow.d.ts +0 -6
- package/es/MUpwardArrow.js +0 -44
- package/es/MailFilled.d.ts +0 -6
- package/es/MailFilled.js +0 -37
- package/es/MenuFoldOutlined.d.ts +0 -6
- package/es/MenuFoldOutlined.js +0 -37
- package/es/MenuUnfoldOutlined.d.ts +0 -6
- package/es/MenuUnfoldOutlined.js +0 -37
- package/es/MinusCircleFilled.d.ts +0 -6
- package/es/MinusCircleFilled.js +0 -37
- package/es/Money.d.ts +0 -6
- package/es/Money.js +0 -40
- package/es/MoneyLockOutlined.d.ts +0 -6
- package/es/MoneyLockOutlined.js +0 -37
- package/es/MultipleRoundOutlined.d.ts +0 -6
- package/es/MultipleRoundOutlined.js +0 -37
- package/es/NoData.d.ts +0 -6
- package/es/NoData.js +0 -162
- package/es/NotFound.d.ts +0 -6
- package/es/NotFound.js +0 -584
- package/es/OneShovelOutlined.d.ts +0 -6
- package/es/OneShovelOutlined.js +0 -37
- package/es/OneUserFilled.d.ts +0 -6
- package/es/OneUserFilled.js +0 -37
- package/es/OrganizationFilled.d.ts +0 -6
- package/es/OrganizationFilled.js +0 -38
- package/es/PendingFilled.d.ts +0 -6
- package/es/PendingFilled.js +0 -57
- package/es/PercentOutlined.d.ts +0 -6
- package/es/PercentOutlined.js +0 -50
- package/es/PersonMoney.d.ts +0 -6
- package/es/PersonMoney.js +0 -44
- package/es/PhoneCircleFilled.d.ts +0 -6
- package/es/PhoneCircleFilled.js +0 -40
- package/es/PhoneFilled.d.ts +0 -6
- package/es/PhoneFilled.js +0 -38
- package/es/PieChartFilled.d.ts +0 -6
- package/es/PieChartFilled.js +0 -37
- package/es/PieFilled.d.ts +0 -6
- package/es/PieFilled.js +0 -37
- package/es/PiggyBank.d.ts +0 -6
- package/es/PiggyBank.js +0 -40
- package/es/PocketFilled.d.ts +0 -6
- package/es/PocketFilled.js +0 -40
- package/es/PolygonMoney.d.ts +0 -6
- package/es/PolygonMoney.js +0 -73
- package/es/ProfileOutlined.d.ts +0 -6
- package/es/ProfileOutlined.js +0 -40
- package/es/QrCodeOutlined.d.ts +0 -6
- package/es/QrCodeOutlined.js +0 -37
- package/es/QuestionCircleFilled.d.ts +0 -6
- package/es/QuestionCircleFilled.js +0 -41
- package/es/RefreshCOutlined.d.ts +0 -6
- package/es/RefreshCOutlined.js +0 -43
- package/es/RefreshOutlined.d.ts +0 -6
- package/es/RefreshOutlined.js +0 -37
- package/es/ReticuleOutlined.d.ts +0 -6
- package/es/ReticuleOutlined.js +0 -40
- package/es/RightOutlined.d.ts +0 -6
- package/es/RightOutlined.js +0 -37
- package/es/SafeMoney.d.ts +0 -6
- package/es/SafeMoney.js +0 -47
- package/es/SafetyCertificateFilled.d.ts +0 -6
- package/es/SafetyCertificateFilled.js +0 -37
- package/es/SafetyOutlined.d.ts +0 -6
- package/es/SafetyOutlined.js +0 -40
- package/es/SearchOutlined.d.ts +0 -6
- package/es/SearchOutlined.js +0 -37
- package/es/SettingsFilled.d.ts +0 -6
- package/es/SettingsFilled.js +0 -46
- package/es/SharedFilled.d.ts +0 -6
- package/es/SharedFilled.js +0 -37
- package/es/ShopOutlined.d.ts +0 -6
- package/es/ShopOutlined.js +0 -37
- package/es/ShoppingBagOutlined.d.ts +0 -6
- package/es/ShoppingBagOutlined.js +0 -37
- package/es/ShovelOutlined.d.ts +0 -6
- package/es/ShovelOutlined.js +0 -37
- package/es/ShrinkFilled.d.ts +0 -6
- package/es/ShrinkFilled.js +0 -42
- package/es/ShrinkOutlined.d.ts +0 -6
- package/es/ShrinkOutlined.js +0 -38
- package/es/ShutdownOutlined.d.ts +0 -6
- package/es/ShutdownOutlined.js +0 -40
- package/es/SmallBarFilled.d.ts +0 -6
- package/es/SmallBarFilled.js +0 -53
- package/es/SquareForbidOutlined.d.ts +0 -6
- package/es/SquareForbidOutlined.js +0 -40
- package/es/SquareLockOutlined.d.ts +0 -6
- package/es/SquareLockOutlined.js +0 -37
- package/es/SquareSwitchOutlined.d.ts +0 -6
- package/es/SquareSwitchOutlined.js +0 -40
- package/es/SquaresFilled.d.ts +0 -6
- package/es/SquaresFilled.js +0 -37
- package/es/StereoSquareOutlined.d.ts +0 -6
- package/es/StereoSquareOutlined.js +0 -37
- package/es/StopCircleOutlined.d.ts +0 -6
- package/es/StopCircleOutlined.js +0 -44
- package/es/StoreFilled.d.ts +0 -6
- package/es/StoreFilled.js +0 -37
- package/es/StoreOutlined.d.ts +0 -6
- package/es/StoreOutlined.js +0 -40
- package/es/SyncOutlined.d.ts +0 -6
- package/es/SyncOutlined.js +0 -37
- package/es/TagOutlined.d.ts +0 -6
- package/es/TagOutlined.js +0 -42
- package/es/TimeOutlined.d.ts +0 -6
- package/es/TimeOutlined.js +0 -41
- package/es/TimeTwoOutlined.d.ts +0 -6
- package/es/TimeTwoOutlined.js +0 -60
- package/es/TipCircleOutlined.d.ts +0 -6
- package/es/TipCircleOutlined.js +0 -43
- package/es/TransformFilled.d.ts +0 -6
- package/es/TransformFilled.js +0 -49
- package/es/TrashOutlined.d.ts +0 -6
- package/es/TrashOutlined.js +0 -40
- package/es/TriangleFilled.d.ts +0 -6
- package/es/TriangleFilled.js +0 -37
- package/es/TrumpetMoney.d.ts +0 -6
- package/es/TrumpetMoney.js +0 -42
- package/es/TvMoney.d.ts +0 -6
- package/es/TvMoney.js +0 -47
- package/es/UmbrellaOutlined.d.ts +0 -6
- package/es/UmbrellaOutlined.js +0 -37
- package/es/UndoOutlined.d.ts +0 -6
- package/es/UndoOutlined.js +0 -37
- package/es/UpwardArrow.d.ts +0 -6
- package/es/UpwardArrow.js +0 -67
- package/es/UsdtFilled.d.ts +0 -6
- package/es/UsdtFilled.js +0 -40
- package/es/UserAddFilled.d.ts +0 -6
- package/es/UserAddFilled.js +0 -37
- package/es/UserFilled.d.ts +0 -6
- package/es/UserFilled.js +0 -37
- package/es/UserFilled2.d.ts +0 -6
- package/es/UserFilled2.js +0 -37
- package/es/WalletFilled.d.ts +0 -6
- package/es/WalletFilled.js +0 -37
- package/es/Welcome.d.ts +0 -6
- package/es/Welcome.js +0 -2107
- package/es/ZoomCircleOutlined.d.ts +0 -6
- package/es/ZoomCircleOutlined.js +0 -40
- package/es/ZoomOutlined.d.ts +0 -6
- package/es/ZoomOutlined.js +0 -38
- package/lib/AdFilled.d.ts +0 -6
- package/lib/AdFilled.js +0 -87
- package/lib/AgreementMoney.d.ts +0 -6
- package/lib/AgreementMoney.js +0 -87
- package/lib/AlignLeftOutlined.d.ts +0 -6
- package/lib/AlignLeftOutlined.js +0 -85
- package/lib/AllocationOutlined.d.ts +0 -6
- package/lib/AllocationOutlined.js +0 -84
- package/lib/ArrowFilled.d.ts +0 -6
- package/lib/ArrowFilled.js +0 -84
- package/lib/ArrowInsideCircleOutlined.d.ts +0 -6
- package/lib/ArrowInsideCircleOutlined.js +0 -87
- package/lib/ArrowOutsideCircleOutlined.d.ts +0 -6
- package/lib/ArrowOutsideCircleOutlined.js +0 -87
- package/lib/BOutlined.d.ts +0 -6
- package/lib/BOutlined.js +0 -84
- package/lib/Balance.d.ts +0 -6
- package/lib/Balance.js +0 -108
- package/lib/BarFilled.d.ts +0 -6
- package/lib/BarFilled.js +0 -84
- package/lib/BarLineOutlined.d.ts +0 -6
- package/lib/BarLineOutlined.js +0 -87
- package/lib/BigEllipsisOutlined.d.ts +0 -6
- package/lib/BigEllipsisOutlined.js +0 -84
- package/lib/BlockTowerOutlined.d.ts +0 -6
- package/lib/BlockTowerOutlined.js +0 -90
- package/lib/BookmarkFilled.d.ts +0 -6
- package/lib/BookmarkFilled.js +0 -84
- package/lib/BoxOutlined.d.ts +0 -6
- package/lib/BoxOutlined.js +0 -87
- package/lib/BrowserUpgrade.d.ts +0 -6
- package/lib/BrowserUpgrade.js +0 -245
- package/lib/Btc.d.ts +0 -6
- package/lib/Btc.js +0 -90
- package/lib/BtcFilled.d.ts +0 -6
- package/lib/BtcFilled.js +0 -89
- package/lib/CFileFilled.d.ts +0 -6
- package/lib/CFileFilled.js +0 -84
- package/lib/Calendar.d.ts +0 -6
- package/lib/Calendar.js +0 -91
- package/lib/CancelledOutlined.d.ts +0 -6
- package/lib/CancelledOutlined.js +0 -84
- package/lib/CardLeftOutlined.d.ts +0 -6
- package/lib/CardLeftOutlined.js +0 -89
- package/lib/CheckCircleFilled.d.ts +0 -6
- package/lib/CheckCircleFilled.js +0 -90
- package/lib/CheckCircleOFilled.d.ts +0 -6
- package/lib/CheckCircleOFilled.js +0 -95
- package/lib/CheckCircleOutlined.d.ts +0 -6
- package/lib/CheckCircleOutlined.js +0 -87
- package/lib/CircleCalendar.d.ts +0 -6
- package/lib/CircleCalendar.js +0 -114
- package/lib/CircleCancelOutlined.d.ts +0 -6
- package/lib/CircleCancelOutlined.js +0 -84
- package/lib/CircleComplete.d.ts +0 -6
- package/lib/CircleComplete.js +0 -117
- package/lib/CircleCouponFilled.d.ts +0 -6
- package/lib/CircleCouponFilled.js +0 -87
- package/lib/CircleDoc.d.ts +0 -6
- package/lib/CircleDoc.js +0 -114
- package/lib/CircleLightningFilled.d.ts +0 -6
- package/lib/CircleLightningFilled.js +0 -87
- package/lib/CircleListOutlined.d.ts +0 -6
- package/lib/CircleListOutlined.js +0 -87
- package/lib/CircleLockFilled.d.ts +0 -6
- package/lib/CircleLockFilled.js +0 -87
- package/lib/CircleMoney.d.ts +0 -6
- package/lib/CircleMoney.js +0 -114
- package/lib/CircleQuestionOutlined.d.ts +0 -6
- package/lib/CircleQuestionOutlined.js +0 -90
- package/lib/CircleShutdownOutlined.d.ts +0 -6
- package/lib/CircleShutdownOutlined.js +0 -87
- package/lib/CloseCircleFilled.d.ts +0 -6
- package/lib/CloseCircleFilled.js +0 -89
- package/lib/CloseCircleTFilled.d.ts +0 -6
- package/lib/CloseCircleTFilled.js +0 -89
- package/lib/CloudOutlined.d.ts +0 -6
- package/lib/CloudOutlined.js +0 -84
- package/lib/CoinCircleOutline.d.ts +0 -6
- package/lib/CoinCircleOutline.js +0 -87
- package/lib/CoinFilled.d.ts +0 -6
- package/lib/CoinFilled.js +0 -84
- package/lib/CompassFilled.d.ts +0 -6
- package/lib/CompassFilled.js +0 -84
- package/lib/Complete.d.ts +0 -6
- package/lib/Complete.js +0 -94
- package/lib/CopyFilled.d.ts +0 -6
- package/lib/CopyFilled.js +0 -87
- package/lib/CopyOutlined.d.ts +0 -6
- package/lib/CopyOutlined.js +0 -84
- package/lib/CorrectOutlined.d.ts +0 -6
- package/lib/CorrectOutlined.js +0 -84
- package/lib/CouponFilled.d.ts +0 -6
- package/lib/CouponFilled.js +0 -84
- package/lib/CycleArrowFilled.d.ts +0 -6
- package/lib/CycleArrowFilled.js +0 -85
- package/lib/DashboardOutlined.d.ts +0 -6
- package/lib/DashboardOutlined.js +0 -96
- package/lib/Doc.d.ts +0 -6
- package/lib/Doc.js +0 -94
- package/lib/DocFilled.d.ts +0 -6
- package/lib/DocFilled.js +0 -84
- package/lib/DocFilledOutlined.d.ts +0 -6
- package/lib/DocFilledOutlined.js +0 -87
- package/lib/DocTFilled.d.ts +0 -6
- package/lib/DocTFilled.js +0 -84
- package/lib/DoubleDownOutlined.d.ts +0 -6
- package/lib/DoubleDownOutlined.js +0 -87
- package/lib/DoubleUpOutlined.d.ts +0 -6
- package/lib/DoubleUpOutlined.js +0 -87
- package/lib/DoubleUser.d.ts +0 -6
- package/lib/DoubleUser.js +0 -87
- package/lib/DoubleUserFilled.d.ts +0 -6
- package/lib/DoubleUserFilled.js +0 -85
- package/lib/DownloadFilled.d.ts +0 -6
- package/lib/DownloadFilled.js +0 -84
- package/lib/DragDotFilled.d.ts +0 -6
- package/lib/DragDotFilled.js +0 -111
- package/lib/DragOutlined.d.ts +0 -6
- package/lib/DragOutlined.js +0 -84
- package/lib/EarthFilled.d.ts +0 -6
- package/lib/EarthFilled.js +0 -84
- package/lib/EditFilled2.d.ts +0 -6
- package/lib/EditFilled2.js +0 -90
- package/lib/ElectricOutlined.d.ts +0 -6
- package/lib/ElectricOutlined.js +0 -87
- package/lib/EllipsisOutlined.d.ts +0 -6
- package/lib/EllipsisOutlined.js +0 -96
- package/lib/EmailCircleFilled.d.ts +0 -6
- package/lib/EmailCircleFilled.js +0 -84
- package/lib/EmailCircleOutlined.d.ts +0 -6
- package/lib/EmailCircleOutlined.js +0 -87
- package/lib/EmailFilled.d.ts +0 -6
- package/lib/EmailFilled.js +0 -84
- package/lib/EthFilled.d.ts +0 -6
- package/lib/EthFilled.js +0 -89
- package/lib/ExclamationCircleFilled.d.ts +0 -6
- package/lib/ExclamationCircleFilled.js +0 -90
- package/lib/ExclamationCircleOutlined.d.ts +0 -6
- package/lib/ExclamationCircleOutlined.js +0 -87
- package/lib/EyeFilled.d.ts +0 -6
- package/lib/EyeFilled.js +0 -88
- package/lib/EyeInvisibleFilled.d.ts +0 -6
- package/lib/EyeInvisibleFilled.js +0 -84
- package/lib/FileDoneOutlined.d.ts +0 -6
- package/lib/FileDoneOutlined.js +0 -90
- package/lib/FileDownOutlined.d.ts +0 -6
- package/lib/FileDownOutlined.js +0 -93
- package/lib/FileSearchOutlined.d.ts +0 -6
- package/lib/FileSearchOutlined.js +0 -84
- package/lib/FileTextCircleFilled.d.ts +0 -6
- package/lib/FileTextCircleFilled.js +0 -92
- package/lib/FillePageOutlined.d.ts +0 -6
- package/lib/FillePageOutlined.js +0 -87
- package/lib/FormOutlined.d.ts +0 -6
- package/lib/FormOutlined.js +0 -87
- package/lib/GuilderFilled.d.ts +0 -6
- package/lib/GuilderFilled.js +0 -84
- package/lib/HandCardOutlined.d.ts +0 -6
- package/lib/HandCardOutlined.js +0 -87
- package/lib/HashCouponFilled.d.ts +0 -6
- package/lib/HashCouponFilled.js +0 -84
- package/lib/HomeFilled.d.ts +0 -6
- package/lib/HomeFilled.js +0 -84
- package/lib/HornFilled.d.ts +0 -6
- package/lib/HornFilled.js +0 -90
- package/lib/InfoCircleFilled.d.ts +0 -6
- package/lib/InfoCircleFilled.js +0 -84
- package/lib/KeyFilled.d.ts +0 -6
- package/lib/KeyFilled.js +0 -84
- package/lib/KeyOutlined.d.ts +0 -6
- package/lib/KeyOutlined.js +0 -84
- package/lib/LagFilled.d.ts +0 -6
- package/lib/LagFilled.js +0 -88
- package/lib/LightningFilled.d.ts +0 -6
- package/lib/LightningFilled.js +0 -84
- package/lib/LightningFilledTwo.d.ts +0 -6
- package/lib/LightningFilledTwo.js +0 -87
- package/lib/LightningOutlined.d.ts +0 -6
- package/lib/LightningOutlined.js +0 -84
- package/lib/LockFilled.d.ts +0 -6
- package/lib/LockFilled.js +0 -84
- package/lib/LockOutlined.d.ts +0 -6
- package/lib/LockOutlined.js +0 -87
- package/lib/MBalance.d.ts +0 -6
- package/lib/MBalance.js +0 -105
- package/lib/MUpwardArrow.d.ts +0 -6
- package/lib/MUpwardArrow.js +0 -91
- package/lib/MailFilled.d.ts +0 -6
- package/lib/MailFilled.js +0 -84
- package/lib/MenuFoldOutlined.d.ts +0 -6
- package/lib/MenuFoldOutlined.js +0 -84
- package/lib/MenuUnfoldOutlined.d.ts +0 -6
- package/lib/MenuUnfoldOutlined.js +0 -84
- package/lib/MinusCircleFilled.d.ts +0 -6
- package/lib/MinusCircleFilled.js +0 -84
- package/lib/Money.d.ts +0 -6
- package/lib/Money.js +0 -87
- package/lib/MoneyLockOutlined.d.ts +0 -6
- package/lib/MoneyLockOutlined.js +0 -84
- package/lib/MultipleRoundOutlined.d.ts +0 -6
- package/lib/MultipleRoundOutlined.js +0 -84
- package/lib/NoData.d.ts +0 -6
- package/lib/NoData.js +0 -209
- package/lib/NotFound.d.ts +0 -6
- package/lib/NotFound.js +0 -631
- package/lib/OneShovelOutlined.d.ts +0 -6
- package/lib/OneShovelOutlined.js +0 -84
- package/lib/OneUserFilled.d.ts +0 -6
- package/lib/OneUserFilled.js +0 -84
- package/lib/OrganizationFilled.d.ts +0 -6
- package/lib/OrganizationFilled.js +0 -85
- package/lib/PendingFilled.d.ts +0 -6
- package/lib/PendingFilled.js +0 -104
- package/lib/PercentOutlined.d.ts +0 -6
- package/lib/PercentOutlined.js +0 -97
- package/lib/PersonMoney.d.ts +0 -6
- package/lib/PersonMoney.js +0 -91
- package/lib/PhoneCircleFilled.d.ts +0 -6
- package/lib/PhoneCircleFilled.js +0 -87
- package/lib/PhoneFilled.d.ts +0 -6
- package/lib/PhoneFilled.js +0 -85
- package/lib/PieChartFilled.d.ts +0 -6
- package/lib/PieChartFilled.js +0 -84
- package/lib/PieFilled.d.ts +0 -6
- package/lib/PieFilled.js +0 -84
- package/lib/PiggyBank.d.ts +0 -6
- package/lib/PiggyBank.js +0 -87
- package/lib/PocketFilled.d.ts +0 -6
- package/lib/PocketFilled.js +0 -87
- package/lib/PolygonMoney.d.ts +0 -6
- package/lib/PolygonMoney.js +0 -120
- package/lib/ProfileOutlined.d.ts +0 -6
- package/lib/ProfileOutlined.js +0 -87
- package/lib/QrCodeOutlined.d.ts +0 -6
- package/lib/QrCodeOutlined.js +0 -84
- package/lib/QuestionCircleFilled.d.ts +0 -6
- package/lib/QuestionCircleFilled.js +0 -88
- package/lib/RefreshCOutlined.d.ts +0 -6
- package/lib/RefreshCOutlined.js +0 -90
- package/lib/RefreshOutlined.d.ts +0 -6
- package/lib/RefreshOutlined.js +0 -84
- package/lib/ReticuleOutlined.d.ts +0 -6
- package/lib/ReticuleOutlined.js +0 -87
- package/lib/RightOutlined.d.ts +0 -6
- package/lib/RightOutlined.js +0 -84
- package/lib/SafeMoney.d.ts +0 -6
- package/lib/SafeMoney.js +0 -94
- package/lib/SafetyCertificateFilled.d.ts +0 -6
- package/lib/SafetyCertificateFilled.js +0 -84
- package/lib/SafetyOutlined.d.ts +0 -6
- package/lib/SafetyOutlined.js +0 -87
- package/lib/SearchOutlined.d.ts +0 -6
- package/lib/SearchOutlined.js +0 -84
- package/lib/SettingsFilled.d.ts +0 -6
- package/lib/SettingsFilled.js +0 -93
- package/lib/SharedFilled.d.ts +0 -6
- package/lib/SharedFilled.js +0 -84
- package/lib/ShopOutlined.d.ts +0 -6
- package/lib/ShopOutlined.js +0 -84
- package/lib/ShoppingBagOutlined.d.ts +0 -6
- package/lib/ShoppingBagOutlined.js +0 -84
- package/lib/ShovelOutlined.d.ts +0 -6
- package/lib/ShovelOutlined.js +0 -84
- package/lib/ShrinkFilled.d.ts +0 -6
- package/lib/ShrinkFilled.js +0 -89
- package/lib/ShrinkOutlined.d.ts +0 -6
- package/lib/ShrinkOutlined.js +0 -85
- package/lib/ShutdownOutlined.d.ts +0 -6
- package/lib/ShutdownOutlined.js +0 -87
- package/lib/SmallBarFilled.d.ts +0 -6
- package/lib/SmallBarFilled.js +0 -100
- package/lib/SquareForbidOutlined.d.ts +0 -6
- package/lib/SquareForbidOutlined.js +0 -87
- package/lib/SquareLockOutlined.d.ts +0 -6
- package/lib/SquareLockOutlined.js +0 -84
- package/lib/SquareSwitchOutlined.d.ts +0 -6
- package/lib/SquareSwitchOutlined.js +0 -87
- package/lib/SquaresFilled.d.ts +0 -6
- package/lib/SquaresFilled.js +0 -84
- package/lib/StereoSquareOutlined.d.ts +0 -6
- package/lib/StereoSquareOutlined.js +0 -84
- package/lib/StopCircleOutlined.d.ts +0 -6
- package/lib/StopCircleOutlined.js +0 -91
- package/lib/StoreFilled.d.ts +0 -6
- package/lib/StoreFilled.js +0 -84
- package/lib/StoreOutlined.d.ts +0 -6
- package/lib/StoreOutlined.js +0 -87
- package/lib/SyncOutlined.d.ts +0 -6
- package/lib/SyncOutlined.js +0 -84
- package/lib/TagOutlined.d.ts +0 -6
- package/lib/TagOutlined.js +0 -89
- package/lib/TimeOutlined.d.ts +0 -6
- package/lib/TimeOutlined.js +0 -88
- package/lib/TimeTwoOutlined.d.ts +0 -6
- package/lib/TimeTwoOutlined.js +0 -107
- package/lib/TipCircleOutlined.d.ts +0 -6
- package/lib/TipCircleOutlined.js +0 -90
- package/lib/TransformFilled.d.ts +0 -6
- package/lib/TransformFilled.js +0 -96
- package/lib/TrashOutlined.d.ts +0 -6
- package/lib/TrashOutlined.js +0 -87
- package/lib/TriangleFilled.d.ts +0 -6
- package/lib/TriangleFilled.js +0 -84
- package/lib/TrumpetMoney.d.ts +0 -6
- package/lib/TrumpetMoney.js +0 -89
- package/lib/TvMoney.d.ts +0 -6
- package/lib/TvMoney.js +0 -94
- package/lib/UmbrellaOutlined.d.ts +0 -6
- package/lib/UmbrellaOutlined.js +0 -84
- package/lib/UndoOutlined.d.ts +0 -6
- package/lib/UndoOutlined.js +0 -84
- package/lib/UpwardArrow.d.ts +0 -6
- package/lib/UpwardArrow.js +0 -114
- package/lib/UsdtFilled.d.ts +0 -6
- package/lib/UsdtFilled.js +0 -87
- package/lib/UserAddFilled.d.ts +0 -6
- package/lib/UserAddFilled.js +0 -84
- package/lib/UserFilled.d.ts +0 -6
- package/lib/UserFilled.js +0 -84
- package/lib/UserFilled2.d.ts +0 -6
- package/lib/UserFilled2.js +0 -84
- package/lib/WalletFilled.d.ts +0 -6
- package/lib/WalletFilled.js +0 -84
- package/lib/Welcome.d.ts +0 -6
- package/lib/Welcome.js +0 -2154
- package/lib/ZoomCircleOutlined.d.ts +0 -6
- package/lib/ZoomCircleOutlined.js +0 -87
- package/lib/ZoomOutlined.d.ts +0 -6
- package/lib/ZoomOutlined.js +0 -85
- package/src/AdFilled.tsx +0 -22
- package/src/AgreementMoney.tsx +0 -22
- package/src/AlignLeftOutlined.tsx +0 -17
- package/src/AllocationOutlined.tsx +0 -18
- package/src/ArrowFilled.tsx +0 -15
- package/src/ArrowInsideCircleOutlined.tsx +0 -22
- package/src/ArrowOutsideCircleOutlined.tsx +0 -22
- package/src/BOutlined.tsx +0 -18
- package/src/Balance.tsx +0 -53
- package/src/BarFilled.tsx +0 -18
- package/src/BarLineOutlined.tsx +0 -18
- package/src/BigEllipsisOutlined.tsx +0 -18
- package/src/BlockTowerOutlined.tsx +0 -26
- package/src/BookmarkFilled.tsx +0 -18
- package/src/BoxOutlined.tsx +0 -19
- package/src/BrowserUpgrade.tsx +0 -188
- package/src/Btc.tsx +0 -20
- package/src/BtcFilled.tsx +0 -19
- package/src/CFileFilled.tsx +0 -18
- package/src/Calendar.tsx +0 -31
- package/src/CancelledOutlined.tsx +0 -18
- package/src/CardLeftOutlined.tsx +0 -19
- package/src/CheckCircleFilled.tsx +0 -20
- package/src/CheckCircleOFilled.tsx +0 -29
- package/src/CheckCircleOutlined.tsx +0 -22
- package/src/CircleCalendar.tsx +0 -58
- package/src/CircleCancelOutlined.tsx +0 -18
- package/src/CircleComplete.tsx +0 -60
- package/src/CircleCouponFilled.tsx +0 -19
- package/src/CircleDoc.tsx +0 -56
- package/src/CircleLightningFilled.tsx +0 -19
- package/src/CircleListOutlined.tsx +0 -22
- package/src/CircleLockFilled.tsx +0 -22
- package/src/CircleMoney.tsx +0 -56
- package/src/CircleQuestionOutlined.tsx +0 -23
- package/src/CircleShutdownOutlined.tsx +0 -18
- package/src/CloseCircleFilled.tsx +0 -19
- package/src/CloseCircleTFilled.tsx +0 -19
- package/src/CloudOutlined.tsx +0 -18
- package/src/CoinCircleOutline.tsx +0 -22
- package/src/CoinFilled.tsx +0 -18
- package/src/CompassFilled.tsx +0 -18
- package/src/Complete.tsx +0 -35
- package/src/CopyFilled.tsx +0 -22
- package/src/CopyOutlined.tsx +0 -18
- package/src/CorrectOutlined.tsx +0 -18
- package/src/CouponFilled.tsx +0 -18
- package/src/CycleArrowFilled.tsx +0 -17
- package/src/DashboardOutlined.tsx +0 -29
- package/src/Doc.tsx +0 -35
- package/src/DocFilled.tsx +0 -18
- package/src/DocFilledOutlined.tsx +0 -22
- package/src/DocTFilled.tsx +0 -18
- package/src/DoubleDownOutlined.tsx +0 -22
- package/src/DoubleUpOutlined.tsx +0 -22
- package/src/DoubleUser.tsx +0 -23
- package/src/DoubleUserFilled.tsx +0 -17
- package/src/DownloadFilled.tsx +0 -18
- package/src/DragDotFilled.tsx +0 -20
- package/src/DragOutlined.tsx +0 -18
- package/src/EarthFilled.tsx +0 -18
- package/src/EditFilled2.tsx +0 -24
- package/src/ElectricOutlined.tsx +0 -22
- package/src/EllipsisOutlined.tsx +0 -17
- package/src/EmailCircleFilled.tsx +0 -18
- package/src/EmailCircleOutlined.tsx +0 -22
- package/src/EmailFilled.tsx +0 -18
- package/src/EthFilled.tsx +0 -19
- package/src/ExclamationCircleFilled.tsx +0 -19
- package/src/ExclamationCircleOutlined.tsx +0 -22
- package/src/EyeFilled.tsx +0 -19
- package/src/EyeInvisibleFilled.tsx +0 -18
- package/src/FileDoneOutlined.tsx +0 -26
- package/src/FileDownOutlined.tsx +0 -30
- package/src/FileSearchOutlined.tsx +0 -18
- package/src/FileTextCircleFilled.tsx +0 -23
- package/src/FillePageOutlined.tsx +0 -22
- package/src/FormOutlined.tsx +0 -22
- package/src/GuilderFilled.tsx +0 -18
- package/src/HandCardOutlined.tsx +0 -22
- package/src/HashCouponFilled.tsx +0 -18
- package/src/HomeFilled.tsx +0 -18
- package/src/HornFilled.tsx +0 -20
- package/src/InfoCircleFilled.tsx +0 -18
- package/src/KeyFilled.tsx +0 -18
- package/src/KeyOutlined.tsx +0 -18
- package/src/LagFilled.tsx +0 -23
- package/src/LightningFilled.tsx +0 -18
- package/src/LightningFilledTwo.tsx +0 -18
- package/src/LightningOutlined.tsx +0 -18
- package/src/LockFilled.tsx +0 -18
- package/src/LockOutlined.tsx +0 -22
- package/src/MBalance.tsx +0 -49
- package/src/MUpwardArrow.tsx +0 -31
- package/src/MailFilled.tsx +0 -18
- package/src/MenuFoldOutlined.tsx +0 -18
- package/src/MenuUnfoldOutlined.tsx +0 -18
- package/src/MinusCircleFilled.tsx +0 -18
- package/src/Money.tsx +0 -22
- package/src/MoneyLockOutlined.tsx +0 -18
- package/src/MultipleRoundOutlined.tsx +0 -18
- package/src/NoData.tsx +0 -135
- package/src/NotFound.tsx +0 -534
- package/src/OneShovelOutlined.tsx +0 -18
- package/src/OneUserFilled.tsx +0 -18
- package/src/OrganizationFilled.tsx +0 -23
- package/src/PendingFilled.tsx +0 -18
- package/src/PercentOutlined.tsx +0 -24
- package/src/PersonMoney.tsx +0 -31
- package/src/PhoneCircleFilled.tsx +0 -18
- package/src/PhoneFilled.tsx +0 -19
- package/src/PieChartFilled.tsx +0 -18
- package/src/PieFilled.tsx +0 -18
- package/src/PiggyBank.tsx +0 -22
- package/src/PocketFilled.tsx +0 -22
- package/src/PolygonMoney.tsx +0 -61
- package/src/ProfileOutlined.tsx +0 -22
- package/src/QrCodeOutlined.tsx +0 -18
- package/src/QuestionCircleFilled.tsx +0 -23
- package/src/RefreshCOutlined.tsx +0 -26
- package/src/RefreshOutlined.tsx +0 -18
- package/src/ReticuleOutlined.tsx +0 -22
- package/src/RightOutlined.tsx +0 -18
- package/src/SafeMoney.tsx +0 -35
- package/src/SafetyCertificateFilled.tsx +0 -18
- package/src/SafetyOutlined.tsx +0 -22
- package/src/SearchOutlined.tsx +0 -18
- package/src/SettingsFilled.tsx +0 -20
- package/src/SharedFilled.tsx +0 -18
- package/src/ShopOutlined.tsx +0 -18
- package/src/ShoppingBagOutlined.tsx +0 -18
- package/src/ShovelOutlined.tsx +0 -18
- package/src/ShrinkFilled.tsx +0 -19
- package/src/ShrinkOutlined.tsx +0 -23
- package/src/ShutdownOutlined.tsx +0 -22
- package/src/SmallBarFilled.tsx +0 -17
- package/src/SquareForbidOutlined.tsx +0 -22
- package/src/SquareLockOutlined.tsx +0 -18
- package/src/SquareSwitchOutlined.tsx +0 -22
- package/src/SquaresFilled.tsx +0 -18
- package/src/StereoSquareOutlined.tsx +0 -18
- package/src/StopCircleOutlined.tsx +0 -16
- package/src/StoreFilled.tsx +0 -18
- package/src/StoreOutlined.tsx +0 -22
- package/src/SyncOutlined.tsx +0 -18
- package/src/TagOutlined.tsx +0 -19
- package/src/TimeOutlined.tsx +0 -27
- package/src/TimeTwoOutlined.tsx +0 -26
- package/src/TipCircleOutlined.tsx +0 -26
- package/src/TransformFilled.tsx +0 -28
- package/src/TrashOutlined.tsx +0 -18
- package/src/TriangleFilled.tsx +0 -18
- package/src/TrumpetMoney.tsx +0 -33
- package/src/TvMoney.tsx +0 -35
- package/src/UmbrellaOutlined.tsx +0 -18
- package/src/UndoOutlined.tsx +0 -18
- package/src/UpwardArrow.tsx +0 -56
- package/src/UsdtFilled.tsx +0 -19
- package/src/UserAddFilled.tsx +0 -18
- package/src/UserFilled.tsx +0 -18
- package/src/UserFilled2.tsx +0 -18
- package/src/WalletFilled.tsx +0 -18
- package/src/Welcome.tsx +0 -1919
- package/src/ZoomCircleOutlined.tsx +0 -19
- package/src/ZoomOutlined.tsx +0 -23
package/lib/Welcome.js
DELETED
|
@@ -1,2154 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var __assign = this && this.__assign || function () {
|
|
4
|
-
__assign = Object.assign || function (t) {
|
|
5
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
6
|
-
s = arguments[i];
|
|
7
|
-
|
|
8
|
-
for (var p in s) {
|
|
9
|
-
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
return t;
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
return __assign.apply(this, arguments);
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
20
|
-
if (k2 === undefined) k2 = k;
|
|
21
|
-
Object.defineProperty(o, k2, {
|
|
22
|
-
enumerable: true,
|
|
23
|
-
get: function get() {
|
|
24
|
-
return m[k];
|
|
25
|
-
}
|
|
26
|
-
});
|
|
27
|
-
} : function (o, m, k, k2) {
|
|
28
|
-
if (k2 === undefined) k2 = k;
|
|
29
|
-
o[k2] = m[k];
|
|
30
|
-
});
|
|
31
|
-
|
|
32
|
-
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
33
|
-
Object.defineProperty(o, "default", {
|
|
34
|
-
enumerable: true,
|
|
35
|
-
value: v
|
|
36
|
-
});
|
|
37
|
-
} : function (o, v) {
|
|
38
|
-
o["default"] = v;
|
|
39
|
-
});
|
|
40
|
-
|
|
41
|
-
var __importStar = this && this.__importStar || function (mod) {
|
|
42
|
-
if (mod && mod.__esModule) return mod;
|
|
43
|
-
var result = {};
|
|
44
|
-
if (mod != null) for (var k in mod) {
|
|
45
|
-
if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
__setModuleDefault(result, mod);
|
|
49
|
-
|
|
50
|
-
return result;
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
var __importDefault = this && this.__importDefault || function (mod) {
|
|
54
|
-
return mod && mod.__esModule ? mod : {
|
|
55
|
-
"default": mod
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
Object.defineProperty(exports, "__esModule", {
|
|
60
|
-
value: true
|
|
61
|
-
});
|
|
62
|
-
|
|
63
|
-
var React = __importStar(require("react"));
|
|
64
|
-
|
|
65
|
-
var Icon_1 = __importDefault(require("a-base-icon/lib/Icon"));
|
|
66
|
-
|
|
67
|
-
function Welcome(componentProps) {
|
|
68
|
-
var IconNode = function IconNode(props) {
|
|
69
|
-
return React.createElement("svg", __assign({
|
|
70
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
71
|
-
viewBox: "0 0 1920 1379.7"
|
|
72
|
-
}, props), React.createElement("style", null, '.welcome_svg__st0{fill:#d0d4f6}.welcome_svg__st1{fill:#bdc1e4}.welcome_svg__st2{fill:#6889a0}.welcome_svg__st3{fill:#f7f7fc}.welcome_svg__st7{fill:#dfe3f7}.welcome_svg__st8{fill:#ef6f53}.welcome_svg__st96{fill:#285a83}.welcome_svg__st97{fill:#eb8489}.welcome_svg__st103{fill:#fff}.welcome_svg__st107{fill:#eacbc3}.welcome_svg__st112{fill:#f2d5cc}.welcome_svg__st117{fill:#dd6f79}.welcome_svg__st118{fill:#6a6ae2}'), React.createElement("g", {
|
|
73
|
-
id: "welcome_svg__Objects"
|
|
74
|
-
}, React.createElement("g", {
|
|
75
|
-
id: "welcome_svg__Plants"
|
|
76
|
-
}, React.createElement("path", {
|
|
77
|
-
className: "welcome_svg__st0",
|
|
78
|
-
d: "M808.3 1155.5c-53.1-7.5-83.9 32.1-84 95.3 49.3-2.8 101.1-39.2 84-95.3z"
|
|
79
|
-
}), React.createElement("path", {
|
|
80
|
-
className: "welcome_svg__st1",
|
|
81
|
-
d: "M861.8 1130.6c56.1 57.3 35.7 129.5-40.2 185.6-40.4-61.8-42.5-156.5 40.2-185.6z"
|
|
82
|
-
}), React.createElement("path", {
|
|
83
|
-
className: "welcome_svg__st0",
|
|
84
|
-
d: "M824 1304.3c-.2 0-.5 0-.7-.1-1-.4-1.6-1.5-1.2-2.6 11.4-30.3 19.9-78.2 26.8-116.8 4.1-22.9 7.6-42.7 10.9-54.7.3-1.1 1.4-1.7 2.5-1.4 1.1.3 1.7 1.4 1.4 2.5-3.3 11.9-6.8 31.6-10.9 54.4-6.9 38.7-15.5 86.8-27 117.5-.3.7-1 1.2-1.8 1.2zM875.1 1134.5c-9.9 60.9 35 97.3 107.7 98.8-2.1-56.7-42.8-117.2-107.7-98.8z"
|
|
85
|
-
})), React.createElement("g", {
|
|
86
|
-
id: "welcome_svg__Laptop"
|
|
87
|
-
}, React.createElement("path", {
|
|
88
|
-
className: "welcome_svg__st2",
|
|
89
|
-
d: "M663 938.1l266.1-53.8c9.3-1.9 18.4 4.2 20.3 13.5l33.4 165.2-299.9 60.6-33.4-165.2c-1.9-9.3 4.2-18.4 13.5-20.3z"
|
|
90
|
-
}), React.createElement("path", {
|
|
91
|
-
transform: "rotate(-11.421 815.667 1008.492)",
|
|
92
|
-
className: "welcome_svg__st3",
|
|
93
|
-
d: "M676.1 922.5h279.2v172.6H676.1z"
|
|
94
|
-
}), React.createElement("linearGradient", {
|
|
95
|
-
id: "welcome_svg__SVGID_1_",
|
|
96
|
-
gradientUnits: "userSpaceOnUse",
|
|
97
|
-
x1: 626.374,
|
|
98
|
-
y1: 1130.222,
|
|
99
|
-
x2: 1063.539,
|
|
100
|
-
y2: 1130.222
|
|
101
|
-
}, React.createElement("stop", {
|
|
102
|
-
offset: 0,
|
|
103
|
-
stopColor: "#285a83"
|
|
104
|
-
}), React.createElement("stop", {
|
|
105
|
-
offset: 1,
|
|
106
|
-
stopColor: "#6889a0"
|
|
107
|
-
})), React.createElement("path", {
|
|
108
|
-
fill: "url(#welcome_svg__SVGID_1_)",
|
|
109
|
-
d: "M1063.5 1109.1l-437.1 88.3 56.5-73.8 299.9-60.6z"
|
|
110
|
-
}), React.createElement("path", {
|
|
111
|
-
d: "M845 1153.2l-218.6 44.2c1.3 6.6 10.1 13.2 16.2 11.9 6.1-1.2 205.4-41.5 205.4-41.5s199.3-40.3 205.4-41.5 11.6-10.7 10.2-17.3L845 1153.2z",
|
|
112
|
-
fill: "#0b455e"
|
|
113
|
-
}), React.createElement("linearGradient", {
|
|
114
|
-
id: "welcome_svg__SVGID_2_",
|
|
115
|
-
gradientUnits: "userSpaceOnUse",
|
|
116
|
-
x1: 798.796,
|
|
117
|
-
y1: 1138.623,
|
|
118
|
-
x2: 889.343,
|
|
119
|
-
y2: 1138.623
|
|
120
|
-
}, React.createElement("stop", {
|
|
121
|
-
offset: 0,
|
|
122
|
-
stopColor: "#285a83"
|
|
123
|
-
}), React.createElement("stop", {
|
|
124
|
-
offset: 1,
|
|
125
|
-
stopColor: "#6889a0"
|
|
126
|
-
})), React.createElement("path", {
|
|
127
|
-
fill: "url(#welcome_svg__SVGID_2_)",
|
|
128
|
-
d: "M799.7 1135.4l80.1-16.2 9.5 20.5-90.5 18.3z"
|
|
129
|
-
}), React.createElement("g", null, React.createElement("path", {
|
|
130
|
-
transform: "rotate(-11.421 732.642 999.401)",
|
|
131
|
-
className: "welcome_svg__st7",
|
|
132
|
-
d: "M684.1 955.6h97.3v88.1h-97.3z"
|
|
133
|
-
}), React.createElement("path", {
|
|
134
|
-
transform: "rotate(-11.421 746.422 1067.572)",
|
|
135
|
-
className: "welcome_svg__st0",
|
|
136
|
-
d: "M717.4 1052.1h58.1v31.5h-58.1z"
|
|
137
|
-
}), React.createElement("path", {
|
|
138
|
-
transform: "rotate(-11.421 855.777 941.043)",
|
|
139
|
-
className: "welcome_svg__st0",
|
|
140
|
-
d: "M801.3 930h109.1v22.5H801.3z"
|
|
141
|
-
}), React.createElement("path", {
|
|
142
|
-
transform: "rotate(-11.421 838.485 974.234)",
|
|
143
|
-
className: "welcome_svg__st8",
|
|
144
|
-
d: "M807.5 966.9h62.1V982h-62.1z"
|
|
145
|
-
}), React.createElement("path", {
|
|
146
|
-
transform: "rotate(-11.421 868.208 1002.551)",
|
|
147
|
-
className: "welcome_svg__st7",
|
|
148
|
-
d: "M813.7 987h109.1v31.6H813.7z"
|
|
149
|
-
}), React.createElement("path", {
|
|
150
|
-
transform: "rotate(-11.421 854.39 1041.109)",
|
|
151
|
-
className: "welcome_svg__st8",
|
|
152
|
-
d: "M826.9 1032.4H882v17.9h-55.1z"
|
|
153
|
-
})), React.createElement("g", null, React.createElement("linearGradient", {
|
|
154
|
-
id: "welcome_svg__SVGID_3_",
|
|
155
|
-
gradientUnits: "userSpaceOnUse",
|
|
156
|
-
x1: 830.187,
|
|
157
|
-
y1: 1111.366,
|
|
158
|
-
x2: 843.009,
|
|
159
|
-
y2: 1111.366
|
|
160
|
-
}, React.createElement("stop", {
|
|
161
|
-
offset: 0,
|
|
162
|
-
stopColor: "#285a83"
|
|
163
|
-
}), React.createElement("stop", {
|
|
164
|
-
offset: 1,
|
|
165
|
-
stopColor: "#6889a0"
|
|
166
|
-
})), React.createElement("path", {
|
|
167
|
-
fill: "url(#welcome_svg__SVGID_3_)",
|
|
168
|
-
d: "M841.9 1107.8l-11.7 2.4.7 4.7 12.1-2.5z"
|
|
169
|
-
}), React.createElement("linearGradient", {
|
|
170
|
-
id: "welcome_svg__SVGID_4_",
|
|
171
|
-
gradientUnits: "userSpaceOnUse",
|
|
172
|
-
x1: 829.143,
|
|
173
|
-
y1: 1104.704,
|
|
174
|
-
x2: 841.365,
|
|
175
|
-
y2: 1104.704
|
|
176
|
-
}, React.createElement("stop", {
|
|
177
|
-
offset: 0,
|
|
178
|
-
stopColor: "#285a83"
|
|
179
|
-
}), React.createElement("stop", {
|
|
180
|
-
offset: 1,
|
|
181
|
-
stopColor: "#6889a0"
|
|
182
|
-
})), React.createElement("path", {
|
|
183
|
-
fill: "url(#welcome_svg__SVGID_4_)",
|
|
184
|
-
d: "M840.2 1101.2l-11.1 2.2.8 4.8 11.5-2.3z"
|
|
185
|
-
}), React.createElement("linearGradient", {
|
|
186
|
-
id: "welcome_svg__SVGID_5_",
|
|
187
|
-
gradientUnits: "userSpaceOnUse",
|
|
188
|
-
x1: 907.288,
|
|
189
|
-
y1: 1088.675,
|
|
190
|
-
x2: 921.873,
|
|
191
|
-
y2: 1088.675
|
|
192
|
-
}, React.createElement("stop", {
|
|
193
|
-
offset: 0,
|
|
194
|
-
stopColor: "#285a83"
|
|
195
|
-
}), React.createElement("stop", {
|
|
196
|
-
offset: 1,
|
|
197
|
-
stopColor: "#6889a0"
|
|
198
|
-
})), React.createElement("path", {
|
|
199
|
-
fill: "url(#welcome_svg__SVGID_5_)",
|
|
200
|
-
d: "M907.3 1087.6l3.4 4.3 11.2-2.3-3.9-4.1z"
|
|
201
|
-
}), React.createElement("linearGradient", {
|
|
202
|
-
id: "welcome_svg__SVGID_6_",
|
|
203
|
-
gradientUnits: "userSpaceOnUse",
|
|
204
|
-
x1: 920.336,
|
|
205
|
-
y1: 1086.003,
|
|
206
|
-
x2: 935.269,
|
|
207
|
-
y2: 1086.003
|
|
208
|
-
}, React.createElement("stop", {
|
|
209
|
-
offset: 0,
|
|
210
|
-
stopColor: "#285a83"
|
|
211
|
-
}), React.createElement("stop", {
|
|
212
|
-
offset: 1,
|
|
213
|
-
stopColor: "#6889a0"
|
|
214
|
-
})), React.createElement("path", {
|
|
215
|
-
fill: "url(#welcome_svg__SVGID_6_)",
|
|
216
|
-
d: "M935.3 1086.9l-4.3-4.1-10.7 2.2 3.9 4.2z"
|
|
217
|
-
}), React.createElement("linearGradient", {
|
|
218
|
-
id: "welcome_svg__SVGID_7_",
|
|
219
|
-
gradientUnits: "userSpaceOnUse",
|
|
220
|
-
x1: 815.789,
|
|
221
|
-
y1: 1101.043,
|
|
222
|
-
x2: 826.875,
|
|
223
|
-
y2: 1101.043
|
|
224
|
-
}, React.createElement("stop", {
|
|
225
|
-
offset: 0,
|
|
226
|
-
stopColor: "#285a83"
|
|
227
|
-
}), React.createElement("stop", {
|
|
228
|
-
offset: 1,
|
|
229
|
-
stopColor: "#6889a0"
|
|
230
|
-
})), React.createElement("path", {
|
|
231
|
-
fill: "url(#welcome_svg__SVGID_7_)",
|
|
232
|
-
d: "M826.3 1098.1l-10.5 2.1.2 3.8 10.9-2.2z"
|
|
233
|
-
}), React.createElement("linearGradient", {
|
|
234
|
-
id: "welcome_svg__SVGID_8_",
|
|
235
|
-
gradientUnits: "userSpaceOnUse",
|
|
236
|
-
x1: 816.147,
|
|
237
|
-
y1: 1107.375,
|
|
238
|
-
x2: 827.919,
|
|
239
|
-
y2: 1107.375
|
|
240
|
-
}, React.createElement("stop", {
|
|
241
|
-
offset: 0,
|
|
242
|
-
stopColor: "#285a83"
|
|
243
|
-
}), React.createElement("stop", {
|
|
244
|
-
offset: 1,
|
|
245
|
-
stopColor: "#6889a0"
|
|
246
|
-
})), React.createElement("path", {
|
|
247
|
-
fill: "url(#welcome_svg__SVGID_8_)",
|
|
248
|
-
d: "M827.2 1103.8l-11.1 2.2.3 4.9 11.5-2.3z"
|
|
249
|
-
}), React.createElement("linearGradient", {
|
|
250
|
-
id: "welcome_svg__SVGID_9_",
|
|
251
|
-
gradientUnits: "userSpaceOnUse",
|
|
252
|
-
x1: 933.39,
|
|
253
|
-
y1: 1083.331,
|
|
254
|
-
x2: 948.66,
|
|
255
|
-
y2: 1083.331
|
|
256
|
-
}, React.createElement("stop", {
|
|
257
|
-
offset: 0,
|
|
258
|
-
stopColor: "#285a83"
|
|
259
|
-
}), React.createElement("stop", {
|
|
260
|
-
offset: 1,
|
|
261
|
-
stopColor: "#6889a0"
|
|
262
|
-
})), React.createElement("path", {
|
|
263
|
-
fill: "url(#welcome_svg__SVGID_9_)",
|
|
264
|
-
d: "M948.7 1084.2l-4.7-4-10.6 2.2 4.3 4z"
|
|
265
|
-
}), React.createElement("linearGradient", {
|
|
266
|
-
id: "welcome_svg__SVGID_10_",
|
|
267
|
-
gradientUnits: "userSpaceOnUse",
|
|
268
|
-
x1: 803.016,
|
|
269
|
-
y1: 1110.046,
|
|
270
|
-
x2: 814.465,
|
|
271
|
-
y2: 1110.046
|
|
272
|
-
}, React.createElement("stop", {
|
|
273
|
-
offset: 0,
|
|
274
|
-
stopColor: "#285a83"
|
|
275
|
-
}), React.createElement("stop", {
|
|
276
|
-
offset: 1,
|
|
277
|
-
stopColor: "#6889a0"
|
|
278
|
-
})), React.createElement("path", {
|
|
279
|
-
fill: "url(#welcome_svg__SVGID_10_)",
|
|
280
|
-
d: "M814.2 1106.4l-11 2.3-.2 4.9 11.5-2.3z"
|
|
281
|
-
}), React.createElement("linearGradient", {
|
|
282
|
-
id: "welcome_svg__SVGID_11_",
|
|
283
|
-
gradientUnits: "userSpaceOnUse",
|
|
284
|
-
x1: 816.567,
|
|
285
|
-
y1: 1114.162,
|
|
286
|
-
x2: 828.948,
|
|
287
|
-
y2: 1114.162
|
|
288
|
-
}, React.createElement("stop", {
|
|
289
|
-
offset: 0,
|
|
290
|
-
stopColor: "#285a83"
|
|
291
|
-
}), React.createElement("stop", {
|
|
292
|
-
offset: 1,
|
|
293
|
-
stopColor: "#6889a0"
|
|
294
|
-
})), React.createElement("path", {
|
|
295
|
-
fill: "url(#welcome_svg__SVGID_11_)",
|
|
296
|
-
d: "M828.2 1110.6l-11.6 2.3.3 4.8 12-2.4z"
|
|
297
|
-
}), React.createElement("linearGradient", {
|
|
298
|
-
id: "welcome_svg__SVGID_12_",
|
|
299
|
-
gradientUnits: "userSpaceOnUse",
|
|
300
|
-
x1: 803.219,
|
|
301
|
-
y1: 1103.598,
|
|
302
|
-
x2: 814.045,
|
|
303
|
-
y2: 1103.598
|
|
304
|
-
}, React.createElement("stop", {
|
|
305
|
-
offset: 0,
|
|
306
|
-
stopColor: "#285a83"
|
|
307
|
-
}), React.createElement("stop", {
|
|
308
|
-
offset: 1,
|
|
309
|
-
stopColor: "#6889a0"
|
|
310
|
-
})), React.createElement("path", {
|
|
311
|
-
fill: "url(#welcome_svg__SVGID_12_)",
|
|
312
|
-
d: "M813.8 1100.6l-10.5 2.1-.1 3.9 10.8-2.2z"
|
|
313
|
-
}), React.createElement("linearGradient", {
|
|
314
|
-
id: "welcome_svg__SVGID_13_",
|
|
315
|
-
gradientUnits: "userSpaceOnUse",
|
|
316
|
-
x1: 843.815,
|
|
317
|
-
y1: 1108.569,
|
|
318
|
-
x2: 857.061,
|
|
319
|
-
y2: 1108.569
|
|
320
|
-
}, React.createElement("stop", {
|
|
321
|
-
offset: 0,
|
|
322
|
-
stopColor: "#285a83"
|
|
323
|
-
}), React.createElement("stop", {
|
|
324
|
-
offset: 1,
|
|
325
|
-
stopColor: "#6889a0"
|
|
326
|
-
})), React.createElement("path", {
|
|
327
|
-
fill: "url(#welcome_svg__SVGID_13_)",
|
|
328
|
-
d: "M857.1 1109.6l-1.6-4.5-11.7 2.3 1.2 4.7z"
|
|
329
|
-
}), React.createElement("linearGradient", {
|
|
330
|
-
id: "welcome_svg__SVGID_14_",
|
|
331
|
-
gradientUnits: "userSpaceOnUse",
|
|
332
|
-
x1: 855.16,
|
|
333
|
-
y1: 1099.361,
|
|
334
|
-
x2: 868.231,
|
|
335
|
-
y2: 1099.361
|
|
336
|
-
}, React.createElement("stop", {
|
|
337
|
-
offset: 0,
|
|
338
|
-
stopColor: "#285a83"
|
|
339
|
-
}), React.createElement("stop", {
|
|
340
|
-
offset: 1,
|
|
341
|
-
stopColor: "#6889a0"
|
|
342
|
-
})), React.createElement("path", {
|
|
343
|
-
fill: "url(#welcome_svg__SVGID_14_)",
|
|
344
|
-
d: "M868.2 1100.5l-2-4.6-11 2.3 1.6 4.6z"
|
|
345
|
-
}), React.createElement("linearGradient", {
|
|
346
|
-
id: "welcome_svg__SVGID_15_",
|
|
347
|
-
gradientUnits: "userSpaceOnUse",
|
|
348
|
-
x1: 928.254,
|
|
349
|
-
y1: 1078.049,
|
|
350
|
-
x2: 942.006,
|
|
351
|
-
y2: 1078.049
|
|
352
|
-
}, React.createElement("stop", {
|
|
353
|
-
offset: 0,
|
|
354
|
-
stopColor: "#285a83"
|
|
355
|
-
}), React.createElement("stop", {
|
|
356
|
-
offset: 1,
|
|
357
|
-
stopColor: "#6889a0"
|
|
358
|
-
})), React.createElement("path", {
|
|
359
|
-
fill: "url(#welcome_svg__SVGID_15_)",
|
|
360
|
-
d: "M928.3 1077.5l3.3 3.2 10.4-2.1-3.7-3.2z"
|
|
361
|
-
}), React.createElement("linearGradient", {
|
|
362
|
-
id: "welcome_svg__SVGID_16_",
|
|
363
|
-
gradientUnits: "userSpaceOnUse",
|
|
364
|
-
x1: 853.209,
|
|
365
|
-
y1: 1093.379,
|
|
366
|
-
x2: 865.316,
|
|
367
|
-
y2: 1093.379
|
|
368
|
-
}, React.createElement("stop", {
|
|
369
|
-
offset: 0,
|
|
370
|
-
stopColor: "#285a83"
|
|
371
|
-
}), React.createElement("stop", {
|
|
372
|
-
offset: 1,
|
|
373
|
-
stopColor: "#6889a0"
|
|
374
|
-
})), React.createElement("path", {
|
|
375
|
-
fill: "url(#welcome_svg__SVGID_16_)",
|
|
376
|
-
d: "M865.3 1094.1l-1.6-3.6-10.5 2.1 1.3 3.7z"
|
|
377
|
-
}), React.createElement("linearGradient", {
|
|
378
|
-
id: "welcome_svg__SVGID_17_",
|
|
379
|
-
gradientUnits: "userSpaceOnUse",
|
|
380
|
-
x1: 802.816,
|
|
381
|
-
y1: 1116.959,
|
|
382
|
-
x2: 814.88,
|
|
383
|
-
y2: 1116.959
|
|
384
|
-
}, React.createElement("stop", {
|
|
385
|
-
offset: 0,
|
|
386
|
-
stopColor: "#285a83"
|
|
387
|
-
}), React.createElement("stop", {
|
|
388
|
-
offset: 1,
|
|
389
|
-
stopColor: "#6889a0"
|
|
390
|
-
})), React.createElement("path", {
|
|
391
|
-
fill: "url(#welcome_svg__SVGID_17_)",
|
|
392
|
-
d: "M814.6 1113.3l-11.6 2.4-.2 4.9 12.1-2.5z"
|
|
393
|
-
}), React.createElement("linearGradient", {
|
|
394
|
-
id: "welcome_svg__SVGID_18_",
|
|
395
|
-
gradientUnits: "userSpaceOnUse",
|
|
396
|
-
x1: 865.698,
|
|
397
|
-
y1: 1090.824,
|
|
398
|
-
x2: 878.114,
|
|
399
|
-
y2: 1090.824
|
|
400
|
-
}, React.createElement("stop", {
|
|
401
|
-
offset: 0,
|
|
402
|
-
stopColor: "#285a83"
|
|
403
|
-
}), React.createElement("stop", {
|
|
404
|
-
offset: 1,
|
|
405
|
-
stopColor: "#6889a0"
|
|
406
|
-
})), React.createElement("path", {
|
|
407
|
-
fill: "url(#welcome_svg__SVGID_18_)",
|
|
408
|
-
d: "M867.3 1093.7l10.8-2.2-2-3.5-10.4 2.1z"
|
|
409
|
-
}), React.createElement("linearGradient", {
|
|
410
|
-
id: "welcome_svg__SVGID_19_",
|
|
411
|
-
gradientUnits: "userSpaceOnUse",
|
|
412
|
-
x1: 842.147,
|
|
413
|
-
y1: 1102.032,
|
|
414
|
-
x2: 854.802,
|
|
415
|
-
y2: 1102.032
|
|
416
|
-
}, React.createElement("stop", {
|
|
417
|
-
offset: 0,
|
|
418
|
-
stopColor: "#285a83"
|
|
419
|
-
}), React.createElement("stop", {
|
|
420
|
-
offset: 1,
|
|
421
|
-
stopColor: "#6889a0"
|
|
422
|
-
})), React.createElement("path", {
|
|
423
|
-
fill: "url(#welcome_svg__SVGID_19_)",
|
|
424
|
-
d: "M854.8 1103.2l-1.6-4.6-11.1 2.2 1.2 4.7z"
|
|
425
|
-
}), React.createElement("linearGradient", {
|
|
426
|
-
id: "welcome_svg__SVGID_20_",
|
|
427
|
-
gradientUnits: "userSpaceOnUse",
|
|
428
|
-
x1: 903.214,
|
|
429
|
-
y1: 1083.159,
|
|
430
|
-
x2: 916.466,
|
|
431
|
-
y2: 1083.159
|
|
432
|
-
}, React.createElement("stop", {
|
|
433
|
-
offset: 0,
|
|
434
|
-
stopColor: "#285a83"
|
|
435
|
-
}), React.createElement("stop", {
|
|
436
|
-
offset: 1,
|
|
437
|
-
stopColor: "#6889a0"
|
|
438
|
-
})), React.createElement("path", {
|
|
439
|
-
fill: "url(#welcome_svg__SVGID_20_)",
|
|
440
|
-
d: "M905.9 1085.9l10.6-2.2-3.1-3.3-10.2 2.1z"
|
|
441
|
-
}), React.createElement("linearGradient", {
|
|
442
|
-
id: "welcome_svg__SVGID_21_",
|
|
443
|
-
gradientUnits: "userSpaceOnUse",
|
|
444
|
-
x1: 915.731,
|
|
445
|
-
y1: 1080.604,
|
|
446
|
-
x2: 929.237,
|
|
447
|
-
y2: 1080.604
|
|
448
|
-
}, React.createElement("stop", {
|
|
449
|
-
offset: 0,
|
|
450
|
-
stopColor: "#285a83"
|
|
451
|
-
}), React.createElement("stop", {
|
|
452
|
-
offset: 1,
|
|
453
|
-
stopColor: "#6889a0"
|
|
454
|
-
})), React.createElement("path", {
|
|
455
|
-
fill: "url(#welcome_svg__SVGID_21_)",
|
|
456
|
-
d: "M918.8 1083.3l10.4-2.1-3.3-3.3-10.2 2.1z"
|
|
457
|
-
}), React.createElement("linearGradient", {
|
|
458
|
-
id: "welcome_svg__SVGID_22_",
|
|
459
|
-
gradientUnits: "userSpaceOnUse",
|
|
460
|
-
x1: 878.197,
|
|
461
|
-
y1: 1088.27,
|
|
462
|
-
x2: 890.904,
|
|
463
|
-
y2: 1088.27
|
|
464
|
-
}, React.createElement("stop", {
|
|
465
|
-
offset: 0,
|
|
466
|
-
stopColor: "#285a83"
|
|
467
|
-
}), React.createElement("stop", {
|
|
468
|
-
offset: 1,
|
|
469
|
-
stopColor: "#6889a0"
|
|
470
|
-
})), React.createElement("path", {
|
|
471
|
-
fill: "url(#welcome_svg__SVGID_22_)",
|
|
472
|
-
d: "M880.2 1091.1l10.7-2.2-2.3-3.4-10.4 2.1z"
|
|
473
|
-
}), React.createElement("linearGradient", {
|
|
474
|
-
id: "welcome_svg__SVGID_23_",
|
|
475
|
-
gradientUnits: "userSpaceOnUse",
|
|
476
|
-
x1: 890.702,
|
|
477
|
-
y1: 1085.714,
|
|
478
|
-
x2: 903.688,
|
|
479
|
-
y2: 1085.714
|
|
480
|
-
}, React.createElement("stop", {
|
|
481
|
-
offset: 0,
|
|
482
|
-
stopColor: "#285a83"
|
|
483
|
-
}), React.createElement("stop", {
|
|
484
|
-
offset: 1,
|
|
485
|
-
stopColor: "#6889a0"
|
|
486
|
-
})), React.createElement("path", {
|
|
487
|
-
fill: "url(#welcome_svg__SVGID_23_)",
|
|
488
|
-
d: "M893 1088.5l10.7-2.2-2.7-3.3-10.3 2z"
|
|
489
|
-
}), React.createElement("linearGradient", {
|
|
490
|
-
id: "welcome_svg__SVGID_24_",
|
|
491
|
-
gradientUnits: "userSpaceOnUse",
|
|
492
|
-
x1: 840.728,
|
|
493
|
-
y1: 1095.934,
|
|
494
|
-
x2: 852.511,
|
|
495
|
-
y2: 1095.934
|
|
496
|
-
}, React.createElement("stop", {
|
|
497
|
-
offset: 0,
|
|
498
|
-
stopColor: "#285a83"
|
|
499
|
-
}), React.createElement("stop", {
|
|
500
|
-
offset: 1,
|
|
501
|
-
stopColor: "#6889a0"
|
|
502
|
-
})), React.createElement("path", {
|
|
503
|
-
fill: "url(#welcome_svg__SVGID_24_)",
|
|
504
|
-
d: "M841.7 1098.9l10.8-2.2-1.3-3.7-10.5 2.1z"
|
|
505
|
-
}), React.createElement("linearGradient", {
|
|
506
|
-
id: "welcome_svg__SVGID_25_",
|
|
507
|
-
gradientUnits: "userSpaceOnUse",
|
|
508
|
-
x1: 764.847,
|
|
509
|
-
y1: 1111.263,
|
|
510
|
-
x2: 776.317,
|
|
511
|
-
y2: 1111.263
|
|
512
|
-
}, React.createElement("stop", {
|
|
513
|
-
offset: 0,
|
|
514
|
-
stopColor: "#285a83"
|
|
515
|
-
}), React.createElement("stop", {
|
|
516
|
-
offset: 1,
|
|
517
|
-
stopColor: "#6889a0"
|
|
518
|
-
})), React.createElement("path", {
|
|
519
|
-
fill: "url(#welcome_svg__SVGID_25_)",
|
|
520
|
-
d: "M775.5 1112.2l.8-4-10.3 2-1.2 4.2z"
|
|
521
|
-
}), React.createElement("linearGradient", {
|
|
522
|
-
id: "welcome_svg__SVGID_26_",
|
|
523
|
-
gradientUnits: "userSpaceOnUse",
|
|
524
|
-
x1: 752.07,
|
|
525
|
-
y1: 1113.818,
|
|
526
|
-
x2: 763.805,
|
|
527
|
-
y2: 1113.818
|
|
528
|
-
}, React.createElement("stop", {
|
|
529
|
-
offset: 0,
|
|
530
|
-
stopColor: "#285a83"
|
|
531
|
-
}), React.createElement("stop", {
|
|
532
|
-
offset: 1,
|
|
533
|
-
stopColor: "#6889a0"
|
|
534
|
-
})), React.createElement("path", {
|
|
535
|
-
fill: "url(#welcome_svg__SVGID_26_)",
|
|
536
|
-
d: "M762.6 1114.8l1.2-4.1-10.2 2-1.5 4.3z"
|
|
537
|
-
}), React.createElement("linearGradient", {
|
|
538
|
-
id: "welcome_svg__SVGID_27_",
|
|
539
|
-
gradientUnits: "userSpaceOnUse",
|
|
540
|
-
x1: 777.631,
|
|
541
|
-
y1: 1108.708,
|
|
542
|
-
x2: 788.822,
|
|
543
|
-
y2: 1108.708
|
|
544
|
-
}, React.createElement("stop", {
|
|
545
|
-
offset: 0,
|
|
546
|
-
stopColor: "#285a83"
|
|
547
|
-
}), React.createElement("stop", {
|
|
548
|
-
offset: 1,
|
|
549
|
-
stopColor: "#6889a0"
|
|
550
|
-
})), React.createElement("path", {
|
|
551
|
-
fill: "url(#welcome_svg__SVGID_27_)",
|
|
552
|
-
d: "M788.4 1109.6l.4-4-10.4 2.1-.8 4.1z"
|
|
553
|
-
}), React.createElement("linearGradient", {
|
|
554
|
-
id: "welcome_svg__SVGID_28_",
|
|
555
|
-
gradientUnits: "userSpaceOnUse",
|
|
556
|
-
x1: 735.978,
|
|
557
|
-
y1: 1123.404,
|
|
558
|
-
x2: 748.992,
|
|
559
|
-
y2: 1123.404
|
|
560
|
-
}, React.createElement("stop", {
|
|
561
|
-
offset: 0,
|
|
562
|
-
stopColor: "#285a83"
|
|
563
|
-
}), React.createElement("stop", {
|
|
564
|
-
offset: 1,
|
|
565
|
-
stopColor: "#6889a0"
|
|
566
|
-
})), React.createElement("path", {
|
|
567
|
-
fill: "url(#welcome_svg__SVGID_28_)",
|
|
568
|
-
d: "M736 1127.2l11.1-2.3 1.9-5.3-10.7 2.2z"
|
|
569
|
-
}), React.createElement("linearGradient", {
|
|
570
|
-
id: "welcome_svg__SVGID_29_",
|
|
571
|
-
gradientUnits: "userSpaceOnUse",
|
|
572
|
-
x1: 749.373,
|
|
573
|
-
y1: 1120.733,
|
|
574
|
-
x2: 762.039,
|
|
575
|
-
y2: 1120.733
|
|
576
|
-
}, React.createElement("stop", {
|
|
577
|
-
offset: 0,
|
|
578
|
-
stopColor: "#285a83"
|
|
579
|
-
}), React.createElement("stop", {
|
|
580
|
-
offset: 1,
|
|
581
|
-
stopColor: "#6889a0"
|
|
582
|
-
})), React.createElement("path", {
|
|
583
|
-
fill: "url(#welcome_svg__SVGID_29_)",
|
|
584
|
-
d: "M762 1117l-10.7 2.2-1.9 5.3 11.2-2.3z"
|
|
585
|
-
}), React.createElement("linearGradient", {
|
|
586
|
-
id: "welcome_svg__SVGID_30_",
|
|
587
|
-
gradientUnits: "userSpaceOnUse",
|
|
588
|
-
x1: 704.695,
|
|
589
|
-
y1: 1136.536,
|
|
590
|
-
x2: 718.936,
|
|
591
|
-
y2: 1136.536
|
|
592
|
-
}, React.createElement("stop", {
|
|
593
|
-
offset: 0,
|
|
594
|
-
stopColor: "#285a83"
|
|
595
|
-
}), React.createElement("stop", {
|
|
596
|
-
offset: 1,
|
|
597
|
-
stopColor: "#6889a0"
|
|
598
|
-
})), React.createElement("path", {
|
|
599
|
-
fill: "url(#welcome_svg__SVGID_30_)",
|
|
600
|
-
d: "M704.7 1140.4l11.5-2.3 2.7-5.4-11 2.2z"
|
|
601
|
-
}), React.createElement("linearGradient", {
|
|
602
|
-
id: "welcome_svg__SVGID_31_",
|
|
603
|
-
gradientUnits: "userSpaceOnUse",
|
|
604
|
-
x1: 966.79,
|
|
605
|
-
y1: 1083.26,
|
|
606
|
-
x2: 984.593,
|
|
607
|
-
y2: 1083.26
|
|
608
|
-
}, React.createElement("stop", {
|
|
609
|
-
offset: 0,
|
|
610
|
-
stopColor: "#285a83"
|
|
611
|
-
}), React.createElement("stop", {
|
|
612
|
-
offset: 1,
|
|
613
|
-
stopColor: "#6889a0"
|
|
614
|
-
})), React.createElement("path", {
|
|
615
|
-
fill: "url(#welcome_svg__SVGID_31_)",
|
|
616
|
-
d: "M971.8 1086.4l12.8-2.6-5.5-3.7-12.3 2.5z"
|
|
617
|
-
}), React.createElement("linearGradient", {
|
|
618
|
-
id: "welcome_svg__SVGID_32_",
|
|
619
|
-
gradientUnits: "userSpaceOnUse",
|
|
620
|
-
x1: 718.696,
|
|
621
|
-
y1: 1133.739,
|
|
622
|
-
x2: 732.617,
|
|
623
|
-
y2: 1133.739
|
|
624
|
-
}, React.createElement("stop", {
|
|
625
|
-
offset: 0,
|
|
626
|
-
stopColor: "#285a83"
|
|
627
|
-
}), React.createElement("stop", {
|
|
628
|
-
offset: 1,
|
|
629
|
-
stopColor: "#6889a0"
|
|
630
|
-
})), React.createElement("path", {
|
|
631
|
-
fill: "url(#welcome_svg__SVGID_32_)",
|
|
632
|
-
d: "M732.6 1129.9l-11.2 2.3-2.7 5.4 11.6-2.4z"
|
|
633
|
-
}), React.createElement("linearGradient", {
|
|
634
|
-
id: "welcome_svg__SVGID_33_",
|
|
635
|
-
gradientUnits: "userSpaceOnUse",
|
|
636
|
-
x1: 739.298,
|
|
637
|
-
y1: 1116.373,
|
|
638
|
-
x2: 751.288,
|
|
639
|
-
y2: 1116.373
|
|
640
|
-
}, React.createElement("stop", {
|
|
641
|
-
offset: 0,
|
|
642
|
-
stopColor: "#285a83"
|
|
643
|
-
}), React.createElement("stop", {
|
|
644
|
-
offset: 1,
|
|
645
|
-
stopColor: "#6889a0"
|
|
646
|
-
})), React.createElement("path", {
|
|
647
|
-
fill: "url(#welcome_svg__SVGID_33_)",
|
|
648
|
-
d: "M749.8 1117.4l1.5-4.2-10.1 2.1-1.9 4.2z"
|
|
649
|
-
}), React.createElement("linearGradient", {
|
|
650
|
-
id: "welcome_svg__SVGID_34_",
|
|
651
|
-
gradientUnits: "userSpaceOnUse",
|
|
652
|
-
x1: 790.421,
|
|
653
|
-
y1: 1106.153,
|
|
654
|
-
x2: 801.321,
|
|
655
|
-
y2: 1106.153
|
|
656
|
-
}, React.createElement("stop", {
|
|
657
|
-
offset: 0,
|
|
658
|
-
stopColor: "#285a83"
|
|
659
|
-
}), React.createElement("stop", {
|
|
660
|
-
offset: 1,
|
|
661
|
-
stopColor: "#6889a0"
|
|
662
|
-
})), React.createElement("path", {
|
|
663
|
-
fill: "url(#welcome_svg__SVGID_34_)",
|
|
664
|
-
d: "M801.2 1107l.1-3.9-10.4 2.1-.5 4z"
|
|
665
|
-
}), React.createElement("linearGradient", {
|
|
666
|
-
id: "welcome_svg__SVGID_35_",
|
|
667
|
-
gradientUnits: "userSpaceOnUse",
|
|
668
|
-
x1: 776.182,
|
|
669
|
-
y1: 1115.389,
|
|
670
|
-
x2: 788.119,
|
|
671
|
-
y2: 1115.389
|
|
672
|
-
}, React.createElement("stop", {
|
|
673
|
-
offset: 0,
|
|
674
|
-
stopColor: "#285a83"
|
|
675
|
-
}), React.createElement("stop", {
|
|
676
|
-
offset: 1,
|
|
677
|
-
stopColor: "#6889a0"
|
|
678
|
-
})), React.createElement("path", {
|
|
679
|
-
fill: "url(#welcome_svg__SVGID_35_)",
|
|
680
|
-
d: "M788.1 1111.7l-10.9 2.2-1 5.2 11.3-2.3z"
|
|
681
|
-
}), React.createElement("linearGradient", {
|
|
682
|
-
id: "welcome_svg__SVGID_36_",
|
|
683
|
-
gradientUnits: "userSpaceOnUse",
|
|
684
|
-
x1: 762.774,
|
|
685
|
-
y1: 1118.061,
|
|
686
|
-
x2: 775.082,
|
|
687
|
-
y2: 1118.061
|
|
688
|
-
}, React.createElement("stop", {
|
|
689
|
-
offset: 0,
|
|
690
|
-
stopColor: "#285a83"
|
|
691
|
-
}), React.createElement("stop", {
|
|
692
|
-
offset: 1,
|
|
693
|
-
stopColor: "#6889a0"
|
|
694
|
-
})), React.createElement("path", {
|
|
695
|
-
fill: "url(#welcome_svg__SVGID_36_)",
|
|
696
|
-
d: "M775.1 1114.3l-10.9 2.2-1.4 5.3 11.3-2.3z"
|
|
697
|
-
}), React.createElement("linearGradient", {
|
|
698
|
-
id: "welcome_svg__SVGID_37_",
|
|
699
|
-
gradientUnits: "userSpaceOnUse",
|
|
700
|
-
x1: 726.529,
|
|
701
|
-
y1: 1118.928,
|
|
702
|
-
x2: 738.765,
|
|
703
|
-
y2: 1118.928
|
|
704
|
-
}, React.createElement("stop", {
|
|
705
|
-
offset: 0,
|
|
706
|
-
stopColor: "#285a83"
|
|
707
|
-
}), React.createElement("stop", {
|
|
708
|
-
offset: 1,
|
|
709
|
-
stopColor: "#6889a0"
|
|
710
|
-
})), React.createElement("path", {
|
|
711
|
-
fill: "url(#welcome_svg__SVGID_37_)",
|
|
712
|
-
d: "M736.9 1120l1.9-4.3-10.1 2.1-2.2 4.3z"
|
|
713
|
-
}), React.createElement("linearGradient", {
|
|
714
|
-
id: "welcome_svg__SVGID_38_",
|
|
715
|
-
gradientUnits: "userSpaceOnUse",
|
|
716
|
-
x1: 774.752,
|
|
717
|
-
y1: 1122.552,
|
|
718
|
-
x2: 787.292,
|
|
719
|
-
y2: 1122.552
|
|
720
|
-
}, React.createElement("stop", {
|
|
721
|
-
offset: 0,
|
|
722
|
-
stopColor: "#285a83"
|
|
723
|
-
}), React.createElement("stop", {
|
|
724
|
-
offset: 1,
|
|
725
|
-
stopColor: "#6889a0"
|
|
726
|
-
})), React.createElement("path", {
|
|
727
|
-
fill: "url(#welcome_svg__SVGID_38_)",
|
|
728
|
-
d: "M787.3 1118.9l-11.5 2.3-1 5 11.9-2.4z"
|
|
729
|
-
}), React.createElement("linearGradient", {
|
|
730
|
-
id: "welcome_svg__SVGID_39_",
|
|
731
|
-
gradientUnits: "userSpaceOnUse",
|
|
732
|
-
x1: 788.78,
|
|
733
|
-
y1: 1119.755,
|
|
734
|
-
x2: 800.945,
|
|
735
|
-
y2: 1119.755
|
|
736
|
-
}, React.createElement("stop", {
|
|
737
|
-
offset: 0,
|
|
738
|
-
stopColor: "#285a83"
|
|
739
|
-
}), React.createElement("stop", {
|
|
740
|
-
offset: 1,
|
|
741
|
-
stopColor: "#6889a0"
|
|
742
|
-
})), React.createElement("path", {
|
|
743
|
-
fill: "url(#welcome_svg__SVGID_39_)",
|
|
744
|
-
d: "M800.9 1116.1l-11.5 2.3-.6 5 12-2.4z"
|
|
745
|
-
}), React.createElement("linearGradient", {
|
|
746
|
-
id: "welcome_svg__SVGID_40_",
|
|
747
|
-
gradientUnits: "userSpaceOnUse",
|
|
748
|
-
x1: 789.595,
|
|
749
|
-
y1: 1112.718,
|
|
750
|
-
x2: 801.148,
|
|
751
|
-
y2: 1112.718
|
|
752
|
-
}, React.createElement("stop", {
|
|
753
|
-
offset: 0,
|
|
754
|
-
stopColor: "#285a83"
|
|
755
|
-
}), React.createElement("stop", {
|
|
756
|
-
offset: 1,
|
|
757
|
-
stopColor: "#6889a0"
|
|
758
|
-
})), React.createElement("path", {
|
|
759
|
-
fill: "url(#welcome_svg__SVGID_40_)",
|
|
760
|
-
d: "M801.1 1109.1l-10.9 2.2-.6 5.1 11.4-2.3z"
|
|
761
|
-
}), React.createElement("linearGradient", {
|
|
762
|
-
id: "welcome_svg__SVGID_41_",
|
|
763
|
-
gradientUnits: "userSpaceOnUse",
|
|
764
|
-
x1: 722.586,
|
|
765
|
-
y1: 1126.076,
|
|
766
|
-
x2: 735.937,
|
|
767
|
-
y2: 1126.076
|
|
768
|
-
}, React.createElement("stop", {
|
|
769
|
-
offset: 0,
|
|
770
|
-
stopColor: "#285a83"
|
|
771
|
-
}), React.createElement("stop", {
|
|
772
|
-
offset: 1,
|
|
773
|
-
stopColor: "#6889a0"
|
|
774
|
-
})), React.createElement("path", {
|
|
775
|
-
fill: "url(#welcome_svg__SVGID_41_)",
|
|
776
|
-
d: "M722.6 1129.9l11-2.2 2.3-5.4-10.5 2.1z"
|
|
777
|
-
}), React.createElement("linearGradient", {
|
|
778
|
-
id: "welcome_svg__SVGID_42_",
|
|
779
|
-
gradientUnits: "userSpaceOnUse",
|
|
780
|
-
x1: 732.703,
|
|
781
|
-
y1: 1130.942,
|
|
782
|
-
x2: 746.295,
|
|
783
|
-
y2: 1130.942
|
|
784
|
-
}, React.createElement("stop", {
|
|
785
|
-
offset: 0,
|
|
786
|
-
stopColor: "#285a83"
|
|
787
|
-
}), React.createElement("stop", {
|
|
788
|
-
offset: 1,
|
|
789
|
-
stopColor: "#6889a0"
|
|
790
|
-
})), React.createElement("path", {
|
|
791
|
-
fill: "url(#welcome_svg__SVGID_42_)",
|
|
792
|
-
d: "M746.3 1127.1l-11.3 2.3-2.3 5.3 11.7-2.3z"
|
|
793
|
-
}), React.createElement("linearGradient", {
|
|
794
|
-
id: "welcome_svg__SVGID_43_",
|
|
795
|
-
gradientUnits: "userSpaceOnUse",
|
|
796
|
-
x1: 746.713,
|
|
797
|
-
y1: 1128.145,
|
|
798
|
-
x2: 759.966,
|
|
799
|
-
y2: 1128.145
|
|
800
|
-
}, React.createElement("stop", {
|
|
801
|
-
offset: 0,
|
|
802
|
-
stopColor: "#285a83"
|
|
803
|
-
}), React.createElement("stop", {
|
|
804
|
-
offset: 1,
|
|
805
|
-
stopColor: "#6889a0"
|
|
806
|
-
})), React.createElement("path", {
|
|
807
|
-
fill: "url(#welcome_svg__SVGID_43_)",
|
|
808
|
-
d: "M760 1124.4l-11.4 2.3-1.9 5.2 11.8-2.4z"
|
|
809
|
-
}), React.createElement("linearGradient", {
|
|
810
|
-
id: "welcome_svg__SVGID_44_",
|
|
811
|
-
gradientUnits: "userSpaceOnUse",
|
|
812
|
-
x1: 760.729,
|
|
813
|
-
y1: 1125.349,
|
|
814
|
-
x2: 773.632,
|
|
815
|
-
y2: 1125.349
|
|
816
|
-
}, React.createElement("stop", {
|
|
817
|
-
offset: 0,
|
|
818
|
-
stopColor: "#285a83"
|
|
819
|
-
}), React.createElement("stop", {
|
|
820
|
-
offset: 1,
|
|
821
|
-
stopColor: "#6889a0"
|
|
822
|
-
})), React.createElement("path", {
|
|
823
|
-
fill: "url(#welcome_svg__SVGID_44_)",
|
|
824
|
-
d: "M773.6 1121.6l-11.4 2.3-1.5 5.2 11.9-2.4z"
|
|
825
|
-
}), React.createElement("linearGradient", {
|
|
826
|
-
id: "welcome_svg__SVGID_45_",
|
|
827
|
-
gradientUnits: "userSpaceOnUse",
|
|
828
|
-
x1: 699.636,
|
|
829
|
-
y1: 1124.177,
|
|
830
|
-
x2: 713.705,
|
|
831
|
-
y2: 1124.177
|
|
832
|
-
}, React.createElement("stop", {
|
|
833
|
-
offset: 0,
|
|
834
|
-
stopColor: "#285a83"
|
|
835
|
-
}), React.createElement("stop", {
|
|
836
|
-
offset: 1,
|
|
837
|
-
stopColor: "#6889a0"
|
|
838
|
-
})), React.createElement("path", {
|
|
839
|
-
fill: "url(#welcome_svg__SVGID_45_)",
|
|
840
|
-
d: "M711.2 1125.2l2.5-4.4-11.2 2.3-2.9 4.5z"
|
|
841
|
-
}), React.createElement("linearGradient", {
|
|
842
|
-
id: "welcome_svg__SVGID_46_",
|
|
843
|
-
gradientUnits: "userSpaceOnUse",
|
|
844
|
-
x1: 816.982,
|
|
845
|
-
y1: 1122.446,
|
|
846
|
-
x2: 830.445,
|
|
847
|
-
y2: 1122.446
|
|
848
|
-
}, React.createElement("stop", {
|
|
849
|
-
offset: 0,
|
|
850
|
-
stopColor: "#285a83"
|
|
851
|
-
}), React.createElement("stop", {
|
|
852
|
-
offset: 1,
|
|
853
|
-
stopColor: "#6889a0"
|
|
854
|
-
})), React.createElement("path", {
|
|
855
|
-
fill: "url(#welcome_svg__SVGID_46_)",
|
|
856
|
-
d: "M829.3 1117.3l-12.3 2.4.5 7.9 12.9-2.6z"
|
|
857
|
-
}), React.createElement("linearGradient", {
|
|
858
|
-
id: "welcome_svg__SVGID_47_",
|
|
859
|
-
gradientUnits: "userSpaceOnUse",
|
|
860
|
-
x1: 831.216,
|
|
861
|
-
y1: 1119.497,
|
|
862
|
-
x2: 845.399,
|
|
863
|
-
y2: 1119.497
|
|
864
|
-
}, React.createElement("stop", {
|
|
865
|
-
offset: 0,
|
|
866
|
-
stopColor: "#285a83"
|
|
867
|
-
}), React.createElement("stop", {
|
|
868
|
-
offset: 1,
|
|
869
|
-
stopColor: "#6889a0"
|
|
870
|
-
})), React.createElement("path", {
|
|
871
|
-
fill: "url(#welcome_svg__SVGID_47_)",
|
|
872
|
-
d: "M843.5 1114.4l-12.3 2.5 1.2 7.7 13-2.6z"
|
|
873
|
-
}), React.createElement("linearGradient", {
|
|
874
|
-
id: "welcome_svg__SVGID_48_",
|
|
875
|
-
gradientUnits: "userSpaceOnUse",
|
|
876
|
-
x1: 873.968,
|
|
877
|
-
y1: 1110.65,
|
|
878
|
-
x2: 890.212,
|
|
879
|
-
y2: 1110.65
|
|
880
|
-
}, React.createElement("stop", {
|
|
881
|
-
offset: 0,
|
|
882
|
-
stopColor: "#285a83"
|
|
883
|
-
}), React.createElement("stop", {
|
|
884
|
-
offset: 1,
|
|
885
|
-
stopColor: "#6889a0"
|
|
886
|
-
})), React.createElement("path", {
|
|
887
|
-
fill: "url(#welcome_svg__SVGID_48_)",
|
|
888
|
-
d: "M886.2 1105.8l-12.2 2.4 3.3 7.3 12.9-2.6z"
|
|
889
|
-
}), React.createElement("linearGradient", {
|
|
890
|
-
id: "welcome_svg__SVGID_49_",
|
|
891
|
-
gradientUnits: "userSpaceOnUse",
|
|
892
|
-
x1: 845.459,
|
|
893
|
-
y1: 1116.548,
|
|
894
|
-
x2: 860.346,
|
|
895
|
-
y2: 1116.548
|
|
896
|
-
}, React.createElement("stop", {
|
|
897
|
-
offset: 0,
|
|
898
|
-
stopColor: "#285a83"
|
|
899
|
-
}), React.createElement("stop", {
|
|
900
|
-
offset: 1,
|
|
901
|
-
stopColor: "#6889a0"
|
|
902
|
-
})), React.createElement("path", {
|
|
903
|
-
fill: "url(#welcome_svg__SVGID_49_)",
|
|
904
|
-
d: "M857.7 1111.5l-12.2 2.5 1.9 7.6 12.9-2.6z"
|
|
905
|
-
}), React.createElement("linearGradient", {
|
|
906
|
-
id: "welcome_svg__SVGID_50_",
|
|
907
|
-
gradientUnits: "userSpaceOnUse",
|
|
908
|
-
x1: 859.71,
|
|
909
|
-
y1: 1113.599,
|
|
910
|
-
x2: 875.283,
|
|
911
|
-
y2: 1113.599
|
|
912
|
-
}, React.createElement("stop", {
|
|
913
|
-
offset: 0,
|
|
914
|
-
stopColor: "#285a83"
|
|
915
|
-
}), React.createElement("stop", {
|
|
916
|
-
offset: 1,
|
|
917
|
-
stopColor: "#6889a0"
|
|
918
|
-
})), React.createElement("path", {
|
|
919
|
-
fill: "url(#welcome_svg__SVGID_50_)",
|
|
920
|
-
d: "M872 1108.6l-12.3 2.5 2.6 7.5 13-2.7z"
|
|
921
|
-
}), React.createElement("linearGradient", {
|
|
922
|
-
id: "welcome_svg__SVGID_51_",
|
|
923
|
-
gradientUnits: "userSpaceOnUse",
|
|
924
|
-
x1: 802.524,
|
|
925
|
-
y1: 1125.395,
|
|
926
|
-
x2: 815.482,
|
|
927
|
-
y2: 1125.395
|
|
928
|
-
}, React.createElement("stop", {
|
|
929
|
-
offset: 0,
|
|
930
|
-
stopColor: "#285a83"
|
|
931
|
-
}), React.createElement("stop", {
|
|
932
|
-
offset: 1,
|
|
933
|
-
stopColor: "#6889a0"
|
|
934
|
-
})), React.createElement("path", {
|
|
935
|
-
fill: "url(#welcome_svg__SVGID_51_)",
|
|
936
|
-
d: "M815 1120.1l-12.2 2.5-.3 8 13-2.6z"
|
|
937
|
-
}), React.createElement("linearGradient", {
|
|
938
|
-
id: "welcome_svg__SVGID_52_",
|
|
939
|
-
gradientUnits: "userSpaceOnUse",
|
|
940
|
-
x1: 757.756,
|
|
941
|
-
y1: 1134.242,
|
|
942
|
-
x2: 772.202,
|
|
943
|
-
y2: 1134.242
|
|
944
|
-
}, React.createElement("stop", {
|
|
945
|
-
offset: 0,
|
|
946
|
-
stopColor: "#285a83"
|
|
947
|
-
}), React.createElement("stop", {
|
|
948
|
-
offset: 1,
|
|
949
|
-
stopColor: "#6889a0"
|
|
950
|
-
})), React.createElement("path", {
|
|
951
|
-
fill: "url(#welcome_svg__SVGID_52_)",
|
|
952
|
-
d: "M772.2 1128.8l-12.1 2.4-2.3 8.5 12.7-2.6z"
|
|
953
|
-
}), React.createElement("linearGradient", {
|
|
954
|
-
id: "welcome_svg__SVGID_53_",
|
|
955
|
-
gradientUnits: "userSpaceOnUse",
|
|
956
|
-
x1: 742.847,
|
|
957
|
-
y1: 1137.191,
|
|
958
|
-
x2: 757.921,
|
|
959
|
-
y2: 1137.191
|
|
960
|
-
}, React.createElement("stop", {
|
|
961
|
-
offset: 0,
|
|
962
|
-
stopColor: "#285a83"
|
|
963
|
-
}), React.createElement("stop", {
|
|
964
|
-
offset: 1,
|
|
965
|
-
stopColor: "#6889a0"
|
|
966
|
-
})), React.createElement("path", {
|
|
967
|
-
fill: "url(#welcome_svg__SVGID_53_)",
|
|
968
|
-
d: "M757.9 1131.7l-12 2.4-3.1 8.6 12.8-2.6z"
|
|
969
|
-
}), React.createElement("linearGradient", {
|
|
970
|
-
id: "welcome_svg__SVGID_54_",
|
|
971
|
-
gradientUnits: "userSpaceOnUse",
|
|
972
|
-
x1: 787.595,
|
|
973
|
-
y1: 1128.344,
|
|
974
|
-
x2: 800.744,
|
|
975
|
-
y2: 1128.344
|
|
976
|
-
}, React.createElement("stop", {
|
|
977
|
-
offset: 0,
|
|
978
|
-
stopColor: "#285a83"
|
|
979
|
-
}), React.createElement("stop", {
|
|
980
|
-
offset: 1,
|
|
981
|
-
stopColor: "#6889a0"
|
|
982
|
-
})), React.createElement("path", {
|
|
983
|
-
fill: "url(#welcome_svg__SVGID_54_)",
|
|
984
|
-
d: "M800.7 1123l-12.2 2.5-.9 8.2 12.9-2.7z"
|
|
985
|
-
}), React.createElement("linearGradient", {
|
|
986
|
-
id: "welcome_svg__SVGID_55_",
|
|
987
|
-
gradientUnits: "userSpaceOnUse",
|
|
988
|
-
x1: 772.673,
|
|
989
|
-
y1: 1131.293,
|
|
990
|
-
x2: 786.477,
|
|
991
|
-
y2: 1131.293
|
|
992
|
-
}, React.createElement("stop", {
|
|
993
|
-
offset: 0,
|
|
994
|
-
stopColor: "#285a83"
|
|
995
|
-
}), React.createElement("stop", {
|
|
996
|
-
offset: 1,
|
|
997
|
-
stopColor: "#6889a0"
|
|
998
|
-
})), React.createElement("path", {
|
|
999
|
-
fill: "url(#welcome_svg__SVGID_55_)",
|
|
1000
|
-
d: "M786.5 1125.9l-12.2 2.5-1.6 8.3 12.8-2.6z"
|
|
1001
|
-
}), React.createElement("linearGradient", {
|
|
1002
|
-
id: "welcome_svg__SVGID_56_",
|
|
1003
|
-
gradientUnits: "userSpaceOnUse",
|
|
1004
|
-
x1: 727.943,
|
|
1005
|
-
y1: 1140.14,
|
|
1006
|
-
x2: 743.635,
|
|
1007
|
-
y2: 1140.14
|
|
1008
|
-
}, React.createElement("stop", {
|
|
1009
|
-
offset: 0,
|
|
1010
|
-
stopColor: "#285a83"
|
|
1011
|
-
}), React.createElement("stop", {
|
|
1012
|
-
offset: 1,
|
|
1013
|
-
stopColor: "#6889a0"
|
|
1014
|
-
})), React.createElement("path", {
|
|
1015
|
-
fill: "url(#welcome_svg__SVGID_56_)",
|
|
1016
|
-
d: "M743.6 1134.6l-11.9 2.4-3.8 8.7 12.7-2.5z"
|
|
1017
|
-
}), React.createElement("linearGradient", {
|
|
1018
|
-
id: "welcome_svg__SVGID_57_",
|
|
1019
|
-
gradientUnits: "userSpaceOnUse",
|
|
1020
|
-
x1: 973.968,
|
|
1021
|
-
y1: 1089.867,
|
|
1022
|
-
x2: 995.922,
|
|
1023
|
-
y2: 1089.867
|
|
1024
|
-
}, React.createElement("stop", {
|
|
1025
|
-
offset: 0,
|
|
1026
|
-
stopColor: "#285a83"
|
|
1027
|
-
}), React.createElement("stop", {
|
|
1028
|
-
offset: 1,
|
|
1029
|
-
stopColor: "#6889a0"
|
|
1030
|
-
})), React.createElement("path", {
|
|
1031
|
-
fill: "url(#welcome_svg__SVGID_57_)",
|
|
1032
|
-
d: "M986.9 1085.4L974 1088l8.3 6.3 13.6-2.7z"
|
|
1033
|
-
}), React.createElement("linearGradient", {
|
|
1034
|
-
id: "welcome_svg__SVGID_58_",
|
|
1035
|
-
gradientUnits: "userSpaceOnUse",
|
|
1036
|
-
x1: 888.236,
|
|
1037
|
-
y1: 1107.701,
|
|
1038
|
-
x2: 905.134,
|
|
1039
|
-
y2: 1107.701
|
|
1040
|
-
}, React.createElement("stop", {
|
|
1041
|
-
offset: 0,
|
|
1042
|
-
stopColor: "#285a83"
|
|
1043
|
-
}), React.createElement("stop", {
|
|
1044
|
-
offset: 1,
|
|
1045
|
-
stopColor: "#6889a0"
|
|
1046
|
-
})), React.createElement("path", {
|
|
1047
|
-
fill: "url(#welcome_svg__SVGID_58_)",
|
|
1048
|
-
d: "M900.4 1102.9l-12.2 2.5 4.1 7.1 12.8-2.6z"
|
|
1049
|
-
}), React.createElement("linearGradient", {
|
|
1050
|
-
id: "welcome_svg__SVGID_59_",
|
|
1051
|
-
gradientUnits: "userSpaceOnUse",
|
|
1052
|
-
x1: 959.667,
|
|
1053
|
-
y1: 1092.955,
|
|
1054
|
-
x2: 979.66,
|
|
1055
|
-
y2: 1092.955
|
|
1056
|
-
}, React.createElement("stop", {
|
|
1057
|
-
offset: 0,
|
|
1058
|
-
stopColor: "#285a83"
|
|
1059
|
-
}), React.createElement("stop", {
|
|
1060
|
-
offset: 1,
|
|
1061
|
-
stopColor: "#6889a0"
|
|
1062
|
-
})), React.createElement("path", {
|
|
1063
|
-
fill: "url(#welcome_svg__SVGID_59_)",
|
|
1064
|
-
d: "M971.4 1088.6l-11.7 2.3 7.6 6.5 12.4-2.6z"
|
|
1065
|
-
}), React.createElement("linearGradient", {
|
|
1066
|
-
id: "welcome_svg__SVGID_60_",
|
|
1067
|
-
gradientUnits: "userSpaceOnUse",
|
|
1068
|
-
x1: 681.885,
|
|
1069
|
-
y1: 1149.127,
|
|
1070
|
-
x2: 700.744,
|
|
1071
|
-
y2: 1149.127
|
|
1072
|
-
}, React.createElement("stop", {
|
|
1073
|
-
offset: 0,
|
|
1074
|
-
stopColor: "#285a83"
|
|
1075
|
-
}), React.createElement("stop", {
|
|
1076
|
-
offset: 1,
|
|
1077
|
-
stopColor: "#6889a0"
|
|
1078
|
-
})), React.createElement("path", {
|
|
1079
|
-
fill: "url(#welcome_svg__SVGID_60_)",
|
|
1080
|
-
d: "M700.7 1143.2l-12.9 2.6-5.9 9.2 13.6-2.7z"
|
|
1081
|
-
}), React.createElement("linearGradient", {
|
|
1082
|
-
id: "welcome_svg__SVGID_61_",
|
|
1083
|
-
gradientUnits: "userSpaceOnUse",
|
|
1084
|
-
x1: 953.314,
|
|
1085
|
-
y1: 1072.8,
|
|
1086
|
-
x2: 968.899,
|
|
1087
|
-
y2: 1072.8
|
|
1088
|
-
}, React.createElement("stop", {
|
|
1089
|
-
offset: 0,
|
|
1090
|
-
stopColor: "#285a83"
|
|
1091
|
-
}), React.createElement("stop", {
|
|
1092
|
-
offset: 1,
|
|
1093
|
-
stopColor: "#6889a0"
|
|
1094
|
-
})), React.createElement("path", {
|
|
1095
|
-
fill: "url(#welcome_svg__SVGID_61_)",
|
|
1096
|
-
d: "M957.4 1075.5l11.5-2.4-4.4-3-11.2 2.3z"
|
|
1097
|
-
}), React.createElement("linearGradient", {
|
|
1098
|
-
id: "welcome_svg__SVGID_62_",
|
|
1099
|
-
gradientUnits: "userSpaceOnUse",
|
|
1100
|
-
x1: 902.511,
|
|
1101
|
-
y1: 1104.752,
|
|
1102
|
-
x2: 920.051,
|
|
1103
|
-
y2: 1104.752
|
|
1104
|
-
}, React.createElement("stop", {
|
|
1105
|
-
offset: 0,
|
|
1106
|
-
stopColor: "#285a83"
|
|
1107
|
-
}), React.createElement("stop", {
|
|
1108
|
-
offset: 1,
|
|
1109
|
-
stopColor: "#6889a0"
|
|
1110
|
-
})), React.createElement("path", {
|
|
1111
|
-
fill: "url(#welcome_svg__SVGID_62_)",
|
|
1112
|
-
d: "M914.6 1100l-12.1 2.5 4.8 7 12.8-2.6z"
|
|
1113
|
-
}), React.createElement("linearGradient", {
|
|
1114
|
-
id: "welcome_svg__SVGID_63_",
|
|
1115
|
-
gradientUnits: "userSpaceOnUse",
|
|
1116
|
-
x1: 916.791,
|
|
1117
|
-
y1: 1101.803,
|
|
1118
|
-
x2: 934.96,
|
|
1119
|
-
y2: 1101.803
|
|
1120
|
-
}, React.createElement("stop", {
|
|
1121
|
-
offset: 0,
|
|
1122
|
-
stopColor: "#285a83"
|
|
1123
|
-
}), React.createElement("stop", {
|
|
1124
|
-
offset: 1,
|
|
1125
|
-
stopColor: "#6889a0"
|
|
1126
|
-
})), React.createElement("path", {
|
|
1127
|
-
fill: "url(#welcome_svg__SVGID_63_)",
|
|
1128
|
-
d: "M928.8 1097.2l-12 2.4 5.5 6.8 12.7-2.5z"
|
|
1129
|
-
}), React.createElement("linearGradient", {
|
|
1130
|
-
id: "welcome_svg__SVGID_64_",
|
|
1131
|
-
gradientUnits: "userSpaceOnUse",
|
|
1132
|
-
x1: 931.077,
|
|
1133
|
-
y1: 1098.854,
|
|
1134
|
-
x2: 949.864,
|
|
1135
|
-
y2: 1098.854
|
|
1136
|
-
}, React.createElement("stop", {
|
|
1137
|
-
offset: 0,
|
|
1138
|
-
stopColor: "#285a83"
|
|
1139
|
-
}), React.createElement("stop", {
|
|
1140
|
-
offset: 1,
|
|
1141
|
-
stopColor: "#6889a0"
|
|
1142
|
-
})), React.createElement("path", {
|
|
1143
|
-
fill: "url(#welcome_svg__SVGID_64_)",
|
|
1144
|
-
d: "M943 1094.3l-11.9 2.4 6.2 6.7 12.6-2.5z"
|
|
1145
|
-
}), React.createElement("linearGradient", {
|
|
1146
|
-
id: "welcome_svg__SVGID_65_",
|
|
1147
|
-
gradientUnits: "userSpaceOnUse",
|
|
1148
|
-
x1: 945.37,
|
|
1149
|
-
y1: 1095.904,
|
|
1150
|
-
x2: 964.765,
|
|
1151
|
-
y2: 1095.904
|
|
1152
|
-
}, React.createElement("stop", {
|
|
1153
|
-
offset: 0,
|
|
1154
|
-
stopColor: "#285a83"
|
|
1155
|
-
}), React.createElement("stop", {
|
|
1156
|
-
offset: 1,
|
|
1157
|
-
stopColor: "#6889a0"
|
|
1158
|
-
})), React.createElement("path", {
|
|
1159
|
-
fill: "url(#welcome_svg__SVGID_65_)",
|
|
1160
|
-
d: "M957.2 1091.4l-11.8 2.4 6.9 6.6 12.5-2.5z"
|
|
1161
|
-
}), React.createElement("linearGradient", {
|
|
1162
|
-
id: "welcome_svg__SVGID_66_",
|
|
1163
|
-
gradientUnits: "userSpaceOnUse",
|
|
1164
|
-
x1: 698.147,
|
|
1165
|
-
y1: 1146.039,
|
|
1166
|
-
x2: 715.046,
|
|
1167
|
-
y2: 1146.039
|
|
1168
|
-
}, React.createElement("stop", {
|
|
1169
|
-
offset: 0,
|
|
1170
|
-
stopColor: "#285a83"
|
|
1171
|
-
}), React.createElement("stop", {
|
|
1172
|
-
offset: 1,
|
|
1173
|
-
stopColor: "#6889a0"
|
|
1174
|
-
})), React.createElement("path", {
|
|
1175
|
-
fill: "url(#welcome_svg__SVGID_66_)",
|
|
1176
|
-
d: "M710.5 1149.2l4.5-8.9-11.6 2.4-5.3 9z"
|
|
1177
|
-
}), React.createElement("linearGradient", {
|
|
1178
|
-
id: "welcome_svg__SVGID_67_",
|
|
1179
|
-
gradientUnits: "userSpaceOnUse",
|
|
1180
|
-
x1: 713.042,
|
|
1181
|
-
y1: 1143.09,
|
|
1182
|
-
x2: 729.343,
|
|
1183
|
-
y2: 1143.09
|
|
1184
|
-
}, React.createElement("stop", {
|
|
1185
|
-
offset: 0,
|
|
1186
|
-
stopColor: "#285a83"
|
|
1187
|
-
}), React.createElement("stop", {
|
|
1188
|
-
offset: 1,
|
|
1189
|
-
stopColor: "#6889a0"
|
|
1190
|
-
})), React.createElement("path", {
|
|
1191
|
-
fill: "url(#welcome_svg__SVGID_67_)",
|
|
1192
|
-
d: "M729.3 1137.5l-11.8 2.3-4.5 8.9 12.6-2.5z"
|
|
1193
|
-
}), React.createElement("linearGradient", {
|
|
1194
|
-
id: "welcome_svg__SVGID_68_",
|
|
1195
|
-
gradientUnits: "userSpaceOnUse",
|
|
1196
|
-
x1: 912.072,
|
|
1197
|
-
y1: 1094.586,
|
|
1198
|
-
x2: 927.207,
|
|
1199
|
-
y2: 1094.586
|
|
1200
|
-
}, React.createElement("stop", {
|
|
1201
|
-
offset: 0,
|
|
1202
|
-
stopColor: "#285a83"
|
|
1203
|
-
}), React.createElement("stop", {
|
|
1204
|
-
offset: 1,
|
|
1205
|
-
stopColor: "#6889a0"
|
|
1206
|
-
})), React.createElement("path", {
|
|
1207
|
-
fill: "url(#welcome_svg__SVGID_68_)",
|
|
1208
|
-
d: "M927.2 1095.4l-3.7-4.1-11.4 2.3 3.3 4.2z"
|
|
1209
|
-
}), React.createElement("linearGradient", {
|
|
1210
|
-
id: "welcome_svg__SVGID_69_",
|
|
1211
|
-
gradientUnits: "userSpaceOnUse",
|
|
1212
|
-
x1: 925.743,
|
|
1213
|
-
y1: 1091.789,
|
|
1214
|
-
x2: 941.217,
|
|
1215
|
-
y2: 1091.789
|
|
1216
|
-
}, React.createElement("stop", {
|
|
1217
|
-
offset: 0,
|
|
1218
|
-
stopColor: "#285a83"
|
|
1219
|
-
}), React.createElement("stop", {
|
|
1220
|
-
offset: 1,
|
|
1221
|
-
stopColor: "#6889a0"
|
|
1222
|
-
})), React.createElement("path", {
|
|
1223
|
-
fill: "url(#welcome_svg__SVGID_69_)",
|
|
1224
|
-
d: "M941.2 1092.6l-4.2-4-11.3 2.3 3.8 4.1z"
|
|
1225
|
-
}), React.createElement("linearGradient", {
|
|
1226
|
-
id: "welcome_svg__SVGID_70_",
|
|
1227
|
-
gradientUnits: "userSpaceOnUse",
|
|
1228
|
-
x1: 894.246,
|
|
1229
|
-
y1: 1091.346,
|
|
1230
|
-
x2: 908.472,
|
|
1231
|
-
y2: 1091.346
|
|
1232
|
-
}, React.createElement("stop", {
|
|
1233
|
-
offset: 0,
|
|
1234
|
-
stopColor: "#285a83"
|
|
1235
|
-
}), React.createElement("stop", {
|
|
1236
|
-
offset: 1,
|
|
1237
|
-
stopColor: "#6889a0"
|
|
1238
|
-
})), React.createElement("path", {
|
|
1239
|
-
fill: "url(#welcome_svg__SVGID_70_)",
|
|
1240
|
-
d: "M905.1 1088.1l-10.9 2.2 3 4.3 11.3-2.3z"
|
|
1241
|
-
}), React.createElement("linearGradient", {
|
|
1242
|
-
id: "welcome_svg__SVGID_71_",
|
|
1243
|
-
gradientUnits: "userSpaceOnUse",
|
|
1244
|
-
x1: 953.103,
|
|
1245
|
-
y1: 1086.196,
|
|
1246
|
-
x2: 969.225,
|
|
1247
|
-
y2: 1086.196
|
|
1248
|
-
}, React.createElement("stop", {
|
|
1249
|
-
offset: 0,
|
|
1250
|
-
stopColor: "#285a83"
|
|
1251
|
-
}), React.createElement("stop", {
|
|
1252
|
-
offset: 1,
|
|
1253
|
-
stopColor: "#6889a0"
|
|
1254
|
-
})), React.createElement("path", {
|
|
1255
|
-
fill: "url(#welcome_svg__SVGID_71_)",
|
|
1256
|
-
d: "M969.2 1086.9l-5-3.8-11.1 2.3 4.6 3.9z"
|
|
1257
|
-
}), React.createElement("linearGradient", {
|
|
1258
|
-
id: "welcome_svg__SVGID_72_",
|
|
1259
|
-
gradientUnits: "userSpaceOnUse",
|
|
1260
|
-
x1: 939.421,
|
|
1261
|
-
y1: 1088.992,
|
|
1262
|
-
x2: 955.224,
|
|
1263
|
-
y2: 1088.992
|
|
1264
|
-
}, React.createElement("stop", {
|
|
1265
|
-
offset: 0,
|
|
1266
|
-
stopColor: "#285a83"
|
|
1267
|
-
}), React.createElement("stop", {
|
|
1268
|
-
offset: 1,
|
|
1269
|
-
stopColor: "#6889a0"
|
|
1270
|
-
})), React.createElement("path", {
|
|
1271
|
-
fill: "url(#welcome_svg__SVGID_72_)",
|
|
1272
|
-
d: "M955.2 1089.8l-4.6-3.9-11.2 2.2 4.2 4z"
|
|
1273
|
-
}), React.createElement("linearGradient", {
|
|
1274
|
-
id: "welcome_svg__SVGID_73_",
|
|
1275
|
-
gradientUnits: "userSpaceOnUse",
|
|
1276
|
-
x1: 884.746,
|
|
1277
|
-
y1: 1100.179,
|
|
1278
|
-
x2: 899.168,
|
|
1279
|
-
y2: 1100.179
|
|
1280
|
-
}, React.createElement("stop", {
|
|
1281
|
-
offset: 0,
|
|
1282
|
-
stopColor: "#285a83"
|
|
1283
|
-
}), React.createElement("stop", {
|
|
1284
|
-
offset: 1,
|
|
1285
|
-
stopColor: "#6889a0"
|
|
1286
|
-
})), React.createElement("path", {
|
|
1287
|
-
fill: "url(#welcome_svg__SVGID_73_)",
|
|
1288
|
-
d: "M899.2 1101.1l-2.9-4.3-11.6 2.4 2.5 4.3z"
|
|
1289
|
-
}), React.createElement("linearGradient", {
|
|
1290
|
-
id: "welcome_svg__SVGID_74_",
|
|
1291
|
-
gradientUnits: "userSpaceOnUse",
|
|
1292
|
-
x1: 871.094,
|
|
1293
|
-
y1: 1102.976,
|
|
1294
|
-
x2: 885.14,
|
|
1295
|
-
y2: 1102.976
|
|
1296
|
-
}, React.createElement("stop", {
|
|
1297
|
-
offset: 0,
|
|
1298
|
-
stopColor: "#285a83"
|
|
1299
|
-
}), React.createElement("stop", {
|
|
1300
|
-
offset: 1,
|
|
1301
|
-
stopColor: "#6889a0"
|
|
1302
|
-
})), React.createElement("path", {
|
|
1303
|
-
fill: "url(#welcome_svg__SVGID_74_)",
|
|
1304
|
-
d: "M885.1 1103.9l-2.4-4.3-11.6 2.3 2 4.5z"
|
|
1305
|
-
}), React.createElement("linearGradient", {
|
|
1306
|
-
id: "welcome_svg__SVGID_75_",
|
|
1307
|
-
gradientUnits: "userSpaceOnUse",
|
|
1308
|
-
x1: 868.18,
|
|
1309
|
-
y1: 1096.69,
|
|
1310
|
-
x2: 881.651,
|
|
1311
|
-
y2: 1096.69
|
|
1312
|
-
}, React.createElement("stop", {
|
|
1313
|
-
offset: 0,
|
|
1314
|
-
stopColor: "#285a83"
|
|
1315
|
-
}), React.createElement("stop", {
|
|
1316
|
-
offset: 1,
|
|
1317
|
-
stopColor: "#6889a0"
|
|
1318
|
-
})), React.createElement("path", {
|
|
1319
|
-
fill: "url(#welcome_svg__SVGID_75_)",
|
|
1320
|
-
d: "M881.7 1097.8l-2.6-4.5-10.9 2.2 2 4.6z"
|
|
1321
|
-
}), React.createElement("linearGradient", {
|
|
1322
|
-
id: "welcome_svg__SVGID_76_",
|
|
1323
|
-
gradientUnits: "userSpaceOnUse",
|
|
1324
|
-
x1: 881.209,
|
|
1325
|
-
y1: 1094.018,
|
|
1326
|
-
x2: 895.065,
|
|
1327
|
-
y2: 1094.018
|
|
1328
|
-
}, React.createElement("stop", {
|
|
1329
|
-
offset: 0,
|
|
1330
|
-
stopColor: "#285a83"
|
|
1331
|
-
}), React.createElement("stop", {
|
|
1332
|
-
offset: 1,
|
|
1333
|
-
stopColor: "#6889a0"
|
|
1334
|
-
})), React.createElement("path", {
|
|
1335
|
-
fill: "url(#welcome_svg__SVGID_76_)",
|
|
1336
|
-
d: "M892.1 1090.7l-10.9 2.2 2.5 4.4 11.4-2.3z"
|
|
1337
|
-
}), React.createElement("linearGradient", {
|
|
1338
|
-
id: "welcome_svg__SVGID_77_",
|
|
1339
|
-
gradientUnits: "userSpaceOnUse",
|
|
1340
|
-
x1: 898.407,
|
|
1341
|
-
y1: 1097.383,
|
|
1342
|
-
x2: 913.191,
|
|
1343
|
-
y2: 1097.383
|
|
1344
|
-
}, React.createElement("stop", {
|
|
1345
|
-
offset: 0,
|
|
1346
|
-
stopColor: "#285a83"
|
|
1347
|
-
}), React.createElement("stop", {
|
|
1348
|
-
offset: 1,
|
|
1349
|
-
stopColor: "#6889a0"
|
|
1350
|
-
})), React.createElement("path", {
|
|
1351
|
-
fill: "url(#welcome_svg__SVGID_77_)",
|
|
1352
|
-
d: "M913.2 1098.3l-3.3-4.2-11.5 2.3 2.9 4.3z"
|
|
1353
|
-
}), React.createElement("linearGradient", {
|
|
1354
|
-
id: "welcome_svg__SVGID_78_",
|
|
1355
|
-
gradientUnits: "userSpaceOnUse",
|
|
1356
|
-
x1: 709.199,
|
|
1357
|
-
y1: 1128.748,
|
|
1358
|
-
x2: 722.879,
|
|
1359
|
-
y2: 1128.748
|
|
1360
|
-
}, React.createElement("stop", {
|
|
1361
|
-
offset: 0,
|
|
1362
|
-
stopColor: "#285a83"
|
|
1363
|
-
}), React.createElement("stop", {
|
|
1364
|
-
offset: 1,
|
|
1365
|
-
stopColor: "#6889a0"
|
|
1366
|
-
})), React.createElement("path", {
|
|
1367
|
-
fill: "url(#welcome_svg__SVGID_78_)",
|
|
1368
|
-
d: "M709.2 1132.6l10.9-2.2 2.8-5.5-10.5 2.1z"
|
|
1369
|
-
}), React.createElement("linearGradient", {
|
|
1370
|
-
id: "welcome_svg__SVGID_79_",
|
|
1371
|
-
gradientUnits: "userSpaceOnUse",
|
|
1372
|
-
x1: 959.512,
|
|
1373
|
-
y1: 1077.849,
|
|
1374
|
-
x2: 976.8,
|
|
1375
|
-
y2: 1077.849
|
|
1376
|
-
}, React.createElement("stop", {
|
|
1377
|
-
offset: 0,
|
|
1378
|
-
stopColor: "#285a83"
|
|
1379
|
-
}), React.createElement("stop", {
|
|
1380
|
-
offset: 1,
|
|
1381
|
-
stopColor: "#6889a0"
|
|
1382
|
-
})), React.createElement("path", {
|
|
1383
|
-
fill: "url(#welcome_svg__SVGID_79_)",
|
|
1384
|
-
d: "M964.7 1081l12.1-2.5-5.6-3.8-11.7 2.4z"
|
|
1385
|
-
}), React.createElement("linearGradient", {
|
|
1386
|
-
id: "welcome_svg__SVGID_80_",
|
|
1387
|
-
gradientUnits: "userSpaceOnUse",
|
|
1388
|
-
x1: 689.327,
|
|
1389
|
-
y1: 1139.471,
|
|
1390
|
-
x2: 705.249,
|
|
1391
|
-
y2: 1139.471
|
|
1392
|
-
}, React.createElement("stop", {
|
|
1393
|
-
offset: 0,
|
|
1394
|
-
stopColor: "#285a83"
|
|
1395
|
-
}), React.createElement("stop", {
|
|
1396
|
-
offset: 1,
|
|
1397
|
-
stopColor: "#6889a0"
|
|
1398
|
-
})), React.createElement("path", {
|
|
1399
|
-
fill: "url(#welcome_svg__SVGID_80_)",
|
|
1400
|
-
d: "M702.1 1140.9l3.1-5.5-12.3 2.5-3.6 5.6z"
|
|
1401
|
-
}), React.createElement("linearGradient", {
|
|
1402
|
-
id: "welcome_svg__SVGID_81_",
|
|
1403
|
-
gradientUnits: "userSpaceOnUse",
|
|
1404
|
-
x1: 857.451,
|
|
1405
|
-
y1: 1105.773,
|
|
1406
|
-
x2: 871.105,
|
|
1407
|
-
y2: 1105.773
|
|
1408
|
-
}, React.createElement("stop", {
|
|
1409
|
-
offset: 0,
|
|
1410
|
-
stopColor: "#285a83"
|
|
1411
|
-
}), React.createElement("stop", {
|
|
1412
|
-
offset: 1,
|
|
1413
|
-
stopColor: "#6889a0"
|
|
1414
|
-
})), React.createElement("path", {
|
|
1415
|
-
fill: "url(#welcome_svg__SVGID_81_)",
|
|
1416
|
-
d: "M871.1 1106.8l-2-4.5-11.6 2.4 1.5 4.5z"
|
|
1417
|
-
}), React.createElement("linearGradient", {
|
|
1418
|
-
id: "welcome_svg__SVGID_82_",
|
|
1419
|
-
gradientUnits: "userSpaceOnUse",
|
|
1420
|
-
x1: 694.446,
|
|
1421
|
-
y1: 1131.558,
|
|
1422
|
-
x2: 709.815,
|
|
1423
|
-
y2: 1131.558
|
|
1424
|
-
}, React.createElement("stop", {
|
|
1425
|
-
offset: 0,
|
|
1426
|
-
stopColor: "#285a83"
|
|
1427
|
-
}), React.createElement("stop", {
|
|
1428
|
-
offset: 1,
|
|
1429
|
-
stopColor: "#6889a0"
|
|
1430
|
-
})), React.createElement("path", {
|
|
1431
|
-
fill: "url(#welcome_svg__SVGID_82_)",
|
|
1432
|
-
d: "M694.4 1135.6l12.2-2.5 3.2-5.6-11.7 2.4z"
|
|
1433
|
-
}), React.createElement("linearGradient", {
|
|
1434
|
-
id: "welcome_svg__SVGID_83_",
|
|
1435
|
-
gradientUnits: "userSpaceOnUse",
|
|
1436
|
-
x1: 940.782,
|
|
1437
|
-
y1: 1075.494,
|
|
1438
|
-
x2: 954.769,
|
|
1439
|
-
y2: 1075.494
|
|
1440
|
-
}, React.createElement("stop", {
|
|
1441
|
-
offset: 0,
|
|
1442
|
-
stopColor: "#285a83"
|
|
1443
|
-
}), React.createElement("stop", {
|
|
1444
|
-
offset: 1,
|
|
1445
|
-
stopColor: "#6889a0"
|
|
1446
|
-
})), React.createElement("path", {
|
|
1447
|
-
fill: "url(#welcome_svg__SVGID_83_)",
|
|
1448
|
-
d: "M940.8 1074.9l3.7 3.2 10.3-2.1-4.1-3.1z"
|
|
1449
|
-
}), React.createElement("linearGradient", {
|
|
1450
|
-
id: "welcome_svg__SVGID_84_",
|
|
1451
|
-
gradientUnits: "userSpaceOnUse",
|
|
1452
|
-
x1: 946.448,
|
|
1453
|
-
y1: 1080.66,
|
|
1454
|
-
x2: 962.047,
|
|
1455
|
-
y2: 1080.66
|
|
1456
|
-
}, React.createElement("stop", {
|
|
1457
|
-
offset: 0,
|
|
1458
|
-
stopColor: "#285a83"
|
|
1459
|
-
}), React.createElement("stop", {
|
|
1460
|
-
offset: 1,
|
|
1461
|
-
stopColor: "#6889a0"
|
|
1462
|
-
})), React.createElement("path", {
|
|
1463
|
-
fill: "url(#welcome_svg__SVGID_84_)",
|
|
1464
|
-
d: "M946.4 1079.7l4.8 4 10.8-2.2-5.1-3.9z"
|
|
1465
|
-
}), React.createElement("linearGradient", {
|
|
1466
|
-
id: "welcome_svg__SVGID_85_",
|
|
1467
|
-
gradientUnits: "userSpaceOnUse",
|
|
1468
|
-
x1: 828.254,
|
|
1469
|
-
y1: 1098.489,
|
|
1470
|
-
x2: 839.697,
|
|
1471
|
-
y2: 1098.489
|
|
1472
|
-
}, React.createElement("stop", {
|
|
1473
|
-
offset: 0,
|
|
1474
|
-
stopColor: "#285a83"
|
|
1475
|
-
}), React.createElement("stop", {
|
|
1476
|
-
offset: 1,
|
|
1477
|
-
stopColor: "#6889a0"
|
|
1478
|
-
})), React.createElement("path", {
|
|
1479
|
-
fill: "url(#welcome_svg__SVGID_85_)",
|
|
1480
|
-
d: "M839.7 1099.2l-.9-3.7-10.5 2.2.5 3.7z"
|
|
1481
|
-
}), React.createElement("linearGradient", {
|
|
1482
|
-
id: "welcome_svg__SVGID_86_",
|
|
1483
|
-
gradientUnits: "userSpaceOnUse",
|
|
1484
|
-
x1: 713.766,
|
|
1485
|
-
y1: 1121.483,
|
|
1486
|
-
x2: 726.237,
|
|
1487
|
-
y2: 1121.483
|
|
1488
|
-
}, React.createElement("stop", {
|
|
1489
|
-
offset: 0,
|
|
1490
|
-
stopColor: "#285a83"
|
|
1491
|
-
}), React.createElement("stop", {
|
|
1492
|
-
offset: 1,
|
|
1493
|
-
stopColor: "#6889a0"
|
|
1494
|
-
})), React.createElement("path", {
|
|
1495
|
-
fill: "url(#welcome_svg__SVGID_86_)",
|
|
1496
|
-
d: "M724 1122.6l2.2-4.3-9.9 2-2.5 4.4z"
|
|
1497
|
-
}))), React.createElement("g", {
|
|
1498
|
-
id: "welcome_svg__Earphones"
|
|
1499
|
-
}, React.createElement("linearGradient", {
|
|
1500
|
-
id: "welcome_svg__SVGID_87_",
|
|
1501
|
-
gradientUnits: "userSpaceOnUse",
|
|
1502
|
-
x1: 335.623,
|
|
1503
|
-
y1: 1122.236,
|
|
1504
|
-
x2: 508.33,
|
|
1505
|
-
y2: 1122.236
|
|
1506
|
-
}, React.createElement("stop", {
|
|
1507
|
-
offset: 0,
|
|
1508
|
-
stopColor: "#285a83"
|
|
1509
|
-
}), React.createElement("stop", {
|
|
1510
|
-
offset: 1,
|
|
1511
|
-
stopColor: "#6889a0"
|
|
1512
|
-
})), React.createElement("path", {
|
|
1513
|
-
d: "M337.5 1174.1l-1.9-3.5c20-10.9 32.1-9.4 47.5-7.6 13 1.5 29.1 3.5 55.6-1.3 29.3-5.3 48.2-15.4 58-31 9.1-14.6 10.1-34 2.9-59.3l3.8-1.1c7.5 26.4 6.4 46.9-3.4 62.5-10.4 16.6-30.2 27.3-60.7 32.8-27.1 4.9-43.6 2.9-56.8 1.3-15.1-1.7-26.1-3-45 7.2z",
|
|
1514
|
-
fill: "url(#welcome_svg__SVGID_87_)"
|
|
1515
|
-
}), React.createElement("linearGradient", {
|
|
1516
|
-
id: "welcome_svg__SVGID_88_",
|
|
1517
|
-
gradientUnits: "userSpaceOnUse",
|
|
1518
|
-
x1: 171.645,
|
|
1519
|
-
y1: 1122.458,
|
|
1520
|
-
x2: 393.68,
|
|
1521
|
-
y2: 1122.458
|
|
1522
|
-
}, React.createElement("stop", {
|
|
1523
|
-
offset: 0,
|
|
1524
|
-
stopColor: "#285a83"
|
|
1525
|
-
}), React.createElement("stop", {
|
|
1526
|
-
offset: 1,
|
|
1527
|
-
stopColor: "#6889a0"
|
|
1528
|
-
})), React.createElement("path", {
|
|
1529
|
-
d: "M313.9 1191.4l-3-2.6c8.7-10.1 20.8-16.2 32.5-22.2 17.9-9.1 34.9-17.7 42-39.5 7.6-23.4 5-42.2-7.7-54.6-16.5-16-47-18.3-67-11.2-28.4 10.1-43.1 39.8-56.1 66.1-3.4 6.8-6.5 13.2-9.9 19.2-16.3 29.3-47.5 25.1-68.2 22.2-1.7-.2-3.3-.4-4.8-.6l.5-4 4.8.6c20.8 2.8 49.2 6.7 64.2-20.2 3.3-6 6.5-12.3 9.8-19.1 13.4-26.9 28.5-57.4 58.4-68.1 21.2-7.5 53.5-5.1 71.1 12.1 9.7 9.4 19 27.2 8.7 58.7-7.6 23.4-26.1 32.8-44 41.9-11.9 6.1-23.1 11.8-31.3 21.3z",
|
|
1530
|
-
fill: "url(#welcome_svg__SVGID_88_)"
|
|
1531
|
-
}), React.createElement("path", {
|
|
1532
|
-
className: "welcome_svg__st1",
|
|
1533
|
-
d: "M471.6 1017.9l15.3 47.8c2 6.4 8.9 9.9 15.2 7.8 6.4-2 9.9-8.9 7.8-15.2l-15.3-47.8-23 7.4z"
|
|
1534
|
-
}), React.createElement("path", {
|
|
1535
|
-
d: "M487.4 1012.8l14.1 44.1c1.9 5.9-.1 11.8-4.5 13.2-4.4 1.4-9.4-2.2-11.3-8.1l1.2 3.7c2 6.4 8.9 9.9 15.2 7.8 6.4-2 9.9-8.9 7.8-15.2l-15.3-47.8-7.2 2.3z",
|
|
1536
|
-
fill: "#a3aace"
|
|
1537
|
-
}), React.createElement("circle", {
|
|
1538
|
-
transform: "rotate(-62.664 474.783 988.385)",
|
|
1539
|
-
className: "welcome_svg__st0",
|
|
1540
|
-
cx: 474.8,
|
|
1541
|
-
cy: 988.4,
|
|
1542
|
-
r: 39.2
|
|
1543
|
-
}), React.createElement("path", {
|
|
1544
|
-
className: "welcome_svg__st96",
|
|
1545
|
-
d: "M470.5 989.8c-.8-2.4.5-5 2.9-5.7 2.4-.8 5 .5 5.7 2.9.8 2.4-.5 5-2.9 5.7-2.4.8-5-.5-5.7-2.9zM479.1 973c-.8-2.4.5-5 2.9-5.7 2.4-.8 5 .5 5.7 2.9.8 2.4-.5 5-2.9 5.7-2.4.8-5-.5-5.7-2.9zM462.4 978.4c-.8-2.4-3.3-3.7-5.7-2.9-2.4.8-3.7 3.3-2.9 5.7.8 2.4 3.3 3.7 5.7 2.9 2.3-.8 3.7-3.3 2.9-5.7zM487.2 998.4c.8 2.4 3.3 3.7 5.7 2.9 2.4-.8 3.7-3.3 2.9-5.7s-3.3-3.7-5.7-2.9c-2.3.7-3.7 3.3-2.9 5.7zM470.5 1003.7c.8 2.4-.5 5-2.9 5.7-2.4.8-5-.5-5.7-2.9-.8-2.4.5-5 2.9-5.7 2.4-.8 5 .5 5.7 2.9z"
|
|
1546
|
-
}), React.createElement("g", null, React.createElement("path", {
|
|
1547
|
-
className: "welcome_svg__st0",
|
|
1548
|
-
d: "M111.9 1145.7l49.7 6.9c6.6.9 11.2 7 10.3 13.6s-7 11.2-13.6 10.3l-49.7-6.9 3.3-23.9z"
|
|
1549
|
-
}), React.createElement("path", {
|
|
1550
|
-
className: "welcome_svg__st1",
|
|
1551
|
-
d: "M109.6 1162.2l45.9 6.4c6.1.9 11.6-2.1 12.2-6.7.6-4.6-3.8-8.9-9.9-9.8l3.9.5c6.6.9 11.2 7 10.3 13.6s-7 11.2-13.6 10.3l-49.7-6.9.9-7.4z"
|
|
1552
|
-
}), React.createElement("circle", {
|
|
1553
|
-
transform: "rotate(-78.1 83.38 1153.94)",
|
|
1554
|
-
className: "welcome_svg__st7",
|
|
1555
|
-
cx: 83.4,
|
|
1556
|
-
cy: 1153.9,
|
|
1557
|
-
r: 39.2
|
|
1558
|
-
}), React.createElement("circle", {
|
|
1559
|
-
transform: "rotate(-11.593 83.252 1153.653)",
|
|
1560
|
-
className: "welcome_svg__st96",
|
|
1561
|
-
cx: 83.4,
|
|
1562
|
-
cy: 1153.9,
|
|
1563
|
-
r: 4.5
|
|
1564
|
-
}), React.createElement("path", {
|
|
1565
|
-
className: "welcome_svg__st96",
|
|
1566
|
-
d: "M71.4 1143.4c-2.5-.3-4.2-2.6-3.9-5.1.3-2.5 2.6-4.2 5.1-3.9 2.5.3 4.2 2.6 3.9 5.1-.3 2.5-2.6 4.2-5.1 3.9z"
|
|
1567
|
-
}), React.createElement("circle", {
|
|
1568
|
-
transform: "rotate(-74.115 68.339 1165.276)",
|
|
1569
|
-
className: "welcome_svg__st96",
|
|
1570
|
-
cx: 68.3,
|
|
1571
|
-
cy: 1165.3,
|
|
1572
|
-
r: 4.5
|
|
1573
|
-
}), React.createElement("path", {
|
|
1574
|
-
className: "welcome_svg__st96",
|
|
1575
|
-
d: "M97.8 1147.1c2.5.3 4.8-1.4 5.1-3.9.3-2.5-1.4-4.8-3.9-5.1-2.5-.3-4.8 1.4-5.1 3.9s1.4 4.7 3.9 5.1zM95.3 1164.4c2.5.3 4.2 2.6 3.9 5.1-.3 2.5-2.6 4.2-5.1 3.9-2.5-.3-4.2-2.6-3.9-5.1.4-2.5 2.7-4.2 5.1-3.9z"
|
|
1576
|
-
})), React.createElement("g", null, React.createElement("path", {
|
|
1577
|
-
className: "welcome_svg__st97",
|
|
1578
|
-
d: "M456.4 933.2c-.8 0-1.6-.5-1.9-1.4l-4.2-13c-.3-1.1.2-2.2 1.3-2.5 1.1-.3 2.2.2 2.5 1.3l4.2 13c.3 1.1-.2 2.2-1.3 2.5-.1.1-.4.1-.6.1z"
|
|
1579
|
-
})), React.createElement("g", null, React.createElement("path", {
|
|
1580
|
-
className: "welcome_svg__st97",
|
|
1581
|
-
d: "M472.4 931.3h-.4c-1.1-.2-1.8-1.3-1.5-2.4l2.8-13.4c.2-1.1 1.3-1.8 2.4-1.5 1.1.2 1.8 1.3 1.5 2.4l-2.8 13.4c-.2.8-1.1 1.5-2 1.5z"
|
|
1582
|
-
})), React.createElement("g", null, React.createElement("path", {
|
|
1583
|
-
className: "welcome_svg__st97",
|
|
1584
|
-
d: "M442.4 940.9c-.5 0-1-.2-1.4-.5l-10.1-9.2c-.8-.7-.9-2-.1-2.8.7-.8 2-.9 2.8-.1l10.1 9.2c.8.7.9 2 .1 2.8-.4.4-.9.6-1.4.6z"
|
|
1585
|
-
}))), React.createElement("g", {
|
|
1586
|
-
id: "welcome_svg__Megaphone"
|
|
1587
|
-
}, React.createElement("path", {
|
|
1588
|
-
className: "welcome_svg__st96",
|
|
1589
|
-
d: "M764.2 340.5c-2.2.4-3 5.9-1.9 12.4s3.8 11.4 6 11l12.3-2.2-4.1-23.5-12.3 2.3z"
|
|
1590
|
-
}), React.createElement("linearGradient", {
|
|
1591
|
-
id: "welcome_svg__SVGID_89_",
|
|
1592
|
-
gradientUnits: "userSpaceOnUse",
|
|
1593
|
-
x1: 774.904,
|
|
1594
|
-
y1: 343.351,
|
|
1595
|
-
x2: 859.113,
|
|
1596
|
-
y2: 343.351
|
|
1597
|
-
}, React.createElement("stop", {
|
|
1598
|
-
offset: 0,
|
|
1599
|
-
stopColor: "#285a83"
|
|
1600
|
-
}), React.createElement("stop", {
|
|
1601
|
-
offset: 1,
|
|
1602
|
-
stopColor: "#6889a0"
|
|
1603
|
-
})), React.createElement("path", {
|
|
1604
|
-
d: "M842.3 307.7L781 318.4c-5.6 1-7.8 15.4-4.9 32.1 2.9 16.7 9.9 29.5 15.5 28.5l61.3-10.7c5.6-1 7.8-15.4 4.9-32.1-2.9-16.7-9.9-29.5-15.5-28.5z",
|
|
1605
|
-
fill: "url(#welcome_svg__SVGID_89_)"
|
|
1606
|
-
}), React.createElement("linearGradient", {
|
|
1607
|
-
id: "welcome_svg__SVGID_90_",
|
|
1608
|
-
gradientUnits: "userSpaceOnUse",
|
|
1609
|
-
x1: 843.2,
|
|
1610
|
-
y1: 322.18,
|
|
1611
|
-
x2: 952.981,
|
|
1612
|
-
y2: 322.18
|
|
1613
|
-
}, React.createElement("stop", {
|
|
1614
|
-
offset: 0,
|
|
1615
|
-
stopColor: "#285a83"
|
|
1616
|
-
}), React.createElement("stop", {
|
|
1617
|
-
offset: 1,
|
|
1618
|
-
stopColor: "#6889a0"
|
|
1619
|
-
})), React.createElement("path", {
|
|
1620
|
-
d: "M847.3 317.2c-3.7.7-5.2 10.2-3.2 21.4s6.6 19.7 10.3 19l98.6 24.8-20-120.6-85.7 55.4z",
|
|
1621
|
-
fill: "url(#welcome_svg__SVGID_90_)"
|
|
1622
|
-
}), React.createElement("linearGradient", {
|
|
1623
|
-
id: "welcome_svg__SVGID_91_",
|
|
1624
|
-
gradientUnits: "userSpaceOnUse",
|
|
1625
|
-
x1: 922.488,
|
|
1626
|
-
y1: 322.031,
|
|
1627
|
-
x2: 968.34,
|
|
1628
|
-
y2: 322.031
|
|
1629
|
-
}, React.createElement("stop", {
|
|
1630
|
-
offset: 0,
|
|
1631
|
-
stopColor: "#285a83"
|
|
1632
|
-
}), React.createElement("stop", {
|
|
1633
|
-
offset: 1,
|
|
1634
|
-
stopColor: "#6889a0"
|
|
1635
|
-
})), React.createElement("path", {
|
|
1636
|
-
d: "M925.1 325.6c-5.9-33.4-1.5-62.1 9.7-64.1s25.1 23.5 30.9 57c5.9 33.4 1.5 62.1-9.7 64.1-11.2 1.9-25-23.6-30.9-57z",
|
|
1637
|
-
fill: "url(#welcome_svg__SVGID_91_)"
|
|
1638
|
-
}), React.createElement("path", {
|
|
1639
|
-
className: "welcome_svg__st8",
|
|
1640
|
-
d: "M922.9 307.9c.4 5.7 1.1 11.6 2.2 17.7s2.4 12 4 17.4c9.2-2.1 15.3-11.1 13.7-20.5-1.7-9.4-10.5-15.8-19.9-14.6z"
|
|
1641
|
-
}), React.createElement("path", {
|
|
1642
|
-
className: "welcome_svg__st96",
|
|
1643
|
-
d: "M789.7 344c-1.9-14.9.3-27.1 5.5-28l-4.4.8c-5.2.9-7.4 13.1-5.5 28l4.4-.8z"
|
|
1644
|
-
}), React.createElement("path", {
|
|
1645
|
-
className: "welcome_svg__st96",
|
|
1646
|
-
d: "M799.2 342.3c-1.9-14.9.3-27.1 5.5-28l-4.4.8c-5.2.9-7.4 13.1-5.5 28l4.4-.8zM808.8 340.6c-1.9-14.9.3-27.1 5.5-28l-4.4.8c-5.2.9-7.4 13.1-5.5 28l4.4-.8zM818.4 338.9c-1.9-14.9.3-27.1 5.5-28l-4.4.8c-5.2.9-7.4 13.1-5.5 28l4.4-.8zM802.9 377.1c1.9 11.1 13.3 49.2 23.5 59 5.7-1 10.7-1.9 12.8-2.3s3.9-1.7 2-4.8c-1.9-3.1-10.7-33.2-13.6-56.3-3.4.6-24.7 4.4-24.7 4.4z"
|
|
1647
|
-
}), React.createElement("path", {
|
|
1648
|
-
className: "welcome_svg__st97",
|
|
1649
|
-
d: "M1015.2 311.8c-1 0-1.8-.7-2-1.7-.2-1.1.5-2.1 1.6-2.3l89.3-15.6c1.1-.2 2.1.5 2.3 1.6.2 1.1-.5 2.1-1.6 2.3l-89.3 15.6c0 .1-.1.1-.3.1zM1006.1 287c-.7 0-1.3-.4-1.7-1-.6-1-.2-2.2.7-2.7l78-46.2c1-.6 2.2-.2 2.7.7.6 1 .2 2.2-.7 2.7l-78 46.2c-.3.2-.7.3-1 .3zM988.7 267c-.4 0-.9-.1-1.2-.4-.9-.7-1-1.9-.3-2.8l56.6-70.7c.7-.9 1.9-1 2.8-.3.9.7 1 1.9.3 2.8l-56.6 70.7c-.4.5-1 .7-1.6.7zM1104.1 355.1h-.4l-89-16.9c-1.1-.2-1.8-1.3-1.6-2.3.2-1.1 1.2-1.8 2.3-1.6l89 16.9c1.1.2 1.8 1.3 1.6 2.3-.1 1-1 1.6-1.9 1.6zM1082.9 410.2c-.4 0-.7-.1-1-.3l-77.3-47.3c-.9-.6-1.2-1.8-.7-2.7.6-.9 1.8-1.2 2.8-.7l77.3 47.3c.9.6 1.2 1.8.7 2.7-.5.6-1.2 1-1.8 1z"
|
|
1650
|
-
})), React.createElement("g", {
|
|
1651
|
-
id: "welcome_svg__Magnifier"
|
|
1652
|
-
}, React.createElement("path", {
|
|
1653
|
-
className: "welcome_svg__st2",
|
|
1654
|
-
d: "M1153 832.8c5.7-2.1 10.3-6.8 11.9-13.2 2.4-10-3.7-20.2-13.8-22.6-10-2.4-20.2 3.7-22.6 13.8-1.5 6.3.4 12.7 4.5 17.2-12.8 2.1-24.3 13.2-28.1 28.8l59.8 14.5c3.8-15.6-1.3-30.8-11.7-38.5z"
|
|
1655
|
-
}), React.createElement("linearGradient", {
|
|
1656
|
-
id: "welcome_svg__SVGID_92_",
|
|
1657
|
-
gradientUnits: "userSpaceOnUse",
|
|
1658
|
-
x1: 1077.672,
|
|
1659
|
-
y1: 909.867,
|
|
1660
|
-
x2: 1103.336,
|
|
1661
|
-
y2: 909.867
|
|
1662
|
-
}, React.createElement("stop", {
|
|
1663
|
-
offset: 0,
|
|
1664
|
-
stopColor: "#285a83"
|
|
1665
|
-
}), React.createElement("stop", {
|
|
1666
|
-
offset: 1,
|
|
1667
|
-
stopColor: "#6889a0"
|
|
1668
|
-
})), React.createElement("path", {
|
|
1669
|
-
fill: "url(#welcome_svg__SVGID_92_)",
|
|
1670
|
-
d: "M1088.4 896.9l14.9 10.2-10.7 15.7-14.9-10.2z"
|
|
1671
|
-
}), React.createElement("linearGradient", {
|
|
1672
|
-
id: "welcome_svg__SVGID_93_",
|
|
1673
|
-
gradientUnits: "userSpaceOnUse",
|
|
1674
|
-
x1: 1055.29,
|
|
1675
|
-
y1: 831.697,
|
|
1676
|
-
x2: 1233.094,
|
|
1677
|
-
y2: 831.697
|
|
1678
|
-
}, React.createElement("stop", {
|
|
1679
|
-
offset: 0,
|
|
1680
|
-
stopColor: "#285a83"
|
|
1681
|
-
}), React.createElement("stop", {
|
|
1682
|
-
offset: 1,
|
|
1683
|
-
stopColor: "#6889a0"
|
|
1684
|
-
})), React.createElement("path", {
|
|
1685
|
-
d: "M1194.5 758.4c-40.5-27.8-95.8-17.5-123.6 22.9-27.8 40.5-17.5 95.8 22.9 123.6 40.5 27.8 95.8 17.5 123.6-22.9 27.9-40.4 17.6-95.8-22.9-123.6zm18.4 120.5c-26.1 38-78 47.6-115.9 21.5-38-26.1-47.6-78-21.5-115.9 26.1-38 78-47.6 115.9-21.5 38 26 47.6 77.9 21.5 115.9z",
|
|
1686
|
-
fill: "url(#welcome_svg__SVGID_93_)"
|
|
1687
|
-
}), React.createElement("path", {
|
|
1688
|
-
className: "welcome_svg__st103",
|
|
1689
|
-
d: "M1084.9 804.2c-1.1 0-2.1-.3-3.1-.8-3-1.7-4.1-5.6-2.4-8.7 1-1.8 2.1-3.6 3.3-5.3 14.8-21.6 40.3-33.9 66.5-32.2 3.5.2 6.1 3.3 5.9 6.8-.2 3.5-3.3 6.1-6.8 5.9-21.8-1.5-42.9 8.8-55.2 26.7-1 1.4-1.9 2.9-2.8 4.4-1 2.1-3.2 3.2-5.4 3.2zM1165.8 766c2.4-3.5 7.2-4.4 10.7-2 3.5 2.4 4.4 7.2 2 10.7-2.4 3.5-7.2 4.4-10.7 2-3.5-2.5-4.4-7.2-2-10.7z"
|
|
1690
|
-
}), React.createElement("path", {
|
|
1691
|
-
className: "welcome_svg__st2",
|
|
1692
|
-
d: "M1070.2 907.5l-56.4 82.1c-5.6 8.2-3.6 19.5 4.7 25.1 8.2 5.7 19.5 3.6 25.1-4.7l56.4-82.1-29.8-20.4z"
|
|
1693
|
-
}), React.createElement("linearGradient", {
|
|
1694
|
-
id: "welcome_svg__SVGID_94_",
|
|
1695
|
-
gradientUnits: "userSpaceOnUse",
|
|
1696
|
-
x1: 1010.671,
|
|
1697
|
-
y1: 970.83,
|
|
1698
|
-
x2: 1100.015,
|
|
1699
|
-
y2: 970.83
|
|
1700
|
-
}, React.createElement("stop", {
|
|
1701
|
-
offset: 0,
|
|
1702
|
-
stopColor: "#285a83"
|
|
1703
|
-
}), React.createElement("stop", {
|
|
1704
|
-
offset: 1,
|
|
1705
|
-
stopColor: "#6889a0"
|
|
1706
|
-
})), React.createElement("path", {
|
|
1707
|
-
d: "M1094 923.8l-56.4 82.1c-3.7 5.4-10.6 7.4-17.8 2.5s-9.6-13.7-6-18.8c-5.6 8.2-3.6 19.5 4.7 25.1 8.2 5.7 19.5 3.6 25.1-4.7l56.4-82.1-6-4.1z",
|
|
1708
|
-
fill: "url(#welcome_svg__SVGID_94_)"
|
|
1709
|
-
})), React.createElement("g", {
|
|
1710
|
-
id: "welcome_svg__Speech_bubbles"
|
|
1711
|
-
}, React.createElement("path", {
|
|
1712
|
-
className: "welcome_svg__st8",
|
|
1713
|
-
d: "M1249.4 564.4h188.4c8.7 0 15.7 7 15.7 15.7v104.6c0 8.7-7 15.7-15.7 15.7h-142.4l-33.4 29.8 4.5-29.8h-17c-8.7 0-15.7-7-15.7-15.7V580.1c-.1-8.7 6.9-15.7 15.6-15.7z"
|
|
1714
|
-
}), React.createElement("path", {
|
|
1715
|
-
className: "welcome_svg__st103",
|
|
1716
|
-
d: "M1410.8 628.7h-134.4c-1.7 0-3-1.3-3-3s1.3-3 3-3h134.4c1.7 0 3 1.3 3 3 0 1.6-1.4 3-3 3zM1386.8 667.3h-86.5c-1.7 0-3-1.3-3-3s1.3-3 3-3h86.5c1.7 0 3 1.3 3 3s-1.3 3-3 3zM1410.8 648h-134.4c-1.7 0-3-1.3-3-3s1.3-3 3-3h134.4c1.7 0 3 1.3 3 3s-1.4 3-3 3zM1347.2 604c0-2-1.6-3.6-3.6-3.6s-3.6 1.6-3.6 3.6 1.6 3.6 3.6 3.6c2 .1 3.6-1.6 3.6-3.6zM1332.3 604c0-2-1.6-3.6-3.6-3.6s-3.6 1.6-3.6 3.6 1.6 3.6 3.6 3.6c2 .1 3.6-1.6 3.6-3.6zM1354.8 604c0-2 1.6-3.6 3.6-3.6s3.6 1.6 3.6 3.6-1.6 3.6-3.6 3.6c-2 .1-3.6-1.6-3.6-3.6z"
|
|
1717
|
-
}), React.createElement("g", null, React.createElement("path", {
|
|
1718
|
-
className: "welcome_svg__st2",
|
|
1719
|
-
d: "M1141.5 511l-161.2 45.1c-7.4 2.1-11.8 9.8-9.7 17.2l25 89.5c2.1 7.4 9.8 11.8 17.2 9.7l121.8-34.1 35.7 17.5-11-24.5 14.6-4.1c7.4-2.1 11.8-9.8 9.7-17.2l-25-89.5c-1.9-7.3-9.6-11.6-17.1-9.6z"
|
|
1720
|
-
}), React.createElement("path", {
|
|
1721
|
-
className: "welcome_svg__st103",
|
|
1722
|
-
d: "M1018.1 605.1c-1.3 0-2.5-.9-2.9-2.2-.4-1.6.5-3.3 2.1-3.7l115-32.1c1.6-.4 3.3.5 3.7 2.1.4 1.6-.5 3.3-2.1 3.7l-115 32.1c-.2.1-.5.1-.8.1zM1047.8 632.4c-1.3 0-2.5-.9-2.9-2.2-.4-1.6.5-3.3 2.1-3.7l74-20.7c1.6-.4 3.3.5 3.7 2.1.4 1.6-.5 3.3-2.1 3.7l-74 20.7c-.2.1-.5.1-.8.1zM1022.7 621.6c-1.3 0-2.5-.9-2.9-2.2-.4-1.6.5-3.3 2.1-3.7l115-32.1c1.6-.4 3.3.5 3.7 2.1.4 1.6-.5 3.3-2.1 3.7l-115 32.1c-.2.1-.5.1-.8.1zM1067.3 568.4c-.5-1.7.5-3.5 2.2-4 1.7-.5 3.5.5 4 2.2.5 1.7-.5 3.5-2.2 4-1.7.5-3.5-.5-4-2.2zM1080 564.8c-.5-1.7.5-3.5 2.2-4 1.7-.5 3.5.5 4 2.2.5 1.7-.5 3.5-2.2 4-1.7.5-3.5-.5-4-2.2zM1060.8 570.2c-.5-1.7-2.3-2.7-4-2.2-1.7.5-2.7 2.3-2.2 4 .5 1.7 2.3 2.7 4 2.2 1.7-.5 2.7-2.3 2.2-4z"
|
|
1723
|
-
}))), React.createElement("g", {
|
|
1724
|
-
id: "welcome_svg__Man"
|
|
1725
|
-
}, React.createElement("path", {
|
|
1726
|
-
className: "welcome_svg__st96",
|
|
1727
|
-
d: "M374.4 737.7c-.1-3.7-1.7-6.7 0-9 3-4.2 10.5-4.8 22.3-7.1 1 7.8 3.9 16.2 6.7 22-3.5 1.7-5.9 3.5-6.9 5.4-9 17.5-7.4 35.4-14.9 36.2-3.5.3-6.9-31.9-7.2-47.5zM336.8 614.6c1.9-6-.1-7.8 4.1-12 3.6-3.5 12.4-.9 25.5 1.6-1.4 6.9-2.7 17.1-3.1 22.2-4.3.2-7.6.9-9.5 2.5-15.1 12.6-21.3 31.3-27.9 27.5-3.1-1.7 5.5-25.2 10.9-41.8z"
|
|
1728
|
-
}), React.createElement("linearGradient", {
|
|
1729
|
-
id: "welcome_svg__SVGID_95_",
|
|
1730
|
-
gradientUnits: "userSpaceOnUse",
|
|
1731
|
-
x1: 431.987,
|
|
1732
|
-
y1: 574.817,
|
|
1733
|
-
x2: 685.153,
|
|
1734
|
-
y2: 619.446,
|
|
1735
|
-
gradientTransform: "scale(-1 1) rotate(23.417 59.967 -1947.172)"
|
|
1736
|
-
}, React.createElement("stop", {
|
|
1737
|
-
offset: 0,
|
|
1738
|
-
stopColor: "#285a83"
|
|
1739
|
-
}), React.createElement("stop", {
|
|
1740
|
-
offset: 1,
|
|
1741
|
-
stopColor: "#6889a0"
|
|
1742
|
-
})), React.createElement("path", {
|
|
1743
|
-
d: "M374.3 603.3c-2.6-.4-5.3-1-7.7-1.4-1.4 6.9-2.8 19.4-3.3 24.5 30.3-1.2 113.2 27.2 145.6 16.7L493.8 604c-51.1-7.6-73.3 6.5-119.5-.7z",
|
|
1744
|
-
fill: "url(#welcome_svg__SVGID_95_)"
|
|
1745
|
-
}), React.createElement("linearGradient", {
|
|
1746
|
-
id: "welcome_svg__SVGID_96_",
|
|
1747
|
-
gradientUnits: "userSpaceOnUse",
|
|
1748
|
-
x1: 452.83,
|
|
1749
|
-
y1: 560.852,
|
|
1750
|
-
x2: 696.02,
|
|
1751
|
-
y2: 603.722,
|
|
1752
|
-
gradientTransform: "scale(-1 1) rotate(-4.163 -42.459 15410.614)"
|
|
1753
|
-
}, React.createElement("stop", {
|
|
1754
|
-
offset: 0,
|
|
1755
|
-
stopColor: "#285a83"
|
|
1756
|
-
}), React.createElement("stop", {
|
|
1757
|
-
offset: 1,
|
|
1758
|
-
stopColor: "#6889a0"
|
|
1759
|
-
})), React.createElement("path", {
|
|
1760
|
-
d: "M590.4 500.6c-57.9 33.8-37.6 69.6-96.7 103.4l9.7 39c38.3 6.5 121.9-82.5 137.8-102.5.1-.1-38.5-30.5-50.8-39.9z",
|
|
1761
|
-
fill: "url(#welcome_svg__SVGID_96_)"
|
|
1762
|
-
}), React.createElement("path", {
|
|
1763
|
-
className: "welcome_svg__st107",
|
|
1764
|
-
d: "M498.7 489.5s-21.1 8-22.5 17.6c-1.5 9.6 1.7 11.1 3.1 11.8 3.4 1.8 16-13.5 19.3-10.8 3.3 2.6-6.1 8.5-5 9.4 1 .9 13.3-7 15.1-15.6.8-4.2 12.2-14.6 25.1-24.9l-9.7-12.2c-13.4 12.9-25.4 24.7-25.4 24.7zM805.2 408.9s19.8-4.8 21.6-14.4c1.9-9.6 6.9-16.1 5.5-16.9-3.3-1.9-23.1 15.4-26.2 12.7-.4-1.5-1.1-4.1-1.5-5.7-2.1 1.2-6.7 2.9-8.8 11.5-1 4.2-8.4 11-17.5 30.3l7.8 10.7c13.8-12.3 19.1-28.2 19.1-28.2z"
|
|
1765
|
-
}), React.createElement("linearGradient", {
|
|
1766
|
-
id: "welcome_svg__SVGID_97_",
|
|
1767
|
-
gradientUnits: "userSpaceOnUse",
|
|
1768
|
-
x1: 640.15,
|
|
1769
|
-
y1: 391.104,
|
|
1770
|
-
x2: 492.563,
|
|
1771
|
-
y2: 507.398,
|
|
1772
|
-
gradientTransform: "rotate(4.163 585.001 611.652)"
|
|
1773
|
-
}, React.createElement("stop", {
|
|
1774
|
-
offset: 0.148,
|
|
1775
|
-
stopColor: "#eb8489"
|
|
1776
|
-
}), React.createElement("stop", {
|
|
1777
|
-
offset: 0.472,
|
|
1778
|
-
stopColor: "#d76a74"
|
|
1779
|
-
}), React.createElement("stop", {
|
|
1780
|
-
offset: 0.768,
|
|
1781
|
-
stopColor: "#ca5b67"
|
|
1782
|
-
}), React.createElement("stop", {
|
|
1783
|
-
offset: 1,
|
|
1784
|
-
stopColor: "#c65563"
|
|
1785
|
-
})), React.createElement("path", {
|
|
1786
|
-
d: "M563.8 429c-2.4.9-46.1 41.3-61.8 56.3l9.6 12.7c15.2-9.9 56.5-43.6 63.7-47 13.7-6.6 60.2-12.2 60.2-12.2l18.2-50.2c-14.9 5.1-76.1 35-89.9 40.4z",
|
|
1787
|
-
fill: "url(#welcome_svg__SVGID_97_)"
|
|
1788
|
-
}), React.createElement("linearGradient", {
|
|
1789
|
-
id: "welcome_svg__SVGID_98_",
|
|
1790
|
-
gradientUnits: "userSpaceOnUse",
|
|
1791
|
-
x1: 424.66,
|
|
1792
|
-
y1: 554.962,
|
|
1793
|
-
x2: 661.349,
|
|
1794
|
-
y2: 739.95,
|
|
1795
|
-
gradientTransform: "scale(-1 1) rotate(21.212 25.388 -2193.695)"
|
|
1796
|
-
}, React.createElement("stop", {
|
|
1797
|
-
offset: 0,
|
|
1798
|
-
stopColor: "#285a83"
|
|
1799
|
-
}), React.createElement("stop", {
|
|
1800
|
-
offset: 1,
|
|
1801
|
-
stopColor: "#6889a0"
|
|
1802
|
-
})), React.createElement("path", {
|
|
1803
|
-
d: "M405.2 717.6c-3.3.8-6.2 1.7-9 2.2 1 7.8 4.3 17.8 7.1 23.6 29-14.1 132.9-26.5 161-45.5L535 667.6c-46.6 10.7-84.5 38.5-129.8 50z",
|
|
1804
|
-
fill: "url(#welcome_svg__SVGID_98_)"
|
|
1805
|
-
}), React.createElement("linearGradient", {
|
|
1806
|
-
id: "welcome_svg__SVGID_99_",
|
|
1807
|
-
gradientUnits: "userSpaceOnUse",
|
|
1808
|
-
x1: 428.12,
|
|
1809
|
-
y1: 543.974,
|
|
1810
|
-
x2: 655.926,
|
|
1811
|
-
y2: 722.021,
|
|
1812
|
-
gradientTransform: "scale(-1 1) rotate(-4.163 -42.459 15410.614)"
|
|
1813
|
-
}, React.createElement("stop", {
|
|
1814
|
-
offset: 0,
|
|
1815
|
-
stopColor: "#285a83"
|
|
1816
|
-
}), React.createElement("stop", {
|
|
1817
|
-
offset: 1,
|
|
1818
|
-
stopColor: "#6889a0"
|
|
1819
|
-
})), React.createElement("path", {
|
|
1820
|
-
d: "M651.7 548s-47.4-37.1-61.3-47.4c-43 48.8-4.3 95-55.4 167l29.3 30.5c39.2-22.4 81.6-125.2 87.4-150.1z",
|
|
1821
|
-
fill: "url(#welcome_svg__SVGID_99_)"
|
|
1822
|
-
}), React.createElement("linearGradient", {
|
|
1823
|
-
id: "welcome_svg__SVGID_100_",
|
|
1824
|
-
gradientUnits: "userSpaceOnUse",
|
|
1825
|
-
x1: 590.444,
|
|
1826
|
-
y1: 467.527,
|
|
1827
|
-
x2: 842.794,
|
|
1828
|
-
y2: 467.527
|
|
1829
|
-
}, React.createElement("stop", {
|
|
1830
|
-
offset: 0.148,
|
|
1831
|
-
stopColor: "#eb8489"
|
|
1832
|
-
}), React.createElement("stop", {
|
|
1833
|
-
offset: 0.384,
|
|
1834
|
-
stopColor: "#e57d83"
|
|
1835
|
-
}), React.createElement("stop", {
|
|
1836
|
-
offset: 0.728,
|
|
1837
|
-
stopColor: "#d66973"
|
|
1838
|
-
}), React.createElement("stop", {
|
|
1839
|
-
offset: 1,
|
|
1840
|
-
stopColor: "#c65563"
|
|
1841
|
-
})), React.createElement("path", {
|
|
1842
|
-
d: "M789.5 403c-6.5 12.9-30.1 52.9-33.6 55.9-14.6-17-39.2-56.2-47.4-58.7-4.6-1.4-13.8-2.2-19-5.5-23-14.6-48.6-7.5-58.4 13.3-6.6 14.1-18.9 56.1-40.7 92.5l61.3 47.4c16-19.3 34.8-39.1 47-70.1 2.7-7 9.1-19.3 12.6-16.3 17.6 15 41.6 36.7 57.3 29.8 8.5-6.1 33.4-67.2 36.4-79.9l-15.5-8.4z",
|
|
1843
|
-
fill: "url(#welcome_svg__SVGID_100_)"
|
|
1844
|
-
}), React.createElement("path", {
|
|
1845
|
-
className: "welcome_svg__st112",
|
|
1846
|
-
d: "M690 386.1c.5 3.9 1.1 9.5 1.1 9.5-5.5 4.2-26.6-2.6-26.3-7.5 3.2-7.2 7-22.5 7-22.5l18.2 20.5z"
|
|
1847
|
-
}), React.createElement("path", {
|
|
1848
|
-
className: "welcome_svg__st112",
|
|
1849
|
-
d: "M714.5 345.9c-.9 8.4-3.1 33.7-10.4 40.8-6 5.8-14.3 4.6-25.7-3.7-11.4-8.2-4.9-31.6-4.5-38.8.6-11.4 42-10.5 40.6 1.7z"
|
|
1850
|
-
}), React.createElement("path", {
|
|
1851
|
-
className: "welcome_svg__st96",
|
|
1852
|
-
d: "M674.4 328.8c18-14.3 15.8-5.9 13.3-3.4 16.2-7.2 38.4-8.8 42.8-5 4.5 3.8 5.2 15.1-6.8 22.1-12 7-13.3 2.6-19 2.6-5.6.1-4.3 10.7-4.6 13-.1.6-1 .9-1.5.6-2.4-1.6-3.7-1.8-4.7-.1-1.2 1.9-1.5 5.6.4 7 1 .8 1.9.9 3 .9-9.2 16.4-24.5 5.9-27 4.7-3.9-1.7-14-28.1 4.1-42.4z"
|
|
1853
|
-
})), React.createElement("g", {
|
|
1854
|
-
id: "welcome_svg__Woman"
|
|
1855
|
-
}, React.createElement("path", {
|
|
1856
|
-
className: "welcome_svg__st112",
|
|
1857
|
-
d: "M1428.3 805.6c-3.9-4.8-4.3-9.7-2.7-16 1.6-6.2 18.3-43.2-10.3-52.3-19-6-23.5 11.5-26 18.5-2.5 6.9-8.3 36.8 10.3 37 1.7 3.5-.7 8.2-2.9 10.6 11.6 2.2 31.6 2.2 31.6 2.2z"
|
|
1858
|
-
}), React.createElement("linearGradient", {
|
|
1859
|
-
id: "welcome_svg__SVGID_101_",
|
|
1860
|
-
gradientUnits: "userSpaceOnUse",
|
|
1861
|
-
x1: 1445.765,
|
|
1862
|
-
y1: 819.793,
|
|
1863
|
-
x2: 1701.479,
|
|
1864
|
-
y2: 864.871,
|
|
1865
|
-
gradientTransform: "rotate(22.048 1030.79 775.798)"
|
|
1866
|
-
}, React.createElement("stop", {
|
|
1867
|
-
offset: 0,
|
|
1868
|
-
stopColor: "#285a83"
|
|
1869
|
-
}), React.createElement("stop", {
|
|
1870
|
-
offset: 1,
|
|
1871
|
-
stopColor: "#6889a0"
|
|
1872
|
-
})), React.createElement("path", {
|
|
1873
|
-
d: "M1619.3 1074c-48.9 8.8-65.6-2.8-119.4.6-33.8-53 17.4-96.9-34.8-157.9-14.3 5.3-68.3 25.3-68.3 25.3 5.7 26.5 40.7 163.6 80.2 175.4 34.6 10.3 121.9-22 154.1-21.4-.6-5.4-2.3-16.2-3.9-23.5-2.5.5-5.1 1-7.9 1.5z",
|
|
1874
|
-
fill: "url(#welcome_svg__SVGID_101_)"
|
|
1875
|
-
}), React.createElement("path", {
|
|
1876
|
-
className: "welcome_svg__st96",
|
|
1877
|
-
d: "M1659 1082.7c-2.2-6.3-.1-8.3-4.7-12.6-3.9-3.6-13.1-.6-27 2.4 1.6 7.3 3.2 18.1 3.9 23.5 4.6.1 8.1.8 10.1 2.4 16.4 13 23.4 32.6 30.3 28.5 3.2-2-6.5-26.7-12.6-44.2z"
|
|
1878
|
-
}), React.createElement("path", {
|
|
1879
|
-
className: "welcome_svg__st112",
|
|
1880
|
-
d: "M1442.8 810.4c12.8 10.6 63.8 67.3 75.4 77.9 3.7 3.4 38.9 79.9 38.9 79.9s17.9 15.9 15.7 26c-2.2 10.1-5.9 10.4-7.6 10.6-4 .5-10.8-19.4-15.1-18.1-4.3 1.4 2.8 10.7 1.4 11.2s-10.5-12-9-21.2-28.8-62.3-40.1-74.4c-14.2-15.2-61.8-49.9-61.8-49.9l2.2-42z"
|
|
1881
|
-
}), React.createElement("linearGradient", {
|
|
1882
|
-
id: "welcome_svg__SVGID_102_",
|
|
1883
|
-
gradientUnits: "userSpaceOnUse",
|
|
1884
|
-
x1: 1373.268,
|
|
1885
|
-
y1: 745.638,
|
|
1886
|
-
x2: 1453.178,
|
|
1887
|
-
y2: 706.912,
|
|
1888
|
-
gradientTransform: "rotate(22.048 1030.79 775.798)"
|
|
1889
|
-
}, React.createElement("stop", {
|
|
1890
|
-
offset: 0.148,
|
|
1891
|
-
stopColor: "#eb8489"
|
|
1892
|
-
}), React.createElement("stop", {
|
|
1893
|
-
offset: 0.384,
|
|
1894
|
-
stopColor: "#e57d83"
|
|
1895
|
-
}), React.createElement("stop", {
|
|
1896
|
-
offset: 0.728,
|
|
1897
|
-
stopColor: "#d66973"
|
|
1898
|
-
}), React.createElement("stop", {
|
|
1899
|
-
offset: 1,
|
|
1900
|
-
stopColor: "#c65563"
|
|
1901
|
-
})), React.createElement("path", {
|
|
1902
|
-
d: "M1465.1 916.7l-76.3 28.3c1.1-31-5-57.3-19.3-72.3-10.3-10.8-22.8-24.5-1.2-51.6 8.2-10.3 23.6-17.8 29.7-17.6 9.5.3 18.7.5 27.6 1.2 8.4.6 15.5 4 17.3 5.8.5 7.1-.1 14.7.3 24.1.7 16.5 2.6 35.1 21.9 82.1z",
|
|
1903
|
-
fill: "url(#welcome_svg__SVGID_102_)"
|
|
1904
|
-
}), React.createElement("path", {
|
|
1905
|
-
className: "welcome_svg__st112",
|
|
1906
|
-
d: "M1383.5 808.5c-17.1-.7-55.7 3.4-62.4-6-6.7-9.4-3.3-72.9-.9-78.2 2.4-5.3 3.9-6.9 4.9-9.4 1-2.5 3.1-9 3.1-9-2.1 1.9-6.8 6-6.8 6 .7-4.4.3-24.8-4.1-22.8s-13.6 10.4-14 22.5c-.3 8.1 3.3 15.5 2.4 20.6-6.3 35.1-14.3 76.5-1.8 88.1 16.6 15.5 52.5 16 62.6 16.9 10.3.9 20.8-2.4 24-13 3.2-10.7 1.6-15.4-7-15.7z"
|
|
1907
|
-
}), React.createElement("linearGradient", {
|
|
1908
|
-
id: "welcome_svg__SVGID_103_",
|
|
1909
|
-
gradientUnits: "userSpaceOnUse",
|
|
1910
|
-
x1: 1421.576,
|
|
1911
|
-
y1: 803.955,
|
|
1912
|
-
x2: 1661.717,
|
|
1913
|
-
y2: 991.643,
|
|
1914
|
-
gradientTransform: "rotate(22.048 1030.79 775.798)"
|
|
1915
|
-
}, React.createElement("stop", {
|
|
1916
|
-
offset: 0,
|
|
1917
|
-
stopColor: "#285a83"
|
|
1918
|
-
}), React.createElement("stop", {
|
|
1919
|
-
offset: 1,
|
|
1920
|
-
stopColor: "#6889a0"
|
|
1921
|
-
})), React.createElement("path", {
|
|
1922
|
-
d: "M1570.9 1168.9c-3-.6-6.2-1.4-9.7-2.3-47.9-12.9-78.9-34.4-129-54.2-2.8-98 72.5-143.5 32.9-195.7-15 5.6-76.3 28.3-76.3 28.3-6.1 26.4-26.3 168.8 4.5 196.3 27.4 24.5 139.6 35.4 170.2 50.8 3-6.1 6.2-15 7.4-23.2z",
|
|
1923
|
-
fill: "url(#welcome_svg__SVGID_103_)"
|
|
1924
|
-
}), React.createElement("path", {
|
|
1925
|
-
className: "welcome_svg__st96",
|
|
1926
|
-
d: "M1594.2 1186.3c.1-4 1.9-7.1.2-9.5-3.1-4.5-11.1-5.3-23.5-7.9-1.2 8.2-4.3 17.1-7.4 23.2 3.7 1.9 6.2 3.8 7.2 5.8 9.3 18.8 7.3 37.7 15.3 38.7 3.6.4 7.7-33.7 8.2-50.3zM1519.9 797.5c-15.2-9.7 4.7-15.9.2-25.1-8-16.5-30.1-7-30.4-12.5-.3-5 18.2-1.5 16.7-6.7-2-7.2-18.7-5.8-38.4-3.7-20.3 2.2-24.7-11.7-36.2-18.9-18.8-11.9-37.4-.5-39.5 17.1 7.1.5 2 12.5 5.9 15.3 1.3.9 4.9-5.7 7.6-3.1 3.5 3.3-10.9 14.4-6 21.7.6.9 1.8 1.5 3.4 1.9.1 0 .2 0 .2.1 5.2 1.2 16 10.5 9.8 25.1-6.4 14.8-6.6 26 3.2 26.5 8 .4 5.6-14 14-19 5.1-3.1 9.3 5.4 12.5 12 2.9 6 14.9 10.6 18.3 2.2 2-4.8-7.4-11.4-1-11.5 10.1 8.4 19.3 14.9 23.4 13.8 11.6-3.2 5.8-15.6 10.8-17.9 3.6-1.7 28 12.9 35.7 6.1s-3.7-19.3-10.2-23.4z"
|
|
1927
|
-
}), React.createElement("path", {
|
|
1928
|
-
className: "welcome_svg__st2",
|
|
1929
|
-
d: "M1519.9 797.5c-15.2-9.7 4.7-15.9.2-25.1-8-16.5-30.1-7-30.4-12.5-.3-5 18.2-1.5 16.7-6.7-2-7.2-18.7-5.8-38.4-3.7-20.3 2.2-24.7-11.7-36.2-18.9-18.8-11.9-37.4-.5-39.5 17.1 1.3.1 2.1.6 2.7 1.3 6.3-11.3 15-19.6 26.9-12.9 11.9 6.7 25.4 21 42.3 21.2 16.9.2 10.8 10.5 20.4 11.3 22.6 1.9 9.5 11.6 16.2 21.4 6.7 9.8 30.3 9.8 31.5 26.5 1.4-6.9-7.1-15.7-12.4-19z"
|
|
1930
|
-
}), React.createElement("path", {
|
|
1931
|
-
d: "M1460.2 818.8c10.1 8.4 19.3 14.9 23.4 13.8 9.3-2.6 7.4-11 8.8-15.4-5.2 16.6-19.6-3.3-28-8-9-5-10.7 5.7-16.2 6.2-4.1.4-6.9-10.5-15-9.7-8.2.9-12.4 5.9-11.5-.8 1.7-12.1-5.5-20.7-14.8-23.6-9.3-2.9-6.8-6.5-6.1-9.2-1.7 3.3-2.7 6.7-.8 9.5.6.9 1.8 1.5 3.4 1.9.1 0 .2 0 .2.1 5.2 1.2 16 10.5 9.8 25.1-6.4 14.8-6.6 26 3.2 26.5 8 .4 5.6-14 14-19 5.1-3.1 9.3 5.4 12.5 12 2.9 6 14.9 10.6 18.3 2.2 1.8-4.9-7.6-11.6-1.2-11.6z",
|
|
1932
|
-
fill: "#1c4663"
|
|
1933
|
-
})), React.createElement("g", {
|
|
1934
|
-
id: "welcome_svg__Eye_symbols"
|
|
1935
|
-
}, React.createElement("path", {
|
|
1936
|
-
className: "welcome_svg__st8",
|
|
1937
|
-
d: "M915.5 798.2c7.6 3.1 23.2 10.2 38.1 3.9 14.9-6.3 20.6-22.5 23.7-30.1-7.6-3.1-23.2-10.2-38.1-3.9-14.9 6.3-20.6 22.5-23.7 30.1z"
|
|
1938
|
-
}), React.createElement("path", {
|
|
1939
|
-
className: "welcome_svg__st103",
|
|
1940
|
-
d: "M936.3 789.2c-2.3-5.5.3-11.9 5.8-14.3 5.5-2.3 11.9.3 14.3 5.8 2.3 5.5-.3 11.9-5.8 14.3-5.5 2.4-11.9-.2-14.3-5.8z"
|
|
1941
|
-
}), React.createElement("path", {
|
|
1942
|
-
className: "welcome_svg__st8",
|
|
1943
|
-
d: "M941.6 787c-1.1-2.6.1-5.7 2.8-6.8 2.6-1.1 5.7.1 6.8 2.8 1.1 2.6-.1 5.7-2.8 6.8-2.7 1.1-5.7-.2-6.8-2.8z"
|
|
1944
|
-
}), React.createElement("path", {
|
|
1945
|
-
className: "welcome_svg__st103",
|
|
1946
|
-
d: "M1660.1 717.3c4.5 6.9 13.3 21.6 29.2 24.8 15.9 3.3 29.7-6.8 36.6-11.3-4.5-6.9-13.3-21.6-29.2-24.8-15.9-3.3-29.7 6.8-36.6 11.3z"
|
|
1947
|
-
}), React.createElement("path", {
|
|
1948
|
-
className: "welcome_svg__st2",
|
|
1949
|
-
d: "M1682.3 721.7c1.2-5.9 7-9.7 12.9-8.5 5.9 1.2 9.7 7 8.5 12.9-1.2 5.9-7 9.7-12.9 8.5-5.9-1.2-9.7-7-8.5-12.9z"
|
|
1950
|
-
}), React.createElement("path", {
|
|
1951
|
-
className: "welcome_svg__st103",
|
|
1952
|
-
d: "M1687.9 722.9c.6-2.8 3.3-4.6 6.1-4 2.8.6 4.6 3.3 4 6.1-.6 2.8-3.3 4.6-6.1 4-2.7-.6-4.5-3.3-4-6.1z"
|
|
1953
|
-
}), React.createElement("g", null, React.createElement("path", {
|
|
1954
|
-
className: "welcome_svg__st103",
|
|
1955
|
-
d: "M680.2 783.4c4.5 6.9 13.3 21.6 29.2 24.8 15.9 3.3 29.7-6.8 36.6-11.3-4.5-6.9-13.3-21.6-29.2-24.8-15.9-3.3-29.8 6.8-36.6 11.3z"
|
|
1956
|
-
}), React.createElement("path", {
|
|
1957
|
-
className: "welcome_svg__st2",
|
|
1958
|
-
d: "M702.4 787.8c1.2-5.9 7-9.7 12.9-8.5 5.9 1.2 9.7 7 8.5 12.9-1.2 5.9-7 9.7-12.9 8.5-5.9-1.2-9.7-7-8.5-12.9z"
|
|
1959
|
-
}), React.createElement("path", {
|
|
1960
|
-
className: "welcome_svg__st103",
|
|
1961
|
-
d: "M708 789c.6-2.8 3.3-4.6 6.1-4 2.8.6 4.6 3.3 4 6.1-.6 2.8-3.3 4.6-6.1 4-2.8-.6-4.6-3.3-4-6.1z"
|
|
1962
|
-
})), React.createElement("g", null, React.createElement("path", {
|
|
1963
|
-
className: "welcome_svg__st103",
|
|
1964
|
-
d: "M1256.4 201.9c4.5 6.9 13.3 21.6 29.2 24.8 15.9 3.3 29.7-6.8 36.6-11.3-4.5-6.9-13.3-21.6-29.2-24.8-15.9-3.3-29.7 6.8-36.6 11.3z"
|
|
1965
|
-
}), React.createElement("path", {
|
|
1966
|
-
className: "welcome_svg__st2",
|
|
1967
|
-
d: "M1278.6 206.3c1.2-5.9 7-9.7 12.9-8.5 5.9 1.2 9.7 7 8.5 12.9-1.2 5.9-7 9.7-12.9 8.5-5.9-1.3-9.7-7-8.5-12.9z"
|
|
1968
|
-
}), React.createElement("path", {
|
|
1969
|
-
className: "welcome_svg__st103",
|
|
1970
|
-
d: "M1284.2 207.4c.6-2.8 3.3-4.6 6.1-4 2.8.6 4.6 3.3 4 6.1-.6 2.8-3.3 4.6-6.1 4-2.8-.5-4.6-3.3-4-6.1z"
|
|
1971
|
-
})), React.createElement("g", null, React.createElement("path", {
|
|
1972
|
-
className: "welcome_svg__st96",
|
|
1973
|
-
d: "M1029.6 1243.7c10.5 4.7 32 15.5 53.3 7.4 21.3-8.1 30.1-30.5 34.8-41-10.5-4.7-32-15.5-53.3-7.4-21.3 8.1-30.1 30.4-34.8 41z"
|
|
1974
|
-
}), React.createElement("path", {
|
|
1975
|
-
className: "welcome_svg__st3",
|
|
1976
|
-
d: "M1059.3 1232.1c-3-7.9.9-16.7 8.8-19.8 7.9-3 16.7.9 19.8 8.8 3 7.9-.9 16.7-8.8 19.8-8 3.1-16.8-.9-19.8-8.8z"
|
|
1977
|
-
}), React.createElement("path", {
|
|
1978
|
-
className: "welcome_svg__st2",
|
|
1979
|
-
d: "M1066.7 1229.3c-1.4-3.8.4-8 4.2-9.4 3.8-1.4 8 .4 9.4 4.2 1.4 3.8-.4 8-4.2 9.4-3.7 1.4-7.9-.5-9.4-4.2z"
|
|
1980
|
-
}), React.createElement("path", {
|
|
1981
|
-
className: "welcome_svg__st117",
|
|
1982
|
-
d: "M1057.7 1187.1c-.8 0-1.6-.5-1.9-1.3l-4-10.5c-.4-1 .1-2.2 1.2-2.6 1-.4 2.2.1 2.6 1.2l4 10.5c.4 1-.1 2.2-1.2 2.6-.2.1-.5.1-.7.1zM1075.4 1184.3c-.1 0-.1 0 0 0-1.2 0-2-1-2-2.1l.5-11.2c0-1.1 1-2 2.1-1.9 1.1 0 2 1 1.9 2.1l-.5 11.2c-.1 1-1 1.9-2 1.9zM1042.6 1196.8c-.5 0-1-.2-1.4-.6l-7.8-8c-.8-.8-.8-2.1 0-2.8.8-.8 2.1-.8 2.8 0l7.8 8c.8.8.8 2.1 0 2.8-.4.4-.9.6-1.4.6zM1093.6 1281c-.8 0-1.6-.5-1.9-1.3l-4-10.5c-.4-1 .1-2.2 1.2-2.6 1-.4 2.2.1 2.6 1.2l4 10.5c.4 1-.1 2.2-1.2 2.6-.3.1-.5.1-.7.1zM1112.4 1269c-.5 0-1-.2-1.4-.6l-7.8-8c-.8-.8-.8-2.1 0-2.8.8-.8 2.1-.8 2.8 0l7.8 8c.8.8.8 2.1 0 2.8-.4.4-.9.6-1.4.6zM1071.5 1284.6c-.1 0-.1 0 0 0-1.2 0-2-1-2-2.1l.5-11.2c0-1.1.9-2 2.1-1.9 1.1 0 2 1 1.9 2.1l-.5 11.2c-.1 1.1-1 1.9-2 1.9z"
|
|
1983
|
-
}))), React.createElement("g", {
|
|
1984
|
-
id: "welcome_svg__Circles_with_symbols"
|
|
1985
|
-
}, React.createElement("circle", {
|
|
1986
|
-
className: "welcome_svg__st3",
|
|
1987
|
-
cx: 435.1,
|
|
1988
|
-
cy: 303.7,
|
|
1989
|
-
r: 68.4
|
|
1990
|
-
}), React.createElement("path", {
|
|
1991
|
-
className: "welcome_svg__st96",
|
|
1992
|
-
d: "M410.9 346.2c-4.9 0-9.5-1.9-13-5.4-3.5-3.5-5.4-8.1-5.4-13s1.9-9.5 5.4-13l16.9-16.9c1.2-1.2 3.1-1.2 4.2 0 1.2 1.2 1.2 3.1 0 4.2L402.1 319c-2.3 2.3-3.6 5.4-3.6 8.7s1.3 6.4 3.6 8.7c2.3 2.3 5.4 3.6 8.7 3.6s6.4-1.3 8.7-3.6l16.9-16.9c4.8-4.8 4.8-12.6 0-17.5-1.2-1.2-1.2-3.1 0-4.2 1.2-1.2 3.1-1.2 4.2 0 7.2 7.2 7.2 18.8 0 25.9l-16.9 16.9c-3.3 3.7-7.9 5.6-12.8 5.6z"
|
|
1993
|
-
}), React.createElement("path", {
|
|
1994
|
-
className: "welcome_svg__st8",
|
|
1995
|
-
d: "M453.1 310.4c-.8 0-1.5-.3-2.1-.9-1.2-1.2-1.2-3.1 0-4.2l16.9-16.9c2.3-2.3 3.6-5.4 3.6-8.7 0-3.3-1.3-6.4-3.6-8.7-2.3-2.3-5.4-3.6-8.7-3.6s-6.4 1.3-8.7 3.6l-16.9 16.9c-4.8 4.8-4.8 12.6 0 17.5 1.2 1.2 1.2 3.1 0 4.2-1.2 1.2-3.1 1.2-4.2 0-7.2-7.2-7.2-18.8 0-25.9l16.9-16.9c3.5-3.5 8.1-5.4 13-5.4s9.5 1.9 13 5.4c3.5 3.5 5.4 8.1 5.4 13s-1.9 9.5-5.4 13l-16.9 16.9c-.7.4-1.5.7-2.3.7z"
|
|
1996
|
-
}), React.createElement("circle", {
|
|
1997
|
-
className: "welcome_svg__st3",
|
|
1998
|
-
cx: 1822.7,
|
|
1999
|
-
cy: 1053.3,
|
|
2000
|
-
r: 68.4
|
|
2001
|
-
}), React.createElement("path", {
|
|
2002
|
-
className: "welcome_svg__st96",
|
|
2003
|
-
d: "M1798.6 1095.8c-4.9 0-9.5-1.9-13-5.4-3.5-3.5-5.4-8.1-5.4-13s1.9-9.5 5.4-13l16.9-16.9c1.2-1.2 3.1-1.2 4.2 0 1.2 1.2 1.2 3.1 0 4.2l-16.9 16.9c-2.3 2.3-3.6 5.4-3.6 8.7s1.3 6.4 3.6 8.7c2.3 2.3 5.4 3.6 8.7 3.6 3.3 0 6.4-1.3 8.7-3.6l16.9-16.9c4.8-4.8 4.8-12.6 0-17.5-1.2-1.2-1.2-3.1 0-4.2 1.2-1.2 3.1-1.2 4.2 0 7.2 7.2 7.2 18.8 0 25.9l-16.9 16.9c-3.3 3.7-8 5.6-12.8 5.6z"
|
|
2004
|
-
}), React.createElement("path", {
|
|
2005
|
-
className: "welcome_svg__st8",
|
|
2006
|
-
d: "M1840.8 1060c-.8 0-1.5-.3-2.1-.9-1.2-1.2-1.2-3.1 0-4.2l16.9-16.9c2.3-2.3 3.6-5.4 3.6-8.7 0-3.3-1.3-6.4-3.6-8.7-2.3-2.3-5.4-3.6-8.7-3.6s-6.4 1.3-8.7 3.6l-16.9 16.9c-4.8 4.8-4.8 12.6 0 17.5 1.2 1.2 1.2 3.1 0 4.2-1.2 1.2-3.1 1.2-4.2 0-7.2-7.2-7.2-18.8 0-25.9l16.9-16.9c3.5-3.5 8.1-5.4 13-5.4s9.5 1.9 13 5.4c3.5 3.5 5.4 8.1 5.4 13s-1.9 9.5-5.4 13l-16.9 16.9c-.8.4-1.6.7-2.3.7z"
|
|
2007
|
-
}), React.createElement("path", {
|
|
2008
|
-
transform: "rotate(-41.753 1395.92 471.646)",
|
|
2009
|
-
className: "welcome_svg__st118",
|
|
2010
|
-
d: "M1317.1 469.6h157.4v4h-157.4z"
|
|
2011
|
-
}), React.createElement("path", {
|
|
2012
|
-
transform: "rotate(-28.813 1293.894 445.702)",
|
|
2013
|
-
className: "welcome_svg__st118",
|
|
2014
|
-
d: "M1292 356.2h4v178.9h-4z"
|
|
2015
|
-
}), React.createElement("circle", {
|
|
2016
|
-
transform: "rotate(-13.579 226.365 943.301)",
|
|
2017
|
-
className: "welcome_svg__st96",
|
|
2018
|
-
cx: 226.4,
|
|
2019
|
-
cy: 943.5,
|
|
2020
|
-
r: 49.4
|
|
2021
|
-
}), React.createElement("path", {
|
|
2022
|
-
className: "welcome_svg__st2",
|
|
2023
|
-
d: "M233.9 946.1c4.6-.1 9-2.3 11.7-6.5 4.2-6.5 2.3-15.2-4.3-19.4s-15.2-2.3-19.4 4.3c-2.6 4.1-2.8 9.1-1 13.3-9.6-1.6-20.5 3.5-27 13.6l39 24.9c6.4-10.1 6.5-22.2 1-30.2z"
|
|
2024
|
-
}), React.createElement("g", null, React.createElement("circle", {
|
|
2025
|
-
transform: "rotate(-5.672 1337.08 524.042)",
|
|
2026
|
-
className: "welcome_svg__st96",
|
|
2027
|
-
cx: 1337.1,
|
|
2028
|
-
cy: 524,
|
|
2029
|
-
r: 53.8
|
|
2030
|
-
}), React.createElement("path", {
|
|
2031
|
-
className: "welcome_svg__st2",
|
|
2032
|
-
d: "M1343.7 521.5c2.8-3 4.2-7.4 3.1-11.7-1.6-6.9-8.5-11.1-15.4-9.5-6.9 1.6-11.1 8.5-9.5 15.4 1 4.3 4.2 7.6 8.1 9-7.1 5.2-10.7 15.6-8.1 26.2l40.8-9.7c-2.5-10.6-10.3-18.2-19-19.7z"
|
|
2033
|
-
})), React.createElement("g", null, React.createElement("circle", {
|
|
2034
|
-
transform: "rotate(-73.34 1454.594 419.244)",
|
|
2035
|
-
className: "welcome_svg__st8",
|
|
2036
|
-
cx: 1454.6,
|
|
2037
|
-
cy: 419.2,
|
|
2038
|
-
r: 38.4
|
|
2039
|
-
}), React.createElement("path", {
|
|
2040
|
-
className: "welcome_svg__st103",
|
|
2041
|
-
d: "M1459.4 420.7c2.9-.4 5.6-2.3 6.9-5.2 2.1-4.6.1-10-4.5-12.1-4.6-2.1-10-.1-12.1 4.5-1.3 2.9-1 6.1.5 8.6-6.3-.2-12.8 4.1-16.1 11.1l27.2 12.5c3.4-7 2.3-14.7-1.9-19.4z"
|
|
2042
|
-
})), React.createElement("g", null, React.createElement("circle", {
|
|
2043
|
-
className: "welcome_svg__st2",
|
|
2044
|
-
cx: 1250.8,
|
|
2045
|
-
cy: 367.2,
|
|
2046
|
-
r: 38.4
|
|
2047
|
-
}), React.createElement("path", {
|
|
2048
|
-
className: "welcome_svg__st103",
|
|
2049
|
-
d: "M1255.5 365.4c2-2.2 2.9-5.3 2.1-8.4-1.2-4.9-6.2-7.8-11.1-6.6s-7.8 6.2-6.6 11.1c.8 3.1 3.1 5.4 5.8 6.4-5 3.8-7.4 11.2-5.5 18.8l29-7.4c-1.8-7.6-7.4-13-13.7-13.9z"
|
|
2050
|
-
}))), React.createElement("g", {
|
|
2051
|
-
id: "welcome_svg__Envelopes"
|
|
2052
|
-
}, React.createElement("path", {
|
|
2053
|
-
transform: "rotate(20.004 814.458 652.069)",
|
|
2054
|
-
className: "welcome_svg__st2",
|
|
2055
|
-
d: "M737.5 609.2h154v85.7h-154z"
|
|
2056
|
-
}), React.createElement("path", {
|
|
2057
|
-
className: "welcome_svg__st103",
|
|
2058
|
-
d: "M756.8 585.4l57.7 66.7 87-14z"
|
|
2059
|
-
}), React.createElement("path", {
|
|
2060
|
-
fill: "#4d6877",
|
|
2061
|
-
d: "M756.8 585.4l50.2 87.2 94.5-34.5-87 14z"
|
|
2062
|
-
}), React.createElement("g", null, React.createElement("path", {
|
|
2063
|
-
transform: "rotate(-10.611 1627.276 885.325)",
|
|
2064
|
-
className: "welcome_svg__st0",
|
|
2065
|
-
d: "M1576.2 856.8h102.2v56.9h-102.2z"
|
|
2066
|
-
}), React.createElement("path", {
|
|
2067
|
-
className: "welcome_svg__st103",
|
|
2068
|
-
d: "M1571.8 866.7l55.4 18.5 45-37.3z"
|
|
2069
|
-
}), React.createElement("path", {
|
|
2070
|
-
className: "welcome_svg__st1",
|
|
2071
|
-
d: "M1571.8 866.7l58.1 32.8 42.3-51.6-45 37.3z"
|
|
2072
|
-
})), React.createElement("g", null, React.createElement("path", {
|
|
2073
|
-
transform: "rotate(-13.493 535.144 1242.21)",
|
|
2074
|
-
className: "welcome_svg__st8",
|
|
2075
|
-
d: "M470.5 1206h129.1v71.9H470.5z"
|
|
2076
|
-
}), React.createElement("path", {
|
|
2077
|
-
fill: "#fc9483",
|
|
2078
|
-
d: "M463.9 1222.1L535 1242l54.4-50.1z"
|
|
2079
|
-
}), React.createElement("path", {
|
|
2080
|
-
fill: "#ce5541",
|
|
2081
|
-
d: "M463.9 1222.1l75.4 37.7 50.1-67.9L535 1242z"
|
|
2082
|
-
}))), React.createElement("g", {
|
|
2083
|
-
id: "welcome_svg__Play_symbol"
|
|
2084
|
-
}, React.createElement("circle", {
|
|
2085
|
-
transform: "rotate(-60.967 782.63 188.705)",
|
|
2086
|
-
className: "welcome_svg__st8",
|
|
2087
|
-
cx: 782.6,
|
|
2088
|
-
cy: 188.7,
|
|
2089
|
-
r: 47.1
|
|
2090
|
-
}), React.createElement("path", {
|
|
2091
|
-
className: "welcome_svg__st103",
|
|
2092
|
-
d: "M769.6 168.8v39.8l32.4-19.9z"
|
|
2093
|
-
})), React.createElement("g", {
|
|
2094
|
-
id: "welcome_svg___x2B__x2B__x2B__x2B__x2B_"
|
|
2095
|
-
}, React.createElement("circle", {
|
|
2096
|
-
transform: "rotate(-83.99 1239.655 1077.614)",
|
|
2097
|
-
className: "welcome_svg__st103",
|
|
2098
|
-
cx: 1239.7,
|
|
2099
|
-
cy: 1077.6,
|
|
2100
|
-
r: 44.6
|
|
2101
|
-
}), React.createElement("path", {
|
|
2102
|
-
transform: "rotate(-76.532 1239.684 1077.611)",
|
|
2103
|
-
className: "welcome_svg__st8",
|
|
2104
|
-
d: "M1215.6 1073.6h48v8h-48z"
|
|
2105
|
-
}), React.createElement("path", {
|
|
2106
|
-
transform: "rotate(-76.538 1239.72 1077.644)",
|
|
2107
|
-
className: "welcome_svg__st8",
|
|
2108
|
-
d: "M1235.7 1053.6h8v48h-8z"
|
|
2109
|
-
}), React.createElement("g", null, React.createElement("circle", {
|
|
2110
|
-
transform: "rotate(-83.99 1822.705 1241.97)",
|
|
2111
|
-
className: "welcome_svg__st103",
|
|
2112
|
-
cx: 1822.7,
|
|
2113
|
-
cy: 1242,
|
|
2114
|
-
r: 44.6
|
|
2115
|
-
}), React.createElement("path", {
|
|
2116
|
-
transform: "rotate(-76.532 1822.744 1241.96)",
|
|
2117
|
-
className: "welcome_svg__st8",
|
|
2118
|
-
d: "M1798.7 1238h48v8h-48z"
|
|
2119
|
-
}), React.createElement("path", {
|
|
2120
|
-
transform: "rotate(-76.538 1822.796 1242)",
|
|
2121
|
-
className: "welcome_svg__st8",
|
|
2122
|
-
d: "M1818.7 1217.9h8v48h-8z"
|
|
2123
|
-
}))), React.createElement("g", {
|
|
2124
|
-
id: "welcome_svg__Wifi_sygnal"
|
|
2125
|
-
}, React.createElement("path", {
|
|
2126
|
-
className: "welcome_svg__st2",
|
|
2127
|
-
d: "M1555.7 555.2c1.7-6 7.9-9.4 13.8-7.7 6 1.7 9.4 7.9 7.7 13.8-1.7 6-7.9 9.4-13.8 7.7-5.9-1.6-9.4-7.8-7.7-13.8zM1592.2 567.6c-.2 0-.4 0-.6-.1-1.1-.3-1.7-1.4-1.4-2.5 3.8-13.2-3.9-26.9-17-30.7-1.1-.3-1.7-1.4-1.4-2.5.3-1.1 1.4-1.7 2.5-1.4 15.3 4.4 24.2 20.3 19.8 35.6-.2 1.1-1 1.6-1.9 1.6z"
|
|
2128
|
-
}), React.createElement("path", {
|
|
2129
|
-
className: "welcome_svg__st2",
|
|
2130
|
-
d: "M1607.2 571.9c-.2 0-.4 0-.6-.1-1.1-.3-1.7-1.4-1.4-2.5 3-10.4 1.7-21.3-3.5-30.7-5.2-9.4-13.8-16.3-24.2-19.2-1.1-.3-1.7-1.4-1.4-2.5.3-1.1 1.4-1.7 2.5-1.4 11.4 3.3 20.9 10.7 26.6 21.1 5.8 10.4 7.1 22.4 3.9 33.8-.2 1-1 1.5-1.9 1.5z"
|
|
2131
|
-
}), React.createElement("path", {
|
|
2132
|
-
className: "welcome_svg__st2",
|
|
2133
|
-
d: "M1622.2 576.2c-.2 0-.4 0-.6-.1-1.1-.3-1.7-1.4-1.4-2.5 4.1-14.4 2.4-29.5-4.9-42.6-7.3-13.1-19.2-22.5-33.6-26.6-1.1-.3-1.7-1.4-1.4-2.5.3-1.1 1.4-1.7 2.5-1.4 15.4 4.4 28.2 14.5 36 28.5 7.8 14 9.7 30.2 5.3 45.6-.3 1.1-1.1 1.6-1.9 1.6z"
|
|
2134
|
-
}), React.createElement("path", {
|
|
2135
|
-
className: "welcome_svg__st2",
|
|
2136
|
-
d: "M1637.1 580.6c-.2 0-.4 0-.6-.1-1.1-.3-1.7-1.4-1.4-2.5 5.2-18.4 3-37.7-6.3-54.4-9.3-16.7-24.5-28.8-42.9-34-1.1-.3-1.7-1.4-1.4-2.5.3-1.1 1.4-1.7 2.5-1.4 19.4 5.5 35.5 18.3 45.3 35.9 9.8 17.6 12.2 38.1 6.6 57.5-.1.9-.9 1.5-1.8 1.5z"
|
|
2137
|
-
}))), React.createElement("g", {
|
|
2138
|
-
id: "welcome_svg__Secondary_shapes"
|
|
2139
|
-
}, React.createElement("path", {
|
|
2140
|
-
className: "welcome_svg__st0",
|
|
2141
|
-
d: "M1590 239.5l-24.1 7.6-5.4 24.6 18.6 17.1 24-7.6 5.5-24.6zM1302.8 1194.7l-24.1 7.6-5.5 24.6 18.6 17.1 24.1-7.6 5.5-24.6zM1648.5 1297.3l12.7 47.3 34.7-34.6z"
|
|
2142
|
-
}), React.createElement("path", {
|
|
2143
|
-
fill: "#7f7ff4",
|
|
2144
|
-
d: "M979 47.6l-38.6 38.7 52.8 14.1z"
|
|
2145
|
-
})));
|
|
2146
|
-
};
|
|
2147
|
-
|
|
2148
|
-
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
2149
|
-
component: IconNode
|
|
2150
|
-
}));
|
|
2151
|
-
}
|
|
2152
|
-
|
|
2153
|
-
Welcome.displayName = 'Welcome';
|
|
2154
|
-
exports["default"] = Welcome;
|