UNPKG

@utrecht/web-component-library-stencil

Version:

Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture

36 lines (31 loc) 2.49 kB
import { p as proxyCustomElement, H, h } from './p-2f0ff193.js'; const generatedCss = ":host{block-size:var(--utrecht-icon-size);color:var(--utrecht-icon-color);display:inline-block;font-size:var(--utrecht-icon-size);inline-size:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative}svg{height:100%;pointer-events:none;width:100%}"; const UtrechtIconUserStyle0 = generatedCss; const UtrechtIconUser$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconUser extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } 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 style() { return UtrechtIconUserStyle0; } }, [1, "utrecht-icon-user"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-user"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-user": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconUser$1); } break; } }); } const UtrechtIconUser = UtrechtIconUser$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconUser, defineCustomElement }; //# sourceMappingURL=utrecht-icon-user.js.map