@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.21 kB
JavaScript
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
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 UtrechtIconZoomPlusStyle0 = generatedCss;
const UtrechtIconZoomPlus$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconZoomPlus extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '32c0150f957a034f3e08c7981baf5bf4d0ebf511', viewBox: "0 0 14 14", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("defs", { key: '85c9afabfed24623c912a77486725c32e23922b0' }, h("clipPath", { key: 'ac3941211364c9b91f6209850ebef4f1ae04e9c0', id: "a" }, h("path", { key: '336dcf5d6fc9dfc407ffcfbaee3222d4f6ecd7fb', "stroke-width": "0", d: "M0 0h14v14H0z" }))), h("g", { key: 'adb0273050e1b0df029ad34f1cf18b960e205d7b', "clip-path": "url(#a)" }, h("path", { key: 'f057a455ae44b6797303fd4e5a7feae4ddf15674', "fill-rule": "evenodd", d: "M7 0c.48 0 .88.39.88.88v5.25h5.25c.48 0 .88.39.88.88s-.39.88-.88.88H7.88v5.25c0 .48-.39.88-.88.88s-.88-.39-.88-.88V7.89H.88C.4 7.89 0 7.5 0 7.01s.39-.88.88-.88h5.25V.88c0-.48.39-.88.88-.88Z" }))));
}
static get style() { return UtrechtIconZoomPlusStyle0; }
}, [1, "utrecht-icon-zoom-plus"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-zoom-plus"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-zoom-plus":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconZoomPlus$1);
}
break;
} });
}
const UtrechtIconZoomPlus = UtrechtIconZoomPlus$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconZoomPlus, defineCustomElement };
//# sourceMappingURL=utrecht-icon-zoom-plus.js.map