UNPKG

@morphemeicons/vue

Version:

Morpheme Icons Vue

18 lines (17 loc) 684 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: "M8.547 19.767A8.5 8.5 0 0019.362 7.75l-.25-.433M4.638 16.25A8.5 8.5 0 0115.453 4.233m-12.96 12.1l2.732.733.733-2.732m12.085-4.668l.732-2.732 2.732.732" }) ])) }