@morphemeicons/vue
Version:
Morpheme Icons Vue
18 lines (17 loc) • 698 B
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue"
export default 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: "M21.7 16.118a4.5 4.5 0 00-3.78-6.099 6.002 6.002 0 00-7.22-4.878M7.287 7.286a5.973 5.973 0 00-1.207 2.733A4.5 4.5 0 006.5 19h11c.456 0 .896-.068 1.311-.194M3 3l18 18"
})
]))
}