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) 2.12 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 UtrechtIconReportStyle0 = generatedCss; const UtrechtIconReport$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconReport extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: 'aa23ab19a2aa0686cfd513847fa49fd645457060', "data-name": "Layer 1", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '4fc7f3a76cb939613c95495a9b04cdedb97751c1', "fill-rule": "evenodd", d: "M4.44 2.22c-1.23 0-2.22.99-2.22 2.22V16.2l2.55-2.55c.21-.21.49-.33.79-.33h10c1.23 0 2.22-.99 2.22-2.22V4.43c0-1.23-.99-2.22-2.22-2.22H4.44ZM0 4.44C0 1.99 1.99 0 4.44 0h11.11c2.45 0 4.44 1.99 4.44 4.44v6.67c0 2.45-1.99 4.44-4.44 4.44H6.02L1.9 19.67c-.32.32-.8.41-1.21.24-.42-.17-.69-.57-.69-1.02zm10-1.11c.61 0 1.11.5 1.11 1.11v3.33c0 .61-.5 1.11-1.11 1.11s-1.11-.5-1.11-1.11V4.44c0-.61.5-1.11 1.11-1.11M10 10a1.116 1.116 0 0 1 0 2.23A1.116 1.116 0 0 1 10 10" }))); } static get style() { return UtrechtIconReportStyle0; } }, [1, "utrecht-icon-report"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-report"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-report": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconReport$1); } break; } }); } const UtrechtIconReport = UtrechtIconReport$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconReport, defineCustomElement }; //# sourceMappingURL=utrecht-icon-report.js.map