{"version":3,"file":"cv-db0acfaa.cjs","sources":["../src/components/flags/cv.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: \"faeafdd1-9e23-420b-87f7-e01ce152d77d\" }, [\n  /*#__PURE__*/_createElementVNode(\"circle\", {\n    cx: \"256\",\n    cy: \"256\",\n    r: \"256\",\n    fill: \"#fff\"\n  })\n], -1)\nconst _hoisted_3 = { mask: \"url(#faeafdd1-9e23-420b-87f7-e01ce152d77d)\" }\nconst _hoisted_4 = { key: 0 }\nconst _hoisted_5 = /*#__PURE__*/_createElementVNode(\"path\", {\n  fill: \"#0052b4\",\n  d: \"M0 0h512v256.2l-41.9 64.3 41.9 63.7V512H0V384.2L41.3 320 0 256.2z\"\n}, null, -1)\nconst _hoisted_6 = /*#__PURE__*/_createElementVNode(\"path\", {\n  fill: \"#eee\",\n  d: \"M0 256.2h512v42.9l-15.7 21.6 15.7 21v42.5H0v-42.5l15.1-21.5L0 299z\"\n}, null, -1)\nconst _hoisted_7 = /*#__PURE__*/_createElementVNode(\"path\", {\n  fill: \"#d80027\",\n  d: \"M0 299.1h512v42.6H0z\"\n}, null, -1)\nconst _hoisted_8 = /*#__PURE__*/_createElementVNode(\"path\", {\n  fill: \"#ffda44\",\n  d: \"m182.8 190.4 5.2 16.4h17.1l-13.8 10 5.3 16.3-13.8-10-14 10 5.4-16.3-13.9-10h17.1zm0 213.3L188 420h17.1l-13.8 10 5.3 16.2-13.8-10-14 10L174 430l-14-10h17.2zm-99.2-72.1 5.2 16.2h17.1L92.1 358l5.2 16.2-13.7-10-14 10L75 358l-14-10.1h17.2zm37.9-119.8 5 16h17.2l-13.8 10.3 5.2 16.2-13.7-10-14 10 5.4-16.3-14-10.1H116zm-60.4 67h17l5.5-16.2 5.2 16.2h17.1L92.1 289l5.2 16.4L83.6 295l-14 10.3 5.4-16.4zm46.5 143 5.3-16.2L99 395.4h17.1l5.4-16.2 5.2 16.3h17.1L130 405.6l5.3 16.2-13.8-10zM282 331.6l-5.4 16.2h-17l13.8 10.2-5.3 16.2 13.9-10 13.8 10-5.2-16.3 13.7-10.1h-17zm-38-119.8-5.3 16.2h-17.1l14 10.2-5.4 16.2 13.9-10 13.8 10-5.3-16.3 13.8-10.1h-17zm60.3 67h-17l-5.3-16.2-5.4 16.2h-17l13.8 10.1-5.3 16.4L282 295l13.8 10.3-5.2-16.4zm-46.4 143-5.3-16.2 13.8-10.2h-17l-5.3-16.2-5.4 16.3h-17.1l14 10.1-5.4 16.2 13.9-10z\"\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: 'cv',\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,mEACL,EAAG,KAAM,EAAE,EACLC,uBAA8C,OAAQ,CAC1D,KAAM,OACN,EAAG,oEACL,EAAG,KAAM,EAAE,EACLC,uBAA8C,OAAQ,CAC1D,KAAM,UACN,EAAG,sBACL,EAAG,KAAM,EAAE,EACLC,uBAA8C,OAAQ,CAC1D,KAAM,UACN,EAAG,wyBACL,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"}