UNPKG

@morphemeicons/vue

Version:

Morpheme Icons Vue

18 lines (17 loc) 671 B
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: "M14.5 18V5.589c0-.857 0-1.286.18-1.544a1 1 0 01.674-.416c.312-.046.695.145 1.462.529L20.5 6m-6 12a3 3 0 11-6 0 3 3 0 016 0zm-8-8V4m-3 3h6" }) ])) }