@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.7 kB
JavaScript
import { h } from "@stencil/core";
export class UtrechtIconBuurtcentra {
render() {
return (h("svg", { key: '2b7e2358ed2115394b0fab73e53271238b78c6ad', "data-name": "Layer 1", viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'ca1659e7c130609be76924ccf0495094aa66bf68', d: "m26.49 16.17-.76.8c-.39.41-1.06.41-1.45 0l-.76-.8-.16-.17c-.33-.35-.46-.88-.24-1.31.35-.71 1.2-.81 1.69-.3l.2.21.2-.21c.49-.51 1.34-.42 1.69.3.21.43.09.96-.24 1.31l-.16.17ZM19.13 5.74A4.52 4.52 0 0 1 24.7.17c1.51.4 2.72 1.62 3.12 3.12a4.52 4.52 0 0 1-5.57 5.57 4.446 4.446 0 0 1-3.12-3.12m1.91-1.85a2.52 2.52 0 0 0 3.06 3.06c.88-.21 1.6-.93 1.81-1.81a2.52 2.52 0 0 0-3.06-3.06c-.88.21-1.6.93-1.81 1.81M8.16 5.74A4.523 4.523 0 0 1 13.73.17c1.51.4 2.72 1.62 3.12 3.12a4.52 4.52 0 0 1-5.57 5.57 4.446 4.446 0 0 1-3.12-3.12m1.91-1.85a2.52 2.52 0 0 0 3.06 3.06c.88-.21 1.6-.93 1.81-1.81a2.52 2.52 0 0 0-3.06-3.06c-.88.21-1.6.93-1.81 1.81M27 10.02H9c-2.21 0-4 1.8-4 4.01l.03 9c0 1.1.89 1.98 1.99 1.98h.97v10c0 .55.45 1 1 1s1-.45 1-1V23.02h-3l-.03-9c0-1.1.9-2 2-2H27a2 2 0 0 1 2 2v9h-3v11.99c0 .55.45 1 1 1s1-.45 1-1v-10h1a2 2 0 0 0 2-2v-8.99c0-2.21-1.79-4-4-4M19 35V16.01c0-.55-.45-1-1-1s-1 .45-1 1V35c0 .55.45 1 1 1s1-.45 1-1" })));
}
static get is() { return "utrecht-icon-buurtcentra"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["../../icon/generated.scss"]
};
}
static get styleUrls() {
return {
"$": ["../../icon/generated.css"]
};
}
}
//# sourceMappingURL=utrecht-icon-buurtcentra.stencil.js.map