@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.11 kB
JavaScript
import { h } from "@stencil/core";
export class UtrechtIconGrafiek {
render() {
return (h("svg", { key: 'a6ffee0268017a87f54762101b84b15fabf1450e', viewBox: "0 0 36.04 35.89", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '7024f3dbaf2883e483ae01908b1fea1edc7fb4ea', d: "M12 36H5c-.55 0-1-.45-1-1v-7c0-.55.45-1 1-1h7zm10 0h-8V17c0-.55.45-1 1-1h6c.55 0 1 .45 1 1zm9 0h-7V22h7c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1M22 0h4c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1s-1-.45-1-1V3.41l-5.07 5.07a.996.996 0 0 1-1.41 0l-2.83-2.83-7.07 7.07a.996.996 0 1 1-1.41-1.41l7.74-7.74a.993.993 0 0 1 1.4-.01l2.82 2.73 4.41-4.3h-1.57c-.55 0-1-.45-1-1s.45-1 1-1Z" })));
}
static get is() { return "utrecht-icon-grafiek"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["../../icon/generated.scss"]
};
}
static get styleUrls() {
return {
"$": ["../../icon/generated.css"]
};
}
}
//# sourceMappingURL=utrecht-icon-grafiek.stencil.js.map