@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.13 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 UtrechtIconChevronUpStyle0 = generatedCss;
const UtrechtIconChevronUp$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconChevronUp extends HTMLElement {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '8738006ae5f1e12b429ca9cb70bca27fe76f1ddf', viewBox: "0 0 14 8", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("defs", { key: '67d217fb47939afae020e905b4efc72e7254c0b9' }, h("clipPath", { key: '940aa46a99b91e372325d3b585dc8fe4792114d2', id: "a" }, h("path", { key: '93f4e15b8cc7f93168cd78395910fb2b6efd6f7e', "stroke-width": "0", d: "M0 0h14v8H0z" }))), h("g", { key: '8148c6010861ebe398944e6fe0aecec6747272af', "clip-path": "url(#a)" }, h("path", { key: '62c6304eefcc793cd434422da1b8d82222d547d9', d: "M13 8c-.26 0-.51-.1-.71-.29L7 2.41l-5.29 5.3A.996.996 0 1 1 .3 6.3L6.29.29a.996.996 0 0 1 1.41 0l6 6a.996.996 0 0 1-.71 1.7Z" }))));
}
static get style() { return UtrechtIconChevronUpStyle0; }
}, [1, "utrecht-icon-chevron-up"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-chevron-up"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-chevron-up":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconChevronUp$1);
}
break;
} });
}
const UtrechtIconChevronUp = UtrechtIconChevronUp$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconChevronUp, defineCustomElement };
//# sourceMappingURL=utrecht-icon-chevron-up.js.map