UNPKG

@morphemeicons/vue

Version:

Morpheme Icons Vue

18 lines (17 loc) 885 B
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 19v-7m.292 7.085l6.978 2.336c.547.183.82.274.99.209a.5.5 0 00.3-.331c.048-.174-.07-.438-.305-.964L12.765 3.622c-.23-.514-.346-.772-.507-.851a.5.5 0 00-.443-.001c-.16.08-.277.336-.51.85L3.753 20.336c-.237.526-.356.789-.308.963a.5.5 0 00.3.332c.168.067.442-.024.99-.206l7.052-2.341c.094-.031.14-.047.189-.053a.5.5 0 01.128 0c.048.007.095.022.189.054z" }) ])) }