@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.49 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 UtrechtIconWijkProjectenStyle0 = generatedCss;
const UtrechtIconWijkProjecten$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconWijkProjecten extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '91bd693509ac8c53bc9e196f1d0baf8db613cefd', "data-name": "Layer 1", viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'ba89c5fcc13edac5bbae62b96efae99093118f91', d: "M33.61 25H23.42c-.56 0-1.02.45-1.02 1v9c0 .55.46 1 1.02 1h10.19c.56 0 1.02-.45 1.02-1v-9c0-.55-.46-1-1.02-1m-1.02 9h-8.15v-7h8.15zm3.19-24.89-1.02-2A2.034 2.034 0 0 0 32.94 6H27.5L12.59.14c-.25-.05-.5-.09-.76-.14h-3c-.44 0-.87.14-1.23.4l-6.79 5C.3 5.78 0 6.37 0 7v3c0 1.1.91 2 2.04 2h5.09v22H1.02C.46 34 0 34.45 0 35s.46 1 1.02 1h18.33c.56 0 1.02-.45 1.02-1s-.46-1-1.02-1h-6.11V12H27.5v5c0 .55.46 1 1.02 1s1.02.45 1.02 1-.46 1-1.02 1c-.39 0-.73-.22-.9-.54-.16-.3-.51-.46-.86-.46-.75 0-1.28.78-.92 1.43.6 1.09 1.87 1.77 3.26 1.52 1.2-.22 2.19-1.17 2.42-2.35.31-1.56-.62-2.94-1.98-3.42V12h4.42c1.51 0 2.5-1.56 1.82-2.89M22.11 6h-9.13l-.47-3.69zM9.95 2h.48l.51 4h-1.5zm-2.17.85L7.38 6H3.44zM11.2 22H9.16V12h2.04zm-.05 12H9.17V24h2.04v10h-.05Zm2.09-24H2.04V8h30.94L34 10z" })));
}
static get style() { return UtrechtIconWijkProjectenStyle0; }
}, [1, "utrecht-icon-wijk-projecten"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-wijk-projecten"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-wijk-projecten":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconWijkProjecten$1);
}
break;
} });
}
const UtrechtIconWijkProjecten = UtrechtIconWijkProjecten$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconWijkProjecten, defineCustomElement };
//# sourceMappingURL=utrecht-icon-wijk-projecten.js.map