UNPKG

602 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: "M9 4.804A7.968 7.968 0 005.5 4c-1.255 0-2.443.29-3.5.804v10A7.969 7.969 0 015.5 14c1.669 0 3.218.51 4.5 1.385A7.962 7.962 0 0114.5 14c1.255 0 2.443.29 3.5.804v-10A7.968 7.968 0 0014.5 4c-1.255 0-2.443.29-3.5.804V12a1 1 0 11-2 0V4.804z" })
11 ]))
12}
\No newline at end of file