UNPKG

@morphemeicons/vue

Version:

Morpheme Icons Vue

18 lines (17 loc) 752 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: "M12 4v11.2c0 1.68 0 2.52.327 3.162a3 3 0 001.311 1.311C14.28 20 15.12 20 16.8 20h.2m0 0a2 2 0 104 0 2 2 0 00-4 0zM7 4h10M7 4a2 2 0 11-4 0 2 2 0 014 0zm10 0a2 2 0 104 0 2 2 0 00-4 0zm-5 8h5m0 0a2 2 0 104 0 2 2 0 00-4 0z" }) ])) }