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.08 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 UtrechtIconVerkeerslichtStyle0 = generatedCss; const UtrechtIconVerkeerslicht$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconVerkeerslicht extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '9370875b8603508647926ec49e306b1c524544d6', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'aed7d478ad9fe0786d8bf5754c610110a67e9925', d: "M17.8 28h.39c3.76 0 6.8-3.06 6.8-6.84V6.84c0-3.78-3.05-6.84-6.8-6.84h-.39C14.04 0 11 3.06 11 6.84v14.33c0 3.78 3.05 6.84 6.8 6.84ZM18 4.69a1.961 1.961 0 0 1 0 3.92 1.961 1.961 0 0 1 0-3.92M18 12a1.961 1.961 0 0 1 0 3.92A1.961 1.961 0 0 1 18 12m0 7.31a1.961 1.961 0 0 1 0 3.92 1.961 1.961 0 0 1 0-3.92M16.02 32H20a1 1 0 0 0 0-2h-3.98a1 1 0 0 0 0 2m0 4H20a1 1 0 0 0 0-2h-3.98a1 1 0 0 0 0 2" }))); } static get style() { return UtrechtIconVerkeerslichtStyle0; } }, [1, "utrecht-icon-verkeerslicht"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-verkeerslicht"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-verkeerslicht": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconVerkeerslicht$1); } break; } }); } const UtrechtIconVerkeerslicht = UtrechtIconVerkeerslicht$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconVerkeerslicht, defineCustomElement }; //# sourceMappingURL=utrecht-icon-verkeerslicht.js.map