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.22 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 UtrechtIconContainerTextielStyle0 = generatedCss; const UtrechtIconContainerTextiel$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconContainerTextiel extends HTMLElement { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '4342693b9b39ee84fac0e4ee13de47ca84e04f50', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '9958567adbaceb544cffa8c767b695b955929971', d: "M12 17.98v.03h3c1.66 0 3.08.76 3.99 2.15.7 1.06 1.07 2.43 1.07 3.97v.06L20 26.07l-.06 1.94h-2.93v3h16.01v-17c0-5.67-4.54-9.97-10.04-9.97l.08-2.52c0-.83-.67-1.5-1.51-1.5h-2.97c-.86 0-1.54.68-1.54 1.53l-.03 1.46v1c-5.53 0-10 4.31-10 10v3.97h5zm7-15.97h2v2h-2zm-3.98 7h9.99l1 5H14.02zm20.99 24v2H17.03v-2zm-32-13h2.17c.41 1.12 1.51 1.93 2.81 1.93s2.4-.81 2.81-1.93h3.18c2.11 0 3.05 1.84 3.05 3.87l-.05 1.77h-3L15.02 36H3V25.65H0v-1.79C0 21.84 1.91 20 4.01 20" }))); } static get style() { return UtrechtIconContainerTextielStyle0; } }, [1, "utrecht-icon-container-textiel"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-container-textiel"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-container-textiel": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconContainerTextiel$1); } break; } }); } const UtrechtIconContainerTextiel = UtrechtIconContainerTextiel$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconContainerTextiel, defineCustomElement }; //# sourceMappingURL=utrecht-icon-container-textiel.js.map