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.61 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 UtrechtIconMensenhandelStyle0 = generatedCss; const UtrechtIconMensenhandel$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconMensenhandel extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: 'af7c2ad1173a304021b6710b0f949126d347157c', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '9b8b5c8136d04af6c1cf58e07a7e3d6e511e62c6', d: "m16.28 21.46-7.55 3.83 1.69 9.61c.12.64.66 1.11 1.3 1.11h5.94V21.93l-1.38-.46ZM19.61 36h5.85c.64 0 1.19-.47 1.3-1.11l1.64-9.41-8.79-2.92v13.43Z", class: "cls-1" }), h("path", { key: 'a7671779e72e88484f5a52e7014bc59fd548c34b', d: "M31.89 20.01c-.95-3.26-2.01-6.93-2.02-6.96-.49-1.51-1.17-5.17-4.96-5.34.09-.43.14-.87.14-1.33 0-3.52-2.8-6.38-6.24-6.38s-6.24 2.85-6.24 6.38c0 .45.05.89.13 1.31h-.22c-3.1 0-5.17 2.45-5.92 4.26l-2.44 8.66c-.59 2.08 1.46 3.92 3.41 3.06l.86-.44 14.18-7.19c1.46-.74 3.25-.4 4.35.84.36.41.33 1.04-.07 1.41-.4.37-1.02.34-1.38-.07-.52-.58-1.35-.74-2.04-.39l-4.65 2.36 9.97 3.31v-.06c1.96.44 3.72-1.42 3.14-3.43m-17.7-3.87-2.55 1.55a.961.961 0 0 1-1.34-.35c-.28-.47-.12-1.08.34-1.37l2.55-1.55a.965.965 0 0 1 1.34.35c.28.47.12 1.08-.34 1.37m4.78-2.66c-1.91 0-3.56-1.13-4.35-2.76.61.19 1.24.3 1.91.3 1.54 0 2.96-.57 4.05-1.52.71-.61 1.68-.78 2.51-.35.2.1.41.19.63.26-.4 2.31-2.39 4.07-4.76 4.07Z", class: "cls-1" }))); } static get style() { return UtrechtIconMensenhandelStyle0; } }, [1, "utrecht-icon-mensenhandel"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-mensenhandel"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-mensenhandel": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconMensenhandel$1); } break; } }); } const UtrechtIconMensenhandel = UtrechtIconMensenhandel$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconMensenhandel, defineCustomElement }; //# sourceMappingURL=utrecht-icon-mensenhandel.js.map