@redneckz/wildless-cms-uni-blocks 0.7.4 → 0.7.6
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/bundle/blocks.schema.json +1 -1
- package/bundle/bundle.umd.js +246 -49
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/Calculator/BusinessDepositCalculatorForm.d.ts +5 -0
- package/bundle/components/Calculator/CalculatorContent.d.ts +14 -1
- package/bundle/components/Calculator/EmbeddableCalcBlocks.d.ts +3 -1
- package/bundle/components/Calculator/Rate.d.ts +2 -0
- package/bundle/components/Calculator/UnknownRate.d.ts +4 -0
- package/bundle/components/Calculator/constants.d.ts +10 -0
- package/bundle/components/Calculator/renderDaysInput.d.ts +8 -0
- package/bundle/components/Calculator/renderInterestPayment.d.ts +2 -0
- package/bundle/components/Calculator/useBusinessDepositCalculatorParams.d.ts +27 -0
- package/bundle/components/SwipeListControlBlock/SwipeListControlBlockContent.d.ts +2 -5
- package/bundle/components/Tabs/LinkTab.d.ts +1 -0
- package/bundle/components/Tabs/ScrollableTabs.d.ts +8 -0
- package/bundle/components/Tabs/TabsContent.d.ts +12 -0
- package/bundle/components/Tabs/renderGroupTab.d.ts +2 -2
- package/bundle/components/Tabs/renderTab.d.ts +2 -1
- package/bundle/components/Tabs/tabItemClasses.d.ts +6 -1
- package/bundle/icons/IconName.d.ts +4 -2
- package/bundle/ui-kit/Checkbox/CheckboxProps.d.ts +1 -0
- package/bundle/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -1
- package/bundle/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +15 -0
- package/bundle/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
- package/bundle/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +2 -9
- package/cosmos-static/icons/PercentIcon.svg +1 -0
- package/dist/components/Calculator/BonusCalculatorForm.js +2 -1
- package/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
- package/dist/components/Calculator/BusinessDepositCalculatorForm.d.ts +5 -0
- package/dist/components/Calculator/BusinessDepositCalculatorForm.js +48 -0
- package/dist/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -0
- package/dist/components/Calculator/CalculatorContent.d.ts +14 -1
- package/dist/components/Calculator/CalculatorValueBlock.js +3 -1
- package/dist/components/Calculator/CalculatorValueBlock.js.map +1 -1
- package/dist/components/Calculator/CreditCalculatorForm.js +2 -1
- package/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
- package/dist/components/Calculator/DepositCalculatorForm.js +5 -15
- package/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
- package/dist/components/Calculator/EmbeddableCalcBlocks.d.ts +3 -1
- package/dist/components/Calculator/EmbeddableCalcBlocks.js +2 -0
- package/dist/components/Calculator/EmbeddableCalcBlocks.js.map +1 -1
- package/dist/components/Calculator/Rate.d.ts +2 -0
- package/dist/components/Calculator/Rate.js +3 -1
- package/dist/components/Calculator/Rate.js.map +1 -1
- package/dist/components/Calculator/UnknownRate.d.ts +4 -0
- package/dist/components/Calculator/UnknownRate.js +9 -0
- package/dist/components/Calculator/UnknownRate.js.map +1 -0
- package/dist/components/Calculator/constants.d.ts +10 -0
- package/dist/components/Calculator/constants.js +21 -1
- package/dist/components/Calculator/constants.js.map +1 -1
- package/dist/components/Calculator/renderCalculatorBlock.js +1 -1
- package/dist/components/Calculator/renderCalculatorBlock.js.map +1 -1
- package/dist/components/Calculator/renderDaysInput.d.ts +8 -0
- package/dist/components/Calculator/renderDaysInput.js +16 -0
- package/dist/components/Calculator/renderDaysInput.js.map +1 -0
- package/dist/components/Calculator/renderFootnote.js +2 -1
- package/dist/components/Calculator/renderFootnote.js.map +1 -1
- package/dist/components/Calculator/renderInterestPayment.d.ts +2 -0
- package/dist/components/Calculator/renderInterestPayment.js +22 -0
- package/dist/components/Calculator/renderInterestPayment.js.map +1 -0
- package/dist/components/Calculator/useBusinessDepositCalculatorParams.d.ts +27 -0
- package/dist/components/Calculator/useBusinessDepositCalculatorParams.js +49 -0
- package/dist/components/Calculator/useBusinessDepositCalculatorParams.js.map +1 -0
- package/dist/components/Calculator/useDepositCalculatorParams.js +1 -1
- package/dist/components/Calculator/useDepositCalculatorParams.js.map +1 -1
- package/dist/components/SwipeListControlBlock/SwipeListControlBlock.js +2 -2
- package/dist/components/SwipeListControlBlock/SwipeListControlBlock.js.map +1 -1
- package/dist/components/SwipeListControlBlock/SwipeListControlBlockContent.d.ts +2 -5
- package/dist/components/Tabs/LinkTab.d.ts +1 -0
- package/dist/components/Tabs/LinkTab.js +2 -2
- package/dist/components/Tabs/LinkTab.js.map +1 -1
- package/dist/components/Tabs/ScrollableTabs.d.ts +8 -0
- package/dist/components/Tabs/ScrollableTabs.js +24 -0
- package/dist/components/Tabs/ScrollableTabs.js.map +1 -0
- package/dist/components/Tabs/Tabs.js +9 -2
- package/dist/components/Tabs/Tabs.js.map +1 -1
- package/dist/components/Tabs/TabsContent.d.ts +12 -0
- package/dist/components/Tabs/renderGroupTab.d.ts +2 -2
- package/dist/components/Tabs/renderGroupTab.js +12 -4
- package/dist/components/Tabs/renderGroupTab.js.map +1 -1
- package/dist/components/Tabs/renderTab.d.ts +2 -1
- package/dist/components/Tabs/renderTab.js +4 -6
- package/dist/components/Tabs/renderTab.js.map +1 -1
- package/dist/components/Tabs/tabItemClasses.d.ts +6 -1
- package/dist/components/Tabs/tabItemClasses.js +61 -2
- package/dist/components/Tabs/tabItemClasses.js.map +1 -1
- package/dist/icons/IconName.d.ts +4 -2
- package/dist/icons/IconName.js +3 -1
- package/dist/icons/IconName.js.map +1 -1
- package/dist/setup-fixture.js +0 -1
- package/dist/setup-fixture.js.map +1 -1
- package/dist/ui-kit/Checkbox/Checkbox.js +5 -5
- package/dist/ui-kit/Checkbox/Checkbox.js.map +1 -1
- package/dist/ui-kit/Checkbox/CheckboxProps.d.ts +1 -0
- package/dist/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -1
- package/dist/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
- package/dist/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +15 -0
- package/dist/ui-kit/SwipeListControl/SwipeListControlContent.js +2 -0
- package/dist/ui-kit/SwipeListControl/SwipeListControlContent.js.map +1 -0
- package/dist/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
- package/dist/ui-kit/SwipeListControl/SwipeListControlDots.js +1 -1
- package/dist/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
- package/dist/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +2 -9
- package/dist/utils/addSpacesBetweenNumbers.js +1 -1
- package/dist/utils/addSpacesBetweenNumbers.js.map +1 -1
- package/lib/common.css +1 -1
- package/lib/components/Calculator/BonusCalculatorForm.js +2 -1
- package/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
- package/lib/components/Calculator/BusinessDepositCalculatorForm.d.ts +5 -0
- package/lib/components/Calculator/BusinessDepositCalculatorForm.js +46 -0
- package/lib/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -0
- package/lib/components/Calculator/Calculator.fixture.d.ts +1 -0
- package/lib/components/Calculator/CalculatorContent.d.ts +14 -1
- package/lib/components/Calculator/CalculatorValueBlock.js +3 -1
- package/lib/components/Calculator/CalculatorValueBlock.js.map +1 -1
- package/lib/components/Calculator/CreditCalculatorForm.js +2 -1
- package/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
- package/lib/components/Calculator/DepositCalculatorForm.js +5 -15
- package/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
- package/lib/components/Calculator/EmbeddableCalcBlocks.d.ts +3 -1
- package/lib/components/Calculator/EmbeddableCalcBlocks.js +2 -0
- package/lib/components/Calculator/EmbeddableCalcBlocks.js.map +1 -1
- package/lib/components/Calculator/Rate.d.ts +2 -0
- package/lib/components/Calculator/Rate.js +3 -1
- package/lib/components/Calculator/Rate.js.map +1 -1
- package/lib/components/Calculator/UnknownRate.d.ts +4 -0
- package/lib/components/Calculator/UnknownRate.js +7 -0
- package/lib/components/Calculator/UnknownRate.js.map +1 -0
- package/lib/components/Calculator/constants.d.ts +10 -0
- package/lib/components/Calculator/constants.js +20 -0
- package/lib/components/Calculator/constants.js.map +1 -1
- package/lib/components/Calculator/renderCalculatorBlock.js +1 -1
- package/lib/components/Calculator/renderCalculatorBlock.js.map +1 -1
- package/lib/components/Calculator/renderDaysInput.d.ts +8 -0
- package/lib/components/Calculator/renderDaysInput.js +13 -0
- package/lib/components/Calculator/renderDaysInput.js.map +1 -0
- package/lib/components/Calculator/renderFootnote.js +2 -1
- package/lib/components/Calculator/renderFootnote.js.map +1 -1
- package/lib/components/Calculator/renderInterestPayment.d.ts +2 -0
- package/lib/components/Calculator/renderInterestPayment.js +19 -0
- package/lib/components/Calculator/renderInterestPayment.js.map +1 -0
- package/lib/components/Calculator/useBusinessDepositCalculatorParams.d.ts +27 -0
- package/lib/components/Calculator/useBusinessDepositCalculatorParams.js +46 -0
- package/lib/components/Calculator/useBusinessDepositCalculatorParams.js.map +1 -0
- package/lib/components/Calculator/useDepositCalculatorParams.js +1 -1
- package/lib/components/Calculator/useDepositCalculatorParams.js.map +1 -1
- package/lib/components/SwipeListControlBlock/SwipeListControlBlock.fixture.d.ts +1 -0
- package/lib/components/SwipeListControlBlock/SwipeListControlBlock.js +2 -2
- package/lib/components/SwipeListControlBlock/SwipeListControlBlock.js.map +1 -1
- package/lib/components/SwipeListControlBlock/SwipeListControlBlockContent.d.ts +2 -5
- package/lib/components/Tabs/LinkTab.d.ts +1 -0
- package/lib/components/Tabs/LinkTab.js +3 -3
- package/lib/components/Tabs/LinkTab.js.map +1 -1
- package/lib/components/Tabs/ScrollableTabs.d.ts +8 -0
- package/lib/components/Tabs/ScrollableTabs.js +22 -0
- package/lib/components/Tabs/ScrollableTabs.js.map +1 -0
- package/lib/components/Tabs/Tabs.fixture.d.ts +1 -0
- package/lib/components/Tabs/Tabs.js +9 -2
- package/lib/components/Tabs/Tabs.js.map +1 -1
- package/lib/components/Tabs/TabsContent.d.ts +12 -0
- package/lib/components/Tabs/renderGroupTab.d.ts +2 -2
- package/lib/components/Tabs/renderGroupTab.js +13 -5
- package/lib/components/Tabs/renderGroupTab.js.map +1 -1
- package/lib/components/Tabs/renderTab.d.ts +2 -1
- package/lib/components/Tabs/renderTab.js +4 -6
- package/lib/components/Tabs/renderTab.js.map +1 -1
- package/lib/components/Tabs/tabItemClasses.d.ts +6 -1
- package/lib/components/Tabs/tabItemClasses.js +58 -1
- package/lib/components/Tabs/tabItemClasses.js.map +1 -1
- package/lib/icons/IconName.d.ts +4 -2
- package/lib/icons/IconName.js +3 -1
- package/lib/icons/IconName.js.map +1 -1
- package/lib/setup-fixture.js +0 -1
- package/lib/setup-fixture.js.map +1 -1
- package/lib/ui-kit/Checkbox/Checkbox.js +5 -5
- package/lib/ui-kit/Checkbox/Checkbox.js.map +1 -1
- package/lib/ui-kit/Checkbox/CheckboxProps.d.ts +1 -0
- package/lib/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -1
- package/lib/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
- package/lib/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +15 -0
- package/lib/ui-kit/SwipeListControl/SwipeListControlContent.js +2 -0
- package/lib/ui-kit/SwipeListControl/SwipeListControlContent.js.map +1 -0
- package/lib/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
- package/lib/ui-kit/SwipeListControl/SwipeListControlDots.js +1 -1
- package/lib/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
- package/lib/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +2 -9
- package/lib/utils/addSpacesBetweenNumbers.js +1 -1
- package/lib/utils/addSpacesBetweenNumbers.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +2 -2
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/Calculator/BusinessDepositCalculatorForm.d.ts +5 -0
- package/mobile/bundle/components/Calculator/CalculatorContent.d.ts +14 -1
- package/mobile/bundle/components/Calculator/EmbeddableCalcBlocks.d.ts +3 -1
- package/mobile/bundle/components/Calculator/Rate.d.ts +2 -0
- package/mobile/bundle/components/Calculator/UnknownRate.d.ts +4 -0
- package/mobile/bundle/components/Calculator/constants.d.ts +10 -0
- package/mobile/bundle/components/Calculator/renderDaysInput.d.ts +8 -0
- package/mobile/bundle/components/Calculator/renderInterestPayment.d.ts +2 -0
- package/mobile/bundle/components/Calculator/useBusinessDepositCalculatorParams.d.ts +27 -0
- package/mobile/bundle/components/SwipeListControlBlock/SwipeListControlBlockContent.d.ts +2 -5
- package/mobile/bundle/components/Tabs/LinkTab.d.ts +1 -0
- package/mobile/bundle/components/Tabs/ScrollableTabs.d.ts +8 -0
- package/mobile/bundle/components/Tabs/TabsContent.d.ts +12 -0
- package/mobile/bundle/components/Tabs/renderGroupTab.d.ts +2 -2
- package/mobile/bundle/components/Tabs/renderTab.d.ts +2 -1
- package/mobile/bundle/components/Tabs/tabItemClasses.d.ts +6 -1
- package/mobile/bundle/icons/IconName.d.ts +4 -2
- package/mobile/bundle/ui-kit/Checkbox/CheckboxProps.d.ts +1 -0
- package/mobile/bundle/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -1
- package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +15 -0
- package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
- package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +2 -9
- package/mobile/dist/components/Calculator/BonusCalculatorForm.js +2 -1
- package/mobile/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
- package/mobile/dist/components/Calculator/BusinessDepositCalculatorForm.d.ts +5 -0
- package/mobile/dist/components/Calculator/BusinessDepositCalculatorForm.js +48 -0
- package/mobile/dist/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -0
- package/mobile/dist/components/Calculator/CalculatorContent.d.ts +14 -1
- package/mobile/dist/components/Calculator/CalculatorValueBlock.js +3 -1
- package/mobile/dist/components/Calculator/CalculatorValueBlock.js.map +1 -1
- package/mobile/dist/components/Calculator/CreditCalculatorForm.js +2 -1
- package/mobile/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
- package/mobile/dist/components/Calculator/DepositCalculatorForm.js +5 -15
- package/mobile/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
- package/mobile/dist/components/Calculator/EmbeddableCalcBlocks.d.ts +3 -1
- package/mobile/dist/components/Calculator/EmbeddableCalcBlocks.js +2 -0
- package/mobile/dist/components/Calculator/EmbeddableCalcBlocks.js.map +1 -1
- package/mobile/dist/components/Calculator/Rate.d.ts +2 -0
- package/mobile/dist/components/Calculator/Rate.js +3 -1
- package/mobile/dist/components/Calculator/Rate.js.map +1 -1
- package/mobile/dist/components/Calculator/UnknownRate.d.ts +4 -0
- package/mobile/dist/components/Calculator/UnknownRate.js +9 -0
- package/mobile/dist/components/Calculator/UnknownRate.js.map +1 -0
- package/mobile/dist/components/Calculator/constants.d.ts +10 -0
- package/mobile/dist/components/Calculator/constants.js +21 -1
- package/mobile/dist/components/Calculator/constants.js.map +1 -1
- package/mobile/dist/components/Calculator/renderCalculatorBlock.js +1 -1
- package/mobile/dist/components/Calculator/renderCalculatorBlock.js.map +1 -1
- package/mobile/dist/components/Calculator/renderDaysInput.d.ts +8 -0
- package/mobile/dist/components/Calculator/renderDaysInput.js +16 -0
- package/mobile/dist/components/Calculator/renderDaysInput.js.map +1 -0
- package/mobile/dist/components/Calculator/renderFootnote.js +2 -1
- package/mobile/dist/components/Calculator/renderFootnote.js.map +1 -1
- package/mobile/dist/components/Calculator/renderInterestPayment.d.ts +2 -0
- package/mobile/dist/components/Calculator/renderInterestPayment.js +22 -0
- package/mobile/dist/components/Calculator/renderInterestPayment.js.map +1 -0
- package/mobile/dist/components/Calculator/useBusinessDepositCalculatorParams.d.ts +27 -0
- package/mobile/dist/components/Calculator/useBusinessDepositCalculatorParams.js +49 -0
- package/mobile/dist/components/Calculator/useBusinessDepositCalculatorParams.js.map +1 -0
- package/mobile/dist/components/Calculator/useDepositCalculatorParams.js +1 -1
- package/mobile/dist/components/Calculator/useDepositCalculatorParams.js.map +1 -1
- package/mobile/dist/components/SwipeListControlBlock/SwipeListControlBlock.js +2 -2
- package/mobile/dist/components/SwipeListControlBlock/SwipeListControlBlock.js.map +1 -1
- package/mobile/dist/components/SwipeListControlBlock/SwipeListControlBlockContent.d.ts +2 -5
- package/mobile/dist/components/Tabs/LinkTab.d.ts +1 -0
- package/mobile/dist/components/Tabs/LinkTab.js +2 -2
- package/mobile/dist/components/Tabs/LinkTab.js.map +1 -1
- package/mobile/dist/components/Tabs/ScrollableTabs.d.ts +8 -0
- package/mobile/dist/components/Tabs/ScrollableTabs.js +24 -0
- package/mobile/dist/components/Tabs/ScrollableTabs.js.map +1 -0
- package/mobile/dist/components/Tabs/Tabs.js +9 -2
- package/mobile/dist/components/Tabs/Tabs.js.map +1 -1
- package/mobile/dist/components/Tabs/TabsContent.d.ts +12 -0
- package/mobile/dist/components/Tabs/renderGroupTab.d.ts +2 -2
- package/mobile/dist/components/Tabs/renderGroupTab.js +12 -4
- package/mobile/dist/components/Tabs/renderGroupTab.js.map +1 -1
- package/mobile/dist/components/Tabs/renderTab.d.ts +2 -1
- package/mobile/dist/components/Tabs/renderTab.js +4 -6
- package/mobile/dist/components/Tabs/renderTab.js.map +1 -1
- package/mobile/dist/components/Tabs/tabItemClasses.d.ts +6 -1
- package/mobile/dist/components/Tabs/tabItemClasses.js +61 -2
- package/mobile/dist/components/Tabs/tabItemClasses.js.map +1 -1
- package/mobile/dist/icons/IconName.d.ts +4 -2
- package/mobile/dist/icons/IconName.js +3 -1
- package/mobile/dist/icons/IconName.js.map +1 -1
- package/mobile/dist/setup-fixture.js +0 -1
- package/mobile/dist/setup-fixture.js.map +1 -1
- package/mobile/dist/ui-kit/Checkbox/Checkbox.js +5 -5
- package/mobile/dist/ui-kit/Checkbox/Checkbox.js.map +1 -1
- package/mobile/dist/ui-kit/Checkbox/CheckboxProps.d.ts +1 -0
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -1
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +15 -0
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlContent.js +2 -0
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlContent.js.map +1 -0
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.js +1 -1
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +2 -9
- package/mobile/dist/utils/addSpacesBetweenNumbers.js +1 -1
- package/mobile/dist/utils/addSpacesBetweenNumbers.js.map +1 -1
- package/mobile/lib/components/Calculator/BonusCalculatorForm.js +2 -1
- package/mobile/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
- package/mobile/lib/components/Calculator/BusinessDepositCalculatorForm.d.ts +5 -0
- package/mobile/lib/components/Calculator/BusinessDepositCalculatorForm.js +46 -0
- package/mobile/lib/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -0
- package/mobile/lib/components/Calculator/CalculatorContent.d.ts +14 -1
- package/mobile/lib/components/Calculator/CalculatorValueBlock.js +3 -1
- package/mobile/lib/components/Calculator/CalculatorValueBlock.js.map +1 -1
- package/mobile/lib/components/Calculator/CreditCalculatorForm.js +2 -1
- package/mobile/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
- package/mobile/lib/components/Calculator/DepositCalculatorForm.js +5 -15
- package/mobile/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
- package/mobile/lib/components/Calculator/EmbeddableCalcBlocks.d.ts +3 -1
- package/mobile/lib/components/Calculator/EmbeddableCalcBlocks.js +2 -0
- package/mobile/lib/components/Calculator/EmbeddableCalcBlocks.js.map +1 -1
- package/mobile/lib/components/Calculator/Rate.d.ts +2 -0
- package/mobile/lib/components/Calculator/Rate.js +3 -1
- package/mobile/lib/components/Calculator/Rate.js.map +1 -1
- package/mobile/lib/components/Calculator/UnknownRate.d.ts +4 -0
- package/mobile/lib/components/Calculator/UnknownRate.js +7 -0
- package/mobile/lib/components/Calculator/UnknownRate.js.map +1 -0
- package/mobile/lib/components/Calculator/constants.d.ts +10 -0
- package/mobile/lib/components/Calculator/constants.js +20 -0
- package/mobile/lib/components/Calculator/constants.js.map +1 -1
- package/mobile/lib/components/Calculator/renderCalculatorBlock.js +1 -1
- package/mobile/lib/components/Calculator/renderCalculatorBlock.js.map +1 -1
- package/mobile/lib/components/Calculator/renderDaysInput.d.ts +8 -0
- package/mobile/lib/components/Calculator/renderDaysInput.js +13 -0
- package/mobile/lib/components/Calculator/renderDaysInput.js.map +1 -0
- package/mobile/lib/components/Calculator/renderFootnote.js +2 -1
- package/mobile/lib/components/Calculator/renderFootnote.js.map +1 -1
- package/mobile/lib/components/Calculator/renderInterestPayment.d.ts +2 -0
- package/mobile/lib/components/Calculator/renderInterestPayment.js +19 -0
- package/mobile/lib/components/Calculator/renderInterestPayment.js.map +1 -0
- package/mobile/lib/components/Calculator/useBusinessDepositCalculatorParams.d.ts +27 -0
- package/mobile/lib/components/Calculator/useBusinessDepositCalculatorParams.js +46 -0
- package/mobile/lib/components/Calculator/useBusinessDepositCalculatorParams.js.map +1 -0
- package/mobile/lib/components/Calculator/useDepositCalculatorParams.js +1 -1
- package/mobile/lib/components/Calculator/useDepositCalculatorParams.js.map +1 -1
- package/mobile/lib/components/SwipeListControlBlock/SwipeListControlBlock.js +2 -2
- package/mobile/lib/components/SwipeListControlBlock/SwipeListControlBlock.js.map +1 -1
- package/mobile/lib/components/SwipeListControlBlock/SwipeListControlBlockContent.d.ts +2 -5
- package/mobile/lib/components/Tabs/LinkTab.d.ts +1 -0
- package/mobile/lib/components/Tabs/LinkTab.js +3 -3
- package/mobile/lib/components/Tabs/LinkTab.js.map +1 -1
- package/mobile/lib/components/Tabs/ScrollableTabs.d.ts +8 -0
- package/mobile/lib/components/Tabs/ScrollableTabs.js +22 -0
- package/mobile/lib/components/Tabs/ScrollableTabs.js.map +1 -0
- package/mobile/lib/components/Tabs/Tabs.js +9 -2
- package/mobile/lib/components/Tabs/Tabs.js.map +1 -1
- package/mobile/lib/components/Tabs/TabsContent.d.ts +12 -0
- package/mobile/lib/components/Tabs/renderGroupTab.d.ts +2 -2
- package/mobile/lib/components/Tabs/renderGroupTab.js +13 -5
- package/mobile/lib/components/Tabs/renderGroupTab.js.map +1 -1
- package/mobile/lib/components/Tabs/renderTab.d.ts +2 -1
- package/mobile/lib/components/Tabs/renderTab.js +4 -6
- package/mobile/lib/components/Tabs/renderTab.js.map +1 -1
- package/mobile/lib/components/Tabs/tabItemClasses.d.ts +6 -1
- package/mobile/lib/components/Tabs/tabItemClasses.js +58 -1
- package/mobile/lib/components/Tabs/tabItemClasses.js.map +1 -1
- package/mobile/lib/icons/IconName.d.ts +4 -2
- package/mobile/lib/icons/IconName.js +3 -1
- package/mobile/lib/icons/IconName.js.map +1 -1
- package/mobile/lib/setup-fixture.js +0 -1
- package/mobile/lib/setup-fixture.js.map +1 -1
- package/mobile/lib/ui-kit/Checkbox/Checkbox.js +5 -5
- package/mobile/lib/ui-kit/Checkbox/Checkbox.js.map +1 -1
- package/mobile/lib/ui-kit/Checkbox/CheckboxProps.d.ts +1 -0
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -1
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +15 -0
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlContent.js +2 -0
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlContent.js.map +1 -0
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.js +1 -1
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +2 -9
- package/mobile/lib/utils/addSpacesBetweenNumbers.js +1 -1
- package/mobile/lib/utils/addSpacesBetweenNumbers.js.map +1 -1
- package/mobile/src/components/Calculator/BonusCalculatorForm.tsx +2 -1
- package/mobile/src/components/Calculator/BusinessDepositCalculatorForm.tsx +133 -0
- package/mobile/src/components/Calculator/CalculatorContent.ts +18 -0
- package/mobile/src/components/Calculator/CalculatorValueBlock.tsx +17 -5
- package/mobile/src/components/Calculator/CreditCalculatorForm.tsx +2 -1
- package/mobile/src/components/Calculator/DepositCalculatorForm.tsx +8 -21
- package/mobile/src/components/Calculator/EmbeddableCalcBlocks.tsx +6 -0
- package/mobile/src/components/Calculator/Rate.tsx +34 -12
- package/mobile/src/components/Calculator/UnknownRate.tsx +24 -0
- package/mobile/src/components/Calculator/constants.ts +23 -1
- package/mobile/src/components/Calculator/renderCalculatorBlock.tsx +1 -1
- package/mobile/src/components/Calculator/renderDaysInput.tsx +36 -0
- package/mobile/src/components/Calculator/renderFootnote.tsx +7 -1
- package/mobile/src/components/Calculator/renderInterestPayment.tsx +40 -0
- package/mobile/src/components/Calculator/useBusinessDepositCalculatorParams.ts +109 -0
- package/mobile/src/components/Calculator/useDepositCalculatorParams.ts +1 -1
- package/mobile/src/components/SwipeListControlBlock/SwipeListControlBlock.tsx +2 -2
- package/mobile/src/components/SwipeListControlBlock/SwipeListControlBlockContent.ts +2 -5
- package/mobile/src/components/Tabs/LinkTab.tsx +5 -13
- package/mobile/src/components/Tabs/ScrollableTabs.tsx +55 -0
- package/mobile/src/components/Tabs/Tabs.tsx +26 -4
- package/mobile/src/components/Tabs/TabsContent.ts +13 -0
- package/mobile/src/components/Tabs/renderGroupTab.tsx +30 -20
- package/mobile/src/components/Tabs/renderTab.tsx +8 -5
- package/mobile/src/components/Tabs/tabItemClasses.ts +65 -1
- package/mobile/src/icons/IconName.ts +5 -5
- package/mobile/src/icons/PercentIcon.svg +373 -0
- package/mobile/src/setup-fixture.ts +0 -1
- package/mobile/src/ui-kit/Checkbox/Checkbox.tsx +37 -29
- package/mobile/src/ui-kit/Checkbox/CheckboxProps.ts +1 -0
- package/mobile/src/ui-kit/SwipeListControl/SwipeListContainer.tsx +2 -1
- package/mobile/src/ui-kit/SwipeListControl/SwipeListControlContent.ts +17 -0
- package/mobile/src/ui-kit/SwipeListControl/SwipeListControlDots.tsx +3 -2
- package/mobile/src/ui-kit/SwipeListControl/SwipeListControlProps.ts +2 -9
- package/mobile/src/utils/addSpacesBetweenNumbers.ts +1 -1
- package/package.json +1 -1
- package/src/components/Calculator/BonusCalculatorForm.tsx +2 -1
- package/src/components/Calculator/BusinessDepositCalculatorForm.tsx +133 -0
- package/src/components/Calculator/Calculator.fixture.tsx +29 -0
- package/src/components/Calculator/CalculatorContent.ts +18 -0
- package/src/components/Calculator/CalculatorValueBlock.tsx +17 -5
- package/src/components/Calculator/CreditCalculatorForm.tsx +2 -1
- package/src/components/Calculator/DepositCalculatorForm.tsx +8 -21
- package/src/components/Calculator/EmbeddableCalcBlocks.tsx +6 -0
- package/src/components/Calculator/Rate.tsx +34 -12
- package/src/components/Calculator/UnknownRate.tsx +24 -0
- package/src/components/Calculator/constants.ts +23 -1
- package/src/components/Calculator/renderCalculatorBlock.tsx +1 -1
- package/src/components/Calculator/renderDaysInput.tsx +36 -0
- package/src/components/Calculator/renderFootnote.tsx +7 -1
- package/src/components/Calculator/renderInterestPayment.tsx +40 -0
- package/src/components/Calculator/useBusinessDepositCalculatorParams.ts +109 -0
- package/src/components/Calculator/useDepositCalculatorParams.ts +1 -1
- package/src/components/SwipeListControlBlock/SwipeListControlBlock.fixture.tsx +18 -1
- package/src/components/SwipeListControlBlock/SwipeListControlBlock.tsx +2 -2
- package/src/components/SwipeListControlBlock/SwipeListControlBlockContent.ts +2 -5
- package/src/components/Tabs/LinkTab.tsx +5 -13
- package/src/components/Tabs/ScrollableTabs.tsx +55 -0
- package/src/components/Tabs/Tabs.fixture.tsx +22 -0
- package/src/components/Tabs/Tabs.tsx +26 -4
- package/src/components/Tabs/TabsContent.ts +13 -0
- package/src/components/Tabs/renderGroupTab.tsx +30 -20
- package/src/components/Tabs/renderTab.tsx +8 -5
- package/src/components/Tabs/tabItemClasses.ts +65 -1
- package/src/icons/IconName.ts +5 -1
- package/src/icons/PercentIcon.svg +373 -0
- package/src/setup-fixture.ts +0 -1
- package/src/ui-kit/Checkbox/Checkbox.tsx +37 -29
- package/src/ui-kit/Checkbox/CheckboxProps.ts +1 -0
- package/src/ui-kit/SwipeListControl/SwipeListContainer.tsx +2 -1
- package/src/ui-kit/SwipeListControl/SwipeListControlContent.ts +17 -0
- package/src/ui-kit/SwipeListControl/SwipeListControlDots.tsx +3 -2
- package/src/ui-kit/SwipeListControl/SwipeListControlProps.ts +2 -9
- package/src/utils/addSpacesBetweenNumbers.ts +1 -1
- package/tailwind.config.cjs +1 -0
|
@@ -2,6 +2,70 @@ export const LINK_CLASSES = 'h-12 flex-1 flex items-center justify-center cursor
|
|
|
2
2
|
export const ACTIVE_LINK_CLASSES = 'bg-primary-main';
|
|
3
3
|
export const INACTIVE_LINK_CLASSES = 'group/btn bg-white';
|
|
4
4
|
|
|
5
|
-
export const
|
|
5
|
+
export const SCROLLABLE_ACTIVE_LINK_CLASSES = 'bg-white text-primary-main';
|
|
6
|
+
export const WIDESCREEN_ACTIVE_LINK_CLASSES = 'bg-primary-main text-white';
|
|
7
|
+
|
|
8
|
+
export const TEXT_CLASSES = 'font-sans text-m text-center';
|
|
6
9
|
export const ACTIVE_TEXT_CLASSES = 'text-white';
|
|
7
10
|
export const INACTIVE_TEXT_CLASSES = 'text-secondary-text group-hover/btn:text-primary-main';
|
|
11
|
+
|
|
12
|
+
export const WHITE_ACTIVE_TEXT_CLASSES = 'text-primary-main';
|
|
13
|
+
|
|
14
|
+
const GROUP_TAB_CLASSES = {
|
|
15
|
+
div: {
|
|
16
|
+
scrollable: {
|
|
17
|
+
active: `inline-flex px-4 grow whitespace-nowrap ${LINK_CLASSES} ${SCROLLABLE_ACTIVE_LINK_CLASSES}`,
|
|
18
|
+
default: `inline-flex px-4 grow whitespace-nowrap ${LINK_CLASSES} ${INACTIVE_LINK_CLASSES}`,
|
|
19
|
+
},
|
|
20
|
+
default: {
|
|
21
|
+
active: `${LINK_CLASSES} ${WIDESCREEN_ACTIVE_LINK_CLASSES} whitespace-nowrap`,
|
|
22
|
+
default: `${LINK_CLASSES} ${INACTIVE_LINK_CLASSES} whitespace-nowrap`,
|
|
23
|
+
},
|
|
24
|
+
},
|
|
25
|
+
text: {
|
|
26
|
+
scrollable: {
|
|
27
|
+
active: `h-full border-0 border-b-2`,
|
|
28
|
+
default: ``,
|
|
29
|
+
},
|
|
30
|
+
default: {
|
|
31
|
+
active: '',
|
|
32
|
+
default: '',
|
|
33
|
+
},
|
|
34
|
+
},
|
|
35
|
+
};
|
|
36
|
+
const LINK_TAB_CLASSES = {
|
|
37
|
+
link: {
|
|
38
|
+
scrollable: {
|
|
39
|
+
active: `inline-flex px-4 grow whitespace-nowrap ${LINK_CLASSES} ${SCROLLABLE_ACTIVE_LINK_CLASSES}`,
|
|
40
|
+
default: `inline-flex px-4 grow whitespace-nowrap ${LINK_CLASSES} ${INACTIVE_LINK_CLASSES}`,
|
|
41
|
+
},
|
|
42
|
+
default: {
|
|
43
|
+
active: `${LINK_CLASSES} ${WIDESCREEN_ACTIVE_LINK_CLASSES}`,
|
|
44
|
+
default: `${LINK_CLASSES} ${INACTIVE_LINK_CLASSES}`,
|
|
45
|
+
},
|
|
46
|
+
},
|
|
47
|
+
text: {
|
|
48
|
+
scrollable: {
|
|
49
|
+
active: `${TEXT_CLASSES} flex items-center h-full border-0 border-b-2 ${WHITE_ACTIVE_TEXT_CLASSES}`,
|
|
50
|
+
default: `${TEXT_CLASSES} ${INACTIVE_TEXT_CLASSES}`,
|
|
51
|
+
},
|
|
52
|
+
default: {
|
|
53
|
+
active: `${TEXT_CLASSES} ${ACTIVE_TEXT_CLASSES}`,
|
|
54
|
+
default: `${TEXT_CLASSES} ${INACTIVE_TEXT_CLASSES}`,
|
|
55
|
+
},
|
|
56
|
+
},
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
export const getGroupTabClassName = (type: string, active: boolean, isScrollable: boolean) => {
|
|
60
|
+
const styleType = isScrollable ? 'scrollable' : 'default';
|
|
61
|
+
const styleActive = active ? 'active' : 'default';
|
|
62
|
+
|
|
63
|
+
return GROUP_TAB_CLASSES[type][styleType][styleActive];
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
export const getLinkTabClassName = (type: string, active: boolean, isScrollable: boolean) => {
|
|
67
|
+
const styleType = isScrollable ? 'scrollable' : 'default';
|
|
68
|
+
const styleActive = active ? 'active' : 'default';
|
|
69
|
+
|
|
70
|
+
return LINK_TAB_CLASSES[type][styleType][styleActive];
|
|
71
|
+
};
|
|
@@ -3,15 +3,15 @@
|
|
|
3
3
|
/* eslint-disable max-len, max-lines */
|
|
4
4
|
|
|
5
5
|
export const IconsWithoutInversion = new Set([
|
|
6
|
-
'ActualBalanceIcon', 'AirPlaneIcon', 'CardWithGemIcon', 'CarIcon', 'CinemaIcon', 'ClockIcon', 'ComfortableCompIcon', 'CreditCardsIcon', 'DocsIcon', 'DollarIcon', 'DoneIcon', 'EarthIcon', 'EuroIcon', 'FullScreenIcon', 'GlassIcon', 'HeartIcon', 'HuaweiIcon', 'InterestGrowthIcon', 'JCBIcon', 'MapMarkerClusterIcon', 'MapMarkerSingleIcon', 'MasterCardIcon', 'MirIcon', 'MoneyInsuranceIcon', 'NewDocIcon', 'OfficeIcon', 'PackA4Icon', 'PassSendIcon', 'PowerIcon', 'PumpkinIcon', 'SignDocsIcon', 'SoundIcon', 'UnionPayIcon', 'UserGeoLocationIcon', 'VisaIcon', 'WateringCanIcon'
|
|
6
|
+
'ActualBalanceIcon', 'AirPlaneIcon', 'CardWithGemIcon', 'CarIcon', 'CinemaIcon', 'ClockIcon', 'ComfortableCompIcon', 'CreditCardsIcon', 'DocsIcon', 'DollarIcon', 'DoneIcon', 'EarthIcon', 'EuroIcon', 'FullScreenIcon', 'GlassIcon', 'HeartIcon', 'HuaweiIcon', 'InterestGrowthIcon', 'JCBIcon', 'MapMarkerClusterIcon', 'MapMarkerSingleIcon', 'MasterCardIcon', 'MirIcon', 'MoneyInsuranceIcon', 'NewDocIcon', 'OfficeIcon', 'PackA4Icon', 'PassSendIcon', 'PercentIcon', 'PowerIcon', 'PumpkinIcon', 'SignDocsIcon', 'SoundIcon', 'UnionPayIcon', 'UserGeoLocationIcon', 'VisaIcon', 'WateringCanIcon'
|
|
7
7
|
]);
|
|
8
8
|
|
|
9
9
|
export enum IconMap {
|
|
10
|
-
ActualBalanceIcon = 'ActualBalanceIcon', AirPlaneIcon = 'AirPlaneIcon', AppleIcon = 'AppleIcon', ArrowDownIcon = 'ArrowDownIcon', ArrowLeftIcon = 'ArrowLeftIcon', ArrowRightIcon = 'ArrowRightIcon', ArrowTopRightIcon = 'ArrowTopRightIcon', ArrowUpIcon = 'ArrowUpIcon', AtmIcon = 'AtmIcon', BankIcon = 'BankIcon', BuildingIcon = 'BuildingIcon', BurgerIcon = 'BurgerIcon', Calendar2Icon = 'Calendar2Icon', CalendarCircleIcon = 'CalendarCircleIcon', CalendarIcon = 'CalendarIcon', CalendarTickIcon = 'CalendarTickIcon', Car2Icon = 'Car2Icon', CardIcon = 'CardIcon', CardPosIcon = 'CardPosIcon', CardTickIcon = 'CardTickIcon', CardWithGemIcon = 'CardWithGemIcon', CarIcon = 'CarIcon', ChartSquareIcon = 'ChartSquareIcon', CinemaIcon = 'CinemaIcon', ClockIcon = 'ClockIcon', CloseIcon = 'CloseIcon', ComfortableCompIcon = 'ComfortableCompIcon', CreditCardsIcon = 'CreditCardsIcon', DiscountShapeIcon = 'DiscountShapeIcon', DocDownloadIcon = 'DocDownloadIcon', DocIcon = 'DocIcon', DocIconMonoColor = 'DocIconMonoColor', DocsIcon = 'DocsIcon', DocumentText2Icon = 'DocumentText2Icon', DocumentTextIcon = 'DocumentTextIcon', DollarIcon = 'DollarIcon', DoneIcon = 'DoneIcon', DoneSimpleIcon = 'DoneSimpleIcon', EarthIcon = 'EarthIcon', EmptyWalletChangeIcon = 'EmptyWalletChangeIcon', EmptyWalletIcon = 'EmptyWalletIcon', EuroIcon = 'EuroIcon', FullScreenIcon = 'FullScreenIcon', GeolocationIcon = 'GeolocationIcon', GlassIcon = 'GlassIcon', GlobalIcon = 'GlobalIcon', GpsIcon = 'GpsIcon', GridIcon = 'GridIcon', HeartIcon = 'HeartIcon', HuaweiIcon = 'HuaweiIcon', InterestGrowthIcon = 'InterestGrowthIcon', InterestIcon = 'InterestIcon', JCBIcon = 'JCBIcon', LogoIcon = 'LogoIcon', LoupeIcon = 'LoupeIcon', MapMarkerClusterIcon = 'MapMarkerClusterIcon', MapMarkerSingleIcon = 'MapMarkerSingleIcon', MasterCardIcon = 'MasterCardIcon', MetroIcon = 'MetroIcon', MinusIcon = 'MinusIcon', MirIcon = 'MirIcon', MoneyIcon = 'MoneyIcon', MoneyInsuranceIcon = 'MoneyInsuranceIcon', MoneysIcon = 'MoneysIcon', MonitorMobileIcon = 'MonitorMobileIcon', NewDocIcon = 'NewDocIcon', OfficeIcon = 'OfficeIcon', OkIcon = 'OkIcon', PackA4Icon = 'PackA4Icon', PassSendIcon = 'PassSendIcon', PercentageRoundIcon = 'PercentageRoundIcon', PercentageSquareIcon = 'PercentageSquareIcon', PersonalCardIcon = 'PersonalCardIcon', PlayMarketIcon = 'PlayMarketIcon', PlusIcon = 'PlusIcon', PowerIcon = 'PowerIcon', Profile2UserIcon = 'Profile2UserIcon', ProfileIcon = 'ProfileIcon', PumpkinIcon = 'PumpkinIcon', RoundRubleIcon = 'RoundRubleIcon', SafeIcon = 'SafeIcon', ShieldTickIcon = 'ShieldTickIcon', SignDocsIcon = 'SignDocsIcon', SmallClockIcon = 'SmallClockIcon', SoundIcon = 'SoundIcon', StrongBoxIcon = 'StrongBoxIcon', TelegramIcon = 'TelegramIcon', UnionPayIcon = 'UnionPayIcon', UserGeoLocationIcon = 'UserGeoLocationIcon', UserSquareIcon = 'UserSquareIcon', UserTickIcon = 'UserTickIcon', VisaIcon = 'VisaIcon', VKIcon = 'VKIcon', WalletAdd2Icon = 'WalletAdd2Icon', WalletAddIcon = 'WalletAddIcon', WalletIcon = 'WalletIcon', WalletWithMoneyIcon = 'WalletWithMoneyIcon', WateringCanIcon = 'WateringCanIcon', YoutubeIcon = 'YoutubeIcon'
|
|
10
|
+
ActualBalanceIcon = 'ActualBalanceIcon', AirPlaneIcon = 'AirPlaneIcon', AppleIcon = 'AppleIcon', ArrowDownIcon = 'ArrowDownIcon', ArrowLeftIcon = 'ArrowLeftIcon', ArrowRightIcon = 'ArrowRightIcon', ArrowTopRightIcon = 'ArrowTopRightIcon', ArrowUpIcon = 'ArrowUpIcon', AtmIcon = 'AtmIcon', BankIcon = 'BankIcon', BuildingIcon = 'BuildingIcon', BurgerIcon = 'BurgerIcon', Calendar2Icon = 'Calendar2Icon', CalendarCircleIcon = 'CalendarCircleIcon', CalendarIcon = 'CalendarIcon', CalendarTickIcon = 'CalendarTickIcon', Car2Icon = 'Car2Icon', CardIcon = 'CardIcon', CardPosIcon = 'CardPosIcon', CardTickIcon = 'CardTickIcon', CardWithGemIcon = 'CardWithGemIcon', CarIcon = 'CarIcon', ChartSquareIcon = 'ChartSquareIcon', CinemaIcon = 'CinemaIcon', ClockIcon = 'ClockIcon', CloseIcon = 'CloseIcon', ComfortableCompIcon = 'ComfortableCompIcon', CreditCardsIcon = 'CreditCardsIcon', DiscountShapeIcon = 'DiscountShapeIcon', DocDownloadIcon = 'DocDownloadIcon', DocIcon = 'DocIcon', DocIconMonoColor = 'DocIconMonoColor', DocsIcon = 'DocsIcon', DocumentText2Icon = 'DocumentText2Icon', DocumentTextIcon = 'DocumentTextIcon', DollarIcon = 'DollarIcon', DoneIcon = 'DoneIcon', DoneSimpleIcon = 'DoneSimpleIcon', EarthIcon = 'EarthIcon', EmptyWalletChangeIcon = 'EmptyWalletChangeIcon', EmptyWalletIcon = 'EmptyWalletIcon', EuroIcon = 'EuroIcon', FullScreenIcon = 'FullScreenIcon', GeolocationIcon = 'GeolocationIcon', GlassIcon = 'GlassIcon', GlobalIcon = 'GlobalIcon', GpsIcon = 'GpsIcon', GridIcon = 'GridIcon', HeartIcon = 'HeartIcon', HuaweiIcon = 'HuaweiIcon', InterestGrowthIcon = 'InterestGrowthIcon', InterestIcon = 'InterestIcon', JCBIcon = 'JCBIcon', LogoIcon = 'LogoIcon', LoupeIcon = 'LoupeIcon', MapMarkerClusterIcon = 'MapMarkerClusterIcon', MapMarkerSingleIcon = 'MapMarkerSingleIcon', MasterCardIcon = 'MasterCardIcon', MetroIcon = 'MetroIcon', MinusIcon = 'MinusIcon', MirIcon = 'MirIcon', MoneyIcon = 'MoneyIcon', MoneyInsuranceIcon = 'MoneyInsuranceIcon', MoneysIcon = 'MoneysIcon', MonitorMobileIcon = 'MonitorMobileIcon', NewDocIcon = 'NewDocIcon', OfficeIcon = 'OfficeIcon', OkIcon = 'OkIcon', PackA4Icon = 'PackA4Icon', PassSendIcon = 'PassSendIcon', PercentageRoundIcon = 'PercentageRoundIcon', PercentageSquareIcon = 'PercentageSquareIcon', PercentIcon = 'PercentIcon', PersonalCardIcon = 'PersonalCardIcon', PlayMarketIcon = 'PlayMarketIcon', PlusIcon = 'PlusIcon', PowerIcon = 'PowerIcon', Profile2UserIcon = 'Profile2UserIcon', ProfileIcon = 'ProfileIcon', PumpkinIcon = 'PumpkinIcon', RoundRubleIcon = 'RoundRubleIcon', SafeIcon = 'SafeIcon', ShieldTickIcon = 'ShieldTickIcon', SignDocsIcon = 'SignDocsIcon', SmallClockIcon = 'SmallClockIcon', SoundIcon = 'SoundIcon', StrongBoxIcon = 'StrongBoxIcon', TelegramIcon = 'TelegramIcon', UnionPayIcon = 'UnionPayIcon', UserGeoLocationIcon = 'UserGeoLocationIcon', UserSquareIcon = 'UserSquareIcon', UserTickIcon = 'UserTickIcon', VisaIcon = 'VisaIcon', VKIcon = 'VKIcon', WalletAdd2Icon = 'WalletAdd2Icon', WalletAddIcon = 'WalletAddIcon', WalletIcon = 'WalletIcon', WalletWithMoneyIcon = 'WalletWithMoneyIcon', WateringCanIcon = 'WateringCanIcon', YoutubeIcon = 'YoutubeIcon'
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
export enum IconTitleMap {
|
|
14
|
-
ActualBalanceIcon = 'Деньги', AirPlaneIcon = 'Самолёт', AppleIcon = 'Лого «Apple»', ArrowDownIcon = 'Стрелка \'Вниз\'', ArrowLeftIcon = 'Стрелка \'Влево\'', ArrowRightIcon = 'Стрелка \'Вправо\'', ArrowTopRightIcon = 'Стрелка \'Вверх-право\'', ArrowUpIcon = 'Стрелка \'Вверх\'', AtmIcon = 'Банкомат', BankIcon = 'Банк', BuildingIcon = 'Здание с деревом', BurgerIcon = 'Бургер', Calendar2Icon = 'Календарь 2', CalendarCircleIcon = 'Скруглённый календарь', CalendarIcon = 'Календарь', CalendarTickIcon = 'Календарь с галочкой', Car2Icon = 'Машина2', CardIcon = 'Кред. карта', CardPosIcon = 'Кред. карта под наклоном', CardTickIcon = 'Кред. карта с галочкой', CardWithGemIcon = 'Карта с драгоценностями', CarIcon = 'Машина', ChartSquareIcon = 'Деньги внутри кошелька', CinemaIcon = 'Кинотеатр', ClockIcon = 'Часы', CloseIcon = 'Крестик', ComfortableCompIcon = 'Кресло', CreditCardsIcon = 'Кредитные карты', DiscountShapeIcon = 'Скидка', DocDownloadIcon = 'Скачать документ', DocIcon = 'Документ', DocIconMonoColor = 'Документ (одноцветный)', DocsIcon = 'Документы', DocumentText2Icon = 'Документы-2', DocumentTextIcon = 'Документ с текстом', DollarIcon = 'Доллар', DoneIcon = 'Зелёная \'галочка\' в круге', DoneSimpleIcon = 'Зелёная \'галочка\'', EarthIcon = 'Земля', EmptyWalletChangeIcon = 'Пустой кошелёк с возвратом', EmptyWalletIcon = 'Пустой кошелёк', EuroIcon = 'Евро', FullScreenIcon = 'FullScreenIcon', GeolocationIcon = 'Геолокация', GlassIcon = 'Зеркало', GlobalIcon = 'Глобус', GpsIcon = 'Gps', GridIcon = 'Сетка (белая)', HeartIcon = 'Сердце', HuaweiIcon = 'Лого «Huawei»', InterestGrowthIcon = 'Диаграмма роста', InterestIcon = 'Скидка', JCBIcon = 'JCB', LogoIcon = 'Logo', LoupeIcon = 'Лупа', MapMarkerClusterIcon = 'Маркер карты', MapMarkerSingleIcon = 'Маркер карты РСХБ', MasterCardIcon = 'MasterCard', MetroIcon = 'Лого Метро', MinusIcon = 'Минус', MirIcon = 'МИР', MoneyIcon = 'Деньги', MoneyInsuranceIcon = 'Денежное страхование', MoneysIcon = 'Купюры', MonitorMobileIcon = 'Монитор и мобильный', NewDocIcon = 'Новый документ', OfficeIcon = 'Офис', OkIcon = 'Лого «Одноклассники»', PackA4Icon = 'Пачка бумаги А4', PassSendIcon = 'Бизнес', PercentageRoundIcon = 'Проценты (круг.)', PercentageSquareIcon = 'Проценты', PersonalCardIcon = 'Персональная карта', PlayMarketIcon = 'Лого «PlayMarket»', PlusIcon = 'Плюс', PowerIcon = 'Щит', Profile2UserIcon = 'Профиль, 2 персоны', ProfileIcon = 'Профиль', PumpkinIcon = 'Тыква', RoundRubleIcon = 'Рубль (круг.)', SafeIcon = 'Сейф', ShieldTickIcon = 'Безопасность', SignDocsIcon = 'Подписанные документы', SmallClockIcon = 'Маленькие часы', SoundIcon = 'Звук', StrongBoxIcon = 'Ящик с замочной скважиной', TelegramIcon = 'Лого «Telegram»', UnionPayIcon = 'UnionPay', UserGeoLocationIcon = 'UserGeoLocationIcon', UserSquareIcon = 'Пользователь в рамке', UserTickIcon = 'Пользователь', VisaIcon = 'Visa', VKIcon = 'Лого «VK»', WalletAdd2Icon = 'Пополнение карты', WalletAddIcon = 'Кошелёк с плюсом', WalletIcon = 'Кошелёк', WalletWithMoneyIcon = 'Кошелёк с деньгами', WateringCanIcon = 'Добавить продукт', YoutubeIcon = 'Лого «Youtube»'
|
|
14
|
+
ActualBalanceIcon = 'Деньги', AirPlaneIcon = 'Самолёт', AppleIcon = 'Лого «Apple»', ArrowDownIcon = 'Стрелка \'Вниз\'', ArrowLeftIcon = 'Стрелка \'Влево\'', ArrowRightIcon = 'Стрелка \'Вправо\'', ArrowTopRightIcon = 'Стрелка \'Вверх-право\'', ArrowUpIcon = 'Стрелка \'Вверх\'', AtmIcon = 'Банкомат', BankIcon = 'Банк', BuildingIcon = 'Здание с деревом', BurgerIcon = 'Бургер', Calendar2Icon = 'Календарь 2', CalendarCircleIcon = 'Скруглённый календарь', CalendarIcon = 'Календарь', CalendarTickIcon = 'Календарь с галочкой', Car2Icon = 'Машина2', CardIcon = 'Кред. карта', CardPosIcon = 'Кред. карта под наклоном', CardTickIcon = 'Кред. карта с галочкой', CardWithGemIcon = 'Карта с драгоценностями', CarIcon = 'Машина', ChartSquareIcon = 'Деньги внутри кошелька', CinemaIcon = 'Кинотеатр', ClockIcon = 'Часы', CloseIcon = 'Крестик', ComfortableCompIcon = 'Кресло', CreditCardsIcon = 'Кредитные карты', DiscountShapeIcon = 'Скидка', DocDownloadIcon = 'Скачать документ', DocIcon = 'Документ', DocIconMonoColor = 'Документ (одноцветный)', DocsIcon = 'Документы', DocumentText2Icon = 'Документы-2', DocumentTextIcon = 'Документ с текстом', DollarIcon = 'Доллар', DoneIcon = 'Зелёная \'галочка\' в круге', DoneSimpleIcon = 'Зелёная \'галочка\'', EarthIcon = 'Земля', EmptyWalletChangeIcon = 'Пустой кошелёк с возвратом', EmptyWalletIcon = 'Пустой кошелёк', EuroIcon = 'Евро', FullScreenIcon = 'FullScreenIcon', GeolocationIcon = 'Геолокация', GlassIcon = 'Зеркало', GlobalIcon = 'Глобус', GpsIcon = 'Gps', GridIcon = 'Сетка (белая)', HeartIcon = 'Сердце', HuaweiIcon = 'Лого «Huawei»', InterestGrowthIcon = 'Диаграмма роста', InterestIcon = 'Скидка', JCBIcon = 'JCB', LogoIcon = 'Logo', LoupeIcon = 'Лупа', MapMarkerClusterIcon = 'Маркер карты', MapMarkerSingleIcon = 'Маркер карты РСХБ', MasterCardIcon = 'MasterCard', MetroIcon = 'Лого Метро', MinusIcon = 'Минус', MirIcon = 'МИР', MoneyIcon = 'Деньги', MoneyInsuranceIcon = 'Денежное страхование', MoneysIcon = 'Купюры', MonitorMobileIcon = 'Монитор и мобильный', NewDocIcon = 'Новый документ', OfficeIcon = 'Офис', OkIcon = 'Лого «Одноклассники»', PackA4Icon = 'Пачка бумаги А4', PassSendIcon = 'Бизнес', PercentageRoundIcon = 'Проценты (круг.)', PercentageSquareIcon = 'Проценты', PercentIcon = 'PercentIcon', PersonalCardIcon = 'Персональная карта', PlayMarketIcon = 'Лого «PlayMarket»', PlusIcon = 'Плюс', PowerIcon = 'Щит', Profile2UserIcon = 'Профиль, 2 персоны', ProfileIcon = 'Профиль', PumpkinIcon = 'Тыква', RoundRubleIcon = 'Рубль (круг.)', SafeIcon = 'Сейф', ShieldTickIcon = 'Безопасность', SignDocsIcon = 'Подписанные документы', SmallClockIcon = 'Маленькие часы', SoundIcon = 'Звук', StrongBoxIcon = 'Ящик с замочной скважиной', TelegramIcon = 'Лого «Telegram»', UnionPayIcon = 'UnionPay', UserGeoLocationIcon = 'UserGeoLocationIcon', UserSquareIcon = 'Пользователь в рамке', UserTickIcon = 'Пользователь', VisaIcon = 'Visa', VKIcon = 'Лого «VK»', WalletAdd2Icon = 'Пополнение карты', WalletAddIcon = 'Кошелёк с плюсом', WalletIcon = 'Кошелёк', WalletWithMoneyIcon = 'Кошелёк с деньгами', WateringCanIcon = 'Добавить продукт', YoutubeIcon = 'Лого «Youtube»'
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
/**
|
|
@@ -19,7 +19,7 @@ export enum IconTitleMap {
|
|
|
19
19
|
* @title Иконка
|
|
20
20
|
* @enumNames [
|
|
21
21
|
* "",
|
|
22
|
-
* 'Деньги', 'Самолёт', 'Лого «Apple»', 'Стрелка \'Вниз\'', 'Стрелка \'Влево\'', 'Стрелка \'Вправо\'', 'Стрелка \'Вверх-право\'', 'Стрелка \'Вверх\'', 'Банкомат', 'Банк', 'Здание с деревом', 'Бургер', 'Календарь 2', 'Скруглённый календарь', 'Календарь', 'Календарь с галочкой', 'Машина2', 'Кред. карта', 'Кред. карта под наклоном', 'Кред. карта с галочкой', 'Карта с драгоценностями', 'Машина', 'Деньги внутри кошелька', 'Кинотеатр', 'Часы', 'Крестик', 'Кресло', 'Кредитные карты', 'Скидка', 'Скачать документ', 'Документ', 'Документ (одноцветный)', 'Документы', 'Документы-2', 'Документ с текстом', 'Доллар', 'Зелёная \'галочка\' в круге', 'Зелёная \'галочка\'', 'Земля', 'Пустой кошелёк с возвратом', 'Пустой кошелёк', 'Евро', 'FullScreenIcon', 'Геолокация', 'Зеркало', 'Глобус', 'Gps', 'Сетка (белая)', 'Сердце', 'Лого «Huawei»', 'Диаграмма роста', 'Скидка', 'JCB', 'Logo', 'Лупа', 'Маркер карты', 'Маркер карты РСХБ', 'MasterCard', 'Лого Метро', 'Минус', 'МИР', 'Деньги', 'Денежное страхование', 'Купюры', 'Монитор и мобильный', 'Новый документ', 'Офис', 'Лого «Одноклассники»', 'Пачка бумаги А4', 'Бизнес', 'Проценты (круг.)', 'Проценты', 'Персональная карта', 'Лого «PlayMarket»', 'Плюс', 'Щит', 'Профиль, 2 персоны', 'Профиль', 'Тыква', 'Рубль (круг.)', 'Сейф', 'Безопасность', 'Подписанные документы', 'Маленькие часы', 'Звук', 'Ящик с замочной скважиной', 'Лого «Telegram»', 'UnionPay', 'UserGeoLocationIcon', 'Пользователь в рамке', 'Пользователь', 'Visa', 'Лого «VK»', 'Пополнение карты', 'Кошелёк с плюсом', 'Кошелёк', 'Кошелёк с деньгами', 'Добавить продукт', 'Лого «Youtube»'
|
|
22
|
+
* 'Деньги', 'Самолёт', 'Лого «Apple»', 'Стрелка \'Вниз\'', 'Стрелка \'Влево\'', 'Стрелка \'Вправо\'', 'Стрелка \'Вверх-право\'', 'Стрелка \'Вверх\'', 'Банкомат', 'Банк', 'Здание с деревом', 'Бургер', 'Календарь 2', 'Скруглённый календарь', 'Календарь', 'Календарь с галочкой', 'Машина2', 'Кред. карта', 'Кред. карта под наклоном', 'Кред. карта с галочкой', 'Карта с драгоценностями', 'Машина', 'Деньги внутри кошелька', 'Кинотеатр', 'Часы', 'Крестик', 'Кресло', 'Кредитные карты', 'Скидка', 'Скачать документ', 'Документ', 'Документ (одноцветный)', 'Документы', 'Документы-2', 'Документ с текстом', 'Доллар', 'Зелёная \'галочка\' в круге', 'Зелёная \'галочка\'', 'Земля', 'Пустой кошелёк с возвратом', 'Пустой кошелёк', 'Евро', 'FullScreenIcon', 'Геолокация', 'Зеркало', 'Глобус', 'Gps', 'Сетка (белая)', 'Сердце', 'Лого «Huawei»', 'Диаграмма роста', 'Скидка', 'JCB', 'Logo', 'Лупа', 'Маркер карты', 'Маркер карты РСХБ', 'MasterCard', 'Лого Метро', 'Минус', 'МИР', 'Деньги', 'Денежное страхование', 'Купюры', 'Монитор и мобильный', 'Новый документ', 'Офис', 'Лого «Одноклассники»', 'Пачка бумаги А4', 'Бизнес', 'Проценты (круг.)', 'Проценты', 'PercentIcon', 'Персональная карта', 'Лого «PlayMarket»', 'Плюс', 'Щит', 'Профиль, 2 персоны', 'Профиль', 'Тыква', 'Рубль (круг.)', 'Сейф', 'Безопасность', 'Подписанные документы', 'Маленькие часы', 'Звук', 'Ящик с замочной скважиной', 'Лого «Telegram»', 'UnionPay', 'UserGeoLocationIcon', 'Пользователь в рамке', 'Пользователь', 'Visa', 'Лого «VK»', 'Пополнение карты', 'Кошелёк с плюсом', 'Кошелёк', 'Кошелёк с деньгами', 'Добавить продукт', 'Лого «Youtube»'
|
|
23
23
|
* ]
|
|
24
24
|
*/
|
|
25
|
-
export type IconName = '' | 'ActualBalanceIcon' | 'AirPlaneIcon' | 'AppleIcon' | 'ArrowDownIcon' | 'ArrowLeftIcon' | 'ArrowRightIcon' | 'ArrowTopRightIcon' | 'ArrowUpIcon' | 'AtmIcon' | 'BankIcon' | 'BuildingIcon' | 'BurgerIcon' | 'Calendar2Icon' | 'CalendarCircleIcon' | 'CalendarIcon' | 'CalendarTickIcon' | 'Car2Icon' | 'CardIcon' | 'CardPosIcon' | 'CardTickIcon' | 'CardWithGemIcon' | 'CarIcon' | 'ChartSquareIcon' | 'CinemaIcon' | 'ClockIcon' | 'CloseIcon' | 'ComfortableCompIcon' | 'CreditCardsIcon' | 'DiscountShapeIcon' | 'DocDownloadIcon' | 'DocIcon' | 'DocIconMonoColor' | 'DocsIcon' | 'DocumentText2Icon' | 'DocumentTextIcon' | 'DollarIcon' | 'DoneIcon' | 'DoneSimpleIcon' | 'EarthIcon' | 'EmptyWalletChangeIcon' | 'EmptyWalletIcon' | 'EuroIcon' | 'FullScreenIcon' | 'GeolocationIcon' | 'GlassIcon' | 'GlobalIcon' | 'GpsIcon' | 'GridIcon' | 'HeartIcon' | 'HuaweiIcon' | 'InterestGrowthIcon' | 'InterestIcon' | 'JCBIcon' | 'LogoIcon' | 'LoupeIcon' | 'MapMarkerClusterIcon' | 'MapMarkerSingleIcon' | 'MasterCardIcon' | 'MetroIcon' | 'MinusIcon' | 'MirIcon' | 'MoneyIcon' | 'MoneyInsuranceIcon' | 'MoneysIcon' | 'MonitorMobileIcon' | 'NewDocIcon' | 'OfficeIcon' | 'OkIcon' | 'PackA4Icon' | 'PassSendIcon' | 'PercentageRoundIcon' | 'PercentageSquareIcon' | 'PersonalCardIcon' | 'PlayMarketIcon' | 'PlusIcon' | 'PowerIcon' | 'Profile2UserIcon' | 'ProfileIcon' | 'PumpkinIcon' | 'RoundRubleIcon' | 'SafeIcon' | 'ShieldTickIcon' | 'SignDocsIcon' | 'SmallClockIcon' | 'SoundIcon' | 'StrongBoxIcon' | 'TelegramIcon' | 'UnionPayIcon' | 'UserGeoLocationIcon' | 'UserSquareIcon' | 'UserTickIcon' | 'VisaIcon' | 'VKIcon' | 'WalletAdd2Icon' | 'WalletAddIcon' | 'WalletIcon' | 'WalletWithMoneyIcon' | 'WateringCanIcon' | 'YoutubeIcon';
|
|
25
|
+
export type IconName = '' | 'ActualBalanceIcon' | 'AirPlaneIcon' | 'AppleIcon' | 'ArrowDownIcon' | 'ArrowLeftIcon' | 'ArrowRightIcon' | 'ArrowTopRightIcon' | 'ArrowUpIcon' | 'AtmIcon' | 'BankIcon' | 'BuildingIcon' | 'BurgerIcon' | 'Calendar2Icon' | 'CalendarCircleIcon' | 'CalendarIcon' | 'CalendarTickIcon' | 'Car2Icon' | 'CardIcon' | 'CardPosIcon' | 'CardTickIcon' | 'CardWithGemIcon' | 'CarIcon' | 'ChartSquareIcon' | 'CinemaIcon' | 'ClockIcon' | 'CloseIcon' | 'ComfortableCompIcon' | 'CreditCardsIcon' | 'DiscountShapeIcon' | 'DocDownloadIcon' | 'DocIcon' | 'DocIconMonoColor' | 'DocsIcon' | 'DocumentText2Icon' | 'DocumentTextIcon' | 'DollarIcon' | 'DoneIcon' | 'DoneSimpleIcon' | 'EarthIcon' | 'EmptyWalletChangeIcon' | 'EmptyWalletIcon' | 'EuroIcon' | 'FullScreenIcon' | 'GeolocationIcon' | 'GlassIcon' | 'GlobalIcon' | 'GpsIcon' | 'GridIcon' | 'HeartIcon' | 'HuaweiIcon' | 'InterestGrowthIcon' | 'InterestIcon' | 'JCBIcon' | 'LogoIcon' | 'LoupeIcon' | 'MapMarkerClusterIcon' | 'MapMarkerSingleIcon' | 'MasterCardIcon' | 'MetroIcon' | 'MinusIcon' | 'MirIcon' | 'MoneyIcon' | 'MoneyInsuranceIcon' | 'MoneysIcon' | 'MonitorMobileIcon' | 'NewDocIcon' | 'OfficeIcon' | 'OkIcon' | 'PackA4Icon' | 'PassSendIcon' | 'PercentageRoundIcon' | 'PercentageSquareIcon' | 'PercentIcon' | 'PersonalCardIcon' | 'PlayMarketIcon' | 'PlusIcon' | 'PowerIcon' | 'Profile2UserIcon' | 'ProfileIcon' | 'PumpkinIcon' | 'RoundRubleIcon' | 'SafeIcon' | 'ShieldTickIcon' | 'SignDocsIcon' | 'SmallClockIcon' | 'SoundIcon' | 'StrongBoxIcon' | 'TelegramIcon' | 'UnionPayIcon' | 'UserGeoLocationIcon' | 'UserSquareIcon' | 'UserTickIcon' | 'VisaIcon' | 'VKIcon' | 'WalletAdd2Icon' | 'WalletAddIcon' | 'WalletIcon' | 'WalletWithMoneyIcon' | 'WateringCanIcon' | 'YoutubeIcon';
|
|
@@ -0,0 +1,373 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="95" height="88" fill="none">
|
|
2
|
+
<g filter="url(#a)">
|
|
3
|
+
<path fill="url(#b)" d="M92.249 84.398c0-.8-20.147-1.449-44.998-1.449-24.852 0-44.999.649-44.999 1.45 0 .8 20.147 1.449 44.998 1.449 24.852 0 44.999-.65 44.999-1.45Z"/>
|
|
4
|
+
<path fill="url(#c)" d="M92.249 84.398c0-.8-20.147-1.449-44.998-1.449-24.852 0-44.999.649-44.999 1.45 0 .8 20.147 1.449 44.998 1.449 24.852 0 44.999-.65 44.999-1.45Z"/>
|
|
5
|
+
</g>
|
|
6
|
+
<path fill="#050304" d="M53.314 84.397c0-.481-10.846-.871-24.226-.871-13.38 0-24.226.39-24.226.87 0 .482 10.847.872 24.226.872 13.38 0 24.226-.39 24.226-.871Z"/>
|
|
7
|
+
<path fill="url(#d)" d="M53.314 84.397c0-.481-10.846-.871-24.226-.871-13.38 0-24.226.39-24.226.87 0 .482 10.847.872 24.226.872 13.38 0 24.226-.39 24.226-.871Z"/>
|
|
8
|
+
<mask id="e" width="77" height="77" x="7" y="8" maskUnits="userSpaceOnUse" style="mask-type:alpha">
|
|
9
|
+
<path fill="#fff" d="M12.064 39.77c-3.044-3.342-4.566-7.665-4.566-12.969 0-5.298 1.522-9.616 4.566-12.942 3.043-3.325 6.96-4.988 11.769-4.988 4.836 0 8.759 1.652 11.769 4.966 3.004 3.309 4.51 7.632 4.51 12.97 0 5.298-1.506 9.621-4.51 12.97-3.004 3.342-6.927 5.016-11.77 5.016-4.807-.006-8.73-1.68-11.768-5.022ZM15.237 83.1l26.52-37.838 22.896-35.009h11.791L49.282 48.783 27.136 83.1H15.237ZM28.601 34.06c1.195-1.815 1.787-4.233 1.787-7.26 0-3.095-.586-5.53-1.758-7.31-1.173-1.782-2.774-2.667-4.803-2.667s-3.641.89-4.83 2.666c-1.195 1.782-1.787 4.216-1.787 7.311 0 3.027.603 5.445 1.815 7.26 1.212 1.815 2.813 2.722 4.802 2.722 1.99 0 3.585-.907 4.774-2.722Zm27.112 45.278c-3.01-3.325-4.51-7.66-4.51-12.992 0-5.264 1.5-9.56 4.51-12.885 3.005-3.326 6.91-4.989 11.713-4.989 4.876 0 8.816 1.652 11.82 4.966 3.004 3.309 4.509 7.615 4.509 12.914 0 5.338-1.505 9.666-4.51 12.992-3.01 3.326-6.943 4.988-11.82 4.988-4.801-.005-8.707-1.668-11.712-4.994Zm16.493-5.681c1.19-1.815 1.787-4.25 1.787-7.311 0-3.094-.581-5.524-1.736-7.282-1.156-1.759-2.768-2.644-4.831-2.644-2.03 0-3.63.89-4.802 2.666-1.173 1.781-1.759 4.2-1.759 7.26 0 3.06.597 5.496 1.787 7.31 1.19 1.816 2.784 2.723 4.774 2.723 1.99 0 3.585-.913 4.78-2.722Z"/>
|
|
10
|
+
</mask>
|
|
11
|
+
<g mask="url(#e)">
|
|
12
|
+
<g filter="url(#f)">
|
|
13
|
+
<path fill="#226D23" d="M12.064 39.77c-3.044-3.342-4.566-7.665-4.566-12.969 0-5.298 1.522-9.616 4.566-12.942 3.043-3.325 6.96-4.988 11.769-4.988 4.836 0 8.759 1.652 11.769 4.966 3.004 3.309 4.51 7.632 4.51 12.97 0 5.298-1.506 9.621-4.51 12.97-3.004 3.342-6.927 5.016-11.77 5.016-4.807-.006-8.73-1.68-11.768-5.022ZM15.237 83.1l26.52-37.838 22.896-35.009h11.791L49.282 48.783 27.136 83.1H15.237ZM28.601 34.06c1.195-1.815 1.787-4.233 1.787-7.26 0-3.095-.586-5.53-1.758-7.31-1.173-1.782-2.774-2.667-4.803-2.667s-3.641.89-4.83 2.666c-1.195 1.782-1.787 4.216-1.787 7.311 0 3.027.603 5.445 1.815 7.26 1.212 1.815 2.813 2.722 4.802 2.722 1.99 0 3.585-.907 4.774-2.722Zm27.112 45.278c-3.01-3.325-4.51-7.66-4.51-12.992 0-5.264 1.5-9.56 4.51-12.885 3.005-3.326 6.91-4.989 11.713-4.989 4.876 0 8.816 1.652 11.82 4.966 3.004 3.309 4.509 7.615 4.509 12.914 0 5.338-1.505 9.666-4.51 12.992-3.01 3.326-6.943 4.988-11.82 4.988-4.801-.005-8.707-1.668-11.712-4.994Zm16.493-5.681c1.19-1.815 1.787-4.25 1.787-7.311 0-3.094-.581-5.524-1.736-7.282-1.156-1.759-2.768-2.644-4.831-2.644-2.03 0-3.63.89-4.802 2.666-1.173 1.781-1.759 4.2-1.759 7.26 0 3.06.597 5.496 1.787 7.31 1.19 1.816 2.784 2.723 4.774 2.723 1.99 0 3.585-.913 4.78-2.722Z"/>
|
|
14
|
+
</g>
|
|
15
|
+
<g filter="url(#g)">
|
|
16
|
+
<path fill="url(#h)" d="M77.91 79.891c-4.078 4.02-9.747 4.224-12.071 3.824 2.774-.125 8.382-.597 12.072-4.71 3.69-4.111 4.715-8.128 5.282-13.105-.11 4.458-1.203 9.972-5.282 13.991Z"/>
|
|
17
|
+
<path fill="url(#i)" d="M77.91 79.891c-4.078 4.02-9.747 4.224-12.071 3.824 2.774-.125 8.382-.597 12.072-4.71 3.69-4.111 4.715-8.128 5.282-13.105-.11 4.458-1.203 9.972-5.282 13.991Z"/>
|
|
18
|
+
</g>
|
|
19
|
+
<g filter="url(#j)">
|
|
20
|
+
<path fill="#226D23" d="M12.064 39.77c-3.044-3.342-4.566-7.665-4.566-12.969 0-5.298 1.522-9.616 4.566-12.942 3.043-3.325 6.96-4.988 11.769-4.988 4.836 0 8.759 1.652 11.769 4.966 3.004 3.309 4.51 7.632 4.51 12.97 0 5.298-1.506 9.621-4.51 12.97-3.004 3.342-6.927 5.016-11.77 5.016-4.807-.006-8.73-1.68-11.768-5.022ZM28.6 34.06c1.195-1.814 1.787-4.232 1.787-7.259 0-3.095-.586-5.53-1.758-7.31-1.173-1.782-2.774-2.667-4.803-2.667s-3.641.89-4.83 2.666c-1.195 1.782-1.787 4.216-1.787 7.311 0 3.027.603 5.445 1.815 7.26 1.212 1.815 2.813 2.722 4.802 2.722 1.99 0 3.585-.907 4.774-2.722Z"/>
|
|
21
|
+
<path fill="url(#k)" d="M12.064 39.77c-3.044-3.342-4.566-7.665-4.566-12.969 0-5.298 1.522-9.616 4.566-12.942 3.043-3.325 6.96-4.988 11.769-4.988 4.836 0 8.759 1.652 11.769 4.966 3.004 3.309 4.51 7.632 4.51 12.97 0 5.298-1.506 9.621-4.51 12.97-3.004 3.342-6.927 5.016-11.77 5.016-4.807-.006-8.73-1.68-11.768-5.022ZM28.6 34.06c1.195-1.814 1.787-4.232 1.787-7.259 0-3.095-.586-5.53-1.758-7.31-1.173-1.782-2.774-2.667-4.803-2.667s-3.641.89-4.83 2.666c-1.195 1.782-1.787 4.216-1.787 7.311 0 3.027.603 5.445 1.815 7.26 1.212 1.815 2.813 2.722 4.802 2.722 1.99 0 3.585-.907 4.774-2.722Z"/>
|
|
22
|
+
</g>
|
|
23
|
+
<g filter="url(#l)">
|
|
24
|
+
<path fill="url(#m)" d="M59.095 51.63c-4.673 3.444-6.354 8.865-6.61 11.145.59-2.126 2.344-7.34 6.918-10.722 4.333-3.205 10.095-2.883 12.567-2.152-2.344-.859-8.201-1.715-12.875 1.729Z"/>
|
|
25
|
+
</g>
|
|
26
|
+
<g filter="url(#n)">
|
|
27
|
+
<path fill="url(#o)" d="M15.095 11.995c-4.673 3.444-6.354 8.865-6.61 11.146.59-2.127 2.345-7.341 6.918-10.723 4.333-3.204 10.095-2.882 12.567-2.152-2.344-.859-8.201-1.714-12.874 1.73Z"/>
|
|
28
|
+
</g>
|
|
29
|
+
<g filter="url(#p)">
|
|
30
|
+
<path fill="url(#q)" d="M72.854 74.715c1.254-1.913 1.883-4.479 1.883-7.705 0-3.261-.611-5.822-1.83-7.675-1.217-1.854-2.916-2.786-5.09-2.786h-.063c2.104.018 3.751.934 4.935 2.735 1.196 1.82 1.797 4.334 1.797 7.536 0 3.167-.619 5.687-1.85 7.565-1.236 1.872-2.886 2.817-4.945 2.817-2.06 0-3.71-.94-4.94-2.817-1.219-1.86-1.837-4.348-1.85-7.47v.095c0 3.226.63 5.792 1.884 7.705 1.253 1.913 2.934 2.87 5.032 2.87 2.097 0 3.778-.963 5.037-2.87Z"/>
|
|
31
|
+
</g>
|
|
32
|
+
<g filter="url(#r)">
|
|
33
|
+
<path fill="url(#s)" d="M29.258 34.86c1.253-1.913 1.883-4.48 1.883-7.705 0-3.262-.612-5.822-1.83-7.675-1.218-1.854-2.917-2.787-5.091-2.787h-.063c2.105.018 3.752.934 4.936 2.736 1.195 1.82 1.796 4.333 1.796 7.536 0 3.166-.618 5.686-1.849 7.564-1.236 1.873-2.887 2.817-4.946 2.817-2.059 0-3.71-.939-4.94-2.817-1.218-1.859-1.837-4.348-1.849-7.47v.096c0 3.226.63 5.792 1.883 7.705 1.254 1.913 2.935 2.87 5.032 2.87s3.778-.963 5.038-2.87Z"/>
|
|
34
|
+
</g>
|
|
35
|
+
<g filter="url(#t)">
|
|
36
|
+
<path fill="#050304" d="M29.965 78.542c9.142 0 16.553-7.41 16.553-16.552s-7.41-16.553-16.553-16.553c-9.141 0-16.552 7.411-16.552 16.553 0 9.142 7.41 16.552 16.552 16.552Z"/>
|
|
37
|
+
<path fill="url(#u)" d="M29.965 78.542c9.142 0 16.553-7.41 16.553-16.552s-7.41-16.553-16.553-16.553c-9.141 0-16.552 7.411-16.552 16.553 0 9.142 7.41 16.552 16.552 16.552Z"/>
|
|
38
|
+
</g>
|
|
39
|
+
<g filter="url(#v)">
|
|
40
|
+
<path fill="url(#w)" fill-opacity=".5" d="M28.447 81.074C37.59 81.074 45 73.663 45 64.52c0-9.142-7.411-16.552-16.553-16.552-9.141 0-16.552 7.41-16.552 16.552s7.41 16.553 16.552 16.553Z"/>
|
|
41
|
+
</g>
|
|
42
|
+
<g filter="url(#x)">
|
|
43
|
+
<path fill="url(#y)" d="M31.645 74.67c.66-1.5 21.944-32.967 32.017-47.913l-.825-1.425c-1.275 2.224-6.044 9.868-14.322 22.644C40.238 60.753 31.67 71.096 28.42 74.67c.8.625 2.565 1.5 3.225 0Z"/>
|
|
44
|
+
</g>
|
|
45
|
+
<g filter="url(#z)">
|
|
46
|
+
<path fill="url(#A)" fill-opacity=".45" d="M80.948 18.62c0 8.07-6.543 14.613-14.614 14.613-8.071 0-14.614-6.542-14.614-14.613S58.263 4.006 66.334 4.006c8.07 0 14.614 6.543 14.614 14.614Z"/>
|
|
47
|
+
</g>
|
|
48
|
+
<g filter="url(#B)">
|
|
49
|
+
<path fill="url(#C)" d="M34.246 40.567c-4.079 4.019-9.747 4.224-12.072 3.824 2.775-.125 8.383-.597 12.072-4.71 3.69-4.111 4.716-8.128 5.282-13.105-.11 4.457-1.203 9.972-5.282 13.99Z"/>
|
|
50
|
+
</g>
|
|
51
|
+
</g>
|
|
52
|
+
<mask id="D" width="34" height="34" x="4" y="39" maskUnits="userSpaceOnUse" style="mask-type:alpha">
|
|
53
|
+
<path fill="#fff" d="M21.415 72.884c9.142 0 16.552-7.41 16.552-16.552s-7.41-16.553-16.552-16.553S4.862 47.19 4.862 56.332c0 9.141 7.411 16.552 16.553 16.552Z"/>
|
|
54
|
+
</mask>
|
|
55
|
+
<g mask="url(#D)">
|
|
56
|
+
<path fill="#050304" d="M21.415 72.884c9.142 0 16.552-7.41 16.552-16.552s-7.41-16.553-16.552-16.553S4.862 47.19 4.862 56.332c0 9.141 7.411 16.552 16.553 16.552Z"/>
|
|
57
|
+
<path fill="url(#E)" d="M21.415 72.884c9.142 0 16.552-7.41 16.552-16.552s-7.41-16.553-16.552-16.553S4.862 47.19 4.862 56.332c0 9.141 7.411 16.552 16.553 16.552Z"/>
|
|
58
|
+
<path fill="url(#F)" d="M21.415 72.884c9.142 0 16.552-7.41 16.552-16.552s-7.41-16.553-16.552-16.553S4.862 47.19 4.862 56.332c0 9.141 7.411 16.552 16.553 16.552Z"/>
|
|
59
|
+
<path fill="#FA552D" fill-rule="evenodd" d="M32.887 52.24h6.449v-.222h-6.449v.222Zm0 .83h6.449v-.222h-6.449v.223Zm6.449.83h-6.449v-.222h6.449v.223Zm-6.449.83h6.449v-.222h-6.449v.223Zm6.449.831h-6.449v-.223h6.449v.223Zm-6.449.83h6.449v-.222h-6.449v.222Zm6.449.83h-6.449V57h6.449v.223Zm-6.449.83h6.449v-.222h-6.449v.223Zm6.449.831h-6.449v-.223h6.449v.223Zm-6.449.83h6.449v-.223h-6.449v.223Zm6.449.83h-6.449v-.222h6.449v.222Zm-6.449.83h6.449v-.222h-6.449v.223Zm6.449.83h-6.449v-.222h6.449v.223Zm-6.449.831h6.449v-.223h-6.449v.223Zm6.449.83h-6.449v-.222h6.449v.222Zm-6.449.83h6.449v-.222h-6.449v.222Z" clip-rule="evenodd"/>
|
|
60
|
+
</g>
|
|
61
|
+
<mask id="G" width="34" height="34" x="2" y="39" maskUnits="userSpaceOnUse" style="mask-type:alpha">
|
|
62
|
+
<path fill="#91BD65" d="M19.297 72.884c9.142 0 16.552-7.41 16.552-16.552s-7.41-16.553-16.552-16.553S2.745 47.19 2.745 56.332c0 9.141 7.41 16.552 16.552 16.552Z"/>
|
|
63
|
+
</mask>
|
|
64
|
+
<g mask="url(#G)">
|
|
65
|
+
<path fill="#FFCA42" d="M19.297 72.884c9.142 0 16.552-7.41 16.552-16.552s-7.41-16.553-16.552-16.553S2.745 47.19 2.745 56.332c0 9.141 7.41 16.552 16.552 16.552Z"/>
|
|
66
|
+
<path fill="url(#H)" d="M19.297 72.884c9.142 0 16.552-7.41 16.552-16.552s-7.41-16.553-16.552-16.553S2.745 47.19 2.745 56.332c0 9.141 7.41 16.552 16.552 16.552Z"/>
|
|
67
|
+
<path fill="#FFCA42" d="m12.91 51.118-7.384-8.17-2.827 1.635 6.255 6.713 3.956-.178Z"/>
|
|
68
|
+
<path fill="#fff" d="m12.91 51.118-7.384-8.17-2.827 1.635 6.255 6.713 3.956-.178Z"/>
|
|
69
|
+
<mask id="I" width="28" height="28" x="5" y="42" maskUnits="userSpaceOnUse" style="mask-type:alpha">
|
|
70
|
+
<path fill="#91BD65" d="M19.297 69.941c7.517 0 13.61-6.093 13.61-13.61 0-7.517-6.093-13.61-13.61-13.61-7.517 0-13.61 6.093-13.61 13.61 0 7.517 6.093 13.61 13.61 13.61Z"/>
|
|
71
|
+
</mask>
|
|
72
|
+
<g mask="url(#I)">
|
|
73
|
+
<path fill="#FA552D" d="M19.297 69.941c7.517 0 13.61-6.093 13.61-13.61 0-7.517-6.093-13.61-13.61-13.61-7.517 0-13.61 6.093-13.61 13.61 0 7.517 6.093 13.61 13.61 13.61Z"/>
|
|
74
|
+
<path fill="url(#J)" d="M19.297 69.941c7.517 0 13.61-6.093 13.61-13.61 0-7.517-6.093-13.61-13.61-13.61-7.517 0-13.61 6.093-13.61 13.61 0 7.517 6.093 13.61 13.61 13.61Z"/>
|
|
75
|
+
<path fill="url(#K)" d="M19.297 69.941c7.517 0 13.61-6.093 13.61-13.61 0-7.517-6.093-13.61-13.61-13.61-7.517 0-13.61 6.093-13.61 13.61 0 7.517 6.093 13.61 13.61 13.61Z"/>
|
|
76
|
+
<path fill="#FFCA42" d="M4.385 72.586h29.363L31.45 60.785a3.147 3.147 0 0 0-3.086-2.543H9.77a3.147 3.147 0 0 0-3.087 2.543l-2.3 11.801Z"/>
|
|
77
|
+
<path fill="url(#L)" d="M4.385 72.586h29.363L31.45 60.785a3.147 3.147 0 0 0-3.086-2.543H9.77a3.147 3.147 0 0 0-3.087 2.543l-2.3 11.801Z"/>
|
|
78
|
+
</g>
|
|
79
|
+
<path fill="#FFCA42" d="M15.522 50.905c2.39-1.986.944-5.06-2.476-2.72-3.824 2.621-.532 5.222 2.476 2.72Z"/>
|
|
80
|
+
<path fill="url(#M)" d="M15.522 50.905c2.39-1.986.944-5.06-2.476-2.72-3.824 2.621-.532 5.222 2.476 2.72Z"/>
|
|
81
|
+
<path fill="#FA552D" d="M19.833 44.328c-7.516 0-13.61 6.094-13.61 13.61 0 1.203.156 2.37.449 3.482a13.568 13.568 0 0 1-.985-5.089c0-7.516 6.094-13.61 13.61-13.61 6.313 0 11.62 4.302 13.161 10.132-2.019-4.998-6.91-8.525-12.625-8.525Z"/>
|
|
82
|
+
<path fill="url(#N)" d="M19.833 44.328c-7.516 0-13.61 6.094-13.61 13.61 0 1.203.156 2.37.449 3.482a13.568 13.568 0 0 1-.985-5.089c0-7.516 6.094-13.61 13.61-13.61 6.313 0 11.62 4.302 13.161 10.132-2.019-4.998-6.91-8.525-12.625-8.525Z"/>
|
|
83
|
+
<path fill="#fff" d="M2.745 56.5c.094-9.08 7.485-16.413 16.587-16.413 7.936 0 14.57 5.573 16.203 13.018-1.5-7.597-8.2-13.326-16.238-13.326-9.142 0-16.552 7.411-16.552 16.553v.168Z"/>
|
|
84
|
+
<path fill="#fff" d="M32.908 56.333c0 7.516-6.094 13.61-13.61 13.61a13.598 13.598 0 0 1-11.341-6.082 13.6 13.6 0 0 0 11.47 6.281c7.517 0 13.61-6.093 13.61-13.61 0-2.784-.835-5.372-2.27-7.528a13.547 13.547 0 0 1 2.14 7.329Z"/>
|
|
85
|
+
<path fill="#fff" d="M28.56 66.247c-.428-.442-.199-1.708-.692-1.708v-.004c-.394 0-.286 1.326-.748 1.772-.443.428-1.708.199-1.708.69 0 .489 1.268.263 1.708.691.462.447.354 1.772.748 1.772v-.004c.493 0 .264-1.267.692-1.707.445-.462 1.771-.354 1.771-.749 0-.394-1.326-.29-1.771-.753Z"/>
|
|
86
|
+
</g>
|
|
87
|
+
<path fill="#fff" d="M17.286 40.18a.577.577 0 1 1 1.11-.314.577.577 0 0 1-1.11.314ZM21.844 41.45a.375.375 0 1 1 .721-.203.375.375 0 0 1-.721.204Z"/>
|
|
88
|
+
<path fill="#fff" d="M12.231 38.276c.02-.063 2.592.675 5.746 1.648 3.154.974 5.696 1.813 5.677 1.875-.02.063-2.592-.676-5.747-1.649-3.154-.973-5.695-1.812-5.676-1.874Z"/>
|
|
89
|
+
<path fill="#fff" d="M16.025 41.995c-.032-.03.818-.957 1.9-2.068 1.081-1.111 1.984-1.987 2.016-1.956.032.031-.819.957-1.9 2.069-1.082 1.11-1.984 1.986-2.016 1.955Z"/>
|
|
90
|
+
<path fill="#FA552D" d="M38.511 76.61H4.936a.827.827 0 0 1-.824-.825v-2.213c0-.453.371-.824.824-.824h33.575c.453 0 .824.37.824.824v2.213c0 .453-.37.824-.824.824Z"/>
|
|
91
|
+
<path fill="url(#O)" d="M38.511 76.61H4.936a.827.827 0 0 1-.824-.825v-2.213c0-.453.371-.824.824-.824h33.575c.453 0 .824.37.824.824v2.213c0 .453-.37.824-.824.824Z"/>
|
|
92
|
+
<path fill="#050304" d="M16.05 75.48h-.598v.552h.598v-.552Zm1.195-.42h-.598v.972h.598v-.973Zm1.195-.644h-.598v1.616h.598v-1.616Zm1.195.26h-.598v1.356h.598v-1.356Zm1.19-1.356h-.597v2.436h.598V73.32Zm1.196 0h-.598v2.712h.598V73.32Zm1.195 0h-.598v2.712h.598V73.32Zm1.195 0h-.598v2.712h.598V73.32Zm1.19 0h-.597v2.712h.598V73.32Zm1.196 0h-.598v2.712h.598V73.32Zm1.194 0h-.597v2.712h.598V73.32Zm1.195 0h-.597v1.904h.597V73.32Zm1.191 0h-.597v2.712h.597V73.32Zm1.195 0h-.597v2.712h.597V73.32Zm1.195 0h-.597v2.712h.597V73.32Zm1.195 0h-.597v2.712h.597V73.32Zm1.191 0h-.597v2.712h.597V73.32Zm1.195 0h-.597v2.712h.597V73.32Zm1.195 0h-.597v2.712h.597V73.32Zm1.195 0h-.597v2.712h.597V73.32Z"/>
|
|
93
|
+
<path fill="#050304" d="M38.511 76.61h-8.546v-3.862h8.542c.453 0 .824.37.824.824v2.213a.82.82 0 0 1-.82.824Z"/>
|
|
94
|
+
<path fill="url(#P)" d="M38.511 76.61h-8.546v-3.862h8.542c.453 0 .824.37.824.824v2.213a.82.82 0 0 1-.82.824Z"/>
|
|
95
|
+
<path fill="#FA552D" d="M37.752 76.61H36.37v-3.862h1.383v3.861Z"/>
|
|
96
|
+
<path fill="#FA552D" d="M42.593 80.47H9.023a.827.827 0 0 1-.824-.824v-2.213c0-.453.37-.824.824-.824h33.574c.454 0 .825.371.825.825v2.212a.83.83 0 0 1-.829.824Z"/>
|
|
97
|
+
<path fill="#050304" d="M42.593 80.47H28.91l-20.71-2.175v-.862c0-.453.37-.824.824-.824h33.574c.454 0 .825.371.825.825v2.212a.83.83 0 0 1-.829.824Z"/>
|
|
98
|
+
<path fill="url(#Q)" d="M42.593 80.47H28.91l-20.71-2.175v-.862c0-.453.37-.824.824-.824h33.574c.454 0 .825.371.825.825v2.212a.83.83 0 0 1-.829.824Z"/>
|
|
99
|
+
<path fill="url(#R)" d="M42.593 80.47H28.91l-20.71-2.175v-.862c0-.453.37-.824.824-.824h33.574c.454 0 .825.371.825.825v2.212a.83.83 0 0 1-.829.824Z"/>
|
|
100
|
+
<path fill="#050304" d="M40.92 84.33H7.346a.827.827 0 0 1-.824-.824v-2.213c0-.453.37-.824.824-.824H40.92c.454 0 .825.37.825.824v2.213c0 .457-.371.824-.825.824Z"/>
|
|
101
|
+
<path fill="url(#S)" d="M40.92 84.33H7.346a.827.827 0 0 1-.824-.824v-2.213c0-.453.37-.824.824-.824H40.92c.454 0 .825.37.825.824v2.213c0 .457-.371.824-.825.824Z"/>
|
|
102
|
+
<path fill="#050304" d="M40.92 84.33H32.38v-3.861h8.541c.454 0 .825.37.825.824v2.213c0 .457-.371.824-.825.824Z"/>
|
|
103
|
+
<path fill="url(#T)" d="M40.92 84.33H32.38v-3.861h8.541c.454 0 .825.37.825.824v2.213c0 .457-.371.824-.825.824Z"/>
|
|
104
|
+
<path fill="#FA552D" d="M12.492 81.07h-.597v2.658h.597V81.07Zm1.195.334h-.597v1.99h.597v-1.99Zm1.191.614h-.598v.762h.598v-.762Zm1.195.56h-.598v1.15h.598v-1.15Zm1.195-1.137h-.598v.956h.598v-.956Zm2.386.383h-.598v1.15h.598v-1.15Z"/>
|
|
105
|
+
<path fill="url(#U)" d="M82.18 14.69c0 8.07-6.544 14.614-14.615 14.614-8.07 0-14.613-6.543-14.613-14.614 0-8.071 6.542-14.614 14.613-14.614S82.18 6.62 82.18 14.69Z"/>
|
|
106
|
+
<mask id="V" width="30" height="30" x="52" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha">
|
|
107
|
+
<path fill="#fff" d="M81.853 14.69c0 8.07-6.543 14.614-14.614 14.614-8.07 0-14.614-6.543-14.614-14.614C52.625 6.619 59.168.076 67.24.076c8.071 0 14.614 6.543 14.614 14.614Z"/>
|
|
108
|
+
</mask>
|
|
109
|
+
<g mask="url(#V)">
|
|
110
|
+
<path fill="url(#W)" d="M81.853 14.69c0 8.07-6.543 14.614-14.614 14.614-8.07 0-14.614-6.543-14.614-14.614C52.625 6.619 59.168.076 67.24.076c8.071 0 14.614 6.543 14.614 14.614Z"/>
|
|
111
|
+
<path fill="#F8B690" d="M67.402.077c-7.996.087-14.45 6.596-14.45 14.613s6.454 14.525 14.45 14.613h-.163c-8.07 0-14.614-6.542-14.614-14.613S59.168.076 67.24.076l.163.001Z"/>
|
|
112
|
+
<g filter="url(#X)">
|
|
113
|
+
<path fill="url(#Y)" d="M1.606 44.428c-3.64-3.997-5.46-9.168-5.46-15.51 0-6.337 1.82-11.5 5.46-15.478C5.246 9.463 9.93 7.475 15.68 7.475c5.783 0 10.475 1.975 14.075 5.938 3.592 3.957 5.392 9.127 5.392 15.511 0 6.336-1.8 11.507-5.393 15.51-3.592 3.998-8.284 6-14.074 6-5.75-.007-10.442-2.009-14.075-6.006ZM5.4 96.245l31.716-45.252 27.38-41.867H78.6l-32.484 46.08L19.63 96.245H5.4Zm15.982-58.646c1.43-2.17 2.137-5.062 2.137-8.682 0-3.7-.7-6.613-2.103-8.743-1.402-2.13-3.316-3.188-5.743-3.188-2.427 0-4.355 1.065-5.777 3.188-1.429 2.13-2.137 5.043-2.137 8.743 0 3.62.721 6.512 2.17 8.682 1.45 2.171 3.364 3.256 5.744 3.256s4.287-1.085 5.71-3.256Zm32.424 54.15c-3.6-3.977-5.393-9.161-5.393-15.538 0-6.296 1.793-11.433 5.393-15.41 3.593-3.977 8.264-5.965 14.007-5.965 5.831 0 10.543 1.975 14.136 5.938 3.593 3.957 5.392 9.107 5.392 15.444 0 6.383-1.8 11.56-5.392 15.537-3.6 3.977-8.305 5.966-14.136 5.966-5.743-.007-10.414-1.995-14.007-5.972Zm19.724-6.795c1.422-2.17 2.136-5.083 2.136-8.743 0-3.7-.694-6.606-2.076-8.71-1.382-2.102-3.31-3.16-5.777-3.16-2.426 0-4.34 1.064-5.743 3.188-1.402 2.13-2.103 5.022-2.103 8.682s.714 6.572 2.137 8.743c1.422 2.17 3.33 3.256 5.71 3.256 2.379 0 4.287-1.092 5.716-3.256Z"/>
|
|
114
|
+
</g>
|
|
115
|
+
<g filter="url(#Z)">
|
|
116
|
+
<path fill="url(#aa)" d="m71.16 29.38-3.92-14.69 19.366 7.042L71.16 29.38Z"/>
|
|
117
|
+
</g>
|
|
118
|
+
<path fill="url(#ab)" fill-rule="evenodd" d="M67.239 28.36c7.55 0 13.67-6.12 13.67-13.67S74.79 1.02 67.24 1.02s-13.67 6.12-13.67 13.67 6.12 13.67 13.67 13.67Zm0 .224c7.673 0 13.893-6.22 13.893-13.894 0-7.673-6.22-13.893-13.893-13.893-7.673 0-13.893 6.22-13.893 13.893 0 7.673 6.22 13.894 13.893 13.894Zm0-1.048c7.094 0 12.846-5.751 12.846-12.846 0-7.094-5.751-12.846-12.846-12.846S54.393 7.596 54.393 14.69c0 7.095 5.751 12.846 12.846 12.846Zm0 .223c7.218 0 13.069-5.851 13.069-13.069 0-7.217-5.852-13.068-13.07-13.068-7.217 0-13.068 5.85-13.068 13.068S60.021 27.76 67.24 27.76Zm12.02-13.069c0 6.64-5.381 12.021-12.02 12.021-6.64 0-12.021-5.382-12.021-12.02 0-6.64 5.382-12.022 12.02-12.022 6.64 0 12.022 5.382 12.022 12.021Zm.224 0c0 6.762-5.482 12.244-12.244 12.244S54.995 21.452 54.995 14.69 60.477 2.446 67.24 2.446 79.483 7.928 79.483 14.69Zm-12.244 7.357a7.357 7.357 0 1 0 0-14.713 7.357 7.357 0 0 0 0 14.713Zm0 .223a7.58 7.58 0 1 0 0-15.16 7.58 7.58 0 0 0 0 15.16Zm6.607-7.58a6.607 6.607 0 1 1-13.214 0 6.607 6.607 0 0 1 13.214 0Zm.223 0a6.83 6.83 0 1 1-13.66 0 6.83 6.83 0 0 1 13.66 0Zm-6.83 2.033a2.033 2.033 0 1 0 0-4.066 2.033 2.033 0 0 0 0 4.066Zm0 .223a2.256 2.256 0 1 0 0-4.512 2.256 2.256 0 0 0 0 4.512Zm1.224-2.256a1.224 1.224 0 1 1-2.448 0 1.224 1.224 0 0 1 2.448 0Zm.222 0a1.446 1.446 0 1 1-2.892 0 1.446 1.446 0 0 1 2.892 0Z" clip-rule="evenodd"/>
|
|
119
|
+
<path fill="url(#ac)" fill-rule="evenodd" d="M67.239 28.36c7.55 0 13.67-6.12 13.67-13.67S74.79 1.02 67.24 1.02s-13.67 6.12-13.67 13.67 6.12 13.67 13.67 13.67Zm0 .224c7.673 0 13.893-6.22 13.893-13.894 0-7.673-6.22-13.893-13.893-13.893-7.673 0-13.893 6.22-13.893 13.893 0 7.673 6.22 13.894 13.893 13.894Zm0-1.048c7.094 0 12.846-5.751 12.846-12.846 0-7.094-5.751-12.846-12.846-12.846S54.393 7.596 54.393 14.69c0 7.095 5.751 12.846 12.846 12.846Zm0 .223c7.218 0 13.069-5.851 13.069-13.069 0-7.217-5.852-13.068-13.07-13.068-7.217 0-13.068 5.85-13.068 13.068S60.021 27.76 67.24 27.76Zm12.02-13.069c0 6.64-5.381 12.021-12.02 12.021-6.64 0-12.021-5.382-12.021-12.02 0-6.64 5.382-12.022 12.02-12.022 6.64 0 12.022 5.382 12.022 12.021Zm.224 0c0 6.762-5.482 12.244-12.244 12.244S54.995 21.452 54.995 14.69 60.477 2.446 67.24 2.446 79.483 7.928 79.483 14.69Zm-12.244 7.357a7.357 7.357 0 1 0 0-14.713 7.357 7.357 0 0 0 0 14.713Zm0 .223a7.58 7.58 0 1 0 0-15.16 7.58 7.58 0 0 0 0 15.16Zm6.607-7.58a6.607 6.607 0 1 1-13.214 0 6.607 6.607 0 0 1 13.214 0Zm.223 0a6.83 6.83 0 1 1-13.66 0 6.83 6.83 0 0 1 13.66 0Zm-6.83 2.033a2.033 2.033 0 1 0 0-4.066 2.033 2.033 0 0 0 0 4.066Zm0 .223a2.256 2.256 0 1 0 0-4.512 2.256 2.256 0 0 0 0 4.512Zm1.224-2.256a1.224 1.224 0 1 1-2.448 0 1.224 1.224 0 0 1 2.448 0Zm.222 0a1.446 1.446 0 1 1-2.892 0 1.446 1.446 0 0 1 2.892 0Z" clip-rule="evenodd"/>
|
|
120
|
+
</g>
|
|
121
|
+
<defs>
|
|
122
|
+
<linearGradient id="d" x1="46.641" x2="41.692" y1="85.268" y2="85.268" gradientUnits="userSpaceOnUse">
|
|
123
|
+
<stop stop-color="#0057D6"/>
|
|
124
|
+
<stop offset="1" stop-color="#0057D6" stop-opacity="0"/>
|
|
125
|
+
</linearGradient>
|
|
126
|
+
<linearGradient id="h" x1="78.284" x2="71.46" y1="79.993" y2="76.394" gradientUnits="userSpaceOnUse">
|
|
127
|
+
<stop stop-color="#216C22"/>
|
|
128
|
+
<stop offset="1" stop-color="#216C22" stop-opacity="0"/>
|
|
129
|
+
</linearGradient>
|
|
130
|
+
<linearGradient id="i" x1="68.258" x2="68.258" y1="86.752" y2="78.267" gradientUnits="userSpaceOnUse">
|
|
131
|
+
<stop stop-color="#050304"/>
|
|
132
|
+
<stop offset="1" stop-color="#050304" stop-opacity="0"/>
|
|
133
|
+
</linearGradient>
|
|
134
|
+
<linearGradient id="k" x1="22.47" x2="32.271" y1="12.731" y2="29.7" gradientUnits="userSpaceOnUse">
|
|
135
|
+
<stop offset=".229" stop-color="#FFCA42"/>
|
|
136
|
+
<stop offset=".851" stop-color="#FFCA42" stop-opacity="0"/>
|
|
137
|
+
</linearGradient>
|
|
138
|
+
<linearGradient id="m" x1="58.338" x2="61.113" y1="52.356" y2="55.955" gradientUnits="userSpaceOnUse">
|
|
139
|
+
<stop stop-color="#FFCA42"/>
|
|
140
|
+
<stop offset="1" stop-color="#FFCA42" stop-opacity="0"/>
|
|
141
|
+
</linearGradient>
|
|
142
|
+
<linearGradient id="o" x1="14.339" x2="17.113" y1="12.722" y2="16.32" gradientUnits="userSpaceOnUse">
|
|
143
|
+
<stop stop-color="#fff"/>
|
|
144
|
+
<stop offset="1" stop-color="#fff" stop-opacity="0"/>
|
|
145
|
+
</linearGradient>
|
|
146
|
+
<linearGradient id="q" x1="73.26" x2="69.061" y1="74.326" y2="71.102" gradientUnits="userSpaceOnUse">
|
|
147
|
+
<stop stop-color="#FFCA42"/>
|
|
148
|
+
<stop offset="1" stop-color="#FFCA42" stop-opacity="0"/>
|
|
149
|
+
</linearGradient>
|
|
150
|
+
<linearGradient id="s" x1="29.663" x2="25.464" y1="34.47" y2="31.246" gradientUnits="userSpaceOnUse">
|
|
151
|
+
<stop stop-color="#FFCA42"/>
|
|
152
|
+
<stop offset="1" stop-color="#FFCA42" stop-opacity="0"/>
|
|
153
|
+
</linearGradient>
|
|
154
|
+
<linearGradient id="u" x1="40.135" x2="29.038" y1="52.487" y2="52.487" gradientUnits="userSpaceOnUse">
|
|
155
|
+
<stop stop-color="#0057D6"/>
|
|
156
|
+
<stop offset="1" stop-color="#0057D6" stop-opacity="0"/>
|
|
157
|
+
</linearGradient>
|
|
158
|
+
<linearGradient id="w" x1="47.064" x2="36.567" y1="60.499" y2="64.998" gradientUnits="userSpaceOnUse">
|
|
159
|
+
<stop stop-color="#FA552D"/>
|
|
160
|
+
<stop offset="1" stop-color="#FA552D" stop-opacity="0"/>
|
|
161
|
+
</linearGradient>
|
|
162
|
+
<linearGradient id="y" x1="46.041" x2="46.041" y1="25.332" y2="75.498" gradientUnits="userSpaceOnUse">
|
|
163
|
+
<stop stop-color="#216C22"/>
|
|
164
|
+
<stop offset=".577" stop-color="#050304"/>
|
|
165
|
+
<stop offset="1" stop-color="#050304"/>
|
|
166
|
+
</linearGradient>
|
|
167
|
+
<linearGradient id="C" x1="34.619" x2="27.796" y1="40.669" y2="37.07" gradientUnits="userSpaceOnUse">
|
|
168
|
+
<stop stop-color="#216C22"/>
|
|
169
|
+
<stop offset="1" stop-color="#216C22" stop-opacity="0"/>
|
|
170
|
+
</linearGradient>
|
|
171
|
+
<linearGradient id="E" x1="21.415" x2="21.415" y1="41.587" y2="49.129" gradientUnits="userSpaceOnUse">
|
|
172
|
+
<stop offset=".418" stop-color="#FA552D"/>
|
|
173
|
+
<stop offset=".835" stop-color="#FA552D" stop-opacity="0"/>
|
|
174
|
+
</linearGradient>
|
|
175
|
+
<linearGradient id="F" x1="32.367" x2="32.367" y1="71.968" y2="66.344" gradientUnits="userSpaceOnUse">
|
|
176
|
+
<stop stop-color="#0057D6"/>
|
|
177
|
+
<stop offset="1" stop-color="#0057D6" stop-opacity="0"/>
|
|
178
|
+
</linearGradient>
|
|
179
|
+
<linearGradient id="H" x1="31.544" x2="16.709" y1="67.466" y2="43.154" gradientUnits="userSpaceOnUse">
|
|
180
|
+
<stop stop-color="#FA552D"/>
|
|
181
|
+
<stop offset="1" stop-color="#FA552D" stop-opacity="0"/>
|
|
182
|
+
</linearGradient>
|
|
183
|
+
<linearGradient id="J" x1="16.709" x2="16.709" y1="70.143" y2="44.596" gradientUnits="userSpaceOnUse">
|
|
184
|
+
<stop stop-color="#FFCA42"/>
|
|
185
|
+
<stop offset="1" stop-color="#FFCA42" stop-opacity="0"/>
|
|
186
|
+
</linearGradient>
|
|
187
|
+
<linearGradient id="L" x1="19.067" x2="19.067" y1="58.242" y2="64.374" gradientUnits="userSpaceOnUse">
|
|
188
|
+
<stop stop-color="#FEFFCF"/>
|
|
189
|
+
<stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/>
|
|
190
|
+
</linearGradient>
|
|
191
|
+
<linearGradient id="M" x1="12.794" x2="13.413" y1="51.808" y2="48.923" gradientUnits="userSpaceOnUse">
|
|
192
|
+
<stop stop-color="#FEFFCF"/>
|
|
193
|
+
<stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/>
|
|
194
|
+
</linearGradient>
|
|
195
|
+
<linearGradient id="N" x1="12.795" x2="15.473" y1="43.772" y2="53.455" gradientUnits="userSpaceOnUse">
|
|
196
|
+
<stop stop-color="#5F1A58"/>
|
|
197
|
+
<stop offset="1" stop-color="#5F1A58" stop-opacity="0"/>
|
|
198
|
+
</linearGradient>
|
|
199
|
+
<linearGradient id="O" x1="30.513" x2="12.176" y1="76.609" y2="76.609" gradientUnits="userSpaceOnUse">
|
|
200
|
+
<stop stop-color="#5F1A58"/>
|
|
201
|
+
<stop offset="1" stop-color="#5F1A58" stop-opacity="0"/>
|
|
202
|
+
</linearGradient>
|
|
203
|
+
<linearGradient id="P" x1="36.099" x2="29.895" y1="75.159" y2="75.159" gradientUnits="userSpaceOnUse">
|
|
204
|
+
<stop stop-color="#0057D6"/>
|
|
205
|
+
<stop offset="1" stop-color="#0057D6" stop-opacity="0"/>
|
|
206
|
+
</linearGradient>
|
|
207
|
+
<linearGradient id="Q" x1="43.607" x2="33.923" y1="80.47" y2="80.47" gradientUnits="userSpaceOnUse">
|
|
208
|
+
<stop stop-color="#0057D6"/>
|
|
209
|
+
<stop offset="1" stop-color="#0057D6" stop-opacity="0"/>
|
|
210
|
+
</linearGradient>
|
|
211
|
+
<linearGradient id="R" x1="8.17" x2="11.672" y1="80.47" y2="80.47" gradientUnits="userSpaceOnUse">
|
|
212
|
+
<stop stop-color="#FA552D"/>
|
|
213
|
+
<stop offset="1" stop-color="#FA552D" stop-opacity="0"/>
|
|
214
|
+
</linearGradient>
|
|
215
|
+
<linearGradient id="S" x1="6.522" x2="11.672" y1="82.574" y2="82.574" gradientUnits="userSpaceOnUse">
|
|
216
|
+
<stop stop-color="#FA552D"/>
|
|
217
|
+
<stop offset="1" stop-color="#FA552D" stop-opacity="0"/>
|
|
218
|
+
</linearGradient>
|
|
219
|
+
<linearGradient id="T" x1="32.481" x2="38.662" y1="82.368" y2="82.368" gradientUnits="userSpaceOnUse">
|
|
220
|
+
<stop stop-color="#0057D6"/>
|
|
221
|
+
<stop offset="1" stop-color="#0057D6" stop-opacity="0"/>
|
|
222
|
+
</linearGradient>
|
|
223
|
+
<linearGradient id="U" x1="69.664" x2="79.127" y1=".076" y2="24.431" gradientUnits="userSpaceOnUse">
|
|
224
|
+
<stop offset=".045" stop-color="#050304"/>
|
|
225
|
+
<stop offset=".178" stop-color="#FA552D"/>
|
|
226
|
+
<stop offset=".34" stop-color="#5F1A58"/>
|
|
227
|
+
<stop offset="1" stop-color="#050304"/>
|
|
228
|
+
</linearGradient>
|
|
229
|
+
<linearGradient id="Y" x1="57.871" x2="72.353" y1="25.748" y2="9.511" gradientUnits="userSpaceOnUse">
|
|
230
|
+
<stop offset=".442" stop-color="#BC3737"/>
|
|
231
|
+
<stop offset="1" stop-color="#5A9EA6"/>
|
|
232
|
+
</linearGradient>
|
|
233
|
+
<linearGradient id="aa" x1="70.485" x2="73.946" y1="26.306" y2="19.668" gradientUnits="userSpaceOnUse">
|
|
234
|
+
<stop stop-color="#0057D6"/>
|
|
235
|
+
<stop offset="1" stop-color="#0057D6" stop-opacity="0"/>
|
|
236
|
+
</linearGradient>
|
|
237
|
+
<linearGradient id="ab" x1="53.346" x2="79.033" y1="16.558" y2="8.76" gradientUnits="userSpaceOnUse">
|
|
238
|
+
<stop offset=".461" stop-color="#fff" stop-opacity=".21"/>
|
|
239
|
+
<stop offset=".545" stop-color="#fff"/>
|
|
240
|
+
<stop offset="1" stop-color="#fff" stop-opacity="0"/>
|
|
241
|
+
</linearGradient>
|
|
242
|
+
<linearGradient id="ac" x1="75.059" x2="67.239" y1="26.306" y2="14.69" gradientUnits="userSpaceOnUse">
|
|
243
|
+
<stop offset=".464" stop-color="#FA552D"/>
|
|
244
|
+
<stop offset=".632" stop-color="#FFCA42"/>
|
|
245
|
+
<stop offset="1" stop-color="#FFCA42" stop-opacity="0"/>
|
|
246
|
+
</linearGradient>
|
|
247
|
+
<filter id="a" width="94.226" height="7.128" x=".138" y="80.835" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
|
|
248
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
249
|
+
<feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
250
|
+
<feGaussianBlur result="effect1_foregroundBlur_18265_118950" stdDeviation="1.057"/>
|
|
251
|
+
</filter>
|
|
252
|
+
<filter id="f" width="77.103" height="76.309" x="7.075" y="8.448" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
|
|
253
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
254
|
+
<feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
255
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
|
|
256
|
+
<feOffset dx="-.423" dy="-.423"/>
|
|
257
|
+
<feGaussianBlur stdDeviation=".423"/>
|
|
258
|
+
<feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/>
|
|
259
|
+
<feColorMatrix values="0 0 0 0 0.167969 0 0 0 0 0.5375 0 0 0 0 0.175007 0 0 0 1 0"/>
|
|
260
|
+
<feBlend in2="shape" result="effect1_innerShadow_18265_118950"/>
|
|
261
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
|
|
262
|
+
<feOffset dx=".423" dy=".423"/>
|
|
263
|
+
<feGaussianBlur stdDeviation=".423"/>
|
|
264
|
+
<feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/>
|
|
265
|
+
<feColorMatrix values="0 0 0 0 0.327795 0 0 0 0 0.995833 0 0 0 0 0.34052 0 0 0 1 0"/>
|
|
266
|
+
<feBlend in2="effect1_innerShadow_18265_118950" result="effect2_innerShadow_18265_118950"/>
|
|
267
|
+
</filter>
|
|
268
|
+
<filter id="g" width="18.2" height="18.803" x="65.416" y="65.478" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
|
|
269
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
270
|
+
<feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
271
|
+
<feGaussianBlur result="effect1_foregroundBlur_18265_118950" stdDeviation=".211"/>
|
|
272
|
+
</filter>
|
|
273
|
+
<filter id="j" width="33.036" height="36.345" x="7.287" y="8.66" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
|
|
274
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
275
|
+
<feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
276
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
|
|
277
|
+
<feOffset dx="-.211" dy="-.211"/>
|
|
278
|
+
<feGaussianBlur stdDeviation=".211"/>
|
|
279
|
+
<feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/>
|
|
280
|
+
<feColorMatrix values="0 0 0 0 0.167969 0 0 0 0 0.5375 0 0 0 0 0.175007 0 0 0 1 0"/>
|
|
281
|
+
<feBlend in2="shape" result="effect1_innerShadow_18265_118950"/>
|
|
282
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
|
|
283
|
+
<feOffset dx=".211" dy=".211"/>
|
|
284
|
+
<feGaussianBlur stdDeviation=".211"/>
|
|
285
|
+
<feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/>
|
|
286
|
+
<feColorMatrix values="0 0 0 0 0.327795 0 0 0 0 0.995833 0 0 0 0 0.34052 0 0 0 1 0"/>
|
|
287
|
+
<feBlend in2="effect1_innerShadow_18265_118950" result="effect2_innerShadow_18265_118950"/>
|
|
288
|
+
</filter>
|
|
289
|
+
<filter id="l" width="20.331" height="14.486" x="52.062" y="48.712" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
|
|
290
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
291
|
+
<feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
292
|
+
<feGaussianBlur result="effect1_foregroundBlur_18265_118950" stdDeviation=".211"/>
|
|
293
|
+
</filter>
|
|
294
|
+
<filter id="n" width="20.331" height="14.486" x="8.062" y="9.077" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
|
|
295
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
296
|
+
<feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
297
|
+
<feGaussianBlur result="effect1_foregroundBlur_18265_118950" stdDeviation=".211"/>
|
|
298
|
+
</filter>
|
|
299
|
+
<filter id="p" width="14.681" height="21.881" x="60.479" y="56.126" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
|
|
300
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
301
|
+
<feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
302
|
+
<feGaussianBlur result="effect1_foregroundBlur_18265_118950" stdDeviation=".211"/>
|
|
303
|
+
</filter>
|
|
304
|
+
<filter id="r" width="14.681" height="21.881" x="16.882" y="16.27" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
|
|
305
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
306
|
+
<feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
307
|
+
<feGaussianBlur result="effect1_foregroundBlur_18265_118950" stdDeviation=".211"/>
|
|
308
|
+
</filter>
|
|
309
|
+
<filter id="t" width="37.334" height="37.334" x="11.299" y="43.323" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
|
|
310
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
311
|
+
<feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
312
|
+
<feGaussianBlur result="effect1_foregroundBlur_18265_118950" stdDeviation="1.057"/>
|
|
313
|
+
</filter>
|
|
314
|
+
<filter id="v" width="33.528" height="33.528" x="11.683" y="47.757" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
|
|
315
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
316
|
+
<feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
317
|
+
<feGaussianBlur result="effect1_foregroundBlur_18265_118950" stdDeviation=".106"/>
|
|
318
|
+
</filter>
|
|
319
|
+
<filter id="x" width="36.594" height="51.519" x="27.744" y="24.655" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
|
|
320
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
321
|
+
<feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
322
|
+
<feGaussianBlur result="effect1_foregroundBlur_18265_118950" stdDeviation=".338"/>
|
|
323
|
+
</filter>
|
|
324
|
+
<filter id="z" width="32.611" height="32.612" x="50.028" y="2.314" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
|
|
325
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
326
|
+
<feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
327
|
+
<feGaussianBlur result="effect1_foregroundBlur_18265_118950" stdDeviation=".846"/>
|
|
328
|
+
</filter>
|
|
329
|
+
<filter id="B" width="18.2" height="18.803" x="21.751" y="26.153" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
|
|
330
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
331
|
+
<feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
332
|
+
<feGaussianBlur result="effect1_foregroundBlur_18265_118950" stdDeviation=".211"/>
|
|
333
|
+
</filter>
|
|
334
|
+
<filter id="X" width="92.043" height="91.092" x="-4.277" y="7.052" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
|
|
335
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
336
|
+
<feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
337
|
+
<feGaussianBlur result="effect1_foregroundBlur_18265_118950" stdDeviation=".211"/>
|
|
338
|
+
</filter>
|
|
339
|
+
<filter id="Z" width="20.213" height="15.535" x="66.816" y="14.268" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
|
|
340
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
341
|
+
<feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
342
|
+
<feGaussianBlur result="effect1_foregroundBlur_18265_118950" stdDeviation=".211"/>
|
|
343
|
+
</filter>
|
|
344
|
+
<radialGradient id="b" cx="0" cy="0" r="1" gradientTransform="matrix(0 -1.22365 41.0367 0 23.368 84.64)" gradientUnits="userSpaceOnUse">
|
|
345
|
+
<stop stop-color="#000A17"/>
|
|
346
|
+
<stop offset="1" stop-color="#0057D6" stop-opacity="0"/>
|
|
347
|
+
</radialGradient>
|
|
348
|
+
<radialGradient id="c" cx="0" cy="0" r="1" gradientTransform="matrix(0 -1.44927 22.2884 0 69.96 84.398)" gradientUnits="userSpaceOnUse">
|
|
349
|
+
<stop stop-color="#000C1D"/>
|
|
350
|
+
<stop offset="1" stop-color="#0057D6" stop-opacity="0"/>
|
|
351
|
+
</radialGradient>
|
|
352
|
+
<radialGradient id="A" cx="0" cy="0" r="1" gradientTransform="matrix(14.61376 3.13954 -2.98543 13.89643 66.334 18.62)" gradientUnits="userSpaceOnUse">
|
|
353
|
+
<stop offset=".166" stop-color="#FA552D"/>
|
|
354
|
+
<stop offset=".242" stop-color="#FA552D"/>
|
|
355
|
+
<stop offset=".467" stop-color="#FFCA42"/>
|
|
356
|
+
<stop offset=".713" stop-color="#fff"/>
|
|
357
|
+
<stop offset=".732" stop-color="#FA552D"/>
|
|
358
|
+
<stop offset=".975" stop-color="#5F1A58"/>
|
|
359
|
+
</radialGradient>
|
|
360
|
+
<radialGradient id="K" cx="0" cy="0" r="1" gradientTransform="matrix(0 -9.36245 12.096 0 19.297 57.92)" gradientUnits="userSpaceOnUse">
|
|
361
|
+
<stop offset=".266" stop-color="#FFCA42"/>
|
|
362
|
+
<stop offset="1" stop-color="#FFCA42" stop-opacity="0"/>
|
|
363
|
+
</radialGradient>
|
|
364
|
+
<radialGradient id="W" cx="0" cy="0" r="1" gradientTransform="matrix(14.61376 3.13954 -2.98543 13.89643 67.24 14.69)" gradientUnits="userSpaceOnUse">
|
|
365
|
+
<stop offset=".166" stop-color="#FA552D"/>
|
|
366
|
+
<stop offset=".242" stop-color="#FA552D"/>
|
|
367
|
+
<stop offset=".467" stop-color="#FFCA42"/>
|
|
368
|
+
<stop offset=".713" stop-color="#fff"/>
|
|
369
|
+
<stop offset=".732" stop-color="#FA552D"/>
|
|
370
|
+
<stop offset=".975" stop-color="#5F1A58"/>
|
|
371
|
+
</radialGradient>
|
|
372
|
+
</defs>
|
|
373
|
+
</svg>
|