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 UtrechtIconGrofvuilStyle0 = generatedCss; const UtrechtIconGrofvuil$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconGrofvuil extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '817761bd2a00487f75eb3b07893c6f2de13f2766', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '89c62025328819a5ccccb7cdfbd53a2628ea0490', d: "M23.98 9.03h3.77c.64 0 1.11-.59.97-1.22L27.14.78a.994.994 0 0 0-.97-.78H19.8c-.47 0-.87.33-.97.78l-1.55 7.03c-.14.62.34 1.22.97 1.22H22V34h-3c-.55 0-1 .45-1 1s.45 1 1 1h7.98c.55 0 1-.45 1-1s-.45-1-1-1h-2.99V9.03ZM2.73 19.12l-.14-2.14a2.99 2.99 0 0 1 2.78-3.19l6.97-.47-1.85 3.62c-.35.69.18 1.51.96 1.45l1.31-.09-1.67 3.12c-.37.69.16 1.53.95 1.47h.09c.35-.03.66-.24.82-.55l2.43-4.71c.35-.69-.18-1.51-.96-1.45l-1.31.09 1.68-3.12 5.19-.35v11.03l-13.87.94-.13-2a4.001 4.001 0 0 0-3.25-3.65m17.25 11.72L2.6 32.02c-1.1.07-2.05-.76-2.13-1.86L0 23.17c-.08-1.21.94-2.25 2.19-2.13.99.1 1.73.97 1.79 1.97l.13 1.88.13 2 15.73-1.07v5.01Zm16.01-3.11c.07 1.1-.76 2.06-1.86 2.13l-1.99.14.07 1c.04.55-.38 1.03-.93 1.07a.99.99 0 0 1-1.06-.93l-.07-1-4.19.37v-5.13l5.84-.36-.13-2-.13-1.88c-.07-.99.55-1.96 1.51-2.19a2 2 0 0 1 2.46 1.81l.47 6.98ZM25.97 12.37l2.97-.2a2.998 2.998 0 0 1 3.19 2.79l.14 2.14c-1.68.56-2.85 2.2-2.73 4.05l.13 2-3.71.25V12.37Z" }))); } static get style() { return UtrechtIconGrofvuilStyle0; } }, [1, "utrecht-icon-grofvuil"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-grofvuil"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-grofvuil": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconGrofvuil$1); } break; } }); } const UtrechtIconGrofvuil = UtrechtIconGrofvuil$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconGrofvuil, defineCustomElement }; //# sourceMappingURL=utrecht-icon-grofvuil.js.map