UNPKG

578 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", { d: "M5 3a1 1 0 000 2c5.523 0 10 4.477 10 10a1 1 0 102 0C17 8.373 11.627 3 5 3z" }),
11 _createVNode("path", { d: "M4 9a1 1 0 011-1 7 7 0 017 7 1 1 0 11-2 0 5 5 0 00-5-5 1 1 0 01-1-1zM3 15a2 2 0 114 0 2 2 0 01-4 0z" })
12 ]))
13}
\No newline at end of file