UNPKG

@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
import { h } from "@stencil/core"; export class UtrechtIconMelding { render() { return (h("svg", { key: 'de56bf2c2d1241080385b2bd6a5937412d79121e', viewBox: "0 0 35 37", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '906ea760c7648312317d46f1da32718cac8a6531', "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: '5486bb2deafeffeb020d5e1e3887e3df23a7e113', 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