@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.15 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 UtrechtIconDocumentenStyle0 = generatedCss;
const UtrechtIconDocumenten$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconDocumenten extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'dd6e59c6ff0690755edbfbda1ba093ddcb0bc374', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '78ffbcf46a9df4bd94209f6a514bff0405ecf84e', d: "M4 27h9v9h-.06L4 27.03zM30 0H9.97C8.88 0 8 .88 8 1.97V2h18c2.21 0 4 1.79 4 4v26h.02c1.09 0 1.98-.89 1.98-1.98V2c0-1.1-.9-2-2-2m-2 5.97v28.04c0 1.1-.89 1.99-1.99 1.99H15v-9.08c0-1.06-.86-1.92-1.92-1.92H4V5.97C4 4.88 4.88 4 5.97 4h20.05c1.09 0 1.97.88 1.97 1.97ZM18 19c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1m6-4.04c0-.55-.45-1-1-1L8.99 14c-.55 0-1 .45-1 1v.04c0 .55.45 1 1 1L23 16c.55 0 1-.45 1-1zM24 11c0-.55-.45-1-1-1H8.99c-.55 0-1 .45-1 1s.45 1 1 1H23c.55 0 1-.45 1-1" })));
}
static get style() { return UtrechtIconDocumentenStyle0; }
}, [1, "utrecht-icon-documenten"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-documenten"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-documenten":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconDocumenten$1);
}
break;
} });
}
const UtrechtIconDocumenten = UtrechtIconDocumenten$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconDocumenten, defineCustomElement };
//# sourceMappingURL=utrecht-icon-documenten.js.map