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.27 kB
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client'; 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 UtrechtIconMilieuOntheffingStyle0 = generatedCss; const UtrechtIconMilieuOntheffing$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconMilieuOntheffing extends HTMLElement { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '666084ee2067263dbeba074808b1bf1030074d0a', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '2c0d15b5acf1e3042552b59339bfd52c328f1de5', d: "M20.76 15h-3.79v-5c0-1.1-.9-2-2-2H1c-.55 0-1 .45-1 1v21c0 .55.45 1 1 1h12.01c-.02.17-.05.33-.05.5 0 2.48 2.02 4.5 4.5 4.5s4.5-2.02 4.5-4.5c0-.17-.03-.33-.05-.5h1.05c1.1 0 2-.9 2-2v-7.53c0-.31-.07-.61-.21-.89l-2.21-4.47A2 2 0 0 0 20.75 15Zm-3.29 19a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5m5.5-12h-6v-5h4l2 4zM29 0c-3.86 0-7 3.14-7 7s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7m-.57 9.64c-.4.4-1.04.4-1.44 0l-1.51-1.51a.996.996 0 0 1 0-1.41c.39-.38 1.01-.38 1.4 0l.84.83 2.91-2.91a.984.984 0 0 1 1.4 0c.39.39.39 1.01 0 1.4z" }))); } static get style() { return UtrechtIconMilieuOntheffingStyle0; } }, [1, "utrecht-icon-milieu-ontheffing"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-milieu-ontheffing"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-milieu-ontheffing": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconMilieuOntheffing$1); } break; } }); } const UtrechtIconMilieuOntheffing = UtrechtIconMilieuOntheffing$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconMilieuOntheffing, defineCustomElement }; //# sourceMappingURL=utrecht-icon-milieu-ontheffing.js.map