@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.17 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 UtrechtIconWarmStyle0 = generatedCss;
const UtrechtIconWarm$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconWarm extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'e1ac6606edd1a4d8a06ea36a3d519c5e4bef845e', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '6043d0c5806cef228d2aa3f7f3e6d8ca91abe904', d: "M31 26.26V4h-.05c.02-.16.05-.33.05-.5C31 1.57 29.43 0 27.5 0S24 1.57 24 3.5c0 .17.03.34.05.5H24v22.26A5.497 5.497 0 0 0 27.5 36a5.497 5.497 0 0 0 3.5-9.74M27.5 34c-1.93 0-3.5-1.57-3.5-3.5 0-1.39.82-2.59 2-3.15V14c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v13.35c1.18.56 2 1.76 2 3.15 0 1.93-1.57 3.5-3.5 3.5M11 0C6.58 0 3 3.58 3 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8m-.07 4c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1s-1-.45-1-1V5c0-.55.45-1 1-1m.79 7.72c-.19.19-.43.28-.72.28s-.54-.09-.72-.28c-.19-.19-.28-.43-.28-.72s.09-.53.28-.72c.19-.19.43-.28.72-.28s.54.09.72.28c.19.19.28.43.28.72s-.09.53-.28.72" })));
}
static get style() { return UtrechtIconWarmStyle0; }
}, [1, "utrecht-icon-warm"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-warm"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-warm":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconWarm$1);
}
break;
} });
}
const UtrechtIconWarm = UtrechtIconWarm$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconWarm, defineCustomElement };
//# sourceMappingURL=utrecht-icon-warm.js.map