@morphemeicons/vue
Version:
Morpheme Icons Vue
18 lines (17 loc) • 918 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: "M12 12L7.727 8.44c-.635-.53-.952-.794-1.18-1.119a3 3 0 01-.444-.947C6 5.991 6 5.578 6 4.752V2m6 10l4.273-3.56c.635-.53.952-.794 1.18-1.119a3 3 0 00.444-.947C18 5.991 18 5.578 18 4.752V2m-6 10l-4.273 3.56c-.635.53-.952.794-1.18 1.119a3 3 0 00-.444.947C6 18.009 6 18.422 6 19.248V22m6-10l4.273 3.56c.635.53.952.794 1.18 1.119a3 3 0 01.444.947c.103.383.103.796.103 1.622V22M4 2h16M4 22h16"
})
]))
}