@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.15 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 UtrechtIconRolstoelStyle0 = generatedCss;
const UtrechtIconRolstoel$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconRolstoel extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '81ce043af2b3699b68ea9ffa180bed4373a350c8', viewBox: "0 0 35.98 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'ecc6ce0fc92bdda02a6b5c032c36427b9e063a07', d: "M20.62 28c1.15 0 1.85 1.23 1.31 2.25-1.74 3.25-5.42 5.31-9.48 4.62-3.7-.62-6.69-3.61-7.31-7.31a9.012 9.012 0 0 1 4.62-9.48c1.01-.55 2.25.16 2.25 1.31 0 .56-.31 1.06-.81 1.32a5.985 5.985 0 0 0-3.07 6.52c.46 2.32 2.34 4.19 4.65 4.65 2.79.56 5.33-.84 6.52-3.07.26-.49.77-.81 1.32-.81M18.5 8C20.43 8 22 6.43 22 4.5S20.43 1 18.5 1 15 2.57 15 4.5 16.57 8 18.5 8M27 21h-5v-7.3c0-1.9-1.42-3.59-3.31-3.69A3.497 3.497 0 0 0 15 13.5l.05 8C15.3 23.47 16.96 25 19 25h8v9c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-9c0-2.21-1.79-4-4-4" })));
}
static get style() { return UtrechtIconRolstoelStyle0; }
}, [1, "utrecht-icon-rolstoel"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-rolstoel"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-rolstoel":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconRolstoel$1);
}
break;
} });
}
const UtrechtIconRolstoel = UtrechtIconRolstoel$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconRolstoel, defineCustomElement };
//# sourceMappingURL=utrecht-icon-rolstoel.js.map