@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.21 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 UtrechtIconStookverbodStyle0 = generatedCss;
const UtrechtIconStookverbod$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconStookverbod extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '77d22e74da270c51ad960a9b0b06d77bfd6dab97', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '331e113d0129763f2738cf1f05139112419112ca', d: "M33.5 7.04c0 3.87-3.13 7-7 7s-7-3.13-7-7 3.14-7 7-7 7 3.13 7 7m-5.59 0 2.47-2.47-1.41-1.41-2.47 2.47-2.47-2.47-1.41 1.41 2.47 2.47-2.47 2.47 1.41 1.41 2.47-2.47 2.47 2.47 1.41-1.41zM7.56 36.02h16v-3h-16zM26.5 17.04c-5.52 0-10-4.48-10-10 0-1.24.24-2.42.65-3.52C16.14 2.06 14.85.79 13.21 0c.23 3.8.79 8.53-5.28 15.01 0-3.22-2.11-5.36-2.11-5.36 0 7.51-7.66 17.07 5.28 20.38-3.29-6.12-.12-7.43 1.25-12.72.82 1.11 1.41 3.09 1.14 4.2 1.92-2.51 1.88-7.45 1.88-9.68 4.11 2.78 7.74 11.24 4.18 18.2 7-2.96 8.66-8.07 7.78-13.03-.27.02-.55.04-.82.04Z" })));
}
static get style() { return UtrechtIconStookverbodStyle0; }
}, [1, "utrecht-icon-stookverbod"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-stookverbod"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-stookverbod":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconStookverbod$1);
}
break;
} });
}
const UtrechtIconStookverbod = UtrechtIconStookverbod$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconStookverbod, defineCustomElement };
//# sourceMappingURL=utrecht-icon-stookverbod.js.map