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.27 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 UtrechtIconHerdenkingStyle0 = generatedCss; const UtrechtIconHerdenking$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconHerdenking extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '7261878fa1b2208f1a1acfe5056a8d9f44c6adc2', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("rect", { key: 'dc39c9fae010ae348c52fc2b0a2b9c9c3501c12a', width: "36", height: "2", x: "-2", y: "35", rx: "1", ry: "1" }), h("path", { key: 'a19d0002da2815791fdacbb195457f3be03973b2', d: "M21 21h-1l-.97-17.49c-.02-.31-.18-.6-.44-.78l-2.03-1.56a.979.979 0 0 0-1.11 0l-2.03 1.56c-.26.17-.42.46-.44.78L12.01 21h-1c-.55 0-1 .45-1 1v2h12v-2c0-.55-.45-1-1-1Z" }), h("path", { key: '26e906872f4609153b3ebd6fb85ccf823da9810c', d: "m30 14-1-1h-3V7c0-.55-.45-1-1-1s-1 .45-1 1v19H7c-.55 0-1 .45-1 1v4H2c-.55 0-1 .45-1 1s.45 1 1 1h28c.55 0 1-.45 1-1s-.45-1-1-1h-4V21h1.88l1.02 1 4.1-.02c.55 0 1-.45 1-1V15c0-.55-.45-1-1-1zM20 31h-8v-3h8zm12-11h-2.29l-1.02-1h-2.7v-4h2.17l1 1h2.83v4Z" }))); } static get style() { return UtrechtIconHerdenkingStyle0; } }, [1, "utrecht-icon-herdenking"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-herdenking"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-herdenking": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconHerdenking$1); } break; } }); } const UtrechtIconHerdenking = UtrechtIconHerdenking$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconHerdenking, defineCustomElement }; //# sourceMappingURL=utrecht-icon-herdenking.js.map