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.56 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 UtrechtIconVeiligeWijkStyle0 = generatedCss; const UtrechtIconVeiligeWijk$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconVeiligeWijk extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '116698e0d2b34b8c9835c36082587dee79f08a6f', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'a61ba72415b32884152ef76be0c83e091660b67d', d: "M9.06 22.02H-.97c-.55 0-1 .44-1 .99L-2 28.62c0 3.3 2.04 5.62 5.58 7.28.27.13.59.13.86 0 3.54-1.67 5.58-4.1 5.58-7.4l.03-5.48c0-.55-.44-1.01-1-1.01Zm-1.77 5.45-3.66 3.66a.996.996 0 0 1-1.41 0L.77 29.68a.996.996 0 0 1 0-1.41c.39-.38 1.01-.38 1.4 0l.76.76 2.96-2.96a.972.972 0 0 1 1.39 0c.39.39.39 1.01 0 1.4ZM33 13.01h-5.99V7.16c0-.17-.04-.34-.13-.49L23.37.46a1 1 0 0 0-1.68 0l-3.54 6.21c-.09.15-.13.32-.13.5v4.71l-3.79-3.59a.984.984 0 0 0-.69-.27H-.96c-.89 0-1.34 1.08-.71 1.71l5.71 4.37v5.93h5.59c2.15-1.79 5.75-4.78 5.75-4.78.37-.29.89-.28 1.25.02l5.4 4.28v-1.54c0-.54.44-.98.97-.98h.05c.54 0 .97.44.97.98v3.11l2.05 1.83c.64.61.11 1.34.11 1.34a.973.973 0 0 1-1.46.06l-.69-.73v9.41H33c.55 0 1-.45 1-1V14.01c0-.55-.45-1-1-1m-10.47-2.93c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m-4.52 16.93v1c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1v-1c0-.55.45-1 1-1h2c.55 0 1 .45 1 1" }))); } static get style() { return UtrechtIconVeiligeWijkStyle0; } }, [1, "utrecht-icon-veilige-wijk"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-veilige-wijk"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-veilige-wijk": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconVeiligeWijk$1); } break; } }); } const UtrechtIconVeiligeWijk = UtrechtIconVeiligeWijk$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconVeiligeWijk, defineCustomElement }; //# sourceMappingURL=utrecht-icon-veilige-wijk.js.map