UNPKG

@utrecht/web-component-library-stencil

Version:

Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture

22 lines (16 loc) 1.49 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-df3f0e01.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 = class { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return (index.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" }, index.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" }))); } }; UtrechtIconPhone.style = UtrechtIconPhoneStyle0; exports.utrecht_icon_phone = UtrechtIconPhone; //# sourceMappingURL=utrecht-icon-phone.cjs.entry.js.map