@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.24 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 UtrechtIconDakloosStyle0 = generatedCss;
const UtrechtIconDakloos$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconDakloos extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '55ef7772d92b1cd0b0bd9c830469591dc56e1592', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '8cafb837c24aa9560e52ebe23ab2abac00f33538', d: "m23.1 26-10.36.02c-2.68.15-4.73 2.26-4.73 4.96L7.99 36h20.02v-5.02c0-2.77-2.14-4.92-4.9-4.98ZM11.19 15.37l.12.03c.56.13 1.12.2 1.65.2 2.06 0 4.08-.86 5.53-2.36l1.6-1.58 1.37 1.36c.84.94 1.87 1.64 3.06 2.09l.22.08-.07-.23c-.89-2.92-3.64-4.96-6.69-4.96s-5.97 2.16-6.77 5.25l-.03.11Zm-.18 2.06v.16c.31 3.6 3.37 6.41 6.98 6.41s6.75-2.89 6.97-6.58v-.1l-.65-.13a9.457 9.457 0 0 1-4.14-2.77l-.09-.1-.09.1c-1.79 2.06-4.35 3.24-7.03 3.24-.58 0-1.19-.07-1.8-.19l-.15-.03ZM36 8.03c0 .7-.95 1.17-1.78.88L18 2.91l-16.22 6C.95 9.21 0 8.74 0 8.03c0-.38.29-.72.73-.88L16.84 1.2c.74-.26 1.58-.26 2.32 0l16.11 5.96c.45.16.73.5.73.88Z" })));
}
static get style() { return UtrechtIconDakloosStyle0; }
}, [1, "utrecht-icon-dakloos"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-dakloos"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-dakloos":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconDakloos$1);
}
break;
} });
}
const UtrechtIconDakloos = UtrechtIconDakloos$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconDakloos, defineCustomElement };
//# sourceMappingURL=utrecht-icon-dakloos.js.map