@morphemeicons/vue
Version:
Morpheme Icons Vue
18 lines (17 loc) • 717 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 1.5H8.5a3.5 3.5 0 100 7m3.5-7v7m0-7h3.5a3.5 3.5 0 110 7m-3.5 0H8.5m3.5 0v7m0-7h3.5m-7 0a3.5 3.5 0 100 7m3.5 0H8.5m3.5 0V19a3.5 3.5 0 11-3.5-3.5m7-7a3.5 3.5 0 110 7 3.5 3.5 0 010-7z"
})
]))
}