UNPKG

vue-circle-flags

Version:

A vue component with a collection of 400+ circular SVG country flags. Wrapper of HatScripts/circle-flags

51 lines (50 loc) 1.98 kB
import { defineComponent as n, computed as o, openBlock as c, createElementBlock as i, createElementVNode as t, toDisplayString as d, createCommentVNode as h, normalizeStyle as _ } from "vue"; const f = ["viewBox"], m = /* @__PURE__ */ t("mask", { id: "516e94b6-e0b3-423f-bd38-192869e48435" }, [ /* @__PURE__ */ t("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" }) ], -1), u = { mask: "url(#516e94b6-e0b3-423f-bd38-192869e48435)" }, k = { key: 0 }, p = /* @__PURE__ */ t("path", { fill: "#d80027", d: "M0 0h512v512H0z" }, null, -1), g = /* @__PURE__ */ t("path", { fill: "#333", d: "M400.7 190H308a33.3 33.3 0 0 0-24.2-56.4 33.3 33.3 0 0 0-27.8 14.9 33.4 33.4 0 1 0-52 41.5h-92.7a45.8 45.8 0 0 0 46 44.5h-1.5c0 24.6 20 44.6 44.5 44.6 0 8 2.1 15.4 5.8 21.8l-37 37 28.4 28.3 40.2-40.2a30.5 30.5 0 0 0 4.9 1.4l-24.3 54.8L256 423l37.7-40.8-24.3-54.8a30.4 30.4 0 0 0 4.9-1.4l40.2 40.2 28.3-28.3-37-37a44.2 44.2 0 0 0 5.9-21.8c24.5 0 44.5-20 44.5-44.6h-1.5c24.6 0 46-19.9 46-44.5z" }, null, -1), v = { fill: "none" }, x = ["r"], W = /* @__PURE__ */ n({ __name: "al", props: { flagName: {}, strokeColor: { default: "#000" }, strokeWidth: { default: 0 } }, setup(r) { const e = r, l = o(() => 512 + 2 * e.strokeWidth), s = o(() => -e.strokeWidth), a = o(() => 256 + e.strokeWidth / 2); return (w, b) => (c(), i("svg", { xmlns: "http://www.w3.org/2000/svg", class: "svg-circle-flags", viewBox: `${s.value} ${s.value} ${l.value} ${l.value}` }, [ m, t("g", u, [ e.flagName ? (c(), i("title", k, d(e.flagName), 1)) : h("", !0), p, g ]), t("g", v, [ t("circle", { cx: "256", cy: "256", r: a.value, fill: "none", style: _({ stroke: e.strokeColor, strokeWidth: e.strokeWidth }) }, null, 12, x) ]) ], 8, f)); } }); export { W as default }; //# sourceMappingURL=al-9e28e0c2.js.map