UNPKG

@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.73 kB
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 UtrechtIconZoomoutStyle0 = generatedCss; const UtrechtIconZoomout$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconZoomout extends HTMLElement { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: 'f98a3a374309f91c4cac6bbdab72c4c5703cedf7', viewBox: "-6 -11 24 24", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '03ccd714aeb4c524d01160066ef179c2c7877ac2', 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