@intlayer/design-system 7.5.11 → 7.5.12
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/dist/esm/components/Accordion/Accordion.mjs +1 -1
- package/dist/esm/components/Avatar/index.mjs +1 -1
- package/dist/esm/components/Breadcrumb/index.mjs +1 -1
- package/dist/esm/components/Browser/Browser.mjs +1 -1
- package/dist/esm/components/Carousel/index.mjs +1 -1
- package/dist/esm/components/CollapsibleTable/CollapsibleTable.mjs +1 -1
- package/dist/esm/components/ContentEditor/ContentEditor.mjs +1 -1
- package/dist/esm/components/ContentEditor/ContentEditorInput.mjs +1 -1
- package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs +2 -2
- package/dist/esm/components/CopyButton/index.mjs +1 -1
- package/dist/esm/components/CopyToClipboard/index.mjs +1 -1
- package/dist/esm/components/DictionaryEditor/DictionaryEditor.mjs +1 -1
- package/dist/esm/components/DictionaryEditor/NodeWrapper/FileWrapper.mjs +1 -1
- package/dist/esm/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs +1 -1
- package/dist/esm/components/DictionaryEditor/NodeWrapper/index.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +3 -3
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +4 -4
- package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +2 -2
- package/dist/esm/components/DictionaryFieldEditor/JSONEditor.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +2 -2
- package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +4 -4
- package/dist/esm/components/DictionaryFieldEditor/StructureEditor.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs +1 -1
- package/dist/esm/components/EditableField/EditableFieldLayout.mjs +1 -1
- package/dist/esm/components/Form/elements/OTPElement.mjs +1 -1
- package/dist/esm/components/HideShow/index.mjs +1 -1
- package/dist/esm/components/IDE/FileTree.mjs +1 -1
- package/dist/esm/components/Input/InputPassword.mjs +1 -1
- package/dist/esm/components/Input/OTPInput.mjs +1 -1
- package/dist/esm/components/KeyboardScreenAdapter/index.mjs +1 -1
- package/dist/esm/components/KeyboardShortcut/KeyboardShortcut.mjs +1 -1
- package/dist/esm/components/LanguageBackground/index.mjs +2 -1
- package/dist/esm/components/LanguageBackground/index.mjs.map +1 -1
- package/dist/esm/components/Link/Link.mjs +1 -1
- package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +2 -2
- package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +1 -1
- package/dist/esm/components/Modal/Modal.mjs +3 -3
- package/dist/esm/components/Navbar/MobileNavbar.mjs +2 -2
- package/dist/esm/components/Pagination/Pagination.mjs +2 -2
- package/dist/esm/components/RightDrawer/RightDrawer.mjs +3 -3
- package/dist/esm/components/Select/Multiselect.mjs +1 -1
- package/dist/esm/components/SwitchSelector/index.mjs +1 -1
- package/dist/esm/components/Tab/Tab.mjs +1 -1
- package/dist/esm/components/TabSelector/TabSelector.mjs +1 -1
- package/dist/esm/components/Table/Table.mjs +1 -1
- package/dist/esm/components/TextArea/AutocompleteTextArea.mjs +1 -1
- package/dist/esm/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs +1 -1
- package/dist/esm/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs +1 -1
- package/dist/esm/components/Toaster/Toast.mjs +2 -2
- package/dist/esm/components/index.mjs +3 -3
- package/dist/esm/dist/esm/components/Container/index.mjs +133 -0
- package/dist/esm/dist/esm/components/Container/index.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/Flag.mjs +330 -0
- package/dist/esm/dist/esm/components/Flags/Flag.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ae.mjs +37 -0
- package/dist/esm/dist/esm/components/Flags/ae.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/af.mjs +97 -0
- package/dist/esm/dist/esm/components/Flags/af.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/al.mjs +38 -0
- package/dist/esm/dist/esm/components/Flags/al.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/am.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/am.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ar.mjs +161 -0
- package/dist/esm/dist/esm/components/Flags/ar.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/at.mjs +31 -0
- package/dist/esm/dist/esm/components/Flags/at.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/au.mjs +43 -0
- package/dist/esm/dist/esm/components/Flags/au.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/az.mjs +47 -0
- package/dist/esm/dist/esm/components/Flags/az.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ba.mjs +41 -0
- package/dist/esm/dist/esm/components/Flags/ba.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/bd.mjs +33 -0
- package/dist/esm/dist/esm/components/Flags/bd.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/be.mjs +37 -0
- package/dist/esm/dist/esm/components/Flags/be.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/bg.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/bg.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/bh.mjs +31 -0
- package/dist/esm/dist/esm/components/Flags/bh.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/bn.mjs +43 -0
- package/dist/esm/dist/esm/components/Flags/bn.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/bo.mjs +3031 -0
- package/dist/esm/dist/esm/components/Flags/bo.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/br.mjs +107 -0
- package/dist/esm/dist/esm/components/Flags/br.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/bw.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/bw.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/by.mjs +46 -0
- package/dist/esm/dist/esm/components/Flags/by.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/bz.mjs +339 -0
- package/dist/esm/dist/esm/components/Flags/bz.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ca.mjs +31 -0
- package/dist/esm/dist/esm/components/Flags/ca.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ch.mjs +31 -0
- package/dist/esm/dist/esm/components/Flags/ch.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/cl.mjs +44 -0
- package/dist/esm/dist/esm/components/Flags/cl.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/cn.mjs +58 -0
- package/dist/esm/dist/esm/components/Flags/cn.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/co.mjs +37 -0
- package/dist/esm/dist/esm/components/Flags/co.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/cr.mjs +37 -0
- package/dist/esm/dist/esm/components/Flags/cr.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/cu.mjs +44 -0
- package/dist/esm/dist/esm/components/Flags/cu.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/cv.mjs +44 -0
- package/dist/esm/dist/esm/components/Flags/cv.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/cz.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/cz.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/de.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/de.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/dj.mjs +44 -0
- package/dist/esm/dist/esm/components/Flags/dj.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/dk.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/dk.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/do.mjs +212 -0
- package/dist/esm/dist/esm/components/Flags/do.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/dz.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/dz.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ec.mjs +623 -0
- package/dist/esm/dist/esm/components/Flags/ec.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ee.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/ee.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/eg.mjs +113 -0
- package/dist/esm/dist/esm/components/Flags/eg.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/es-ct.mjs +33 -0
- package/dist/esm/dist/esm/components/Flags/es-ct.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/es-ga.mjs +793 -0
- package/dist/esm/dist/esm/components/Flags/es-ga.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/es-pv.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/es-pv.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/es.mjs +2227 -0
- package/dist/esm/dist/esm/components/Flags/es.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/et.mjs +51 -0
- package/dist/esm/dist/esm/components/Flags/et.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/fi.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/fi.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/fo.mjs +42 -0
- package/dist/esm/dist/esm/components/Flags/fo.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/fr.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/fr.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/gb-wls.mjs +44 -0
- package/dist/esm/dist/esm/components/Flags/gb-wls.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/gb.mjs +40 -0
- package/dist/esm/dist/esm/components/Flags/gb.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ge.mjs +38 -0
- package/dist/esm/dist/esm/components/Flags/ge.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/gh.mjs +37 -0
- package/dist/esm/dist/esm/components/Flags/gh.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/gr.mjs +67 -0
- package/dist/esm/dist/esm/components/Flags/gr.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/gt.mjs +462 -0
- package/dist/esm/dist/esm/components/Flags/gt.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/gw.mjs +68 -0
- package/dist/esm/dist/esm/components/Flags/gw.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/hk.mjs +45 -0
- package/dist/esm/dist/esm/components/Flags/hk.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/hn.mjs +84 -0
- package/dist/esm/dist/esm/components/Flags/hn.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/hr.mjs +95 -0
- package/dist/esm/dist/esm/components/Flags/hr.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/hu.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/hu.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/id.mjs +31 -0
- package/dist/esm/dist/esm/components/Flags/id.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ie.mjs +37 -0
- package/dist/esm/dist/esm/components/Flags/ie.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/il.mjs +47 -0
- package/dist/esm/dist/esm/components/Flags/il.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/in.mjs +75 -0
- package/dist/esm/dist/esm/components/Flags/in.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/iq.mjs +41 -0
- package/dist/esm/dist/esm/components/Flags/iq.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ir.mjs +113 -0
- package/dist/esm/dist/esm/components/Flags/ir.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/is.mjs +41 -0
- package/dist/esm/dist/esm/components/Flags/is.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/it.mjs +37 -0
- package/dist/esm/dist/esm/components/Flags/it.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/jm.mjs +37 -0
- package/dist/esm/dist/esm/components/Flags/jm.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/jo.mjs +49 -0
- package/dist/esm/dist/esm/components/Flags/jo.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/jp.mjs +42 -0
- package/dist/esm/dist/esm/components/Flags/jp.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ke.mjs +92 -0
- package/dist/esm/dist/esm/components/Flags/ke.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/kg.mjs +50 -0
- package/dist/esm/dist/esm/components/Flags/kg.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/kh.mjs +77 -0
- package/dist/esm/dist/esm/components/Flags/kh.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/km.mjs +53 -0
- package/dist/esm/dist/esm/components/Flags/km.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/kr.mjs +65 -0
- package/dist/esm/dist/esm/components/Flags/kr.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/kw.mjs +45 -0
- package/dist/esm/dist/esm/components/Flags/kw.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/kz.mjs +95 -0
- package/dist/esm/dist/esm/components/Flags/kz.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/la.mjs +40 -0
- package/dist/esm/dist/esm/components/Flags/la.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/lb.mjs +51 -0
- package/dist/esm/dist/esm/components/Flags/lb.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/li.mjs +137 -0
- package/dist/esm/dist/esm/components/Flags/li.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/lk.mjs +74 -0
- package/dist/esm/dist/esm/components/Flags/lk.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/lt.mjs +47 -0
- package/dist/esm/dist/esm/components/Flags/lt.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/lu.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/lu.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/lv.mjs +31 -0
- package/dist/esm/dist/esm/components/Flags/lv.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ly.mjs +40 -0
- package/dist/esm/dist/esm/components/Flags/ly.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ma.mjs +33 -0
- package/dist/esm/dist/esm/components/Flags/ma.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/mc.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/mc.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/md.mjs +318 -0
- package/dist/esm/dist/esm/components/Flags/md.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/mk.mjs +38 -0
- package/dist/esm/dist/esm/components/Flags/mk.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/mm.mjs +59 -0
- package/dist/esm/dist/esm/components/Flags/mm.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/mn.mjs +60 -0
- package/dist/esm/dist/esm/components/Flags/mn.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/mo.mjs +43 -0
- package/dist/esm/dist/esm/components/Flags/mo.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/mr.mjs +38 -0
- package/dist/esm/dist/esm/components/Flags/mr.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/mt.mjs +154 -0
- package/dist/esm/dist/esm/components/Flags/mt.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/mv.mjs +41 -0
- package/dist/esm/dist/esm/components/Flags/mv.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/mx.mjs +1366 -0
- package/dist/esm/dist/esm/components/Flags/mx.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/my.mjs +79 -0
- package/dist/esm/dist/esm/components/Flags/my.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/mz.mjs +93 -0
- package/dist/esm/dist/esm/components/Flags/mz.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ng.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/ng.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ni.mjs +452 -0
- package/dist/esm/dist/esm/components/Flags/ni.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/nl.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/nl.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/no.mjs +40 -0
- package/dist/esm/dist/esm/components/Flags/no.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/np.mjs +39 -0
- package/dist/esm/dist/esm/components/Flags/np.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/nz.mjs +105 -0
- package/dist/esm/dist/esm/components/Flags/nz.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/om.mjs +540 -0
- package/dist/esm/dist/esm/components/Flags/om.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/pa.mjs +47 -0
- package/dist/esm/dist/esm/components/Flags/pa.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/pe.mjs +31 -0
- package/dist/esm/dist/esm/components/Flags/pe.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ph.mjs +37 -0
- package/dist/esm/dist/esm/components/Flags/ph.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/pk.mjs +39 -0
- package/dist/esm/dist/esm/components/Flags/pk.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/pl.mjs +31 -0
- package/dist/esm/dist/esm/components/Flags/pl.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/pr.mjs +44 -0
- package/dist/esm/dist/esm/components/Flags/pr.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ps.mjs +46 -0
- package/dist/esm/dist/esm/components/Flags/ps.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/pt.mjs +153 -0
- package/dist/esm/dist/esm/components/Flags/pt.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/py.mjs +62 -0
- package/dist/esm/dist/esm/components/Flags/py.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/qa.mjs +31 -0
- package/dist/esm/dist/esm/components/Flags/qa.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ro.mjs +37 -0
- package/dist/esm/dist/esm/components/Flags/ro.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/rs.mjs +821 -0
- package/dist/esm/dist/esm/components/Flags/rs.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ru.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/ru.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/sa.mjs +80 -0
- package/dist/esm/dist/esm/components/Flags/sa.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/sd.mjs +45 -0
- package/dist/esm/dist/esm/components/Flags/sd.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/se.mjs +31 -0
- package/dist/esm/dist/esm/components/Flags/se.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/sg.mjs +43 -0
- package/dist/esm/dist/esm/components/Flags/sg.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/si.mjs +60 -0
- package/dist/esm/dist/esm/components/Flags/si.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/sk.mjs +46 -0
- package/dist/esm/dist/esm/components/Flags/sk.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/so.mjs +38 -0
- package/dist/esm/dist/esm/components/Flags/so.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/st.mjs +74 -0
- package/dist/esm/dist/esm/components/Flags/st.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/sv.mjs +1736 -0
- package/dist/esm/dist/esm/components/Flags/sv.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/sy.mjs +37 -0
- package/dist/esm/dist/esm/components/Flags/sy.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/td.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/td.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/th.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/th.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/tl.mjs +44 -0
- package/dist/esm/dist/esm/components/Flags/tl.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/tn.mjs +31 -0
- package/dist/esm/dist/esm/components/Flags/tn.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/tr.mjs +37 -0
- package/dist/esm/dist/esm/components/Flags/tr.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/tt.mjs +36 -0
- package/dist/esm/dist/esm/components/Flags/tt.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/tw.mjs +41 -0
- package/dist/esm/dist/esm/components/Flags/tw.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/tz.mjs +45 -0
- package/dist/esm/dist/esm/components/Flags/tz.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ua.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/ua.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ug.mjs +146 -0
- package/dist/esm/dist/esm/components/Flags/ug.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/us.mjs +46 -0
- package/dist/esm/dist/esm/components/Flags/us.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/uy.mjs +64 -0
- package/dist/esm/dist/esm/components/Flags/uy.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/uz.mjs +110 -0
- package/dist/esm/dist/esm/components/Flags/uz.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ve.mjs +85 -0
- package/dist/esm/dist/esm/components/Flags/ve.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/vn.mjs +38 -0
- package/dist/esm/dist/esm/components/Flags/vn.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/xx.mjs +36 -0
- package/dist/esm/dist/esm/components/Flags/xx.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ye.mjs +37 -0
- package/dist/esm/dist/esm/components/Flags/ye.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/za.mjs +52 -0
- package/dist/esm/dist/esm/components/Flags/za.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/zw.mjs +71 -0
- package/dist/esm/dist/esm/components/Flags/zw.mjs.map +1 -0
- package/dist/esm/dist/esm/utils/cn.mjs +9 -0
- package/dist/esm/dist/esm/utils/cn.mjs.map +1 -0
- package/dist/esm/hooks/index.mjs +5 -5
- package/dist/esm/providers/ReactQueryProvider.mjs +5 -4
- package/dist/esm/providers/ReactQueryProvider.mjs.map +1 -1
- package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
- package/dist/types/components/Breadcrumb/index.d.ts +2 -2
- package/dist/types/components/Breadcrumb/index.d.ts.map +1 -1
- package/dist/types/components/Browser/Browser.d.ts +2 -2
- package/dist/types/components/Browser/browser.content.d.ts +17 -17
- package/dist/types/components/Button/Button.d.ts +6 -6
- package/dist/types/components/Carousel/index.content.d.ts +8 -8
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +2 -2
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
- package/dist/types/components/Command/index.d.ts +14 -14
- package/dist/types/components/Container/index.d.ts +7 -7
- package/dist/types/components/Container/index.d.ts.map +1 -1
- package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +33 -33
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
- package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
- package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
- package/dist/types/components/EditableField/EditableFieldInput.d.ts.map +1 -1
- package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +4 -4
- package/dist/types/components/Form/FormBase.d.ts +2 -2
- package/dist/types/components/Form/FormBase.d.ts.map +1 -1
- package/dist/types/components/Form/FormField.d.ts +2 -2
- package/dist/types/components/Form/FormField.d.ts.map +1 -1
- package/dist/types/components/Form/FormItem.d.ts +2 -2
- package/dist/types/components/Form/FormItem.d.ts.map +1 -1
- package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
- package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
- package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
- package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
- package/dist/types/components/Form/elements/OTPElement.d.ts +2 -2
- package/dist/types/components/Form/elements/SelectElement.d.ts +2 -2
- package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
- package/dist/types/components/IDE/FileTree.d.ts.map +1 -1
- package/dist/types/components/IDE/code.content.d.ts +5 -5
- package/dist/types/components/IDE/code.content.d.ts.map +1 -1
- package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
- package/dist/types/components/IDE/selectors.content.d.ts +13 -13
- package/dist/types/components/Input/Checkbox.d.ts +3 -3
- package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
- package/dist/types/components/Input/Input.d.ts +2 -2
- package/dist/types/components/Input/OTPInput.d.ts +4 -4
- package/dist/types/components/Input/SearchInput.d.ts +2 -2
- package/dist/types/components/Link/Link.d.ts +5 -5
- package/dist/types/components/Loader/index.content.d.ts +3 -3
- package/dist/types/components/Loader/spinner.d.ts +2 -2
- package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
- package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
- package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
- package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -1
- package/dist/types/components/Navbar/Burger.d.ts +2 -2
- package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
- package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
- package/dist/types/components/Navbar/index.d.ts +2 -2
- package/dist/types/components/Pagination/Pagination.d.ts +4 -4
- package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
- package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
- package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +5 -5
- package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts +2 -2
- package/dist/types/components/Select/Select.d.ts +3 -3
- package/dist/types/components/Select/Select.d.ts.map +1 -1
- package/dist/types/components/SocialNetworks/index.d.ts +2 -2
- package/dist/types/components/SwitchSelector/index.d.ts +6 -6
- package/dist/types/components/Tab/Tab.d.ts +6 -6
- package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
- package/dist/types/components/Table/table.content.d.ts +3 -3
- package/dist/types/components/Tag/index.d.ts +3 -3
- package/dist/types/components/Terminal/terminal.content.d.ts +5 -5
- package/dist/types/components/Toaster/Toast.d.ts +2 -2
- package/dist/types/components/Toaster/Toast.d.ts.map +1 -1
- package/dist/types/components/Toaster/Toaster.d.ts +2 -2
- package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +2 -2
- package/dist/types/providers/ReactQueryProvider.d.ts.map +1 -1
- package/package.json +14 -14
|
@@ -0,0 +1,623 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
|
|
3
|
+
//#region dist/esm/components/Flags/ec.mjs
|
|
4
|
+
var _g, _g2, _path, _path2, _path3, _path4, _path5, _g3, _path6, _path7, _path8, _path9, _path0, _path1, _path10, _path11, _path12, _g4, _g5, _g6, _g7, _g8, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34;
|
|
5
|
+
function _extends() {
|
|
6
|
+
return _extends = Object.assign ? Object.assign.bind() : function(n) {
|
|
7
|
+
for (var e = 1; e < arguments.length; e++) {
|
|
8
|
+
var t = arguments[e];
|
|
9
|
+
for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
|
|
10
|
+
}
|
|
11
|
+
return n;
|
|
12
|
+
}, _extends.apply(null, arguments);
|
|
13
|
+
}
|
|
14
|
+
var ec_default = function SvgEc$1(props) {
|
|
15
|
+
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
viewBox: "0 0 640 480",
|
|
18
|
+
width: "1em",
|
|
19
|
+
height: "1em"
|
|
20
|
+
}, props), _g || (_g = /* @__PURE__ */ React.createElement("g", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
strokeWidth: "1pt"
|
|
23
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
24
|
+
fill: "#ffe800",
|
|
25
|
+
d: "M0 0h640v480H0z"
|
|
26
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
27
|
+
fill: "#00148e",
|
|
28
|
+
d: "M0 240h640v240H0z"
|
|
29
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
30
|
+
fill: "#da0010",
|
|
31
|
+
d: "M0 360h640v120H0z"
|
|
32
|
+
}))), _g2 || (_g2 = /* @__PURE__ */ React.createElement("g", { fillRule: "evenodd" }, /* @__PURE__ */ React.createElement("path", { d: "M269.6 290.8 197 367.3l-1.2-1.6 72.4-76.5 1.2 1.6zm50.4 12.5-94.8 100-1.6-1.6 94.7-100z" }), /* @__PURE__ */ React.createElement("path", {
|
|
33
|
+
fill: "gray",
|
|
34
|
+
stroke: "#000",
|
|
35
|
+
strokeWidth: 4.1,
|
|
36
|
+
d: "M478.4 60.2v88.6l17.7 88.6 17.7-88.6V60.2z",
|
|
37
|
+
transform: "matrix(-.07 -.07 -.1 .1 265 429.6)"
|
|
38
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
39
|
+
fill: "gray",
|
|
40
|
+
stroke: "#000",
|
|
41
|
+
strokeWidth: 4.1,
|
|
42
|
+
d: "M478.4 60.2v88.6l17.7 88.6 17.7-88.6V60.2z",
|
|
43
|
+
transform: "matrix(-.07 -.07 -.1 .1 240.6 390.5)"
|
|
44
|
+
}))), _path || (_path = /* @__PURE__ */ React.createElement("path", {
|
|
45
|
+
fill: "#ffdf00",
|
|
46
|
+
fillRule: "evenodd",
|
|
47
|
+
stroke: "#000",
|
|
48
|
+
strokeWidth: "1pt",
|
|
49
|
+
d: "M301.2 272.8s-17.7 336.6 53.1 336.6S460.6 574 460.6 574l-.8-185z",
|
|
50
|
+
transform: "matrix(.45 0 0 .64 72.4 -59.8)"
|
|
51
|
+
})), _path2 || (_path2 = /* @__PURE__ */ React.createElement("path", {
|
|
52
|
+
fill: "#0000c4",
|
|
53
|
+
fillRule: "evenodd",
|
|
54
|
+
stroke: "#000",
|
|
55
|
+
strokeWidth: "1pt",
|
|
56
|
+
d: "M344.5 304.2c0 17.7-7.9 269.8 27.5 269.8s88.6-17.7 88.6-17.7l-.8-167.3z",
|
|
57
|
+
transform: "matrix(.45 0 0 .64 72.4 -59.8)"
|
|
58
|
+
})), _path3 || (_path3 = /* @__PURE__ */ React.createElement("path", {
|
|
59
|
+
fill: "#e10000",
|
|
60
|
+
fillRule: "evenodd",
|
|
61
|
+
stroke: "#000",
|
|
62
|
+
strokeWidth: "1pt",
|
|
63
|
+
d: "M367.5 321.2c0 17.7 4.5 217.4 40 217.4h53.1l-.8-149.6z",
|
|
64
|
+
transform: "matrix(.45 0 0 .64 72.4 -59.8)"
|
|
65
|
+
})), _path4 || (_path4 = /* @__PURE__ */ React.createElement("path", {
|
|
66
|
+
fillRule: "evenodd",
|
|
67
|
+
d: "m206.2 116 72.4 76.5 1.3-1.6-72.4-76.5z"
|
|
68
|
+
})), _path5 || (_path5 = /* @__PURE__ */ React.createElement("path", {
|
|
69
|
+
fill: "#ffdf00",
|
|
70
|
+
fillRule: "evenodd",
|
|
71
|
+
stroke: "#000",
|
|
72
|
+
strokeWidth: "1pt",
|
|
73
|
+
d: "M301.2 272.8S265.8 609.4 372 609.4c88.5 0 88.5-53.1 106.2-53.1l-17.7-124z",
|
|
74
|
+
transform: "matrix(.58 0 0 .62 9.6 -10.2)"
|
|
75
|
+
})), _g3 || (_g3 = /* @__PURE__ */ React.createElement("g", { stroke: "#000" }, /* @__PURE__ */ React.createElement("path", {
|
|
76
|
+
fill: "none",
|
|
77
|
+
strokeWidth: 2.3,
|
|
78
|
+
d: "M269.6 155.2c1.1 0 28.3-94 119-147.2",
|
|
79
|
+
transform: "matrix(.4 -.03 -.05 .35 135.1 147.4)"
|
|
80
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
81
|
+
fill: "#005b00",
|
|
82
|
+
fillRule: "evenodd",
|
|
83
|
+
strokeWidth: "1pt",
|
|
84
|
+
d: "M421.4-20.3c0 18.1-4.6 31.7-11.4 45.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1 12.4-48.7c2.3 12.4 8 30.5 8 48.7z",
|
|
85
|
+
transform: "matrix(.14 -.22 .3 .14 175.9 257.4)"
|
|
86
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
87
|
+
fill: "red",
|
|
88
|
+
fillRule: "evenodd",
|
|
89
|
+
strokeWidth: "1pt",
|
|
90
|
+
d: "M454.2-169.3c0 4-3.8 7.4-8.5 7.4s-8.5-3.3-8.5-7.4 3.8-7.3 8.5-7.3 8.5 3.3 8.5 7.3z",
|
|
91
|
+
transform: "matrix(.18 -.1 .1 .17 177.6 256.7)"
|
|
92
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
93
|
+
fill: "#005b00",
|
|
94
|
+
fillRule: "evenodd",
|
|
95
|
+
strokeWidth: "1pt",
|
|
96
|
+
d: "M421.4-20.3c0 18.1-4.6 31.7-11.4 45.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1 12.4-48.7c2.3 12.4 8 30.5 8 48.7z",
|
|
97
|
+
transform: "matrix(.18 .12 -.13 .33 181 96.4)"
|
|
98
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
99
|
+
fill: "#005b00",
|
|
100
|
+
fillRule: "evenodd",
|
|
101
|
+
strokeWidth: "1pt",
|
|
102
|
+
d: "M421.4-20.3c0 18.1-4.6 31.7-11.4 45.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1 12.4-48.7c2.3 12.4 8 30.5 8 48.7z",
|
|
103
|
+
transform: "matrix(.17 -.03 -.03 .33 179.3 159.3)"
|
|
104
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
105
|
+
fill: "#005b00",
|
|
106
|
+
fillRule: "evenodd",
|
|
107
|
+
strokeWidth: "1pt",
|
|
108
|
+
d: "M421.4-20.3c0 18.1-4.6 31.7-11.4 45.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1 12.4-48.7c2.3 12.4 8 30.5 8 48.7z",
|
|
109
|
+
transform: "matrix(.06 .25 -.17 .2 228 45.5)"
|
|
110
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
111
|
+
fill: "#005b00",
|
|
112
|
+
fillRule: "evenodd",
|
|
113
|
+
strokeWidth: "1pt",
|
|
114
|
+
d: "M421.4-20.3c0 18.1-4.6 31.7-11.4 45.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1 12.4-48.7c2.3 12.4 8 30.5 8 48.7z",
|
|
115
|
+
transform: "matrix(.2 -.2 .2 .24 150.3 241)"
|
|
116
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
117
|
+
fill: "#005b00",
|
|
118
|
+
fillRule: "evenodd",
|
|
119
|
+
strokeWidth: "1pt",
|
|
120
|
+
d: "M421.4-20.3c0 18.1-4.6 31.7-11.4 45.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1 12.4-48.7c2.3 12.4 8 30.5 8 48.7z",
|
|
121
|
+
transform: "matrix(.22 -.22 .25 .2 135.6 282.1)"
|
|
122
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
123
|
+
fill: "#005b00",
|
|
124
|
+
fillRule: "evenodd",
|
|
125
|
+
strokeWidth: "1pt",
|
|
126
|
+
d: "M421.4-20.3c0 18.1-4.6 31.7-11.4 45.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1 12.4-48.7c2.3 12.4 8 30.5 8 48.7z",
|
|
127
|
+
transform: "matrix(.26 .1 -.2 .32 130.8 147.7)"
|
|
128
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
129
|
+
fill: "#005b00",
|
|
130
|
+
fillRule: "evenodd",
|
|
131
|
+
strokeWidth: "1pt",
|
|
132
|
+
d: "M421.4-20.3c0 18.1-4.6 31.7-11.4 45.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1 12.4-48.7c2.3 12.4 8 30.5 8 48.7z",
|
|
133
|
+
transform: "matrix(.15 .2 -.32 .22 178.5 103.3)"
|
|
134
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
135
|
+
fill: "#005b00",
|
|
136
|
+
fillRule: "evenodd",
|
|
137
|
+
strokeWidth: "1pt",
|
|
138
|
+
d: "M421.4-20.3c0 18.1-4.6 31.7-11.4 45.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1 12.4-48.7c2.3 12.4 8 30.5 8 48.7z",
|
|
139
|
+
transform: "matrix(.08 .1 -.14 .16 250.7 102.6)"
|
|
140
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
141
|
+
fill: "#005b00",
|
|
142
|
+
fillRule: "evenodd",
|
|
143
|
+
strokeWidth: "1pt",
|
|
144
|
+
d: "M421.4-20.3c0 18.1-4.6 31.7-11.4 45.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1 12.4-48.7c2.3 12.4 8 30.5 8 48.7z",
|
|
145
|
+
transform: "matrix(.1 0 -.08 .17 238 136.4)"
|
|
146
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
147
|
+
fill: "#005b00",
|
|
148
|
+
fillRule: "evenodd",
|
|
149
|
+
strokeWidth: "1pt",
|
|
150
|
+
d: "M421.4-20.3c0 18.1-4.6 31.7-11.4 45.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1 12.4-48.7c2.3 12.4 8 30.5 8 48.7z",
|
|
151
|
+
transform: "matrix(0 .14 -.14 .08 287.4 81.1)"
|
|
152
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
153
|
+
fill: "#005b00",
|
|
154
|
+
fillRule: "evenodd",
|
|
155
|
+
strokeWidth: "1pt",
|
|
156
|
+
d: "M421.4-20.3c0 18.1-4.6 31.7-11.4 45.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1 12.4-48.7c2.3 12.4 8 30.5 8 48.7z",
|
|
157
|
+
transform: "matrix(.07 .1 -.25 .15 220.7 115.6)"
|
|
158
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
159
|
+
fill: "#005b00",
|
|
160
|
+
fillRule: "evenodd",
|
|
161
|
+
strokeWidth: "1pt",
|
|
162
|
+
d: "M421.4-20.3c0 18.1-4.6 31.7-11.4 45.3-5.6-18.1-9-27.2-9-45.3s6.8-35.1 12.4-48.7c2.3 12.4 8 30.5 8 48.7z",
|
|
163
|
+
transform: "matrix(.13 .22 -.33 .2 207 70.1)"
|
|
164
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
165
|
+
fill: "none",
|
|
166
|
+
strokeWidth: 2.4,
|
|
167
|
+
d: "M269.6 155.2c1.1 0 28.3-94 119-147.2",
|
|
168
|
+
transform: "matrix(.35 -.2 .14 .28 111.8 227.8)"
|
|
169
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
170
|
+
fill: "red",
|
|
171
|
+
fillRule: "evenodd",
|
|
172
|
+
strokeWidth: "1pt",
|
|
173
|
+
d: "M454.2-169.3c0 4-3.8 7.4-8.5 7.4s-8.5-3.3-8.5-7.4 3.8-7.3 8.5-7.3 8.5 3.3 8.5 7.3z",
|
|
174
|
+
transform: "matrix(.18 -.1 .1 .17 200.3 224.6)"
|
|
175
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
176
|
+
fill: "red",
|
|
177
|
+
fillRule: "evenodd",
|
|
178
|
+
strokeWidth: "1pt",
|
|
179
|
+
d: "M454.2-169.3c0 4-3.8 7.4-8.5 7.4s-8.5-3.3-8.5-7.4 3.8-7.3 8.5-7.3 8.5 3.3 8.5 7.3z",
|
|
180
|
+
transform: "matrix(.18 -.1 .1 .17 211.1 218.3)"
|
|
181
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
182
|
+
fill: "red",
|
|
183
|
+
fillRule: "evenodd",
|
|
184
|
+
strokeWidth: "1pt",
|
|
185
|
+
d: "M454.2-169.3c0 4-3.8 7.4-8.5 7.4s-8.5-3.3-8.5-7.4 3.8-7.3 8.5-7.3 8.5 3.3 8.5 7.3z",
|
|
186
|
+
transform: "matrix(.2 -.1 .07 .13 166.8 232.7)"
|
|
187
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
188
|
+
fill: "red",
|
|
189
|
+
fillRule: "evenodd",
|
|
190
|
+
strokeWidth: "1pt",
|
|
191
|
+
d: "M454.2-169.3c0 4-3.8 7.4-8.5 7.4s-8.5-3.3-8.5-7.4 3.8-7.3 8.5-7.3 8.5 3.3 8.5 7.3z",
|
|
192
|
+
transform: "matrix(.2 -.1 .07 .13 170 231.3)"
|
|
193
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
194
|
+
fill: "red",
|
|
195
|
+
fillRule: "evenodd",
|
|
196
|
+
strokeWidth: "1pt",
|
|
197
|
+
d: "M454.2-169.3c0 4-3.8 7.4-8.5 7.4s-8.5-3.3-8.5-7.4 3.8-7.3 8.5-7.3 8.5 3.3 8.5 7.3z",
|
|
198
|
+
transform: "matrix(.2 -.1 .07 .13 168.1 234.3)"
|
|
199
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
200
|
+
fill: "red",
|
|
201
|
+
fillRule: "evenodd",
|
|
202
|
+
strokeWidth: .3,
|
|
203
|
+
d: "M252.7 167.3c.4.8 0 1.8-1 2.3s-2 .2-2.4-.7 0-1.8 1-2.3 2-.2 2.3.7z"
|
|
204
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
205
|
+
fill: "red",
|
|
206
|
+
fillRule: "evenodd",
|
|
207
|
+
strokeWidth: .3,
|
|
208
|
+
d: "M255 164.9c.3.8 0 1.8-1 2.3s-2 .2-2.5-.6 0-1.9 1-2.4 2-.1 2.4.7z"
|
|
209
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
210
|
+
fill: "red",
|
|
211
|
+
fillRule: "evenodd",
|
|
212
|
+
strokeWidth: .3,
|
|
213
|
+
d: "M255.5 166c.4.8 0 1.9-1 2.3s-2 .2-2.4-.6 0-1.8 1-2.3 2-.2 2.4.6z"
|
|
214
|
+
}))), _path6 || (_path6 = /* @__PURE__ */ React.createElement("path", {
|
|
215
|
+
fill: "#0000c4",
|
|
216
|
+
fillRule: "evenodd",
|
|
217
|
+
stroke: "#000",
|
|
218
|
+
strokeWidth: "1pt",
|
|
219
|
+
d: "M336.6 308.3c0 17.7-35.4 212.6 53.2 265.7 35.4 17.7 88.5-17.7 88.5 0l-17.7-141.7z",
|
|
220
|
+
transform: "matrix(.58 0 0 .62 9.6 -10.2)"
|
|
221
|
+
})), _path7 || (_path7 = /* @__PURE__ */ React.createElement("path", {
|
|
222
|
+
fill: "#e10000",
|
|
223
|
+
fillRule: "evenodd",
|
|
224
|
+
stroke: "#000",
|
|
225
|
+
strokeWidth: "1pt",
|
|
226
|
+
d: "M372 343.7c0 17.7-17.7 159.4 35.5 194.9 35.4 35.4 124 25.8 124 25.8l-70.9-132.1z",
|
|
227
|
+
transform: "matrix(.58 0 0 .62 9.6 -10.2)"
|
|
228
|
+
})), _path8 || (_path8 = /* @__PURE__ */ React.createElement("path", {
|
|
229
|
+
fillRule: "evenodd",
|
|
230
|
+
d: "m183.8 158 94.8 100 1.7-1.6-94.8-99.9z"
|
|
231
|
+
})), _path9 || (_path9 = /* @__PURE__ */ React.createElement("path", {
|
|
232
|
+
fill: "#cececc",
|
|
233
|
+
fillRule: "evenodd",
|
|
234
|
+
stroke: "#000",
|
|
235
|
+
strokeWidth: "1pt",
|
|
236
|
+
d: "m460.6 184.3 17.7 35.4v17.7c-.8-1.3 0 17.7-17.7 17.7S443 219.7 443 219.7s-17.7 35.4-17.7 70.9 17.7 53.1 17.7 53.1-2.6-36.7 17.7-35.4c20.4 1.2 17.7 17.7 17.7 17.7v35.4h17.8V219.7l17.7-35.4-27.2-53.2-26 53.1z",
|
|
237
|
+
transform: "matrix(.14 -.14 .1 .1 86.3 192.2)"
|
|
238
|
+
})), _path0 || (_path0 = /* @__PURE__ */ React.createElement("path", {
|
|
239
|
+
fill: "#cececc",
|
|
240
|
+
fillRule: "evenodd",
|
|
241
|
+
stroke: "#000",
|
|
242
|
+
strokeWidth: "1pt",
|
|
243
|
+
d: "m557.8 95.7-26.3 70.8 17.7 53.2-35.4-17.7 35.4 53.1v35.5H567V255l35.5-53.1-35.5 17.7 17.8-53.2-26.9-70.8z",
|
|
244
|
+
transform: "matrix(.1 -.16 .14 .1 114 183.8)"
|
|
245
|
+
})), _path1 || (_path1 = /* @__PURE__ */ React.createElement("path", {
|
|
246
|
+
fill: "#e10000",
|
|
247
|
+
fillRule: "evenodd",
|
|
248
|
+
stroke: "#000",
|
|
249
|
+
strokeWidth: "1pt",
|
|
250
|
+
d: "M422.5 137c0 2-2 3.7-4.3 3.7s-4.4-1.7-4.4-3.7 2-3.8 4.4-3.8 4.3 1.7 4.3 3.8zm-6.2 7.9c0 35.8 20.9 187.8 22.6 191.5.1 4.5-4.8 6.4-7.1.9-6.6-17.4-20.8-160-21.3-193.3-.3-13.7 3.7-14.8 8.3-14.5 3.7.2 8.3 3.7 8.3 7.9 0 5-5.8 8.7-10.8 7.5z",
|
|
251
|
+
transform: "matrix(.4 0 0 .3 43.8 69.8)"
|
|
252
|
+
})), _path10 || (_path10 = /* @__PURE__ */ React.createElement("path", {
|
|
253
|
+
fill: "#0000c4",
|
|
254
|
+
fillRule: "evenodd",
|
|
255
|
+
stroke: "#000",
|
|
256
|
+
strokeWidth: "1pt",
|
|
257
|
+
d: "M422.5 137c0 2-2 3.7-4.3 3.7s-4.4-1.7-4.4-3.7 2-3.8 4.4-3.8 4.3 1.7 4.3 3.8zm-6.2 7.9c31.5 61.4 48.7 166.7 50.4 170.5.1 4.4-4.8 6.4-7.1.8-2.5-3.3-12.7-100.2-49.1-172.2-.3-13.7 3.7-14.8 8.3-14.5 3.7.2 8.3 3.7 8.3 7.9 0 5-5.8 8.7-10.8 7.5z",
|
|
258
|
+
transform: "matrix(.38 .1 -.15 .3 76 38.2)"
|
|
259
|
+
})), _path11 || (_path11 = /* @__PURE__ */ React.createElement("path", {
|
|
260
|
+
fill: "#e10000",
|
|
261
|
+
fillRule: "evenodd",
|
|
262
|
+
stroke: "#000",
|
|
263
|
+
strokeWidth: .7,
|
|
264
|
+
d: "M186.7 151.5c0 1-1 2-2.2 2s-2.2-1-2.2-2 1-1.8 2.2-1.8 2.1.8 2.1 1.8zm-3.2 4c0 17.9 10.5 93.9 11.3 95.8 0 2.2-2.3 3.2-3.5.4-3.3-8.7-10.4-80-10.7-96.6-.1-6.9 1.9-7.4 4.2-7.3 1.9.1 4.1 1.9 4.1 4 0 2.4-2.9 4.3-5.4 3.7z"
|
|
265
|
+
})), _path12 || (_path12 = /* @__PURE__ */ React.createElement("path", {
|
|
266
|
+
fill: "#0000c4",
|
|
267
|
+
fillRule: "evenodd",
|
|
268
|
+
stroke: "#000",
|
|
269
|
+
strokeWidth: "1pt",
|
|
270
|
+
d: "M422.5 137c0 2-2 3.7-4.3 3.7s-4.4-1.7-4.4-3.7 2-3.8 4.4-3.8 4.3 1.7 4.3 3.8zm-6.2 7.9c31.5 61.4 48.7 166.7 50.4 170.5.1 4.4-4.8 6.4-7.1.8-2.5-3.3-12.7-100.2-49.1-172.2-.3-13.7 3.7-14.8 8.3-14.5 3.7.2 8.3 3.7 8.3 7.9 0 5-5.8 8.7-10.8 7.5z",
|
|
271
|
+
transform: "matrix(.48 .15 -.2 .48 16.7 31.6)"
|
|
272
|
+
})), _g4 || (_g4 = /* @__PURE__ */ React.createElement("g", { fillRule: "evenodd" }, /* @__PURE__ */ React.createElement("path", { d: "m370.4 290.8 72.5 76.5 1.3-1.6-72.5-76.5zM320 303.3l94.8 100 1.6-1.6-94.7-100z" }), /* @__PURE__ */ React.createElement("path", {
|
|
273
|
+
fill: "gray",
|
|
274
|
+
stroke: "#000",
|
|
275
|
+
strokeWidth: 4.1,
|
|
276
|
+
d: "M478.4 60.2v88.6l17.7 88.6 17.7-88.6V60.2z",
|
|
277
|
+
transform: "matrix(.07 -.07 .1 .1 375 429.6)"
|
|
278
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
279
|
+
fill: "gray",
|
|
280
|
+
stroke: "#000",
|
|
281
|
+
strokeWidth: 4.1,
|
|
282
|
+
d: "M478.4 60.2v88.6l17.7 88.6 17.7-88.6V60.2z",
|
|
283
|
+
transform: "matrix(.07 -.07 .1 .1 399.4 390.5)"
|
|
284
|
+
}))), _g5 || (_g5 = /* @__PURE__ */ React.createElement("g", {
|
|
285
|
+
fillRule: "evenodd",
|
|
286
|
+
strokeWidth: "1pt"
|
|
287
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
288
|
+
fill: "#ffdf00",
|
|
289
|
+
stroke: "#000",
|
|
290
|
+
d: "M301.2 272.8s-17.7 336.6 53.1 336.6S460.6 574 460.6 574l-.8-185z",
|
|
291
|
+
transform: "matrix(-.45 0 0 .64 567.6 -59.8)"
|
|
292
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
293
|
+
fill: "#0000c4",
|
|
294
|
+
stroke: "#000",
|
|
295
|
+
d: "M344.5 304.2c0 17.7-7.9 269.8 27.5 269.8s88.6-17.7 88.6-17.7l-.8-167.3z",
|
|
296
|
+
transform: "matrix(-.45 0 0 .64 567.6 -59.8)"
|
|
297
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
298
|
+
fill: "#e10000",
|
|
299
|
+
stroke: "#000",
|
|
300
|
+
d: "M367.5 321.2c0 17.7 4.5 217.4 40 217.4h53.1l-.8-149.6z",
|
|
301
|
+
transform: "matrix(-.45 0 0 .64 567.6 -59.8)"
|
|
302
|
+
}), /* @__PURE__ */ React.createElement("path", { d: "m433.8 116-72.4 76.5-1.3-1.6 72.4-76.5z" }), /* @__PURE__ */ React.createElement("g", {
|
|
303
|
+
fill: "#005b00",
|
|
304
|
+
stroke: "#000"
|
|
305
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
306
|
+
d: "M428.2-17s81.5 90.7 111 154.1c29.4 63.5 54.4 156.3 54.4 156.3s2.2-86-36.3-163C505.2 32.8 425.9-12.5 428.2-17z",
|
|
307
|
+
transform: "matrix(.16 -.07 .08 .35 309.5 211)"
|
|
308
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
309
|
+
d: "M428.2-17s81.5 90.7 111 154.1c29.4 63.5 54.4 156.3 54.4 156.3s2.2-86-36.3-163C505.2 32.8 425.9-12.5 428.2-17z",
|
|
310
|
+
transform: "matrix(.2 -.05 .07 .4 291.5 182.6)"
|
|
311
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
312
|
+
d: "M428.2-17s81.5 90.7 111 154.1c29.4 63.5 54.4 156.3 54.4 156.3s2.2-86-36.3-163C505.2 32.8 425.9-12.5 428.2-17z",
|
|
313
|
+
transform: "matrix(.23 .14 -.03 .4 296.5 69.4)"
|
|
314
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
315
|
+
d: "M428.2-17s81.5 90.7 111 154.1c29.4 63.5 54.4 156.3 54.4 156.3s2.2-86-36.3-163C505.2 32.8 425.9-12.5 428.2-17z",
|
|
316
|
+
transform: "matrix(.25 .03 .02 .44 274.4 115)"
|
|
317
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
318
|
+
d: "M428.2-17s81.5 90.7 111 154.1c29.4 63.5 54.4 156.3 54.4 156.3s2.2-86-36.3-163C505.2 32.8 425.9-12.5 428.2-17z",
|
|
319
|
+
transform: "matrix(.18 .17 -.04 .35 330 67)"
|
|
320
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
321
|
+
d: "M428.2-17s81.5 90.7 111 154.1c29.4 63.5 54.4 156.3 54.4 156.3s2.2-86-36.3-163C505.2 32.8 425.9-12.5 428.2-17z",
|
|
322
|
+
transform: "matrix(.23 0 .03 .4 280.6 141.9)"
|
|
323
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
324
|
+
d: "M428.2-17s81.5 90.7 111 154.1c29.4 63.5 54.4 156.3 54.4 156.3s2.2-86-36.3-163C505.2 32.8 425.9-12.5 428.2-17z",
|
|
325
|
+
transform: "matrix(.2 -.07 .07 .38 290.1 196.8)"
|
|
326
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
327
|
+
d: "M428.2-17s81.5 90.7 111 154.1c29.4 63.5 54.4 156.3 54.4 156.3s2.2-86-36.3-163C505.2 32.8 425.9-12.5 428.2-17z",
|
|
328
|
+
transform: "matrix(.2 -.03 .05 .4 292.7 166.8)"
|
|
329
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
330
|
+
d: "M428.2-17s81.5 90.7 111 154.1c29.4 63.5 54.4 156.3 54.4 156.3s2.2-86-36.3-163C505.2 32.8 425.9-12.5 428.2-17z",
|
|
331
|
+
transform: "matrix(.22 .15 -.05 .38 305 65.5)"
|
|
332
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
333
|
+
d: "M428.2-17s81.5 90.7 111 154.1c29.4 63.5 54.4 156.3 54.4 156.3s2.2-86-36.3-163C505.2 32.8 425.9-12.5 428.2-17z",
|
|
334
|
+
transform: "matrix(.24 .05 0 .44 278.9 97.7)"
|
|
335
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
336
|
+
d: "M428.2-17s81.5 90.7 111 154.1c29.4 63.5 54.4 156.3 54.4 156.3s2.2-86-36.3-163C505.2 32.8 425.9-12.5 428.2-17z",
|
|
337
|
+
transform: "matrix(.17 .17 -.06 .33 339 70)"
|
|
338
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
339
|
+
d: "M428.2-17s81.5 90.7 111 154.1c29.4 63.5 54.4 156.3 54.4 156.3s2.2-86-36.3-163C505.2 32.8 425.9-12.5 428.2-17z",
|
|
340
|
+
transform: "matrix(.24 .02 0 .4 276.4 128)"
|
|
341
|
+
})), /* @__PURE__ */ React.createElement("path", {
|
|
342
|
+
fill: "#ffdf00",
|
|
343
|
+
stroke: "#000",
|
|
344
|
+
d: "M301.2 272.8S265.8 609.4 372 609.4c88.5 0 88.5-53.1 106.2-53.1l-17.7-124z",
|
|
345
|
+
transform: "matrix(-.58 0 0 .62 630.4 -10.2)"
|
|
346
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
347
|
+
fill: "#0000c4",
|
|
348
|
+
stroke: "#000",
|
|
349
|
+
d: "M336.6 308.3c0 17.7-35.4 212.6 53.2 265.7 35.4 17.7 88.5-17.7 88.5 0l-17.7-141.7z",
|
|
350
|
+
transform: "matrix(-.58 0 0 .62 630.4 -10.2)"
|
|
351
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
352
|
+
fill: "#e10000",
|
|
353
|
+
stroke: "#000",
|
|
354
|
+
d: "M372 343.7c0 17.7-17.7 159.4 35.5 194.9 35.4 35.4 124 25.8 124 25.8l-70.9-132.1z",
|
|
355
|
+
transform: "matrix(-.58 0 0 .62 630.4 -10.2)"
|
|
356
|
+
}), /* @__PURE__ */ React.createElement("path", { d: "m456.2 158-94.8 100-1.7-1.6 94.8-99.9z" }), /* @__PURE__ */ React.createElement("path", {
|
|
357
|
+
fill: "#cececc",
|
|
358
|
+
stroke: "#000",
|
|
359
|
+
d: "m460.6 184.3 17.7 35.4v17.7c-.8-1.3 0 17.7-17.7 17.7S443 219.7 443 219.7s-17.7 35.4-17.7 70.9 17.7 53.1 17.7 53.1-2.6-36.7 17.7-35.4c20.4 1.2 17.7 17.7 17.7 17.7v35.4h17.8V219.7l17.7-35.4-27.2-53.2-26 53.1z",
|
|
360
|
+
transform: "matrix(-.14 -.14 -.1 .1 553.7 192.2)"
|
|
361
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
362
|
+
fill: "#cececc",
|
|
363
|
+
stroke: "#000",
|
|
364
|
+
d: "m557.8 95.7-26.3 70.8 17.7 53.2-35.4-17.7 35.4 53.1v35.5H567V255l35.5-53.1-35.5 17.7 17.8-53.2-26.9-70.8z",
|
|
365
|
+
transform: "matrix(-.1 -.16 -.14 .1 526 183.8)"
|
|
366
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
367
|
+
fill: "#e10000",
|
|
368
|
+
stroke: "#000",
|
|
369
|
+
d: "M422.5 137c0 2-2 3.7-4.3 3.7s-4.4-1.7-4.4-3.7 2-3.8 4.4-3.8 4.3 1.7 4.3 3.8zm-6.2 7.9c0 35.8 20.9 187.8 22.6 191.5.1 4.5-4.8 6.4-7.1.9-6.6-17.4-20.8-160-21.3-193.3-.3-13.7 3.7-14.8 8.3-14.5 3.7.2 8.3 3.7 8.3 7.9 0 5-5.8 8.7-10.8 7.5z",
|
|
370
|
+
transform: "matrix(-.4 0 0 .3 596.3 69.8)"
|
|
371
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
372
|
+
fill: "#0000c4",
|
|
373
|
+
stroke: "#000",
|
|
374
|
+
d: "M422.5 137c0 2-2 3.7-4.3 3.7s-4.4-1.7-4.4-3.7 2-3.8 4.4-3.8 4.3 1.7 4.3 3.8zm-6.2 7.9c31.5 61.4 48.7 166.7 50.4 170.5.1 4.4-4.8 6.4-7.1.8-2.5-3.3-12.7-100.2-49.1-172.2-.3-13.7 3.7-14.8 8.3-14.5 3.7.2 8.3 3.7 8.3 7.9 0 5-5.8 8.7-10.8 7.5z",
|
|
375
|
+
transform: "matrix(-.38 .1 .15 .3 564 38.2)"
|
|
376
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
377
|
+
fill: "#e10000",
|
|
378
|
+
stroke: "#000",
|
|
379
|
+
strokeWidth: .7,
|
|
380
|
+
d: "M453.4 151.5c0 1 1 2 2.1 2 1.2 0 2.2-1 2.2-2s-1-1.8-2.2-1.8-2.1.8-2.1 1.8zm3 4a1152 1152 0 0 1-11.2 95.8c0 2.2 2.3 3.2 3.5.4 3.3-8.7 10.4-80 10.7-96.6.1-6.9-1.9-7.4-4.2-7.3-1.9.1-4.1 1.9-4.1 4 0 2.4 2.9 4.3 5.4 3.7z"
|
|
381
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
382
|
+
fill: "#0000c4",
|
|
383
|
+
stroke: "#000",
|
|
384
|
+
d: "M422.5 137c0 2-2 3.7-4.3 3.7s-4.4-1.7-4.4-3.7 2-3.8 4.4-3.8 4.3 1.7 4.3 3.8zm-6.2 7.9c31.5 61.4 48.7 166.7 50.4 170.5.1 4.4-4.8 6.4-7.1.8-2.5-3.3-12.7-100.2-49.1-172.2-.3-13.7 3.7-14.8 8.3-14.5 3.7.2 8.3 3.7 8.3 7.9 0 5-5.8 8.7-10.8 7.5z",
|
|
385
|
+
transform: "matrix(-.48 .15 .2 .48 623.3 31.6)"
|
|
386
|
+
}))), _g6 || (_g6 = /* @__PURE__ */ React.createElement("g", {
|
|
387
|
+
fillRule: "evenodd",
|
|
388
|
+
stroke: "#000",
|
|
389
|
+
strokeWidth: "1pt"
|
|
390
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
391
|
+
fill: "#e10000",
|
|
392
|
+
d: "M478.4 698a53.3 53.3 0 0 0 53.1 0V556.3h-35.4c17.7 53.1 17.7 106.3-17.8 141.7z",
|
|
393
|
+
transform: "matrix(.58 0 0 .62 9.6 -10.2)"
|
|
394
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
395
|
+
fill: "#0000c4",
|
|
396
|
+
d: "M513.8 609.5c0 88.5-42.5 108.2-42.5 126 17.7 0 29.5-8.3 42.5-19.7 17.7-17.8 19.4-107.7 17.7-106.3z",
|
|
397
|
+
transform: "matrix(.35 0 0 .7 123.5 -90)"
|
|
398
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
399
|
+
fill: "#0000c4",
|
|
400
|
+
d: "M478.4 609.5c-.9 51.7-44.8 99.6-36.5 110.2 9.4 9.5 36.5-21.7 71.9-4 17.7-17.7 19.4-107.6 17.7-106.3z",
|
|
401
|
+
transform: "matrix(.35 0 0 .7 123.5 -90)"
|
|
402
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
403
|
+
fill: "#ffdf00",
|
|
404
|
+
d: "M513.8 609.5c0 88.5-40.7 94.4-40.7 118 17.7 0 40.6-12.9 40.7-11.7 17.7-17.8 19.4-107.7 17.7-106.3z",
|
|
405
|
+
transform: "matrix(.35 0 0 .46 112.5 51)"
|
|
406
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
407
|
+
fill: "#ffdf00",
|
|
408
|
+
d: "M478.4 609.5c-.9 51.7-43.8 95.7-35.5 106.3 9.5 9.4 35.5-17.8 70.9 0 17.7-17.8 19.4-107.7 17.7-106.3z",
|
|
409
|
+
transform: "matrix(.35 0 0 .46 112.5 51)"
|
|
410
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
411
|
+
fill: "#e10000",
|
|
412
|
+
d: "M478.4 698a53.3 53.3 0 0 0 53.1 0V556.3h-35.4c17.7 53.1 17.7 106.3-17.8 141.7z",
|
|
413
|
+
transform: "matrix(-.58 0 0 .62 630.4 -10.2)"
|
|
414
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
415
|
+
fill: "#0000c4",
|
|
416
|
+
d: "M513.8 609.5c0 88.5-42.5 108.2-42.5 126 17.7 0 29.5-8.3 42.5-19.7 17.7-17.8 19.4-107.7 17.7-106.3z",
|
|
417
|
+
transform: "matrix(-.35 0 0 .7 516.5 -90)"
|
|
418
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
419
|
+
fill: "#0000c4",
|
|
420
|
+
d: "M478.4 609.5c-.9 51.7-44.8 99.6-36.5 110.2 9.4 9.5 36.5-21.7 71.9-4 17.7-17.7 19.4-107.6 17.7-106.3z",
|
|
421
|
+
transform: "matrix(-.35 0 0 .7 516.5 -90)"
|
|
422
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
423
|
+
fill: "#ffdf00",
|
|
424
|
+
d: "M513.8 609.5c0 88.5-40.7 94.4-40.7 118 17.7 0 40.6-12.9 40.7-11.7 17.7-17.8 19.4-107.7 17.7-106.3z",
|
|
425
|
+
transform: "matrix(-.35 0 0 .46 527.5 51)"
|
|
426
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
427
|
+
fill: "#ffdf00",
|
|
428
|
+
d: "M478.4 609.5c-.9 51.7-43.8 95.7-35.5 106.3 9.5 9.4 35.5-17.8 70.9 0 17.7-17.8 19.4-107.7 17.7-106.3z",
|
|
429
|
+
transform: "matrix(-.35 0 0 .46 527.5 51)"
|
|
430
|
+
}))), _g7 || (_g7 = /* @__PURE__ */ React.createElement("g", {
|
|
431
|
+
fillRule: "evenodd",
|
|
432
|
+
stroke: "#000"
|
|
433
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
434
|
+
fill: "#908f8a",
|
|
435
|
+
strokeWidth: 4.5,
|
|
436
|
+
d: "m198.6 78-89.7 35.4 89.7 35.4 44.8-17.7 22.4 17.7 22.4 35.4 22.5-35.4 22.4-17.7H1535V95.7H333l-22.4-17.8c0-17.7 4.7-35.4 22.5-35.4h89.6c0-17.7-44.8-53.1-134.5-53.1-89.6 0-134.5 35.4-134.5 53.1h89.7c17.7 0 22.4 17.7 22.4 35.5l-22.4 17.7z",
|
|
437
|
+
transform: "matrix(.12 0 0 .22 217.8 324.4)"
|
|
438
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
439
|
+
fill: "#b74d00",
|
|
440
|
+
strokeWidth: 1.8,
|
|
441
|
+
d: "M204.3 95.7H541v17.7H204.4zm0-17.8H541v17.8H204.4zm0-17.7H541V78H204.4zm0-17.7H541v17.7H204.4zm0-17.7H541v17.7H204.4zm0-17.8H541v17.8H204.4zm0-17.6H541V7H204.4z",
|
|
442
|
+
transform: "matrix(.28 0 0 .27 216 334.6)"
|
|
443
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
444
|
+
fill: "#908f8a",
|
|
445
|
+
strokeWidth: 3.3,
|
|
446
|
+
d: "m423.2 60.2 137.8 124h19.7L443 60.3h-19.7z",
|
|
447
|
+
transform: "matrix(.25 0 0 .27 171.9 315.2)"
|
|
448
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
449
|
+
fill: "#908f8a",
|
|
450
|
+
strokeWidth: 3.3,
|
|
451
|
+
d: "m423.2 60.2 137.8 124h19.7L443 60.3h-19.7z",
|
|
452
|
+
transform: "matrix(.25 0 0 -.27 171.9 382.2)"
|
|
453
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
454
|
+
fill: "#908f8a",
|
|
455
|
+
strokeWidth: 3.1,
|
|
456
|
+
d: "M425.2 60.2v124h17.7v-124z",
|
|
457
|
+
transform: "matrix(.28 0 0 .27 159.6 315.2)"
|
|
458
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
459
|
+
fill: "#908f8a",
|
|
460
|
+
strokeWidth: 3.3,
|
|
461
|
+
d: "m423.2 60.2 137.8 124h19.7L443 60.3h-19.7z",
|
|
462
|
+
transform: "matrix(.25 0 0 .27 216.2 315.2)"
|
|
463
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
464
|
+
fill: "#908f8a",
|
|
465
|
+
strokeWidth: 3.3,
|
|
466
|
+
d: "m423.2 60.2 137.8 124h19.7L443 60.3h-19.7z",
|
|
467
|
+
transform: "matrix(.25 0 0 -.27 216.2 382.2)"
|
|
468
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
469
|
+
fill: "#908f8a",
|
|
470
|
+
strokeWidth: 3.1,
|
|
471
|
+
d: "M425.2 60.2v124h17.7v-124z",
|
|
472
|
+
transform: "matrix(.28 0 0 .27 238.4 315.2)"
|
|
473
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
474
|
+
fill: "#908f8a",
|
|
475
|
+
strokeWidth: 3.1,
|
|
476
|
+
d: "M425.2 60.2v124h17.7v-124z",
|
|
477
|
+
transform: "matrix(.28 0 0 .27 204 315.2)"
|
|
478
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
479
|
+
fill: "#908f8a",
|
|
480
|
+
strokeWidth: 3.1,
|
|
481
|
+
d: "M425.2 60.2v124h17.7v-124z",
|
|
482
|
+
transform: "matrix(.28 0 0 .27 194 315.2)"
|
|
483
|
+
}))), _g8 || (_g8 = /* @__PURE__ */ React.createElement("g", {
|
|
484
|
+
fill: "#ffdf00",
|
|
485
|
+
fillRule: "evenodd",
|
|
486
|
+
stroke: "#000",
|
|
487
|
+
strokeWidth: "1pt"
|
|
488
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
489
|
+
d: "M655.5 396.9c0 88-55.6 159.4-124 159.4s-124-71.4-124-159.4 55.5-159.5 124-159.5 124 71.4 124 159.4zm-17.7 0c0 78.2-47.6 141.7-106.3 141.7s-106.3-63.5-106.3-141.7c0-78.3 47.6-141.8 106.3-141.8s106.3 63.5 106.3 141.8z",
|
|
490
|
+
transform: "matrix(.58 0 0 .62 9.6 -10.2)"
|
|
491
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
492
|
+
d: "M579.8 250c-14.9-8.1-31.2-12.6-48.3-12.6s-33.4 4.5-48.3 12.5l7 16.4a82.8 82.8 0 0 1 82.7 0z",
|
|
493
|
+
transform: "matrix(.58 0 0 .62 9.6 -10.2)"
|
|
494
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
495
|
+
d: "M579.8 250c-14.9-8.1-31.2-12.6-48.3-12.6s-33.4 4.5-48.3 12.5l7 16.4a82.8 82.8 0 0 1 82.7 0z",
|
|
496
|
+
transform: "matrix(.58 0 0 -.62 9.8 479.3)"
|
|
497
|
+
}))), _path13 || (_path13 = /* @__PURE__ */ React.createElement("path", {
|
|
498
|
+
fill: "#a7cfff",
|
|
499
|
+
fillRule: "evenodd",
|
|
500
|
+
d: "M379.6 235.9c0 48.5-27.7 87.8-61.7 87.8s-61.6-39.3-61.6-87.8 27.6-88 61.6-88 61.7 39.4 61.7 88"
|
|
501
|
+
})), _path14 || (_path14 = /* @__PURE__ */ React.createElement("path", {
|
|
502
|
+
fill: "#afff7b",
|
|
503
|
+
fillRule: "evenodd",
|
|
504
|
+
stroke: "#000",
|
|
505
|
+
strokeWidth: "1pt",
|
|
506
|
+
d: "M637.8 396.9c1.1 26.6-4.6 39.6-11.9 67.3-1.9 3-11-6.5-16.4-11.2s-7.8 4.2-14.6-3c-6.7-7.4-11 2-16-4.2s-51.3-7-51.3-7.6c4.6-2.2 28.2.2 24.4-11.1-4.3-11.8-31-.4-34.6-15.4-2.5-15-53.6-15.6-57.3-19.2 1.5 5.6 39.8 8 38.9 22.5-.9 6-37.7 7.7-41.3 12.7-3 6.3 29-1.7 30.1 6 0 3.2-4.7 0-21.3 5-8.4 2.5 15.4 10.3 6.4 14.6s-28.3 6.2-27.5 8c3 9 44.7 19.6 40.6 21.1-14.8 6.6-22.6 10.9-29.7 14.7a167.9 167.9 0 0 1-31.1-100.2c31.7-11.4 25-13.8 83.6-13.8s78 2.3 129 13.8z",
|
|
507
|
+
transform: "matrix(.58 0 0 .62 9.6 -10.2)"
|
|
508
|
+
})), _path15 || (_path15 = /* @__PURE__ */ React.createElement("path", {
|
|
509
|
+
fill: "#fff",
|
|
510
|
+
fillRule: "evenodd",
|
|
511
|
+
stroke: "#000",
|
|
512
|
+
strokeWidth: "1pt",
|
|
513
|
+
d: "M637.8 396.9c-8 0-16.4 3.4-25 3.4-8.7 0-17.5-3.5-26.5-3.5s-19.3 4.6-28.5 4.6c-9.3 0-17.4-4.5-26.7-4.5s-18.6 3.4-27.8 3.4-18.3-3.5-27.2-3.5-17.7 3.5-26.2 3.5-16.8-3.5-24.7-3.5c0-19.5 3-38.1 8.4-55.1 27 2 11-15.7 27-15.7a33 33 0 0 1 25.3 9.8c2.4 0 14.4-11.4 27.9-9.8 13.4 1.6 8.5 27.3 26.4 28.6 9 6.8 14.3 11.1 26.7 13.9 17.7 1.6 68.4-2.5 68.7-.2a188 188 0 0 1 2.2 28.6z",
|
|
514
|
+
transform: "matrix(.58 0 0 .62 9.6 -10.2)"
|
|
515
|
+
})), _path16 || (_path16 = /* @__PURE__ */ React.createElement("path", {
|
|
516
|
+
fillRule: "evenodd",
|
|
517
|
+
stroke: "#000",
|
|
518
|
+
strokeWidth: "1pt",
|
|
519
|
+
d: "M549.9 474c0-5.7 13.5-9.5 13.5-18.6s-12-9.3-12.4-17.8c-.2-3.5 10.3-7 14.9-7.4s8.5 7.4 8.5 9.1-4.7-4.2-8.6-4.3-12.3.6-12.3 2.3c0 3.4 14.8 7.6 13.7 19-1.1 11.2-12.7 14.6-12.7 18s5 12.8 5 12.8-9.7-7.5-9.7-13.2z",
|
|
520
|
+
transform: "matrix(.2 0 0 .48 217.2 59.5)"
|
|
521
|
+
})), _path17 || (_path17 = /* @__PURE__ */ React.createElement("path", {
|
|
522
|
+
fillRule: "evenodd",
|
|
523
|
+
stroke: "#000",
|
|
524
|
+
strokeWidth: "1pt",
|
|
525
|
+
d: "M549.9 474c0-5.7 13.5-9.5 13.5-18.6s-12-9.3-12.4-17.8c-1-4 11.8-6.6 16.4-6.9s10 8 10 9.6-5.4-5.2-9.3-5.3-14.6.6-14.6 2.3c0 3.4 14.8 7.6 13.7 19-1.1 11.2-12.7 14.6-12.7 18s5 12.8 5 12.8-9.7-7.5-9.7-13.2z",
|
|
526
|
+
transform: "matrix(-.2 0 0 .48 445.8 59.1)"
|
|
527
|
+
})), _path18 || (_path18 = /* @__PURE__ */ React.createElement("path", {
|
|
528
|
+
fillRule: "evenodd",
|
|
529
|
+
d: "M333 264.9c0 1.3-.7 2.4-1.5 2.4s-1.4-1.1-1.4-2.5.6-2.4 1.4-2.4 1.5 1.1 1.5 2.5m17 9h.4v19.5h-.5zm4.1-1.6h.5V292h-.5z"
|
|
530
|
+
})), _path19 || (_path19 = /* @__PURE__ */ React.createElement("path", {
|
|
531
|
+
fillRule: "evenodd",
|
|
532
|
+
d: "M352.6 281.2v-.5l4 .7v.5z"
|
|
533
|
+
})), _path20 || (_path20 = /* @__PURE__ */ React.createElement("path", {
|
|
534
|
+
fill: "#b74d00",
|
|
535
|
+
fillRule: "evenodd",
|
|
536
|
+
stroke: "#000",
|
|
537
|
+
strokeWidth: "1pt",
|
|
538
|
+
d: "M497.3 478s26 11.4 31.7 18.2c5.6 6.8 3.4 6.8 3.4 6.8l57.7 2.3c0-3.4 10.2-3.4 12.5-11.4 2.3-7.9 2.3-10.2 2.3-10.2l-18.1 5.7 1-10.2H572l-2.3 10.2-34-1.1L538 461l-6.8 1.1-1 26c-1.2 0-31.8-7.9-33-10.1z",
|
|
539
|
+
transform: "matrix(.58 0 0 .62 7 -9.5)"
|
|
540
|
+
})), _path21 || (_path21 = /* @__PURE__ */ React.createElement("path", {
|
|
541
|
+
fill: "#fede00",
|
|
542
|
+
fillRule: "evenodd",
|
|
543
|
+
stroke: "#fede00",
|
|
544
|
+
strokeWidth: "1pt",
|
|
545
|
+
d: "M440.5 316.3s37.7-11.2 92.1-10.4 92.1 12.8 91.3 12.8-10.4-18.4-10.4-18.4-38.4-10.5-81.7-11.3c-43.2-.8-80.9 8-80 8.8z",
|
|
546
|
+
transform: "matrix(.58 0 0 .62 9.6 -10.2)"
|
|
547
|
+
})), _path22 || (_path22 = /* @__PURE__ */ React.createElement("path", {
|
|
548
|
+
fill: "#38a9f9",
|
|
549
|
+
fillRule: "evenodd",
|
|
550
|
+
d: "m306 169.8 13.6-.2.2 7.9-13.6.3zm-31.2 4.3L270 182l16.2-2-1.3-7.7-10.1 2zm13.7-3 13.6-1.1.6 7.8-13.5 1.2zm48.9-.7-13.5-1-.5 8 13.5.8zm29.2 5 4.9 9.6-14.6-3.6 1.6-7.7 8 1.6zm-11.8-3-13.4-1.7-1 7.8 13.5 1.8z"
|
|
551
|
+
})), _path23 || (_path23 = /* @__PURE__ */ React.createElement("path", {
|
|
552
|
+
fill: "#ffdf00",
|
|
553
|
+
fillRule: "evenodd",
|
|
554
|
+
stroke: "#000",
|
|
555
|
+
strokeWidth: "1pt",
|
|
556
|
+
d: "m532.6 323.5-2.5-13.5-7.6 11.5 2.8-13.5-11.3 7.7 7.6-11.3-13.4 2.8 11.5-7.6-13.5-2.5 13.5-2.6-11.5-7.6 13.4 2.8-7.7-11.3 11.4 7.7-2.8-13.5 7.6 11.5 2.5-13.5 2.6 13.5 7.5-11.5-2.7 13.5 11.3-7.7-7.7 11.3 13.5-2.8-11.5 7.6 13.5 2.6-13.5 2.5 11.5 7.6-13.5-2.8 7.7 11.3L540 308l2.8 13.5-7.6-11.5z",
|
|
557
|
+
transform: "matrix(.58 0 0 .62 9.6 -10.2)"
|
|
558
|
+
})), _path24 || (_path24 = /* @__PURE__ */ React.createElement("path", {
|
|
559
|
+
fill: "#ffdf00",
|
|
560
|
+
fillRule: "evenodd",
|
|
561
|
+
stroke: "#000",
|
|
562
|
+
strokeWidth: "1pt",
|
|
563
|
+
d: "M547 293.9c0 9.3-6.6 16.8-14.8 16.8s-14.8-7.5-14.8-16.8S524 277 532.2 277s14.8 7.6 14.8 17z",
|
|
564
|
+
transform: "matrix(.57 0 0 .5 18.3 21.8)"
|
|
565
|
+
})), _path25 || (_path25 = /* @__PURE__ */ React.createElement("path", {
|
|
566
|
+
fillRule: "evenodd",
|
|
567
|
+
d: "M320.7 170.6c0 .5-1.3 1-2.8 1s-2.8-.5-2.8-1 1.2-1 2.8-1 2.8.4 2.8 1m6 0c0 .5-.9 1-2 1s-2.2-.5-2.2-1c0-.6 1-1 2.1-1s2.1.4 2.1 1"
|
|
568
|
+
})), _path26 || (_path26 = /* @__PURE__ */ React.createElement("path", {
|
|
569
|
+
fill: "none",
|
|
570
|
+
stroke: "#000",
|
|
571
|
+
strokeWidth: "1pt",
|
|
572
|
+
d: "m529.4 297.9.8.8c-1.9-2-1-1.2 1.6 3.2 2.4-.5 3.1-1.4 4.8-2.4",
|
|
573
|
+
transform: "matrix(.56 -.18 .17 .6 -26.7 90.6)"
|
|
574
|
+
})), _path27 || (_path27 = /* @__PURE__ */ React.createElement("path", {
|
|
575
|
+
fill: "none",
|
|
576
|
+
stroke: "#000",
|
|
577
|
+
strokeWidth: "1pt",
|
|
578
|
+
d: "m527.8 304.3.8.8c-1.9-2-1-1 3.2 1.6 4 .5 8.1-1.2 10.5-4",
|
|
579
|
+
transform: "matrix(.58 0 0 .62 8.7 -10.2)"
|
|
580
|
+
})), _path28 || (_path28 = /* @__PURE__ */ React.createElement("path", {
|
|
581
|
+
fill: "#b7e1ff",
|
|
582
|
+
fillRule: "evenodd",
|
|
583
|
+
d: "M281.4 194.8s1 8-5.1 18c-6 9.9-5.1 6.4-5.1 6.4s2.8 5.5 2.3 5.5-4.7-5-4.7-5l-5 5.5s4.6-8.5 4.1-8.5-1.4-3-1.4-3l3.7-1.5s5.6-10.4 5.6-9.9-16.7 11.4-16.7 11.4zm3.7 3c-.5 0 2.3 8 4.7 12 2.3 4 2.3 8.9 2.3 8.9l7.9 4-10.2-15.4 6.5 2.4zm0 20.9s5.6 6 6 8 .5 6.4.5 6.4l-2.3-5-3.3 4.5s2.4-7 1.9-7.5-3.7 2.5-3.7 2.5 1.4-4 1.4-4.4 0-3-.5-4.5m-27.9 13.9c1.9-1.5 5.6-2.5 5.6-2.5s-2.3 4-2.8 4-1.8 0-2.8-1.5m64.1-21.8s12.1 7.4 12.1 7.9-7.9-3.5-7.9-3.5zm-21.8-15.5c1 .5 17.7 14.4 17.2 14.4s-7.4-4-7.4-3.4v3.4l-3.8-7.9-.9 3zm4.2 22.4 4.6 9.4 4.7-1s-8.8-8.4-9.3-8.4m14.4-6 .5 9s2.7 2.5 2.7 2-2.7-10.5-3.2-11"
|
|
584
|
+
})), _path29 || (_path29 = /* @__PURE__ */ React.createElement("path", {
|
|
585
|
+
fill: "#984000",
|
|
586
|
+
fillRule: "evenodd",
|
|
587
|
+
d: "M182.6 89.5s21-11.6 44.9-20.2a304 304 0 0 1 54.2-14.4c7 0 19.2 17.8 21.2 17.8s10.1-5 20.3-5 16.1 8 18.2 8h18.2c2 0-6.1-19.8 0-18.8 3 .5 28.8 4.5 52.8 12.2 24 7.8 58 21.6 58 21.6S414.9 98 400 95.9c-2 1 0 13-3 7.7-4.6-1-21.7-3.7-24.7-3.7s-8.7 3.4-16.8 5.4c-8 2-18.2 5-18.2 5l13.2 20.7-16.2 8s-10.1-23.8-14.2-23.8-6 16.8-11.1 15.8c-5-1-7-15.8-11.1-19.8-4-3.9-25.4-5.4-33.5-7.3-8-2-21.1-3.5-28.2-5.5-7-2-14.2 5-17.2 5s4-6 1-7-5 3-7 3-23.3-4-25.3-5 5-4.9 3-4.9z"
|
|
588
|
+
})), _path30 || (_path30 = /* @__PURE__ */ React.createElement("path", {
|
|
589
|
+
fill: "gray",
|
|
590
|
+
fillRule: "evenodd",
|
|
591
|
+
stroke: "#772600",
|
|
592
|
+
strokeWidth: 3.7,
|
|
593
|
+
d: "M463-65c0 21.2-20.6 38.4-45.9 38.4S371.3-43.8 371.3-65s20.5-38.3 45.8-38.3S463-86.1 463-65z",
|
|
594
|
+
transform: "matrix(.22 0 0 .26 231.6 96.5)"
|
|
595
|
+
})), _path31 || (_path31 = /* @__PURE__ */ React.createElement("path", {
|
|
596
|
+
fill: "#984000",
|
|
597
|
+
fillRule: "evenodd",
|
|
598
|
+
stroke: "#772600",
|
|
599
|
+
strokeWidth: 5.3,
|
|
600
|
+
d: "M284.7-60c6.7-6.6 15-16.6 36.7-16.6 5-1.7 5-11.7 16.6-11.7 11.7 0 8.3 10 16.7 13.4 8.3 3.3 76.6-3.4 76.6-3.4s6.6 5 6.6 11.7-5 11.6-6.6 11.6-68.3-5-73.3-3.3-8.3 3.3-20 3.3c-11.6 0-15-11.6-23.3-11.6s-16.6-1.7-30 6.7z",
|
|
601
|
+
transform: "matrix(.27 0 0 .32 205.4 100.7)"
|
|
602
|
+
})), _path32 || (_path32 = /* @__PURE__ */ React.createElement("path", {
|
|
603
|
+
fill: "none",
|
|
604
|
+
stroke: "#772600",
|
|
605
|
+
strokeWidth: 3.5,
|
|
606
|
+
d: "M487.9-76.6h26.6c9.6.1 12.9 3 21.7 3.3h23.3c8.5-.3 13-2.3 21.6-3.3 14.5-.2 9.6-1.3 6.7-10-2.6-6.5-3-9.6-6.7-13.3-1.4-8-4.6-10.8-5-20-1.5-7-4.3-11.7-1.6-20 3.8 5.7 5.3 8 15 8.4 10 0 13.9-.3 20 3.3 4.6 4.9 10.8 3.3 20 3.3 7.6 1.4 8.9 5.3 14.9 8.3 7.1 4 11.7 5 21.6 5 8 1.5 15 2.6 20 5 4.3 5.1 11 6.4 20 6.7 5 0 9-.5 13.3-1.7 7.7.4 15.5 0 25 0 6.2 7.2 7.6 9.9 18.3 10 7.4 5.2 13.6 6 20 8.3h25c9 .7 11.8 4.4 20 6.7a201 201 0 0 0 21.6 8.3 108 108 0 0 0 21.7 1.7c6.1 3.2 13.6 3.4 18.3 6.6 6.9 1.5 16.3 3.3 21.6 5 8.8 1.2 12.2 4 20 5 6.7 2-2.2 3.6-6.7 5-9.8-.3-10.5-4-20-5-5-2.9-12.6-2.5-20-5h-1.6c6.6 4 13 6.5 10 13.4-8.5 0-15.4-1.1-23.3-1.7-8.4-1.6-12.2-3.3-21.6-3.3 9.4-2.3 11.8.2 18.3 3.3 2.4 8-2.8 5-11.7 5-7.6-2.7-12.2-6-21.6-6.7h-20c9.9.4 12 4.1 18.3 8.4.5 2.6-.1 2.4-5 3.3-5.2-4.5-11.9-6-20-8.3-7.9-.3-16.2-1-23.3-3.4-4.9-.3-4.1-6.1 6.7 3.4 6.5 3.8 8.8 7 8.3 10-8.6-2.2-12.8-5.6-18.3-8.4a61.3 61.3 0 0 0-23.3-3.3c-8.6-2.3.9-3.6 6.6 5 12.4 8.8-1.6 5-6.6 3.3-7.5-2.1-15.3-5.2-21.7-6.6-5-1.5-9.4-2.9-15-3.4 8.7.8 11.6 3.9 15 10 8.8 6-.4 3.1-8.3 1.7-5-4.4-11.5-6.7-15-11.7-8.3-4.1-8.6-9-3.3 1.7 1.3 3.4 1 10.8 1.6 11.7-6.1-6.7-4.8-8.4-11.6-8.4-4.7-3.2-11.5-5.7-15-10-6.4-.6-6.8-2.9-13.3-5 5.3 6.3 12.4 12.5 16.6 18.4 7.6 4.2 9.7 8 15 11.6 2.1 3.7 8 6.7 1.7 1.7-7.2-7-12.5-8.7-23.3-13.3-6.2-5-8.4-7-15-11.7-9-2.9-5.5-4.5 0 5 6.3 5.8 11.1 12.2 16.6 16.7a67.8 67.8 0 0 0 15 13.3c1.5 2.2 6 2.6 0 3.3-5-4.6-12.4-7.5-18.3-11.7-8.3-2.3-12.2-6.6-18.3-11.6-4-5.9-10.4-10.4-15-15-9.6-3.8 1.9 3.6 5 8.3 2.1 6.1 4.8 11 6.6 16.7 2.8 5.5-8.4-1.3-11.6-3.3a57 57 0 0 0-21.7-8.4 298 298 0 0 0-20-3.3c-7.5-2 4.1 4.8 8.4 11.7 8.4 7.9-8.3 1.4-13.3 0a125 125 0 0 0-25-1.7c-10.7.6-3 2 0 6.6 3.3 2.6 5.6 8 5 10-7-1-13-3-21.7-3.3-7 2.3-15.3 1.7-23.3 1.7-.3 4.2 1.5.6 5 5 5.8 2.3 9.6 5.1 8.4 8.3h-48.3c-5.3 1.4 1.1.7 5 6.7-2.2 5.4-5 3.3-11.7 3.3-4.5-1.8-13.6-2.6-18.3-5-4.7 0-4.3-1.2-8.3-1.7 14 10 7 7.5 15 15 1.3.5 4.5 1.7 1.6 1.7M371.3 73.3c-1 0-3.2-5.4-6.6-10-2.4-6-5.4-2.6-8.4-11.7.4-9.4.7-11 0-20-6.8-4.8-9.7-6.2-15-15-8.4-7 1.3-19 2.9-27.8-7.4-1.6-11 11.5-22.3 16.2-8.2 5.5-1-11.4-5-21.2-2.7-13.9-10.8 7-13.8 12.9-5.5 3.7-7.2 8.5-15 1.6 0-5.1 4.9-19.5 2.8-22.3-7.8 3.9-18 15.5-26.1 17.3-8.2-1.7 1.7-14.8 1.7-24.5-3-1-14.7 25.8-19.5 26s-2.7-26-5-25.4c-3.5 5-10.6 15.4-15.5 19-9.5-1.3 1.4-17.5 2.8-23.5 1.6-7.2-8.9 13.8-14.5 15.1-4.1 3.6-12.2 6-15 6.7 3.2-6.2 19-18.7 18-22.3-9.3.3-23.4 12.5-31.3 14-5.2 0-12.4 1.7-13.3 1.6.4-8 19.4-14.6 22.4-19.5-9.3 1.5-27.2 9.7-32.4 16.2-6.2 1.3-14 3-20 0 .9-7.5 14.9-22 18-26.8-8.5 3.7-12.7 6.6-21.7 8.3-1.7 1.7-6.5 5.3-5 1.7 2.7-7 6.7-10 10-15-7.5 1.4-10.3 5.7-18.3 10-5.1.2-19.7 14.9-24.6 15.1a69.1 69.1 0 0 1-28.3 13.3c-7.6 1.4-11.3 3-15 6.7 3.8-6.7 9.6-13 15-16.6a29.8 29.8 0 0 1 15-13.4c1.9-2.3 7.1-2.9 1.6-3.3-4.7 4.2-12.7 9-16.6 11.7-5.1 3.2-11 6.4-13.4 5 2.7-7.2 7.5-9 11.7-15 8.8-5.6 0-2-6.7 0-4.3 3.8-12 6.7-18.3 10-7 1.8-11.7 6-20 8.3 0 2.4 2.4-4.3 3.4-6.7 6.8-7.4 8.6-9.5 16.6-11.6 2-2.9 4.4-1.7-1.6-1.7-4.6 4-10.8 6.2-16.7 10-5.9 1.3-13.6 1.7-21.6 1.7-10.4 1.2-9.5 2 0-3.4 5.3-5 9.7-3.7 10-10-6.3 4.6-14 8-21.7 11.7-6.4.2-8.1 1.7-15 1.7 3.3-3.4 5.3-7.7 10-10 7-7.7-4.4-1.5-6.7 0h-25c-4.4 5.6-.2 0 3.4-3.4 4.3-2.2 8.8-5.1 8.3-6.6-5 4.3-10.7 6.3-15 10-4.6 1.4-10 2-10 3.3 3.7-5.3 9.6-8.6 13.4-13.3 5.6-1.2 10.4-3 11.6-5h-23.3 16.6c8.5 0 15.7-.8 23.4-1.7 13.2-2.2-1.2-3.3-8.4-3.3-1.3-2.6 4.2-4 10-5C-6.7-69-.4-71.1 5-73.3a45.2 45.2 0 0 0 13.3-6.6c-5 .2-5 1.4-10 1.6 7.5-.5 12.8-1.6 21.7-1.6a239 239 0 0 0 21.6-8.3c3-3.6 4.2-3.4-3.3-3.4 6.7-2.1 16.2-3.2 21.6-5a94 94 0 0 0 20-6.6c4.9-3.3 7.7-7.2 13.3-10 6.5 4.4 6.6 5 18.3 5 9.4-.1 15.2-2.4 20-6.7 7.2-2 8.5-5.4 16.7-6.6a134 134 0 0 0 23.3 1.6c8-2.1 15.7-6 21.6-10 5.1-2.5 11.2-6.1 16.7-8.3 6 3.1 10.8 5.6 18.3 6.7 7.7-1.2 11.8-5 18.3-6.7a28 28 0 0 1 15-8.3c9.7-4.8 9 1.5 13.3 6.6 5 5.2 11.4 2.7 18.3 5 3.9 6 6.7 10 11.7 13.3 3.9 4.8 8.5 6 16.7 6.7 3 4 .6 6.8 6.6 8.3 2.4 2.6 6.5 3.6 10 5",
|
|
607
|
+
transform: "matrix(.27 0 0 .32 205.4 104.9)"
|
|
608
|
+
})), _path33 || (_path33 = /* @__PURE__ */ React.createElement("path", {
|
|
609
|
+
fill: "none",
|
|
610
|
+
stroke: "#782600",
|
|
611
|
+
strokeWidth: 3.1,
|
|
612
|
+
d: "M468.7 30.8v.8c0-2.3 0-1 1.7 3.4.6 3.6-.8 3.2-2.5 5.8-.3 3.7-.8 6.4-.8 10.8-.6 3.6-2.6 7-4.2 10-1.6 3.1-8.5 4.9-8.3 9.2-4 1.1-4.1-1.5-4.2-5.9-2.4-2.7-3.2-6.4-5-10-1-3.4-3.4-6-5-10-2.4-3.7-4.5-4.8-6.6-9.1-.9-2-.7-4.6-2.5-5.8-2.7-3.5-4.5-4-9.2-4.2-3.6.8-5 2.4-8.3 3.3-2.6.9-7.6.6-10.8 1.7-.8 1.3 1.6 2 2.5 5-2.2 1.8-3 4.9-4.2 7.5-2 2.5-3.3 3.7-4.2 7.5 1.4 2.3.2 5.4-1.6 7.5-.6 3.8-2.5 5.9-3.4 9.1-2.6 1.9-3.6 3.6-5.8 6.7-1.9 2.7-3.6 2.5-8.3 2.5-3.7-1-4.2-3-7.5-4.2-.3-1-.6-1.3-1.7-1.6",
|
|
613
|
+
transform: "matrix(.27 0 0 .32 205.4 104.9)"
|
|
614
|
+
})), _path34 || (_path34 = /* @__PURE__ */ React.createElement("path", {
|
|
615
|
+
fill: "#812e00",
|
|
616
|
+
fillRule: "evenodd",
|
|
617
|
+
d: "M307.6 125.5s-.4 5-3.6 8.3-9.8 7.1-9.8 7.1 8.9-4.2 9.8-3.3c1 1-5.7 8.3-5.7 8.3s8.7-7.7 9.8-7.7 3.6 7.5 4.6 7.3c.9-.2-2-9.5-1.6-11 .4-1.4 0-9.3 0-9.3l-3.4.3zm20.5-.6s-.4 5.3-3.6 8.8-9.8 7.6-9.8 7.6 8.9-4.5 9.8-3.5c1 1-5.7 8.8-5.7 8.8s8.7-8.2 9.8-8.2 3.6 8 4.6 7.8c.9-.2-2-10.2-1.6-11.7.4-1.6 0-10 0-10zm-28.7-48c0 .9-1 1.7-2.1 1.7s-2.2-.8-2.2-1.8 1-1.8 2.2-1.8 2.1.8 2.1 1.8z"
|
|
618
|
+
})));
|
|
619
|
+
};
|
|
620
|
+
|
|
621
|
+
//#endregion
|
|
622
|
+
export { ec_default as default };
|
|
623
|
+
//# sourceMappingURL=ec.mjs.map
|