vue-circle-flags
Version:
A vue component with a collection of 400+ circular SVG country flags. Wrapper of HatScripts/circle-flags
44 lines (43 loc) • 2.31 kB
JavaScript
import { defineComponent as h, computed as a, openBlock as s, createElementBlock as i, createElementVNode as t, toDisplayString as d, createCommentVNode as n, normalizeStyle as f, createStaticVNode as p } from "vue";
const m = ["viewBox"], v = /* @__PURE__ */ t("mask", { id: "7b3e2b85-0514-4546-967f-afc324d08794" }, [
/* @__PURE__ */ t("circle", {
cx: "256",
cy: "256",
r: "256",
fill: "#fff"
})
], -1), _ = { mask: "url(#7b3e2b85-0514-4546-967f-afc324d08794)" }, g = { key: 0 }, k = /* @__PURE__ */ p('<path fill="#eee" d="M0 0h512v512H0z"></path><g fill="#ffda44"><path d="M299.5 178.8a43.5 43.5 0 1 0-87 0H117a44 44 0 0 0 44.2 42.9h-1.4a42.8 42.8 0 0 0 42.8 42.8l53.5 42 53.5-42a42.8 42.8 0 0 0 42.8-42.8H351a44 44 0 0 0 44.2-42.9h-95.6z"></path><path d="m236.9 302.3-27 60.9a122 122 0 0 0 46.1 9 122 122 0 0 0 46-9l-26.9-60.9H237z"></path></g><path fill="#eee" d="m255.3 214-55 21.5v39.7a49.1 49.1 0 0 0 22.3 40l11.3-2.3 11 14.3a98.2 98.2 0 0 0 11.1 3.6s4.6-1.1 11.1-3.6l9.4-14.1 13 2.1a49.2 49.2 0 0 0 22.2-40.1v-39.6z"></path><path fill="#338af3" d="M62 257.8 92.3 342l29.8-84.2h22.7l-43.4 111.3H83L39.3 257.8h22.8zm349.8 111.3V257.8h21.7v111.3z"></path><path fill="#d80027" d="M222.6 224.4v90.8a96 96 0 0 0 22.3 12V224.3zm66.8 0v90.8a98 98 0 0 1-22.3 12V224.3z"></path><path fill="#0052b4" d="M200.3 200.2h111.4v35.3H200.3z"></path>', 6), u = { fill: "none" }, z = ["r"], H = /* @__PURE__ */ h({
__name: "vi",
props: {
flagName: {},
strokeColor: { default: "#000" },
strokeWidth: { default: 0 }
},
setup(r) {
const e = r, l = a(() => 512 + 2 * e.strokeWidth), o = a(() => -e.strokeWidth), c = a(() => 256 + e.strokeWidth / 2);
return (x, w) => (s(), i("svg", {
xmlns: "http://www.w3.org/2000/svg",
class: "svg-circle-flags",
viewBox: `${o.value} ${o.value} ${l.value} ${l.value}`
}, [
v,
t("g", _, [
e.flagName ? (s(), i("title", g, d(e.flagName), 1)) : n("", !0),
k
]),
t("g", u, [
t("circle", {
cx: "256",
cy: "256",
r: c.value,
fill: "none",
style: f({ stroke: e.strokeColor, strokeWidth: e.strokeWidth })
}, null, 12, z)
])
], 8, m));
}
});
export {
H as default
};
//# sourceMappingURL=vi-1ddd6d72.js.map