@morphemeicons/vue
Version:
Morpheme Icons Vue
18 lines (17 loc) • 798 B
JavaScript
const { createElementVNode: _createElementVNode, openBlock: _openBlock, createElementBlock: _createElementBlock } = require("vue")
module.exports = function render(_ctx, _cache) {
return (_openBlock(), _createElementBlock("svg", {
xmlns: "http://www.w3.org/2000/svg",
fill: "none",
viewBox: "0 0 24 24",
"stroke-width": "1.5",
stroke: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M18.062 8.5l-12.124 7m12.124-7l1.098-4.098M18.062 8.5l4.098 1.098M5.938 15.5L1.84 14.402M5.938 15.5L4.84 19.598M18.062 15.5l-12.124-7m12.124 7l4.098-1.098M18.062 15.5l1.098 4.098M5.938 8.5L4.84 4.402M5.938 8.5L1.84 9.598M12 5v14m0-14L9 2m3 3l3-3m-3 17l-3 3m3-3l3 3"
})
]))
}