@morphemeicons/vue
Version:
Morpheme Icons Vue
18 lines (17 loc) • 719 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: "M16.243 5.757a6 6 0 010 8.486m-8.485 0a6 6 0 010-8.486m-2.83 11.314c-3.904-3.905-3.904-10.237 0-14.142m14.143 0c3.906 3.905 3.906 10.237 0 14.142M12.002 12a2 2 0 100-4 2 2 0 000 4zm0 0v9"
})
]))
}