UNPKG

@morphemeicons/vue

Version:

Morpheme Icons Vue

18 lines (17 loc) 764 B
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: "M20 20v-7m-8 7V10M4 20v-4m9.407-10.973l5.168 1.939M10.8 5.4L5.2 9.6m15.86-3.16a1.5 1.5 0 11-2.121 2.12 1.5 1.5 0 012.122-2.12zm-16 3a1.5 1.5 0 11-2.12 2.12 1.5 1.5 0 012.12-2.12zm8-6a1.5 1.5 0 11-2.121 2.12 1.5 1.5 0 012.122-2.12z" }) ])) }