@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.33 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 UtrechtIconPresentatieStyle0 = generatedCss;
const UtrechtIconPresentatie$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconPresentatie extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'c399e64e3d445397fed4e0342f3c0984676bb77b', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '5af3ffdd013651b0dddac7e58368cef3e8ac4476', d: "M32 26.02v2.99H12v-2.99h16v-7.1l-3.58-3.93c-.14.03-.28.05-.42.05a2 2 0 1 1 2-2c0 .21-.04.41-.1.6l4.1 4.5v7.87h2Zm-5 4.99h-9c-.55 0-1 .45-1 1V36h10zm-17-1v-4.99c0-.55.45-1 1-1h13v-3c0-2.76-2.24-4.99-5-4.99H9c-2.76 0-5 2.23-5 4.99V32c0 .55.45 1 1 1h2v2c0 .55.45 1 1 1h6.95v-4.99H11c-.55 0-1-.45-1-1M7.35 5.37l.12.03c.56.13 1.12.2 1.66.2 2.07 0 4.08-.86 5.53-2.36l1.6-1.58 1.37 1.36a7.68 7.68 0 0 0 3.07 2.09l.22.08-.07-.23C19.96 2.04 17.2 0 14.16 0S8.19 2.16 7.39 5.25l-.03.11h-.01Zm-.18 2.06v.16c.31 3.6 3.38 6.41 6.98 6.41s6.76-2.89 6.98-6.58v-.1l-.65-.13a9.545 9.545 0 0 1-4.15-2.77l-.09-.1-.09.1c-1.79 2.06-4.36 3.24-7.03 3.24-.59 0-1.19-.07-1.8-.19l-.15-.03Z" })));
}
static get style() { return UtrechtIconPresentatieStyle0; }
}, [1, "utrecht-icon-presentatie"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-presentatie"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-presentatie":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconPresentatie$1);
}
break;
} });
}
const UtrechtIconPresentatie = UtrechtIconPresentatie$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconPresentatie, defineCustomElement };
//# sourceMappingURL=utrecht-icon-presentatie.js.map