@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.25 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 UtrechtIconBestemmingsplanStyle0 = generatedCss;
const UtrechtIconBestemmingsplan$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconBestemmingsplan extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'c01a06cd948202e0dbd9365c3a9571b03559f0fe', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '15cc2057fde98241f8dc5566a83f2bd0bfd4a164', d: "M11.16 11.1c.03.17.06.33.1.49 1.11 5.28 6.77 12.27 6.77 12.27s5.66-6.98 6.77-12.27c.04-.16.07-.32.1-.49 0-.06.02-.12.03-.18.04-.32.08-.64.08-.96 0-3.83-3.13-6.95-6.97-6.95s-6.97 3.12-6.97 6.95c0 .33.03.65.08.96 0 .06.02.12.03.18Zm6.87-4.15c1.66 0 3 1.34 3 2.99s-1.34 2.99-3 2.99-3-1.34-3-2.99 1.34-2.99 3-2.99m17.41 12.48-5.17 12.94a1 1 0 0 1-.93.63H1.5c-.71 0-1.19-.72-.93-1.37l5.19-12.94a1 1 0 0 1 .93-.63h5.07c2.05 3.73 4.55 6.85 4.71 7.05l.78.96a1 1 0 0 0 1.55 0l.78-.96c.16-.2 2.66-3.32 4.71-7.05H34.5c.71 0 1.19.71.93 1.37Z" })));
}
static get style() { return UtrechtIconBestemmingsplanStyle0; }
}, [1, "utrecht-icon-bestemmingsplan"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-bestemmingsplan"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-bestemmingsplan":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconBestemmingsplan$1);
}
break;
} });
}
const UtrechtIconBestemmingsplan = UtrechtIconBestemmingsplan$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconBestemmingsplan, defineCustomElement };
//# sourceMappingURL=utrecht-icon-bestemmingsplan.js.map