@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) • 1.7 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 UtrechtIconZoomoutStyle0 = generatedCss;
const UtrechtIconZoomout$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconZoomout extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '51dae614bd77d08439e88831ed364499f1ad151e', viewBox: "-6 -11 24 24", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'fec012751a1aa3b329e8c9e2621045456d407315', d: "M0 .5A.5.5 0 0 1 .5 0h11a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5z" })));
}
static get style() { return UtrechtIconZoomoutStyle0; }
}, [1, "utrecht-icon-zoomout"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-zoomout"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-zoomout":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconZoomout$1);
}
break;
} });
}
const UtrechtIconZoomout = UtrechtIconZoomout$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconZoomout, defineCustomElement };
//# sourceMappingURL=utrecht-icon-zoomout.js.map