@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.22 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 UtrechtIconLetOpStyle0 = generatedCss;
const UtrechtIconLetOp$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconLetOp extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'a920b8879456587a0caab734f98e2bc8211d6152', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '41b2933fb7a53b88c5f320ab2f7225f7537248ad', d: "M19.82 4.12c-9.14-1.17-16.87 6.56-15.7 15.7.79 6.23 5.83 11.27 12.06 12.06 9.14 1.16 16.87-6.56 15.71-15.71C31.1 9.94 26.06 4.9 19.83 4.11Zm-.4 21.33c-.37.37-.85.56-1.44.56s-1.07-.19-1.44-.56c-.37-.37-.55-.85-.55-1.43s.18-1.06.55-1.43c.37-.37.85-.56 1.44-.56s1.07.19 1.44.56c.37.37.55.85.55 1.43s-.18 1.06-.55 1.43m-.44-5.41h-1.99c-.55 0-1-.45-1-1V11c0-.55.45-1 1-1h1.98c.55 0 1 .45 1 1v8.04c0 .55-.45 1-1 1Z" }), h("path", { key: '623efa6671284ac107bf164671d3a1ee660daf7e', d: "M17.98 0C8.05 0 0 8.06 0 18s8.05 18 17.98 18S36 27.94 36 18 27.94 0 17.98 0M18 34C9.18 34 2 26.82 2 18S9.18 2 18 2s16 7.18 16 16-7.18 16-16 16" })));
}
static get style() { return UtrechtIconLetOpStyle0; }
}, [1, "utrecht-icon-let-op"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-let-op"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-let-op":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconLetOp$1);
}
break;
} });
}
const UtrechtIconLetOp = UtrechtIconLetOp$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconLetOp, defineCustomElement };
//# sourceMappingURL=utrecht-icon-let-op.js.map