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.03 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 UtrechtIconPhoneStyle0 = generatedCss; const UtrechtIconPhone$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconPhone extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '314d45aa07cfe78f11d14d7f067771d9960aa39e', "data-name": "Layer 1", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'd27ac8679edf47e7c2ddc37730e6a5831af7ee6e', d: "M16.2 19.63C7.58 19.11.73 12.26.21 3.69c0-1.71 1.34-3.06 3-3.06h4a1 1 0 0 1 .93.63l2 5c.18.46 0 .98-.41 1.23l-1.67 1c.82 1.34 1.96 2.47 3.3 3.3l1-1.67a1 1 0 0 1 1.23-.41l5 2a1 1 0 0 1 .63.93v4c0 1.65-1.35 3-3 3Zm-13-17c-.55 0-1 .45-1 1 .46 7.5 6.5 13.54 14.06 14 .49 0 .94-.45.94-1v-3.32l-3.58-1.43-1.06 1.77c-.27.45-.83.61-1.3.38-2.36-1.16-4.29-3.1-5.45-5.45-.23-.47-.06-1.03.38-1.3l1.77-1.06-1.43-3.58H3.21Z" }))); } static get style() { return UtrechtIconPhoneStyle0; } }, [1, "utrecht-icon-phone"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-phone"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-phone": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconPhone$1); } break; } }); } const UtrechtIconPhone = UtrechtIconPhone$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconPhone, defineCustomElement }; //# sourceMappingURL=utrecht-icon-phone.js.map