@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.07 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 UtrechtIconZoomMinusStyle0 = generatedCss;
const UtrechtIconZoomMinus$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconZoomMinus extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'b9486e5edbdbf521b79ff0458feb42da45da791e', viewBox: "0 0 14 14", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("defs", { key: '50e0bd479fbb2b761cf54586732fe325475aa6e9' }, h("clipPath", { key: '021d2e0e1a6ab5c11899e3bbaca54f75fdb0d20e', id: "a" }, h("path", { key: '554312c219d11e5b592d3110f7c8453e7a651cf6', "stroke-width": "0", d: "M0 6h14v2H0z" }))), h("g", { key: 'c777e42e5b6498c8c8b54a80053d9481608e4a88', "clip-path": "url(#a)" }, h("path", { key: '99caf43da14de8f8f8e96296b5bbb00e0fa305df', d: "M13 8H1c-.55 0-1-.45-1-1s.45-1 1-1h12c.55 0 1 .45 1 1s-.45 1-1 1" }))));
}
static get style() { return UtrechtIconZoomMinusStyle0; }
}, [1, "utrecht-icon-zoom-minus"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-zoom-minus"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-zoom-minus":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconZoomMinus$1);
}
break;
} });
}
const UtrechtIconZoomMinus = UtrechtIconZoomMinus$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconZoomMinus, defineCustomElement };
//# sourceMappingURL=utrecht-icon-zoom-minus.js.map