@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
JavaScript
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
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 UtrechtIconListNumberStyle0 = generatedCss;
const UtrechtIconListNumber$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconListNumber extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'eabac523a5cf2b18d5ca9e8cf0bddb84f92b9825', viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("defs", { key: 'fad31e96ec0f4e12772d88ff6ba2bcdf6fbd99b2' }, h("clipPath", { key: 'f2b975954597c3bcbae0dcd3b654ba7053f8ee0f', id: "a" }, h("path", { key: '37a0b1faf869f980764833a2cd5722bc20c4d6a2', "stroke-width": "0", d: "M0 0h18v18H0z" }))), h("g", { key: 'b390df6f61de65c3d7e470101c3055e49d653987', "clip-path": "url(#a)" }, h("path", { key: 'c596539d1bf523abbcee6bc5f2bfd8dfe3b0c568', "fill-rule": "evenodd", d: "M3.38.08C3.75.23 4 .6 4 1v6c0 .55-.45 1-1 1s-1-.45-1-1V3.41l-.29.29A.996.996 0 1 1 .3 2.29l1.99-2c.29-.29.72-.37 1.09-.21M7 3c0-.55.45-1 1-1h9c.55 0 1 .45 1 1s-.45 1-1 1H8c-.55 0-1-.45-1-1m0 6c0-.55.45-1 1-1h9c.55 0 1 .45 1 1s-.45 1-1 1H8c-.55 0-1-.45-1-1m-7 4c0-1.66 1.34-3 3-3s3 1.34 3 3c0 .6-.26 1.07-.53 1.4-.19.24-.44.48-.63.67l-.14.14c-.02.02-.04.04-.07.06l-.88.73h1.24c.55 0 1 .45 1 1s-.45 1-1 1H1c-.42 0-.8-.26-.94-.66-.14-.39-.02-.84.3-1.11l2.97-2.47.15-.15c.06-.07.12-.12.17-.18.11-.11.19-.19.24-.27.06-.07.08-.12.09-.14V13c0-.55-.45-1-1-1s-1 .45-1 1-.45 1-1 1S0 13.55 0 13m8 2c0-.55.45-1 1-1h8c.55 0 1 .45 1 1s-.45 1-1 1H9c-.55 0-1-.45-1-1" }))));
}
static get style() { return UtrechtIconListNumberStyle0; }
}, [1, "utrecht-icon-list-number"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-list-number"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-list-number":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconListNumber$1);
}
break;
} });
}
const UtrechtIconListNumber = UtrechtIconListNumber$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconListNumber, defineCustomElement };
//# sourceMappingURL=utrecht-icon-list-number.js.map