UNPKG

613 BJavaScriptView Raw
1const { createVNode: _createVNode, openBlock: _openBlock, createBlock: _createBlock } = require("vue")
2
3module.exports = function render(_ctx, _cache) {
4 return (_openBlock(), _createBlock("svg", {
5 xmlns: "http://www.w3.org/2000/svg",
6 viewBox: "0 0 20 20",
7 fill: "currentColor",
8 "aria-hidden": "true"
9 }, [
10 _createVNode("path", {
11 "fill-rule": "evenodd",
12 d: "M14.243 5.757a6 6 0 10-.986 9.284 1 1 0 111.087 1.678A8 8 0 1118 10a3 3 0 01-4.8 2.401A4 4 0 1114 10a1 1 0 102 0c0-1.537-.586-3.07-1.757-4.243zM12 10a2 2 0 10-4 0 2 2 0 004 0z",
13 "clip-rule": "evenodd"
14 })
15 ]))
16}
\No newline at end of file