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.7 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 UtrechtIconListCheckStyle0 = generatedCss; const UtrechtIconListCheck$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconListCheck extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '066769344f6630a0b319b70a5d53dcf517553119', viewBox: "0 0 18 16", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("defs", { key: 'bc41efbce08c2a6d54d07e8e3be12086c6eff321' }, h("clipPath", { key: '378c5a5e6e715f6f0fd5c5364a3af73699f8ee8d', id: "a" }, h("path", { key: '7cd9583e747e51f5bd44050f5b6c856b76042b9a', "stroke-width": "0", d: "M0 0h18v16H0z" }))), h("g", { key: 'd66f20d8e8e941da79eb8b80f73a03788622f5a5', "clip-path": "url(#a)" }, h("path", { key: 'a493c15da53c0fe538b681dbfd4894e5f870caa6', "fill-rule": "evenodd", d: "M4.18.28c.38-.38 1-.38 1.38 0 .38.38.38.99 0 1.37L3.13 4.07c-.38.38-1 .38-1.38 0L.28 2.63c-.37-.38-.37-1 0-1.38.38-.38 1-.38 1.38 0l.77.77L4.17.28ZM7.3 2.42c0-.54.44-.97.97-.97h8.76a.97.97 0 0 1 0 1.94H8.27c-.54 0-.97-.43-.97-.97M5.56 6.1c.38.38.38.99 0 1.37L3.13 9.89c-.38.38-1 .38-1.38 0L.29 8.44a.966.966 0 0 1 0-1.37c.38-.38 1-.38 1.38 0l.77.77L4.18 6.1c.38-.38 1-.38 1.38 0M7.3 8.24c0-.54.44-.97.97-.97h8.76a.97.97 0 0 1 0 1.94H8.27c-.54 0-.97-.43-.97-.97m-1.74 3.68c.38.38.38.99 0 1.37l-2.43 2.42c-.38.38-1 .38-1.38 0L.29 14.26a.966.966 0 0 1 0-1.37c.38-.38 1-.38 1.38 0l.77.77 1.74-1.74c.38-.38 1-.38 1.38 0m1.74 2.14c0-.54.44-.97.97-.97h8.76a.97.97 0 0 1 0 1.94H8.27c-.54 0-.97-.43-.97-.97" })))); } static get style() { return UtrechtIconListCheckStyle0; } }, [1, "utrecht-icon-list-check"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-list-check"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-list-check": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconListCheck$1); } break; } }); } const UtrechtIconListCheck = UtrechtIconListCheck$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconListCheck, defineCustomElement }; //# sourceMappingURL=utrecht-icon-list-check.js.map