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.89 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 UtrechtIconFilterStyle0 = generatedCss; const UtrechtIconFilter$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconFilter extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '2c4bc41d6f20ea1a4d9534532d9ebef957f931dc', viewBox: "-2 -1 24 24", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("rect", { key: 'bb79cdb5c35b5d46787277c1c3ef268b5c439558', width: "17", height: "2", x: "2", y: "6", rx: ".5" }), h("rect", { key: '5e7fc4b559e79f5b93abc1ac667e3a39e86d6e2c', width: "13", height: "2", x: "4", y: "11", rx: ".5" }), h("rect", { key: '8bf31a2b8facf0e7292cde2f07ba155dc9075133', width: "9", height: "2", x: "6", y: "16", rx: ".5" }))); } static get style() { return UtrechtIconFilterStyle0; } }, [1, "utrecht-icon-filter"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-filter"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-filter": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconFilter$1); } break; } }); } const UtrechtIconFilter = UtrechtIconFilter$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconFilter, defineCustomElement }; //# sourceMappingURL=utrecht-icon-filter.js.map