@morphemeicons/vue
Version:
Morpheme Icons Vue
18 lines (17 loc) • 674 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: "M12 4a2.5 2.5 0 100 5 2.5 2.5 0 000-5zm0 0V2m9 12.938A11.971 11.971 0 0112 19a11.971 11.971 0 01-9-4.063m7.745-6.275L3 22M13.255 8.662L21 22"
})
]))
}