UNPKG

@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.18 kB
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client'; 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 HTMLElement { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '960e0471d2add0577a1c189cbf3eba256bc20b4b', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '626e8008b5de06653394dc28be5188d2389a13f7', 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