@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.09 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 UtrechtIconGegevenswoordenboekStyle0 = generatedCss;
const UtrechtIconGegevenswoordenboek$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconGegevenswoordenboek extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '378101d465db7afef380efc60b085494a6aa2389', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '5786f3dbb6fd5a61fcc752f8e0ed24ecfc2e075d', d: "M30.99 7v-.03c0-.81-.32-1.57-.89-2.14-.57-.57-1.33-.88-2.13-.88h-.01l-19.91.07h-.03C7.46 4.02 7 3.56 7 3s.46-1.02 1.02-1.02h.03l19.91-.01C27.8 1.03 27 0 25.06 0H8C6.34 0 5 1.35 5 3.01L5.04 33c0 1.66 1.35 3 3 3h19.98c1.65 0 2.98-1.34 2.98-2.98V7zM24 19H12c-.55 0-1-.45-1-1v-6c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v6c0 .55-.45 1-1 1" })));
}
static get style() { return UtrechtIconGegevenswoordenboekStyle0; }
}, [1, "utrecht-icon-gegevenswoordenboek"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-gegevenswoordenboek"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-gegevenswoordenboek":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconGegevenswoordenboek$1);
}
break;
} });
}
const UtrechtIconGegevenswoordenboek = UtrechtIconGegevenswoordenboek$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconGegevenswoordenboek, defineCustomElement };
//# sourceMappingURL=utrecht-icon-gegevenswoordenboek.js.map