@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.25 kB
JavaScript
import { h } from "@stencil/core";
export class UtrechtIconReport {
render() {
return (h("svg", { key: 'aa23ab19a2aa0686cfd513847fa49fd645457060', "data-name": "Layer 1", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '4fc7f3a76cb939613c95495a9b04cdedb97751c1', "fill-rule": "evenodd", d: "M4.44 2.22c-1.23 0-2.22.99-2.22 2.22V16.2l2.55-2.55c.21-.21.49-.33.79-.33h10c1.23 0 2.22-.99 2.22-2.22V4.43c0-1.23-.99-2.22-2.22-2.22H4.44ZM0 4.44C0 1.99 1.99 0 4.44 0h11.11c2.45 0 4.44 1.99 4.44 4.44v6.67c0 2.45-1.99 4.44-4.44 4.44H6.02L1.9 19.67c-.32.32-.8.41-1.21.24-.42-.17-.69-.57-.69-1.02zm10-1.11c.61 0 1.11.5 1.11 1.11v3.33c0 .61-.5 1.11-1.11 1.11s-1.11-.5-1.11-1.11V4.44c0-.61.5-1.11 1.11-1.11M10 10a1.116 1.116 0 0 1 0 2.23A1.116 1.116 0 0 1 10 10" })));
}
static get is() { return "utrecht-icon-report"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["../../icon/generated.scss"]
};
}
static get styleUrls() {
return {
"$": ["../../icon/generated.css"]
};
}
}
//# sourceMappingURL=utrecht-icon-report.stencil.js.map