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.97 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 UtrechtIconContainerPmdStyle0 = generatedCss; const UtrechtIconContainerPmd$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconContainerPmd extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '44578dee4299f14d1e08e4d76686c555581f7165', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '07b6bd862ec38cdea3c3fa9046dd591135123788', d: "M24.5 4V3c0-.55-.45-1-1-1h-3a2 2 0 0 0-2-2H4.46C3.38 0 2.5.88 2.5 1.96V2h-1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h22c.55 0 1-.45 1-1m6.98-.02a.997.997 0 0 0-.99-.98h-1.98c-.55-.01-1 .44-1 .99v1.02l4-.03-.02-1Z" }), h("circle", { key: 'b523735ab637aa31306fc8af6cf2bce47f20f96e', cx: "5.5", cy: "31.02", r: "3" }), h("path", { key: 'b0f02b88cb43ef07efd27126ef00e97605327c2c', d: "M28.5 21.99v12.03h3.99c1.66 0 3-1.34 3-3v-6.13c0-.61-.24-1.2-.7-1.69a.465.465 0 0 1 .01-.64c.45-.45.7-1.04.7-1.68s-.25-1.23-.7-1.67c-.09-.09-.14-.2-.14-.33s.05-.24.14-.32c.45-.45.7-1.04.7-1.68s-.25-1.23-.7-1.67c-.09-.09-.14-.2-.14-.33s.05-.24.14-.32c.39-.39.63-.89.68-1.44.03-.17.02-.34-.03-.5 0-.02-.01-.04-.02-.06-.06-.48-.27-.93-.58-1.28A650.28 650.28 0 0 0 31.51 7h-4s-1.89 2.53-3.33 4.27c-.32.35-.53.8-.6 1.28-.05.13-.08.27-.08.42.02.61.27 1.17.69 1.59.09.09.14.2.14.33s-.05.24-.14.32c-.45.45-.7 1.04-.7 1.68 0 .41.11.8.31 1.15h1.61c.72.01 1.38.4 1.73 1.02l1.1 1.94c.17.3.26.64.26.98Zm-10.9-3.98h1.51L20.49 7H2.5v20.01s.05-.02.07-.03c.83-.6 1.84-.97 2.94-.97 2.76 0 5 2.24 5 5 0 1.13-.39 2.16-1.02 3h5.03V21.83c0-.36.1-.72.28-1.03l1.1-1.83c.36-.6 1.01-.97 1.72-.97Z" }), h("path", { key: 'e0b2fd02093780ae606adedc1e4bca62e302c935', d: "m17.6 20.01-1.1 1.83v12.11l1.1 2.02 7.8.03 1.1-2.12V21.99l-1.1-1.94z" }))); } static get style() { return UtrechtIconContainerPmdStyle0; } }, [1, "utrecht-icon-container-pmd"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-container-pmd"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-container-pmd": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconContainerPmd$1); } break; } }); } const UtrechtIconContainerPmd = UtrechtIconContainerPmd$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconContainerPmd, defineCustomElement }; //# sourceMappingURL=utrecht-icon-container-pmd.js.map