vue-circle-flags
Version:
A vue component with a collection of 400+ circular SVG country flags. Wrapper of HatScripts/circle-flags
40 lines (39 loc) • 2.52 kB
JavaScript
import { computed as e, createCommentVNode as t, createElementBlock as n, createElementVNode as r, createStaticVNode as i, defineComponent as a, normalizeStyle as o, openBlock as s, toDisplayString as c } from "vue";
//#region src/components/flags/id-jb.vue?vue&type=script&setup=true&lang.ts
var l = ["viewBox"], u = /*#__PURE__*/ r("mask", { id: "d83d758a-b841-4960-8f10-a63429b20f44" }, [/*#__PURE__*/ r("circle", {
cx: "256",
cy: "256",
r: "256",
fill: "#fff"
})], -1), d = { mask: "url(#d83d758a-b841-4960-8f10-a63429b20f44)" }, f = { key: 0 }, p = /*#__PURE__*/ i("<path fill=\"#496e2d\" d=\"M0 0h512v512H0Z\"></path><path fill=\"#ffda44\" d=\"M229 172a4 4 0 0 0-3 0c-5 5-18 17-21 36-5 25 9 52 34 67a4 4 0 0 0 5-1 4 4 0 0 0-1-6c-22-14-34-37-30-59 3-16 14-27 19-30a4 4 0 0 0 0-6 4 4 0 0 0-3-1z\"></path><path fill=\"#eee\" d=\"M283 172a4 4 0 0 0-3 1 4 4 0 0 0 1 6c4 4 15 14 18 30 4 22-7 45-30 59a4 4 0 0 0-1 6 4 4 0 0 0 5 1c25-15 39-42 34-67-3-19-16-31-21-35a4 4 0 0 0-3-1zm-28 4s-12 6-12 18 19 24 19 33c0 10-9 13-9 13v22h6v-19s19-9 12-35c-5-18-16-14-16-32z\"></path><path fill=\"#0052b4\" d=\"m179 300 12 44 65 32 65-32 12-44H179z\"></path><path fill=\"#333\" d=\"m243 267-16 20-5-9h-32l-10 22h153l-11-22h-32l-5 9-16-20h-13z\"></path><path fill=\"#ffda44\" d=\"M256 141c-24 0-46 13-62 34s-25 49-25 81c0 13 1 26 4 38l-13 14a104 132 0 0 0 96 80 104 132 0 0 0 96-80l-13-14c3-12 5-25 5-38 0-32-10-60-26-81a79 79 0 0 0-62-34zm0 7c22 0 42 11 57 31a135 135 0 0 1 0 154 71 71 0 0 1-57 32c-22 0-42-12-57-32-14-19-23-47-23-77s9-57 23-77c15-20 35-31 57-31z\"></path><rect width=\"8\" height=\"27\" x=\"252\" y=\"260\" fill=\"#d80027\" rx=\"4\" ry=\"4\"></rect>", 7), m = { fill: "none" }, h = ["r"], g = /* @__PURE__ */ a({
__name: "id-jb",
props: {
flagName: {},
strokeColor: { default: "#000" },
strokeWidth: { default: 0 }
},
setup(i) {
let a = i, g = e(() => 512 + 2 * a.strokeWidth), _ = e(() => -a.strokeWidth), v = e(() => 256 + a.strokeWidth / 2);
return (e, i) => (s(), n("svg", {
xmlns: "http://www.w3.org/2000/svg",
class: "svg-circle-flags",
viewBox: `${_.value} ${_.value} ${g.value} ${g.value}`
}, [
u,
r("g", d, [a.flagName ? (s(), n("title", f, c(a.flagName), 1)) : t("", !0), p]),
r("g", m, [r("circle", {
cx: "256",
cy: "256",
r: v.value,
fill: "none",
style: o({
stroke: a.strokeColor,
strokeWidth: a.strokeWidth
})
}, null, 12, h)])
], 8, l));
}
});
//#endregion
export { g as default };
//# sourceMappingURL=id-jb-BZ2tAces.js.map