@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.52 kB
JavaScript
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 UtrechtIconBladStyle0 = generatedCss;
const UtrechtIconBlad$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconBlad extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '5098f898358dbda39752001797033cc5b2246cff', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'f6ee61e78278479040bf1430c6da8ef810ca1f07', d: "M34.97.86c-.01-.07-.02-.15-.04-.22a.76.76 0 0 0-.12-.19c-.03-.04-.04-.09-.07-.12 0 0-.01 0-.02-.01-.06-.06-.13-.1-.2-.14A.834.834 0 0 0 34.4.1c-.05-.02-.11-.03-.17-.04-.07-.02-.14-.04-.21-.04h-8.04C5.38 0 1.02 10.33 1 19c0 1.84 0 5.42 2.95 9.19-.59 2.06-.92 4.31-.92 6.81 0 .55.45 1 1 1s1-.45 1-1c0-1.83.22-3.51.58-5.08.12.05.25.08.39.08h6.02C26.32 30 34.05 21.61 35 5V1c0-.05-.02-.09-.03-.14M33 4.95c-.13 2.18-.38 4.19-.74 6.06H22.24l1.14-.78c3.24-2.2 6.56-4.48 9.62-7.05zm-4.14 15.06H11.03c2.36-2.57 5.24-4.82 8.32-7h12.47c-.7 2.71-1.69 5.03-2.96 7m-18.84-1.89V5.47c2.17-1.31 4.83-2.26 7.99-2.83v8.85c-2.92 2.07-5.67 4.2-7.99 6.62ZM31.3 2c-2.86 2.36-5.98 4.5-9.03 6.57-.76.51-1.51 1.02-2.25 1.53V2.35c1.85-.23 3.82-.35 5.97-.35h5.32ZM3 19c.01-5.24 1.71-9.26 5.02-12.09v13.48c-1.31 1.67-2.42 3.48-3.26 5.48-1.76-2.81-1.77-5.36-1.77-6.88Zm9.02 9h-5.6c-.07-.07-.13-.14-.19-.21.75-2.13 1.81-4.04 3.12-5.79h18.02c-3.49 4.01-8.58 6-15.35 6" })));
}
static get style() { return UtrechtIconBladStyle0; }
}, [1, "utrecht-icon-blad"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-blad"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-blad":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconBlad$1);
}
break;
} });
}
const UtrechtIconBlad = UtrechtIconBlad$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconBlad, defineCustomElement };
//# sourceMappingURL=utrecht-icon-blad.js.map