@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
20 lines (19 loc) • 1.13 kB
JavaScript
import { h } from "@stencil/core";
export class UtrechtIconMinus {
render() {
return (h("svg", { key: 'f4b0bfa25a8e230a0f4571e13509e0192ee2304e', viewBox: "0 0 14 2", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("defs", { key: 'd6cc73823a1af1104c3e13ab715f687849417df9' }, h("clipPath", { key: '528c8a61f4066c42503560fee533a866bc7935a1', id: "a" }, h("path", { key: 'c43b741dfb03f280f8d9bb21e49c4c437c2ccfb7', "stroke-width": "0", d: "M0 0h14v2H0z" }))), h("g", { key: '8436077db7f368d4b660470f903bffc04e21d8ec', "clip-path": "url(#a)" }, h("path", { key: '79b5a78fa3e98336da7c8f12fb2b2db3bc567eb8', d: "M13 2H1c-.55 0-1-.45-1-1s.45-1 1-1h12c.55 0 1 .45 1 1s-.45 1-1 1" }))));
}
static get is() { return "utrecht-icon-minus"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["../../icon/generated.scss"]
};
}
static get styleUrls() {
return {
"$": ["../../icon/generated.css"]
};
}
}
//# sourceMappingURL=utrecht-icon-minus.stencil.js.map