@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.29 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 UtrechtIconGlijbaanStyle0 = generatedCss;
const UtrechtIconGlijbaan$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconGlijbaan extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'e858b91b9665314b1ad90cd00bd84170a1498c57', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'dd6b1ab7f86ff4c69a6354a293668a6a1ff52e41', d: "M32.9 33.98c-.74 0-1.45-.28-1.94-.72L15 16.72V6.25c0-.31-.14-.59-.37-.79L8.15.22a.98.98 0 0 0-1.25 0L.38 5.46c-.24.19-.38.48-.38.79v28.74C0 35.55.45 36 1 36s1-.45 1-1.01V19.87h11v15.12c0 .56.45 1.01 1 1.01s1-.45 1-1.01V20.03l13.88 14.4a5.928 5.928 0 0 0 4.02 1.56H35c.55 0 1-.45 1-1.01s-.45-1.01-1-1.01h-2.1ZM7.5 12.82c-1.66 0-3-1.35-3-3.02s1.34-3.02 3-3.02 3 1.35 3 3.02-1.34 3.02-3 3.02M21 9.8c0-1.66 1.35-3.02 3-3.02s3 1.36 3 3.02-1.35 3.02-3 3.02-3-1.36-3-3.02m10-1.01v.46c0 3.34-1.21 5.99-4 6.6l-.02 9.07-5.66-5.75c-.19-.19-.29-.45-.29-.72v-1.21c.01-1.65 1.24-2.93 2.85-3.02h.07c3.19 0 5.02-1.8 5.02-4.92v-.5h.04c0-.56.45-1.01 1-1.01s1 .45 1 1.01Z" })));
}
static get style() { return UtrechtIconGlijbaanStyle0; }
}, [1, "utrecht-icon-glijbaan"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-glijbaan"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-glijbaan":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconGlijbaan$1);
}
break;
} });
}
const UtrechtIconGlijbaan = UtrechtIconGlijbaan$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconGlijbaan, defineCustomElement };
//# sourceMappingURL=utrecht-icon-glijbaan.js.map