UNPKG

@morphemeicons/vue

Version:

Morpheme Icons Vue

23 lines (22 loc) 912 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 5.5l-4.638 6.747c-.28.406-.42.609-.41.778a.5.5 0 00.195.373c.135.102.38.102.874.102H12v5l4.638-6.747c.28-.406.42-.609.41-.778a.5.5 0 00-.195-.373c-.135-.102-.38-.102-.874-.102H12v-5z" }), _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z" }) ])) }