@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.32 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 UtrechtIconAutoStyle0 = generatedCss;
const UtrechtIconAuto$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconAuto extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '54565056986e2aa7769087c51b4d092cf615d444', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '23398edef64df43d3d24833fd37dc834c82633ee', d: "M35.29 12h-1.51l-2.11-5.93c-.6-1.83-2.31-3.06-4.26-3.07H8.7c-1.94.11-3.65 1.34-4.25 3.15L2.29 12H.71c-.39 0-.71.42-.71.94V14c0 .55.45 1 1 1h.18S0 17.21 0 18.01V32.4c0 .88.72 1.6 1.61 1.6H4.4c.89 0 1.61-.72 1.61-1.61V29h24v3.39c0 .89.72 1.61 1.61 1.61h2.79c.89 0 1.61-.72 1.61-1.61V18c0-.78-1.15-3.01-1.15-3.01h.14c.55 0 1-.45 1-1v-1.06c0-.52-.32-.94-.71-.94ZM6.5 25C5.12 25 4 23.89 4 22.53s1.12-2.47 2.5-2.47S9 21.17 9 22.53 7.88 25 6.5 25m15.51-1.01H14c-.55 0-.99-.45-.99-.99 0-.55.45-.99.99-.99h8.01c.55 0 .99.45.99.99 0 .55-.45.99-.99.99m7.49.94c-1.37 0-2.49-1.1-2.49-2.46s1.12-2.46 2.49-2.46 2.49 1.1 2.49 2.46-1.12 2.46-2.49 2.46M3.31 15l3.01-8.15v-.03l.02-.03c.33-.99 1.3-1.71 2.42-1.78H27.4c1.08 0 2.04.69 2.38 1.74l2.94 8.26H3.31Z" })));
}
static get style() { return UtrechtIconAutoStyle0; }
}, [1, "utrecht-icon-auto"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-auto"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-auto":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconAuto$1);
}
break;
} });
}
const UtrechtIconAuto = UtrechtIconAuto$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconAuto, defineCustomElement };
//# sourceMappingURL=utrecht-icon-auto.js.map