UNPKG

@morphemeicons/vue

Version:

Morpheme Icons Vue

18 lines (17 loc) 783 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: "M19 9a7 7 0 01-7 7m7-7a7 7 0 00-7-7m7 7H5m7 7a7 7 0 01-7-7m7 7a10.71 10.71 0 002.8-7A10.711 10.711 0 0012 2m0 14a10.709 10.709 0 01-2.8-7A10.709 10.709 0 0112 2m0 14v2M5 9a7 7 0 017-7m2 18a2 2 0 11-4 0m4 0a2 2 0 00-2-2m2 2h7m-11 0a2 2 0 012-2m-2 2H3" }) ])) }