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.26 kB
import { h } from "@stencil/core"; export class UtrechtIconGezin { render() { return (h("svg", { key: 'cacd2840c42ae5aca21bcf2a74f2eb68471892bd', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '2d68233b2e8bcaa0690471dca2d816b7b3148d16', d: "M30 12c0-1.66-1.34-3-3-3h-5.93c-1.66 0-3 1.35-3 3.01 0-1.66-1.34-3.01-3-3.01H9.01c-1.66 0-3 1.35-3 3.01l.03 10c0 .55.45 1 1 1h1.97v12c0 .55.45 1 1 1h5v-8h-1c-.55 0-1-.45-1-1v-4.98c0-1.12.91-2.02 2.02-2.02h5.91c1.14 0 2.06.92 2.06 2.06v4.94c0 .55-.45 1-1 1h-1v8h4.99c.55 0 1-.45 1-1.01l-.07-11.99H29c.55 0 1-.45 1-1v-10Zm-12 7c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3M9 3.5C9 1.57 10.57 0 12.5 0S16 1.57 16 3.5 14.43 7 12.5 7 9 5.43 9 3.5m11 0C20 1.57 21.57 0 23.5 0S27 1.57 27 3.5 25.43 7 23.5 7 20 5.43 20 3.5" }))); } static get is() { return "utrecht-icon-gezin"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["../../icon/generated.scss"] }; } static get styleUrls() { return { "$": ["../../icon/generated.css"] }; } } //# sourceMappingURL=utrecht-icon-gezin.stencil.js.map