@morphemeicons/vue
Version:
Morpheme Icons Vue
18 lines (17 loc) • 823 B
JavaScript
const { createElementVNode: _createElementVNode, openBlock: _openBlock, createElementBlock: _createElementBlock } = require("vue")
module.exports = 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: "M17 20h-.2c-1.68 0-2.52 0-3.162-.327a3 3 0 01-1.311-1.311C12 17.72 12 16.88 12 15.2V8.8c0-1.68 0-2.52.327-3.162a3 3 0 011.311-1.311C14.28 4 15.12 4 16.8 4h.2m0 16a2 2 0 104 0 2 2 0 00-4 0zm0-16a2 2 0 104 0 2 2 0 00-4 0zM7 12h10M7 12a2 2 0 11-4 0 2 2 0 014 0zm10 0a2 2 0 104 0 2 2 0 00-4 0z"
})
]))
}