@heroicons/vue
Version:
16 lines (15 loc) • 572 B
JavaScript
const { createVNode: _createVNode, openBlock: _openBlock, createBlock: _createBlock } = require("vue")
module.exports = function render(_ctx, _cache) {
return (_openBlock(), _createBlock("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 20 20",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createVNode("path", {
"fill-rule": "evenodd",
d: "M5.293 9.707a1 1 0 010-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 01-1.414 1.414L11 7.414V15a1 1 0 11-2 0V7.414L6.707 9.707a1 1 0 01-1.414 0z",
"clip-rule": "evenodd"
})
]))
}