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.53 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-cdb0df7a.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 UtrechtIconAfspraakMakenStyle0 = generatedCss; const UtrechtIconAfspraakMaken = class { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return (index.h("svg", { key: '984a8258e25c1dcecef5f2184de2a4cf06e587cc', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, index.h("path", { key: 'd61ee43ba2bab7c114caa4d238e37bf615a53415', d: "M17.98 0C8.05 0 0 8.06 0 18s8.05 18 17.98 18S36 27.94 36 18 27.94 0 17.98 0M18 34C9.18 34 2 26.82 2 18S9.18 2 18 2s16 7.18 16 16-7.18 16-16 16" }), index.h("path", { key: 'c39ea907d0341814f7c2b79a62d98aae523dd93d', d: "M18 4C10.28 4 4 10.28 4 18s6.28 14 14 14 14-6.28 14-14S25.72 4 18 4m9 19.49c-.27.48-.88.66-1.36.39l-8.13-4.51a.992.992 0 0 1-.51-.87V7.49c0-.55.45-1 1-1s1 .45 1 1V17.9l7.61 4.23c.48.27.66.88.39 1.36" }))); } }; UtrechtIconAfspraakMaken.style = UtrechtIconAfspraakMakenStyle0; exports.utrecht_icon_afspraak_maken = UtrechtIconAfspraakMaken; //# sourceMappingURL=utrecht-icon-afspraak-maken.cjs.entry.js.map