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) 3.14 kB
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client'; 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 UtrechtIconHuishoudelijkGeweldStyle0 = generatedCss; const UtrechtIconHuishoudelijkGeweld$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconHuishoudelijkGeweld extends HTMLElement { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '503f98fa07963168279272946186305637f2c080', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'e6ac113b86d230bff24e54c3385f1474e87144cc', d: "M9.29 4.3c.19-.19.46-.31.76-.31.39 0 .76.22.95.56l3.28 5.97c.23.42.13.9-.17 1.19a.98.98 0 0 1-.71.29h-2.73l2.49 4.52c.23.42.13.9-.17 1.19a.98.98 0 0 1-.71.29h-.14c-.39 0-.76-.22-.95-.56l-3.28-5.97c-.23-.42-.13-.9.17-1.19a.98.98 0 0 1 .71-.29h2.73L9.1 5.6c-.25-.45-.14-.97.19-1.29" }), h("path", { key: '1d146ee7b01c1e5b113452b26ecd7256b8a483fc', d: "m32.66 19.55-2.65-2.3v-4.27a.986.986 0 1 0-1.97 0v2.54l-1.45-1.28-.1.17c-.54.98-1.57 1.59-2.69 1.6-.82 0-1.6-.31-2.18-.89a3.05 3.05 0 0 1-.53-3.67l.77-1.4-3.18-2.82a.987.987 0 0 0-1.29 0l-1.77 1.55.43.78c.65 1.18.44 2.62-.52 3.57-.42.41-.93.69-1.5.81l.89 1.62c.65 1.18.44 2.62-.52 3.57-.57.56-1.32.87-2.12.87h-.14c-1.12 0-2.15-.62-2.69-1.6L7.9 15.57l-4.54 3.99a.99.99 0 0 0-.1 1.41c.36.41.99.46 1.41.09l1.39-1.21L6.04 35c0 .55.45 1 1 1h22.04c.54 0 .99-.44.99-.99l-.03-15.11 1.34 1.17c.41.35 1.03.31 1.39-.1l.02-.02a.983.983 0 0 0-.1-1.39Zm-10.63 8.46c0 .54-.44.99-.99.99h-6.03c-.55 0-1-.45-1-1v-4.01c0-.55.45-1 1-1h6.03c.54 0 .99.44.99.99z" }), h("path", { key: 'e98a1b8db341d2a19eeab9eacd99131b4c70f69d', d: "M22.52 8.01h2.73l-2.42 4.39c-.25.45-.14.97.19 1.29.19.19.46.31.76.31.39 0 .76-.22.95-.56l3.28-5.97c.23-.42.13-.9-.17-1.19a.98.98 0 0 0-.71-.29H24.4l2.49-4.52c.23-.42.13-.9-.17-1.19-.18-.17-.43-.28-.71-.28h-.14c-.39 0-.76.22-.95.56l-3.28 5.97c-.23.42-.13.9.17 1.19.18.18.42.29.71.29" }))); } static get style() { return UtrechtIconHuishoudelijkGeweldStyle0; } }, [1, "utrecht-icon-huishoudelijk-geweld"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-huishoudelijk-geweld"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-huishoudelijk-geweld": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconHuishoudelijkGeweld$1); } break; } }); } const UtrechtIconHuishoudelijkGeweld = UtrechtIconHuishoudelijkGeweld$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconHuishoudelijkGeweld, defineCustomElement }; //# sourceMappingURL=utrecht-icon-huishoudelijk-geweld.js.map