UNPKG

@nomercyicons/vue

Version:
17 lines (16 loc) 871 B
const { createElementVNode: _createElementVNode, openBlock: _openBlock, createElementBlock: _createElementBlock } = require("vue") module.exports = function render(_ctx, _cache) { return (_openBlock(), _createElementBlock("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 37 48", "stroke-width": "1.5", stroke: "none", "aria-hidden": "true" }, [ _createElementVNode("path", { fill: "#35A3C6", "fill-rule": "evenodd", d: "M37 18.745C37 32.683 22.206 48 18.5 48 14.794 48 0 32.683 0 18.745 0 8.392 8.283 0 18.5 0 28.718 0 37 8.392 37 18.745zM18.5 7.433c-.89 0-1.754.108-2.583.307a4.595 4.595 0 012.543 4.122c0 2.537-2.03 4.593-4.534 4.593-2.41 0-4.376-1.907-4.52-4.313a11.42 11.42 0 00-2.13 6.665c0 6.281 5.025 11.373 11.224 11.373 6.2 0 11.225-5.092 11.225-11.373 0-6.282-5.025-11.374-11.225-11.374z" }) ])) }