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.42 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 UtrechtIconContainerBioStyle0 = generatedCss; const UtrechtIconContainerBio$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconContainerBio extends HTMLElement { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '133074dd9c09c70e4c4b42e5265a43d8ee164094', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'dfe7fdb20c261d37433b5ee1eedd1a3254f997b7', d: "M25.98 3v1c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h1v-.04C4 .88 4.88 0 5.96 0h14.03c1.1 0 2 .9 2 2h3c.55 0 1 .45 1 1ZM10 31c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3m4-11.83v-2.18c0-1.65 1.34-3 3-3h4.22L22 6.98H4v20s.05-.02.07-.03c.83-.6 1.83-.97 2.93-.97 2.76 0 5 2.24 5 5 0 1.13-.39 2.16-1.02 3h5.33c1.53 0 2.81-1.15 2.98-2.67v-.02c-2.72-2.11-4.92-5.8-5.29-12.14Zm18.92 15.7c-.59-5.3-2.96-8.69-7.46-10.7-.5-.22-.73-.82-.51-1.32.23-.5.82-.73 1.32-.51 3.37 1.5 5.72 3.76 7.14 6.81.56-1.35.59-2.52.59-3.16-.02-8.7-8.15-10-12.99-10H17c-.55 0-1 .45-1 1v2.06c.61 10.7 6.86 12.94 11.99 12.94h2.33c.32.94.54 1.97.67 3.11.06.51.49.89.99.89h.11c.49-.06.84-.46.87-.94-.02-.06-.05-.11-.05-.18Z" }))); } static get style() { return UtrechtIconContainerBioStyle0; } }, [1, "utrecht-icon-container-bio"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-container-bio"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-container-bio": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconContainerBio$1); } break; } }); } const UtrechtIconContainerBio = UtrechtIconContainerBio$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconContainerBio, defineCustomElement }; //# sourceMappingURL=utrecht-icon-container-bio.js.map