1 | const { createElementVNode: _createElementVNode, openBlock: _openBlock, createElementBlock: _createElementBlock } = require("vue")
|
2 |
|
3 |
|
4 | module.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: "M18 12H6"
|
18 | })
|
19 | ]))
|
20 | } |
\ | No newline at end of file |