UNPKG

@heroicons/vue

Version:
23 lines (22 loc) 727 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: "M10.5 6a7.5 7.5 0 107.5 7.5h-7.5V6z" }), _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M13.5 10.5H21A7.5 7.5 0 0013.5 3v7.5z" }) ])) }