UNPKG

@utrecht/web-component-library-stencil

Version:

Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture

36 lines (31 loc) 3.66 kB
import { p as proxyCustomElement, H, h } from './p-2f0ff193.js'; const eherkenningLogoCss = ".utrecht-icon{block-size:var(--utrecht-icon-size);color:var(--utrecht-icon-color);display:inline-block;font-size:var(--utrecht-icon-size);inline-size:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative}.utrecht-icon svg{height:100%;pointer-events:none;width:100%}:host{display:inline}:host([hidden]){display:none !important}"; const UtrechtEherkenningLogoStyle0 = eherkenningLogoCss; const EherkenningLogo = /*@__PURE__*/ proxyCustomElement(class EherkenningLogo extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '8d691c5cf13111a34bb7e7a399c55dd704e73c16', class: "utrecht-icon", xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "-1 0 81 80" }, h("rect", { key: '8d92a311fc6240d3ebbc6bf7737755f5e0c113d8', fill: "#E0E0E0", width: "80", height: "80" }), h("path", { key: '58e9c80d4ecd7916f546ad2d54c6aa271f25e6c1', "fill-rule": "evenodd", fill: "#00328C", d: "M37.363,23.178c0,2.027,0,4.055,0,6.08c-4.257,0-9.55,0-14.208,0 c-1.662,0-3.648-0.207-4.799,0.193c-1.041,0.359-1.796,1.169-2.176,2.111c-0.439,1.084-0.32,2.8-0.32,4.414c0,3.425,0,6.055,0,9.475 c0,1.531-0.159,3.325,0.191,4.479c0.316,1.042,1.316,2.194,2.561,2.496c1.318,0.319,3.094,0.064,4.672,0.064 c4.599,0,9.521,0,14.08,0c0,2.025,0,4.053,0,6.08c-6.402-0.083-12.492,0.112-18.176,0c-4.937-0.099-8.966-3.966-9.344-8.833 c-0.226-2.883,0-5.901,0-8.769c0-2.971-0.19-5.932,0-8.767c0.328-4.896,4.208-8.676,8.959-9.024c3.002-0.222,6.129,0,9.28,0 C31.145,23.178,34.26,23.178,37.363,23.178z" }), h("path", { key: '9674cbcb299f2c8e8f48ab84c3aa5e8eeb8646e0', "fill-rule": "evenodd", fill: "#FF0079", d: "M42.867,23.178c1.962,0,3.926,0,5.888,0c0,4.864,0,9.729,0,14.592 c-1.984,0-3.969,0-5.952,0c0-4.801,0-9.6,0-14.399C42.797,23.279,42.792,23.188,42.867,23.178z" }), h("path", { key: 'eafda654a6f9f376b741f01be955a554affeef82', "fill-rule": "evenodd", fill: "#FF0079", d: "M64.434,23.178c1.941,0,3.883,0,5.824,0c0,11.798,0,23.595,0,35.393 c-1.962,0-3.926,0-5.888,0c0-4.992,0-9.984,0-14.977c-5.077,0-10.155,0-15.232,0c0.824-1.95,1.651-3.896,2.56-5.76 c4.203,0,8.405,0,12.608,0c0.15-4.693,0.021-9.664,0.064-14.464C64.365,23.279,64.36,23.188,64.434,23.178z" }), h("path", { key: '5cc14259666374bf81d26f035dbbcc0663285b9f', "fill-rule": "evenodd", fill: "#00328C", d: "M19.89,37.77c5.376,0,10.752,0,16.129,0c-0.772,2.022-1.748,3.843-2.56,5.824 c-4.544,0-9.088,0-13.633,0c0-1.877,0-3.755,0-5.633C19.821,37.87,19.816,37.781,19.89,37.77z" }), h("path", { key: 'ff4bdb9f2c62b9ff1d52392bb542305634b7983b', "fill-rule": "evenodd", fill: "#FF0079", d: "M42.93,43.594c1.941,0,3.883,0,5.824,0c0,4.992,0,9.984,0,14.977 c-1.984,0-3.969,0-5.952,0c0-4.93,0-9.856,0-14.783C42.8,43.678,42.851,43.62,42.93,43.594z" }))); } static get style() { return UtrechtEherkenningLogoStyle0; } }, [1, "utrecht-eherkenning-logo"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-eherkenning-logo"]; components.forEach(tagName => { switch (tagName) { case "utrecht-eherkenning-logo": if (!customElements.get(tagName)) { customElements.define(tagName, EherkenningLogo); } break; } }); } const UtrechtEherkenningLogo = EherkenningLogo; const defineCustomElement = defineCustomElement$1; export { UtrechtEherkenningLogo, defineCustomElement }; //# sourceMappingURL=utrecht-eherkenning-logo.js.map