UNPKG

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.52 kB
import { defineComponent as d, computed as l, openBlock as c, createElementBlock as s, createElementVNode as t, toDisplayString as h, createCommentVNode as f, normalizeStyle as n, createStaticVNode as p } from "vue"; const m = ["viewBox"], _ = /* @__PURE__ */ t("mask", { id: "d83d758a-b841-4960-8f10-a63429b20f44" }, [ /* @__PURE__ */ t("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) ], -1), k = { mask: "url(#d83d758a-b841-4960-8f10-a63429b20f44)" }, u = { key: 0 }, v = /* @__PURE__ */ p('<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), g = { fill: "none" }, x = ["r"], b = /* @__PURE__ */ d({ __name: "id-jb", props: { flagName: {}, strokeColor: { default: "#000" }, strokeWidth: { default: 0 } }, setup(i) { const e = i, a = l(() => 512 + 2 * e.strokeWidth), o = l(() => -e.strokeWidth), r = l(() => 256 + e.strokeWidth / 2); return (z, w) => (c(), s("svg", { xmlns: "http://www.w3.org/2000/svg", class: "svg-circle-flags", viewBox: `${o.value} ${o.value} ${a.value} ${a.value}` }, [ _, t("g", k, [ e.flagName ? (c(), s("title", u, h(e.flagName), 1)) : f("", !0), v ]), t("g", g, [ t("circle", { cx: "256", cy: "256", r: r.value, fill: "none", style: n({ stroke: e.strokeColor, strokeWidth: e.strokeWidth }) }, null, 12, x) ]) ], 8, m)); } }); export { b as default }; //# sourceMappingURL=id-jb-043c49fe.js.map