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.2 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 UtrechtIconWarmStyle0 = generatedCss; const UtrechtIconWarm$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconWarm extends HTMLElement { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '369f280c337d6e7424d90ab2a15d56261b301dbb', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'ada747716313e7db4e49753b6ce6df18c621928c', d: "M31 26.26V4h-.05c.02-.16.05-.33.05-.5C31 1.57 29.43 0 27.5 0S24 1.57 24 3.5c0 .17.03.34.05.5H24v22.26A5.497 5.497 0 0 0 27.5 36a5.497 5.497 0 0 0 3.5-9.74M27.5 34c-1.93 0-3.5-1.57-3.5-3.5 0-1.39.82-2.59 2-3.15V14c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v13.35c1.18.56 2 1.76 2 3.15 0 1.93-1.57 3.5-3.5 3.5M11 0C6.58 0 3 3.58 3 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8m-.07 4c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1s-1-.45-1-1V5c0-.55.45-1 1-1m.79 7.72c-.19.19-.43.28-.72.28s-.54-.09-.72-.28c-.19-.19-.28-.43-.28-.72s.09-.53.28-.72c.19-.19.43-.28.72-.28s.54.09.72.28c.19.19.28.43.28.72s-.09.53-.28.72" }))); } static get style() { return UtrechtIconWarmStyle0; } }, [1, "utrecht-icon-warm"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-warm"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-warm": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconWarm$1); } break; } }); } const UtrechtIconWarm = UtrechtIconWarm$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconWarm, defineCustomElement }; //# sourceMappingURL=utrecht-icon-warm.js.map