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.31 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 UtrechtIconListStyle0 = generatedCss; const UtrechtIconList$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconList extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: 'eebffbe0de16a80509dd7753ea9fc1fcee689c9c', viewBox: "0 0 17 14", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("defs", { key: 'b0e6916fbb86bae9e8f8bfc9e5693765e6ac473b' }, h("clipPath", { key: '2aefdc8cbfb60b3bdbccb9bfb0a54f2f62561cc6', id: "a" }, h("path", { key: '64b4daf2afb392becb6c5b78706b703db9be34b3', "stroke-width": "0", d: "M0 0h17v14H0z" }))), h("g", { key: '512219146475c3728d21f7c5ca6bdb7b188ebbdb', "clip-path": "url(#a)" }, h("path", { key: '5d4571b344c6720c30b7ac27f51927120ba05b38', "fill-rule": "evenodd", d: "M4 1c0-.56.45-1 1-1h11c.55 0 1 .45 1 1s-.45 1-1 1H5c-.55 0-1-.45-1-1M1 0c.55 0 1 .44 1 1s-.45 1.01-1 1.01-1-.45-1-1C0 .44.45 0 1 0m0 6a1.005 1.005 0 0 1 0 2.01A1.005 1.005 0 0 1 1 6m3 1c0-.55.45-1 1-1h11c.55 0 1 .45 1 1s-.45 1-1 1H5c-.55 0-1-.45-1-1m-3 5a1.005 1.005 0 0 1 0 2.01A1.005 1.005 0 0 1 1 12m3 1c0-.55.45-1 1-1h11c.55 0 1 .45 1 1s-.45 1-1 1H5c-.55 0-1-.45-1-1" })))); } static get style() { return UtrechtIconListStyle0; } }, [1, "utrecht-icon-list"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-list"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-list": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconList$1); } break; } }); } const UtrechtIconList = UtrechtIconList$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconList, defineCustomElement }; //# sourceMappingURL=utrecht-icon-list.js.map