UNPKG

@morphemeicons/vue

Version:

Morpheme Icons Vue

18 lines (17 loc) 670 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: "M3 21h18M6 18v-8m4 8v-8m4 8v-8m4 8v-8m2-3l-7.576-4.735c-.154-.096-.23-.144-.313-.163a.5.5 0 00-.222 0c-.082.019-.16.067-.313.163L4 7h16z" }) ])) }