@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.3 kB
JavaScript
import { h } from "@stencil/core";
export class UtrechtIconSearch {
render() {
return (h("svg", { key: '22554d5914ca106bb45a99fb2ab4cbe40576b005', viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("defs", { key: '589c430a25fa74738ebb716d5219708245a1a9b8' }, h("clipPath", { key: '4964fda11f27f4e3fcf60ae3b6a00cc48f4a5b57', id: "a" }, h("path", { key: 'd833e58c827443e3f9f9ce03575ebf1943414e37', "stroke-width": "0", d: "M0 0h20v20H0z" }))), h("g", { key: '8d767b460c19639ad7e38d6edb584fe94d7d897f', "clip-path": "url(#a)" }, h("path", { key: 'ff6bdb46b10e5ec20505fdf7bc069b83f6e46141', "fill-rule": "evenodd", d: "M2 8c0-3.31 2.69-6 6-6s6 2.69 6 6-2.69 6-6 6-6-2.69-6-6m6-8C3.58 0 0 3.58 0 8s3.58 8 8 8c1.85 0 3.55-.63 4.91-1.68l5.39 5.39a.996.996 0 1 0 1.41-1.41l-5.39-5.39A8.005 8.005 0 0 0 16 8c0-4.42-3.58-8-8-8" }))));
}
static get is() { return "utrecht-icon-search"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["../../icon/generated.scss"]
};
}
static get styleUrls() {
return {
"$": ["../../icon/generated.css"]
};
}
}
//# sourceMappingURL=utrecht-icon-search.stencil.js.map