UNPKG

621 BJavaScriptView Raw
1const { createElementVNode: _createElementVNode, openBlock: _openBlock, createElementBlock: _createElementBlock } = require("vue")
2
3/** @deprecated */
4module.exports = function render(_ctx, _cache) {
5 return (_openBlock(), _createElementBlock("svg", {
6 xmlns: "http://www.w3.org/2000/svg",
7 fill: "none",
8 viewBox: "0 0 24 24",
9 "stroke-width": "1.5",
10 stroke: "currentColor",
11 "aria-hidden": "true",
12 "data-slot": "icon"
13 }, [
14 _createElementVNode("path", {
15 "stroke-linecap": "round",
16 "stroke-linejoin": "round",
17 d: "M19.5 12h-15m0 0 6.75 6.75M4.5 12l6.75-6.75"
18 })
19 ]))
20}
\No newline at end of file