UNPKG

@morphemeicons/vue

Version:

Morpheme Icons Vue

18 lines (17 loc) 681 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: "M15 9.4V5a3 3 0 00-5.688-1.334M12 19v3m0-3a7 7 0 01-7-7v-2m7 9a7 7 0 007-7v-2M8 22h8M2 2l20 20m-10-7a3 3 0 01-3-3V9l5.123 5.12A2.99 2.99 0 0112 15z" }) ])) }