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.86 kB
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 UtrechtIconZoominStyle0 = generatedCss; const UtrechtIconZoomin$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconZoomin extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '2f154b4a2f4c02876977fa1220528a289e912696', viewBox: "-1 -2 24 24", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '2decc7d278122d6b4e2951481a36c3e7e51c81bb', d: "M11.6 5a.6.6 0 0 1 .6.6v10.8a.6.6 0 0 1-.6.6h-1.2a.6.6 0 0 1-.6-.6V5.6a.6.6 0 0 1 .6-.6z" }), h("path", { key: '680bd268c2a069de54142833e2c66ada300ce0d4', d: "M5 10.4a.6.6 0 0 1 .6-.6h10.8a.6.6 0 0 1 .6.6v1.2a.6.6 0 0 1-.6.6H5.6a.6.6 0 0 1-.6-.6z" }))); } static get style() { return UtrechtIconZoominStyle0; } }, [1, "utrecht-icon-zoomin"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-zoomin"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-zoomin": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconZoomin$1); } break; } }); } const UtrechtIconZoomin = UtrechtIconZoomin$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconZoomin, defineCustomElement }; //# sourceMappingURL=utrecht-icon-zoomin.js.map