@morphemeicons/vue
Version:
Morpheme Icons Vue
18 lines (17 loc) • 858 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: "M5 5a3 3 0 00-3 3v8a3 3 0 003 3h9a3.001 3.001 0 002.87-2.125M17 12l3.634-3.634c.429-.429.643-.643.827-.657a.5.5 0 01.42.173c.119.14.119.444.119 1.05v6.137c0 .605 0 .908-.12 1.049a.5.5 0 01-.42.173c-.183-.014-.397-.228-.826-.657L17 12zm0 0V9.8c0-1.68 0-2.52-.327-3.162a3 3 0 00-1.311-1.311C14.72 5 13.88 5 12.2 5H9.5M2 2l20 20"
})
]))
}