@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.2 kB
JavaScript
import { h } from "@stencil/core";
export class UtrechtIconMelding {
render() {
return (h("svg", { key: '85492fbdf819bf1177adde15da703b2e20b8129d', viewBox: "0 0 35 37", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'd1e5d4e53ecf89dbe78ce69bb2acc7d919405cff', "fill-rule": "evenodd", d: "M30.06 0H14.91a4 4 0 0 0-4 4v7.34a4 4 0 0 0 4 4h.54v3.25l3.24-3.25h11.37a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4m-6.73 2.83-.31 6.37h-1.6l-.31-6.37zm-1.11 9.63a1.28 1.28 0 1 1 1.28-1.28 1.22 1.22 0 0 1-1.31 1.28z", "clip-rule": "evenodd" }), h("path", { key: 'a9a4f4d7cd940c20c4ce29732cefb3375aa3d913', d: "M15.67 36.73v-7.44c0-2.21-2.47-4-5.53-4H5.53c-3.06 0-5.53 1.79-5.53 4v7.44zm-3.52-16.19a4.32 4.32 0 1 1-4.32-4.2 4.26 4.26 0 0 1 4.32 4.2" })));
}
static get is() { return "utrecht-icon-melding"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["../../icon/generated.scss"]
};
}
static get styleUrls() {
return {
"$": ["../../icon/generated.css"]
};
}
}
//# sourceMappingURL=utrecht-icon-melding.stencil.js.map