@morphemeicons/vue
Version:
Morpheme Icons Vue
18 lines (17 loc) • 871 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: "M6 17c0 .351 0 .527.016.68a3 3 0 002.286 2.611c.15.036.324.06.672.105l6.592.88c1.876.25 2.814.375 3.542.085a3 3 0 001.509-1.32c.383-.684.383-1.63.383-3.524V7.483c0-1.894 0-2.84-.383-3.524a3 3 0 00-1.509-1.32c-.728-.29-1.666-.165-3.542.086l-6.592.879c-.349.046-.523.07-.672.105A3 3 0 006.016 6.32C6 6.473 6 6.65 6 7m6 1l4 4m0 0l-4 4m4-4H3"
})
]))
}