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.72 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 UtrechtIconZweefpaalStyle0 = generatedCss; const UtrechtIconZweefpaal$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconZweefpaal extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: 'e9f3612e29abdadc1066c7725173b70b67067440', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '701408b89d3405fc925c63588dca867950e5a820', d: "M30 32v2H6v-2h6V20h12v12zM14 12h8c1.34 0 2 .9 2 2.02V18H12v-4c0-1.1.68-2 2-2" }))); } static get style() { return UtrechtIconZweefpaalStyle0; } }, [1, "utrecht-icon-zweefpaal"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-zweefpaal"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-zweefpaal": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconZweefpaal$1); } break; } }); } const UtrechtIconZweefpaal = UtrechtIconZweefpaal$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconZweefpaal, defineCustomElement }; //# sourceMappingURL=utrecht-icon-zweefpaal.js.map