{"version":3,"file":"it-88-41ff3c55.cjs","sources":["../src/components/flags/it-88.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, createStaticVNode as _createStaticVNode } from \"vue\"\n\nconst _hoisted_1 = [\"viewBox\"]\nconst _hoisted_2 = /*#__PURE__*/_createElementVNode(\"mask\", { id: \"8eee8fa0-0d7c-491a-90f5-b05da7799920\" }, [\n  /*#__PURE__*/_createElementVNode(\"circle\", {\n    cx: \"256\",\n    cy: \"256\",\n    r: \"256\",\n    fill: \"#fff\"\n  })\n], -1)\nconst _hoisted_3 = { mask: \"url(#8eee8fa0-0d7c-491a-90f5-b05da7799920)\" }\nconst _hoisted_4 = { key: 0 }\nconst _hoisted_5 = /*#__PURE__*/_createStaticVNode(\"<path fill=\\\"#eee\\\" d=\\\"M0 0h222.6l31 23.4L289.4 0H512v222.6l-21.5 31 21.5 35.8V512H289.4l-34.2-20.5-32.6 20.5H0V289.4l22.7-32.6L0 222.6z\\\"></path><path fill=\\\"#d80027\\\" d=\\\"M222.6 0v222.6H0v66.8h222.6V512h66.8V289.4H512v-66.8H289.4V0z\\\"></path><path fill=\\\"#333\\\" d=\\\"M378.4 89a44.5 44.5 0 0 0-43 33.4l43 11.2 43.2-11.2A44.5 44.5 0 0 0 378.4 89zM334 189.2l55.7 11.1v-23.6c15.6-4 28-16.4 32-32l-43.2-11.1h-55.6L334 167z\\\"></path><path fill=\\\"#acabb1\\\" d=\\\"M421.6 122.4h-98.8V167h11.1v-22.3h87.7a44.6 44.6 0 0 0 1.4-11.1c0-3.9-.5-7.6-1.4-11.2z\\\"></path><path fill=\\\"#333\\\" d=\\\"M144.7 89a44.5 44.5 0 0 0-43.1 33.4l43.1 11.2 43.1-11.2A44.5 44.5 0 0 0 144.7 89zm-44.5 100.2 55.6 11.1v-23.6c15.7-4 28-16.4 32-32l-43.1-11.1H89l11.2 33.4z\\\"></path><path fill=\\\"#acabb1\\\" d=\\\"M187.8 122.4H89V167h11.2v-22.3h87.6a44.6 44.6 0 0 0 1.4-11.1c0-3.9-.5-7.6-1.4-11.2z\\\"></path><path fill=\\\"#333\\\" d=\\\"M378.4 311.7a44.5 44.5 0 0 0-43 33.3l43 11.2 43.2-11.2a44.5 44.5 0 0 0-43.2-33.3zM334 411.8l55.7 11.2v-23.7c15.6-4 28-16.4 32-32l-43.2-11.1h-55.6l11.1 33.4z\\\"></path><path fill=\\\"#acabb1\\\" d=\\\"M421.6 345h-98.8v44.6h11.1v-22.3h87.7a44.6 44.6 0 0 0 1.4-11.1c0-3.9-.5-7.6-1.4-11.2z\\\"></path><path fill=\\\"#333\\\" d=\\\"M144.7 311.7a44.5 44.5 0 0 0-43.1 33.3l43.1 11.2 43.1-11.2a44.5 44.5 0 0 0-43.1-33.3zm-44.5 100.1 55.6 11.2v-23.7c15.7-4 28-16.4 32-32l-43.1-11.1H89l11.2 33.4z\\\"></path><path fill=\\\"#acabb1\\\" d=\\\"M187.8 345H89v44.6h11.2v-22.3h87.6a44.6 44.6 0 0 0 1.4-11.1c0-3.9-.5-7.6-1.4-11.2z\\\"></path>\", 10)\nconst _hoisted_15 = { fill: \"none\" }\nconst _hoisted_16 = [\"r\"]\n\nimport { computed } from 'vue';\r\n\r\n  \nexport default /*#__PURE__*/_defineComponent({\n  __name: 'it-88',\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    ]),\n    _createElementVNode(\"g\", _hoisted_15, [\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_16)\n    ])\n  ], 8, _hoisted_1))\n}\n}\n\n})"],"names":["_hoisted_1","_hoisted_2","_createElementVNode","_hoisted_3","_hoisted_4","_hoisted_5","_createStaticVNode","_hoisted_15","_hoisted_16","_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,EAA6CC,EAAA,kBAAA,w6CAAi9C,EAAE,EAChgDC,EAAc,CAAE,KAAM,QACtBC,EAAc,CAAC,GAAG,EAKIC,EAAiBC,kBAAA,CAC3C,OAAQ,QACR,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,CACDZ,EACAC,EAAA,mBAAoB,IAAKC,EAAY,CAClCS,EAAM,UACFO,EAAW,UAAA,EAAGC,EAAAA,mBAAoB,QAAShB,EAAYiB,EAAAA,gBAAiBT,EAAM,QAAQ,EAAG,CAAC,GAC3FU,EAAAA,mBAAoB,GAAI,EAAI,EAChCjB,CAAA,CACD,EACDH,EAAA,mBAAoB,IAAKK,EAAa,CACpCL,EAAAA,mBAAoB,SAAU,CAC5B,GAAI,MACJ,GAAI,MACJ,EAAGc,EAAa,MAChB,KAAM,OACN,MAAOO,EAAAA,eAAgB,CAAE,OAAQX,EAAM,YAAa,YAAaA,EAAM,YAAa,CAAA,EACnF,KAAM,GAAIJ,CAAW,CAAA,CACzB,CAAA,EACA,EAAGR,CAAU,EAElB,CAEA,CAAC"}