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.81 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 UtrechtIconMeldingVerlichtingStyle0 = generatedCss; const UtrechtIconMeldingVerlichting$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconMeldingVerlichting extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: 'accfebe690b4bf07f44edd28bdd799f746179640', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '10c078c74ebddcfc9f10cb199ab0ed3767ed9939', d: "M13 36H1c-.55 0-1-.45-1-1s.45-1 1-1h12zm6-2h16c.55 0 1 .45 1 1s-.45 1-1 1H19zm15-23H22a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h4.25l3.88 3.82c.1.09.22.14.35.14.06 0 .13-.01.19-.04.19-.08.31-.26.31-.46l.03-3.47h3a2 2 0 0 0 2-2v-12a2 2 0 0 0-2-2Zm-6 12c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m0-3c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1s1 .45 1 1v3c0 .55-.45 1-1 1M.69 9.4c.38.38.99.38 1.37 0l.96-.96c.4-.4.38-1.08-.07-1.43 0 0-.01 0-.02-.01a.978.978 0 0 0-1.3.06l-.96.96c-.38.38-.38.99 0 1.37h.01Zm12.48 0h.01c.38-.39.38-1 0-1.38l-1.01-1.01c-.36-.36-.91-.36-1.3-.05 0 0-.01 0-.02.01-.44.35-.46 1.02-.06 1.42L11.8 9.4c.38.38.99.38 1.37 0M17 4c0-1.83 1.54-1.99 2-2h2v1c0 1.66 1.34 3 3 3h2c1.65 0 3-1.35 3-3V1c0-.55-.45-1-1-1h-9c-.95 0-2.16.39-3 1.29C15.16.39 13.95 0 13 0H4c-.55 0-1 .45-1 1v2.01C3 4.66 4.34 6 5.99 6H8c1.66 0 3-1.34 3-3V2h1.99c.47 0 2.01.17 2.01 2v31c0 .55.44 1 .99 1s1-.45 1-1V4Zm6.07-2h4v1c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1zM6.94 11.98c.53 0 .97-.43.97-.97 0 0-.01-1.16-.03-2.04 0-.53-.44-.95-.96-.95s-.97.43-.97.97v2.02c0 .53.43.97.97.97z" }))); } static get style() { return UtrechtIconMeldingVerlichtingStyle0; } }, [1, "utrecht-icon-melding-verlichting"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-melding-verlichting"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-melding-verlichting": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconMeldingVerlichting$1); } break; } }); } const UtrechtIconMeldingVerlichting = UtrechtIconMeldingVerlichting$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconMeldingVerlichting, defineCustomElement }; //# sourceMappingURL=utrecht-icon-melding-verlichting.js.map