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.26 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 UtrechtIconContainerGlasStyle0 = generatedCss; const UtrechtIconContainerGlas$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconContainerGlas extends HTMLElement { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '27bfebb60c5ebe2ef6ee48edb14fbb4767309e77', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'f4e37e70ec984cbe0ed66f9edb102b4ba2551c52', d: "M4 28v-6c0-.55.45-1 1-1h3.96v-2A4.472 4.472 0 0 0 6 15.28V6c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v9.28C1.41 15.85.19 17.27 0 19v16c0 .55.45 1 1 1h7c.55 0 1-.45 1-1l-.02-6H5c-.55 0-1-.45-1-1M23 1c0-.55.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1h-2v3h-2V2h-2c-.55 0-1-.45-1-1M11 27h23V9c0-1.1-.9-2-2-2H12c-1.1 0-2 .9-2 2v6.69c.63.95 1 2.09 1 3.31zm17-15c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m-6 0c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m-6 0c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m20 19c0 .55-.45 1-1 1H11v-2h24c.55 0 1 .45 1 1" }))); } static get style() { return UtrechtIconContainerGlasStyle0; } }, [1, "utrecht-icon-container-glas"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-container-glas"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-container-glas": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconContainerGlas$1); } break; } }); } const UtrechtIconContainerGlas = UtrechtIconContainerGlas$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconContainerGlas, defineCustomElement }; //# sourceMappingURL=utrecht-icon-container-glas.js.map