UNPKG

781 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: "M5 2a1 1 0 011 1v1h1a1 1 0 010 2H6v1a1 1 0 01-2 0V6H3a1 1 0 010-2h1V3a1 1 0 011-1zm0 10a1 1 0 011 1v1h1a1 1 0 110 2H6v1a1 1 0 11-2 0v-1H3a1 1 0 110-2h1v-1a1 1 0 011-1zM12 2a1 1 0 01.967.744L14.146 7.2 17.5 9.134a1 1 0 010 1.732l-3.354 1.935-1.18 4.455a1 1 0 01-1.933 0L9.854 12.8 6.5 10.866a1 1 0 010-1.732l3.354-1.935 1.18-4.455A1 1 0 0112 2z",
13 "clip-rule": "evenodd"
14 })
15 ]))
16}
\No newline at end of file