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.64 kB
import { h } from "@stencil/core"; export class UtrechtIconUser { render() { return (h("svg", { key: 'c3ee8e32b645e7441858205e58af4976652c4877', viewBox: "0 0 14 20", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("defs", { key: '7c67b806cd7bfaeb2dd98ee3f7d92ba996e8be90' }, h("clipPath", { key: '8c7dab9e73d18c72163242a621ac1bc3633119ec', id: "a" }, h("path", { key: '6ed775eddf1a1eb359544ee8c9bace20d3b922d9', "stroke-width": "0", d: "M0 0h14v20H0z" }))), h("g", { key: '56fc65d924a32d36f1b50fd7d4554645fc233b11', "clip-path": "url(#a)" }, h("path", { key: '7f84636cb3144a80ee03c00537939803e66085a9', "fill-rule": "evenodd", d: "M7 0C5.67 0 4.4.53 3.46 1.46 2.52 2.4 2 3.67 2 5s.53 2.6 1.46 3.54C4.4 9.48 5.67 10 7 10s2.6-.53 3.54-1.46C11.48 7.6 12 6.33 12 5s-.53-2.6-1.46-3.54A4.994 4.994 0 0 0 7 0M4.88 2.88C5.44 2.32 6.21 2 7 2s1.56.32 2.12.88S10 4.21 10 5s-.32 1.56-.88 2.12S7.79 8 7 8s-1.56-.32-2.12-.88S4 5.79 4 5s.32-1.56.88-2.12m-2 12C3.44 14.32 4.21 14 5 14h4c.8 0 1.56.32 2.12.88S12 16.21 12 17v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-1.33-.53-2.6-1.46-3.54A4.994 4.994 0 0 0 9 12H5c-1.33 0-2.6.53-3.54 1.46C.52 14.4 0 15.67 0 17v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.8.32-1.56.88-2.12" })))); } static get is() { return "utrecht-icon-user"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["../../icon/generated.scss"] }; } static get styleUrls() { return { "$": ["../../icon/generated.css"] }; } } //# sourceMappingURL=utrecht-icon-user.stencil.js.map