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) 1.98 kB
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 UtrechtIconHuisStyle0 = generatedCss; const UtrechtIconHuis$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconHuis extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '17fa5724ef8b13b2f42e2b0c34b2054a910e497d', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'd34820829dacf66df7faf338ac7162f871d8147a', d: "M30 12.26V7.99c0-.55-.44-.99-.99-.98-.54 0-.98.44-.98.98v2.54l-9.36-8.29a.987.987 0 0 0-1.29 0L3.35 14.57a.99.99 0 0 0-.1 1.41c.36.41.99.45 1.41.09l1.39-1.21L6.03 31c0 .55.45 1 1 1h22.04c.55 0 .99-.44.99-.99l-.03-16.11 1.35 1.17c.41.35 1.03.31 1.39-.1l.02-.02a.983.983 0 0 0-.1-1.39l-2.65-2.3ZM21.04 24h-6.03a1 1 0 0 1-1-.99V19c0-.55.45-.99 1-.99h6.03c.54 0 .99.44.99.98v4.03c0 .54-.44.98-.99.98" }))); } static get style() { return UtrechtIconHuisStyle0; } }, [1, "utrecht-icon-huis"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-huis"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-huis": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconHuis$1); } break; } }); } const UtrechtIconHuis = UtrechtIconHuis$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconHuis, defineCustomElement }; //# sourceMappingURL=utrecht-icon-huis.js.map