@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) • 2.41 kB
JavaScript
import { p as proxyCustomElement, H, h } from './p-2f0ff193.js';
const generatedCss = ":host{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}svg{height:100%;pointer-events:none;width:100%}";
const UtrechtIconIdeeStyle0 = generatedCss;
const UtrechtIconIdee$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconIdee extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '7d4a6a3a8941c9429f5a3cdcfb51c7bd2cd6a503', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '2f570144addf818c35fec782abf41520f35f1d89', d: "M18 3.97c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1s1 .45 1 1v1.97c0 .55-.45 1-1 1m16 11.96c0 .55-.45 1-1 1h-1.98c-.55 0-1-.45-1-1s.45-1 1-1H33c.55 0 1 .45 1 1m-31-1h1.98c.55 0 1 .45 1 1s-.45 1-1 1H3c-.55 0-1-.45-1-1s.45-1 1-1m6.46-7.48c-.39.39-1.03.39-1.42 0l-1.4-1.4a.996.996 0 0 1 0-1.41c.39-.39 1.03-.39 1.42 0l1.4 1.4c.39.39.39 1.02 0 1.41m19.81-2.89c.39.39.39 1.02 0 1.41l-1.4 1.4c-.39.39-1.03.39-1.42 0a.996.996 0 0 1 0-1.41l1.4-1.4c.39-.39 1.03-.39 1.42 0M18.02 6.98c-4.96 0-8.99 4.02-9 8.95 0 2.09.74 4.13 2.08 5.74.21.25.41.48.61.69.81.9 1.29 1.43 1.29 2.6v1.02h10.04v-.96c0-1.2.53-1.8 1.33-2.7.18-.21.38-.42.57-.66a8.942 8.942 0 0 0 2.08-5.72c0-4.94-4.03-8.97-8.99-8.97Zm-3.87 21.01h-1.17v2.94c0 1.4.99 2.69 2.31 3l.55.13.17.53c.27.84 1.04 1.4 1.91 1.4s1.6-.54 1.9-1.33l.2-.54.56-.11c1.39-.26 2.44-1.56 2.44-3.02v-3h-8.88Z" })));
}
static get style() { return UtrechtIconIdeeStyle0; }
}, [1, "utrecht-icon-idee"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-idee"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-idee":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconIdee$1);
}
break;
} });
}
const UtrechtIconIdee = UtrechtIconIdee$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconIdee, defineCustomElement };
//# sourceMappingURL=utrecht-icon-idee.js.map