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.32 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 UtrechtIconOmgevingStyle0 = generatedCss; const UtrechtIconOmgeving$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconOmgeving extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: 'bc4096f3ed9c6147c8470fa25bc9d3d0093d0972', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'a278ceb059cae3350e938ae014954befb872fd0e', d: "M14.52 5.5c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5S19.95 9 18.02 9s-3.5-1.57-3.5-3.5m-.5 21.62c0 .53.41.97.94 1 .96.05 1.98.08 3.07.08s2.1-.03 3.06-.09a.99.99 0 0 0 .93-1v-4.1h1c.55 0 1-.45 1-1v-8.42c-.15-1.42-1.42-2.54-2.99-2.54h-6.04c-1.67 0-2.98 1.26-2.98 2.81v8.15c0 .55.45 1 1 1h1v4.11Zm21.98.36c0-.24-.04-.47-.09-.7-.61-2.33-4.18-3.99-8.75-4.92-.59-.12-1.16.32-1.16.93v.03c0 .46.33.85.78.93 4.39.85 6.84 2.31 6.85 3.74-.02 2.2-5.86 4.48-15.63 4.48s-15.71-2.3-15.75-4.48c.03-1.43 2.42-2.91 6.95-3.76.45-.09.79-.47.79-.94 0-.61-.56-1.05-1.16-.93-4.6.94-8.18 2.62-8.74 4.99-.05.21-.09.42-.09.64 0 .22.04.43.09.64.9 3.81 9.65 5.86 17.92 5.86s16.9-2.03 17.89-5.8c.06-.23.09-.46.09-.7Z" }))); } static get style() { return UtrechtIconOmgevingStyle0; } }, [1, "utrecht-icon-omgeving"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-omgeving"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-omgeving": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconOmgeving$1); } break; } }); } const UtrechtIconOmgeving = UtrechtIconOmgeving$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconOmgeving, defineCustomElement }; //# sourceMappingURL=utrecht-icon-omgeving.js.map