@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 UtrechtIconStandaardProjectenStyle0 = generatedCss;
const UtrechtIconStandaardProjecten$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconStandaardProjecten extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '9d71fdab4b9bbe86e743a5f5f835c838a2184f81', "data-name": "Layer 1", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'd8f67b9ac6e8859371c4006aac970a5fe0e5deea', d: "M8.69 20h-4c-.55 0-1-.45-1-1s.45-1 1-1h4c.55 0 1 .45 1 1s-.45 1-1 1" }), h("path", { key: '123727d246ca196f241b6cf2799961012c7e9f70', d: "M6.69 20c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1s1 .45 1 1v18c0 .55-.45 1-1 1" }), h("path", { key: '288a85cc429be1d869a04f46215b76f999b2a6af', d: "M6.69 11a.997.997 0 0 1-.4-1.91L13.23 6 6.29 2.91c-.51-.23-.73-.82-.51-1.32.23-.5.82-.73 1.32-.51l9 4a.998.998 0 0 1 0 1.82l-9 4c-.13.06-.27.09-.41.09Z" })));
}
static get style() { return UtrechtIconStandaardProjectenStyle0; }
}, [1, "utrecht-icon-standaard-projecten"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-standaard-projecten"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-standaard-projecten":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconStandaardProjecten$1);
}
break;
} });
}
const UtrechtIconStandaardProjecten = UtrechtIconStandaardProjecten$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconStandaardProjecten, defineCustomElement };
//# sourceMappingURL=utrecht-icon-standaard-projecten.js.map