@globalpayments/vega 2.63.0 → 2.63.1
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/cjs/{app-globals-8f5fa42a.js → app-globals-2d0b157e.js} +85 -13
- package/dist/cjs/{code-block-eb66d852.js → code-block-cc740807.js} +12 -4
- package/dist/cjs/{component-global-style-slimmer-b0b4b997.js → component-global-style-slimmer-d5216fa7.js} +4 -0
- package/dist/cjs/{component-value-history-controller-slimmer.abstract-62cdf04c.js → component-value-history-controller-slimmer.abstract-0bb81172.js} +2 -2
- package/dist/cjs/country-flags-d4928e55.js +2403 -0
- package/dist/cjs/{dark-mode-style-controller-ab0703e1.js → dark-mode-style-controller-b1e9ec82.js} +7 -0
- package/dist/cjs/{design-token-76bb47bd.js → design-token-bf913c86.js} +1 -1
- package/dist/cjs/{dto-renderer-manager-f3894490.js → dto-renderer-manager-424c5031.js} +79 -3
- package/dist/cjs/{element-appender-slimmer-e8dac628.js → element-appender-slimmer-1d035b1f.js} +2 -2
- package/dist/cjs/{image-annotation-action-a628ec9b.js → image-annotation-action-f831e09b.js} +3 -3
- package/dist/cjs/index.cjs.js +11 -9
- package/dist/cjs/{language-extension-20a1dba5.js → language-extension-cfe0eabd.js} +7 -4
- package/dist/cjs/{legend-input-processor-b1f323fa.js → legend-input-processor-27c65353.js} +4 -4
- package/dist/cjs/loader.cjs.js +7 -6
- package/dist/cjs/{public-rules-5d0f3a5f.js → public-rules-7e9b633d.js} +6 -4
- package/dist/cjs/{range-cfc45f9e.js → range-44f08955.js} +1 -1
- package/dist/cjs/{responsive-format-facade-7e933525.js → responsive-format-facade-a7fbefc4.js} +4 -3
- package/dist/cjs/{rich-text-editor-required-rule-72170c10.js → rich-text-editor-required-rule-a0618c85.js} +1 -1
- package/dist/cjs/{style-formatter-702df81e.js → style-formatter-795451f2.js} +1 -1
- package/dist/cjs/{token-extension-23ccff1d.js → token-extension-4764d5f3.js} +3 -3
- package/dist/cjs/vega-accordion.cjs.entry.js +7 -6
- package/dist/cjs/vega-app-footer.cjs.entry.js +3 -1
- package/dist/cjs/vega-app-header-button.cjs.entry.js +8 -7
- package/dist/cjs/vega-bar-chart.cjs.entry.js +2 -2
- package/dist/cjs/vega-box.cjs.entry.js +15 -8
- package/dist/cjs/vega-brand-logo.cjs.entry.js +3 -1
- package/dist/cjs/vega-breadcrumb.cjs.entry.js +2 -1
- package/dist/cjs/vega-button-circle.cjs.entry.js +7 -6
- package/dist/cjs/vega-button.cjs.entry.js +6 -5
- package/dist/cjs/vega-calendar_4.cjs.entry.js +3 -2
- package/dist/cjs/vega-card.cjs.entry.js +7 -6
- package/dist/cjs/vega-carousel.cjs.entry.js +6 -5
- package/dist/cjs/vega-chip.cjs.entry.js +8 -7
- package/dist/cjs/vega-code-block.cjs.entry.js +258 -153
- package/dist/cjs/vega-date-picker_2.cjs.entry.js +7 -6
- package/dist/cjs/vega-dialog_2.cjs.entry.js +8 -7
- package/dist/cjs/vega-divider.cjs.entry.js +8 -7
- package/dist/cjs/vega-dropdown_5.cjs.entry.js +8 -7
- package/dist/cjs/vega-env-manager-23b8b23c.js +2 -2
- package/dist/cjs/vega-flag-icon.cjs.entry.js +10 -9
- package/dist/cjs/vega-flex.cjs.entry.js +9 -8
- package/dist/cjs/vega-font.cjs.entry.js +7 -6
- package/dist/cjs/vega-grid.cjs.entry.js +7 -6
- package/dist/cjs/vega-icon.cjs.entry.js +7 -6
- package/dist/cjs/vega-image-uploader.cjs.entry.js +20 -10
- package/dist/cjs/vega-input-credit-card.cjs.entry.js +1 -1
- package/dist/cjs/vega-input-phone-number.cjs.entry.js +5 -4
- package/dist/cjs/vega-input-select.cjs.entry.js +6 -5
- package/dist/cjs/vega-left-nav_5.cjs.entry.js +8 -7
- package/dist/cjs/vega-line-chart.cjs.entry.js +2 -2
- package/dist/cjs/vega-loader-wrapper_2.cjs.entry.js +7 -6
- package/dist/cjs/vega-nonce-manager-f927497f.js +103 -0
- package/dist/cjs/vega-pagination.cjs.entry.js +6 -5
- package/dist/cjs/vega-pie-chart.cjs.entry.js +1 -1
- package/dist/cjs/vega-popover_2.cjs.entry.js +8 -7
- package/dist/cjs/vega-rich-text-content.cjs.entry.js +5 -4
- package/dist/cjs/vega-rich-text-editor_4.cjs.entry.js +16 -12
- package/dist/cjs/vega-selection-chip_2.cjs.entry.js +7 -6
- package/dist/cjs/vega-sidenav_3.cjs.entry.js +7 -6
- package/dist/cjs/vega-signature-capture.cjs.entry.js +14 -19
- package/dist/cjs/vega-table_8.cjs.entry.js +7 -6
- package/dist/cjs/vega-time-picker_2.cjs.entry.js +7 -6
- package/dist/cjs/vega-tooltip_2.cjs.entry.js +7 -6
- package/dist/cjs/vega.cjs.js +7 -6
- package/dist/cjs/{y-axis-input-processor-19a07af5.js → y-axis-input-processor-9fbfd5e7.js} +1 -1
- package/dist/collection/components/vega-box/slimmers/controllers/vega-box-responsive-style-controller.js +4 -0
- package/dist/collection/components/vega-box/slimmers/controllers/vega-box-state-styles-controller.js +4 -0
- package/dist/collection/components/vega-calendar/vega-calendar-event/slimmers/renderers/vega-calendar-event-renderer.js +2 -1
- package/dist/collection/components/vega-calendar/vega-calendar-event-preview/slimmers/renderers/vega-calendar-event-preview-detail-renderer.js +2 -1
- package/dist/collection/components/vega-code-block/slimmers/controllers/code-input-paste.abstract.js +65 -0
- package/dist/collection/components/vega-code-block/slimmers/controllers/vega-code-block-input-controller.js +3 -75
- package/dist/collection/components/vega-code-block/slimmers/controllers/vega-code-block-input-paste-controller.js +109 -0
- package/dist/collection/components/vega-code-block/vega-code-block.js +5 -0
- package/dist/collection/components/vega-flag-icon/assets/flags/ac.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ad.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ae.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/af.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ag.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ai.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/al.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/am.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ao.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ar.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/as.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/at.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/au.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/aw.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ax.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/az.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ba.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/bb.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/bd.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/be.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/bf.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/bg.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/bh.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/bi.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/bj.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/bl.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/bm.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/bn.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/bo.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/bq.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/br.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/bs.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/bt.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/bw.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/by.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/bz.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ca.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/cc.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/cd.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/cf.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/cg.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ch.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ci.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ck.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/cl.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/cm.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/cn.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/co.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/cr.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/cu.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/cv.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/cw.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/cx.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/cy.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/cz.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/de.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/dj.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/dk.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/dm.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/do.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/dz.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ec.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ee.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/eg.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/eh.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/er.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/es.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/et.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/fi.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/fj.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/fk.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/fm.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/fo.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/fr.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ga.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/gb.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/gd.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ge.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/gf.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/gg.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/gh.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/gi.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/gl.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/gm.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/gn.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/gp.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/gq.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/gr.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/gt.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/gu.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/gw.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/gy.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/hk.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/hn.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/hr.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ht.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/hu.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/id.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ie.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/il.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/im.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/in.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/io.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/iq.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ir.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/is.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/it.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/je.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/jm.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/jo.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/jp.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ke.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/kg.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/kh.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ki.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/km.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/kn.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/kp.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/kr.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/kw.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ky.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/kz.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/la.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/lb.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/lc.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/li.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/lk.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/lr.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ls.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/lt.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/lu.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/lv.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ly.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ma.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/mc.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/md.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/me.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/mf.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/mg.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/mh.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/mk.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ml.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/mm.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/mn.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/mo.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/mp.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/mq.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/mr.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ms.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/mt.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/mu.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/mv.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/mw.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/mx.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/my.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/mz.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/na.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/nc.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ne.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/nf.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ng.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ni.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/nl.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/no.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/np.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/nr.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/nu.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/nz.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/om.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/pa.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/pe.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/pf.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/pg.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ph.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/pk.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/pl.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/pm.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/pr.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ps.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/pt.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/pw.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/py.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/qa.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/re.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ro.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/rs.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ru.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/rw.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/sa.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/sb.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/sc.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/sd.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/se.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/sg.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/sh.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/si.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/sj.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/sk.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/sl.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/sm.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/sn.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/so.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/sr.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ss.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/st.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/sv.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/sx.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/sy.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/sz.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ta.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/tc.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/td.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/tg.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/th.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/tj.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/tk.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/tl.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/tm.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/tn.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/to.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/tr.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/tt.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/tv.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/tw.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/tz.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ua.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ug.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/us.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/uy.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/uz.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/va.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/vc.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ve.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/vg.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/vi.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/vn.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/vu.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/wf.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ws.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/xk.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/ye.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/yt.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/za.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/zm.js +1 -1
- package/dist/collection/components/vega-flag-icon/assets/flags/zw.js +1 -1
- package/dist/collection/components/vega-flag-icon/slimmers/renderers/vega-flag-icon-renderer.js +1 -1
- package/dist/collection/components/vega-flag-icon/vega-flag-icon.css +4 -0
- package/dist/collection/components/vega-image-uploader/slimmers/controllers/vega-image-uploader-preview-controller.js +14 -5
- package/dist/collection/components/vega-input-credit-card/assets/icons.js +1 -1
- package/dist/collection/components/vega-rich-text-editor/dto/content-state.js +7 -2
- package/dist/collection/components/vega-rich-text-editor/dto/nodes/decorator-node.js +1 -2
- package/dist/collection/components/vega-rich-text-editor/dto/nodes/node.abstract.js +8 -0
- package/dist/collection/components/vega-rich-text-editor/dto/nodes/text-node.js +2 -3
- package/dist/collection/components/vega-rich-text-editor/extensions/languages/language-extension.js +5 -2
- package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/input-event-handler/insert-paste-handler.js +9 -5
- package/dist/collection/components/vega-signature-capture/slimmers/written-mode/controllers/written-mode-svg-controller.js +5 -7
- package/dist/collection/components/vega-signature-capture/slimmers/written-mode/renderers/written-mode-renderer.js +1 -5
- package/dist/collection/global/scripts/before-vega-load.js +21 -1
- package/dist/collection/helpers/chart/renderers/svg-renderer.js +4 -4
- package/dist/collection/helpers/csp/styles-preservator.js +71 -0
- package/dist/collection/helpers/csp/test/styles-preservator.test.js +207 -0
- package/dist/collection/helpers/csp/test/vega-nonce-manager.test.js +166 -0
- package/dist/collection/helpers/csp/vega-nonce-manager.js +97 -0
- package/dist/collection/helpers/public-api.js +2 -0
- package/dist/collection/helpers/slimmers/component-global-style-slimmer.js +4 -0
- package/dist/collection/helpers/slimmers/global/vega-nonce-injector-slimmer.js +54 -0
- package/dist/collection/helpers/slimmers/test/component-global-style-slimmer.test.js +41 -0
- package/dist/collection/helpers/slimmers/test/global/vega-nonce-injector-slimmer.test.js +64 -0
- package/dist/collection/helpers/theme/controllers/color-schema-overriding-controller.js +4 -0
- package/dist/collection/helpers/theme/controllers/style-controller.abstract.js +4 -0
- package/dist/collection/helpers/theme/tests/theme-manager-controller.test.js +33 -0
- package/dist/esm/{app-globals-aaff0b25.js → app-globals-2623304e.js} +85 -13
- package/dist/esm/{code-block-68300b47.js → code-block-23e7f8d0.js} +12 -4
- package/dist/esm/{component-global-style-slimmer-dad40b64.js → component-global-style-slimmer-5d437fdf.js} +4 -0
- package/dist/esm/{component-value-history-controller-slimmer.abstract-ac2f1bfd.js → component-value-history-controller-slimmer.abstract-df25e4a1.js} +2 -2
- package/dist/esm/country-flags-39dbfa43.js +2401 -0
- package/dist/esm/{dark-mode-style-controller-3bbb32dc.js → dark-mode-style-controller-972e1f06.js} +7 -0
- package/dist/esm/{design-token-1a36307e.js → design-token-0f439510.js} +1 -1
- package/dist/esm/{dto-renderer-manager-af66bbd9.js → dto-renderer-manager-65b7b1b1.js} +79 -4
- package/dist/esm/{element-appender-slimmer-fe68ec2d.js → element-appender-slimmer-bf5ca501.js} +2 -2
- package/dist/esm/{image-annotation-action-f61c2693.js → image-annotation-action-af21ea8f.js} +3 -3
- package/dist/esm/index.js +10 -9
- package/dist/esm/{language-extension-1ada2a9d.js → language-extension-d355f9aa.js} +7 -4
- package/dist/esm/{legend-input-processor-1d266967.js → legend-input-processor-5ecae3a7.js} +4 -4
- package/dist/esm/loader.js +7 -6
- package/dist/esm/{public-rules-9f62069a.js → public-rules-1a5da7bf.js} +6 -4
- package/dist/esm/{range-c2eeb794.js → range-fac2962c.js} +1 -1
- package/dist/esm/{responsive-format-facade-5711c77d.js → responsive-format-facade-2904b456.js} +4 -3
- package/dist/esm/{rich-text-editor-required-rule-de738309.js → rich-text-editor-required-rule-bb94d680.js} +1 -1
- package/dist/esm/{style-formatter-2479dc61.js → style-formatter-a724e38d.js} +1 -1
- package/dist/esm/{token-extension-6fc5e1f5.js → token-extension-89eeef74.js} +3 -3
- package/dist/esm/vega-accordion.entry.js +7 -6
- package/dist/esm/vega-app-footer.entry.js +3 -1
- package/dist/esm/vega-app-header-button.entry.js +8 -7
- package/dist/esm/vega-bar-chart.entry.js +2 -2
- package/dist/esm/vega-box.entry.js +15 -8
- package/dist/esm/vega-brand-logo.entry.js +3 -1
- package/dist/esm/vega-breadcrumb.entry.js +2 -1
- package/dist/esm/vega-button-circle.entry.js +7 -6
- package/dist/esm/vega-button.entry.js +6 -5
- package/dist/esm/vega-calendar_4.entry.js +3 -2
- package/dist/esm/vega-card.entry.js +7 -6
- package/dist/esm/vega-carousel.entry.js +6 -5
- package/dist/esm/vega-chip.entry.js +8 -7
- package/dist/esm/vega-code-block.entry.js +258 -153
- package/dist/esm/vega-date-picker_2.entry.js +7 -6
- package/dist/esm/vega-dialog_2.entry.js +8 -7
- package/dist/esm/vega-divider.entry.js +8 -7
- package/dist/esm/vega-dropdown_5.entry.js +8 -7
- package/dist/esm/vega-env-manager-8f8dc473.js +2 -2
- package/dist/esm/vega-flag-icon.entry.js +10 -9
- package/dist/esm/vega-flex.entry.js +9 -8
- package/dist/esm/vega-font.entry.js +7 -6
- package/dist/esm/vega-grid.entry.js +7 -6
- package/dist/esm/vega-icon.entry.js +7 -6
- package/dist/esm/vega-image-uploader.entry.js +20 -10
- package/dist/esm/vega-input-credit-card.entry.js +1 -1
- package/dist/esm/vega-input-phone-number.entry.js +5 -4
- package/dist/esm/vega-input-select.entry.js +6 -5
- package/dist/esm/vega-left-nav_5.entry.js +8 -7
- package/dist/esm/vega-line-chart.entry.js +2 -2
- package/dist/esm/vega-loader-wrapper_2.entry.js +7 -6
- package/dist/esm/vega-nonce-manager-87615d3c.js +100 -0
- package/dist/esm/vega-pagination.entry.js +6 -5
- package/dist/esm/vega-pie-chart.entry.js +1 -1
- package/dist/esm/vega-popover_2.entry.js +8 -7
- package/dist/esm/vega-rich-text-content.entry.js +5 -4
- package/dist/esm/vega-rich-text-editor_4.entry.js +16 -12
- package/dist/esm/vega-selection-chip_2.entry.js +7 -6
- package/dist/esm/vega-sidenav_3.entry.js +7 -6
- package/dist/esm/vega-signature-capture.entry.js +14 -19
- package/dist/esm/vega-table_8.entry.js +7 -6
- package/dist/esm/vega-time-picker_2.entry.js +7 -6
- package/dist/esm/vega-tooltip_2.entry.js +7 -6
- package/dist/esm/vega.js +7 -6
- package/dist/esm/{y-axis-input-processor-95995d34.js → y-axis-input-processor-bc54314a.js} +1 -1
- package/dist/types/components/vega-code-block/slimmers/controllers/code-input-paste.abstract.d.ts +46 -0
- package/dist/types/components/vega-code-block/slimmers/controllers/vega-code-block-input-controller.d.ts +2 -31
- package/dist/types/components/vega-code-block/slimmers/controllers/vega-code-block-input-paste-controller.d.ts +44 -0
- package/dist/types/components/vega-code-block/vega-code-block.d.ts +2 -0
- package/dist/types/components/vega-rich-text-editor/dto/nodes/node.abstract.d.ts +6 -0
- package/dist/types/components/vega-rich-text-editor/slimmers/controllers/helper/input-event-handler/insert-paste-handler.d.ts +1 -1
- package/dist/types/helpers/csp/styles-preservator.d.ts +47 -0
- package/dist/types/helpers/csp/test/styles-preservator.test.d.ts +1 -0
- package/dist/types/helpers/csp/test/vega-nonce-manager.test.d.ts +1 -0
- package/dist/types/helpers/csp/vega-nonce-manager.d.ts +52 -0
- package/dist/types/helpers/public-api.d.ts +2 -0
- package/dist/types/helpers/slimmers/global/vega-nonce-injector-slimmer.d.ts +21 -0
- package/dist/types/helpers/slimmers/test/global/vega-nonce-injector-slimmer.test.d.ts +1 -0
- package/dist/vega/index.esm.js +1 -1
- package/dist/vega/p-02a4732a.js +1 -0
- package/dist/vega/p-0717073b.entry.js +1 -0
- package/dist/vega/p-0b36f4ce.js +1 -0
- package/dist/vega/p-0bc93777.entry.js +1 -0
- package/dist/vega/p-0e3cd270.entry.js +1 -0
- package/dist/vega/p-0ec14fbc.entry.js +1 -0
- package/dist/vega/p-10454aa5.entry.js +1 -0
- package/dist/vega/p-117be41b.js +1 -0
- package/dist/vega/p-134ed822.entry.js +1 -0
- package/dist/vega/p-20223e8e.entry.js +9 -0
- package/dist/vega/p-258f9603.js +1 -0
- package/dist/vega/{p-d2790023.entry.js → p-25c831a4.entry.js} +2 -2
- package/dist/vega/{p-39c185a5.js → p-2b90fae6.js} +1 -1
- package/dist/vega/p-2d58cf34.entry.js +1 -0
- package/dist/vega/p-320cccc5.entry.js +1 -0
- package/dist/vega/p-3ab20f9e.entry.js +1 -0
- package/dist/vega/p-3be7bfee.entry.js +1 -0
- package/dist/vega/p-3e258753.js +1 -0
- package/dist/vega/p-3fba9e77.entry.js +1 -0
- package/dist/vega/p-40924882.entry.js +1 -0
- package/dist/vega/p-427b2b55.entry.js +1 -0
- package/dist/vega/p-460429da.entry.js +1 -0
- package/dist/vega/{p-111d41fe.js → p-46b077d9.js} +1 -1
- package/dist/vega/{p-a646b66d.js → p-4c3075ef.js} +1 -1
- package/dist/vega/{p-d3bbfb1b.js → p-4f21faf1.js} +1 -1
- package/dist/vega/{p-8f056ac2.js → p-5313d0bc.js} +1 -1
- package/dist/vega/p-5397648b.entry.js +1 -0
- package/dist/vega/p-54ae02db.js +1 -0
- package/dist/vega/{p-6b292628.entry.js → p-57257de0.entry.js} +1 -1
- package/dist/vega/p-5970369e.entry.js +1 -0
- package/dist/vega/{p-9a74eb86.entry.js → p-5e4fb663.entry.js} +1 -1
- package/dist/vega/p-5f377954.js +1 -1
- package/dist/vega/p-614e450a.entry.js +1 -0
- package/dist/vega/{p-d982babe.entry.js → p-6180c1af.entry.js} +1 -1
- package/dist/vega/p-648134d2.entry.js +1 -0
- package/dist/vega/p-64c281ec.entry.js +1 -0
- package/dist/vega/p-657446a3.entry.js +1 -0
- package/dist/vega/{p-6caa6bb2.js → p-66199d68.js} +1 -1
- package/dist/vega/p-6908117a.js +1 -0
- package/dist/vega/p-7bad6577.entry.js +1 -0
- package/dist/vega/{p-2a66e2f7.entry.js → p-8175d8de.entry.js} +1 -1
- package/dist/vega/{p-9ca0bdcc.js → p-89d2cf34.js} +1 -1
- package/dist/vega/{p-74ac2a48.js → p-942fc9b9.js} +1 -1
- package/dist/vega/p-969066d3.entry.js +1 -0
- package/dist/vega/p-9c309b85.entry.js +1 -0
- package/dist/vega/p-9ffd2a96.entry.js +1 -0
- package/dist/vega/{p-ce1766fa.js → p-ab29f968.js} +1 -1
- package/dist/vega/p-b110b7bd.entry.js +1 -0
- package/dist/vega/p-b4d88fce.entry.js +1 -0
- package/dist/vega/p-b6c51409.entry.js +1 -0
- package/dist/vega/{p-05b10af4.js → p-be23bef2.js} +1 -1
- package/dist/vega/p-c61f8ca6.entry.js +1 -0
- package/dist/vega/p-d15e70d7.entry.js +1 -0
- package/dist/vega/p-d85b0bfa.entry.js +1 -0
- package/dist/vega/p-d87c3058.entry.js +1 -0
- package/dist/vega/{p-7da6e7bd.js → p-dadc6ab3.js} +1 -1
- package/dist/vega/p-de1ee131.entry.js +1 -0
- package/dist/vega/p-e0729c4d.entry.js +1 -0
- package/dist/vega/p-e513f041.js +1 -0
- package/dist/vega/p-e5cd6521.js +1 -0
- package/dist/vega/p-e74c275a.entry.js +1 -0
- package/dist/vega/p-f92fc49b.entry.js +1 -0
- package/dist/vega/vega.esm.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/country-flags-dc0f0d09.js +0 -2403
- package/dist/esm/country-flags-b68c3349.js +0 -2401
- package/dist/vega/p-03cc47b7.entry.js +0 -1
- package/dist/vega/p-07836d27.entry.js +0 -1
- package/dist/vega/p-0b91bb73.entry.js +0 -1
- package/dist/vega/p-13effc6b.js +0 -1
- package/dist/vega/p-15a78afd.entry.js +0 -1
- package/dist/vega/p-16075b30.entry.js +0 -1
- package/dist/vega/p-1c08077c.entry.js +0 -1
- package/dist/vega/p-1e926324.js +0 -1
- package/dist/vega/p-20a180e4.js +0 -1
- package/dist/vega/p-25ddb070.entry.js +0 -1
- package/dist/vega/p-2788afe7.entry.js +0 -1
- package/dist/vega/p-3b1bedaf.entry.js +0 -1
- package/dist/vega/p-3c96bbe1.entry.js +0 -1
- package/dist/vega/p-3d0d8a21.entry.js +0 -1
- package/dist/vega/p-3d53858c.entry.js +0 -1
- package/dist/vega/p-3f3bbaaa.entry.js +0 -9
- package/dist/vega/p-42c364e0.entry.js +0 -1
- package/dist/vega/p-4f56a427.entry.js +0 -1
- package/dist/vega/p-5420c1d4.entry.js +0 -1
- package/dist/vega/p-5d3c6a06.entry.js +0 -1
- package/dist/vega/p-5dec47da.entry.js +0 -1
- package/dist/vega/p-63212cc1.js +0 -1
- package/dist/vega/p-6ba27010.js +0 -1
- package/dist/vega/p-7d8eaca9.entry.js +0 -1
- package/dist/vega/p-7e8f055d.js +0 -1
- package/dist/vega/p-8682ee0a.entry.js +0 -1
- package/dist/vega/p-8e58d6cb.entry.js +0 -1
- package/dist/vega/p-8e812dca.entry.js +0 -1
- package/dist/vega/p-9125ba84.entry.js +0 -1
- package/dist/vega/p-a61e4bba.entry.js +0 -1
- package/dist/vega/p-b1a5ff74.entry.js +0 -1
- package/dist/vega/p-baafe7d9.entry.js +0 -1
- package/dist/vega/p-bb51e020.entry.js +0 -1
- package/dist/vega/p-bd39af8a.entry.js +0 -1
- package/dist/vega/p-c08ba4d7.entry.js +0 -1
- package/dist/vega/p-c167fa41.entry.js +0 -1
- package/dist/vega/p-c671f57e.js +0 -1
- package/dist/vega/p-c6a354b1.js +0 -1
- package/dist/vega/p-d0fbbb7f.entry.js +0 -1
- package/dist/vega/p-d9617358.entry.js +0 -1
- package/dist/vega/p-ddfad815.entry.js +0 -1
- package/dist/vega/p-e00ed9bd.entry.js +0 -1
- package/dist/vega/p-ebfc5739.entry.js +0 -1
- package/dist/vega/p-ff3a8907.entry.js +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
icon: `<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-mp" viewBox="0 0 640 480" height="16px" style="border-radius: 2px"> <defs> <clipPath id="mp-a"> <path fill-opacity=".7" d="M0 0h640v480H0z"/> </clipPath> </defs> <g clip-path="url(#mp-a)"> <path fill="#0071bc" fill-rule="evenodd" d="M-160 0h960v480h-960z"/> <path fill="#fff" fill-rule="evenodd" stroke="#000" stroke-width="1.9" d="M370 365.7s15.2-16.1 29.8-13c4.4-17 21-18.4 21-18.4s-1.7-18.7 19.5-22.8c.6-12.7 13.5-23.3 13.5-23.3s-2.6-19.7 10.8-24.3c-8.2-15.6 2.8-27 2.7-27.3-.2-.3-14-24.8-1.6-31.8-13-11-8.8-23.4-8.8-23.4s-14.2-3.7-9.1-20.7c-11.7-2-14-20.9-14-20.9s-18 3.7-20.2-12c-12 1.9-13.2-9.8-13.4-9.8-.1 0-23.5 6.3-28.2-11.4-9.1 4.7-13-3.7-13-3.7s-13 6.5-20.8-6c-15.5 9.7-24.2-.4-24.2-.4s-20.3 13.4-27 3c-12 12.2-22.8 7-22.8 7s-9 16-23.7 12c-3.3 14.9-20.2 15.2-20.2 15.2s1.8 13.1-18.4 16.7c-2.6 15.5-13.2 18-13.2 18s1 15.2-8.5 20c3.4 8.5-5.4 18.9-5.4 18.9s9.4 11.7-3.4 24.9c12.3 3.2 3.4 24.4 3.4 24.4s17 7.6 6.3 21.7c12.2 4 8.4 13.6 8.5 19.3 7.8 3.5 14.6 1.8 11.3 17.4 23.8 2.7 12.6 15.8 12.6 15.8s11 .5 6.7 9.3c20.3-.5 23.3 15.2 23.3 15.2s18.8-5 21.3 2.3-8.2 56.7-8.2 56.7-16 0-27.8-12.8c-27.8-.7-21.6-19-22-19-.5 0-9.3 3.4-13.8-11.9-18.6 3.8-18-11.8-18.2-12-.1-.1-8.3-3.8-5.3-11.5-19.1 1.7-17.7-17-17.7-17-4.2-1.7-5.7-5.6-5.1-9.5-2.5-.9-19.5-1.2-10.7-23.6-16.2-9.8-6.1-21-6.1-21s-22.4-11.6-5.1-25c-13-19 1-28.5 1-28.5s-17.9-18.1.3-31c-3-27.5 13.4-34.1 13.4-34.1s-8.6-22.4 14.8-31.8c1.5-22.7 17.9-23.3 17.9-23.3s.4-18 26.2-16.2c5-16.1 22.5-12.9 22.5-12.9s5.4-19.5 29.3-10.1c12.1-23.7 30.2-11.6 30.2-11.6s11.4-7.4 17-5c7.3-12.5 22.8-.6 32.7 1.9 3.7-1.5 16.6-11.2 26.5 1 13.2-8.5 24.5 7 24.5 7s18.1-9.2 26.6 11.8c38.5-3.5 33 21.7 33 21.7s30.2-6.9 23.6 23.3c27.6 1.9 24.8 20 24.8 20s17.4 13.2 9.8 25c15.5.8 9.8 15.7 9.8 15.7s11.9 4.6 2 23c22.7 18.1 4.4 36.2 4.3 36-.2-.1 12.1 14.6 1 31.6 3.4 27-10.2 33.8-10.2 33.8s3.5 17.5-11.7 22.4c-.3 20.5-19.7 23-19.7 23s5.2 9-14 18.3c-.8 13.7-20.8 14.8-20.8 14.8s-1.9 25.2-27.4 18.4c-6.1 20.2-36 14.2-36.6 14-.5-.3-5.7-43.4-5.7-43.5z"/> <path fill="#217900" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="1.9" d="M185 124s6.4 5.6 5.2 14c-1.2 8.3-6 19.9-5 28.5.6 3.5.3 9.7.3 9.7s-5.7-8.2-5.8-17 6.2-17.1 6.2-23.6-1.1-11.7-1-11.5zm-3.2 2.6s-8.4 8-9.5 15.7c-.8 4-1 22.7-1.2 31-.2 2.5-1.2 12.5-1.4 16.2-.3 3.6 6.1-6.2 6.5-14.3-.2-8.3-.2-25.8.6-28.5.8-3.4.6-7.1 1.8-10.5z"/> <g fill="#ffd200" fill-rule="evenodd" stroke="#ef8a10"> <path stroke-width="1.9" d="M366 100.5s10.8-5 14-14.4-9.5-9.4-11.1-6.4c-1.7 3 1.4 10.3.6 12.3-.8 2-5.2 6.6-3.5 8.4z"/> <path stroke-width="2.5" d="M269.8 103.9s7-9.7 5.2-19.4c-1.9-9.6-12.8-3.6-12.8-.2s6.2 8.3 6.5 10.4c.3 2.1-1.3 8.4 1 9.1zm-19.1 5.7s7-9.7 5.2-19.3c-1.8-9.7-12.8-3.7-12.8-.3 0 3.4 6.3 8.4 6.6 10.5.2 2-1.3 8.3 1 9.1zm-21.1 6.5s7-9.6 5.2-19.3c-1.9-9.7-12.8-3.7-12.8-.3 0 3.4 6.2 8.4 6.5 10.5.3 2-1.3 8.3 1 9.1zm-15 14.9s7.1-9.7 5.3-19.3c-1.8-9.7-12.8-3.7-12.8-.3 0 3.4 6.3 8.4 6.5 10.5.3 2-1.3 8.3 1 9.1zM199 145.4s7-9.7 5.2-19.4-12.8-3.6-12.8-.2 6.3 8.3 6.6 10.4c.2 2.1-1.3 8.4 1 9.2z"/> <path stroke-width="1.9" d="M235 61.7s-9.4 7.4-10.2 17.2c-.8 9.8 11.3 7 12.2 3.7 1-3.3-3.7-9.7-3.4-11.8.3-2 3.5-7.7 1.4-9zm31.3-9.6s-9.3 7.4-10.2 17.2c-.8 9.8 11.3 7 12.3 3.7.9-3.3-3.8-9.8-3.5-11.9.3-2 3.5-7.7 1.4-9zm-116.7 84.5s2 11.8 10.2 17.3c8.2 5.4 11.5-6.6 9.1-9s-10.3-1.4-12-2.6c-1.7-1.3-5-6.8-7.3-5.7zm-15.6 40s0 12 7.3 18.7c7.2 6.6 12.4-4.7 10.4-7.4s-10-3-11.4-4.5c-1.5-1.6-4-7.5-6.3-6.7zm36 44.8s-4.2-11.2-13.3-15c-9.1-3.6-10 8.8-7.2 10.7 2.9 1.8 10.4-.7 12.3.2 2 .9 6.3 5.6 8.3 4zm-7.4-19.4s7.2-9.5 5.6-19.1c-1.7-9.7-12.7-4-12.8-.6 0 3.4 6 8.5 6.3 10.6.2 2.1-1.5 8.3.9 9.2zm225.6-91.9s10.8-5 14-14.3-9.5-9.4-11.1-6.5c-1.7 3 1.4 10.4.6 12.3-.8 2-5.2 6.7-3.5 8.5zm32.8 16.4s6.4-10.1 3.9-19.6c-2.5-9.5-13-2.8-12.8.6.2 3.3 6.8 7.9 7.2 10 .4 2-.7 8.4 1.7 9zm89.6 93s-4.3-11.1-13.4-14.9c-9.1-3.7-10 8.8-7.2 10.6 2.9 1.9 10.5-.7 12.3.2 2 1 6.3 5.7 8.3 4.1zm-43.8 7s.2-12 7.5-18.6c7.3-6.6 12.4 4.9 10.4 7.6-2.1 2.7-10 2.8-11.6 4.3-1.4 1.5-4 7.4-6.3 6.6zm-7-126.8s-11.3-4.3-20 0c-9 4.4-.2 13.4 3 12.5 3.3-1 6.4-8.3 8.4-9.1 2-.8 8.4-1 8.5-3.4zM434 78.3s-11.1-4.3-20 0c-8.8 4.4-.1 13.4 3.2 12.5 3.2-1 6.4-8.3 8.3-9.1 2-.8 8.4-1 8.5-3.4zm-38-20.4s-9.5 7.3-10.4 17c-1 9.8 11.2 7.1 12.2 3.9 1-3.3-3.7-9.8-3.4-11.9.4-2 3.6-7.6 1.6-9zm-24.8-6s-4.4 11.1-.1 20c4.3 8.9 13.3.2 12.4-3-.9-3.3-8.2-6.5-9-8.4-.8-2-.9-8.5-3.3-8.6zm-70.5 43s7.7-9.2 6.6-19c-1.1-9.7-12.5-4.5-12.7-1.1-.3 3.4 5.6 8.8 5.7 10.9.1 2-1.9 8.2.4 9.1z"/> </g> <path fill="#8c8a8c" fill-rule="evenodd" stroke="#000" stroke-width="1.9" d="M342.8 114.4s18.5 1.2 19.4 11.8-4.4 17.1-4.4 17.1 2.3 23-15.8 29.7c-19.4 2.3-49.9.5-49.9.5s-9 2.2-12.6-16.3a305 305 0 0 1-4.6-31.6s1.8-10.4 14.9-11c13-.7 52.8 0 53-.2z"/> <path fill="none" stroke="#000" stroke-linecap="round" stroke-width="1.9" d="M357.7 143.2s-10 12.4-9 17.5"/> <path fill="#8c8a8c" fill-rule="evenodd" stroke="#000" stroke-width="1.9" d="M344.3 172.3c2.5 2.1 4.8 4.4 5.3 12l1 15.4 13 116.6 11.4 84.3.8 13s-2.7 9.7-10.4 10.5c-5.5 11.6-35.7 15-38.7 14.9-2.7-.2-12.3-4.2-18.1-3.7-5.9.5-16 4.4-20.5 3.8-4.5-.7-14.8-4.2-16.6-11.6-12.7-4-14.7-13.7-14.7-13.7l13.7-97.5 13.3-123.4s1.6-16.4 8.2-18.9c6.9-.6 42.4.7 52.3-1.7z"/> <path fill="none" stroke="#000" stroke-width="1.9" d="m274.4 341.1-2.7 86.3m86.5-74.9 7.6 71.2"/> <path fill="none" stroke="#000" d="m136.6 296.3-.3 1m358.7-4.1.3 1"/> <path fill="none" stroke="#6b18b5" stroke-linejoin="round" stroke-width="1.9" d="M127 179.8s5.6 7.9 6.7 12.4c1 4.5 2.9 13.4 5.3 17 2.5 3.7 16.6 23.9 17.4 32.3.1 5.6-5.9 15-14.7 15.2-5.6-.2-19.8-3.8-20.4-16-.6-12.3 4.3-12.5 5-20 .5-7.4.7-40.7.7-40.9z"/> <path fill="none" stroke="#6b18b5" stroke-linejoin="round" d="M224.5 72.8s-6 .4-10.4 2.9c-3.5 2.1-9.5 5.3-13.6 11-10.6 8.2-26.5 12-31.5 19-3 4.6-2.8 15.7 4.7 20.5 4.8 2.7 19 7 25.8-3.1 6.8-10.2 2.7-13 6-19.6a117.4 117.4 0 0 1 19-30.7zM367 58s-4.4-4-9.3-5.5c-4-1-10.6-.6-17.5-1.3-13.3-1.8-27-11.4-35.3-10.2-5.4 1-13.3 9-11.5 17.6 1.3 5.4 7.3 16.2 19.4 14.1 12-2.1 12-4.8 19-7 17.4-9.7 35-7.7 35.2-7.7zm141.4 137.4c1-2.3-.9-6.6-2.2-11.5-1.2-4-3.1-10-7.7-15.5-5.4-12.2-4.5-29-10-35.4-3.7-4-14.6-6.6-21-.4-3.9 4-11.4 16.6-3.2 25.7 8.2 9 11.8 5.7 17.4 10.5 13.5 9 20 25 26.7 26.6zM503.5 302c1.9-2.5 5.2-7.4 4.8-11.5-.3-3.2 1.5-13 1.7-17.3 1.2-13.3 9.5-24.2 7.2-35.7-1.3-5.4-9.2-13-17.8-10.8-5.2 1.6-17 8-14.3 20 2.7 12 6.6 11.7 9.1 18.7 7.3 14.5 2.7 31.7 9.3 36.6z"/> <path fill="none" stroke="#000" stroke-width="1.9" d="M405.5 386.8s-2.3 4.4 6.8 8.2m11.3-18.4s10-2.5 16.8 0m13.2-25.4c0 .2-1.4 4.5 6.6 10.8m-.8-22s5.9 4.3 15.8 4m-75.4 8.6s.3 11.5-5.6 16.8m25.4-34.5s9.7 2.4 17.7-1.6m44.6-15.3s2.1 3 12.9 2.5m-54.9-9.3c.3.2 12.7 4.2 20.5.6m4.2-47.8s.5-.7 4.3 12.7m5.2-50.4s-.5 7.1-6.2 10.2m42.9-39.4s-8.4 6.8-6.8 9.5m-34.7-14.4s4.3 7.3-2.8 12.3M448.2 161s7.5-.3 10.8 6.1m-24.8-27.3h5.7m24-26c0 .1 1.5 1.5-1.4 4.5m-52-3.8s4 6.2 3.3 13.9m19.8-35.1c1.8-.2 7.7-2.8 7.7-2.8m-33.4-22c-.1 0-2.2 7.7 1.6 10.5m-11.1 25c0 8.4 6.6 6.3 2 14.3M382.2 97a57 57 0 0 0-10.4 9.4m-16.4-13.7s4.4 4.3 3.3 10.2m-16-13.7s-2.2 6.6-5.1 8.3m-18-10c-.1.3-3.6 7.8-6 9.1m-25.6-9c.2 0 3.5 7-.8 12m-6.5-48c.2.2.7 5.4-2.6 10m-28.7 1.9c0 .1 1.4 5.9-7.8 7.8m-9.9 45.2c.2.3 8.9 1.7 8.9 1.7M210 136.6c.2-.2 10.6-3.3 10.6-3.3m-27.4 16.3c.3 0 7.3 1.3 9 .4m-14 6s2.3 1.3.4 13m-34.2-43.5 4.2 6.2m-18.5 26c0-.2 4.2 6.2 9.8 7.4m23 25.2a49 49 0 0 0 8-2M170 213.8c.2 0-.1-4.3 5.2-7.3M163 224.7c0 .2 5 6.4 8.5 7.3m-11.5 4.7c.6-.2 6-4.9 12.2-4.5m-13.9 20.6s.2 5.4 16.2 4m-14.6 15c0-.2 4.7-10.8 14.2-14.8m-1.4 28.4s1.4-4.6 9.4-7.7m-.5 25.5s5.7-4.7 7.8-5.3m-.7 19.3s3.5 3.6 12.2-2.7m-54 5.6c1-.2 13.7-3.1 18 3.5m-13 7s13.4-1.8 15.1-.4m32.7 3.1s-1.8 3.7 14.7-2.4m5.8 9c-3 5 .7 9-3.2 11.3m-47-4.3c.5-.4 6-2.3 5.2-10.3m-.2 22.3c.7-.2 9.9-4.2 11.8-2.1m6.3 13.7s1.2-8.2 3.8-9m10 21.3s7.7-.1 11-2.6m3.8-25c.2.2 7.1 3.8 22 .2m-16.4 33s2 10.6 2 13"/> <g fill="#de2010" fill-rule="evenodd" stroke="#000" stroke-width="1.5"> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(1.60885 -.2011 .2072 1.65762 94.8 75)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(1.60885 -.2011 .2072 1.65762 93.4 57.3)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(1.58497 -.3417 .35206 1.633 78 74)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(1.4455 -.73446 .7567 1.4893 55.9 163)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(1.4455 -.73446 .7567 1.4893 48.9 147.1)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(1.3781 -.85423 .88011 1.41987 40 167.4)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(1.28907 -.98346 1.01327 1.32812 33.8 193)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(1.1329 -1.15994 1.19508 1.16722 35.3 239)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(1.02138 -1.25922 1.29739 1.05234 34.3 262.7)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(.79817 -1.41132 1.45408 .82236 51.9 315)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(.66642 -1.4781 1.52289 .6866 56.8 337.4)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(.56582 -1.51945 1.5655 .58296 57.9 352.4)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(.4482 -1.5582 1.60543 .46178 63 370.4)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(.20288 -1.60864 1.65738 .20903 94.7 408.9)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(.06506 -1.62008 1.66918 .06703 106.3 427.4)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(.06506 -1.62008 1.66918 .06703 88.8 428)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(-.36132 -1.5806 1.62852 -.37226 172.5 473.5)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(-.49045 -1.54542 1.59227 -.50531 188.3 485.8)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(-.67103 -1.476 1.52073 -.69138 221.9 499.1)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(-.7945 -1.41337 1.4562 -.81858 241.4 508.3)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(-.94339 -1.31867 1.35863 -.97197 271.6 515.4)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(-1.05159 -1.2341 1.27151 -1.08344 292.4 520.2)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(-1.13737 -1.15553 1.19056 -1.17183 308.9 526.1)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(-1.2301 -1.05628 1.08829 -1.26738 331.4 529.6)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(-1.33573 -.91908 .94693 -1.3762 362.5 526.1)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(-1.47374 -.67597 .69645 -1.51841 415.9 504)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(-1.52895 -.53958 .55593 -1.5753 438.7 497.5)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(-1.61445 -.12005 .15429 -1.33344 500.5 406)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(-1.58082 -.36035 .37125 -1.62873 468.4 480.8)"/> </g> <path fill="#ffe300" fill-rule="evenodd" d="M480 194.7c2.2-2.3 4.2-3 6.7-2.1-1-6.1-2.8-8.2-5.2-7.4-2.3.7-3.4 3.8-1.5 9.5m3.3 18.2c2.3-2.1 4.3-2.6 6.8-1.6-.4-6-2.2-8.3-4.6-7.7-2.4.5-3.6 3.6-2.2 9.3m-7.8-35c1.5-2.7 3.3-3.8 6-3.7-2.5-5.6-4.8-7.1-7-5.8-2 1.3-2.2 4.6 1 9.6zm-8.1-16.6c1.5-2.8 3.3-3.9 6-3.7-2.5-5.7-4.9-7.2-7-5.9-2 1.3-2.2 4.6 1 9.6m-19.5-30.5c1-3 2.6-4.4 5.2-4.6-3.3-5.2-5.9-6.3-7.7-4.7s-1.5 5 2.5 9.3M435 117.5c1-3 2.4-4.4 5-4.8-3.4-5-6-6-7.8-4.4-1.8 1.7-1.4 5 2.8 9.2M408.3 95c0-3.2 1-5 3.3-6.2-4.8-3.7-7.7-3.8-8.8-1.7s.2 5.1 5.5 7.9m14 10.5c.4-3.1 1.7-4.8 4.3-5.5-4.2-4.5-6.9-5.2-8.4-3.3-1.5 2-.7 5.1 4 8.8zm-30-19.3c-.3-3.1.5-5 2.7-6.5-5.2-3.2-8-3-9-.8-.9 2.3.8 5.1 6.4 7.3zM376.2 79c-.8-3-.3-5 1.7-6.8-5.6-2.4-8.4-1.9-9 .5-.6 2.4 1.5 4.9 7.3 6.3m-17.5-5.4c-1.1-3-.8-5 1.1-7-5.8-1.9-8.5-1.1-9 1.3-.3 2.4 2 4.8 7.9 5.7m-17.3-3.4c-1.2-2.8-1-5 .7-7-6-1.5-8.6-.5-8.8 2-.3 2.4 2.2 4.6 8.1 5m-18.2-1.4c-1.6-2.7-1.6-4.8 0-7-6.1-.9-8.7.4-8.6 2.8 0 2.5 2.7 4.4 8.6 4.2m-35.7 2.7c-2.2-2.2-2.7-4.3-1.8-6.8-6 .6-8.2 2.4-7.6 4.8.6 2.4 3.7 3.6 9.4 2m17.6-2.3c-1.9-2.5-2.2-4.6-.9-7-6.1-.2-8.5 1.3-8.2 3.8.3 2.4 3.2 4 9 3.2zm-34.9 6c-2.4-1.9-3.3-3.8-2.7-6.4-6 1.5-7.8 3.6-6.9 5.8 1 2.3 4.2 3 9.6.6m-33 15.2c-2.8-1.4-4-3.1-3.9-5.8-5.6 2.6-7 5-5.6 7 1.3 2 4.6 2.2 9.5-1.2m16-8.1c-2.7-1.7-3.6-3.6-3.2-6.2-5.9 1.8-7.6 4-6.5 6.2 1.1 2.2 4.4 2.8 9.6 0zm-45.6 28.8c-3-.8-4.6-2.3-5-5-5 3.8-5.8 6.4-4.1 8.1 1.8 1.7 5 1.2 9-3.1zm14.1-11.6c-3-1-4.4-2.6-4.6-5.2-5.2 3.2-6.3 5.8-4.7 7.7 1.6 1.8 5 1.5 9.3-2.5m-26.7 24c-3-.6-4.7-1.9-5.4-4.5-4.6 4.1-5.2 6.9-3.3 8.4 1.9 1.6 5 .7 8.7-4zM183.7 138c-3.2-.2-5-1.3-5.8-3.8-4.2 4.5-4.6 7.2-2.6 8.6 2 1.4 5.1.2 8.4-4.8m-9.4 15c-3.2.2-5-.7-6.4-3-3.4 5.1-3.4 8-1.2 9s5.1-.6 7.6-6m-8.3 16c-3 .6-5 0-6.7-2.2-2.7 5.5-2.3 8.3 0 9 2.3.8 5-1.2 6.7-6.9zm-6.6 16.3c-3 1.1-5 .8-7-1-1.8 5.8-1 8.5 1.5 8.9 2.4.3 4.7-2 5.5-8zm-4.5 18.2c-2.8 1.3-4.9 1.2-7-.5-1.4 6-.4 8.5 2 8.7 2.5.3 4.7-2.2 5-8.2m-1.8 15.2c-2.6 1.4-4.7 1.6-7 .5-.7 4.9.6 6.8 3 6.6 2.4-.2 4.3-2.4 4-7.1m307-72.2c1.1-3 2.7-4.4 5.3-4.6-3.2-5.2-5.7-6.3-7.6-4.8-1.9 1.6-1.6 5 2.3 9.4m25.2 85c2.3-2.2 4.4-2.7 6.8-1.6-.4-6.1-2.2-8.3-4.6-7.8-2.3.6-3.6 3.6-2.2 9.4"/> <path fill="#217900" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="1.9" d="M461.3 132s-7 6.9-5.7 15.2c1.2 8.3 6.5 18.6 5.5 27.3-1 8.6-2.5 14.3-2.5 14.3s8-9.1 8-18c.2-8.7-5.4-20.3-5.4-26.7s.3-12.2.1-12zm12.7 28s-5.3 4-4.8 13c.5 9.1 10 25.8 10 25.8s6.8 14 6.5 17.7c-.2 3.7 1.3-3.5.6-11.5s-11-25.8-11-25.8-2.2-3.6-2-9.7c.2-6 .8-9.4.8-9.5z"/> <path fill="#6b18b5" fill-rule="evenodd" d="M313 47.4c0-1.8-2.2-3.4-4.8-3.4s-4.7 1.6-4.7 3.4 2 3.4 4.7 3.4 4.7-1.5 4.7-3.4zm2 8c0-1.8-2.2-3.3-5-3.3-2.6 0-4.8 1.4-4.8 3.2s2.2 3.3 4.9 3.3 4.8-1.5 4.8-3.3zm6-9.4s-5.6 4.1-3.3 5.8c2.3 1.7 8.6-3.6 8.6-3.6zm163.3 95.4c0-1.2-.5-2.3-1.4-2.9a2.6 2.6 0 0 0-3 0c-.9.6-1.4 1.7-1.4 2.9s.5 2.3 1.4 2.9a2.6 2.6 0 0 0 3 0c.9-.6 1.4-1.7 1.4-2.9m-2.1-8c0-2-1.4-3.5-3-3.5s-3.1 1.6-3.1 3.6 1.4 3.5 3 3.5 3.1-1.6 3.1-3.5zm1.5 16.2c0-1-.6-1.8-1.2-1.8s-1.2.8-1.2 1.8.5 1.9 1.2 1.9 1.2-.9 1.2-1.9m4.9-14.4c0-1.2-.6-2.1-1.2-2.1-.7 0-1.2.9-1.2 2s.5 2.2 1.2 2.2c.6 0 1.2-1 1.2-2.1m-13.4 1.4c0-1-.6-1.7-1.2-1.7s-1.2.8-1.2 1.7.5 1.8 1.2 1.8 1.2-.8 1.2-1.8m2.1 11.4c0-1.5-1.1-2.7-2.5-2.7s-2.5 1.2-2.5 2.7c0 1.6 1 2.8 2.5 2.8s2.5-1.2 2.5-2.8m-6.6-5c0-1.3-1-2.4-2.1-2.4-1.2 0-2.2 1-2.2 2.4s1 2.4 2.2 2.4c1.1 0 2-1 2-2.4zm-1-6.8a2 2 0 0 0-1-1.7 1.8 1.8 0 0 0-1.9 0 2 2 0 0 0-.9 1.7 2 2 0 0 0 1 1.8 1.8 1.8 0 0 0 1.8 0c.6-.4 1-1 1-1.8m30.1 34.4c-2.7-3.6-7.1-5.1-9.8-3.4-2.6 1.7-2.6 6 .2 9.7 2.7 3.6 7 5.1 9.7 3.4 2.7-1.8 2.7-6 0-9.7zm7.8 66.7c.5-4.5-1.6-8.4-4.8-8.8-3.2-.3-6.2 3-6.8 7.4-.5 4.4 1.7 8.3 4.9 8.7 3.2.4 6.2-3 6.7-7.3m1.6 38.8c1-4.4-.9-8.5-4-9.2-3.2-.6-6.5 2.4-7.4 6.8-.9 4.3 1 8.4 4 9 3.2.7 6.5-2.3 7.4-6.7zm7.5-36.4c0-1.7-1.2-3.1-2.6-3.1s-2.7 1.4-2.7 3.1c0 1.8 1.2 3.2 2.7 3.2s2.6-1.4 2.6-3.2m-6.5 7.3-5.4 6.2s-5.1.1-4.8 1.8c.2 1.6 7 6.6 7 8.6-.1 2 4.4-.5 4.4-.5l3.7-11.1s-.2-7.7-2.2-7.6c-2 .2-2.5 2.5-2.7 2.6m-357.4-2.4a2.6 2.6 0 1 0-5.1 0 2.6 2.6 0 0 0 5.1 0m2.5-8c0-1.4-1.2-2.6-2.6-2.6s-2.6 1.2-2.6 2.7 1.2 2.7 2.6 2.7a2.7 2.7 0 0 0 2.6-2.7zM134 199.2c-1-2.2-3-3.4-4.5-2.7-1.5.7-2 3-1 5.2s3 3.4 4.5 2.7c1.6-.7 2-3 1-5.2m6.5 23.4c-1.4-2.8-4.1-4.4-6.2-3.5s-2.7 3.9-1.4 6.7 4 4.4 6.2 3.5 2.7-3.9 1.4-6.7m6.8 17.2c.5-3.5-1-6.8-3.2-7.2-2.3-.5-4.4 2-4.9 5.5-.4 3.5 1 6.7 3.3 7.2 2.2.5 4.4-2 4.8-5.5m-11 2.5c1.4-3.3.9-6.8-1.1-7.8s-4.8.7-6.2 4-.9 6.7 1.2 7.8 4.7-.7 6.1-4"/> <path fill="#6b18b5" fill-rule="evenodd" d="M131.3 234.8c0-1.7-1.3-3-2.9-3s-2.9 1.4-2.9 3 1.3 3 3 3 2.8-1.3 2.8-3m-2.3-7.5c0-1.5-1.2-2.7-2.6-2.7a2.7 2.7 0 0 0-2.6 2.8c0 1.4 1.2 2.7 2.6 2.7s2.6-1.3 2.6-2.8m2.4-14.3c0-2.6-1.1-4.6-2.5-4.6s-2.5 2-2.5 4.6c0 2.5 1.1 4.6 2.5 4.6s2.5-2 2.5-4.6m7.8-1.1c.3-2.5-.5-4.7-2-5-1.3-.1-2.7 1.8-3 4.3-.4 2.5.5 4.7 1.9 4.9 1.3.2 2.7-1.7 3-4.2zm55-110c1.1-3.6 0-7.2-2.3-8-2.3-.9-5 1.3-6 4.9-1 3.6 0 7.2 2.3 8 2.3.9 5-1.3 6-4.9m-10.4 15.9c3-2.7 4.4-6.3 3-8.1-1.5-1.9-5.2-1.2-8.3 1.4s-4.3 6.2-2.9 8c1.5 1.9 5.2 1.3 8.2-1.3m-6-8.8c3-2.3 4.2-5.4 2.8-7s-5-1-8 1.2c-3.1 2.3-4.4 5.4-3 7s5 1 8.1-1.2zm23.5-15.5c2-1.6 2.9-3.8 2-4.9-1-1-3.5-.7-5.6.9s-2.9 3.7-1.9 4.8c1 1.1 3.4.7 5.5-.8"/> <path fill="#6b18b5" fill-rule="evenodd" d="M189 108.5c1.4-2.2 1.5-4.5.2-5.2-1.3-.7-3.5.4-4.9 2.6s-1.5 4.5-.2 5.2c1.3.7 3.5-.5 4.9-2.6m17.7-9.3c2.2-1.9 3-4.3 2-5.5-1.2-1.2-4-.6-6.2 1.2s-3 4.3-1.9 5.5c1.2 1.2 3.9.6 6.1-1.2m-32 21.6c2 0 3.6-1.1 3.4-2.3 0-1.1-1.9-2-4-1.9-2 .1-3.6 1.2-3.4 2.3.1 1.2 2 2 4 2zm38.7-33.1c1.4-2.2 1.5-4.5.2-5.2-1.2-.7-3.4.4-4.8 2.6s-1.5 4.5-.2 5.2c1.3.7 3.4-.4 4.8-2.6"/> <path fill="#ffd200" fill-rule="evenodd" stroke="#ef8a10" d="M446.8 153.4s6.4-10.1 4-19.7c-2.5-9.5-13-2.7-12.8.7.2 3.3 6.8 7.9 7.2 10 .4 2-.8 8.3 1.6 9z"/> <path fill="#217900" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="2.3" d="M324.9 69.3s23 .9 23.1 15.8c0 2.3 0 5-.8 11.7 4.6-2.5 7.6-9.3 7-13.7.1-15.1-20.5-25.5-29.3-13.8z"/> <path fill="#217900" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="2.3" d="M310.3 68.6s18.5-3.8 18.7 11c.1 15-6 17.3-6 17.3s14.3-3 14.4-18.1c0-15.2-18.3-21.9-27.1-10.2z"/> <path fill="#f7df73" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="2.5" d="M373.3 390s86.8-24.6 113-131C471 368.1 376 403 376 403l-2.8-13z"/> <path fill="#8c1800" fill-rule="evenodd" d="M382.2 396.6c2.7 0 9.3-7.4 13.1-8.2 3.8-.8 4.2-4.7-.1-4.8-4.4-.2-8.2 5-8.2 5s-3.8 3.2-7.8 3.6c-4 .4-1.4 5.4 3 4.4"/> <path fill="#8c1800" fill-rule="evenodd" stroke="#8c1800" stroke-width="2.5" d="M432.2 359.3s-9 5.2-7.8 6.5c1.3 1.3 9.3-5 9.5-5 .1-.2 3.4-4.2-1.7-1.5z"/> <path fill="#8c1800" fill-rule="evenodd" d="M400.7 383s-2.7-1 4.2-3.6c7-2.7 6.5-5.8 8.8-7.1 2.2-1.3 7-4.7 8-2.7s-5 6-6.5 6.4c-1.4.4-8.3 6.8-10.3 7.3-2 .6-3.4.3-4.2-.3"/> <path fill="none" stroke="#8c1800" stroke-linecap="round" stroke-width="3" d="M445.6 346c-6 6.7-6 6.5-6 6.5"/> <path fill="none" stroke="#8c1800" stroke-linecap="round" stroke-width="2.8" d="m454.5 335.2-5.7 6.9"/> <path fill="none" stroke="#8c1800" stroke-linecap="round" stroke-width="2.5" d="m463.4 321-6.4 10.2"/> <path fill="none" stroke="#8c1800" stroke-linecap="round" stroke-width="2.3" d="m470.9 306.6-5.3 10.5m8.6-18-1.6 3.6"/> <path fill="none" stroke="#8c1800" stroke-linecap="round" stroke-width="1.4" d="m478 289-1.4 4.4"/> <path fill="#f7df73" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="1.5" d="M160.3 216s52-14.7 67.6-78.5c-9.1 65.5-66 86.2-66 86.2z" transform="matrix(-1.65528 0 0 1.70062 524.8 20.4)"/> <path fill="#8c1800" fill-rule="evenodd" d="M250.7 394.4c-2.7 0-9.2-7.5-13-8.3-3.8-.9-4.2-4.8.1-5 4.4 0 8.1 5.1 8.1 5.1s3.8 3.3 7.7 3.8c4 .4 1.4 5.4-2.9 4.4"/> <path fill="#8c1800" fill-rule="evenodd" stroke="#8c1800" stroke-width="1.5" d="M195.5 197.6s-5.4 3.2-4.6 4c.7.7 5.5-3 5.6-3.1.1-.1 2-2.5-1-.9z" transform="matrix(-1.65528 0 0 1.70062 524.8 20.4)"/> <path fill="#8c1800" fill-rule="evenodd" d="M232.4 380.6s2.6-1-4.2-3.7-6.5-6-8.7-7.2c-2.2-1.3-7-4.7-8-2.7s5 6 6.5 6.4c1.4.5 8.2 7 10.2 7.5 2 .6 3.3.3 4.2-.3"/> <path fill="none" stroke="#8c1800" stroke-linecap="round" stroke-width="1.8" d="m203.5 189.7-3.5 3.9" transform="matrix(-1.65528 0 0 1.70062 524.8 20.4)"/> <path fill="none" stroke="#8c1800" stroke-linecap="round" stroke-width="1.7" d="m208.9 183.2-3.4 4.1" transform="matrix(-1.65528 0 0 1.70062 524.8 20.4)"/> <path fill="none" stroke="#8c1800" stroke-linecap="round" stroke-width="1.5" d="m214.2 174.7-3.8 6.1" transform="matrix(-1.65528 0 0 1.70062 524.8 20.4)"/> <path fill="none" stroke="#8c1800" stroke-linecap="round" stroke-width="1.4" d="m218.7 166.1-3.2 6.3m5.2-10.9-1 2.2" transform="matrix(-1.65528 0 0 1.70062 524.8 20.4)"/> <path fill="none" stroke="#8c1800" stroke-linecap="round" stroke-width=".8" d="m223 155.5-.9 2.7" transform="matrix(-1.65528 0 0 1.70062 524.8 20.4)"/> <path fill="#217900" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="2.3" d="M490.4 239.3c.5 6.7 7 13 4.4 24.7-3.2 13.3-14.8 44.7-12.8 50.2-3.4-4.7-2.8-9-3-15.6-.4-6.5 9.4-30.9 10.3-39.1 0-7.4.7-17.5 1.1-20.2z"/> <path fill="#217900" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="2.3" d="M490.4 239.4s10.7 13.5 10.1 24.2c-.5 10.7-6.5 23.2-4.5 28.7a21.7 21.7 0 0 1-4.6-14.2c-.3-6.5 5.3-13.8 4.1-20.9-1.1-7-5.2-17.8-5-17.8zm-349.3 3c-.4 6.7-5.4 12.7-2.8 24.3 3.2 13.3 15 30 13 49.2 3.5-4.7 4.5-10 4.8-16.5.2-6.5-13-28.5-13.8-36.8 0-7.4-.8-17.5-1.2-20.2z"/> <path fill="#217900" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="2.3" d="M141.1 242.6s-10.4 13-9.8 23.7c.1 7.1 13.2 36.8 11.2 42.4 3.5-4.7 4.4-4.1 4.3-11.2-3.8-18.3-10.7-29.9-9.5-37 1.1-7.1 4-18 3.8-18z"/> <path fill="#fff" stroke="#000" stroke-dashoffset="1" stroke-linecap="square" stroke-linejoin="round" stroke-width="1.7" d="m100 125.8 22 68.2h72l-58 42.2 22.1 68.2-58-42.1-58 42.1 22-68.2L6 194h71.8z" transform="matrix(1.16516 0 0 1.16534 202 -23.6)"/> </g></svg>`,
|
|
2
|
+
icon: `<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-mp" viewBox="0 0 640 480" height="16px" > <defs> <clipPath id="mp-a"> <path fill-opacity=".7" d="M0 0h640v480H0z"/> </clipPath> </defs> <g clip-path="url(#mp-a)"> <path fill="#0071bc" fill-rule="evenodd" d="M-160 0h960v480h-960z"/> <path fill="#fff" fill-rule="evenodd" stroke="#000" stroke-width="1.9" d="M370 365.7s15.2-16.1 29.8-13c4.4-17 21-18.4 21-18.4s-1.7-18.7 19.5-22.8c.6-12.7 13.5-23.3 13.5-23.3s-2.6-19.7 10.8-24.3c-8.2-15.6 2.8-27 2.7-27.3-.2-.3-14-24.8-1.6-31.8-13-11-8.8-23.4-8.8-23.4s-14.2-3.7-9.1-20.7c-11.7-2-14-20.9-14-20.9s-18 3.7-20.2-12c-12 1.9-13.2-9.8-13.4-9.8-.1 0-23.5 6.3-28.2-11.4-9.1 4.7-13-3.7-13-3.7s-13 6.5-20.8-6c-15.5 9.7-24.2-.4-24.2-.4s-20.3 13.4-27 3c-12 12.2-22.8 7-22.8 7s-9 16-23.7 12c-3.3 14.9-20.2 15.2-20.2 15.2s1.8 13.1-18.4 16.7c-2.6 15.5-13.2 18-13.2 18s1 15.2-8.5 20c3.4 8.5-5.4 18.9-5.4 18.9s9.4 11.7-3.4 24.9c12.3 3.2 3.4 24.4 3.4 24.4s17 7.6 6.3 21.7c12.2 4 8.4 13.6 8.5 19.3 7.8 3.5 14.6 1.8 11.3 17.4 23.8 2.7 12.6 15.8 12.6 15.8s11 .5 6.7 9.3c20.3-.5 23.3 15.2 23.3 15.2s18.8-5 21.3 2.3-8.2 56.7-8.2 56.7-16 0-27.8-12.8c-27.8-.7-21.6-19-22-19-.5 0-9.3 3.4-13.8-11.9-18.6 3.8-18-11.8-18.2-12-.1-.1-8.3-3.8-5.3-11.5-19.1 1.7-17.7-17-17.7-17-4.2-1.7-5.7-5.6-5.1-9.5-2.5-.9-19.5-1.2-10.7-23.6-16.2-9.8-6.1-21-6.1-21s-22.4-11.6-5.1-25c-13-19 1-28.5 1-28.5s-17.9-18.1.3-31c-3-27.5 13.4-34.1 13.4-34.1s-8.6-22.4 14.8-31.8c1.5-22.7 17.9-23.3 17.9-23.3s.4-18 26.2-16.2c5-16.1 22.5-12.9 22.5-12.9s5.4-19.5 29.3-10.1c12.1-23.7 30.2-11.6 30.2-11.6s11.4-7.4 17-5c7.3-12.5 22.8-.6 32.7 1.9 3.7-1.5 16.6-11.2 26.5 1 13.2-8.5 24.5 7 24.5 7s18.1-9.2 26.6 11.8c38.5-3.5 33 21.7 33 21.7s30.2-6.9 23.6 23.3c27.6 1.9 24.8 20 24.8 20s17.4 13.2 9.8 25c15.5.8 9.8 15.7 9.8 15.7s11.9 4.6 2 23c22.7 18.1 4.4 36.2 4.3 36-.2-.1 12.1 14.6 1 31.6 3.4 27-10.2 33.8-10.2 33.8s3.5 17.5-11.7 22.4c-.3 20.5-19.7 23-19.7 23s5.2 9-14 18.3c-.8 13.7-20.8 14.8-20.8 14.8s-1.9 25.2-27.4 18.4c-6.1 20.2-36 14.2-36.6 14-.5-.3-5.7-43.4-5.7-43.5z"/> <path fill="#217900" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="1.9" d="M185 124s6.4 5.6 5.2 14c-1.2 8.3-6 19.9-5 28.5.6 3.5.3 9.7.3 9.7s-5.7-8.2-5.8-17 6.2-17.1 6.2-23.6-1.1-11.7-1-11.5zm-3.2 2.6s-8.4 8-9.5 15.7c-.8 4-1 22.7-1.2 31-.2 2.5-1.2 12.5-1.4 16.2-.3 3.6 6.1-6.2 6.5-14.3-.2-8.3-.2-25.8.6-28.5.8-3.4.6-7.1 1.8-10.5z"/> <g fill="#ffd200" fill-rule="evenodd" stroke="#ef8a10"> <path stroke-width="1.9" d="M366 100.5s10.8-5 14-14.4-9.5-9.4-11.1-6.4c-1.7 3 1.4 10.3.6 12.3-.8 2-5.2 6.6-3.5 8.4z"/> <path stroke-width="2.5" d="M269.8 103.9s7-9.7 5.2-19.4c-1.9-9.6-12.8-3.6-12.8-.2s6.2 8.3 6.5 10.4c.3 2.1-1.3 8.4 1 9.1zm-19.1 5.7s7-9.7 5.2-19.3c-1.8-9.7-12.8-3.7-12.8-.3 0 3.4 6.3 8.4 6.6 10.5.2 2-1.3 8.3 1 9.1zm-21.1 6.5s7-9.6 5.2-19.3c-1.9-9.7-12.8-3.7-12.8-.3 0 3.4 6.2 8.4 6.5 10.5.3 2-1.3 8.3 1 9.1zm-15 14.9s7.1-9.7 5.3-19.3c-1.8-9.7-12.8-3.7-12.8-.3 0 3.4 6.3 8.4 6.5 10.5.3 2-1.3 8.3 1 9.1zM199 145.4s7-9.7 5.2-19.4-12.8-3.6-12.8-.2 6.3 8.3 6.6 10.4c.2 2.1-1.3 8.4 1 9.2z"/> <path stroke-width="1.9" d="M235 61.7s-9.4 7.4-10.2 17.2c-.8 9.8 11.3 7 12.2 3.7 1-3.3-3.7-9.7-3.4-11.8.3-2 3.5-7.7 1.4-9zm31.3-9.6s-9.3 7.4-10.2 17.2c-.8 9.8 11.3 7 12.3 3.7.9-3.3-3.8-9.8-3.5-11.9.3-2 3.5-7.7 1.4-9zm-116.7 84.5s2 11.8 10.2 17.3c8.2 5.4 11.5-6.6 9.1-9s-10.3-1.4-12-2.6c-1.7-1.3-5-6.8-7.3-5.7zm-15.6 40s0 12 7.3 18.7c7.2 6.6 12.4-4.7 10.4-7.4s-10-3-11.4-4.5c-1.5-1.6-4-7.5-6.3-6.7zm36 44.8s-4.2-11.2-13.3-15c-9.1-3.6-10 8.8-7.2 10.7 2.9 1.8 10.4-.7 12.3.2 2 .9 6.3 5.6 8.3 4zm-7.4-19.4s7.2-9.5 5.6-19.1c-1.7-9.7-12.7-4-12.8-.6 0 3.4 6 8.5 6.3 10.6.2 2.1-1.5 8.3.9 9.2zm225.6-91.9s10.8-5 14-14.3-9.5-9.4-11.1-6.5c-1.7 3 1.4 10.4.6 12.3-.8 2-5.2 6.7-3.5 8.5zm32.8 16.4s6.4-10.1 3.9-19.6c-2.5-9.5-13-2.8-12.8.6.2 3.3 6.8 7.9 7.2 10 .4 2-.7 8.4 1.7 9zm89.6 93s-4.3-11.1-13.4-14.9c-9.1-3.7-10 8.8-7.2 10.6 2.9 1.9 10.5-.7 12.3.2 2 1 6.3 5.7 8.3 4.1zm-43.8 7s.2-12 7.5-18.6c7.3-6.6 12.4 4.9 10.4 7.6-2.1 2.7-10 2.8-11.6 4.3-1.4 1.5-4 7.4-6.3 6.6zm-7-126.8s-11.3-4.3-20 0c-9 4.4-.2 13.4 3 12.5 3.3-1 6.4-8.3 8.4-9.1 2-.8 8.4-1 8.5-3.4zM434 78.3s-11.1-4.3-20 0c-8.8 4.4-.1 13.4 3.2 12.5 3.2-1 6.4-8.3 8.3-9.1 2-.8 8.4-1 8.5-3.4zm-38-20.4s-9.5 7.3-10.4 17c-1 9.8 11.2 7.1 12.2 3.9 1-3.3-3.7-9.8-3.4-11.9.4-2 3.6-7.6 1.6-9zm-24.8-6s-4.4 11.1-.1 20c4.3 8.9 13.3.2 12.4-3-.9-3.3-8.2-6.5-9-8.4-.8-2-.9-8.5-3.3-8.6zm-70.5 43s7.7-9.2 6.6-19c-1.1-9.7-12.5-4.5-12.7-1.1-.3 3.4 5.6 8.8 5.7 10.9.1 2-1.9 8.2.4 9.1z"/> </g> <path fill="#8c8a8c" fill-rule="evenodd" stroke="#000" stroke-width="1.9" d="M342.8 114.4s18.5 1.2 19.4 11.8-4.4 17.1-4.4 17.1 2.3 23-15.8 29.7c-19.4 2.3-49.9.5-49.9.5s-9 2.2-12.6-16.3a305 305 0 0 1-4.6-31.6s1.8-10.4 14.9-11c13-.7 52.8 0 53-.2z"/> <path fill="none" stroke="#000" stroke-linecap="round" stroke-width="1.9" d="M357.7 143.2s-10 12.4-9 17.5"/> <path fill="#8c8a8c" fill-rule="evenodd" stroke="#000" stroke-width="1.9" d="M344.3 172.3c2.5 2.1 4.8 4.4 5.3 12l1 15.4 13 116.6 11.4 84.3.8 13s-2.7 9.7-10.4 10.5c-5.5 11.6-35.7 15-38.7 14.9-2.7-.2-12.3-4.2-18.1-3.7-5.9.5-16 4.4-20.5 3.8-4.5-.7-14.8-4.2-16.6-11.6-12.7-4-14.7-13.7-14.7-13.7l13.7-97.5 13.3-123.4s1.6-16.4 8.2-18.9c6.9-.6 42.4.7 52.3-1.7z"/> <path fill="none" stroke="#000" stroke-width="1.9" d="m274.4 341.1-2.7 86.3m86.5-74.9 7.6 71.2"/> <path fill="none" stroke="#000" d="m136.6 296.3-.3 1m358.7-4.1.3 1"/> <path fill="none" stroke="#6b18b5" stroke-linejoin="round" stroke-width="1.9" d="M127 179.8s5.6 7.9 6.7 12.4c1 4.5 2.9 13.4 5.3 17 2.5 3.7 16.6 23.9 17.4 32.3.1 5.6-5.9 15-14.7 15.2-5.6-.2-19.8-3.8-20.4-16-.6-12.3 4.3-12.5 5-20 .5-7.4.7-40.7.7-40.9z"/> <path fill="none" stroke="#6b18b5" stroke-linejoin="round" d="M224.5 72.8s-6 .4-10.4 2.9c-3.5 2.1-9.5 5.3-13.6 11-10.6 8.2-26.5 12-31.5 19-3 4.6-2.8 15.7 4.7 20.5 4.8 2.7 19 7 25.8-3.1 6.8-10.2 2.7-13 6-19.6a117.4 117.4 0 0 1 19-30.7zM367 58s-4.4-4-9.3-5.5c-4-1-10.6-.6-17.5-1.3-13.3-1.8-27-11.4-35.3-10.2-5.4 1-13.3 9-11.5 17.6 1.3 5.4 7.3 16.2 19.4 14.1 12-2.1 12-4.8 19-7 17.4-9.7 35-7.7 35.2-7.7zm141.4 137.4c1-2.3-.9-6.6-2.2-11.5-1.2-4-3.1-10-7.7-15.5-5.4-12.2-4.5-29-10-35.4-3.7-4-14.6-6.6-21-.4-3.9 4-11.4 16.6-3.2 25.7 8.2 9 11.8 5.7 17.4 10.5 13.5 9 20 25 26.7 26.6zM503.5 302c1.9-2.5 5.2-7.4 4.8-11.5-.3-3.2 1.5-13 1.7-17.3 1.2-13.3 9.5-24.2 7.2-35.7-1.3-5.4-9.2-13-17.8-10.8-5.2 1.6-17 8-14.3 20 2.7 12 6.6 11.7 9.1 18.7 7.3 14.5 2.7 31.7 9.3 36.6z"/> <path fill="none" stroke="#000" stroke-width="1.9" d="M405.5 386.8s-2.3 4.4 6.8 8.2m11.3-18.4s10-2.5 16.8 0m13.2-25.4c0 .2-1.4 4.5 6.6 10.8m-.8-22s5.9 4.3 15.8 4m-75.4 8.6s.3 11.5-5.6 16.8m25.4-34.5s9.7 2.4 17.7-1.6m44.6-15.3s2.1 3 12.9 2.5m-54.9-9.3c.3.2 12.7 4.2 20.5.6m4.2-47.8s.5-.7 4.3 12.7m5.2-50.4s-.5 7.1-6.2 10.2m42.9-39.4s-8.4 6.8-6.8 9.5m-34.7-14.4s4.3 7.3-2.8 12.3M448.2 161s7.5-.3 10.8 6.1m-24.8-27.3h5.7m24-26c0 .1 1.5 1.5-1.4 4.5m-52-3.8s4 6.2 3.3 13.9m19.8-35.1c1.8-.2 7.7-2.8 7.7-2.8m-33.4-22c-.1 0-2.2 7.7 1.6 10.5m-11.1 25c0 8.4 6.6 6.3 2 14.3M382.2 97a57 57 0 0 0-10.4 9.4m-16.4-13.7s4.4 4.3 3.3 10.2m-16-13.7s-2.2 6.6-5.1 8.3m-18-10c-.1.3-3.6 7.8-6 9.1m-25.6-9c.2 0 3.5 7-.8 12m-6.5-48c.2.2.7 5.4-2.6 10m-28.7 1.9c0 .1 1.4 5.9-7.8 7.8m-9.9 45.2c.2.3 8.9 1.7 8.9 1.7M210 136.6c.2-.2 10.6-3.3 10.6-3.3m-27.4 16.3c.3 0 7.3 1.3 9 .4m-14 6s2.3 1.3.4 13m-34.2-43.5 4.2 6.2m-18.5 26c0-.2 4.2 6.2 9.8 7.4m23 25.2a49 49 0 0 0 8-2M170 213.8c.2 0-.1-4.3 5.2-7.3M163 224.7c0 .2 5 6.4 8.5 7.3m-11.5 4.7c.6-.2 6-4.9 12.2-4.5m-13.9 20.6s.2 5.4 16.2 4m-14.6 15c0-.2 4.7-10.8 14.2-14.8m-1.4 28.4s1.4-4.6 9.4-7.7m-.5 25.5s5.7-4.7 7.8-5.3m-.7 19.3s3.5 3.6 12.2-2.7m-54 5.6c1-.2 13.7-3.1 18 3.5m-13 7s13.4-1.8 15.1-.4m32.7 3.1s-1.8 3.7 14.7-2.4m5.8 9c-3 5 .7 9-3.2 11.3m-47-4.3c.5-.4 6-2.3 5.2-10.3m-.2 22.3c.7-.2 9.9-4.2 11.8-2.1m6.3 13.7s1.2-8.2 3.8-9m10 21.3s7.7-.1 11-2.6m3.8-25c.2.2 7.1 3.8 22 .2m-16.4 33s2 10.6 2 13"/> <g fill="#de2010" fill-rule="evenodd" stroke="#000" stroke-width="1.5"> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(1.60885 -.2011 .2072 1.65762 94.8 75)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(1.60885 -.2011 .2072 1.65762 93.4 57.3)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(1.58497 -.3417 .35206 1.633 78 74)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(1.4455 -.73446 .7567 1.4893 55.9 163)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(1.4455 -.73446 .7567 1.4893 48.9 147.1)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(1.3781 -.85423 .88011 1.41987 40 167.4)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(1.28907 -.98346 1.01327 1.32812 33.8 193)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(1.1329 -1.15994 1.19508 1.16722 35.3 239)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(1.02138 -1.25922 1.29739 1.05234 34.3 262.7)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(.79817 -1.41132 1.45408 .82236 51.9 315)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(.66642 -1.4781 1.52289 .6866 56.8 337.4)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(.56582 -1.51945 1.5655 .58296 57.9 352.4)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(.4482 -1.5582 1.60543 .46178 63 370.4)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(.20288 -1.60864 1.65738 .20903 94.7 408.9)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(.06506 -1.62008 1.66918 .06703 106.3 427.4)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(.06506 -1.62008 1.66918 .06703 88.8 428)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(-.36132 -1.5806 1.62852 -.37226 172.5 473.5)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(-.49045 -1.54542 1.59227 -.50531 188.3 485.8)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(-.67103 -1.476 1.52073 -.69138 221.9 499.1)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(-.7945 -1.41337 1.4562 -.81858 241.4 508.3)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(-.94339 -1.31867 1.35863 -.97197 271.6 515.4)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(-1.05159 -1.2341 1.27151 -1.08344 292.4 520.2)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(-1.13737 -1.15553 1.19056 -1.17183 308.9 526.1)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(-1.2301 -1.05628 1.08829 -1.26738 331.4 529.6)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(-1.33573 -.91908 .94693 -1.3762 362.5 526.1)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(-1.47374 -.67597 .69645 -1.51841 415.9 504)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(-1.52895 -.53958 .55593 -1.5753 438.7 497.5)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(-1.61445 -.12005 .15429 -1.33344 500.5 406)"/> <path d="M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z" transform="matrix(-1.58082 -.36035 .37125 -1.62873 468.4 480.8)"/> </g> <path fill="#ffe300" fill-rule="evenodd" d="M480 194.7c2.2-2.3 4.2-3 6.7-2.1-1-6.1-2.8-8.2-5.2-7.4-2.3.7-3.4 3.8-1.5 9.5m3.3 18.2c2.3-2.1 4.3-2.6 6.8-1.6-.4-6-2.2-8.3-4.6-7.7-2.4.5-3.6 3.6-2.2 9.3m-7.8-35c1.5-2.7 3.3-3.8 6-3.7-2.5-5.6-4.8-7.1-7-5.8-2 1.3-2.2 4.6 1 9.6zm-8.1-16.6c1.5-2.8 3.3-3.9 6-3.7-2.5-5.7-4.9-7.2-7-5.9-2 1.3-2.2 4.6 1 9.6m-19.5-30.5c1-3 2.6-4.4 5.2-4.6-3.3-5.2-5.9-6.3-7.7-4.7s-1.5 5 2.5 9.3M435 117.5c1-3 2.4-4.4 5-4.8-3.4-5-6-6-7.8-4.4-1.8 1.7-1.4 5 2.8 9.2M408.3 95c0-3.2 1-5 3.3-6.2-4.8-3.7-7.7-3.8-8.8-1.7s.2 5.1 5.5 7.9m14 10.5c.4-3.1 1.7-4.8 4.3-5.5-4.2-4.5-6.9-5.2-8.4-3.3-1.5 2-.7 5.1 4 8.8zm-30-19.3c-.3-3.1.5-5 2.7-6.5-5.2-3.2-8-3-9-.8-.9 2.3.8 5.1 6.4 7.3zM376.2 79c-.8-3-.3-5 1.7-6.8-5.6-2.4-8.4-1.9-9 .5-.6 2.4 1.5 4.9 7.3 6.3m-17.5-5.4c-1.1-3-.8-5 1.1-7-5.8-1.9-8.5-1.1-9 1.3-.3 2.4 2 4.8 7.9 5.7m-17.3-3.4c-1.2-2.8-1-5 .7-7-6-1.5-8.6-.5-8.8 2-.3 2.4 2.2 4.6 8.1 5m-18.2-1.4c-1.6-2.7-1.6-4.8 0-7-6.1-.9-8.7.4-8.6 2.8 0 2.5 2.7 4.4 8.6 4.2m-35.7 2.7c-2.2-2.2-2.7-4.3-1.8-6.8-6 .6-8.2 2.4-7.6 4.8.6 2.4 3.7 3.6 9.4 2m17.6-2.3c-1.9-2.5-2.2-4.6-.9-7-6.1-.2-8.5 1.3-8.2 3.8.3 2.4 3.2 4 9 3.2zm-34.9 6c-2.4-1.9-3.3-3.8-2.7-6.4-6 1.5-7.8 3.6-6.9 5.8 1 2.3 4.2 3 9.6.6m-33 15.2c-2.8-1.4-4-3.1-3.9-5.8-5.6 2.6-7 5-5.6 7 1.3 2 4.6 2.2 9.5-1.2m16-8.1c-2.7-1.7-3.6-3.6-3.2-6.2-5.9 1.8-7.6 4-6.5 6.2 1.1 2.2 4.4 2.8 9.6 0zm-45.6 28.8c-3-.8-4.6-2.3-5-5-5 3.8-5.8 6.4-4.1 8.1 1.8 1.7 5 1.2 9-3.1zm14.1-11.6c-3-1-4.4-2.6-4.6-5.2-5.2 3.2-6.3 5.8-4.7 7.7 1.6 1.8 5 1.5 9.3-2.5m-26.7 24c-3-.6-4.7-1.9-5.4-4.5-4.6 4.1-5.2 6.9-3.3 8.4 1.9 1.6 5 .7 8.7-4zM183.7 138c-3.2-.2-5-1.3-5.8-3.8-4.2 4.5-4.6 7.2-2.6 8.6 2 1.4 5.1.2 8.4-4.8m-9.4 15c-3.2.2-5-.7-6.4-3-3.4 5.1-3.4 8-1.2 9s5.1-.6 7.6-6m-8.3 16c-3 .6-5 0-6.7-2.2-2.7 5.5-2.3 8.3 0 9 2.3.8 5-1.2 6.7-6.9zm-6.6 16.3c-3 1.1-5 .8-7-1-1.8 5.8-1 8.5 1.5 8.9 2.4.3 4.7-2 5.5-8zm-4.5 18.2c-2.8 1.3-4.9 1.2-7-.5-1.4 6-.4 8.5 2 8.7 2.5.3 4.7-2.2 5-8.2m-1.8 15.2c-2.6 1.4-4.7 1.6-7 .5-.7 4.9.6 6.8 3 6.6 2.4-.2 4.3-2.4 4-7.1m307-72.2c1.1-3 2.7-4.4 5.3-4.6-3.2-5.2-5.7-6.3-7.6-4.8-1.9 1.6-1.6 5 2.3 9.4m25.2 85c2.3-2.2 4.4-2.7 6.8-1.6-.4-6.1-2.2-8.3-4.6-7.8-2.3.6-3.6 3.6-2.2 9.4"/> <path fill="#217900" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="1.9" d="M461.3 132s-7 6.9-5.7 15.2c1.2 8.3 6.5 18.6 5.5 27.3-1 8.6-2.5 14.3-2.5 14.3s8-9.1 8-18c.2-8.7-5.4-20.3-5.4-26.7s.3-12.2.1-12zm12.7 28s-5.3 4-4.8 13c.5 9.1 10 25.8 10 25.8s6.8 14 6.5 17.7c-.2 3.7 1.3-3.5.6-11.5s-11-25.8-11-25.8-2.2-3.6-2-9.7c.2-6 .8-9.4.8-9.5z"/> <path fill="#6b18b5" fill-rule="evenodd" d="M313 47.4c0-1.8-2.2-3.4-4.8-3.4s-4.7 1.6-4.7 3.4 2 3.4 4.7 3.4 4.7-1.5 4.7-3.4zm2 8c0-1.8-2.2-3.3-5-3.3-2.6 0-4.8 1.4-4.8 3.2s2.2 3.3 4.9 3.3 4.8-1.5 4.8-3.3zm6-9.4s-5.6 4.1-3.3 5.8c2.3 1.7 8.6-3.6 8.6-3.6zm163.3 95.4c0-1.2-.5-2.3-1.4-2.9a2.6 2.6 0 0 0-3 0c-.9.6-1.4 1.7-1.4 2.9s.5 2.3 1.4 2.9a2.6 2.6 0 0 0 3 0c.9-.6 1.4-1.7 1.4-2.9m-2.1-8c0-2-1.4-3.5-3-3.5s-3.1 1.6-3.1 3.6 1.4 3.5 3 3.5 3.1-1.6 3.1-3.5zm1.5 16.2c0-1-.6-1.8-1.2-1.8s-1.2.8-1.2 1.8.5 1.9 1.2 1.9 1.2-.9 1.2-1.9m4.9-14.4c0-1.2-.6-2.1-1.2-2.1-.7 0-1.2.9-1.2 2s.5 2.2 1.2 2.2c.6 0 1.2-1 1.2-2.1m-13.4 1.4c0-1-.6-1.7-1.2-1.7s-1.2.8-1.2 1.7.5 1.8 1.2 1.8 1.2-.8 1.2-1.8m2.1 11.4c0-1.5-1.1-2.7-2.5-2.7s-2.5 1.2-2.5 2.7c0 1.6 1 2.8 2.5 2.8s2.5-1.2 2.5-2.8m-6.6-5c0-1.3-1-2.4-2.1-2.4-1.2 0-2.2 1-2.2 2.4s1 2.4 2.2 2.4c1.1 0 2-1 2-2.4zm-1-6.8a2 2 0 0 0-1-1.7 1.8 1.8 0 0 0-1.9 0 2 2 0 0 0-.9 1.7 2 2 0 0 0 1 1.8 1.8 1.8 0 0 0 1.8 0c.6-.4 1-1 1-1.8m30.1 34.4c-2.7-3.6-7.1-5.1-9.8-3.4-2.6 1.7-2.6 6 .2 9.7 2.7 3.6 7 5.1 9.7 3.4 2.7-1.8 2.7-6 0-9.7zm7.8 66.7c.5-4.5-1.6-8.4-4.8-8.8-3.2-.3-6.2 3-6.8 7.4-.5 4.4 1.7 8.3 4.9 8.7 3.2.4 6.2-3 6.7-7.3m1.6 38.8c1-4.4-.9-8.5-4-9.2-3.2-.6-6.5 2.4-7.4 6.8-.9 4.3 1 8.4 4 9 3.2.7 6.5-2.3 7.4-6.7zm7.5-36.4c0-1.7-1.2-3.1-2.6-3.1s-2.7 1.4-2.7 3.1c0 1.8 1.2 3.2 2.7 3.2s2.6-1.4 2.6-3.2m-6.5 7.3-5.4 6.2s-5.1.1-4.8 1.8c.2 1.6 7 6.6 7 8.6-.1 2 4.4-.5 4.4-.5l3.7-11.1s-.2-7.7-2.2-7.6c-2 .2-2.5 2.5-2.7 2.6m-357.4-2.4a2.6 2.6 0 1 0-5.1 0 2.6 2.6 0 0 0 5.1 0m2.5-8c0-1.4-1.2-2.6-2.6-2.6s-2.6 1.2-2.6 2.7 1.2 2.7 2.6 2.7a2.7 2.7 0 0 0 2.6-2.7zM134 199.2c-1-2.2-3-3.4-4.5-2.7-1.5.7-2 3-1 5.2s3 3.4 4.5 2.7c1.6-.7 2-3 1-5.2m6.5 23.4c-1.4-2.8-4.1-4.4-6.2-3.5s-2.7 3.9-1.4 6.7 4 4.4 6.2 3.5 2.7-3.9 1.4-6.7m6.8 17.2c.5-3.5-1-6.8-3.2-7.2-2.3-.5-4.4 2-4.9 5.5-.4 3.5 1 6.7 3.3 7.2 2.2.5 4.4-2 4.8-5.5m-11 2.5c1.4-3.3.9-6.8-1.1-7.8s-4.8.7-6.2 4-.9 6.7 1.2 7.8 4.7-.7 6.1-4"/> <path fill="#6b18b5" fill-rule="evenodd" d="M131.3 234.8c0-1.7-1.3-3-2.9-3s-2.9 1.4-2.9 3 1.3 3 3 3 2.8-1.3 2.8-3m-2.3-7.5c0-1.5-1.2-2.7-2.6-2.7a2.7 2.7 0 0 0-2.6 2.8c0 1.4 1.2 2.7 2.6 2.7s2.6-1.3 2.6-2.8m2.4-14.3c0-2.6-1.1-4.6-2.5-4.6s-2.5 2-2.5 4.6c0 2.5 1.1 4.6 2.5 4.6s2.5-2 2.5-4.6m7.8-1.1c.3-2.5-.5-4.7-2-5-1.3-.1-2.7 1.8-3 4.3-.4 2.5.5 4.7 1.9 4.9 1.3.2 2.7-1.7 3-4.2zm55-110c1.1-3.6 0-7.2-2.3-8-2.3-.9-5 1.3-6 4.9-1 3.6 0 7.2 2.3 8 2.3.9 5-1.3 6-4.9m-10.4 15.9c3-2.7 4.4-6.3 3-8.1-1.5-1.9-5.2-1.2-8.3 1.4s-4.3 6.2-2.9 8c1.5 1.9 5.2 1.3 8.2-1.3m-6-8.8c3-2.3 4.2-5.4 2.8-7s-5-1-8 1.2c-3.1 2.3-4.4 5.4-3 7s5 1 8.1-1.2zm23.5-15.5c2-1.6 2.9-3.8 2-4.9-1-1-3.5-.7-5.6.9s-2.9 3.7-1.9 4.8c1 1.1 3.4.7 5.5-.8"/> <path fill="#6b18b5" fill-rule="evenodd" d="M189 108.5c1.4-2.2 1.5-4.5.2-5.2-1.3-.7-3.5.4-4.9 2.6s-1.5 4.5-.2 5.2c1.3.7 3.5-.5 4.9-2.6m17.7-9.3c2.2-1.9 3-4.3 2-5.5-1.2-1.2-4-.6-6.2 1.2s-3 4.3-1.9 5.5c1.2 1.2 3.9.6 6.1-1.2m-32 21.6c2 0 3.6-1.1 3.4-2.3 0-1.1-1.9-2-4-1.9-2 .1-3.6 1.2-3.4 2.3.1 1.2 2 2 4 2zm38.7-33.1c1.4-2.2 1.5-4.5.2-5.2-1.2-.7-3.4.4-4.8 2.6s-1.5 4.5-.2 5.2c1.3.7 3.4-.4 4.8-2.6"/> <path fill="#ffd200" fill-rule="evenodd" stroke="#ef8a10" d="M446.8 153.4s6.4-10.1 4-19.7c-2.5-9.5-13-2.7-12.8.7.2 3.3 6.8 7.9 7.2 10 .4 2-.8 8.3 1.6 9z"/> <path fill="#217900" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="2.3" d="M324.9 69.3s23 .9 23.1 15.8c0 2.3 0 5-.8 11.7 4.6-2.5 7.6-9.3 7-13.7.1-15.1-20.5-25.5-29.3-13.8z"/> <path fill="#217900" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="2.3" d="M310.3 68.6s18.5-3.8 18.7 11c.1 15-6 17.3-6 17.3s14.3-3 14.4-18.1c0-15.2-18.3-21.9-27.1-10.2z"/> <path fill="#f7df73" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="2.5" d="M373.3 390s86.8-24.6 113-131C471 368.1 376 403 376 403l-2.8-13z"/> <path fill="#8c1800" fill-rule="evenodd" d="M382.2 396.6c2.7 0 9.3-7.4 13.1-8.2 3.8-.8 4.2-4.7-.1-4.8-4.4-.2-8.2 5-8.2 5s-3.8 3.2-7.8 3.6c-4 .4-1.4 5.4 3 4.4"/> <path fill="#8c1800" fill-rule="evenodd" stroke="#8c1800" stroke-width="2.5" d="M432.2 359.3s-9 5.2-7.8 6.5c1.3 1.3 9.3-5 9.5-5 .1-.2 3.4-4.2-1.7-1.5z"/> <path fill="#8c1800" fill-rule="evenodd" d="M400.7 383s-2.7-1 4.2-3.6c7-2.7 6.5-5.8 8.8-7.1 2.2-1.3 7-4.7 8-2.7s-5 6-6.5 6.4c-1.4.4-8.3 6.8-10.3 7.3-2 .6-3.4.3-4.2-.3"/> <path fill="none" stroke="#8c1800" stroke-linecap="round" stroke-width="3" d="M445.6 346c-6 6.7-6 6.5-6 6.5"/> <path fill="none" stroke="#8c1800" stroke-linecap="round" stroke-width="2.8" d="m454.5 335.2-5.7 6.9"/> <path fill="none" stroke="#8c1800" stroke-linecap="round" stroke-width="2.5" d="m463.4 321-6.4 10.2"/> <path fill="none" stroke="#8c1800" stroke-linecap="round" stroke-width="2.3" d="m470.9 306.6-5.3 10.5m8.6-18-1.6 3.6"/> <path fill="none" stroke="#8c1800" stroke-linecap="round" stroke-width="1.4" d="m478 289-1.4 4.4"/> <path fill="#f7df73" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="1.5" d="M160.3 216s52-14.7 67.6-78.5c-9.1 65.5-66 86.2-66 86.2z" transform="matrix(-1.65528 0 0 1.70062 524.8 20.4)"/> <path fill="#8c1800" fill-rule="evenodd" d="M250.7 394.4c-2.7 0-9.2-7.5-13-8.3-3.8-.9-4.2-4.8.1-5 4.4 0 8.1 5.1 8.1 5.1s3.8 3.3 7.7 3.8c4 .4 1.4 5.4-2.9 4.4"/> <path fill="#8c1800" fill-rule="evenodd" stroke="#8c1800" stroke-width="1.5" d="M195.5 197.6s-5.4 3.2-4.6 4c.7.7 5.5-3 5.6-3.1.1-.1 2-2.5-1-.9z" transform="matrix(-1.65528 0 0 1.70062 524.8 20.4)"/> <path fill="#8c1800" fill-rule="evenodd" d="M232.4 380.6s2.6-1-4.2-3.7-6.5-6-8.7-7.2c-2.2-1.3-7-4.7-8-2.7s5 6 6.5 6.4c1.4.5 8.2 7 10.2 7.5 2 .6 3.3.3 4.2-.3"/> <path fill="none" stroke="#8c1800" stroke-linecap="round" stroke-width="1.8" d="m203.5 189.7-3.5 3.9" transform="matrix(-1.65528 0 0 1.70062 524.8 20.4)"/> <path fill="none" stroke="#8c1800" stroke-linecap="round" stroke-width="1.7" d="m208.9 183.2-3.4 4.1" transform="matrix(-1.65528 0 0 1.70062 524.8 20.4)"/> <path fill="none" stroke="#8c1800" stroke-linecap="round" stroke-width="1.5" d="m214.2 174.7-3.8 6.1" transform="matrix(-1.65528 0 0 1.70062 524.8 20.4)"/> <path fill="none" stroke="#8c1800" stroke-linecap="round" stroke-width="1.4" d="m218.7 166.1-3.2 6.3m5.2-10.9-1 2.2" transform="matrix(-1.65528 0 0 1.70062 524.8 20.4)"/> <path fill="none" stroke="#8c1800" stroke-linecap="round" stroke-width=".8" d="m223 155.5-.9 2.7" transform="matrix(-1.65528 0 0 1.70062 524.8 20.4)"/> <path fill="#217900" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="2.3" d="M490.4 239.3c.5 6.7 7 13 4.4 24.7-3.2 13.3-14.8 44.7-12.8 50.2-3.4-4.7-2.8-9-3-15.6-.4-6.5 9.4-30.9 10.3-39.1 0-7.4.7-17.5 1.1-20.2z"/> <path fill="#217900" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="2.3" d="M490.4 239.4s10.7 13.5 10.1 24.2c-.5 10.7-6.5 23.2-4.5 28.7a21.7 21.7 0 0 1-4.6-14.2c-.3-6.5 5.3-13.8 4.1-20.9-1.1-7-5.2-17.8-5-17.8zm-349.3 3c-.4 6.7-5.4 12.7-2.8 24.3 3.2 13.3 15 30 13 49.2 3.5-4.7 4.5-10 4.8-16.5.2-6.5-13-28.5-13.8-36.8 0-7.4-.8-17.5-1.2-20.2z"/> <path fill="#217900" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="2.3" d="M141.1 242.6s-10.4 13-9.8 23.7c.1 7.1 13.2 36.8 11.2 42.4 3.5-4.7 4.4-4.1 4.3-11.2-3.8-18.3-10.7-29.9-9.5-37 1.1-7.1 4-18 3.8-18z"/> <path fill="#fff" stroke="#000" stroke-dashoffset="1" stroke-linecap="square" stroke-linejoin="round" stroke-width="1.7" d="m100 125.8 22 68.2h72l-58 42.2 22.1 68.2-58-42.1-58 42.1 22-68.2L6 194h71.8z" transform="matrix(1.16516 0 0 1.16534 202 -23.6)"/> </g></svg>`,
|
|
3
3
|
autoSize: false,
|
|
4
4
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
icon: `<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-mq" viewBox="0 0 640 480" height="16px"
|
|
2
|
+
icon: `<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-mq" viewBox="0 0 640 480" height="16px" > <path fill="#231f1e" d="M0 0h640v480H0z"/> <path fill="#00a650" d="M0 0h640v240H0z"/> <path fill="#ef1923" d="m0 0 320 240L0 480z"/></svg>`,
|
|
3
3
|
autoSize: false,
|
|
4
4
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
icon: `<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-mr" viewBox="0 0 640 480" height="16px"
|
|
2
|
+
icon: `<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-mr" viewBox="0 0 640 480" height="16px" > <path fill="#cd2a3e" d="M0 0h640v480H0z"/> <path fill="#006233" d="M0 72h640v336H0z"/> <path fill="#ffc400" d="M470 154.6a150 150 0 0 1-300 0 154.9 154.9 0 0 0-5 39.2 155 155 0 1 0 310 0 154.4 154.4 0 0 0-5-39.2" class="mr-st1"/> <path fill="#ffc400" d="m320 93.8-13.5 41.5H263l35.3 25.6-13.5 41.4 35.3-25.6 35.3 25.6-13.5-41.4 35.3-25.6h-43.6z"/></svg>`,
|
|
3
3
|
autoSize: false,
|
|
4
4
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
icon: `<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-ms" viewBox="0 0 640 480" height="16px"
|
|
2
|
+
icon: `<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-ms" viewBox="0 0 640 480" height="16px" > <path fill="#012169" d="M0 0h640v480H0z"/> <path fill="#fff" d="M384.9 111h205.5l-.3 146.3c1.7 58.7-34.9 95.2-102.3 111.7-47.9-12-103-36.5-103.2-110z"/> <path fill="#00a2bd" stroke="#000" stroke-width="1.8" d="M389.4 115.4h196.4l-.2 140.2c1.6 56.3-33.4 91.2-97.8 107-45.8-11.4-98.5-35-98.6-105.4z"/> <path fill="#a53d08" d="M584.3 272.2c-7.2 53.7-48.6 77.2-96.5 89.7-42.5-11.4-88.2-29.6-97-89.5z"/> <path d="m480 141.5-.3-17.6 14 .1.1 17.5H532l.1 13.7-38.3.2-.3 161.4-13.6.1-.2-161.7-38 .2v-14z"/> <path fill="#ff9a08" fill-rule="evenodd" stroke="#000" stroke-width=".8" d="m449 278.8 35 36.3c12.1-13.3 3.7-63-12.2-72.1-1.9 5.9-5.1 13-8.6 15.2-7.5 5.2-26.1 11.2-19.9 15 1.4-1.9 5.1-3.7 6.9.6 2 6.9-7.8 7.3-7.8 7.3s-6.2-.8-7.3-7c-1-6.4 9.3-12.2 10.2-12.6.8-.3 14.3-4 16.6-15.9 2.9-11.8 5.8-10 6.3-10.2 17.7 1.7 29.2 33.3 29.9 55.5.6 22.2-9 37-10.8 38-1.7.9-42-47.9-42-47.9z"/> <path fill="#ff9a08" stroke="#000" stroke-width=".8" d="m474.6 245 .2 65.5m-4.2-64.2.3 59.4m-4.5-50.8.2 47.2m-3.7-43.9.2 39.1m-3.9-37.3v33m-4-30.4v26.1m-3.5-24v20"/> <g fill="none" stroke="#ffdf00" stroke-linecap="round" stroke-width="1.8"> <path stroke-width=".8" d="m448.5 283 36 41.2"/> <path stroke-width="1.4" d="M486.3 257s16.4 35.7 1.2 65m-43.2-46.6s1.2-3.1 2.7-1.8m-5.5-7.3s-6.6 5.7-3 9.5"/> </g> <path fill="#008021" stroke="#000" stroke-width=".3" d="M494 175.4c2.3-2 3.6-3.3 5.1-3 1.5.2 3.5 0 5-.4a31 31 0 0 1 12-.4c1 .2 2.5.7 4.6 2.5 2.1 1.8 5.2 5 4.2 13.6s-.7 12.3-1.2 17.2c-.8 8.5-2.7 15.5-6 15 4.5 8 5 15 8 20.5s4.8 16.8 3.7 29c-1.2 12.3-4.4 39.7 5.3 58.2-1.6 1.1-5.5 0-9-3.7s-5-3.6-7.8-1.4c-8.8 6.7-17 14.8-29.1 6.7-2.8-1.8-3.6-4-1.6-9.7 5-14 7.5-33.4 6.7-42.4z"/> <path fill="#ffe1cf" stroke="#000" stroke-width=".3" d="M502.3 166.8a9.6 9.6 0 0 1-.1 6.8 9 9 0 0 0 .5 8.4c2.7-4 6.6-3.2 9-5.4 2.2-2.3 2.7-4.5 4.4-5-1.7-1.5-4.3-3.2-3.8-7.5.6-4.4 6.7-8 1.2-14.6a8 8 0 0 0-13.4 1.2c-.3.8.2 2.4-.7 3.4a8 8 0 0 1-2.1 2c-.5.4-.8.9-.2 1.6.2.3.6.3 1 .4l-.8 1.5c-.3.3-.2.6.2 1-.5 1.3.4 1.5-.2 2.5-.6.9-1.2 2 .6 3 .6.3 3 .8 4.4.7zm-22.5 23c-3.2.8-8.4-.6-12.3-.2-1.8.2-3.2-.7-3-2.4.3-1.7.6-4.4.2-6.8a31.6 31.6 0 0 1 3.8-14.8 33 33 0 0 0 3.8-11.6c0-1.9.2-3.9 1.8-5 1.2-.7 1.4-1.4 1.8-2 1-1.5 2-1.8 2-1 .1.5 0 1-.5 1.6 1-.8 2.8-1.8 3.2-2 .4-.4 2.4-1.8 2.5-.4.8-.4 1.4-.4 1.6 0 .2.5 0 .7-.3 1 .6 0 1.2.9 0 1.8.7-.2 1.3.8.2 1.7-1 1-2.4 1.6-2.7 2.4-.4.8-3.2 2.9-4.3 3.3-1.1.5-1.2 1.1-1.2 2.7 0 17.8-2 16.3-2 20.7 0 1-.3 2.1.8 1.8a15 15 0 0 1 4.6-.9v10zm.7 38.2c5.2-2.6 11.2-3.6 14.3-4.4a62.4 62.4 0 0 0 10.4-4.4c2.5-1.3 4.5-3 5.9-3.5a6.5 6.5 0 0 0 3.8-3.2 50.4 50.4 0 0 0 6.9-21.8c0-4-1-8.6-5-5.4a29.6 29.6 0 0 0-8.8 13.2c-1.6 6.4-3 7.9-3.3 9.1-.4 1.3-1.6 1.3-3.2 1.6a26.7 26.7 0 0 0-13.6 6.4 136 136 0 0 1-14.2 9.2c-3.7 2.1-4.4 2.3-5.2 4-.8 1.6-1.6 3-2.2 3.6-.8.8-1 1.6-.8 2.6.1.8-.2 4.2-.3 5.4 0 1.2.3 1.4.7 1.5.4 0 1-.2 1.3-1.6-.2 1.4 1.7 1 1.8-.1 0 1.5 2 .6 2-.8 0 1 1.7.3 1.7 0 .4-1.3.7-2.5 1.2-3.4.6-1.4 1.3-3.2 2.7-4 1.5-1.2.8-2.4 3.9-4zm37.4 94.5c.3 1.3 1 2.7 1.2 3.6.2.8-.2 1.1-.4 1.6a32.8 32.8 0 0 0-2.8 8.8c0 1.2-1 2.4-1.3 3.2-.5.8-.3 1.5.8 2.3.4.3 2-.2 2.1-1 .7.6 1.6.4 2.1-.5.6.5 1.5.2 2-.7.5.3 1.3-.3 1.6-.8.8.4 1.6 0 1.6-1.6 0-.4.3-1 .5-1.3.2-.4.3-1.1.3-1.7 0-.7.3-2 .9-2.8.6-1 1.5-2.5 1.1-4-.4-1.4-1-1.3-1.5-3.2-1.3-1.4-3-3.2-4.8-3.4-1.8 0-2.8 1.1-3.4 1.5zm-32.9 9.9c1.7 1.6 5.3 1.6 7.8-1-.9-.4-3-1.4-3.8-2a12.4 12.4 0 0 1-4 3z"/> <path fill="#870f00" stroke="#000" stroke-width=".3" d="M501.4 149c.6-4 3.5-4 5.3-3.5.8.1 2.6.3 4.4-.2 3.4-.9 6 .3 5.6 3.6 1 .7 2 2.3 1.7 3.7-.1 1.4.2 2 1.4 2.1 1.3.2 4 1.8 2.2 4 1.7 1 3 3.7 2.1 5.4-.9 1.8-3.6 2.1-4.8.5-1.3.6-3.3.7-4.6-.6-.9 1-3 .9-3.5 0-.4-1-1-1.4-1.9-1.7-.9-.3-1-2.8.4-3.1-.1-.8 0-1.6.3-2 .3-.4 0-1.2-.8-1.8-.8-.7-1.5-3-.7-4.4-1.4.5-4.4-.9-5-1.8-.7-1-1.6-1-2.1-.2z"/> <g fill="none" stroke="#000" stroke-width=".3"> <path d="M502.3 166.8c2.2-.3 3-1.6 4.6-1.6m-9.4-4.7.5.3c.4.3 1 .4 1.4.4m-1.3-3.1 1 .6m4.2-9.7c-1.3-1.3 2.2-3.8 6-.2.8.8 2.5.8 3 .6m-3.8 1.6c1.8-.4 4.3-.4 5.1 1.6.8 2 2.3.6 3.5 3 1.2 2.3 3 4.8 5 3m-7.4 5.4a4 4 0 0 1-.4-3.2c-.7-.8-.4-2.5 0-3.3m-4.6 1.7c0 .7 1 2 2.4 2.2m7.2 3.2c-.8-1-.7-2-.5-3.2"/> <path d="M510.9 153c0 1.1.6 2.5 1.6 3 .3.6 1.4 2.2 3.8 2m.4-9a10.9 10.9 0 0 0-5.2-2.6m-8.8 35.6c-2 2.7-3.2 6.4-2.4 11.6 1 5.2 2.4 12.8-1.3 16.2m18.6 10.1c-2.6-.7-6.4-.7-8.5.9-2 1.5-5.6 1.6-7.9.4"/> <path d="M512 219.6c-2.3.4-3.3 2.1-3.3 6.4 0 4.2-1 10.4-.2 16.6m-.6-21.1c-1.6.4-3.2.4-2.8 4.5m-5.1 0c.1-2.4 1-4.8 2.6-4.3m14.1 4.9c0-5.6-1.2-7.1-2.8-7 2.2 0 3.7.3 4.7 9.2.6 6.8 2 9 3.7 14.4 4.1 13.6 2 34.5 4.1 42m-12.9-57a71.4 71.4 0 0 1-.4 49.3c4.8 13.4 9.6 23.1 10.5 28.6m-23.9-48c.8-2.9-2.2-3.2.4-13.3 1.1-4.4 1.3-7 .6-8.4"/> <path d="M500.7 242.4c-1 4.4 3.3 12.8 1.2 19m-5.5 1.1c0 4 .9 9 .7 13-.2 3.9 1.4 5.7 3.2 9.4 6.8 13.4 11.2 22.9 10.7 35.5-.2 2.4.6 7.2-1.8 8.6m-12.6 3.4c.7 0 1.4-.4 2.3-2.4a64.8 64.8 0 0 0 2.4-23m1.4 9.6c.4 2.6.4 8-1.3 12.4"/> <path d="M507.1 308.7c1 5.6 1 10.7.1 14.3m-2.4 0c.2 2.2 1.2 8-.5 8.5m9.2-35.3c4.3 6.7 7.6 23.2 11.2 26.6m-7.6-2.6c0-1.8-.1-4.4-1.2-5.6M471 239.4c.1-1.2-.1-2.4 1.3-4.4m-3.3 5.2c.2-4.4.1-4.8 1.4-6m-3.2 6.1c0-3.2-.3-4.3 1-6.3m14.9-88.8-4.5 3.4m5.8-2.4c-.5 0-2.1 1.4-5 3.6m5.1-1.8c-1 .4-2.6 2-4.2 3.2m-2.9-3.5-1.6 1.6M517.5 341c-.2-.2-.2-1.3.3-2.4m1.9 1.9c-.4-.3 0-1.7.2-2.6m1.7 1.9c-.4-.2-.5-1 0-2m1.5 1.2c-.2 0-.3-.6.1-1.8"/> </g> <path d="M500.5 152.7c.8 1 1.7 1 1.8 1.6.2.8.3.8.4 1 .2.2-.4.2-.6 0h-1.4c-.4 0-.8-.5-.6-.5.3-.1.3-.2.2-.4 0-.3.2-.6.4-.7l-.1-.3c-.2-.3-.3-1-.1-.8zm.5-1.1a6.4 6.4 0 0 1 3.4 1.6c.7.8.1.6-.2.6s-1-.2-1.4-.6a4.6 4.6 0 0 0-1.9-1.2c-.3 0-.6-.4 0-.4z"/> <path fill="#012169" d="M0 0h320v240H0z"/> <path fill="#FFF" d="m37.5 0 122 90.5L281 0h39v31l-120 89.5 120 89V240h-40l-120-89.5L40.5 240H0v-30l119.5-89L0 32V0z"/> <path fill="#C8102E" d="M212 140.5 320 220v20l-135.5-99.5zm-92 10 3 17.5-96 72H0zM320 0v1.5l-124.5 94 1-22L295 0zM0 0l119.5 88h-30L0 21z"/> <path fill="#FFF" d="M120.5 0v240h80V0zM0 80v80h320V80z"/> <path fill="#C8102E" d="M0 96.5v48h320v-48zM136.5 0v240h48V0z"/></svg>`,
|
|
3
3
|
autoSize: false,
|
|
4
4
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
icon: `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-mt" viewBox="0 0 640 480" height="16px" style="border-radius: 2px"> <path fill="#fff" stroke-width=".00818411" d="M0 0h640v480H0Z"/> <path fill="#cf142b" stroke-width=".00818411" d="M320 0h320v480H320Z"/> <g fill="#fff" stroke="#000" stroke-width="96" transform="translate(161.8 160.6)scale(.0147)"> <path fill="none" stroke="#cf142b" stroke-width="512" d="M-2048-7168h4096v3890.8A1094 964 45 0 1 3277.2-2048H7168v4096H3277.2A964 1094 45 0 1 2048 3277.2V7168h-4096V3277.2A1094 964 45 0 1-3277.2 2048H-7168v-4096h3890.8A964 1094 45 0 1-2048-3277.2Z"/> <path stroke="none" d="M2024-3275.2A1094 964 45 0 1 3275.2-2024v4048A964 1094 45 0 1 2024 3275.2h-4048A1094 964 45 0 1-3275.2 2024v-4048A964 1094 45 0 1-2024-3275.2Z"/> <path stroke-width="48" d="M-2024-7144h4048V7144h-4048zm-5120 5120H7144v4048H-7144Z"/> <path d="M-1792-6912h3584V6912h-3584zm-5120 5120H6912v3584H-6912Z"/> <circle r="3200"/> <circle r="2368"/> <g id="mt-a" stroke-linejoin="round" stroke-width="48"> <path d="M3084-2565c-111 85-322 302-450 461l-119-74c163-141 389-350 514-499zm-101-185c-201 59-585 172-749 276l-36-52c69-99 147-506 144-622l125 28c-41 100-81 314-92 453 129-23 435-123 522-186z"/> <path d="M3240.8-2291.9h-158.6a600 330 45 1 0-242.3 173.3l112.1-133.7 138.1 138.1-154.5 154.4a1070 940 45 0 1-974.1-1283 1070 940 45 0 1 1279.3 950.9z"/> </g> <use xlink:href="#mt-a" transform="rotate(90)"/> <use xlink:href="#mt-a" transform="scale(-1)"/> <use xlink:href="#mt-a" transform="rotate(-90)"/> </g> <g transform="translate(161.8 160.6)scale(.0147)"> <path d="M-2541 1790c-72-126-167-287-219-329 32-22 75-54 97-60-1 80 120 246 120 246l178-117c-50-77-94-136-130-159 44-32 91-59 104-62 1 39 24 104 92 184 0 0 166-88 220-156l70 114c-78 15-428 233-532 339m-247-1517c-187 34-282 193-250 372 32 181 194 305 372 275 178-31 279-195 245-385s-180-296-367-262m27 108c150-27 276 46 297 162s-72 231-223 258-271-69-288-166c-18-99 63-227 214-254m366-1100c-62 98-199 188-320 271-17-86-81-141-155-146-79-4-160 59-174 101-20 58-45 307-45 307 156-12 497 15 614 58l14-132c-77 20-251-16-251-16l4-58 180-142c23-18 158-144 162-234 1-28-23-21-29-9m-361 441c-71 2-219-6-260-24 16-143 60-194 136-187 70 7 144 47 124 211m682-1772c-136 11-306 139-302 249 1 58 21 138 98 196 76 58 155 75 218 63 61-11 162-96 161-143 0-46-108-174-176-174l113-121c29 70 145 172 188 185-49 117-110 239-238 298-128 60-261 57-382-57-114-108-70-316 2-397 79-89 226-127 229-196zm638-673 24 454s9 161-28 261l141-99c-55-44-44-179-44-179l228-122s108 69 97 153l194-79c-113-43-253-142-253-142zm73 141 208 138-203 109zm1018-474c-26 111 2 330 43 512 141-13 249-27 297-87l13 150c-139 0-292 16-432 38 2-205-19-474-77-590zm1059 67c-65 94-119 308-147 492 136 40 242 66 309 27l-43 145c-129-50-278-92-416-123 76-189 155-448 144-576zm1071 485-396 225s-140 81-246 93l151 80c15-68 141-119 141-119l212 149s-14 129-94 156l157 138c-11-120 14-291 14-291zm-94 128-31 249-189-133zm304 932-62-117c102-8 409-188 550-280l22 40-132 603c118-47 305-145 356-199l70 133c-131-19-374 101-558 213l-18-32 113-587s-305 138-341 226m930 872c-12-89-14-150-57-170l-5-37 109-18c45 117 96 443 89 527l-112 18-5-31c37-42 0-196 0-196-166 17-455 64-496 121l-26-154c59 20 350-11 503-60M2388 752c62-98 201-187 322-269 17 86 80 142 155 146 79 5 160-56 174-99 21-58 47-306 47-306-156 10-496-19-613-63l-15 132c77-19 251 17 251 17l-4 58-181 141c-24 18-160 143-165 233-1 28 23 20 29 10m365-439c71-1 219 8 260 26-17 143-62 194-138 186-70-8-143-48-122-212m-566 836-93 160c72-11 172 46 253 99 27 72 133 256 125 436l120-206c-53-24-115-50-155-243 158-59 276-78 326-50l106-180c-123 74-412 150-460 134-50-29-192-73-222-150"/> <circle cx="1475" cy="2361" r="125"/> <circle cx="-1475" cy="2361" r="125"/> </g> <g transform="translate(161.8 201.5)scale(.0147)"> <path d="M195 268c-13 9-48-9-56-37 0 9-2 37-19 53-41 39-85 20-120 20s-79 19-120-20c-17-16-19-44-19-53-8 28-43 46-56 37-12-9-6-48 18-64-8 2-36 9-56-2-50-27-45-75-56-108s-43-69-18-120c10-21 36-32 44-35-29 1-56-27-52-41 5-15 44-21 67-3-6-7-20-31-16-54 10-56 57-66 85-87 29-21 53-62 109-54 23 3 41 24 47 31-10-27 8-62 23-62s33 35 23 62c6-7 24-28 47-31 56-8 80 33 109 54 28 21 75 31 85 87 4 23-10 47-16 54 23-18 62-12 67 3 4 14-23 42-52 41 8 3 34 14 44 35 25 51-7 87-18 120s-6 81-56 108c-20 11-48 4-56 2 24 16 30 55 18 64M-93 128c16 12-27 48-10 93 19 53 72 37 103 37s84 16 103-37c17-45-26-81-10-93s38 40 85 39c57-3 58-57 67-87 10-30 42-75-3-110-37-30-86 0-92-19s50-23 64-69c15-55-37-72-62-91-26-18-59-62-106-31-39 27-26 82-46 82s-7-55-46-82c-47-31-80 13-106 31-25 19-77 36-62 91 14 46 70 50 64 69s-55-11-92 19c-45 35-13 80-3 110 9 30 10 84 67 87 47 1 69-51 85-39"/> <path d="M0 199c-9 0-20-21-14-38-3 5-14 17-28 19-34 5-48-20-65-32-17-13-45-19-51-52-3-14 6-29 9-33-14 11-37 7-40-2-3-8 14-25 31-25-5-1-20-8-26-20-15-31 4-52 11-72 6-20 3-49 33-65 12-7 29-3 34-1-15-10-18-33-11-39 8-5 29 6 34 22 0-5 1-22 11-31 25-24 51-12 72-12s47-12 72 12c10 9 11 26 11 31 5-16 26-27 34-22 7 6 4 29-11 39 5-2 22-6 34 1 30 16 27 45 33 65 7 20 26 41 11 72-6 12-21 19-26 20 17 0 34 17 31 25-3 9-26 13-40 2 3 4 12 19 9 33-6 33-34 39-51 52-17 12-31 37-65 32-14-2-25-14-28-19 6 17-5 38-14 38M0 85c11 0 4 30 25 44 25 17 43-6 57-16s42-20 33-49c-7-25-37-27-34-38 3-10 29 6 50-10 24-19 7-43 2-59-6-16-6-46-37-47-26-1-37 27-46 21s15-26 6-50c-11-29-39-20-56-20s-45-9-56 20c-9 24 15 44 6 50s-20-22-46-21c-31 1-31 31-37 47-5 16-22 40 2 59 21 16 47 0 50 10 3 11-27 13-34 38-9 29 19 39 33 49s32 33 57 16c21-14 14-44 25-44"/> <circle r="48"/> </g> <g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="36"> <path stroke-width=".7" d="M137.9 185.8a588.3 588.3 0 0 1 48 0"/> <path stroke-width=".4" d="m160 143.3 1.3 1.5m2 19.2c-.1 1.2 0 2.5.2 3.2m-3.2-3c.4.5 1 2.3 1 3"/> <path fill="#fff" stroke-width=".5" d="M170.2 185.6c-.6.2-1.6.8-1.6 1.3s1.2.6 1.6.7c-.7.2-2.7.6-3.6.2-.6.3-5.2-.7-6.2-.7-.6 0-1.4-.6-1.3-1.7 0-.2.2-.8.7-1-.3-.6 1.1-1.5 2.5-2.4-2 .3-4.7-.5-5.4-1.3-1.6-.6-2.3 0-3 1.4 0 2.4-1.3 3.6-3 3.4-1-.2-1.3.3-1.6.5l3.3 1c2.2 2 1 3.6.5 4-.5.3-1.7.1-2.4.1-.8 0-.8.3-1 .4-.6.3-1.1.4-1.3.2 0-.3.3-1.7 1.2-1.9.5 0 1.5-.3 1.5-.8 0-.4-1.8-.4-3.2-.9-1.1-.4-1.5-1-1.1-2.9.3-2 2.7-2.3 3.9-2.3-.2-.8 0-2.3 1-3.3 1.6-1.5 4-1 6.1-.8 1.2-.7 3.4-1.7 5.6-1.8 2 0 10.6-2.3 14.5-1.8-1-1.3-.7-4.4.9-5.3 2-1.2 4.2 2 4.8 1.4.5-.6-.7-1.4-2.2-3-.4-.6-.3-.6-.3-.8 0-.5 0-1 .3-1.2.2-.1 1.4.3 1.7.8.4.6.9.8 1.3.5.5-.4-.2-.2-.5-1-.1-.5-.5-.9-.4-1.3a7 7 0 0 1 2.3-1.6c.4.4.6.9.9 1.3.7 1.1 1.4.8 1.9 1.6.1.3.1 1 .5 1.7a9.6 9.6 0 0 0 3.5 3.6c.3.2.6.5.6.7 0 .4-.2.8-.4 1-.2.2-1 .2-1.6-.1-1-.5-1.5-.8-2.1-.7-1.4.2-2.3 2.4-4.3 2.4-1.8-.2-3-2.9-4.1-2.1-1.1.8 2.5 3 2 4 .4.2.9 1 .7 1.7a6 6 0 0 0 3.9-2.7c1-1.3 1.7-2 2.2-2.2.6-.3 1.3 0 1.3.5l.9.3c.5.2.3.8.2 1l-.6-.4c-.3 0-.8.3-1.2.6-.4.4-.7 1.2-1.2 1.7l-2 2.2c.3.4.2 1.1.2 1.5.1 0 .5 0 .7.2.2.1.1.3 0 .7 0 .5-2 2.7-2.4 2.6-.8 0-1.4-1-1.3-1.3-.9.4-1.3-.6-1.3-1a7 7 0 0 1-2.2 1.5c-.4.1-.6.2-.8-.4-.1.4-1.3.8-1.6.9-1.5.3-3.1 1-4.6 1l-3.8-.1z"/> <path fill="#fff" stroke-width=".3" d="M175.5 171.4c0 .6-.9 2 .4 3.2.8.6 2.1 1.1 2.5 2 .4.7-.1 1.3-.3 1.3-.8-.2-1.9 1.2-2.3 2.2-.4-1.4-1.3-1-2.5-.8.3-1.5-.8-2.4-2.6-2.6.3-.3-.2-.7-.6-1.1-.4-.4-1.8-.1-2-.4 0-.3.7-1 .3-1.5-.4-.7-2-.3-2.6-.5.2-.8.2-1.3-.2-2s-2.2-.5-3.1-.7c.7-.5 1-1.3.6-2.1-.4-1-2.4.1-2.4-1 .1-.5 2.4-.8 3.3-.9.8 0 3.7.7 6.5 1.3.6.6 5 1.9 5 3.6"/> <path stroke-width=".5" d="M182.8 182.6c1.4-.7 2.7-1.6 4.1-2.8m-25.6-1c1.2 0 3.9.4 4.7 1.4.7 1 1.2 2.7-4.1 4 1.6 0 4-.3 4.8-.1.8-.2 2.5-.7 3.2-.5-.3.1-1.2.4-1.2 1 0 .5.4.5 1.1.8m5.1-3.6c1.9.4 4.6-.2 5 1.8"/> <path stroke-width=".4" d="M181.2 166.8c.5.6 2 1.5 2.7 2 1 .8 1.4-.1.7-1.4"/> <path stroke-width=".3" d="M168.1 175.2a30 30 0 0 1 6.1-.7m-8.4-1.3c3-.8 6.2-.5 8.2-.5m-.5 6.4 2.6-2.5m-5.4 0c1-.3 2.6-1 4-1.2m-4.2-7.6c1.6-1.5 3.4-1.3 5.2-2.2 1-.6 2-2 3-3.1.5-.4.9-.8 2-.7 1.4.1 1.5.5-.1.7-1.2.2-1.3.7-1.7 1.6-.4.8 0 1.7.2 2.3a9 9 0 0 0-.8 2.2c0 .3.1.6.5 1.1m-16.3.8c4-.9 10 .7 11.1.7"/> <path stroke-width=".2" d="M187.7 177c1.3-.7 1.3-2 3-2.6m-6.6 9.1c1.7-.8 2-1.5 3-2.2m.9-13.7c-.2 0-.6 0-.8-.3-.2-.3-.3-.7-.1-.8.1-.2.3-.1.7.2s.3.7.2.9m.3 3c-.8.2-1-.5-1.7-.6-.9-.2-1.4.4-1.4.9s.5 1 1 1c.6 0 1-.3 2.1-.2m-3.8-7.2c.6 0 1.3.2 1.7-.2"/> <path fill="#fff" stroke-width=".1" d="M162.7 150.7a.4.2 75 0 1-.2-.7.4.2 76 0 1-.2-.7.4.2 77 0 1-.2-.7.4.2 79 0 1-.1-.7.4.2 80 0 1-.2-.7.2.4-8 0 1-.1-.7.2.4-7 0 1-.1-.8.2.4-5 0 1-.1-.7.2.4-3 0 1-.1-.7.2.4-1 0 1 0-.8.2.4 1 0 1-.1-.7.2.4 4 0 1 0-.8.2.4 6 0 1 0-.8.2.4 9 0 1 .1-.7.2.4 12 0 1 .2-.8.2.4 15 0 1 .1-.7.2.4 19 0 1 .2-.8.2.4 23 0 1 .3-.7.2.4 27 0 1 .3-.7.2.4 31 0 1 .3-.7.2.4 35 0 1 .5-.7.2.4 40 0 1 .5-.7.2.4 45 0 1 .5-.6.2.4 49 0 1 .6-.7"/> <path stroke-width=".1" d="m163.6 150.4-.9.3m.7-1-.9.3m.8-1-1 .3m.9-1-1 .3m.9-.9-1.1.2m1-1-1.2.3m1-1-1.1.3m1.1-1-1.2.2m1.2-.8h-1.4m1.4-.7h-1.4m1.4-.7h-1.5m1.5-.7h-1.5m1.6-.7-1.6-.1m1.7-.6-1.6-.2m1.7-.4-1.7-.3m1.9-.4-1.7-.4m1.9-.2-1.8-.5m2-.2-1.8-.6m2 0-1.7-.7m2 .2-1.7-1m2.1.4-1.8-1m2.2.5-1.7-1.2m2.1.7-1.6-1.4m2.1 1-1.6-1.6m2.1 1-1.5-1.7"/> <path fill="#fff" stroke-width=".5" d="m173 140.7-2.5.3c-.2.5-.2 1.9-.2 2.4 2.3 2.3 4.6 5.2 4.8 7.9.7.6 1.2 1.2 1.6 2.3 1.7-.9 3.4-2.3 4.8-2.7 1-.2 2.6-.3 3.5.2l5.6 3.4c1.2.8 2 1.7 2.6 2.6.5.8.6 2.3.4 2.7l-3.4-1c-.2-.5 0-1.2.3-1.7.2-.6.2-.6-.3-1-.3-.2-.8-.2-1 0-.4 0-1-.2-1.2-.6-.3-.5-3.9-2-4.5-2.2-.6 0-1.5 0-2.2.6-.4.6-1.6 2.4-2.5 3.3-.2.2-.3.5-.1.8l3.6.1c1.4.2 3 1.6 3.8 2.5 3.5 3.2 4.8 5 5.9 6 .5.5 1 1 1 1.8h-3.4c0-1.3-.2-2.1-.4-2.8-.4-.5-1.1-.3-1.4-.3-.3 0-.7-.5-1-1-.5-1-2.3-2.3-3.1-2.8-.8-.5-1.1-.3-2-.4-.5-.1-1.6-.3-2.5 0-.9.3-3.4 1.1-5.7 1.4-.8.4-3.3.8-6 1.4-2 .4-6.5 1.2-7.4 1.2-.3 2.1-2.6 5.2-3.2 5.5-.7.9-.7 1.7-.2 2 .5.5 3.9.5 4.7.5l2.9.1c.5.1 1.3.8 2.2 1.3.6.3.7.7 1.1 1.3.3.4.7.8.8 1.2h-4c0-1-.5-1.7-1-1.7-.6.4-1.3.9-2.1.6-3.1-.2-5.1 0-8-.3-.9 0-1.6-1.2-1.3-2.3.3-1 .2-1.8 0-2.6-.3.3-1.5 1.4-2.1 2.2-1 1.1-.4 2.3 0 3 .5.5 3.9 3.7 4.3 4.6.3.6 1.7 1.6 3 2.7.4 1 1.2 1.5 1.8 2.1h-5l.2-1.3c0-.3-.3-.9-1-.8-.6 0-1.2-.7-1.4-1.3-.2-.7-2.5-3.6-3.2-4.2l-3-2.9c-.4-.1-.5-.8 0-1.3.4-.4 1.6-2.4 2-3.8.3-.9 0-1-.2-1.2a19.8 19.8 0 0 1-5.4-6 7 7 0 0 1-4-.3c-1-.5-2.2-.6-2.9.4-.4.7-.4 1.8.3 2.3 1 .8 2.1 2 3.3 3.4 1 1.3.1 2.3-1.3 3.5.2.5 0 .4.2 1.3.5.7.5 2.4-.1 2.7-.6.4-1.4.8-2 1.6-.8.9-1 0-.8-1.4.2-.9-.5-1.6-1.1-2.3-.6-.6-.3-2.6 0-3.2.5-.6.8-1.7 0-2.6-.9-.8-2.5-2.6-2.3-5a3.8 3.8 0 0 1 5.2-3.3c3 1.3 4.7 1 5.6.8.8-1.4 2-2.8 3.8-3.8 1.7-1 5-2.3 8.3-2.8l8.1-3c1.1-.2 1-1.2 1-1.8-1-5.5-.8-11.3 3.7-14.2.5-.5.3-1.7 1-2.6l1.3 2.2c2 .7 5.4 1.9 6.8 2.6.6.3 1.3.3 1.7.5.4.2.7.5 1 1 .3.6 0 1.3-.4 1.5-.3.1-1.9-.4-2.3 0 0 .3.5.7 1.4 1 .3.2-.3 1-.7 1-.3 0-.7 0-.9-.3-1-.2-2-.6-3-1"/> <path stroke-width=".5" d="M167.3 137.1c0 3.4 1.1 5.1 3 6.3m6.4 10.2a9.5 9.5 0 0 1 0 4m-24.7 13c2.5-1.1 4.8-4 4.7-5.8 0-1-.9-2.5-3.1-2.6m3 2.6c.8.3 2.3.1 3.5.3m12.6-8.3c2 .1 4.6 1.3 6 1.2m-7 2.8c1.8.4 1.8 1.2 5.3 1m-6-12.2c1.9 0 3 1 4 1.7"/> <path stroke-width=".3" d="M156.3 166.4c1.4 0 2.4-.2 3-1.4m8-27.9c0 2.8 1 3.5 3.2 3.9"/> <path stroke-width=".2" d="M178 137.6c-.1.7-.2 1.3 1 1.2m-6.1-3.1c-.9 2.2 3.6 2.5 3.7 4m-25 14.7c2.2 1 2 5.3 2 7.8"/> <path fill="#fff" stroke-width=".2" d="M175.6 139.7c-.7 1.4-2.3 3.5-3.8 4.6-2.4 1.7-5 3-8.1 3.7-.5.1-1 .3-1.6.1-.6 0-1.3-.5-1.7-1.4-.2-.4-.1-2.6.7-2.9a6 6 0 0 1 2.4-.4c.5 0 1 .2 1 .8 0 .5-.5.8-1 .7-.6-.2-1.5-.6-2-.2-.4.2-.7 1.2-.4 1.7.4.7.7.9 1.1 1l1.3-.1c3-.8 5.5-2 7.8-3.6 1.5-1 3-3.4 3.6-4.4zm-12 4.3c-.9-.2-2.4 0-2.5.4.7-.4 1.5-.3 2.5 0 .3 0 .4-.3 0-.4m6-7.5.3-.7c.1-.1-.2-1.7 1.4-.9 1.7 1 .4 1.7.3 1.8l-.4.7"/> <path stroke-width=".4" d="m166.7 135 9.5 5"/> <g stroke-width=".3"> <path fill="#fff" d="M154.7 135.4c-1.6.2-4.7-.2-6.4-.5-.8-.1-3.1 3.2-4.3 3.4-1.2.3-2.4-2.4-4.1-1.8-.9.7 0 4-.5 4.3-.5.5-2-1.6-3-1-1 .8.8 5.1.3 5.6-.4.5-2.6-1.9-3.3-1.4-.7.4.7 7.2 0 7.5-.6.4-3.7-1.8-4-.9-.5 1 4.3 3.1 5.6 3.2l1.3-.5c.4.2 4.2.5 4.6.5l2.1-2.2c3.3-4.3 7-8.3 11.7-8z"/> <path d="m140.2 136.5 6.3-.3m-10.1 3.6 3-1m-6 5 2.9-1.2m-7 8 4-3.6m3 6.2c1.7-3 5-6.2 7.9-7.9m-10.7 6.2c2.4-2.9 9.1-7.6 11.3-8m-5.4-2.7c2.8-1.2 6.8-1.4 10-1.7m-5.5-.8c.4 0 5.2-.6 7.3-.5m-14.5 7.7c3.7-2.2 7.4-4 11.5-5.3"/> </g> <path fill="#fff" stroke-width=".4" d="M168.2 191.2c.3.1.6.8.6.8s-.6.3-.8.2l-29.5-8.8c-.8-.2-.5-1.6.4-1.3zm-28-41c-.2-.7-.8-1.2-1.2-1.3-.2 0-.9.7-.8.9 0 .4.9 1 1.2 1zm2.7 1-2.5 2.5c-.3.3.3.8.6.5l2.5-2.4c.3-.3-.3-.9-.6-.6m-1.2 2.4 7.7 7.9 1.5.2-.2-1.6-8-7.6z"/> <path stroke-width=".1" d="m149.8 160.6-7.6-7.6"/> <path fill="#fff" stroke-width=".5" d="M160 138.6c0-.5.2-.7.5-1 .5-.3.3-.1.6 0l.8.5c.2.2.3.1.4 0 .1-.2.1-.6.3-.8a.2.2 0 0 0 .2-.2c.2 0 .2-.1.2-.3 0-.1.1-.4.3-.4.2 0 .6.3.6 0l.3-1.6c.6.1.4-.6.6-.6.6.2.9-.8.5-1.2 0-.8.7-1 1.7-1-.1-.5-.9-.7-1.4-1.4-.5-.7-2-1.6-3.8-1.6-1.7 0-3.1 1.6-3.8 2.3-.6.7-2 1-2.3 1-.4-.1-.6-.4-1-.4H153c-.6 0-.8.4-1.5.3-.4 0-2 0-2.5.2-.4.2 0 1.2.5 1.3.2 0 1.5 0 2 .3s2 .4 2.6.1c1.3-.4 2.1.4 3.5.8l.5.1c0 .8 0 1.1-.4 1.1h-1.2l-1.3-.6c-.6-.1-1 .1-1.2.2-1.7.7-7.7 5.4-8.3 6.5-.7 1.2-1.7 1.9-2.6 3.7-.5 1-1.5 2.2-2.1 3.8-1 .5-2.1 1.4-2.3 1.7-.1.2.2.6.4.6 0 .1.3.5.6.5-.2.2.2.5.4.4 0 .2.2.7.5.7l2.4-2.5c0-1 .6-2.2 1-2.8 1.3-1.5 3-4.2 3.4-4.9.3-.4 3.2-1.5 4-2.2-.3 2-.2 3.4 0 4.6.5 2 1.1 3.3 1.5 5 .4 1.7 0 2.7 0 3.5.1.6.3.7 1 1 .5.4 2.9 0 3.6.3 1.4.4 2.6.5 3.1.6a5 5 0 0 1 3.5.6c.6.5 1.7 3 2.1 4 .4.9 2.6 2.1 3 2.7.5.5.9 2 .8 2.7 0 .6 0 .9.7.8.5 0 2.5.3 2.8.5.4.2 1.2.9 1.5.9.3 0 1.7.2 2.4.1s.6-1.1.3-1.2a30 30 0 0 1-2-.4 8.2 8.2 0 0 1-2.7-2.1c-.6-.7-.9-1.7-1.3-2.5a58 58 0 0 0-3.1-4.5c-.2-.3-1.4-3-1.6-3.8-.3-.7-.8-.7-1.3-.9-1.8-.5-2.5-.7-4.4-1-1.3-.3-1.6-.4-1.8-1.4 0-.8-.6-2.2-.3-3.2l.4-1.8c0-.5.4-1.3.4-1.7l.2-3zm1.4 8.2c-.2 0-1 .2-1.5 0-.1 0 0-.4 0-.4s-.2-.3 0-.4c0 0-.2-.4 0-.4-.2-.2-.2-.4 0-.5.1-.1 1-.2 1.4-.1.3.5.2 1.3.1 1.8"/> <path stroke-width=".5" d="M158.1 135.1c.4.3.4 0 1.1-.2.8-.3 1.3.4 1 1-.2.6-.2 1.2.6 1.2s1-.7 1.2-1c.2-.3.5-.3.7-.7.2-.8 1-.6 1.5-.5m1-1.9c-.3.2-1.2-.5-1.4-1.1-.2-.8-.8-1.4-1.8-1.4s-3 .6-3.3 1.7a43 43 0 0 0-.3 1.7c-.3.1-.7 0-.7.2l-.1.8m-6.3 6.3 2-1"/> <path stroke-width=".3" d="M153.4 140.3c.5 1.3 1 2.6 1.7 3m1.1.5c.9.5 1.5.3 2.5.2m-5.1 9.5c2.1 0 3 1 4.7 1.6 1.8.5 4.2.2 6.5 1.3m-11.9-9.7c.6.4 1.3.6 2 .6m.9 0c1.1.3 2.1.7 2.3 1.4m-2.8 1.1c1 1 3 1.8 4.2 1.8"/> <path stroke-width=".2" d="M157 136c.9 3.2 1 4.4 3.2 5m-4.1-5.1c1 3.1 2 4.8 4.1 5m-5-5.4c1 3.1 2.4 5.3 5 5.4m11.6 24.8c-.5-.4-.6-.6-1-1.3l-.7-1.6-.5.3c-.3.1-.5-.3-.2-.4l.4-.2-.6-1.2c-.3 0 0-.2.2-.3.3-.1.6-.3.4 0l.6 1.2.4-.2c.3-.2.5.3.2.4l-.5.2.8 1.6c.4.7.5.9.5 1.5M171.7 162.3l-2.4 1.3m-2.2-1.8 3.2-1.6m-3.7 1 3.3-1.6"/> <path stroke-width=".1" d="m140.1 153 1.1-1m-1.5.5 1-1m-1.6.5 1.1-1m19.8-4.6h1m-1.1-.8h1m-1 .4h1m1.3-9.2.6.3"/> </g></svg>`,
|
|
2
|
+
icon: `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-mt" viewBox="0 0 640 480" height="16px" > <path fill="#fff" stroke-width=".00818411" d="M0 0h640v480H0Z"/> <path fill="#cf142b" stroke-width=".00818411" d="M320 0h320v480H320Z"/> <g fill="#fff" stroke="#000" stroke-width="96" transform="translate(161.8 160.6)scale(.0147)"> <path fill="none" stroke="#cf142b" stroke-width="512" d="M-2048-7168h4096v3890.8A1094 964 45 0 1 3277.2-2048H7168v4096H3277.2A964 1094 45 0 1 2048 3277.2V7168h-4096V3277.2A1094 964 45 0 1-3277.2 2048H-7168v-4096h3890.8A964 1094 45 0 1-2048-3277.2Z"/> <path stroke="none" d="M2024-3275.2A1094 964 45 0 1 3275.2-2024v4048A964 1094 45 0 1 2024 3275.2h-4048A1094 964 45 0 1-3275.2 2024v-4048A964 1094 45 0 1-2024-3275.2Z"/> <path stroke-width="48" d="M-2024-7144h4048V7144h-4048zm-5120 5120H7144v4048H-7144Z"/> <path d="M-1792-6912h3584V6912h-3584zm-5120 5120H6912v3584H-6912Z"/> <circle r="3200"/> <circle r="2368"/> <g id="mt-a" stroke-linejoin="round" stroke-width="48"> <path d="M3084-2565c-111 85-322 302-450 461l-119-74c163-141 389-350 514-499zm-101-185c-201 59-585 172-749 276l-36-52c69-99 147-506 144-622l125 28c-41 100-81 314-92 453 129-23 435-123 522-186z"/> <path d="M3240.8-2291.9h-158.6a600 330 45 1 0-242.3 173.3l112.1-133.7 138.1 138.1-154.5 154.4a1070 940 45 0 1-974.1-1283 1070 940 45 0 1 1279.3 950.9z"/> </g> <use xlink:href="#mt-a" transform="rotate(90)"/> <use xlink:href="#mt-a" transform="scale(-1)"/> <use xlink:href="#mt-a" transform="rotate(-90)"/> </g> <g transform="translate(161.8 160.6)scale(.0147)"> <path d="M-2541 1790c-72-126-167-287-219-329 32-22 75-54 97-60-1 80 120 246 120 246l178-117c-50-77-94-136-130-159 44-32 91-59 104-62 1 39 24 104 92 184 0 0 166-88 220-156l70 114c-78 15-428 233-532 339m-247-1517c-187 34-282 193-250 372 32 181 194 305 372 275 178-31 279-195 245-385s-180-296-367-262m27 108c150-27 276 46 297 162s-72 231-223 258-271-69-288-166c-18-99 63-227 214-254m366-1100c-62 98-199 188-320 271-17-86-81-141-155-146-79-4-160 59-174 101-20 58-45 307-45 307 156-12 497 15 614 58l14-132c-77 20-251-16-251-16l4-58 180-142c23-18 158-144 162-234 1-28-23-21-29-9m-361 441c-71 2-219-6-260-24 16-143 60-194 136-187 70 7 144 47 124 211m682-1772c-136 11-306 139-302 249 1 58 21 138 98 196 76 58 155 75 218 63 61-11 162-96 161-143 0-46-108-174-176-174l113-121c29 70 145 172 188 185-49 117-110 239-238 298-128 60-261 57-382-57-114-108-70-316 2-397 79-89 226-127 229-196zm638-673 24 454s9 161-28 261l141-99c-55-44-44-179-44-179l228-122s108 69 97 153l194-79c-113-43-253-142-253-142zm73 141 208 138-203 109zm1018-474c-26 111 2 330 43 512 141-13 249-27 297-87l13 150c-139 0-292 16-432 38 2-205-19-474-77-590zm1059 67c-65 94-119 308-147 492 136 40 242 66 309 27l-43 145c-129-50-278-92-416-123 76-189 155-448 144-576zm1071 485-396 225s-140 81-246 93l151 80c15-68 141-119 141-119l212 149s-14 129-94 156l157 138c-11-120 14-291 14-291zm-94 128-31 249-189-133zm304 932-62-117c102-8 409-188 550-280l22 40-132 603c118-47 305-145 356-199l70 133c-131-19-374 101-558 213l-18-32 113-587s-305 138-341 226m930 872c-12-89-14-150-57-170l-5-37 109-18c45 117 96 443 89 527l-112 18-5-31c37-42 0-196 0-196-166 17-455 64-496 121l-26-154c59 20 350-11 503-60M2388 752c62-98 201-187 322-269 17 86 80 142 155 146 79 5 160-56 174-99 21-58 47-306 47-306-156 10-496-19-613-63l-15 132c77-19 251 17 251 17l-4 58-181 141c-24 18-160 143-165 233-1 28 23 20 29 10m365-439c71-1 219 8 260 26-17 143-62 194-138 186-70-8-143-48-122-212m-566 836-93 160c72-11 172 46 253 99 27 72 133 256 125 436l120-206c-53-24-115-50-155-243 158-59 276-78 326-50l106-180c-123 74-412 150-460 134-50-29-192-73-222-150"/> <circle cx="1475" cy="2361" r="125"/> <circle cx="-1475" cy="2361" r="125"/> </g> <g transform="translate(161.8 201.5)scale(.0147)"> <path d="M195 268c-13 9-48-9-56-37 0 9-2 37-19 53-41 39-85 20-120 20s-79 19-120-20c-17-16-19-44-19-53-8 28-43 46-56 37-12-9-6-48 18-64-8 2-36 9-56-2-50-27-45-75-56-108s-43-69-18-120c10-21 36-32 44-35-29 1-56-27-52-41 5-15 44-21 67-3-6-7-20-31-16-54 10-56 57-66 85-87 29-21 53-62 109-54 23 3 41 24 47 31-10-27 8-62 23-62s33 35 23 62c6-7 24-28 47-31 56-8 80 33 109 54 28 21 75 31 85 87 4 23-10 47-16 54 23-18 62-12 67 3 4 14-23 42-52 41 8 3 34 14 44 35 25 51-7 87-18 120s-6 81-56 108c-20 11-48 4-56 2 24 16 30 55 18 64M-93 128c16 12-27 48-10 93 19 53 72 37 103 37s84 16 103-37c17-45-26-81-10-93s38 40 85 39c57-3 58-57 67-87 10-30 42-75-3-110-37-30-86 0-92-19s50-23 64-69c15-55-37-72-62-91-26-18-59-62-106-31-39 27-26 82-46 82s-7-55-46-82c-47-31-80 13-106 31-25 19-77 36-62 91 14 46 70 50 64 69s-55-11-92 19c-45 35-13 80-3 110 9 30 10 84 67 87 47 1 69-51 85-39"/> <path d="M0 199c-9 0-20-21-14-38-3 5-14 17-28 19-34 5-48-20-65-32-17-13-45-19-51-52-3-14 6-29 9-33-14 11-37 7-40-2-3-8 14-25 31-25-5-1-20-8-26-20-15-31 4-52 11-72 6-20 3-49 33-65 12-7 29-3 34-1-15-10-18-33-11-39 8-5 29 6 34 22 0-5 1-22 11-31 25-24 51-12 72-12s47-12 72 12c10 9 11 26 11 31 5-16 26-27 34-22 7 6 4 29-11 39 5-2 22-6 34 1 30 16 27 45 33 65 7 20 26 41 11 72-6 12-21 19-26 20 17 0 34 17 31 25-3 9-26 13-40 2 3 4 12 19 9 33-6 33-34 39-51 52-17 12-31 37-65 32-14-2-25-14-28-19 6 17-5 38-14 38M0 85c11 0 4 30 25 44 25 17 43-6 57-16s42-20 33-49c-7-25-37-27-34-38 3-10 29 6 50-10 24-19 7-43 2-59-6-16-6-46-37-47-26-1-37 27-46 21s15-26 6-50c-11-29-39-20-56-20s-45-9-56 20c-9 24 15 44 6 50s-20-22-46-21c-31 1-31 31-37 47-5 16-22 40 2 59 21 16 47 0 50 10 3 11-27 13-34 38-9 29 19 39 33 49s32 33 57 16c21-14 14-44 25-44"/> <circle r="48"/> </g> <g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="36"> <path stroke-width=".7" d="M137.9 185.8a588.3 588.3 0 0 1 48 0"/> <path stroke-width=".4" d="m160 143.3 1.3 1.5m2 19.2c-.1 1.2 0 2.5.2 3.2m-3.2-3c.4.5 1 2.3 1 3"/> <path fill="#fff" stroke-width=".5" d="M170.2 185.6c-.6.2-1.6.8-1.6 1.3s1.2.6 1.6.7c-.7.2-2.7.6-3.6.2-.6.3-5.2-.7-6.2-.7-.6 0-1.4-.6-1.3-1.7 0-.2.2-.8.7-1-.3-.6 1.1-1.5 2.5-2.4-2 .3-4.7-.5-5.4-1.3-1.6-.6-2.3 0-3 1.4 0 2.4-1.3 3.6-3 3.4-1-.2-1.3.3-1.6.5l3.3 1c2.2 2 1 3.6.5 4-.5.3-1.7.1-2.4.1-.8 0-.8.3-1 .4-.6.3-1.1.4-1.3.2 0-.3.3-1.7 1.2-1.9.5 0 1.5-.3 1.5-.8 0-.4-1.8-.4-3.2-.9-1.1-.4-1.5-1-1.1-2.9.3-2 2.7-2.3 3.9-2.3-.2-.8 0-2.3 1-3.3 1.6-1.5 4-1 6.1-.8 1.2-.7 3.4-1.7 5.6-1.8 2 0 10.6-2.3 14.5-1.8-1-1.3-.7-4.4.9-5.3 2-1.2 4.2 2 4.8 1.4.5-.6-.7-1.4-2.2-3-.4-.6-.3-.6-.3-.8 0-.5 0-1 .3-1.2.2-.1 1.4.3 1.7.8.4.6.9.8 1.3.5.5-.4-.2-.2-.5-1-.1-.5-.5-.9-.4-1.3a7 7 0 0 1 2.3-1.6c.4.4.6.9.9 1.3.7 1.1 1.4.8 1.9 1.6.1.3.1 1 .5 1.7a9.6 9.6 0 0 0 3.5 3.6c.3.2.6.5.6.7 0 .4-.2.8-.4 1-.2.2-1 .2-1.6-.1-1-.5-1.5-.8-2.1-.7-1.4.2-2.3 2.4-4.3 2.4-1.8-.2-3-2.9-4.1-2.1-1.1.8 2.5 3 2 4 .4.2.9 1 .7 1.7a6 6 0 0 0 3.9-2.7c1-1.3 1.7-2 2.2-2.2.6-.3 1.3 0 1.3.5l.9.3c.5.2.3.8.2 1l-.6-.4c-.3 0-.8.3-1.2.6-.4.4-.7 1.2-1.2 1.7l-2 2.2c.3.4.2 1.1.2 1.5.1 0 .5 0 .7.2.2.1.1.3 0 .7 0 .5-2 2.7-2.4 2.6-.8 0-1.4-1-1.3-1.3-.9.4-1.3-.6-1.3-1a7 7 0 0 1-2.2 1.5c-.4.1-.6.2-.8-.4-.1.4-1.3.8-1.6.9-1.5.3-3.1 1-4.6 1l-3.8-.1z"/> <path fill="#fff" stroke-width=".3" d="M175.5 171.4c0 .6-.9 2 .4 3.2.8.6 2.1 1.1 2.5 2 .4.7-.1 1.3-.3 1.3-.8-.2-1.9 1.2-2.3 2.2-.4-1.4-1.3-1-2.5-.8.3-1.5-.8-2.4-2.6-2.6.3-.3-.2-.7-.6-1.1-.4-.4-1.8-.1-2-.4 0-.3.7-1 .3-1.5-.4-.7-2-.3-2.6-.5.2-.8.2-1.3-.2-2s-2.2-.5-3.1-.7c.7-.5 1-1.3.6-2.1-.4-1-2.4.1-2.4-1 .1-.5 2.4-.8 3.3-.9.8 0 3.7.7 6.5 1.3.6.6 5 1.9 5 3.6"/> <path stroke-width=".5" d="M182.8 182.6c1.4-.7 2.7-1.6 4.1-2.8m-25.6-1c1.2 0 3.9.4 4.7 1.4.7 1 1.2 2.7-4.1 4 1.6 0 4-.3 4.8-.1.8-.2 2.5-.7 3.2-.5-.3.1-1.2.4-1.2 1 0 .5.4.5 1.1.8m5.1-3.6c1.9.4 4.6-.2 5 1.8"/> <path stroke-width=".4" d="M181.2 166.8c.5.6 2 1.5 2.7 2 1 .8 1.4-.1.7-1.4"/> <path stroke-width=".3" d="M168.1 175.2a30 30 0 0 1 6.1-.7m-8.4-1.3c3-.8 6.2-.5 8.2-.5m-.5 6.4 2.6-2.5m-5.4 0c1-.3 2.6-1 4-1.2m-4.2-7.6c1.6-1.5 3.4-1.3 5.2-2.2 1-.6 2-2 3-3.1.5-.4.9-.8 2-.7 1.4.1 1.5.5-.1.7-1.2.2-1.3.7-1.7 1.6-.4.8 0 1.7.2 2.3a9 9 0 0 0-.8 2.2c0 .3.1.6.5 1.1m-16.3.8c4-.9 10 .7 11.1.7"/> <path stroke-width=".2" d="M187.7 177c1.3-.7 1.3-2 3-2.6m-6.6 9.1c1.7-.8 2-1.5 3-2.2m.9-13.7c-.2 0-.6 0-.8-.3-.2-.3-.3-.7-.1-.8.1-.2.3-.1.7.2s.3.7.2.9m.3 3c-.8.2-1-.5-1.7-.6-.9-.2-1.4.4-1.4.9s.5 1 1 1c.6 0 1-.3 2.1-.2m-3.8-7.2c.6 0 1.3.2 1.7-.2"/> <path fill="#fff" stroke-width=".1" d="M162.7 150.7a.4.2 75 0 1-.2-.7.4.2 76 0 1-.2-.7.4.2 77 0 1-.2-.7.4.2 79 0 1-.1-.7.4.2 80 0 1-.2-.7.2.4-8 0 1-.1-.7.2.4-7 0 1-.1-.8.2.4-5 0 1-.1-.7.2.4-3 0 1-.1-.7.2.4-1 0 1 0-.8.2.4 1 0 1-.1-.7.2.4 4 0 1 0-.8.2.4 6 0 1 0-.8.2.4 9 0 1 .1-.7.2.4 12 0 1 .2-.8.2.4 15 0 1 .1-.7.2.4 19 0 1 .2-.8.2.4 23 0 1 .3-.7.2.4 27 0 1 .3-.7.2.4 31 0 1 .3-.7.2.4 35 0 1 .5-.7.2.4 40 0 1 .5-.7.2.4 45 0 1 .5-.6.2.4 49 0 1 .6-.7"/> <path stroke-width=".1" d="m163.6 150.4-.9.3m.7-1-.9.3m.8-1-1 .3m.9-1-1 .3m.9-.9-1.1.2m1-1-1.2.3m1-1-1.1.3m1.1-1-1.2.2m1.2-.8h-1.4m1.4-.7h-1.4m1.4-.7h-1.5m1.5-.7h-1.5m1.6-.7-1.6-.1m1.7-.6-1.6-.2m1.7-.4-1.7-.3m1.9-.4-1.7-.4m1.9-.2-1.8-.5m2-.2-1.8-.6m2 0-1.7-.7m2 .2-1.7-1m2.1.4-1.8-1m2.2.5-1.7-1.2m2.1.7-1.6-1.4m2.1 1-1.6-1.6m2.1 1-1.5-1.7"/> <path fill="#fff" stroke-width=".5" d="m173 140.7-2.5.3c-.2.5-.2 1.9-.2 2.4 2.3 2.3 4.6 5.2 4.8 7.9.7.6 1.2 1.2 1.6 2.3 1.7-.9 3.4-2.3 4.8-2.7 1-.2 2.6-.3 3.5.2l5.6 3.4c1.2.8 2 1.7 2.6 2.6.5.8.6 2.3.4 2.7l-3.4-1c-.2-.5 0-1.2.3-1.7.2-.6.2-.6-.3-1-.3-.2-.8-.2-1 0-.4 0-1-.2-1.2-.6-.3-.5-3.9-2-4.5-2.2-.6 0-1.5 0-2.2.6-.4.6-1.6 2.4-2.5 3.3-.2.2-.3.5-.1.8l3.6.1c1.4.2 3 1.6 3.8 2.5 3.5 3.2 4.8 5 5.9 6 .5.5 1 1 1 1.8h-3.4c0-1.3-.2-2.1-.4-2.8-.4-.5-1.1-.3-1.4-.3-.3 0-.7-.5-1-1-.5-1-2.3-2.3-3.1-2.8-.8-.5-1.1-.3-2-.4-.5-.1-1.6-.3-2.5 0-.9.3-3.4 1.1-5.7 1.4-.8.4-3.3.8-6 1.4-2 .4-6.5 1.2-7.4 1.2-.3 2.1-2.6 5.2-3.2 5.5-.7.9-.7 1.7-.2 2 .5.5 3.9.5 4.7.5l2.9.1c.5.1 1.3.8 2.2 1.3.6.3.7.7 1.1 1.3.3.4.7.8.8 1.2h-4c0-1-.5-1.7-1-1.7-.6.4-1.3.9-2.1.6-3.1-.2-5.1 0-8-.3-.9 0-1.6-1.2-1.3-2.3.3-1 .2-1.8 0-2.6-.3.3-1.5 1.4-2.1 2.2-1 1.1-.4 2.3 0 3 .5.5 3.9 3.7 4.3 4.6.3.6 1.7 1.6 3 2.7.4 1 1.2 1.5 1.8 2.1h-5l.2-1.3c0-.3-.3-.9-1-.8-.6 0-1.2-.7-1.4-1.3-.2-.7-2.5-3.6-3.2-4.2l-3-2.9c-.4-.1-.5-.8 0-1.3.4-.4 1.6-2.4 2-3.8.3-.9 0-1-.2-1.2a19.8 19.8 0 0 1-5.4-6 7 7 0 0 1-4-.3c-1-.5-2.2-.6-2.9.4-.4.7-.4 1.8.3 2.3 1 .8 2.1 2 3.3 3.4 1 1.3.1 2.3-1.3 3.5.2.5 0 .4.2 1.3.5.7.5 2.4-.1 2.7-.6.4-1.4.8-2 1.6-.8.9-1 0-.8-1.4.2-.9-.5-1.6-1.1-2.3-.6-.6-.3-2.6 0-3.2.5-.6.8-1.7 0-2.6-.9-.8-2.5-2.6-2.3-5a3.8 3.8 0 0 1 5.2-3.3c3 1.3 4.7 1 5.6.8.8-1.4 2-2.8 3.8-3.8 1.7-1 5-2.3 8.3-2.8l8.1-3c1.1-.2 1-1.2 1-1.8-1-5.5-.8-11.3 3.7-14.2.5-.5.3-1.7 1-2.6l1.3 2.2c2 .7 5.4 1.9 6.8 2.6.6.3 1.3.3 1.7.5.4.2.7.5 1 1 .3.6 0 1.3-.4 1.5-.3.1-1.9-.4-2.3 0 0 .3.5.7 1.4 1 .3.2-.3 1-.7 1-.3 0-.7 0-.9-.3-1-.2-2-.6-3-1"/> <path stroke-width=".5" d="M167.3 137.1c0 3.4 1.1 5.1 3 6.3m6.4 10.2a9.5 9.5 0 0 1 0 4m-24.7 13c2.5-1.1 4.8-4 4.7-5.8 0-1-.9-2.5-3.1-2.6m3 2.6c.8.3 2.3.1 3.5.3m12.6-8.3c2 .1 4.6 1.3 6 1.2m-7 2.8c1.8.4 1.8 1.2 5.3 1m-6-12.2c1.9 0 3 1 4 1.7"/> <path stroke-width=".3" d="M156.3 166.4c1.4 0 2.4-.2 3-1.4m8-27.9c0 2.8 1 3.5 3.2 3.9"/> <path stroke-width=".2" d="M178 137.6c-.1.7-.2 1.3 1 1.2m-6.1-3.1c-.9 2.2 3.6 2.5 3.7 4m-25 14.7c2.2 1 2 5.3 2 7.8"/> <path fill="#fff" stroke-width=".2" d="M175.6 139.7c-.7 1.4-2.3 3.5-3.8 4.6-2.4 1.7-5 3-8.1 3.7-.5.1-1 .3-1.6.1-.6 0-1.3-.5-1.7-1.4-.2-.4-.1-2.6.7-2.9a6 6 0 0 1 2.4-.4c.5 0 1 .2 1 .8 0 .5-.5.8-1 .7-.6-.2-1.5-.6-2-.2-.4.2-.7 1.2-.4 1.7.4.7.7.9 1.1 1l1.3-.1c3-.8 5.5-2 7.8-3.6 1.5-1 3-3.4 3.6-4.4zm-12 4.3c-.9-.2-2.4 0-2.5.4.7-.4 1.5-.3 2.5 0 .3 0 .4-.3 0-.4m6-7.5.3-.7c.1-.1-.2-1.7 1.4-.9 1.7 1 .4 1.7.3 1.8l-.4.7"/> <path stroke-width=".4" d="m166.7 135 9.5 5"/> <g stroke-width=".3"> <path fill="#fff" d="M154.7 135.4c-1.6.2-4.7-.2-6.4-.5-.8-.1-3.1 3.2-4.3 3.4-1.2.3-2.4-2.4-4.1-1.8-.9.7 0 4-.5 4.3-.5.5-2-1.6-3-1-1 .8.8 5.1.3 5.6-.4.5-2.6-1.9-3.3-1.4-.7.4.7 7.2 0 7.5-.6.4-3.7-1.8-4-.9-.5 1 4.3 3.1 5.6 3.2l1.3-.5c.4.2 4.2.5 4.6.5l2.1-2.2c3.3-4.3 7-8.3 11.7-8z"/> <path d="m140.2 136.5 6.3-.3m-10.1 3.6 3-1m-6 5 2.9-1.2m-7 8 4-3.6m3 6.2c1.7-3 5-6.2 7.9-7.9m-10.7 6.2c2.4-2.9 9.1-7.6 11.3-8m-5.4-2.7c2.8-1.2 6.8-1.4 10-1.7m-5.5-.8c.4 0 5.2-.6 7.3-.5m-14.5 7.7c3.7-2.2 7.4-4 11.5-5.3"/> </g> <path fill="#fff" stroke-width=".4" d="M168.2 191.2c.3.1.6.8.6.8s-.6.3-.8.2l-29.5-8.8c-.8-.2-.5-1.6.4-1.3zm-28-41c-.2-.7-.8-1.2-1.2-1.3-.2 0-.9.7-.8.9 0 .4.9 1 1.2 1zm2.7 1-2.5 2.5c-.3.3.3.8.6.5l2.5-2.4c.3-.3-.3-.9-.6-.6m-1.2 2.4 7.7 7.9 1.5.2-.2-1.6-8-7.6z"/> <path stroke-width=".1" d="m149.8 160.6-7.6-7.6"/> <path fill="#fff" stroke-width=".5" d="M160 138.6c0-.5.2-.7.5-1 .5-.3.3-.1.6 0l.8.5c.2.2.3.1.4 0 .1-.2.1-.6.3-.8a.2.2 0 0 0 .2-.2c.2 0 .2-.1.2-.3 0-.1.1-.4.3-.4.2 0 .6.3.6 0l.3-1.6c.6.1.4-.6.6-.6.6.2.9-.8.5-1.2 0-.8.7-1 1.7-1-.1-.5-.9-.7-1.4-1.4-.5-.7-2-1.6-3.8-1.6-1.7 0-3.1 1.6-3.8 2.3-.6.7-2 1-2.3 1-.4-.1-.6-.4-1-.4H153c-.6 0-.8.4-1.5.3-.4 0-2 0-2.5.2-.4.2 0 1.2.5 1.3.2 0 1.5 0 2 .3s2 .4 2.6.1c1.3-.4 2.1.4 3.5.8l.5.1c0 .8 0 1.1-.4 1.1h-1.2l-1.3-.6c-.6-.1-1 .1-1.2.2-1.7.7-7.7 5.4-8.3 6.5-.7 1.2-1.7 1.9-2.6 3.7-.5 1-1.5 2.2-2.1 3.8-1 .5-2.1 1.4-2.3 1.7-.1.2.2.6.4.6 0 .1.3.5.6.5-.2.2.2.5.4.4 0 .2.2.7.5.7l2.4-2.5c0-1 .6-2.2 1-2.8 1.3-1.5 3-4.2 3.4-4.9.3-.4 3.2-1.5 4-2.2-.3 2-.2 3.4 0 4.6.5 2 1.1 3.3 1.5 5 .4 1.7 0 2.7 0 3.5.1.6.3.7 1 1 .5.4 2.9 0 3.6.3 1.4.4 2.6.5 3.1.6a5 5 0 0 1 3.5.6c.6.5 1.7 3 2.1 4 .4.9 2.6 2.1 3 2.7.5.5.9 2 .8 2.7 0 .6 0 .9.7.8.5 0 2.5.3 2.8.5.4.2 1.2.9 1.5.9.3 0 1.7.2 2.4.1s.6-1.1.3-1.2a30 30 0 0 1-2-.4 8.2 8.2 0 0 1-2.7-2.1c-.6-.7-.9-1.7-1.3-2.5a58 58 0 0 0-3.1-4.5c-.2-.3-1.4-3-1.6-3.8-.3-.7-.8-.7-1.3-.9-1.8-.5-2.5-.7-4.4-1-1.3-.3-1.6-.4-1.8-1.4 0-.8-.6-2.2-.3-3.2l.4-1.8c0-.5.4-1.3.4-1.7l.2-3zm1.4 8.2c-.2 0-1 .2-1.5 0-.1 0 0-.4 0-.4s-.2-.3 0-.4c0 0-.2-.4 0-.4-.2-.2-.2-.4 0-.5.1-.1 1-.2 1.4-.1.3.5.2 1.3.1 1.8"/> <path stroke-width=".5" d="M158.1 135.1c.4.3.4 0 1.1-.2.8-.3 1.3.4 1 1-.2.6-.2 1.2.6 1.2s1-.7 1.2-1c.2-.3.5-.3.7-.7.2-.8 1-.6 1.5-.5m1-1.9c-.3.2-1.2-.5-1.4-1.1-.2-.8-.8-1.4-1.8-1.4s-3 .6-3.3 1.7a43 43 0 0 0-.3 1.7c-.3.1-.7 0-.7.2l-.1.8m-6.3 6.3 2-1"/> <path stroke-width=".3" d="M153.4 140.3c.5 1.3 1 2.6 1.7 3m1.1.5c.9.5 1.5.3 2.5.2m-5.1 9.5c2.1 0 3 1 4.7 1.6 1.8.5 4.2.2 6.5 1.3m-11.9-9.7c.6.4 1.3.6 2 .6m.9 0c1.1.3 2.1.7 2.3 1.4m-2.8 1.1c1 1 3 1.8 4.2 1.8"/> <path stroke-width=".2" d="M157 136c.9 3.2 1 4.4 3.2 5m-4.1-5.1c1 3.1 2 4.8 4.1 5m-5-5.4c1 3.1 2.4 5.3 5 5.4m11.6 24.8c-.5-.4-.6-.6-1-1.3l-.7-1.6-.5.3c-.3.1-.5-.3-.2-.4l.4-.2-.6-1.2c-.3 0 0-.2.2-.3.3-.1.6-.3.4 0l.6 1.2.4-.2c.3-.2.5.3.2.4l-.5.2.8 1.6c.4.7.5.9.5 1.5M171.7 162.3l-2.4 1.3m-2.2-1.8 3.2-1.6m-3.7 1 3.3-1.6"/> <path stroke-width=".1" d="m140.1 153 1.1-1m-1.5.5 1-1m-1.6.5 1.1-1m19.8-4.6h1m-1.1-.8h1m-1 .4h1m1.3-9.2.6.3"/> </g></svg>`,
|
|
3
3
|
autoSize: false,
|
|
4
4
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
icon: `<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-mu" viewBox="0 0 640 480" height="16px"
|
|
2
|
+
icon: `<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-mu" viewBox="0 0 640 480" height="16px" > <g fill-rule="evenodd"> <path fill="#00a04d" d="M0 360h640v120H0z"/> <path fill="#151f6d" d="M0 120h640v120H0z"/> <path fill="#ee2737" d="M0 0h640v120H0z"/> <path fill="#ffcd00" d="M0 240h640v120H0z"/> </g></svg>`,
|
|
3
3
|
autoSize: false,
|
|
4
4
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
icon: `<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-mv" viewBox="0 0 640 480" height="16px"
|
|
2
|
+
icon: `<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-mv" viewBox="0 0 640 480" height="16px" > <path fill="#d21034" d="M0 0h640v480H0z"/> <path fill="#007e3a" d="M120 120h400v240H120z"/> <circle cx="350" cy="240" r="80" fill="#fff"/> <circle cx="380" cy="240" r="80" fill="#007e3a"/></svg>`,
|
|
3
3
|
autoSize: false,
|
|
4
4
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
icon: `<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-mw" viewBox="0 0 640 480" height="16px"
|
|
2
|
+
icon: `<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-mw" viewBox="0 0 640 480" height="16px" > <g fill-rule="evenodd" stroke-width="1pt"> <path fill="#f41408" d="M0 0h640v480H0z"/> <path fill="#21873b" d="M0 320h640v160H0z"/> <path fill="#000001" d="M0 0h640v160H0z"/> <path fill="#f31509" d="M220.5 141c22.3-49.2 84.5-72.8 138.8-52.5a98.4 98.4 0 0 1 58 52.5zm-26 6.4a332.3 332.3 0 0 1-52.4-7.8c-4.1-1.3-4.3-3.6-3.8-5.3.5-1.7 3.1-3.6 6.2-3 5.6 1.4 28.8 7 50 16.1m124.6-85.9c-4.2-21-5.2-44-4.8-48C314.7 9.6 317 9 319 9s4.7 1.8 4.7 4.7c0 5.3-.1 27-4.6 48zm11.6.5a249 249 0 0 1-.3-48.2c.8-3.9 3.2-4.4 5.1-4.2 2 .1 4.5 2.1 4.2 5-.5 5.3-2.6 26.9-9 47.4m10.4 1.3c-.2-21.3 3-44.3 4.1-48 1.1-3.9 3.6-4.2 5.5-3.9 2 .3 4.3 2.5 3.8 5.3-1 5.3-5.2 26.6-13.4 46.6m11 2.2c1.8-21.2 7.3-43.8 8.8-47.5 1.5-3.7 4-3.8 5.8-3.4 2 .5 4 2.8 3.3 5.6-1.6 5.1-7.7 26-17.8 45.3zm10.9 3.2c3.9-21 11.5-43.1 13.3-46.7 1.9-3.5 4.3-3.5 6.2-2.9 1.8.6 3.7 3.2 2.7 5.8A264 264 0 0 1 363 68.7m10.1 3.8c5.8-20.7 15.5-42 17.7-45.5 2.2-3.4 4.6-3.1 6.4-2.3 1.8.7 3.4 3.4 2.1 6-2.5 4.8-12.5 24.4-26.2 41.8m10 4.7a262.9 262.9 0 0 1 22-43.9c2.4-3.2 4.9-2.7 6.6-1.8a4.4 4.4 0 0 1 1.5 6.1c-3 4.6-14.9 23.4-30.1 39.6m9.4 5.5c9.7-19.4 23.3-39 26.1-42 2.8-3 5.2-2.3 6.8-1.3a4.4 4.4 0 0 1 1 6.2c-3.5 4.4-17.2 22.1-34 37zm8.8 6.2c11.6-18.6 27-37 30.1-39.7 3-2.8 5.4-2 6.9-.8a4.3 4.3 0 0 1 .3 6.2c-3.8 4.1-19.1 20.7-37.3 34.3m8.3 6.9a284 284 0 0 1 33.8-37.2c3.3-2.5 5.5-1.5 6.9-.3a4.3 4.3 0 0 1-.3 6.3c-4.1 3.8-21 19.1-40.4 31.2m7.6 7.5A278.4 278.4 0 0 1 454.4 69c3.6-2.3 5.7-1.1 7 .3 1.2 1.3 1.5 4.4-1 6.2a306 306 0 0 1-43.2 27.8m6.5 7.8A297.1 297.1 0 0 1 464 79.6c3.7-2 5.7-.6 6.8.9 1.2 1.4 1.1 4.5-1.4 6.1-4.8 3-24.3 15.6-45.7 24.5m5.9 8.3a307 307 0 0 1 43-28.1c4-1.7 5.9-.2 6.9 1.3 1 1.6.6 4.6-2 6a320.8 320.8 0 0 1-48 20.8zm5.4 9.6a313.4 313.4 0 0 1 45.8-24.4c4.1-1.4 5.8.3 6.6 1.9.9 1.6.3 4.6-2.6 5.8-5.3 2.2-27 11.4-49.8 16.7m4.2 9.2a320 320 0 0 1 48-20.8c4.2-1 5.7.8 6.4 2.5.6 1.6-.3 4.6-3.2 5.5-5.5 1.9-28 9.3-51.2 12.8m3.4 9.8a324.5 324.5 0 0 1 49.8-16.9c4.2-.6 5.6 1.2 6.1 3 .5 1.7-.7 4.5-3.7 5.3-5.7 1.3-28.8 7-52.2 8.6M307.8 62a252.4 252.4 0 0 1-9.7-47.4c0-3.9 2.3-4.8 4.2-5 2-.1 5 1.5 5.2 4.3.5 5.3 2.6 26.9.4 48.1zm-11 1.3a251 251 0 0 1-14.3-46.4c-.4-4 1.8-5 3.7-5.3 2-.3 5 1 5.6 3.8a263 263 0 0 1 5 47.9m-11 2.2A259 259 0 0 1 267 20.3c-.8-3.9 1.3-5.1 3.2-5.6 1.9-.4 5 .6 5.9 3.4 1.5 5.1 7.7 26 9.6 47.3zm-10.5 3A264 264 0 0 1 252.5 25c-1.1-3.8.8-5.2 2.6-5.8 1.9-.6 5.1.2 6.2 2.8 2 5 10.2 25.4 14 46.4zM265.2 72a270.4 270.4 0 0 1-27-41.5c-1.4-3.7.4-5.3 2.2-6 1.8-.8 5-.2 6.4 2.4 2.5 4.8 12.5 24.5 18.4 45.1m-10.3 5a275.6 275.6 0 0 1-31-39.2c-1.7-3.5-.1-5.2 1.6-6.1 1.7-.9 5-.6 6.6 1.9 3 4.6 15 23.3 22.8 43.4m-9.4 5.4A285.2 285.2 0 0 1 211 45.7c-2.1-3.4-.7-5.2 1-6.3 1.5-1 5-1 6.7 1.4 3.4 4.3 17.1 22 26.8 41.5zm-8.7 6a292.2 292.2 0 0 1-37.9-33.9c-2.4-3.2-1.1-5 .4-6.2a5.5 5.5 0 0 1 6.8.8c3.8 4 19.2 20.7 30.7 39.3m-8.5 7a299 299 0 0 1-41-30.7c-2.8-3-1.7-5-.3-6.3a5.5 5.5 0 0 1 6.9.3c4.2 3.7 21 19 34.4 36.6zm-7.4 7A306.6 306.6 0 0 1 177.2 75c-3-2.8-2.1-4.8-.8-6.2 1.2-1.4 4.5-2.1 6.9-.3a292 292 0 0 1 37.6 34zm-7 8.2a313 313 0 0 1-46.2-23.8c-3.3-2.5-2.6-4.7-1.5-6.1 1.1-1.5 4.3-2.5 6.9-.9 4.8 3.1 24.3 15.5 40.8 30.8m-6.3 8.8c-22.2-7-44.9-17.6-48.4-19.9-3.6-2.2-3-4.4-2.1-6s4-2.8 6.8-1.4c5 2.7 25.8 13.5 43.7 27.3m-5.3 9c-22.8-5.3-46.3-14-50.1-16-3.7-2-3.5-4.2-2.6-5.8.8-1.6 3.7-3.1 6.6-2 5.3 2.3 27 11.4 46.1 23.8m-4.2 9a328.5 328.5 0 0 1-51.4-12.2c-4-1.6-3.8-3.9-3.2-5.5.7-1.7 3.5-3.4 6.4-2.5 5.6 1.9 28 9.3 48.2 20.2"/> <path fill="#f31509" d="M194.5 147.4a332.4 332.4 0 0 1-52.4-7.8c-4.1-1.3-4.3-3.6-3.8-5.3.5-1.7 3.1-3.6 6.2-3 5.6 1.4 28.8 7 50 16.1"/> <path d="M129.4 141.5h381.2v12.6H129.4z"/> </g></svg>`,
|
|
3
3
|
autoSize: false,
|
|
4
4
|
};
|