UNPKG

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) 4.08 kB
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/es.vue?vue&type=script&setup=true&lang.ts var l = ["viewBox"], u = /*#__PURE__*/ r("mask", { id: "0a571d60-b7a9-4a3a-a69a-a941b88a0842" }, [/*#__PURE__*/ r("circle", { cx: "256", cy: "256", r: "256", fill: "#fff" })], -1), d = { mask: "url(#0a571d60-b7a9-4a3a-a69a-a941b88a0842)" }, f = { key: 0 }, p = /*#__PURE__*/ i("<path fill=\"#ffda44\" d=\"m0 128 256-32 256 32v256l-256 32L0 384Z\"></path><path fill=\"#d80027\" d=\"M0 0h512v128H0zm0 384h512v128H0z\"></path><g fill=\"#eee\"><path d=\"M144 304h-16v-80h16zm128 0h16v-80h-16z\"></path><ellipse cx=\"208\" cy=\"296\" rx=\"48\" ry=\"32\"></ellipse></g><g fill=\"#d80027\"><rect width=\"16\" height=\"24\" x=\"128\" y=\"192\" rx=\"8\"></rect><rect width=\"16\" height=\"24\" x=\"272\" y=\"192\" rx=\"8\"></rect><path d=\"M208 272v24a24 24 0 0 0 24 24 24 24 0 0 0 24-24v-24h-24z\"></path></g><rect width=\"32\" height=\"16\" x=\"120\" y=\"208\" fill=\"#ff9811\" ry=\"8\"></rect><rect width=\"32\" height=\"16\" x=\"264\" y=\"208\" fill=\"#ff9811\" ry=\"8\"></rect><rect width=\"32\" height=\"16\" x=\"120\" y=\"304\" fill=\"#ff9811\" rx=\"8\"></rect><rect width=\"32\" height=\"16\" x=\"264\" y=\"304\" fill=\"#ff9811\" rx=\"8\"></rect><path fill=\"#ff9811\" d=\"M160 272v24c0 8 4 14 9 19l5-6 5 10a21 21 0 0 0 10 0l5-10 5 6c6-5 9-11 9-19v-24h-9l-5 8-5-8h-10l-5 8-5-8z\"></path><path d=\"M122 252h172m-172 24h28m116 0h28\"></path><path fill=\"#d80027\" d=\"M122 248a4 4 0 0 0-4 4 4 4 0 0 0 4 4h172a4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 24a4 4 0 0 0-4 4 4 4 0 0 0 4 4h28a4 4 0 0 0 4-4 4 4 0 0 0-4-4zm144 0a4 4 0 0 0-4 4 4 4 0 0 0 4 4h28a4 4 0 0 0 4-4 4 4 0 0 0-4-4z\"></path><path fill=\"#eee\" d=\"M196 168c-7 0-13 5-15 11l-5-1c-9 0-16 7-16 16s7 16 16 16c7 0 13-4 15-11a16 16 0 0 0 17-4 16 16 0 0 0 17 4 16 16 0 1 0 10-20 16 16 0 0 0-27-5c-3-4-7-6-12-6zm0 8c5 0 8 4 8 8 0 5-3 8-8 8-4 0-8-3-8-8 0-4 4-8 8-8zm24 0c5 0 8 4 8 8 0 5-3 8-8 8-4 0-8-3-8-8 0-4 4-8 8-8zm-44 10 4 1 4 8c0 4-4 7-8 7s-8-3-8-8c0-4 4-8 8-8zm64 0c5 0 8 4 8 8 0 5-3 8-8 8-4 0-8-3-8-7l4-8z\"></path><path fill=\"none\" d=\"M220 284v12c0 7 5 12 12 12s12-5 12-12v-12z\"></path><path fill=\"#ff9811\" d=\"M200 160h16v32h-16z\"></path><path fill=\"#eee\" d=\"M208 224h48v48h-48z\"></path><path fill=\"#d80027\" d=\"m248 208-8 8h-64l-8-8c0-13 18-24 40-24s40 11 40 24zm-88 16h48v48h-48z\"></path><rect width=\"20\" height=\"32\" x=\"222\" y=\"232\" fill=\"#d80027\" rx=\"10\" ry=\"10\"></rect><path fill=\"#ff9811\" d=\"M168 232v8h8v16h-8v8h32v-8h-8v-16h8v-8zm8-16h64v8h-64z\"></path><g fill=\"#ffda44\"><circle cx=\"186\" cy=\"202\" r=\"6\"></circle><circle cx=\"208\" cy=\"202\" r=\"6\"></circle><circle cx=\"230\" cy=\"202\" r=\"6\"></circle></g><path fill=\"#d80027\" d=\"M169 272v43a24 24 0 0 0 10 4v-47h-10zm20 0v47a24 24 0 0 0 10-4v-43h-10z\"></path><g fill=\"#338af3\"><circle cx=\"208\" cy=\"272\" r=\"16\"></circle><rect width=\"32\" height=\"16\" x=\"264\" y=\"320\" ry=\"8\"></rect><rect width=\"32\" height=\"16\" x=\"120\" y=\"320\" ry=\"8\"></rect></g>", 21), m = { fill: "none" }, h = ["r"], g = /* @__PURE__ */ a({ __name: "es", 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=es-DeBW-i9k.js.map