{"version":3,"file":"mo-b9790957.cjs","sources":["../src/components/flags/mo.vue?vue&type=script&setup=true&lang.ts"],"sourcesContent":["import { defineComponent as _defineComponent } from 'vue'\nimport { createElementVNode as _createElementVNode, toDisplayString as _toDisplayString, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, normalizeStyle as _normalizeStyle } from \"vue\"\n\nconst _hoisted_1 = [\"viewBox\"]\nconst _hoisted_2 = /*#__PURE__*/_createElementVNode(\"mask\", { id: \"edd6c3f6-d943-44c3-984f-09b8aa5fa53d\" }, [\n  /*#__PURE__*/_createElementVNode(\"circle\", {\n    cx: \"256\",\n    cy: \"256\",\n    r: \"256\",\n    fill: \"#fff\"\n  })\n], -1)\nconst _hoisted_3 = { mask: \"url(#edd6c3f6-d943-44c3-984f-09b8aa5fa53d)\" }\nconst _hoisted_4 = { key: 0 }\nconst _hoisted_5 = /*#__PURE__*/_createElementVNode(\"path\", {\n  fill: \"#496e2d\",\n  d: \"M0 0h512v512H0z\"\n}, null, -1)\nconst _hoisted_6 = /*#__PURE__*/_createElementVNode(\"path\", {\n  fill: \"#eee\",\n  d: \"M300.5 245.3c-6.3 0-12.2 1.3-17.8 3.3 3-6.8 5.1-14.3 5.1-22.4 0-31.8-31.8-55.6-31.8-55.6s-31.8 23.8-31.8 55.6c0 8 2 15.6 5 22.4-5.5-2-11.4-3.3-17.7-3.3-31.8 0-55.7 31.8-55.7 31.8s23.9 31.8 55.7 31.8C230 309 246 298 256 289c10 9.1 25.9 20 44.5 20 31.8 0 55.7-31.8 55.7-31.8s-23.9-31.8-55.7-31.8z\"\n}, null, -1)\nconst _hoisted_7 = /*#__PURE__*/_createElementVNode(\"path\", {\n  fill: \"#ffda44\",\n  d: \"m256 100.2 6.6 20.2h21.2l-17.2 12.5 6.6 20.2-17.2-12.5-17.2 12.5 6.6-20.2-17.2-12.5h21.2zm-80.8 35.3 12.6 11.4 14.7-8.5-6.9 15.5 12.7 11.4-17-1.8-6.9 15.6-3.5-16.7-17-1.7 14.8-8.5zM116 194.7l16.6 3.5 8.5-14.7 1.8 17 16.6 3.5-15.5 6.9 1.8 16.9-11.4-12.6-15.5 6.9 8.5-14.8zm220.8-59.2L324.2 147l-14.7-8.5 6.9 15.5-12.7 11.4 17-1.8 6.9 15.6 3.5-16.7 17-1.7-14.8-8.5zm59.2 59.2-16.6 3.5-8.5-14.7-1.8 17-16.6 3.5 15.5 6.9-1.8 16.9 11.4-12.6 15.5 6.9-8.5-14.8z\"\n}, null, -1)\nconst _hoisted_8 = /*#__PURE__*/_createElementVNode(\"path\", {\n  fill: \"#eee\",\n  d: \"M256 398c25.3 0 48.5-8.5 67.2-22.6H188.8c18.7 14.1 42 22.6 67.2 22.6zm-102-66.8a111.3 111.3 0 0 0 13.2 22.6h177.6a111.3 111.3 0 0 0 13.2-22.6z\"\n}, null, -1)\nconst _hoisted_9 = { fill: \"none\" }\nconst _hoisted_10 = [\"r\"]\n\nimport { computed } from 'vue';\r\n\r\n  \nexport default /*#__PURE__*/_defineComponent({\n  __name: 'mo',\n  props: {\n    flagName: {},\n    strokeColor: { default: '#000' },\n    strokeWidth: { default: 0 }\n  },\n  setup(__props: any) {\n\nconst props = __props;\n\r\n  \r\n\r\n  const svgSize = computed(() => 512 + 2 * props.strokeWidth),\r\n    viewBoxOrigin = computed(() => -props.strokeWidth),\r\n    circleStroke = computed(() => 256 + props.strokeWidth / 2);\r\n\nreturn (_ctx: any,_cache: any) => {\n  return (_openBlock(), _createElementBlock(\"svg\", {\n    xmlns: \"http://www.w3.org/2000/svg\",\n    class: \"svg-circle-flags\",\n    viewBox: `${viewBoxOrigin.value} ${viewBoxOrigin.value} ${svgSize.value} ${svgSize.value}`\n  }, [\n    _hoisted_2,\n    _createElementVNode(\"g\", _hoisted_3, [\n      (props.flagName)\n        ? (_openBlock(), _createElementBlock(\"title\", _hoisted_4, _toDisplayString(props.flagName), 1))\n        : _createCommentVNode(\"\", true),\n      _hoisted_5,\n      _hoisted_6,\n      _hoisted_7,\n      _hoisted_8\n    ]),\n    _createElementVNode(\"g\", _hoisted_9, [\n      _createElementVNode(\"circle\", {\n        cx: \"256\",\n        cy: \"256\",\n        r: circleStroke.value,\n        fill: \"none\",\n        style: _normalizeStyle({ stroke: props.strokeColor, strokeWidth: props.strokeWidth })\n      }, null, 12, _hoisted_10)\n    ])\n  ], 8, _hoisted_1))\n}\n}\n\n})"],"names":["_hoisted_1","_hoisted_2","_createElementVNode","_hoisted_3","_hoisted_4","_hoisted_5","_hoisted_6","_hoisted_7","_hoisted_8","_hoisted_9","_hoisted_10","_sfc_main","_defineComponent","__props","props","svgSize","computed","viewBoxOrigin","circleStroke","_ctx","_cache","_openBlock","_createElementBlock","_toDisplayString","_createCommentVNode","_normalizeStyle"],"mappings":"uGAGMA,EAAa,CAAC,SAAS,EACvBC,EAA8CC,EAAAA,mBAAA,OAAQ,CAAE,GAAI,wCAA0C,sBACzE,SAAU,CACzC,GAAI,MACJ,GAAI,MACJ,EAAG,MACH,KAAM,MAAA,CACP,CACH,EAAG,EAAE,EACCC,EAAa,CAAE,KAAM,8CACrBC,EAAa,CAAE,IAAK,GACpBC,uBAA8C,OAAQ,CAC1D,KAAM,UACN,EAAG,iBACL,EAAG,KAAM,EAAE,EACLC,uBAA8C,OAAQ,CAC1D,KAAM,OACN,EAAG,wSACL,EAAG,KAAM,EAAE,EACLC,uBAA8C,OAAQ,CAC1D,KAAM,UACN,EAAG,wcACL,EAAG,KAAM,EAAE,EACLC,uBAA8C,OAAQ,CAC1D,KAAM,OACN,EAAG,gJACL,EAAG,KAAM,EAAE,EACLC,EAAa,CAAE,KAAM,QACrBC,EAAc,CAAC,GAAG,EAKIC,EAAiBC,kBAAA,CAC3C,OAAQ,KACR,MAAO,CACL,SAAU,CAAC,EACX,YAAa,CAAE,QAAS,MAAO,EAC/B,YAAa,CAAE,QAAS,CAAE,CAC5B,EACA,MAAMC,EAAc,CAEtB,MAAMC,EAAQD,EAINE,EAAUC,WAAS,IAAM,IAAM,EAAIF,EAAM,WAAW,EACxDG,EAAgBD,EAAA,SAAS,IAAM,CAACF,EAAM,WAAW,EACjDI,EAAeF,WAAS,IAAM,IAAMF,EAAM,YAAc,CAAC,EAEtD,MAAA,CAACK,EAAUC,KACRC,EAAA,UAAA,EAAcC,EAAA,mBAAoB,MAAO,CAC/C,MAAO,6BACP,MAAO,mBACP,QAAS,GAAGL,EAAc,SAASA,EAAc,SAASF,EAAQ,SAASA,EAAQ,OAAA,EAClF,CACDd,EACAC,EAAA,mBAAoB,IAAKC,EAAY,CAClCW,EAAM,UACFO,EAAW,UAAA,EAAGC,EAAAA,mBAAoB,QAASlB,EAAYmB,EAAAA,gBAAiBT,EAAM,QAAQ,EAAG,CAAC,GAC3FU,EAAAA,mBAAoB,GAAI,EAAI,EAChCnB,EACAC,EACAC,EACAC,CAAA,CACD,EACDN,EAAA,mBAAoB,IAAKO,EAAY,CACnCP,EAAAA,mBAAoB,SAAU,CAC5B,GAAI,MACJ,GAAI,MACJ,EAAGgB,EAAa,MAChB,KAAM,OACN,MAAOO,EAAAA,eAAgB,CAAE,OAAQX,EAAM,YAAa,YAAaA,EAAM,YAAa,CAAA,EACnF,KAAM,GAAIJ,CAAW,CAAA,CACzB,CAAA,EACA,EAAGV,CAAU,EAElB,CAEA,CAAC"}