UNPKG

989 BJavaScriptView Raw
1const { createElementVNode: _createElementVNode, openBlock: _openBlock, createElementBlock: _createElementBlock } = require("vue")
2
3module.exports = function render(_ctx, _cache) {
4 return (_openBlock(), _createElementBlock("svg", {
5 xmlns: "http://www.w3.org/2000/svg",
6 fill: "none",
7 viewBox: "0 0 24 24",
8 "stroke-width": "1.5",
9 stroke: "currentColor",
10 "aria-hidden": "true",
11 "data-slot": "icon"
12 }, [
13 _createElementVNode("path", {
14 "stroke-linecap": "round",
15 "stroke-linejoin": "round",
16 d: "M15.59 14.37a6 6 0 0 1-5.84 7.38v-4.8m5.84-2.58a14.98 14.98 0 0 0 6.16-12.12A14.98 14.98 0 0 0 9.631 8.41m5.96 5.96a14.926 14.926 0 0 1-5.841 2.58m-.119-8.54a6 6 0 0 0-7.381 5.84h4.8m2.581-5.84a14.927 14.927 0 0 0-2.58 5.84m2.699 2.7c-.103.021-.207.041-.311.06a15.09 15.09 0 0 1-2.448-2.448 14.9 14.9 0 0 1 .06-.312m-2.24 2.39a4.493 4.493 0 0 0-1.757 4.306 4.493 4.493 0 0 0 4.306-1.758M16.5 9a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"
17 })
18 ]))
19}
\No newline at end of file