@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.5 kB
JavaScript
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 UtrechtIconCoffeeStyle0 = generatedCss;
const UtrechtIconCoffee$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconCoffee extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '463140ec777fe27bc3c64b15b57cef54461528b7', "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: '5cb956f47d2feab744e8d0852e95e7dbe7138001', d: "M16.81 9.5h-1.25c0-1.23-.99-2.22-2.22-2.22H3.33c-1.23 0-2.22.99-2.22 2.22v2.64c0 1.78.75 3.7 1.96 5.14H1.11c-.61 0-1.11.5-1.11 1.11s.5 1.11 1.11 1.11h14.44c.61 0 1.11-.5 1.11-1.11s-.5-1.11-1.11-1.11h-1.89c.29-.35.56-.72.8-1.12.02 0 .04.01.05.01h2.29c1.76 0 3.19-1.37 3.19-3.06v-.56c0-1.69-1.43-3.06-3.19-3.06Zm-3.48 2.64c0 2.26-1.89 5.14-4.02 5.14H7.36c-2.13 0-4.02-2.87-4.02-5.14V9.5h10v2.64Zm4.45.97c0 .46-.44.83-.97.83h-1.49c.16-.6.24-1.21.24-1.8v-.42h1.25c.54 0 .97.37.97.83zM6.03 6.49c-.2 0-.41-.06-.59-.19a3.402 3.402 0 0 1-1.42-2.83C4 2.39 4.53 1.34 5.44.68a.997.997 0 0 1 1.4.23c.32.45.22 1.08-.23 1.4-.37.27-.59.7-.58 1.16 0 .5.21.93.58 1.2a1.006 1.006 0 0 1-.59 1.82Zm4-.02c-.2 0-.41-.06-.59-.19a3.402 3.402 0 0 1-1.42-2.83C8 2.37 8.53 1.32 9.44.66a.997.997 0 0 1 1.4.23c.32.45.22 1.08-.23 1.4-.37.27-.59.7-.58 1.16 0 .5.21.93.58 1.2a1.006 1.006 0 0 1-.59 1.82Z" })));
}
static get style() { return UtrechtIconCoffeeStyle0; }
}, [1, "utrecht-icon-coffee"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-coffee"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-coffee":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconCoffee$1);
}
break;
} });
}
const UtrechtIconCoffee = UtrechtIconCoffee$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconCoffee, defineCustomElement };
//# sourceMappingURL=utrecht-icon-coffee.js.map